]> git.ipfire.org Git - thirdparty/gcc.git/blame - libmudflap/configure
Daily bump.
[thirdparty/gcc.git] / libmudflap / configure
CommitLineData
6de9cd9a 1#! /bin/sh
6de9cd9a 2# Guess values for system-dependent variables and create Makefiles.
5213506e
RW
3# Generated by GNU Autoconf 2.64 for libmudflap 1.0.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
6de9cd9a
DN
8#
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## -------------------- ##
42fcd7bb 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 :
42fcd7bb
AJ
18 emulate sh
19 NULLCMD=:
5213506e 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42fcd7bb
AJ
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
42fcd7bb 31fi
42fcd7bb 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 }
42fcd7bb
AJ
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.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
42fcd7bb
AJ
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
5213506e
RW
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
43e02a8a
RW
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
5213506e
RW
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
42fcd7bb 192do
5213506e
RW
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206fi
207fi
208 done;;
209 esac
210 as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
42fcd7bb 236 else
5213506e
RW
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
42fcd7bb 241 fi
5213506e
RW
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
42fcd7bb 363
5213506e
RW
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
380
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42fcd7bb
AJ
383 as_expr=expr
384else
385 as_expr=false
386fi
387
5213506e 388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42fcd7bb
AJ
389 as_basename=basename
390else
391 as_basename=false
392fi
393
5213506e
RW
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
42fcd7bb 399
5213506e 400as_me=`$as_basename -- "$0" ||
42fcd7bb
AJ
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
5213506e
RW
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
42fcd7bb 418
42fcd7bb
AJ
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
425
42fcd7bb 426
5213506e
RW
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
42fcd7bb 436 sed '
5213506e
RW
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
42fcd7bb 441 N
5213506e
RW
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
42fcd7bb 444 t loop
5213506e 445 s/-\n.*//
42fcd7bb 446 ' >$as_me.lineno &&
5213506e
RW
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
42fcd7bb
AJ
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
5213506e
RW
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
42fcd7bb
AJ
454 # Exit status is that of the last command.
455 exit
456}
457
5213506e
RW
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
42fcd7bb 469esac
6de9cd9a 470
5213506e
RW
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
42fcd7bb 474else
5213506e
RW
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
42fcd7bb 477fi
5213506e
RW
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
42fcd7bb 480 as_ln_s='ln -s'
5213506e
RW
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
42fcd7bb 491 fi
42fcd7bb
AJ
492else
493 as_ln_s='cp -p'
494fi
5213506e
RW
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
42fcd7bb
AJ
497
498if mkdir -p . 2>/dev/null; then
5213506e 499 as_mkdir_p='mkdir -p "$as_dir"'
42fcd7bb 500else
076e5443 501 test -d ./-p && rmdir ./-p
42fcd7bb
AJ
502 as_mkdir_p=false
503fi
504
5213506e
RW
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
42fcd7bb
AJ
527
528# Sed expression to map a string onto a valid CPP name.
076e5443 529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
42fcd7bb
AJ
530
531# Sed expression to map a string onto a valid variable name.
076e5443 532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
42fcd7bb 533
1cf3d07d
SE
534SHELL=${CONFIG_SHELL-/bin/sh}
535
1cf3d07d 536
5213506e
RW
537exec 7<&0 </dev/null 6>&1
538
42fcd7bb
AJ
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
42fcd7bb
AJ
544#
545# Initializations.
546#
6de9cd9a 547ac_default_prefix=/usr/local
5213506e 548ac_clean_files=
42fcd7bb 549ac_config_libobj_dir=.
5213506e 550LIBOBJS=
42fcd7bb
AJ
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
42fcd7bb
AJ
555
556# Identity of this package.
076e5443
PB
557PACKAGE_NAME='libmudflap'
558PACKAGE_TARNAME='libmudflap'
559PACKAGE_VERSION='1.0'
560PACKAGE_STRING='libmudflap 1.0'
561PACKAGE_BUGREPORT=''
5213506e 562PACKAGE_URL=''
42fcd7bb
AJ
563
564ac_unique_file="mf-runtime.c"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
5213506e 568#ifdef HAVE_SYS_TYPES_H
42fcd7bb
AJ
569# include <sys/types.h>
570#endif
5213506e 571#ifdef HAVE_SYS_STAT_H
42fcd7bb
AJ
572# include <sys/stat.h>
573#endif
5213506e 574#ifdef STDC_HEADERS
42fcd7bb
AJ
575# include <stdlib.h>
576# include <stddef.h>
577#else
5213506e 578# ifdef HAVE_STDLIB_H
42fcd7bb
AJ
579# include <stdlib.h>
580# endif
581#endif
5213506e
RW
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
42fcd7bb
AJ
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
5213506e 588#ifdef HAVE_STRINGS_H
42fcd7bb
AJ
589# include <strings.h>
590#endif
5213506e 591#ifdef HAVE_INTTYPES_H
42fcd7bb 592# include <inttypes.h>
42fcd7bb 593#endif
5213506e
RW
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
42fcd7bb
AJ
598# include <unistd.h>
599#endif"
600
5213506e
RW
601ac_subst_vars='am__EXEEXT_FALSE
602am__EXEEXT_TRUE
603LTLIBOBJS
604LIBOBJS
605SECTION_FLAGS
606toolexeclibdir
607toolexecdir
608build_libmudflapth
609LIBMUDFLAPTH_FALSE
610LIBMUDFLAPTH_TRUE
611MF_HAVE_UINTPTR_T
612MF_HAVE_STDINT_H
613enable_static
614enable_shared
615OTOOL64
616OTOOL
617LIPO
618NMEDIT
619DSYMUTIL
5213506e
RW
620RANLIB
621AR
622OBJDUMP
623LN_S
624NM
625ac_ct_DUMPBIN
626DUMPBIN
627LD
628FGREP
629SED
630LIBTOOL
631EGREP
632GREP
633CPP
634am__fastdepCC_FALSE
635am__fastdepCC_TRUE
636CCDEPMODE
637AMDEPBACKSLASH
638AMDEP_FALSE
639AMDEP_TRUE
640am__quote
641am__include
642DEPDIR
643OBJEXT
644EXEEXT
645ac_ct_CC
646CPPFLAGS
647LDFLAGS
648CFLAGS
649CC
650multi_basedir
651MAINT
652MAINTAINER_MODE_FALSE
653MAINTAINER_MODE_TRUE
654am__untar
655am__tar
656AMTAR
657am__leading_dot
658SET_MAKE
659AWK
660mkdir_p
661MKDIR_P
662INSTALL_STRIP_PROGRAM
663STRIP
664install_sh
665MAKEINFO
666AUTOHEADER
667AUTOMAKE
668AUTOCONF
669ACLOCAL
670VERSION
671PACKAGE
672CYGPATH_W
673am__isrc
674INSTALL_DATA
675INSTALL_SCRIPT
676INSTALL_PROGRAM
677target_noncanonical
678target_os
679target_vendor
680target_cpu
681target
682host_os
683host_vendor
684host_cpu
685host
686build_os
687build_vendor
688build_cpu
689build
690target_alias
691host_alias
692build_alias
693LIBS
694ECHO_T
695ECHO_N
696ECHO_C
697DEFS
698mandir
699localedir
700libdir
701psdir
702pdfdir
703dvidir
704htmldir
705infodir
706docdir
707oldincludedir
708includedir
709localstatedir
710sharedstatedir
711sysconfdir
712datadir
713datarootdir
714libexecdir
715sbindir
716bindir
717program_transform_name
718prefix
719exec_prefix
720PACKAGE_URL
721PACKAGE_BUGREPORT
722PACKAGE_STRING
723PACKAGE_VERSION
724PACKAGE_TARNAME
725PACKAGE_NAME
726PATH_SEPARATOR
727SHELL'
42fcd7bb 728ac_subst_files=''
5213506e
RW
729ac_user_opts='
730enable_option_checking
731enable_version_specific_runtime_libs
732enable_maintainer_mode
733enable_multilib
734enable_dependency_tracking
735enable_shared
736enable_static
737with_pic
738enable_fast_install
739with_gnu_ld
740enable_libtool_lock
741enable_tls
742'
743 ac_precious_vars='build_alias
744host_alias
745target_alias
746CPP
747CPPFLAGS'
748
6de9cd9a
DN
749
750# Initialize some variables set by options.
42fcd7bb
AJ
751ac_init_help=
752ac_init_version=false
5213506e
RW
753ac_unrecognized_opts=
754ac_unrecognized_sep=
6de9cd9a
DN
755# The variables have the same names as the options, with
756# dashes changed to underlines.
42fcd7bb 757cache_file=/dev/null
6de9cd9a 758exec_prefix=NONE
6de9cd9a 759no_create=
6de9cd9a
DN
760no_recursion=
761prefix=NONE
762program_prefix=NONE
763program_suffix=NONE
764program_transform_name=s,x,x,
765silent=
766site=
767srcdir=
6de9cd9a
DN
768verbose=
769x_includes=NONE
770x_libraries=NONE
42fcd7bb
AJ
771
772# Installation directory options.
773# These are left unexpanded so users can "make install exec_prefix=/foo"
774# and all the variables that are supposed to be based on exec_prefix
775# by default will actually change.
776# Use braces instead of parens because sh, perl, etc. also accept them.
5213506e 777# (The list follows the same order as the GNU Coding Standards.)
6de9cd9a
DN
778bindir='${exec_prefix}/bin'
779sbindir='${exec_prefix}/sbin'
780libexecdir='${exec_prefix}/libexec'
5213506e
RW
781datarootdir='${prefix}/share'
782datadir='${datarootdir}'
6de9cd9a
DN
783sysconfdir='${prefix}/etc'
784sharedstatedir='${prefix}/com'
785localstatedir='${prefix}/var'
6de9cd9a
DN
786includedir='${prefix}/include'
787oldincludedir='/usr/include'
5213506e
RW
788docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
789infodir='${datarootdir}/info'
790htmldir='${docdir}'
791dvidir='${docdir}'
792pdfdir='${docdir}'
793psdir='${docdir}'
794libdir='${exec_prefix}/lib'
795localedir='${datarootdir}/locale'
796mandir='${datarootdir}/man'
6de9cd9a 797
6de9cd9a 798ac_prev=
5213506e 799ac_dashdash=
6de9cd9a
DN
800for ac_option
801do
6de9cd9a
DN
802 # If the previous option needs an argument, assign it.
803 if test -n "$ac_prev"; then
5213506e 804 eval $ac_prev=\$ac_option
6de9cd9a
DN
805 ac_prev=
806 continue
807 fi
808
5213506e
RW
809 case $ac_option in
810 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
811 *) ac_optarg=yes ;;
812 esac
6de9cd9a
DN
813
814 # Accept the important Cygnus configure options, so we can diagnose typos.
815
5213506e
RW
816 case $ac_dashdash$ac_option in
817 --)
818 ac_dashdash=yes ;;
6de9cd9a
DN
819
820 -bindir | --bindir | --bindi | --bind | --bin | --bi)
821 ac_prev=bindir ;;
822 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
42fcd7bb 823 bindir=$ac_optarg ;;
6de9cd9a
DN
824
825 -build | --build | --buil | --bui | --bu)
42fcd7bb 826 ac_prev=build_alias ;;
6de9cd9a 827 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
42fcd7bb 828 build_alias=$ac_optarg ;;
6de9cd9a
DN
829
830 -cache-file | --cache-file | --cache-fil | --cache-fi \
831 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
832 ac_prev=cache_file ;;
833 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
834 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
42fcd7bb
AJ
835 cache_file=$ac_optarg ;;
836
837 --config-cache | -C)
838 cache_file=config.cache ;;
6de9cd9a 839
5213506e 840 -datadir | --datadir | --datadi | --datad)
6de9cd9a 841 ac_prev=datadir ;;
5213506e 842 -datadir=* | --datadir=* | --datadi=* | --datad=*)
42fcd7bb 843 datadir=$ac_optarg ;;
6de9cd9a 844
5213506e
RW
845 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
846 | --dataroo | --dataro | --datar)
847 ac_prev=datarootdir ;;
848 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
849 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
850 datarootdir=$ac_optarg ;;
851
6de9cd9a 852 -disable-* | --disable-*)
5213506e 853 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
6de9cd9a 854 # Reject names that are not valid shell variable names.
5213506e
RW
855 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
856 as_fn_error "invalid feature name: $ac_useropt"
857 ac_useropt_orig=$ac_useropt
858 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
859 case $ac_user_opts in
860 *"
861"enable_$ac_useropt"
862"*) ;;
863 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
864 ac_unrecognized_sep=', ';;
865 esac
866 eval enable_$ac_useropt=no ;;
867
868 -docdir | --docdir | --docdi | --doc | --do)
869 ac_prev=docdir ;;
870 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
871 docdir=$ac_optarg ;;
872
873 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
874 ac_prev=dvidir ;;
875 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
876 dvidir=$ac_optarg ;;
6de9cd9a
DN
877
878 -enable-* | --enable-*)
5213506e 879 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
6de9cd9a 880 # Reject names that are not valid shell variable names.
5213506e
RW
881 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
882 as_fn_error "invalid feature name: $ac_useropt"
883 ac_useropt_orig=$ac_useropt
884 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
885 case $ac_user_opts in
886 *"
887"enable_$ac_useropt"
888"*) ;;
889 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
890 ac_unrecognized_sep=', ';;
6de9cd9a 891 esac
5213506e 892 eval enable_$ac_useropt=\$ac_optarg ;;
6de9cd9a
DN
893
894 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
895 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
896 | --exec | --exe | --ex)
897 ac_prev=exec_prefix ;;
898 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
899 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
900 | --exec=* | --exe=* | --ex=*)
42fcd7bb 901 exec_prefix=$ac_optarg ;;
6de9cd9a
DN
902
903 -gas | --gas | --ga | --g)
904 # Obsolete; use --with-gas.
905 with_gas=yes ;;
906
42fcd7bb
AJ
907 -help | --help | --hel | --he | -h)
908 ac_init_help=long ;;
909 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
910 ac_init_help=recursive ;;
911 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
912 ac_init_help=short ;;
6de9cd9a
DN
913
914 -host | --host | --hos | --ho)
42fcd7bb 915 ac_prev=host_alias ;;
6de9cd9a 916 -host=* | --host=* | --hos=* | --ho=*)
42fcd7bb 917 host_alias=$ac_optarg ;;
6de9cd9a 918
5213506e
RW
919 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
920 ac_prev=htmldir ;;
921 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
922 | --ht=*)
923 htmldir=$ac_optarg ;;
924
6de9cd9a
DN
925 -includedir | --includedir | --includedi | --included | --include \
926 | --includ | --inclu | --incl | --inc)
927 ac_prev=includedir ;;
928 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
929 | --includ=* | --inclu=* | --incl=* | --inc=*)
42fcd7bb 930 includedir=$ac_optarg ;;
6de9cd9a
DN
931
932 -infodir | --infodir | --infodi | --infod | --info | --inf)
933 ac_prev=infodir ;;
934 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
42fcd7bb 935 infodir=$ac_optarg ;;
6de9cd9a
DN
936
937 -libdir | --libdir | --libdi | --libd)
938 ac_prev=libdir ;;
939 -libdir=* | --libdir=* | --libdi=* | --libd=*)
42fcd7bb 940 libdir=$ac_optarg ;;
6de9cd9a
DN
941
942 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
943 | --libexe | --libex | --libe)
944 ac_prev=libexecdir ;;
945 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
946 | --libexe=* | --libex=* | --libe=*)
42fcd7bb 947 libexecdir=$ac_optarg ;;
6de9cd9a 948
5213506e
RW
949 -localedir | --localedir | --localedi | --localed | --locale)
950 ac_prev=localedir ;;
951 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
952 localedir=$ac_optarg ;;
953
6de9cd9a 954 -localstatedir | --localstatedir | --localstatedi | --localstated \
5213506e 955 | --localstate | --localstat | --localsta | --localst | --locals)
6de9cd9a
DN
956 ac_prev=localstatedir ;;
957 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
5213506e 958 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
42fcd7bb 959 localstatedir=$ac_optarg ;;
6de9cd9a
DN
960
961 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
962 ac_prev=mandir ;;
963 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
42fcd7bb 964 mandir=$ac_optarg ;;
6de9cd9a
DN
965
966 -nfp | --nfp | --nf)
967 # Obsolete; use --without-fp.
968 with_fp=no ;;
969
970 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
42fcd7bb 971 | --no-cr | --no-c | -n)
6de9cd9a
DN
972 no_create=yes ;;
973
974 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
975 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
976 no_recursion=yes ;;
977
978 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
979 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
980 | --oldin | --oldi | --old | --ol | --o)
981 ac_prev=oldincludedir ;;
982 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
983 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
984 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
42fcd7bb 985 oldincludedir=$ac_optarg ;;
6de9cd9a
DN
986
987 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
988 ac_prev=prefix ;;
989 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
42fcd7bb 990 prefix=$ac_optarg ;;
6de9cd9a
DN
991
992 -program-prefix | --program-prefix | --program-prefi | --program-pref \
993 | --program-pre | --program-pr | --program-p)
994 ac_prev=program_prefix ;;
995 -program-prefix=* | --program-prefix=* | --program-prefi=* \
996 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
42fcd7bb 997 program_prefix=$ac_optarg ;;
6de9cd9a
DN
998
999 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1000 | --program-suf | --program-su | --program-s)
1001 ac_prev=program_suffix ;;
1002 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1003 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
42fcd7bb 1004 program_suffix=$ac_optarg ;;
6de9cd9a
DN
1005
1006 -program-transform-name | --program-transform-name \
1007 | --program-transform-nam | --program-transform-na \
1008 | --program-transform-n | --program-transform- \
1009 | --program-transform | --program-transfor \
1010 | --program-transfo | --program-transf \
1011 | --program-trans | --program-tran \
1012 | --progr-tra | --program-tr | --program-t)
1013 ac_prev=program_transform_name ;;
1014 -program-transform-name=* | --program-transform-name=* \
1015 | --program-transform-nam=* | --program-transform-na=* \
1016 | --program-transform-n=* | --program-transform-=* \
1017 | --program-transform=* | --program-transfor=* \
1018 | --program-transfo=* | --program-transf=* \
1019 | --program-trans=* | --program-tran=* \
1020 | --progr-tra=* | --program-tr=* | --program-t=*)
42fcd7bb 1021 program_transform_name=$ac_optarg ;;
6de9cd9a 1022
5213506e
RW
1023 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1024 ac_prev=pdfdir ;;
1025 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1026 pdfdir=$ac_optarg ;;
1027
1028 -psdir | --psdir | --psdi | --psd | --ps)
1029 ac_prev=psdir ;;
1030 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1031 psdir=$ac_optarg ;;
1032
6de9cd9a
DN
1033 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1034 | -silent | --silent | --silen | --sile | --sil)
1035 silent=yes ;;
1036
1037 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1038 ac_prev=sbindir ;;
1039 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1040 | --sbi=* | --sb=*)
42fcd7bb 1041 sbindir=$ac_optarg ;;
6de9cd9a
DN
1042
1043 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1044 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1045 | --sharedst | --shareds | --shared | --share | --shar \
1046 | --sha | --sh)
1047 ac_prev=sharedstatedir ;;
1048 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1049 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1050 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1051 | --sha=* | --sh=*)
42fcd7bb 1052 sharedstatedir=$ac_optarg ;;
6de9cd9a
DN
1053
1054 -site | --site | --sit)
1055 ac_prev=site ;;
1056 -site=* | --site=* | --sit=*)
42fcd7bb 1057 site=$ac_optarg ;;
6de9cd9a
DN
1058
1059 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1060 ac_prev=srcdir ;;
1061 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
42fcd7bb 1062 srcdir=$ac_optarg ;;
6de9cd9a
DN
1063
1064 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1065 | --syscon | --sysco | --sysc | --sys | --sy)
1066 ac_prev=sysconfdir ;;
1067 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1068 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
42fcd7bb 1069 sysconfdir=$ac_optarg ;;
6de9cd9a
DN
1070
1071 -target | --target | --targe | --targ | --tar | --ta | --t)
42fcd7bb 1072 ac_prev=target_alias ;;
6de9cd9a 1073 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
42fcd7bb 1074 target_alias=$ac_optarg ;;
6de9cd9a
DN
1075
1076 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1077 verbose=yes ;;
1078
42fcd7bb
AJ
1079 -version | --version | --versio | --versi | --vers | -V)
1080 ac_init_version=: ;;
6de9cd9a
DN
1081
1082 -with-* | --with-*)
5213506e 1083 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
6de9cd9a 1084 # Reject names that are not valid shell variable names.
5213506e
RW
1085 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1086 as_fn_error "invalid package name: $ac_useropt"
1087 ac_useropt_orig=$ac_useropt
1088 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1089 case $ac_user_opts in
1090 *"
1091"with_$ac_useropt"
1092"*) ;;
1093 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1094 ac_unrecognized_sep=', ';;
6de9cd9a 1095 esac
5213506e 1096 eval with_$ac_useropt=\$ac_optarg ;;
6de9cd9a
DN
1097
1098 -without-* | --without-*)
5213506e 1099 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
6de9cd9a 1100 # Reject names that are not valid shell variable names.
5213506e
RW
1101 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1102 as_fn_error "invalid package name: $ac_useropt"
1103 ac_useropt_orig=$ac_useropt
1104 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1105 case $ac_user_opts in
1106 *"
1107"with_$ac_useropt"
1108"*) ;;
1109 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1110 ac_unrecognized_sep=', ';;
1111 esac
1112 eval with_$ac_useropt=no ;;
6de9cd9a
DN
1113
1114 --x)
1115 # Obsolete; use --with-x.
1116 with_x=yes ;;
1117
1118 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1119 | --x-incl | --x-inc | --x-in | --x-i)
1120 ac_prev=x_includes ;;
1121 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1122 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
42fcd7bb 1123 x_includes=$ac_optarg ;;
6de9cd9a
DN
1124
1125 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1126 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1127 ac_prev=x_libraries ;;
1128 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1129 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
42fcd7bb 1130 x_libraries=$ac_optarg ;;
6de9cd9a 1131
5213506e
RW
1132 -*) as_fn_error "unrecognized option: \`$ac_option'
1133Try \`$0 --help' for more information."
6de9cd9a
DN
1134 ;;
1135
42fcd7bb
AJ
1136 *=*)
1137 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1138 # Reject names that are not valid shell variable names.
5213506e
RW
1139 case $ac_envvar in #(
1140 '' | [0-9]* | *[!_$as_cr_alnum]* )
1141 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1142 esac
1143 eval $ac_envvar=\$ac_optarg
42fcd7bb
AJ
1144 export $ac_envvar ;;
1145
6de9cd9a 1146 *)
42fcd7bb 1147 # FIXME: should be removed in autoconf 3.0.
5213506e 1148 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
42fcd7bb 1149 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
5213506e 1150 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
42fcd7bb 1151 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
6de9cd9a
DN
1152 ;;
1153
1154 esac
1155done
1156
1157if test -n "$ac_prev"; then
42fcd7bb 1158 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
5213506e 1159 as_fn_error "missing argument to $ac_option"
6de9cd9a 1160fi
6de9cd9a 1161
5213506e
RW
1162if test -n "$ac_unrecognized_opts"; then
1163 case $enable_option_checking in
1164 no) ;;
1165 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1166 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
42fcd7bb 1167 esac
5213506e 1168fi
6de9cd9a 1169
5213506e
RW
1170# Check all directory arguments for consistency.
1171for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1172 datadir sysconfdir sharedstatedir localstatedir includedir \
1173 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1174 libdir localedir mandir
6de9cd9a 1175do
5213506e
RW
1176 eval ac_val=\$$ac_var
1177 # Remove trailing slashes.
1178 case $ac_val in
1179 */ )
1180 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1181 eval $ac_var=\$ac_val;;
1182 esac
1183 # Be sure to have absolute directory names.
42fcd7bb 1184 case $ac_val in
5213506e
RW
1185 [\\/$]* | ?:[\\/]* ) continue;;
1186 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
6de9cd9a 1187 esac
5213506e 1188 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
6de9cd9a
DN
1189done
1190
42fcd7bb
AJ
1191# There might be people who depend on the old broken behavior: `$host'
1192# used to hold the argument of --host etc.
1193# FIXME: To remove some day.
1194build=$build_alias
1195host=$host_alias
1196target=$target_alias
1197
1198# FIXME: To remove some day.
1199if test "x$host_alias" != x; then
1200 if test "x$build_alias" = x; then
1201 cross_compiling=maybe
5213506e 1202 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
42fcd7bb
AJ
1203 If a cross compiler is detected then cross compile mode will be used." >&2
1204 elif test "x$build_alias" != "x$host_alias"; then
1205 cross_compiling=yes
1206 fi
1207fi
6de9cd9a 1208
42fcd7bb
AJ
1209ac_tool_prefix=
1210test -n "$host_alias" && ac_tool_prefix=$host_alias-
1211
1212test "$silent" = yes && exec 6>/dev/null
6de9cd9a 1213
6de9cd9a 1214
5213506e
RW
1215ac_pwd=`pwd` && test -n "$ac_pwd" &&
1216ac_ls_di=`ls -di .` &&
1217ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1218 as_fn_error "working directory cannot be determined"
1219test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1220 as_fn_error "pwd does not report name of working directory"
1221
1222
6de9cd9a
DN
1223# Find the source files, if location was not specified.
1224if test -z "$srcdir"; then
1225 ac_srcdir_defaulted=yes
5213506e
RW
1226 # Try the directory containing this script, then the parent directory.
1227 ac_confdir=`$as_dirname -- "$as_myself" ||
1228$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1229 X"$as_myself" : 'X\(//\)[^/]' \| \
1230 X"$as_myself" : 'X\(//\)$' \| \
1231 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1232$as_echo X"$as_myself" |
1233 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1234 s//\1/
1235 q
1236 }
1237 /^X\(\/\/\)[^/].*/{
1238 s//\1/
1239 q
1240 }
1241 /^X\(\/\/\)$/{
1242 s//\1/
1243 q
1244 }
1245 /^X\(\/\).*/{
1246 s//\1/
1247 q
1248 }
1249 s/.*/./; q'`
6de9cd9a 1250 srcdir=$ac_confdir
5213506e 1251 if test ! -r "$srcdir/$ac_unique_file"; then
6de9cd9a
DN
1252 srcdir=..
1253 fi
1254else
1255 ac_srcdir_defaulted=no
1256fi
5213506e
RW
1257if test ! -r "$srcdir/$ac_unique_file"; then
1258 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1259 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1260fi
1261ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1262ac_abs_confdir=`(
1263 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1264 pwd)`
1265# When building in place, set srcdir=.
1266if test "$ac_abs_confdir" = "$ac_pwd"; then
1267 srcdir=.
1268fi
1269# Remove unnecessary trailing slashes from srcdir.
1270# Double slashes in file names in object file debugging info
1271# mess up M-x gdb in Emacs.
1272case $srcdir in
1273*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1274esac
1275for ac_var in $ac_precious_vars; do
1276 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1277 eval ac_env_${ac_var}_value=\$${ac_var}
1278 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1279 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1280done
42fcd7bb
AJ
1281
1282#
1283# Report the --help message.
1284#
1285if test "$ac_init_help" = "long"; then
1286 # Omit some internal or obsolete options to make the list less imposing.
1287 # This message is too long to be a string in the A/UX 3.1 sh.
1288 cat <<_ACEOF
076e5443 1289\`configure' configures libmudflap 1.0 to adapt to many kinds of systems.
42fcd7bb
AJ
1290
1291Usage: $0 [OPTION]... [VAR=VALUE]...
1292
1293To assign environment variables (e.g., CC, CFLAGS...), specify them as
1294VAR=VALUE. See below for descriptions of some of the useful variables.
1295
1296Defaults for the options are specified in brackets.
1297
1298Configuration:
1299 -h, --help display this help and exit
1300 --help=short display options specific to this package
1301 --help=recursive display the short help of all the included packages
1302 -V, --version display version information and exit
1303 -q, --quiet, --silent do not print \`checking...' messages
1304 --cache-file=FILE cache test results in FILE [disabled]
1305 -C, --config-cache alias for \`--cache-file=config.cache'
1306 -n, --no-create do not create output files
1307 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1308
42fcd7bb
AJ
1309Installation directories:
1310 --prefix=PREFIX install architecture-independent files in PREFIX
5213506e 1311 [$ac_default_prefix]
42fcd7bb 1312 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
5213506e 1313 [PREFIX]
42fcd7bb
AJ
1314
1315By default, \`make install' will install all the files in
1316\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1317an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1318for instance \`--prefix=\$HOME'.
1319
1320For better control, use the options below.
1321
1322Fine tuning of the installation directories:
5213506e
RW
1323 --bindir=DIR user executables [EPREFIX/bin]
1324 --sbindir=DIR system admin executables [EPREFIX/sbin]
1325 --libexecdir=DIR program executables [EPREFIX/libexec]
1326 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1327 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1328 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1329 --libdir=DIR object code libraries [EPREFIX/lib]
1330 --includedir=DIR C header files [PREFIX/include]
1331 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1332 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1333 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1334 --infodir=DIR info documentation [DATAROOTDIR/info]
1335 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1336 --mandir=DIR man documentation [DATAROOTDIR/man]
1337 --docdir=DIR documentation root [DATAROOTDIR/doc/libmudflap]
1338 --htmldir=DIR html documentation [DOCDIR]
1339 --dvidir=DIR dvi documentation [DOCDIR]
1340 --pdfdir=DIR pdf documentation [DOCDIR]
1341 --psdir=DIR ps documentation [DOCDIR]
42fcd7bb
AJ
1342_ACEOF
1343
1344 cat <<\_ACEOF
1345
1346Program names:
1347 --program-prefix=PREFIX prepend PREFIX to installed program names
1348 --program-suffix=SUFFIX append SUFFIX to installed program names
1349 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1350
1351System types:
1352 --build=BUILD configure for building on BUILD [guessed]
1353 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1354 --target=TARGET configure for building compilers for TARGET [HOST]
1355_ACEOF
1356fi
1357
1358if test -n "$ac_init_help"; then
076e5443
PB
1359 case $ac_init_help in
1360 short | recursive ) echo "Configuration of libmudflap 1.0:";;
1361 esac
42fcd7bb
AJ
1362 cat <<\_ACEOF
1363
1364Optional Features:
5213506e 1365 --disable-option-checking ignore unrecognized --enable/--with options
42fcd7bb
AJ
1366 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1367 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1368 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory
076e5443
PB
1369 --enable-maintainer-mode enable make rules and dependencies not useful
1370 (and sometimes confusing) to the casual installer
1371 --enable-multilib build many library versions (default)
1372 --disable-dependency-tracking speeds up one-time build
1373 --enable-dependency-tracking do not reject slow dependency extractors
5213506e
RW
1374 --enable-shared[=PKGS] build shared libraries [default=yes]
1375 --enable-static[=PKGS] build static libraries [default=yes]
1cf3d07d
SE
1376 --enable-fast-install[=PKGS]
1377 optimize for fast installation [default=yes]
42fcd7bb 1378 --disable-libtool-lock avoid locking (might break parallel builds)
2fb31455 1379 --enable-tls Use thread-local storage [default=yes]
42fcd7bb
AJ
1380
1381Optional Packages:
1382 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1383 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1cf3d07d
SE
1384 --with-pic try to use only PIC/non-PIC objects [default=use
1385 both]
1386 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
42fcd7bb
AJ
1387
1388Some influential environment variables:
1389 CC C compiler command
1390 CFLAGS C compiler flags
1391 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1392 nonstandard directory <lib dir>
5213506e
RW
1393 LIBS libraries to pass to the linker, e.g. -l<library>
1394 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1395 you have headers in a nonstandard directory <include dir>
42fcd7bb
AJ
1396 CPP C preprocessor
1397
1398Use these variables to override the choices made by `configure' or to help
1399it to find libraries and programs with nonstandard names/locations.
1400
5213506e 1401Report bugs to the package provider.
42fcd7bb 1402_ACEOF
5213506e 1403ac_status=$?
42fcd7bb
AJ
1404fi
1405
1406if test "$ac_init_help" = "recursive"; then
1407 # If there are subdirs, report their specific --help.
42fcd7bb 1408 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
5213506e
RW
1409 test -d "$ac_dir" ||
1410 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1411 continue
42fcd7bb
AJ
1412 ac_builddir=.
1413
5213506e
RW
1414case "$ac_dir" in
1415.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1416*)
1417 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1418 # A ".." for each directory in $ac_dir_suffix.
1419 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1420 case $ac_top_builddir_sub in
1421 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1422 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1423 esac ;;
1424esac
1425ac_abs_top_builddir=$ac_pwd
1426ac_abs_builddir=$ac_pwd$ac_dir_suffix
1427# for backward compatibility:
1428ac_top_builddir=$ac_top_build_prefix
42fcd7bb
AJ
1429
1430case $srcdir in
5213506e 1431 .) # We are building in place.
42fcd7bb 1432 ac_srcdir=.
5213506e
RW
1433 ac_top_srcdir=$ac_top_builddir_sub
1434 ac_abs_top_srcdir=$ac_pwd ;;
1435 [\\/]* | ?:[\\/]* ) # Absolute name.
42fcd7bb 1436 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
1437 ac_top_srcdir=$srcdir
1438 ac_abs_top_srcdir=$srcdir ;;
1439 *) # Relative name.
1440 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1441 ac_top_srcdir=$ac_top_build_prefix$srcdir
1442 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42fcd7bb 1443esac
5213506e
RW
1444ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1445
1446 cd "$ac_dir" || { ac_status=$?; continue; }
1447 # Check for guested configure.
1448 if test -f "$ac_srcdir/configure.gnu"; then
1449 echo &&
1450 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1451 elif test -f "$ac_srcdir/configure"; then
1452 echo &&
1453 $SHELL "$ac_srcdir/configure" --help=recursive
42fcd7bb 1454 else
5213506e
RW
1455 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1456 fi || ac_status=$?
1457 cd "$ac_pwd" || { ac_status=$?; break; }
42fcd7bb
AJ
1458 done
1459fi
1460
5213506e 1461test -n "$ac_init_help" && exit $ac_status
42fcd7bb
AJ
1462if $ac_init_version; then
1463 cat <<\_ACEOF
076e5443 1464libmudflap configure 1.0
5213506e 1465generated by GNU Autoconf 2.64
42fcd7bb 1466
5213506e 1467Copyright (C) 2009 Free Software Foundation, Inc.
42fcd7bb
AJ
1468This configure script is free software; the Free Software Foundation
1469gives unlimited permission to copy, distribute and modify it.
1470_ACEOF
5213506e 1471 exit
42fcd7bb 1472fi
42fcd7bb 1473
5213506e
RW
1474## ------------------------ ##
1475## Autoconf initialization. ##
1476## ------------------------ ##
42fcd7bb 1477
5213506e
RW
1478# ac_fn_c_try_compile LINENO
1479# --------------------------
1480# Try to compile conftest.$ac_ext, and return whether this succeeded.
1481ac_fn_c_try_compile ()
42fcd7bb 1482{
5213506e
RW
1483 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1484 rm -f conftest.$ac_objext
1485 if { { ac_try="$ac_compile"
1486case "(($ac_try" in
1487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1488 *) ac_try_echo=$ac_try;;
1489esac
1490eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1491$as_echo "$ac_try_echo"; } >&5
1492 (eval "$ac_compile") 2>conftest.err
1493 ac_status=$?
1494 if test -s conftest.err; then
1495 grep -v '^ *+' conftest.err >conftest.er1
1496 cat conftest.er1 >&5
1497 mv -f conftest.er1 conftest.err
1498 fi
1499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1500 test $ac_status = 0; } && {
1501 test -z "$ac_c_werror_flag" ||
1502 test ! -s conftest.err
1503 } && test -s conftest.$ac_objext; then :
1504 ac_retval=0
1505else
1506 $as_echo "$as_me: failed program was:" >&5
1507sed 's/^/| /' conftest.$ac_ext >&5
42fcd7bb 1508
5213506e
RW
1509 ac_retval=1
1510fi
1511 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1512 return $ac_retval
42fcd7bb 1513
5213506e 1514} # ac_fn_c_try_compile
42fcd7bb 1515
5213506e
RW
1516# ac_fn_c_try_cpp LINENO
1517# ----------------------
1518# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1519ac_fn_c_try_cpp ()
1520{
1521 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1522 if { { ac_try="$ac_cpp conftest.$ac_ext"
1523case "(($ac_try" in
1524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1525 *) ac_try_echo=$ac_try;;
1526esac
1527eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1528$as_echo "$ac_try_echo"; } >&5
1529 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1530 ac_status=$?
1531 if test -s conftest.err; then
1532 grep -v '^ *+' conftest.err >conftest.er1
1533 cat conftest.er1 >&5
1534 mv -f conftest.er1 conftest.err
1535 fi
1536 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1537 test $ac_status = 0; } >/dev/null && {
1538 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1539 test ! -s conftest.err
1540 }; then :
1541 ac_retval=0
1542else
1543 $as_echo "$as_me: failed program was:" >&5
1544sed 's/^/| /' conftest.$ac_ext >&5
42fcd7bb 1545
5213506e
RW
1546 ac_retval=1
1547fi
1548 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1549 return $ac_retval
42fcd7bb 1550
5213506e
RW
1551} # ac_fn_c_try_cpp
1552
1553# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1554# -------------------------------------------------------
1555# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1556# the include files in INCLUDES and setting the cache variable VAR
1557# accordingly.
1558ac_fn_c_check_header_mongrel ()
1559{
1560 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1561 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1562 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1563$as_echo_n "checking for $2... " >&6; }
1564if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1565 $as_echo_n "(cached) " >&6
1566fi
1567eval ac_res=\$$3
1568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1569$as_echo "$ac_res" >&6; }
1570else
1571 # Is the header compilable?
1572{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1573$as_echo_n "checking $2 usability... " >&6; }
1574cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1575/* end confdefs.h. */
1576$4
1577#include <$2>
1578_ACEOF
1579if ac_fn_c_try_compile "$LINENO"; then :
1580 ac_header_compiler=yes
1581else
1582 ac_header_compiler=no
1583fi
1584rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1586$as_echo "$ac_header_compiler" >&6; }
1587
1588# Is the header present?
1589{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1590$as_echo_n "checking $2 presence... " >&6; }
1591cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1592/* end confdefs.h. */
1593#include <$2>
1594_ACEOF
1595if ac_fn_c_try_cpp "$LINENO"; then :
1596 ac_header_preproc=yes
1597else
1598 ac_header_preproc=no
1599fi
1600rm -f conftest.err conftest.$ac_ext
1601{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1602$as_echo "$ac_header_preproc" >&6; }
1603
1604# So? What about this header?
1605case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1606 yes:no: )
1607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1608$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1610$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1611 ;;
1612 no:yes:* )
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1614$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1615 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1616$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1617 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1618$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1619 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1620$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1621 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1622$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1623 ;;
1624esac
1625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1626$as_echo_n "checking for $2... " >&6; }
1627if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1628 $as_echo_n "(cached) " >&6
1629else
1630 eval "$3=\$ac_header_compiler"
1631fi
1632eval ac_res=\$$3
1633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1634$as_echo "$ac_res" >&6; }
1635fi
1636 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1637
1638} # ac_fn_c_check_header_mongrel
1639
1640# ac_fn_c_try_run LINENO
1641# ----------------------
1642# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1643# that executables *can* be run.
1644ac_fn_c_try_run ()
1645{
1646 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1647 if { { ac_try="$ac_link"
1648case "(($ac_try" in
1649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1650 *) ac_try_echo=$ac_try;;
1651esac
1652eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1653$as_echo "$ac_try_echo"; } >&5
1654 (eval "$ac_link") 2>&5
1655 ac_status=$?
1656 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1657 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1658 { { case "(($ac_try" in
1659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1660 *) ac_try_echo=$ac_try;;
1661esac
1662eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1663$as_echo "$ac_try_echo"; } >&5
1664 (eval "$ac_try") 2>&5
1665 ac_status=$?
1666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1667 test $ac_status = 0; }; }; then :
1668 ac_retval=0
1669else
1670 $as_echo "$as_me: program exited with status $ac_status" >&5
1671 $as_echo "$as_me: failed program was:" >&5
1672sed 's/^/| /' conftest.$ac_ext >&5
1673
1674 ac_retval=$ac_status
1675fi
1676 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1677 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1678 return $ac_retval
1679
1680} # ac_fn_c_try_run
1681
1682# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1683# -------------------------------------------------------
1684# Tests whether HEADER exists and can be compiled using the include files in
1685# INCLUDES, setting the cache variable VAR accordingly.
1686ac_fn_c_check_header_compile ()
1687{
1688 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1689 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1690$as_echo_n "checking for $2... " >&6; }
1691if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1692 $as_echo_n "(cached) " >&6
1693else
1694 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1695/* end confdefs.h. */
1696$4
1697#include <$2>
1698_ACEOF
1699if ac_fn_c_try_compile "$LINENO"; then :
1700 eval "$3=yes"
1701else
1702 eval "$3=no"
1703fi
1704rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1705fi
1706eval ac_res=\$$3
1707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1708$as_echo "$ac_res" >&6; }
1709 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1710
1711} # ac_fn_c_check_header_compile
1712
1713# ac_fn_c_try_link LINENO
1714# -----------------------
1715# Try to link conftest.$ac_ext, and return whether this succeeded.
1716ac_fn_c_try_link ()
1717{
1718 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1719 rm -f conftest.$ac_objext conftest$ac_exeext
1720 if { { ac_try="$ac_link"
1721case "(($ac_try" in
1722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1723 *) ac_try_echo=$ac_try;;
1724esac
1725eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1726$as_echo "$ac_try_echo"; } >&5
1727 (eval "$ac_link") 2>conftest.err
1728 ac_status=$?
1729 if test -s conftest.err; then
1730 grep -v '^ *+' conftest.err >conftest.er1
1731 cat conftest.er1 >&5
1732 mv -f conftest.er1 conftest.err
1733 fi
1734 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1735 test $ac_status = 0; } && {
1736 test -z "$ac_c_werror_flag" ||
1737 test ! -s conftest.err
1738 } && test -s conftest$ac_exeext && {
1739 test "$cross_compiling" = yes ||
1740 $as_test_x conftest$ac_exeext
1741 }; then :
1742 ac_retval=0
1743else
1744 $as_echo "$as_me: failed program was:" >&5
1745sed 's/^/| /' conftest.$ac_ext >&5
1746
1747 ac_retval=1
1748fi
1749 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1750 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1751 # interfere with the next link command; also delete a directory that is
1752 # left behind by Apple's compiler. We do this before executing the actions.
1753 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1754 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1755 return $ac_retval
1756
1757} # ac_fn_c_try_link
1758
1759# ac_fn_c_check_func LINENO FUNC VAR
1760# ----------------------------------
1761# Tests whether FUNC exists, setting the cache variable VAR accordingly
1762ac_fn_c_check_func ()
1763{
1764 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1765 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1766$as_echo_n "checking for $2... " >&6; }
1767if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1768 $as_echo_n "(cached) " >&6
1769else
1770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1771/* end confdefs.h. */
1772/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1773 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1774#define $2 innocuous_$2
1775
1776/* System header to define __stub macros and hopefully few prototypes,
1777 which can conflict with char $2 (); below.
1778 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1779 <limits.h> exists even on freestanding compilers. */
1780
1781#ifdef __STDC__
1782# include <limits.h>
1783#else
1784# include <assert.h>
1785#endif
1786
1787#undef $2
1788
1789/* Override any GCC internal prototype to avoid an error.
1790 Use char because int might match the return type of a GCC
1791 builtin and then its argument prototype would still apply. */
1792#ifdef __cplusplus
1793extern "C"
1794#endif
1795char $2 ();
1796/* The GNU C library defines this for functions which it implements
1797 to always fail with ENOSYS. Some functions are actually named
1798 something starting with __ and the normal name is an alias. */
1799#if defined __stub_$2 || defined __stub___$2
1800choke me
1801#endif
1802
1803int
1804main ()
1805{
1806return $2 ();
1807 ;
1808 return 0;
1809}
1810_ACEOF
1811if ac_fn_c_try_link "$LINENO"; then :
1812 eval "$3=yes"
1813else
1814 eval "$3=no"
1815fi
1816rm -f core conftest.err conftest.$ac_objext \
1817 conftest$ac_exeext conftest.$ac_ext
1818fi
1819eval ac_res=\$$3
1820 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1821$as_echo "$ac_res" >&6; }
1822 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1823
1824} # ac_fn_c_check_func
1825cat >config.log <<_ACEOF
1826This file contains any messages produced by compilers while
1827running configure, to aid debugging if configure makes a mistake.
1828
1829It was created by libmudflap $as_me 1.0, which was
1830generated by GNU Autoconf 2.64. Invocation command line was
1831
1832 $ $0 $@
1833
1834_ACEOF
1835exec 5>>config.log
1836{
1837cat <<_ASUNAME
1838## --------- ##
1839## Platform. ##
1840## --------- ##
1841
1842hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1843uname -m = `(uname -m) 2>/dev/null || echo unknown`
1844uname -r = `(uname -r) 2>/dev/null || echo unknown`
1845uname -s = `(uname -s) 2>/dev/null || echo unknown`
1846uname -v = `(uname -v) 2>/dev/null || echo unknown`
1847
1848/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1849/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1850
1851/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1852/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1853/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1854/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1855/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1856/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1857/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1858
1859_ASUNAME
1860
1861as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1862for as_dir in $PATH
1863do
1864 IFS=$as_save_IFS
42fcd7bb 1865 test -z "$as_dir" && as_dir=.
5213506e
RW
1866 $as_echo "PATH: $as_dir"
1867 done
1868IFS=$as_save_IFS
42fcd7bb
AJ
1869
1870} >&5
1871
1872cat >&5 <<_ACEOF
1873
1874
1875## ----------- ##
1876## Core tests. ##
1877## ----------- ##
1878
1879_ACEOF
1880
1881
1882# Keep a trace of the command line.
1883# Strip out --no-create and --no-recursion so they do not pile up.
1884# Strip out --silent because we don't want to record it for future runs.
1885# Also quote any args containing shell meta-characters.
1886# Make two passes to allow for proper duplicate-argument suppression.
1887ac_configure_args=
1888ac_configure_args0=
1889ac_configure_args1=
42fcd7bb
AJ
1890ac_must_keep_next=false
1891for ac_pass in 1 2
1892do
1893 for ac_arg
1894 do
1895 case $ac_arg in
1896 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1897 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1898 | -silent | --silent | --silen | --sile | --sil)
1899 continue ;;
5213506e
RW
1900 *\'*)
1901 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
42fcd7bb
AJ
1902 esac
1903 case $ac_pass in
5213506e 1904 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
42fcd7bb 1905 2)
5213506e 1906 as_fn_append ac_configure_args1 " '$ac_arg'"
42fcd7bb 1907 if test $ac_must_keep_next = true; then
076e5443 1908 ac_must_keep_next=false # Got value, back to normal.
42fcd7bb 1909 else
076e5443
PB
1910 case $ac_arg in
1911 *=* | --config-cache | -C | -disable-* | --disable-* \
1912 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1913 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1914 | -with-* | --with-* | -without-* | --without-* | --x)
1915 case "$ac_configure_args0 " in
1916 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1917 esac
1918 ;;
1919 -* ) ac_must_keep_next=true ;;
1920 esac
42fcd7bb 1921 fi
5213506e 1922 as_fn_append ac_configure_args " '$ac_arg'"
42fcd7bb
AJ
1923 ;;
1924 esac
1925 done
1926done
5213506e
RW
1927{ ac_configure_args0=; unset ac_configure_args0;}
1928{ ac_configure_args1=; unset ac_configure_args1;}
42fcd7bb
AJ
1929
1930# When interrupted or exit'd, cleanup temporary files, and complete
1931# config.log. We remove comments because anyway the quotes in there
1932# would cause problems or look ugly.
5213506e
RW
1933# WARNING: Use '\'' to represent an apostrophe within the trap.
1934# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
42fcd7bb
AJ
1935trap 'exit_status=$?
1936 # Save into config.log some information that might help in debugging.
1937 {
1938 echo
1939
1940 cat <<\_ASBOX
1941## ---------------- ##
1942## Cache variables. ##
1943## ---------------- ##
1944_ASBOX
1945 echo
1946 # The following way of writing the cache mishandles newlines in values,
5213506e
RW
1947(
1948 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1949 eval ac_val=\$$ac_var
1950 case $ac_val in #(
1951 *${as_nl}*)
1952 case $ac_var in #(
1953 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1954$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1955 esac
1956 case $ac_var in #(
1957 _ | IFS | as_nl) ;; #(
1958 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1959 *) { eval $ac_var=; unset $ac_var;} ;;
1960 esac ;;
1961 esac
1962 done
42fcd7bb 1963 (set) 2>&1 |
5213506e
RW
1964 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1965 *${as_nl}ac_space=\ *)
42fcd7bb 1966 sed -n \
5213506e
RW
1967 "s/'\''/'\''\\\\'\'''\''/g;
1968 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1969 ;; #(
42fcd7bb 1970 *)
5213506e 1971 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42fcd7bb 1972 ;;
5213506e
RW
1973 esac |
1974 sort
1975)
42fcd7bb
AJ
1976 echo
1977
1978 cat <<\_ASBOX
1979## ----------------- ##
1980## Output variables. ##
1981## ----------------- ##
1982_ASBOX
1983 echo
1984 for ac_var in $ac_subst_vars
1985 do
5213506e
RW
1986 eval ac_val=\$$ac_var
1987 case $ac_val in
1988 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1989 esac
1990 $as_echo "$ac_var='\''$ac_val'\''"
42fcd7bb
AJ
1991 done | sort
1992 echo
1993
1994 if test -n "$ac_subst_files"; then
1995 cat <<\_ASBOX
5213506e
RW
1996## ------------------- ##
1997## File substitutions. ##
1998## ------------------- ##
42fcd7bb
AJ
1999_ASBOX
2000 echo
2001 for ac_var in $ac_subst_files
2002 do
5213506e
RW
2003 eval ac_val=\$$ac_var
2004 case $ac_val in
2005 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2006 esac
2007 $as_echo "$ac_var='\''$ac_val'\''"
42fcd7bb
AJ
2008 done | sort
2009 echo
2010 fi
2011
2012 if test -s confdefs.h; then
2013 cat <<\_ASBOX
2014## ----------- ##
2015## confdefs.h. ##
2016## ----------- ##
2017_ASBOX
2018 echo
5213506e 2019 cat confdefs.h
42fcd7bb
AJ
2020 echo
2021 fi
2022 test "$ac_signal" != 0 &&
5213506e
RW
2023 $as_echo "$as_me: caught signal $ac_signal"
2024 $as_echo "$as_me: exit $exit_status"
42fcd7bb 2025 } >&5
5213506e
RW
2026 rm -f core *.core core.conftest.* &&
2027 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
42fcd7bb 2028 exit $exit_status
5213506e 2029' 0
42fcd7bb 2030for ac_signal in 1 2 13 15; do
5213506e 2031 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
42fcd7bb
AJ
2032done
2033ac_signal=0
2034
2035# confdefs.h avoids OS command line length limits that DEFS can exceed.
5213506e
RW
2036rm -f -r conftest* confdefs.h
2037
2038$as_echo "/* confdefs.h */" > confdefs.h
42fcd7bb
AJ
2039
2040# Predefined preprocessor variables.
2041
2042cat >>confdefs.h <<_ACEOF
2043#define PACKAGE_NAME "$PACKAGE_NAME"
2044_ACEOF
2045
42fcd7bb
AJ
2046cat >>confdefs.h <<_ACEOF
2047#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2048_ACEOF
6de9cd9a 2049
42fcd7bb
AJ
2050cat >>confdefs.h <<_ACEOF
2051#define PACKAGE_VERSION "$PACKAGE_VERSION"
2052_ACEOF
2053
42fcd7bb
AJ
2054cat >>confdefs.h <<_ACEOF
2055#define PACKAGE_STRING "$PACKAGE_STRING"
2056_ACEOF
2057
42fcd7bb
AJ
2058cat >>confdefs.h <<_ACEOF
2059#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2060_ACEOF
2061
5213506e
RW
2062cat >>confdefs.h <<_ACEOF
2063#define PACKAGE_URL "$PACKAGE_URL"
2064_ACEOF
2065
42fcd7bb
AJ
2066
2067# Let the site file select an alternate cache file if it wants to.
5213506e
RW
2068# Prefer an explicitly selected file to automatically selected ones.
2069ac_site_file1=NONE
2070ac_site_file2=NONE
2071if test -n "$CONFIG_SITE"; then
2072 ac_site_file1=$CONFIG_SITE
2073elif test "x$prefix" != xNONE; then
2074 ac_site_file1=$prefix/share/config.site
2075 ac_site_file2=$prefix/etc/config.site
2076else
2077 ac_site_file1=$ac_default_prefix/share/config.site
2078 ac_site_file2=$ac_default_prefix/etc/config.site
2079fi
2080for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2081do
2082 test "x$ac_site_file" = xNONE && continue
6de9cd9a 2083 if test -r "$ac_site_file"; then
5213506e
RW
2084 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2085$as_echo "$as_me: loading site script $ac_site_file" >&6;}
42fcd7bb 2086 sed 's/^/| /' "$ac_site_file" >&5
6de9cd9a
DN
2087 . "$ac_site_file"
2088 fi
2089done
2090
2091if test -r "$cache_file"; then
42fcd7bb
AJ
2092 # Some versions of bash will fail to source /dev/null (special
2093 # files actually), so we avoid doing that.
2094 if test -f "$cache_file"; then
5213506e
RW
2095 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2096$as_echo "$as_me: loading cache $cache_file" >&6;}
42fcd7bb 2097 case $cache_file in
5213506e
RW
2098 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2099 *) . "./$cache_file";;
42fcd7bb
AJ
2100 esac
2101 fi
6de9cd9a 2102else
5213506e
RW
2103 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2104$as_echo "$as_me: creating cache $cache_file" >&6;}
42fcd7bb
AJ
2105 >$cache_file
2106fi
2107
2108# Check that the precious variables saved in the cache have kept the same
2109# value.
2110ac_cache_corrupted=false
5213506e 2111for ac_var in $ac_precious_vars; do
42fcd7bb
AJ
2112 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2113 eval ac_new_set=\$ac_env_${ac_var}_set
5213506e
RW
2114 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2115 eval ac_new_val=\$ac_env_${ac_var}_value
42fcd7bb
AJ
2116 case $ac_old_set,$ac_new_set in
2117 set,)
5213506e
RW
2118 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2119$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
42fcd7bb
AJ
2120 ac_cache_corrupted=: ;;
2121 ,set)
5213506e
RW
2122 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2123$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
42fcd7bb
AJ
2124 ac_cache_corrupted=: ;;
2125 ,);;
2126 *)
2127 if test "x$ac_old_val" != "x$ac_new_val"; then
5213506e
RW
2128 # differences in whitespace do not lead to failure.
2129 ac_old_val_w=`echo x $ac_old_val`
2130 ac_new_val_w=`echo x $ac_new_val`
2131 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2132 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2133$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2134 ac_cache_corrupted=:
2135 else
2136 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2137$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2138 eval $ac_var=\$ac_old_val
2139 fi
2140 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2141$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2142 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2143$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
42fcd7bb
AJ
2144 fi;;
2145 esac
2146 # Pass precious variables to config.status.
2147 if test "$ac_new_set" = set; then
2148 case $ac_new_val in
5213506e 2149 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
42fcd7bb
AJ
2150 *) ac_arg=$ac_var=$ac_new_val ;;
2151 esac
2152 case " $ac_configure_args " in
2153 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
5213506e 2154 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
42fcd7bb
AJ
2155 esac
2156 fi
2157done
2158if $ac_cache_corrupted; then
5213506e
RW
2159 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2160$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2161 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2162$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2163 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
6de9cd9a 2164fi
5213506e
RW
2165## -------------------- ##
2166## Main body of script. ##
2167## -------------------- ##
6de9cd9a
DN
2168
2169ac_ext=c
6de9cd9a 2170ac_cpp='$CPP $CPPFLAGS'
42fcd7bb
AJ
2171ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2172ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2173ac_compiler_gnu=$ac_cv_c_compiler_gnu
2174
2175
2176
2177
2178
2179
6de9cd9a 2180ac_aux_dir=
5213506e
RW
2181for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2182 for ac_t in install-sh install.sh shtool; do
2183 if test -f "$ac_dir/$ac_t"; then
2184 ac_aux_dir=$ac_dir
2185 ac_install_sh="$ac_aux_dir/$ac_t -c"
2186 break 2
2187 fi
2188 done
6de9cd9a
DN
2189done
2190if test -z "$ac_aux_dir"; then
5213506e 2191 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6de9cd9a 2192fi
5213506e
RW
2193
2194# These three variables are undocumented and unsupported,
2195# and are intended to be withdrawn in a future Autoconf release.
2196# They can cause serious problems if a builder's source tree is in a directory
2197# whose full name contains unusual characters.
2198ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2199ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2200ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2201
42fcd7bb
AJ
2202
2203# Make sure we can run config.sub.
5213506e
RW
2204$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2205 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2206
2207{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2208$as_echo_n "checking build system type... " >&6; }
2209if test "${ac_cv_build+set}" = set; then :
2210 $as_echo_n "(cached) " >&6
2211else
2212 ac_build_alias=$build_alias
2213test "x$ac_build_alias" = x &&
2214 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2215test "x$ac_build_alias" = x &&
2216 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2217ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2218 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2219
2220fi
2221{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2222$as_echo "$ac_cv_build" >&6; }
2223case $ac_cv_build in
2224*-*-*) ;;
2225*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2226esac
42fcd7bb 2227build=$ac_cv_build
5213506e
RW
2228ac_save_IFS=$IFS; IFS='-'
2229set x $ac_cv_build
2230shift
2231build_cpu=$1
2232build_vendor=$2
2233shift; shift
2234# Remember, the first character of IFS is used to create $*,
2235# except with old shells:
2236build_os=$*
2237IFS=$ac_save_IFS
2238case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
42fcd7bb
AJ
2239
2240
5213506e
RW
2241{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2242$as_echo_n "checking host system type... " >&6; }
2243if test "${ac_cv_host+set}" = set; then :
2244 $as_echo_n "(cached) " >&6
42fcd7bb 2245else
5213506e
RW
2246 if test "x$host_alias" = x; then
2247 ac_cv_host=$ac_cv_build
2248else
2249 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2250 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2251fi
42fcd7bb
AJ
2252
2253fi
5213506e
RW
2254{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2255$as_echo "$ac_cv_host" >&6; }
2256case $ac_cv_host in
2257*-*-*) ;;
2258*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2259esac
42fcd7bb 2260host=$ac_cv_host
5213506e
RW
2261ac_save_IFS=$IFS; IFS='-'
2262set x $ac_cv_host
2263shift
2264host_cpu=$1
2265host_vendor=$2
2266shift; shift
2267# Remember, the first character of IFS is used to create $*,
2268# except with old shells:
2269host_os=$*
2270IFS=$ac_save_IFS
2271case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
42fcd7bb
AJ
2272
2273
5213506e
RW
2274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2275$as_echo_n "checking target system type... " >&6; }
2276if test "${ac_cv_target+set}" = set; then :
2277 $as_echo_n "(cached) " >&6
2278else
2279 if test "x$target_alias" = x; then
2280 ac_cv_target=$ac_cv_host
42fcd7bb 2281else
5213506e
RW
2282 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2283 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2284fi
6de9cd9a 2285
42fcd7bb 2286fi
5213506e
RW
2287{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2288$as_echo "$ac_cv_target" >&6; }
2289case $ac_cv_target in
2290*-*-*) ;;
2291*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2292esac
42fcd7bb 2293target=$ac_cv_target
5213506e
RW
2294ac_save_IFS=$IFS; IFS='-'
2295set x $ac_cv_target
2296shift
2297target_cpu=$1
2298target_vendor=$2
2299shift; shift
2300# Remember, the first character of IFS is used to create $*,
2301# except with old shells:
2302target_os=$*
2303IFS=$ac_save_IFS
2304case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
6de9cd9a 2305
6de9cd9a
DN
2306
2307# The aliases save the names the user supplied, while $host etc.
2308# will get canonicalized.
42fcd7bb 2309test -n "$target_alias" &&
6de9cd9a
DN
2310 test "$program_prefix$program_suffix$program_transform_name" = \
2311 NONENONEs,x,x, &&
2312 program_prefix=${target_alias}-
5213506e 2313
89040431
FCE
2314 case ${build_alias} in
2315 "") build_noncanonical=${build} ;;
2316 *) build_noncanonical=${build_alias} ;;
2317esac
2318
2319 case ${host_alias} in
2320 "") host_noncanonical=${build_noncanonical} ;;
2321 *) host_noncanonical=${host_alias} ;;
2322esac
2323
2324 case ${target_alias} in
2325 "") target_noncanonical=${host_noncanonical} ;;
2326 *) target_noncanonical=${target_alias} ;;
2327esac
2328
2329
2330
076e5443 2331
5213506e
RW
2332am__api_version='1.11'
2333
6de9cd9a
DN
2334# Find a good install program. We prefer a C program (faster),
2335# so one script is as good as another. But avoid the broken or
2336# incompatible versions:
2337# SysV /etc/install, /usr/sbin/install
2338# SunOS /usr/etc/install
2339# IRIX /sbin/install
2340# AIX /bin/install
42fcd7bb 2341# AmigaOS /C/install, which installs bootblocks on floppy discs
6de9cd9a
DN
2342# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2343# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2344# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
076e5443 2345# OS/2's system install, which has a completely different semantic
6de9cd9a 2346# ./install, which can be erroneously created by make from ./install.sh.
38d24731 2347# Reject install programs that cannot install multiple files.
5213506e
RW
2348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2349$as_echo_n "checking for a BSD-compatible install... " >&6; }
6de9cd9a 2350if test -z "$INSTALL"; then
5213506e
RW
2351if test "${ac_cv_path_install+set}" = set; then :
2352 $as_echo_n "(cached) " >&6
6de9cd9a 2353else
42fcd7bb
AJ
2354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2355for as_dir in $PATH
2356do
2357 IFS=$as_save_IFS
2358 test -z "$as_dir" && as_dir=.
5213506e
RW
2359 # Account for people who put trailing slashes in PATH elements.
2360case $as_dir/ in #((
2361 ./ | .// | /[cC]/* | \
42fcd7bb 2362 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5213506e 2363 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
42fcd7bb
AJ
2364 /usr/ucb/* ) ;;
2365 *)
2366 # OSF1 and SCO ODT 3.0 have their own names for install.
2367 # Don't use installbsd from OSF since it installs stuff as root
2368 # by default.
2369 for ac_prog in ginstall scoinst install; do
2370 for ac_exec_ext in '' $ac_executable_extensions; do
5213506e 2371 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
076e5443
PB
2372 if test $ac_prog = install &&
2373 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2374 # AIX install. It has an incompatible calling convention.
2375 :
2376 elif test $ac_prog = install &&
2377 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2378 # program-specific install script used by HP pwplus--don't use.
2379 :
2380 else
38d24731
RW
2381 rm -rf conftest.one conftest.two conftest.dir
2382 echo one > conftest.one
2383 echo two > conftest.two
2384 mkdir conftest.dir
2385 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2386 test -s conftest.one && test -s conftest.two &&
2387 test -s conftest.dir/conftest.one &&
2388 test -s conftest.dir/conftest.two
2389 then
2390 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2391 break 3
2392 fi
076e5443
PB
2393 fi
2394 fi
6de9cd9a 2395 done
42fcd7bb
AJ
2396 done
2397 ;;
2398esac
5213506e
RW
2399
2400 done
2401IFS=$as_save_IFS
42fcd7bb 2402
38d24731 2403rm -rf conftest.one conftest.two conftest.dir
6de9cd9a
DN
2404
2405fi
2406 if test "${ac_cv_path_install+set}" = set; then
42fcd7bb 2407 INSTALL=$ac_cv_path_install
6de9cd9a 2408 else
38d24731
RW
2409 # As a last resort, use the slow shell script. Don't cache a
2410 # value for INSTALL within a source directory, because that will
6de9cd9a 2411 # break other packages using the cache if that directory is
38d24731 2412 # removed, or if the value is a relative name.
42fcd7bb 2413 INSTALL=$ac_install_sh
6de9cd9a
DN
2414 fi
2415fi
5213506e
RW
2416{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2417$as_echo "$INSTALL" >&6; }
6de9cd9a
DN
2418
2419# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2420# It thinks the first close brace ends the variable substitution.
2421test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2422
42fcd7bb 2423test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6de9cd9a
DN
2424
2425test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2426
5213506e
RW
2427{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2428$as_echo_n "checking whether build environment is sane... " >&6; }
6de9cd9a
DN
2429# Just in case
2430sleep 1
42fcd7bb 2431echo timestamp > conftest.file
5213506e
RW
2432# Reject unsafe characters in $srcdir or the absolute working directory
2433# name. Accept space and tab only in the latter.
2434am_lf='
2435'
2436case `pwd` in
2437 *[\\\"\#\$\&\'\`$am_lf]*)
2438 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2439esac
2440case $srcdir in
2441 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2442 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2443esac
2444
6de9cd9a
DN
2445# Do `set' in a subshell so we don't clobber the current shell's
2446# arguments. Must try -L first in case configure is actually a
2447# symlink; some systems play weird games with the mod time of symlinks
2448# (eg FreeBSD returns the mod time of the symlink's containing
2449# directory).
2450if (
5213506e 2451 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
6de9cd9a
DN
2452 if test "$*" = "X"; then
2453 # -L didn't work.
5213506e 2454 set X `ls -t "$srcdir/configure" conftest.file`
6de9cd9a 2455 fi
42fcd7bb
AJ
2456 rm -f conftest.file
2457 if test "$*" != "X $srcdir/configure conftest.file" \
2458 && test "$*" != "X conftest.file $srcdir/configure"; then
6de9cd9a
DN
2459
2460 # If neither matched, then we have a broken ls. This can happen
2461 # if, for instance, CONFIG_SHELL is bash and it inherits a
2462 # broken ls alias from the environment. This has actually
2463 # happened. Such a system could not be considered "sane".
5213506e
RW
2464 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2465alias in your environment" "$LINENO" 5
6de9cd9a
DN
2466 fi
2467
42fcd7bb 2468 test "$2" = conftest.file
6de9cd9a
DN
2469 )
2470then
2471 # Ok.
2472 :
2473else
5213506e
RW
2474 as_fn_error "newly created file is older than distributed files!
2475Check your system clock" "$LINENO" 5
42fcd7bb 2476fi
5213506e
RW
2477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2478$as_echo "yes" >&6; }
6de9cd9a 2479test "$program_prefix" != NONE &&
5213506e 2480 program_transform_name="s&^&$program_prefix&;$program_transform_name"
6de9cd9a
DN
2481# Use a double $ so make ignores it.
2482test "$program_suffix" != NONE &&
5213506e
RW
2483 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2484# Double any \ or $.
42fcd7bb 2485# By default was `s,x,x', remove it if useless.
5213506e
RW
2486ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2487program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
42fcd7bb
AJ
2488
2489# expand $ac_aux_dir to an absolute path
2490am_aux_dir=`cd $ac_aux_dir && pwd`
2491
5213506e
RW
2492if test x"${MISSING+set}" != xset; then
2493 case $am_aux_dir in
2494 *\ * | *\ *)
2495 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2496 *)
2497 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2498 esac
2499fi
42fcd7bb
AJ
2500# Use eval to expand $SHELL
2501if eval "$MISSING --run true"; then
2502 am_missing_run="$MISSING --run "
2503else
2504 am_missing_run=
5213506e
RW
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2506$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
076e5443
PB
2507fi
2508
5213506e
RW
2509if test x"${install_sh}" != xset; then
2510 case $am_aux_dir in
2511 *\ * | *\ *)
2512 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2513 *)
2514 install_sh="\${SHELL} $am_aux_dir/install-sh"
2515 esac
2516fi
2517
2518# Installed binaries are usually stripped using `strip' when the user
2519# run `make install-strip'. However `strip' might not be the right
2520# tool to use in cross-compilation environments, therefore Automake
2521# will honor the `STRIP' environment variable to overrule this program.
2522if test "$cross_compiling" != no; then
2523 if test -n "$ac_tool_prefix"; then
2524 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2525set dummy ${ac_tool_prefix}strip; ac_word=$2
2526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2527$as_echo_n "checking for $ac_word... " >&6; }
2528if test "${ac_cv_prog_STRIP+set}" = set; then :
2529 $as_echo_n "(cached) " >&6
42fcd7bb 2530else
5213506e
RW
2531 if test -n "$STRIP"; then
2532 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
42fcd7bb
AJ
2533else
2534as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2535for as_dir in $PATH
2536do
2537 IFS=$as_save_IFS
2538 test -z "$as_dir" && as_dir=.
5213506e
RW
2539 for ac_exec_ext in '' $ac_executable_extensions; do
2540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2541 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
2543 break 2
2544 fi
2545done
5213506e
RW
2546 done
2547IFS=$as_save_IFS
42fcd7bb
AJ
2548
2549fi
2550fi
5213506e
RW
2551STRIP=$ac_cv_prog_STRIP
2552if test -n "$STRIP"; then
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2554$as_echo "$STRIP" >&6; }
42fcd7bb 2555else
5213506e
RW
2556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2557$as_echo "no" >&6; }
42fcd7bb 2558fi
6de9cd9a 2559
6de9cd9a 2560
5213506e
RW
2561fi
2562if test -z "$ac_cv_prog_STRIP"; then
2563 ac_ct_STRIP=$STRIP
2564 # Extract the first word of "strip", so it can be a program name with args.
2565set dummy strip; ac_word=$2
2566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2567$as_echo_n "checking for $ac_word... " >&6; }
2568if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2569 $as_echo_n "(cached) " >&6
2570else
2571 if test -n "$ac_ct_STRIP"; then
2572 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2573else
2574as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2575for as_dir in $PATH
2576do
2577 IFS=$as_save_IFS
2578 test -z "$as_dir" && as_dir=.
2579 for ac_exec_ext in '' $ac_executable_extensions; do
2580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2581 ac_cv_prog_ac_ct_STRIP="strip"
2582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2583 break 2
2584 fi
2585done
2586 done
2587IFS=$as_save_IFS
2588
2589fi
2590fi
2591ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2592if test -n "$ac_ct_STRIP"; then
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2594$as_echo "$ac_ct_STRIP" >&6; }
2595else
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2597$as_echo "no" >&6; }
2598fi
2599
2600 if test "x$ac_ct_STRIP" = x; then
2601 STRIP=":"
2602 else
2603 case $cross_compiling:$ac_tool_warned in
2604yes:)
2605{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2606$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2607ac_tool_warned=yes ;;
2608esac
2609 STRIP=$ac_ct_STRIP
2610 fi
2611else
2612 STRIP="$ac_cv_prog_STRIP"
2613fi
2614
2615fi
2616INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2617
2618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2619$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2620if test -z "$MKDIR_P"; then
2621 if test "${ac_cv_path_mkdir+set}" = set; then :
2622 $as_echo_n "(cached) " >&6
2623else
2624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2625for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2626do
2627 IFS=$as_save_IFS
2628 test -z "$as_dir" && as_dir=.
2629 for ac_prog in mkdir gmkdir; do
2630 for ac_exec_ext in '' $ac_executable_extensions; do
2631 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2632 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2633 'mkdir (GNU coreutils) '* | \
2634 'mkdir (coreutils) '* | \
2635 'mkdir (fileutils) '4.1*)
2636 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2637 break 3;;
2638 esac
2639 done
2640 done
2641 done
2642IFS=$as_save_IFS
2643
2644fi
2645
2646 if test "${ac_cv_path_mkdir+set}" = set; then
2647 MKDIR_P="$ac_cv_path_mkdir -p"
2648 else
2649 # As a last resort, use the slow shell script. Don't cache a
2650 # value for MKDIR_P within a source directory, because that will
2651 # break other packages using the cache if that directory is
2652 # removed, or if the value is a relative name.
2653 test -d ./--version && rmdir ./--version
2654 MKDIR_P="$ac_install_sh -d"
2655 fi
2656fi
2657{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2658$as_echo "$MKDIR_P" >&6; }
2659
2660mkdir_p="$MKDIR_P"
2661case $mkdir_p in
2662 [\\/$]* | ?:[\\/]*) ;;
2663 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2664esac
2665
2666for ac_prog in gawk mawk nawk awk
2667do
2668 # Extract the first word of "$ac_prog", so it can be a program name with args.
2669set dummy $ac_prog; ac_word=$2
2670{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2671$as_echo_n "checking for $ac_word... " >&6; }
2672if test "${ac_cv_prog_AWK+set}" = set; then :
2673 $as_echo_n "(cached) " >&6
2674else
2675 if test -n "$AWK"; then
2676 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2677else
2678as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2679for as_dir in $PATH
2680do
2681 IFS=$as_save_IFS
2682 test -z "$as_dir" && as_dir=.
2683 for ac_exec_ext in '' $ac_executable_extensions; do
2684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2685 ac_cv_prog_AWK="$ac_prog"
2686 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2687 break 2
2688 fi
2689done
2690 done
2691IFS=$as_save_IFS
2692
2693fi
2694fi
2695AWK=$ac_cv_prog_AWK
2696if test -n "$AWK"; then
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2698$as_echo "$AWK" >&6; }
2699else
2700 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2701$as_echo "no" >&6; }
2702fi
2703
2704
2705 test -n "$AWK" && break
2706done
2707
2708{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2709$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2710set x ${MAKE-make}
2711ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2712if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2713 $as_echo_n "(cached) " >&6
6de9cd9a 2714else
42fcd7bb 2715 cat >conftest.make <<\_ACEOF
5213506e 2716SHELL = /bin/sh
6de9cd9a 2717all:
5213506e 2718 @echo '@@@%%%=$(MAKE)=@@@%%%'
42fcd7bb 2719_ACEOF
6de9cd9a 2720# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
5213506e
RW
2721case `${MAKE-make} -f conftest.make 2>/dev/null` in
2722 *@@@%%%=?*=@@@%%%*)
2723 eval ac_cv_prog_make_${ac_make}_set=yes;;
2724 *)
2725 eval ac_cv_prog_make_${ac_make}_set=no;;
2726esac
42fcd7bb 2727rm -f conftest.make
6de9cd9a 2728fi
5213506e
RW
2729if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2731$as_echo "yes" >&6; }
6de9cd9a
DN
2732 SET_MAKE=
2733else
5213506e
RW
2734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2735$as_echo "no" >&6; }
6de9cd9a
DN
2736 SET_MAKE="MAKE=${MAKE-make}"
2737fi
2738
42fcd7bb
AJ
2739rm -rf .tst 2>/dev/null
2740mkdir .tst 2>/dev/null
2741if test -d .tst; then
2742 am__leading_dot=.
2743else
2744 am__leading_dot=_
2745fi
2746rmdir .tst 2>/dev/null
6de9cd9a 2747
5213506e
RW
2748if test "`cd $srcdir && pwd`" != "`pwd`"; then
2749 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2750 # is not polluted with repeated "-I."
2751 am__isrc=' -I$(srcdir)'
2752 # test to see if srcdir already configured
2753 if test -f $srcdir/config.status; then
2754 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2755 fi
42fcd7bb 2756fi
6de9cd9a 2757
42fcd7bb
AJ
2758# test whether we have cygpath
2759if test -z "$CYGPATH_W"; then
2760 if (cygpath --version) >/dev/null 2>/dev/null; then
2761 CYGPATH_W='cygpath -w'
2762 else
2763 CYGPATH_W=echo
2764 fi
6de9cd9a 2765fi
42fcd7bb
AJ
2766
2767
2768# Define the identity of the package.
076e5443
PB
2769 PACKAGE='libmudflap'
2770 VERSION='1.0'
42fcd7bb
AJ
2771
2772
2773cat >>confdefs.h <<_ACEOF
6de9cd9a 2774#define PACKAGE "$PACKAGE"
42fcd7bb 2775_ACEOF
6de9cd9a 2776
42fcd7bb
AJ
2777
2778cat >>confdefs.h <<_ACEOF
6de9cd9a 2779#define VERSION "$VERSION"
42fcd7bb 2780_ACEOF
6de9cd9a 2781
42fcd7bb 2782# Some tools Automake needs.
6de9cd9a 2783
42fcd7bb 2784ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
6de9cd9a 2785
42fcd7bb
AJ
2786
2787AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2788
2789
2790AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2791
2792
2793AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2794
2795
2796MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2797
42fcd7bb
AJ
2798# We need awk for the "check" target. The system "awk" is bad on
2799# some platforms.
4e55a162
KC
2800# Always define AMTAR for backward compatibility.
2801
2802AMTAR=${AMTAR-"${am_missing_run}tar"}
2803
2804am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2805
2806
42fcd7bb
AJ
2807
2808
6de9cd9a
DN
2809
2810
5213506e
RW
2811{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2812$as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2813# Check whether --enable-version-specific-runtime-libs was given.
2814if test "${enable_version_specific_runtime_libs+set}" = set; then :
2815 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
42fcd7bb
AJ
2816 yes) version_specific_libs=yes ;;
2817 no) version_specific_libs=no ;;
5213506e 2818 *) as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
42fcd7bb
AJ
2819 esac
2820else
2821 version_specific_libs=no
5213506e 2822fi
42fcd7bb 2823
5213506e
RW
2824{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
2825$as_echo "$version_specific_libs" >&6; }
2826
2827
2828{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2829$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2830 # Check whether --enable-maintainer-mode was given.
2831if test "${enable_maintainer_mode+set}" = set; then :
2832 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
6de9cd9a
DN
2833else
2834 USE_MAINTAINER_MODE=no
5213506e 2835fi
6de9cd9a 2836
5213506e
RW
2837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2838$as_echo "$USE_MAINTAINER_MODE" >&6; }
2839 if test $USE_MAINTAINER_MODE = yes; then
6de9cd9a
DN
2840 MAINTAINER_MODE_TRUE=
2841 MAINTAINER_MODE_FALSE='#'
2842else
2843 MAINTAINER_MODE_TRUE='#'
2844 MAINTAINER_MODE_FALSE=
2845fi
6de9cd9a 2846
42fcd7bb 2847 MAINT=$MAINTAINER_MODE_TRUE
6de9cd9a 2848
6de9cd9a 2849
6de9cd9a 2850
6de9cd9a 2851
42fcd7bb 2852# Default to --enable-multilib
5213506e
RW
2853# Check whether --enable-multilib was given.
2854if test "${enable_multilib+set}" = set; then :
2855 enableval=$enable_multilib; case "$enableval" in
42fcd7bb
AJ
2856 yes) multilib=yes ;;
2857 no) multilib=no ;;
5213506e 2858 *) as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;;
42fcd7bb 2859 esac
6de9cd9a 2860else
42fcd7bb 2861 multilib=yes
5213506e
RW
2862fi
2863
6de9cd9a 2864
42fcd7bb
AJ
2865# We may get other options which we leave undocumented:
2866# --with-target-subdir, --with-multisrctop, --with-multisubdir
2867# See config-ml.in if you want the gory details.
6de9cd9a 2868
42fcd7bb
AJ
2869if test "$srcdir" = "."; then
2870 if test "$with_target_subdir" != "."; then
2871 multi_basedir="$srcdir/$with_multisrctop../.."
6de9cd9a 2872 else
42fcd7bb 2873 multi_basedir="$srcdir/$with_multisrctop.."
6de9cd9a 2874 fi
42fcd7bb
AJ
2875else
2876 multi_basedir="$srcdir/.."
6de9cd9a
DN
2877fi
2878
42fcd7bb 2879
1cf3d07d
SE
2880# Even if the default multilib is not a cross compilation,
2881# it may be that some of the other multilibs are.
2882if test $cross_compiling = no && test $multilib = yes \
2883 && test "x${with_multisubdir}" != x ; then
2884 cross_compiling=maybe
2885fi
2886
5213506e 2887ac_config_commands="$ac_config_commands default-1"
6de9cd9a
DN
2888
2889
124e22d4 2890target_alias=${target_alias-$host_alias}
6de9cd9a
DN
2891
2892
5213506e 2893ac_config_headers="$ac_config_headers config.h"
6de9cd9a
DN
2894
2895
42fcd7bb
AJ
2896ac_ext=c
2897ac_cpp='$CPP $CPPFLAGS'
2898ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2899ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2900ac_compiler_gnu=$ac_cv_c_compiler_gnu
2901
2902# The same as in boehm-gc and libstdc++. Have to borrow it from there.
2903# We must force CC to /not/ be precious variables; otherwise
2904# the wrong, non-multilib-adjusted value will be used in multilibs.
2905# As a side effect, we have to subst CFLAGS ourselves.
2906
6de9cd9a
DN
2907
2908
2909ac_ext=c
6de9cd9a 2910ac_cpp='$CPP $CPPFLAGS'
42fcd7bb
AJ
2911ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2912ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2913ac_compiler_gnu=$ac_cv_c_compiler_gnu
2914if test -n "$ac_tool_prefix"; then
2915 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2916set dummy ${ac_tool_prefix}gcc; ac_word=$2
5213506e
RW
2917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2918$as_echo_n "checking for $ac_word... " >&6; }
2919if test "${ac_cv_prog_CC+set}" = set; then :
2920 $as_echo_n "(cached) " >&6
42fcd7bb
AJ
2921else
2922 if test -n "$CC"; then
2923 ac_cv_prog_CC="$CC" # Let the user override the test.
2924else
2925as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2926for as_dir in $PATH
2927do
2928 IFS=$as_save_IFS
2929 test -z "$as_dir" && as_dir=.
5213506e
RW
2930 for ac_exec_ext in '' $ac_executable_extensions; do
2931 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42fcd7bb 2932 ac_cv_prog_CC="${ac_tool_prefix}gcc"
5213506e 2933 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
2934 break 2
2935 fi
2936done
5213506e
RW
2937 done
2938IFS=$as_save_IFS
42fcd7bb
AJ
2939
2940fi
2941fi
2942CC=$ac_cv_prog_CC
2943if test -n "$CC"; then
5213506e
RW
2944 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2945$as_echo "$CC" >&6; }
42fcd7bb 2946else
5213506e
RW
2947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2948$as_echo "no" >&6; }
42fcd7bb 2949fi
6de9cd9a 2950
5213506e 2951
42fcd7bb
AJ
2952fi
2953if test -z "$ac_cv_prog_CC"; then
2954 ac_ct_CC=$CC
2955 # Extract the first word of "gcc", so it can be a program name with args.
6de9cd9a 2956set dummy gcc; ac_word=$2
5213506e
RW
2957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2958$as_echo_n "checking for $ac_word... " >&6; }
2959if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2960 $as_echo_n "(cached) " >&6
42fcd7bb
AJ
2961else
2962 if test -n "$ac_ct_CC"; then
2963 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2964else
2965as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2966for as_dir in $PATH
2967do
2968 IFS=$as_save_IFS
2969 test -z "$as_dir" && as_dir=.
5213506e
RW
2970 for ac_exec_ext in '' $ac_executable_extensions; do
2971 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42fcd7bb 2972 ac_cv_prog_ac_ct_CC="gcc"
5213506e 2973 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
2974 break 2
2975 fi
2976done
5213506e
RW
2977 done
2978IFS=$as_save_IFS
42fcd7bb
AJ
2979
2980fi
2981fi
2982ac_ct_CC=$ac_cv_prog_ac_ct_CC
2983if test -n "$ac_ct_CC"; then
5213506e
RW
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2985$as_echo "$ac_ct_CC" >&6; }
42fcd7bb 2986else
5213506e
RW
2987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2988$as_echo "no" >&6; }
42fcd7bb
AJ
2989fi
2990
5213506e
RW
2991 if test "x$ac_ct_CC" = x; then
2992 CC=""
2993 else
2994 case $cross_compiling:$ac_tool_warned in
2995yes:)
2996{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2997$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2998ac_tool_warned=yes ;;
2999esac
3000 CC=$ac_ct_CC
3001 fi
42fcd7bb
AJ
3002else
3003 CC="$ac_cv_prog_CC"
3004fi
3005
3006if test -z "$CC"; then
5213506e
RW
3007 if test -n "$ac_tool_prefix"; then
3008 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
42fcd7bb 3009set dummy ${ac_tool_prefix}cc; ac_word=$2
5213506e
RW
3010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3011$as_echo_n "checking for $ac_word... " >&6; }
3012if test "${ac_cv_prog_CC+set}" = set; then :
3013 $as_echo_n "(cached) " >&6
6de9cd9a
DN
3014else
3015 if test -n "$CC"; then
3016 ac_cv_prog_CC="$CC" # Let the user override the test.
3017else
42fcd7bb
AJ
3018as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3019for as_dir in $PATH
3020do
3021 IFS=$as_save_IFS
3022 test -z "$as_dir" && as_dir=.
5213506e
RW
3023 for ac_exec_ext in '' $ac_executable_extensions; do
3024 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42fcd7bb 3025 ac_cv_prog_CC="${ac_tool_prefix}cc"
5213506e 3026 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
3027 break 2
3028 fi
3029done
5213506e
RW
3030 done
3031IFS=$as_save_IFS
42fcd7bb 3032
6de9cd9a
DN
3033fi
3034fi
42fcd7bb 3035CC=$ac_cv_prog_CC
6de9cd9a 3036if test -n "$CC"; then
5213506e
RW
3037 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3038$as_echo "$CC" >&6; }
42fcd7bb 3039else
5213506e
RW
3040 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3041$as_echo "no" >&6; }
42fcd7bb
AJ
3042fi
3043
6de9cd9a 3044
5213506e 3045 fi
42fcd7bb 3046fi
6de9cd9a
DN
3047if test -z "$CC"; then
3048 # Extract the first word of "cc", so it can be a program name with args.
3049set dummy cc; ac_word=$2
5213506e
RW
3050{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3051$as_echo_n "checking for $ac_word... " >&6; }
3052if test "${ac_cv_prog_CC+set}" = set; then :
3053 $as_echo_n "(cached) " >&6
6de9cd9a
DN
3054else
3055 if test -n "$CC"; then
3056 ac_cv_prog_CC="$CC" # Let the user override the test.
3057else
6de9cd9a 3058 ac_prog_rejected=no
42fcd7bb
AJ
3059as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3060for as_dir in $PATH
3061do
3062 IFS=$as_save_IFS
3063 test -z "$as_dir" && as_dir=.
5213506e
RW
3064 for ac_exec_ext in '' $ac_executable_extensions; do
3065 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42fcd7bb
AJ
3066 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3067 ac_prog_rejected=yes
3068 continue
3069 fi
3070 ac_cv_prog_CC="cc"
5213506e 3071 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
3072 break 2
3073 fi
3074done
5213506e
RW
3075 done
3076IFS=$as_save_IFS
42fcd7bb 3077
6de9cd9a
DN
3078if test $ac_prog_rejected = yes; then
3079 # We found a bogon in the path, so make sure we never use it.
3080 set dummy $ac_cv_prog_CC
3081 shift
42fcd7bb 3082 if test $# != 0; then
6de9cd9a
DN
3083 # We chose a different compiler from the bogus one.
3084 # However, it has the same basename, so the bogon will be chosen
3085 # first if we set CC to just the basename; use the full file name.
3086 shift
42fcd7bb 3087 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
6de9cd9a
DN
3088 fi
3089fi
3090fi
3091fi
42fcd7bb 3092CC=$ac_cv_prog_CC
6de9cd9a 3093if test -n "$CC"; then
5213506e
RW
3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3095$as_echo "$CC" >&6; }
6de9cd9a 3096else
5213506e
RW
3097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3098$as_echo "no" >&6; }
6de9cd9a
DN
3099fi
3100
5213506e 3101
42fcd7bb
AJ
3102fi
3103if test -z "$CC"; then
3104 if test -n "$ac_tool_prefix"; then
5213506e 3105 for ac_prog in cl.exe
42fcd7bb
AJ
3106 do
3107 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3108set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
3109{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3110$as_echo_n "checking for $ac_word... " >&6; }
3111if test "${ac_cv_prog_CC+set}" = set; then :
3112 $as_echo_n "(cached) " >&6
6de9cd9a
DN
3113else
3114 if test -n "$CC"; then
3115 ac_cv_prog_CC="$CC" # Let the user override the test.
3116else
42fcd7bb
AJ
3117as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3118for as_dir in $PATH
3119do
3120 IFS=$as_save_IFS
3121 test -z "$as_dir" && as_dir=.
5213506e
RW
3122 for ac_exec_ext in '' $ac_executable_extensions; do
3123 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42fcd7bb 3124 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
5213506e 3125 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
3126 break 2
3127 fi
3128done
5213506e
RW
3129 done
3130IFS=$as_save_IFS
42fcd7bb 3131
6de9cd9a
DN
3132fi
3133fi
42fcd7bb 3134CC=$ac_cv_prog_CC
6de9cd9a 3135if test -n "$CC"; then
5213506e
RW
3136 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3137$as_echo "$CC" >&6; }
6de9cd9a 3138else
5213506e
RW
3139 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3140$as_echo "no" >&6; }
6de9cd9a
DN
3141fi
3142
5213506e 3143
42fcd7bb
AJ
3144 test -n "$CC" && break
3145 done
6de9cd9a 3146fi
42fcd7bb
AJ
3147if test -z "$CC"; then
3148 ac_ct_CC=$CC
5213506e 3149 for ac_prog in cl.exe
42fcd7bb
AJ
3150do
3151 # Extract the first word of "$ac_prog", so it can be a program name with args.
3152set dummy $ac_prog; ac_word=$2
5213506e
RW
3153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3154$as_echo_n "checking for $ac_word... " >&6; }
3155if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3156 $as_echo_n "(cached) " >&6
6de9cd9a 3157else
42fcd7bb
AJ
3158 if test -n "$ac_ct_CC"; then
3159 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
6de9cd9a 3160else
42fcd7bb
AJ
3161as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3162for as_dir in $PATH
3163do
3164 IFS=$as_save_IFS
3165 test -z "$as_dir" && as_dir=.
5213506e
RW
3166 for ac_exec_ext in '' $ac_executable_extensions; do
3167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42fcd7bb 3168 ac_cv_prog_ac_ct_CC="$ac_prog"
5213506e 3169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
3170 break 2
3171 fi
3172done
5213506e
RW
3173 done
3174IFS=$as_save_IFS
42fcd7bb 3175
6de9cd9a 3176fi
42fcd7bb
AJ
3177fi
3178ac_ct_CC=$ac_cv_prog_ac_ct_CC
3179if test -n "$ac_ct_CC"; then
5213506e
RW
3180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3181$as_echo "$ac_ct_CC" >&6; }
42fcd7bb 3182else
5213506e
RW
3183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3184$as_echo "no" >&6; }
42fcd7bb
AJ
3185fi
3186
5213506e 3187
42fcd7bb
AJ
3188 test -n "$ac_ct_CC" && break
3189done
6de9cd9a 3190
5213506e
RW
3191 if test "x$ac_ct_CC" = x; then
3192 CC=""
3193 else
3194 case $cross_compiling:$ac_tool_warned in
3195yes:)
3196{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3197$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3198ac_tool_warned=yes ;;
3199esac
3200 CC=$ac_ct_CC
3201 fi
42fcd7bb
AJ
3202fi
3203
3204fi
3205
3206
5213506e
RW
3207test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3208$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3209as_fn_error "no acceptable C compiler found in \$PATH
3210See \`config.log' for more details." "$LINENO" 5; }
42fcd7bb
AJ
3211
3212# Provide some information about the compiler.
5213506e
RW
3213$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3214set X $ac_compile
3215ac_compiler=$2
3216for ac_option in --version -v -V -qversion; do
3217 { { ac_try="$ac_compiler $ac_option >&5"
3218case "(($ac_try" in
3219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3220 *) ac_try_echo=$ac_try;;
3221esac
3222eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3223$as_echo "$ac_try_echo"; } >&5
3224 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
42fcd7bb 3225 ac_status=$?
5213506e
RW
3226 if test -s conftest.err; then
3227 sed '10a\
3228... rest of stderr output deleted ...
3229 10q' conftest.err >conftest.er1
3230 cat conftest.er1 >&5
3231 rm -f conftest.er1 conftest.err
3232 fi
3233 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3234 test $ac_status = 0; }
3235done
42fcd7bb 3236
5213506e 3237cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
3238/* end confdefs.h. */
3239
3240int
3241main ()
3242{
3243
3244 ;
3245 return 0;
3246}
3247_ACEOF
3248ac_clean_files_save=$ac_clean_files
5213506e 3249ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
42fcd7bb
AJ
3250# Try to create an executable without -o first, disregard a.out.
3251# It will help us diagnose broken compilers, and finding out an intuition
3252# of exeext.
5213506e
RW
3253{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3254$as_echo_n "checking for C compiler default output file name... " >&6; }
3255ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3256
3257# The possible output files:
3258ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3259
3260ac_rmfiles=
3261for ac_file in $ac_files
3262do
3263 case $ac_file in
3264 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3265 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3266 esac
3267done
3268rm -f $ac_rmfiles
3269
3270if { { ac_try="$ac_link_default"
3271case "(($ac_try" in
3272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3273 *) ac_try_echo=$ac_try;;
3274esac
3275eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3276$as_echo "$ac_try_echo"; } >&5
3277 (eval "$ac_link_default") 2>&5
3278 ac_status=$?
3279 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3280 test $ac_status = 0; }; then :
3281 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3282# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3283# in a Makefile. We should not override ac_cv_exeext if it was cached,
3284# so that the user can short-circuit this test for compilers unknown to
3285# Autoconf.
3286for ac_file in $ac_files ''
42fcd7bb
AJ
3287do
3288 test -f "$ac_file" || continue
3289 case $ac_file in
5213506e 3290 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
076e5443 3291 ;;
42fcd7bb 3292 [ab].out )
076e5443
PB
3293 # We found the default executable, but exeext='' is most
3294 # certainly right.
3295 break;;
42fcd7bb 3296 *.* )
5213506e
RW
3297 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3298 then :; else
3299 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3300 fi
3301 # We set ac_cv_exeext here because the later test for it is not
3302 # safe: cross compilers may not add the suffix if given an `-o'
3303 # argument, so we may need to know it at that point already.
3304 # Even if this section looks crufty: it has the advantage of
3305 # actually working.
076e5443 3306 break;;
42fcd7bb 3307 * )
076e5443 3308 break;;
42fcd7bb
AJ
3309 esac
3310done
5213506e
RW
3311test "$ac_cv_exeext" = no && ac_cv_exeext=
3312
6de9cd9a 3313else
5213506e
RW
3314 ac_file=''
3315fi
3316{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3317$as_echo "$ac_file" >&6; }
3318if test -z "$ac_file"; then :
3319 $as_echo "$as_me: failed program was:" >&5
42fcd7bb
AJ
3320sed 's/^/| /' conftest.$ac_ext >&5
3321
5213506e
RW
3322{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3323$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3324{ as_fn_set_status 77
3325as_fn_error "C compiler cannot create executables
3326See \`config.log' for more details." "$LINENO" 5; }; }
42fcd7bb 3327fi
42fcd7bb 3328ac_exeext=$ac_cv_exeext
42fcd7bb 3329
5213506e 3330# Check that the compiler produces executables we can run. If not, either
42fcd7bb 3331# the compiler is broken, or we cross compile.
5213506e
RW
3332{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3333$as_echo_n "checking whether the C compiler works... " >&6; }
42fcd7bb
AJ
3334# If not cross compiling, check that we can run a simple program.
3335if test "$cross_compiling" != yes; then
3336 if { ac_try='./$ac_file'
5213506e
RW
3337 { { case "(($ac_try" in
3338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3339 *) ac_try_echo=$ac_try;;
3340esac
3341eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3342$as_echo "$ac_try_echo"; } >&5
3343 (eval "$ac_try") 2>&5
42fcd7bb 3344 ac_status=$?
5213506e
RW
3345 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3346 test $ac_status = 0; }; }; then
42fcd7bb
AJ
3347 cross_compiling=no
3348 else
3349 if test "$cross_compiling" = maybe; then
3350 cross_compiling=yes
3351 else
5213506e
RW
3352 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3353$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3354as_fn_error "cannot run C compiled programs.
42fcd7bb 3355If you meant to cross compile, use \`--host'.
5213506e 3356See \`config.log' for more details." "$LINENO" 5; }
42fcd7bb
AJ
3357 fi
3358 fi
3359fi
5213506e
RW
3360{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3361$as_echo "yes" >&6; }
42fcd7bb 3362
5213506e 3363rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
42fcd7bb 3364ac_clean_files=$ac_clean_files_save
5213506e 3365# Check that the compiler produces executables we can run. If not, either
42fcd7bb 3366# the compiler is broken, or we cross compile.
5213506e
RW
3367{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3368$as_echo_n "checking whether we are cross compiling... " >&6; }
3369{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3370$as_echo "$cross_compiling" >&6; }
3371
3372{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3373$as_echo_n "checking for suffix of executables... " >&6; }
3374if { { ac_try="$ac_link"
3375case "(($ac_try" in
3376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3377 *) ac_try_echo=$ac_try;;
3378esac
3379eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3380$as_echo "$ac_try_echo"; } >&5
3381 (eval "$ac_link") 2>&5
42fcd7bb 3382 ac_status=$?
5213506e
RW
3383 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3384 test $ac_status = 0; }; then :
42fcd7bb
AJ
3385 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3386# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3387# work properly (i.e., refer to `conftest.exe'), while it won't with
3388# `rm'.
3389for ac_file in conftest.exe conftest conftest.*; do
3390 test -f "$ac_file" || continue
3391 case $ac_file in
5213506e 3392 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
42fcd7bb 3393 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
076e5443 3394 break;;
42fcd7bb
AJ
3395 * ) break;;
3396 esac
3397done
6de9cd9a 3398else
5213506e
RW
3399 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3400$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3401as_fn_error "cannot compute suffix of executables: cannot compile and link
3402See \`config.log' for more details." "$LINENO" 5; }
6de9cd9a 3403fi
42fcd7bb 3404rm -f conftest$ac_cv_exeext
5213506e
RW
3405{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3406$as_echo "$ac_cv_exeext" >&6; }
42fcd7bb
AJ
3407
3408rm -f conftest.$ac_ext
3409EXEEXT=$ac_cv_exeext
3410ac_exeext=$EXEEXT
5213506e
RW
3411{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3412$as_echo_n "checking for suffix of object files... " >&6; }
3413if test "${ac_cv_objext+set}" = set; then :
3414 $as_echo_n "(cached) " >&6
42fcd7bb 3415else
5213506e 3416 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
3417/* end confdefs.h. */
3418
3419int
3420main ()
3421{
3422
3423 ;
3424 return 0;
3425}
3426_ACEOF
3427rm -f conftest.o conftest.obj
5213506e
RW
3428if { { ac_try="$ac_compile"
3429case "(($ac_try" in
3430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3431 *) ac_try_echo=$ac_try;;
3432esac
3433eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3434$as_echo "$ac_try_echo"; } >&5
3435 (eval "$ac_compile") 2>&5
3436 ac_status=$?
3437 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3438 test $ac_status = 0; }; then :
3439 for ac_file in conftest.o conftest.obj conftest.*; do
3440 test -f "$ac_file" || continue;
42fcd7bb 3441 case $ac_file in
5213506e 3442 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
42fcd7bb
AJ
3443 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3444 break;;
3445 esac
3446done
3447else
5213506e 3448 $as_echo "$as_me: failed program was:" >&5
42fcd7bb
AJ
3449sed 's/^/| /' conftest.$ac_ext >&5
3450
5213506e
RW
3451{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3452$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3453as_fn_error "cannot compute suffix of object files: cannot compile
3454See \`config.log' for more details." "$LINENO" 5; }
6de9cd9a 3455fi
42fcd7bb
AJ
3456rm -f conftest.$ac_cv_objext conftest.$ac_ext
3457fi
5213506e
RW
3458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3459$as_echo "$ac_cv_objext" >&6; }
42fcd7bb
AJ
3460OBJEXT=$ac_cv_objext
3461ac_objext=$OBJEXT
5213506e
RW
3462{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3463$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3464if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3465 $as_echo_n "(cached) " >&6
42fcd7bb 3466else
5213506e 3467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
3468/* end confdefs.h. */
3469
3470int
3471main ()
3472{
3473#ifndef __GNUC__
3474 choke me
3475#endif
3476
3477 ;
3478 return 0;
3479}
3480_ACEOF
5213506e 3481if ac_fn_c_try_compile "$LINENO"; then :
42fcd7bb
AJ
3482 ac_compiler_gnu=yes
3483else
5213506e 3484 ac_compiler_gnu=no
42fcd7bb 3485fi
5213506e 3486rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42fcd7bb
AJ
3487ac_cv_c_compiler_gnu=$ac_compiler_gnu
3488
3489fi
5213506e
RW
3490{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3491$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3492if test $ac_compiler_gnu = yes; then
3493 GCC=yes
3494else
3495 GCC=
3496fi
42fcd7bb
AJ
3497ac_test_CFLAGS=${CFLAGS+set}
3498ac_save_CFLAGS=$CFLAGS
5213506e
RW
3499{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3500$as_echo_n "checking whether $CC accepts -g... " >&6; }
3501if test "${ac_cv_prog_cc_g+set}" = set; then :
3502 $as_echo_n "(cached) " >&6
3503else
3504 ac_save_c_werror_flag=$ac_c_werror_flag
3505 ac_c_werror_flag=yes
3506 ac_cv_prog_cc_g=no
3507 CFLAGS="-g"
3508 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
3509/* end confdefs.h. */
3510
3511int
3512main ()
3513{
3514
3515 ;
3516 return 0;
3517}
3518_ACEOF
5213506e 3519if ac_fn_c_try_compile "$LINENO"; then :
42fcd7bb
AJ
3520 ac_cv_prog_cc_g=yes
3521else
5213506e
RW
3522 CFLAGS=""
3523 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3524/* end confdefs.h. */
3525
3526int
3527main ()
3528{
42fcd7bb 3529
5213506e
RW
3530 ;
3531 return 0;
3532}
3533_ACEOF
3534if ac_fn_c_try_compile "$LINENO"; then :
3535
3536else
3537 ac_c_werror_flag=$ac_save_c_werror_flag
3538 CFLAGS="-g"
3539 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3540/* end confdefs.h. */
3541
3542int
3543main ()
3544{
3545
3546 ;
3547 return 0;
3548}
3549_ACEOF
3550if ac_fn_c_try_compile "$LINENO"; then :
3551 ac_cv_prog_cc_g=yes
3552fi
3553rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42fcd7bb 3554fi
5213506e 3555rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42fcd7bb 3556fi
5213506e
RW
3557rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3558 ac_c_werror_flag=$ac_save_c_werror_flag
3559fi
3560{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3561$as_echo "$ac_cv_prog_cc_g" >&6; }
6de9cd9a 3562if test "$ac_test_CFLAGS" = set; then
42fcd7bb 3563 CFLAGS=$ac_save_CFLAGS
6de9cd9a
DN
3564elif test $ac_cv_prog_cc_g = yes; then
3565 if test "$GCC" = yes; then
3566 CFLAGS="-g -O2"
3567 else
3568 CFLAGS="-g"
3569 fi
3570else
3571 if test "$GCC" = yes; then
3572 CFLAGS="-O2"
3573 else
3574 CFLAGS=
3575 fi
3576fi
5213506e
RW
3577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3578$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3579if test "${ac_cv_prog_cc_c89+set}" = set; then :
3580 $as_echo_n "(cached) " >&6
42fcd7bb 3581else
5213506e 3582 ac_cv_prog_cc_c89=no
42fcd7bb 3583ac_save_CC=$CC
5213506e 3584cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
3585/* end confdefs.h. */
3586#include <stdarg.h>
3587#include <stdio.h>
3588#include <sys/types.h>
3589#include <sys/stat.h>
3590/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3591struct buf { int x; };
3592FILE * (*rcsopen) (struct buf *, struct stat *, int);
3593static char *e (p, i)
3594 char **p;
3595 int i;
3596{
3597 return p[i];
3598}
3599static char *f (char * (*g) (char **, int), char **p, ...)
3600{
3601 char *s;
3602 va_list v;
3603 va_start (v,p);
3604 s = g (p, va_arg (v,int));
3605 va_end (v);
3606 return s;
3607}
076e5443
PB
3608
3609/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3610 function prototypes and stuff, but not '\xHH' hex character constants.
3611 These don't provoke an error unfortunately, instead are silently treated
5213506e 3612 as 'x'. The following induces an error, until -std is added to get
076e5443
PB
3613 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3614 array size at least. It's necessary to write '\x00'==0 to get something
5213506e 3615 that's true only with -std. */
076e5443
PB
3616int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3617
5213506e
RW
3618/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3619 inside strings and character constants. */
3620#define FOO(x) 'x'
3621int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3622
42fcd7bb
AJ
3623int test (int i, double x);
3624struct s1 {int (*f) (int a);};
3625struct s2 {int (*f) (double a);};
3626int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3627int argc;
3628char **argv;
3629int
3630main ()
3631{
3632return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3633 ;
3634 return 0;
3635}
3636_ACEOF
5213506e
RW
3637for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3638 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
42fcd7bb
AJ
3639do
3640 CC="$ac_save_CC $ac_arg"
5213506e
RW
3641 if ac_fn_c_try_compile "$LINENO"; then :
3642 ac_cv_prog_cc_c89=$ac_arg
42fcd7bb 3643fi
5213506e
RW
3644rm -f core conftest.err conftest.$ac_objext
3645 test "x$ac_cv_prog_cc_c89" != "xno" && break
42fcd7bb 3646done
5213506e 3647rm -f conftest.$ac_ext
42fcd7bb
AJ
3648CC=$ac_save_CC
3649
3650fi
5213506e
RW
3651# AC_CACHE_VAL
3652case "x$ac_cv_prog_cc_c89" in
3653 x)
3654 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3655$as_echo "none needed" >&6; } ;;
3656 xno)
3657 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3658$as_echo "unsupported" >&6; } ;;
42fcd7bb 3659 *)
5213506e
RW
3660 CC="$CC $ac_cv_prog_cc_c89"
3661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3662$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
42fcd7bb 3663esac
5213506e 3664if test "x$ac_cv_prog_cc_c89" != xno; then :
42fcd7bb
AJ
3665
3666fi
42fcd7bb 3667
42fcd7bb
AJ
3668ac_ext=c
3669ac_cpp='$CPP $CPPFLAGS'
3670ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3671ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3672ac_compiler_gnu=$ac_cv_c_compiler_gnu
3673DEPDIR="${am__leading_dot}deps"
3674
5213506e 3675ac_config_commands="$ac_config_commands depfiles"
42fcd7bb
AJ
3676
3677
3678am_make=${MAKE-make}
3679cat > confinc << 'END'
3680am__doit:
5213506e 3681 @echo this is the am__doit target
42fcd7bb
AJ
3682.PHONY: am__doit
3683END
3684# If we don't find an include directive, just comment out the code.
5213506e
RW
3685{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3686$as_echo_n "checking for style of include used by $am_make... " >&6; }
42fcd7bb
AJ
3687am__include="#"
3688am__quote=
3689_am_result=none
3690# First try GNU make style include.
3691echo "include confinc" > confmf
5213506e
RW
3692# Ignore all kinds of additional output from `make'.
3693case `$am_make -s -f confmf 2> /dev/null` in #(
3694*the\ am__doit\ target*)
3695 am__include=include
3696 am__quote=
3697 _am_result=GNU
3698 ;;
3699esac
42fcd7bb
AJ
3700# Now try BSD make style include.
3701if test "$am__include" = "#"; then
3702 echo '.include "confinc"' > confmf
5213506e
RW
3703 case `$am_make -s -f confmf 2> /dev/null` in #(
3704 *the\ am__doit\ target*)
3705 am__include=.include
3706 am__quote="\""
3707 _am_result=BSD
3708 ;;
3709 esac
42fcd7bb
AJ
3710fi
3711
3712
5213506e
RW
3713{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3714$as_echo "$_am_result" >&6; }
42fcd7bb
AJ
3715rm -f confinc confmf
3716
5213506e
RW
3717# Check whether --enable-dependency-tracking was given.
3718if test "${enable_dependency_tracking+set}" = set; then :
3719 enableval=$enable_dependency_tracking;
3720fi
42fcd7bb 3721
42fcd7bb
AJ
3722if test "x$enable_dependency_tracking" != xno; then
3723 am_depcomp="$ac_aux_dir/depcomp"
3724 AMDEPBACKSLASH='\'
3725fi
5213506e 3726 if test "x$enable_dependency_tracking" != xno; then
42fcd7bb
AJ
3727 AMDEP_TRUE=
3728 AMDEP_FALSE='#'
3729else
3730 AMDEP_TRUE='#'
3731 AMDEP_FALSE=
3732fi
3733
3734
3735
42fcd7bb
AJ
3736depcc="$CC" am_compiler_list=
3737
5213506e
RW
3738{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3739$as_echo_n "checking dependency style of $depcc... " >&6; }
3740if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3741 $as_echo_n "(cached) " >&6
42fcd7bb
AJ
3742else
3743 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3744 # We make a subdir and do the tests there. Otherwise we can end up
3745 # making bogus files that we don't know about and never remove. For
3746 # instance it was reported that on HP-UX the gcc test will end up
3747 # making a dummy file named `D' -- because `-MD' means `put the output
3748 # in D'.
3749 mkdir conftest.dir
3750 # Copy depcomp to subdir because otherwise we won't find it if we're
3751 # using a relative directory.
3752 cp "$am_depcomp" conftest.dir
3753 cd conftest.dir
3754 # We will build objects and dependencies in a subdirectory because
3755 # it helps to detect inapplicable dependency modes. For instance
3756 # both Tru64's cc and ICC support -MD to output dependencies as a
3757 # side effect of compilation, but ICC will put the dependencies in
3758 # the current directory while Tru64 will put them in the object
3759 # directory.
3760 mkdir sub
3761
3762 am_cv_CC_dependencies_compiler_type=none
3763 if test "$am_compiler_list" = ""; then
3764 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3765 fi
5213506e
RW
3766 am__universal=false
3767 case " $depcc " in #(
3768 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3769 esac
3770
42fcd7bb
AJ
3771 for depmode in $am_compiler_list; do
3772 # Setup a source with many dependencies, because some compilers
3773 # like to wrap large dependency lists on column 80 (with \), and
3774 # we should not choose a depcomp mode which is confused by this.
3775 #
3776 # We need to recreate these files for each test, as the compiler may
3777 # overwrite some of them when testing with obscure command lines.
3778 # This happens at least with the AIX C compiler.
3779 : > sub/conftest.c
3780 for i in 1 2 3 4 5 6; do
3781 echo '#include "conftst'$i'.h"' >> sub/conftest.c
076e5443
PB
3782 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3783 # Solaris 8's {/usr,}/bin/sh.
3784 touch sub/conftst$i.h
42fcd7bb
AJ
3785 done
3786 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3787
5213506e
RW
3788 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3789 # mode. It turns out that the SunPro C++ compiler does not properly
3790 # handle `-M -o', and we need to detect this. Also, some Intel
3791 # versions had trouble with output in subdirs
3792 am__obj=sub/conftest.${OBJEXT-o}
3793 am__minus_obj="-o $am__obj"
42fcd7bb 3794 case $depmode in
5213506e
RW
3795 gcc)
3796 # This depmode causes a compiler race in universal mode.
3797 test "$am__universal" = false || continue
3798 ;;
42fcd7bb
AJ
3799 nosideeffect)
3800 # after this tag, mechanisms are not by side-effect, so they'll
3801 # only be used when explicitly requested
3802 if test "x$enable_dependency_tracking" = xyes; then
3803 continue
3804 else
3805 break
3806 fi
3807 ;;
5213506e
RW
3808 msvisualcpp | msvcmsys)
3809 # This compiler won't grok `-c -o', but also, the minuso test has
3810 # not run yet. These depmodes are late enough in the game, and
3811 # so weak that their functioning should not be impacted.
3812 am__obj=conftest.${OBJEXT-o}
3813 am__minus_obj=
3814 ;;
42fcd7bb
AJ
3815 none) break ;;
3816 esac
42fcd7bb 3817 if depmode=$depmode \
5213506e 3818 source=sub/conftest.c object=$am__obj \
42fcd7bb 3819 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
5213506e 3820 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
42fcd7bb 3821 >/dev/null 2>conftest.err &&
5213506e 3822 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
42fcd7bb 3823 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
5213506e 3824 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
42fcd7bb
AJ
3825 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3826 # icc doesn't choke on unknown options, it will just issue warnings
076e5443
PB
3827 # or remarks (even with -Werror). So we grep stderr for any message
3828 # that says an option was ignored or not supported.
3829 # When given -MP, icc 7.0 and 7.1 complain thusly:
3830 # icc: Command line warning: ignoring option '-M'; no argument required
3831 # The diagnosis changed in icc 8.0:
3832 # icc: Command line remark: option '-MP' not supported
3833 if (grep 'ignoring option' conftest.err ||
3834 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
42fcd7bb
AJ
3835 am_cv_CC_dependencies_compiler_type=$depmode
3836 break
3837 fi
3838 fi
3839 done
3840
3841 cd ..
3842 rm -rf conftest.dir
3843else
3844 am_cv_CC_dependencies_compiler_type=none
3845fi
3846
3847fi
5213506e
RW
3848{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3849$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
42fcd7bb
AJ
3850CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3851
5213506e 3852 if
42fcd7bb
AJ
3853 test "x$enable_dependency_tracking" != xno \
3854 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3855 am__fastdepCC_TRUE=
3856 am__fastdepCC_FALSE='#'
3857else
3858 am__fastdepCC_TRUE='#'
3859 am__fastdepCC_FALSE=
3860fi
3861
3862
3863
3864
3865
6de9cd9a
DN
3866
3867if test "x$GCC" != "xyes"; then
5213506e 3868 as_fn_error "libmudflap must be built with GCC" "$LINENO" 5
6de9cd9a 3869fi
42fcd7bb
AJ
3870ac_ext=c
3871ac_cpp='$CPP $CPPFLAGS'
3872ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3873ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3874ac_compiler_gnu=$ac_cv_c_compiler_gnu
5213506e
RW
3875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3876$as_echo_n "checking how to run the C preprocessor... " >&6; }
6de9cd9a
DN
3877# On Suns, sometimes $CPP names a directory.
3878if test -n "$CPP" && test -d "$CPP"; then
3879 CPP=
3880fi
3881if test -z "$CPP"; then
5213506e
RW
3882 if test "${ac_cv_prog_CPP+set}" = set; then :
3883 $as_echo_n "(cached) " >&6
6de9cd9a 3884else
42fcd7bb
AJ
3885 # Double quotes because CPP needs to be expanded
3886 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3887 do
3888 ac_preproc_ok=false
3889for ac_c_preproc_warn_flag in '' yes
3890do
3891 # Use a header file that comes with gcc, so configuring glibc
3892 # with a fresh cross-compiler works.
3893 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3894 # <limits.h> exists even on freestanding compilers.
6de9cd9a 3895 # On the NeXT, cc -E runs the code through the compiler's parser,
42fcd7bb 3896 # not just through cpp. "Syntax error" is here to catch this case.
5213506e 3897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
3898/* end confdefs.h. */
3899#ifdef __STDC__
3900# include <limits.h>
3901#else
3902# include <assert.h>
3903#endif
076e5443 3904 Syntax error
42fcd7bb 3905_ACEOF
5213506e 3906if ac_fn_c_try_cpp "$LINENO"; then :
42fcd7bb 3907
5213506e 3908else
42fcd7bb
AJ
3909 # Broken: fails on valid input.
3910continue
3911fi
3912rm -f conftest.err conftest.$ac_ext
3913
5213506e 3914 # OK, works on sane cases. Now check whether nonexistent headers
42fcd7bb 3915 # can be detected and how.
5213506e 3916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
3917/* end confdefs.h. */
3918#include <ac_nonexistent.h>
3919_ACEOF
5213506e 3920if ac_fn_c_try_cpp "$LINENO"; then :
42fcd7bb
AJ
3921 # Broken: success on invalid input.
3922continue
3923else
42fcd7bb
AJ
3924 # Passes both tests.
3925ac_preproc_ok=:
3926break
6de9cd9a 3927fi
42fcd7bb
AJ
3928rm -f conftest.err conftest.$ac_ext
3929
3930done
3931# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3932rm -f conftest.err conftest.$ac_ext
5213506e 3933if $ac_preproc_ok; then :
42fcd7bb 3934 break
6de9cd9a 3935fi
42fcd7bb
AJ
3936
3937 done
3938 ac_cv_prog_CPP=$CPP
3939
3940fi
3941 CPP=$ac_cv_prog_CPP
3942else
3943 ac_cv_prog_CPP=$CPP
3944fi
5213506e
RW
3945{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3946$as_echo "$CPP" >&6; }
42fcd7bb
AJ
3947ac_preproc_ok=false
3948for ac_c_preproc_warn_flag in '' yes
3949do
3950 # Use a header file that comes with gcc, so configuring glibc
3951 # with a fresh cross-compiler works.
3952 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3953 # <limits.h> exists even on freestanding compilers.
3954 # On the NeXT, cc -E runs the code through the compiler's parser,
3955 # not just through cpp. "Syntax error" is here to catch this case.
5213506e 3956 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
3957/* end confdefs.h. */
3958#ifdef __STDC__
3959# include <limits.h>
3960#else
3961# include <assert.h>
3962#endif
076e5443 3963 Syntax error
42fcd7bb 3964_ACEOF
5213506e 3965if ac_fn_c_try_cpp "$LINENO"; then :
42fcd7bb 3966
5213506e 3967else
42fcd7bb
AJ
3968 # Broken: fails on valid input.
3969continue
3970fi
3971rm -f conftest.err conftest.$ac_ext
3972
5213506e 3973 # OK, works on sane cases. Now check whether nonexistent headers
42fcd7bb 3974 # can be detected and how.
5213506e 3975 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
3976/* end confdefs.h. */
3977#include <ac_nonexistent.h>
3978_ACEOF
5213506e 3979if ac_fn_c_try_cpp "$LINENO"; then :
42fcd7bb
AJ
3980 # Broken: success on invalid input.
3981continue
3982else
42fcd7bb
AJ
3983 # Passes both tests.
3984ac_preproc_ok=:
3985break
6de9cd9a 3986fi
42fcd7bb
AJ
3987rm -f conftest.err conftest.$ac_ext
3988
3989done
3990# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3991rm -f conftest.err conftest.$ac_ext
5213506e
RW
3992if $ac_preproc_ok; then :
3993
6de9cd9a 3994else
5213506e
RW
3995 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3996$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3997as_fn_error "C preprocessor \"$CPP\" fails sanity check
3998See \`config.log' for more details." "$LINENO" 5; }
6de9cd9a 3999fi
42fcd7bb
AJ
4000
4001ac_ext=c
4002ac_cpp='$CPP $CPPFLAGS'
4003ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4004ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4005ac_compiler_gnu=$ac_cv_c_compiler_gnu
6de9cd9a
DN
4006
4007
4008# Some hosts don't have dlsym(RTLD_NEXT, "symbol") for use in
4009# symbol interposition. We disable shared libraries for these.
5213506e
RW
4010{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether dlsym(RTLD_NEXT,...) is available" >&5
4011$as_echo_n "checking whether dlsym(RTLD_NEXT,...) is available... " >&6; }
42fcd7bb 4012
5213506e 4013cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb 4014/* end confdefs.h. */
6de9cd9a
DN
4015
4016#define _GNU_SOURCE
4017#include <dlfcn.h>
4018
42fcd7bb
AJ
4019int
4020main ()
4021{
6de9cd9a 4022void *foo = dlsym (RTLD_NEXT, "exit");
42fcd7bb
AJ
4023 ;
4024 return 0;
4025}
4026_ACEOF
5213506e
RW
4027if ac_fn_c_try_compile "$LINENO"; then :
4028 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4029$as_echo "yes" >&6; }
6de9cd9a 4030else
5213506e
RW
4031 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4032$as_echo "no" >&6; }
6de9cd9a
DN
4033enable_shared=no
4034fi
5213506e 4035rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42fcd7bb
AJ
4036
4037
5213506e
RW
4038{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4039$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4040if test "${ac_cv_path_GREP+set}" = set; then :
4041 $as_echo_n "(cached) " >&6
42fcd7bb 4042else
5213506e
RW
4043 if test -z "$GREP"; then
4044 ac_path_GREP_found=false
4045 # Loop through the user's path and test for each of PROGNAME-LIST
4046 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4047for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4048do
4049 IFS=$as_save_IFS
4050 test -z "$as_dir" && as_dir=.
4051 for ac_prog in grep ggrep; do
4052 for ac_exec_ext in '' $ac_executable_extensions; do
4053 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4054 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4055# Check for GNU ac_path_GREP and select it if it is found.
4056 # Check for GNU $ac_path_GREP
4057case `"$ac_path_GREP" --version 2>&1` in
4058*GNU*)
4059 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4060*)
4061 ac_count=0
4062 $as_echo_n 0123456789 >"conftest.in"
4063 while :
4064 do
4065 cat "conftest.in" "conftest.in" >"conftest.tmp"
4066 mv "conftest.tmp" "conftest.in"
4067 cp "conftest.in" "conftest.nl"
4068 $as_echo 'GREP' >> "conftest.nl"
4069 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4070 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4071 as_fn_arith $ac_count + 1 && ac_count=$as_val
4072 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4073 # Best one so far, save it but keep looking for a better one
4074 ac_cv_path_GREP="$ac_path_GREP"
4075 ac_path_GREP_max=$ac_count
42fcd7bb 4076 fi
5213506e
RW
4077 # 10*(2^10) chars as input seems more than enough
4078 test $ac_count -gt 10 && break
4079 done
4080 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4081esac
4082
4083 $ac_path_GREP_found && break 3
4084 done
4085 done
4086 done
4087IFS=$as_save_IFS
4088 if test -z "$ac_cv_path_GREP"; then
4089 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4090 fi
4091else
4092 ac_cv_path_GREP=$GREP
4093fi
4094
42fcd7bb 4095fi
5213506e
RW
4096{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4097$as_echo "$ac_cv_path_GREP" >&6; }
4098 GREP="$ac_cv_path_GREP"
42fcd7bb
AJ
4099
4100
5213506e
RW
4101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4102$as_echo_n "checking for egrep... " >&6; }
4103if test "${ac_cv_path_EGREP+set}" = set; then :
4104 $as_echo_n "(cached) " >&6
42fcd7bb 4105else
5213506e
RW
4106 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4107 then ac_cv_path_EGREP="$GREP -E"
4108 else
4109 if test -z "$EGREP"; then
4110 ac_path_EGREP_found=false
4111 # Loop through the user's path and test for each of PROGNAME-LIST
4112 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4113for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4114do
4115 IFS=$as_save_IFS
4116 test -z "$as_dir" && as_dir=.
4117 for ac_prog in egrep; do
4118 for ac_exec_ext in '' $ac_executable_extensions; do
4119 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4120 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4121# Check for GNU ac_path_EGREP and select it if it is found.
4122 # Check for GNU $ac_path_EGREP
4123case `"$ac_path_EGREP" --version 2>&1` in
4124*GNU*)
4125 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4126*)
4127 ac_count=0
4128 $as_echo_n 0123456789 >"conftest.in"
4129 while :
4130 do
4131 cat "conftest.in" "conftest.in" >"conftest.tmp"
4132 mv "conftest.tmp" "conftest.in"
4133 cp "conftest.in" "conftest.nl"
4134 $as_echo 'EGREP' >> "conftest.nl"
4135 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4136 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4137 as_fn_arith $ac_count + 1 && ac_count=$as_val
4138 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4139 # Best one so far, save it but keep looking for a better one
4140 ac_cv_path_EGREP="$ac_path_EGREP"
4141 ac_path_EGREP_max=$ac_count
4142 fi
4143 # 10*(2^10) chars as input seems more than enough
4144 test $ac_count -gt 10 && break
4145 done
4146 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4147esac
4148
4149 $ac_path_EGREP_found && break 3
4150 done
4151 done
4152 done
4153IFS=$as_save_IFS
4154 if test -z "$ac_cv_path_EGREP"; then
4155 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4156 fi
4157else
4158 ac_cv_path_EGREP=$EGREP
4159fi
4160
4161 fi
4162fi
4163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4164$as_echo "$ac_cv_path_EGREP" >&6; }
4165 EGREP="$ac_cv_path_EGREP"
4166
4167
4168{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4169$as_echo_n "checking for ANSI C header files... " >&6; }
4170if test "${ac_cv_header_stdc+set}" = set; then :
4171 $as_echo_n "(cached) " >&6
4172else
4173 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
4174/* end confdefs.h. */
4175#include <stdlib.h>
4176#include <stdarg.h>
4177#include <string.h>
4178#include <float.h>
4179
4180int
4181main ()
4182{
4183
4184 ;
4185 return 0;
4186}
4187_ACEOF
5213506e 4188if ac_fn_c_try_compile "$LINENO"; then :
42fcd7bb
AJ
4189 ac_cv_header_stdc=yes
4190else
5213506e 4191 ac_cv_header_stdc=no
42fcd7bb 4192fi
5213506e 4193rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
42fcd7bb
AJ
4194
4195if test $ac_cv_header_stdc = yes; then
4196 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5213506e 4197 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
4198/* end confdefs.h. */
4199#include <string.h>
4200
4201_ACEOF
4202if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5213506e
RW
4203 $EGREP "memchr" >/dev/null 2>&1; then :
4204
42fcd7bb
AJ
4205else
4206 ac_cv_header_stdc=no
4207fi
6de9cd9a
DN
4208rm -f conftest*
4209
42fcd7bb
AJ
4210fi
4211
4212if test $ac_cv_header_stdc = yes; then
4213 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5213506e 4214 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
4215/* end confdefs.h. */
4216#include <stdlib.h>
4217
4218_ACEOF
4219if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5213506e
RW
4220 $EGREP "free" >/dev/null 2>&1; then :
4221
6de9cd9a 4222else
42fcd7bb 4223 ac_cv_header_stdc=no
6de9cd9a
DN
4224fi
4225rm -f conftest*
42fcd7bb 4226
6de9cd9a 4227fi
42fcd7bb
AJ
4228
4229if test $ac_cv_header_stdc = yes; then
4230 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5213506e 4231 if test "$cross_compiling" = yes; then :
42fcd7bb
AJ
4232 :
4233else
5213506e 4234 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
4235/* end confdefs.h. */
4236#include <ctype.h>
5213506e 4237#include <stdlib.h>
42fcd7bb
AJ
4238#if ((' ' & 0x0FF) == 0x020)
4239# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4240# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4241#else
4242# define ISLOWER(c) \
076e5443
PB
4243 (('a' <= (c) && (c) <= 'i') \
4244 || ('j' <= (c) && (c) <= 'r') \
4245 || ('s' <= (c) && (c) <= 'z'))
42fcd7bb
AJ
4246# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4247#endif
4248
4249#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4250int
4251main ()
4252{
4253 int i;
4254 for (i = 0; i < 256; i++)
4255 if (XOR (islower (i), ISLOWER (i))
076e5443 4256 || toupper (i) != TOUPPER (i))
5213506e 4257 return 2;
42fcd7bb
AJ
4258 return 0;
4259}
4260_ACEOF
5213506e 4261if ac_fn_c_try_run "$LINENO"; then :
ddfabf89 4262
ddfabf89 4263else
5213506e 4264 ac_cv_header_stdc=no
ddfabf89 4265fi
5213506e
RW
4266rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4267 conftest.$ac_objext conftest.beam conftest.$ac_ext
ddfabf89 4268fi
ddfabf89
FCE
4269
4270fi
5213506e
RW
4271fi
4272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4273$as_echo "$ac_cv_header_stdc" >&6; }
4274if test $ac_cv_header_stdc = yes; then
ddfabf89 4275
5213506e 4276$as_echo "#define STDC_HEADERS 1" >>confdefs.h
07c2f075 4277
07c2f075 4278fi
5213506e
RW
4279
4280# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4281for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4282 inttypes.h stdint.h unistd.h
4283do :
4284 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4285ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4286"
4287eval as_val=\$$as_ac_Header
4288 if test "x$as_val" = x""yes; then :
07c2f075 4289 cat >>confdefs.h <<_ACEOF
5213506e 4290#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
07c2f075
FCE
4291_ACEOF
4292
4293fi
5213506e 4294
07c2f075
FCE
4295done
4296
4297
5213506e
RW
4298for ac_header in stdint.h execinfo.h signal.h dlfcn.h dirent.h pwd.h grp.h \
4299 netdb.h sys/ipc.h sys/sem.h sys/shm.h sys/wait.h ctype.h mntent.h \
0d72f628 4300 sys/mnttab.h sys/socket.h netinet/in.h arpa/inet.h dlfcn.h sys/mman.h
5213506e
RW
4301do :
4302 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4303ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
4304eval as_val=\$$as_ac_Header
4305 if test "x$as_val" = x""yes; then :
4306 cat >>confdefs.h <<_ACEOF
4307#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4308_ACEOF
ddfabf89 4309
5213506e 4310fi
ddfabf89 4311
5213506e 4312done
07c2f075 4313
07c2f075 4314
5213506e
RW
4315for ac_func in backtrace backtrace_symbols gettimeofday signal
4316do :
4317 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4318ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4319eval as_val=\$$as_ac_var
4320 if test "x$as_val" = x""yes; then :
4321 cat >>confdefs.h <<_ACEOF
4322#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4323_ACEOF
07c2f075 4324
5213506e
RW
4325fi
4326done
07c2f075 4327
5213506e
RW
4328for ac_func in fopen64 fseeko64 ftello64 stat64 freopen64
4329do :
4330 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4331ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4332eval as_val=\$$as_ac_var
4333 if test "x$as_val" = x""yes; then :
4334 cat >>confdefs.h <<_ACEOF
4335#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4336_ACEOF
07c2f075 4337
5213506e
RW
4338fi
4339done
4340
4341for ac_func in setbuf setbuffer setlinebuf setvbuf
4342do :
4343 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4344ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4345eval as_val=\$$as_ac_var
4346 if test "x$as_val" = x""yes; then :
4347 cat >>confdefs.h <<_ACEOF
4348#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
07c2f075 4349_ACEOF
07c2f075 4350
07c2f075 4351fi
5213506e
RW
4352done
4353
4354for ac_func in strnlen memrchr strncpy memmem sethostname
4355do :
4356 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4357ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4358eval as_val=\$$as_ac_var
4359 if test "x$as_val" = x""yes; then :
4360 cat >>confdefs.h <<_ACEOF
4361#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4362_ACEOF
4363
07c2f075 4364fi
5213506e
RW
4365done
4366
4367for ac_func in __ctype_b_loc __ctype_tolower_loc __ctype_toupper_loc
4368do :
4369 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4370ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4371eval as_val=\$$as_ac_var
4372 if test "x$as_val" = x""yes; then :
07c2f075 4373 cat >>confdefs.h <<_ACEOF
5213506e 4374#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
07c2f075
FCE
4375_ACEOF
4376
4377fi
4378done
4379
5213506e
RW
4380for ac_func in getlogin cuserid getpwnam getpwuid getpwent getgrnam getgrgid getgrent
4381do :
4382 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4383ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4384eval as_val=\$$as_ac_var
4385 if test "x$as_val" = x""yes; then :
4386 cat >>confdefs.h <<_ACEOF
4387#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4388_ACEOF
07c2f075 4389
5213506e
RW
4390fi
4391done
4392
4393for ac_func in getlogin_r getpwnam_r getpwuid_r getgrnam_r getgrgid_r
4394do :
4395 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4396ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4397eval as_val=\$$as_ac_var
4398 if test "x$as_val" = x""yes; then :
4399 cat >>confdefs.h <<_ACEOF
4400#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
a548d7b7 4401_ACEOF
a548d7b7 4402
5213506e
RW
4403fi
4404done
a548d7b7 4405
5213506e
RW
4406for ac_func in getservent getservbyname getservbyport getaddrinfo gai_strerror
4407do :
4408 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4409ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4410eval as_val=\$$as_ac_var
4411 if test "x$as_val" = x""yes; then :
4412 cat >>confdefs.h <<_ACEOF
4413#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4414_ACEOF
a548d7b7 4415
5213506e
RW
4416fi
4417done
a548d7b7 4418
5213506e
RW
4419for ac_func in getprotoent getprotobyname getprotobynumber
4420do :
4421 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4422ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4423eval as_val=\$$as_ac_var
4424 if test "x$as_val" = x""yes; then :
4425 cat >>confdefs.h <<_ACEOF
4426#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4427_ACEOF
a548d7b7 4428
5213506e
RW
4429fi
4430done
4431
4432for ac_func in getmntent setmntent addmntent
4433do :
4434 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4435ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4436eval as_val=\$$as_ac_var
4437 if test "x$as_val" = x""yes; then :
4438 cat >>confdefs.h <<_ACEOF
4439#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
a548d7b7 4440_ACEOF
a548d7b7 4441
a548d7b7 4442fi
5213506e
RW
4443done
4444
4445for ac_func in inet_ntoa mmap munmap
4446do :
4447 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4448ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4449eval as_val=\$$as_ac_var
4450 if test "x$as_val" = x""yes; then :
4451 cat >>confdefs.h <<_ACEOF
4452#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4453_ACEOF
4454
a548d7b7 4455fi
5213506e
RW
4456done
4457
891a2e42
RO
4458for ac_func in mmap64
4459do :
4460 ac_fn_c_check_func "$LINENO" "mmap64" "ac_cv_func_mmap64"
4461if test "x$ac_cv_func_mmap64" = x""yes; then :
4462 cat >>confdefs.h <<_ACEOF
4463#define HAVE_MMAP64 1
4464_ACEOF
4465
4466fi
4467done
4468
5213506e
RW
4469for ac_func in __libc_freeres
4470do :
4471 ac_fn_c_check_func "$LINENO" "__libc_freeres" "ac_cv_func___libc_freeres"
4472if test "x$ac_cv_func___libc_freeres" = x""yes; then :
a548d7b7 4473 cat >>confdefs.h <<_ACEOF
5213506e 4474#define HAVE___LIBC_FREERES 1
a548d7b7
FCE
4475_ACEOF
4476
4477fi
4478done
4479
891a2e42
RO
4480for ac_func in rawmemchr stpcpy mempcpy
4481do :
4482 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
4483ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
4484eval as_val=\$$as_ac_var
4485 if test "x$as_val" = x""yes; then :
4486 cat >>confdefs.h <<_ACEOF
4487#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
4488_ACEOF
4489
4490fi
4491done
4492
a548d7b7 4493
5213506e 4494cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb 4495/* end confdefs.h. */
6de9cd9a
DN
4496#include <sys/types.h>
4497#include <sys/ipc.h>
4498#include <sys/sem.h>
42fcd7bb
AJ
4499int
4500main ()
4501{
6de9cd9a 4502union semun foo;
42fcd7bb
AJ
4503 ;
4504 return 0;
4505}
4506_ACEOF
5213506e 4507if ac_fn_c_try_compile "$LINENO"; then :
6de9cd9a
DN
4508 mf_have_semun=1
4509else
5213506e 4510 mf_have_semun=0
6de9cd9a 4511fi
5213506e 4512rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a
DN
4513if test $mf_have_semun = 1
4514then
42fcd7bb 4515
5213506e 4516$as_echo "#define HAVE_UNION_SEMUN 1" >>confdefs.h
6de9cd9a
DN
4517
4518fi
4519
4520
5213506e
RW
4521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for socklen_t in sys/socket.h" >&5
4522$as_echo_n "checking for socklen_t in sys/socket.h... " >&6; }
4523cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb 4524/* end confdefs.h. */
6de9cd9a 4525#define _POSIX_PII_SOCKET
42fcd7bb 4526#include <sys/types.h>
6de9cd9a 4527#include <sys/socket.h>
42fcd7bb
AJ
4528int
4529main ()
4530{
6de9cd9a 4531socklen_t x = 5;
42fcd7bb
AJ
4532 ;
4533 return 0;
4534}
4535_ACEOF
5213506e 4536if ac_fn_c_try_compile "$LINENO"; then :
42fcd7bb 4537
5213506e 4538$as_echo "#define HAVE_SOCKLEN_T 1" >>confdefs.h
6de9cd9a 4539
5213506e
RW
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4541$as_echo "yes" >&6; }
6de9cd9a 4542else
5213506e
RW
4543 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4544$as_echo "no" >&6; }
6de9cd9a 4545fi
5213506e 4546rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a 4547
1cf3d07d
SE
4548enable_dlopen=yes
4549
4550
4551
397ccf31
PG
4552case `pwd` in
4553 *\ * | *\ *)
5213506e
RW
4554 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4555$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
397ccf31 4556esac
1cf3d07d
SE
4557
4558
1cf3d07d 4559
43e02a8a
RW
4560macro_version='2.2.7a'
4561macro_revision='1.3134'
1cf3d07d
SE
4562
4563
4564
4565
4566
4567
6de9cd9a 4568
1cf3d07d
SE
4569
4570
4571
4572
4573
4574
397ccf31 4575ltmain="$ac_aux_dir/ltmain.sh"
1cf3d07d 4576
43e02a8a
RW
4577# Backslashify metacharacters that are still active within
4578# double-quoted strings.
4579sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4580
4581# Same as above, but do not quote variable references.
4582double_quote_subst='s/\(["`\\]\)/\\\1/g'
4583
4584# Sed substitution to delay expansion of an escaped shell variable in a
4585# double_quote_subst'ed string.
4586delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4587
4588# Sed substitution to delay expansion of an escaped single quote.
4589delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4590
4591# Sed substitution to avoid accidental globbing in evaled expressions
4592no_glob_subst='s/\*/\\\*/g'
4593
4594ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4595ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4596ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4597
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4599$as_echo_n "checking how to print strings... " >&6; }
4600# Test print first, because it will be a builtin if present.
4601if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4602 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4603 ECHO='print -r --'
4604elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4605 ECHO='printf %s\n'
4606else
4607 # Use this function as a fallback that always works.
4608 func_fallback_echo ()
4609 {
4610 eval 'cat <<_LTECHO_EOF
4611$1
4612_LTECHO_EOF'
4613 }
4614 ECHO='func_fallback_echo'
4615fi
4616
4617# func_echo_all arg...
4618# Invoke $ECHO with all args, space-separated.
4619func_echo_all ()
4620{
4621 $ECHO ""
4622}
4623
4624case "$ECHO" in
4625 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4626$as_echo "printf" >&6; } ;;
4627 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4628$as_echo "print -r" >&6; } ;;
4629 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4630$as_echo "cat" >&6; } ;;
4631esac
4632
4633
4634
4635
4636
4637
4638
4639
4640
4641
4642
4643
4644
4645
5213506e
RW
4646{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4647$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4648if test "${ac_cv_path_SED+set}" = set; then :
4649 $as_echo_n "(cached) " >&6
4650else
4651 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4652 for ac_i in 1 2 3 4 5 6 7; do
4653 ac_script="$ac_script$as_nl$ac_script"
4654 done
4655 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4656 { ac_script=; unset ac_script;}
4657 if test -z "$SED"; then
4658 ac_path_SED_found=false
4659 # Loop through the user's path and test for each of PROGNAME-LIST
4660 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1cf3d07d
SE
4661for as_dir in $PATH
4662do
4663 IFS=$as_save_IFS
4664 test -z "$as_dir" && as_dir=.
5213506e 4665 for ac_prog in sed gsed; do
1cf3d07d 4666 for ac_exec_ext in '' $ac_executable_extensions; do
5213506e
RW
4667 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4668 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4669# Check for GNU ac_path_SED and select it if it is found.
4670 # Check for GNU $ac_path_SED
4671case `"$ac_path_SED" --version 2>&1` in
4672*GNU*)
4673 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4674*)
4675 ac_count=0
4676 $as_echo_n 0123456789 >"conftest.in"
4677 while :
4678 do
4679 cat "conftest.in" "conftest.in" >"conftest.tmp"
4680 mv "conftest.tmp" "conftest.in"
4681 cp "conftest.in" "conftest.nl"
4682 $as_echo '' >> "conftest.nl"
4683 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4684 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4685 as_fn_arith $ac_count + 1 && ac_count=$as_val
4686 if test $ac_count -gt ${ac_path_SED_max-0}; then
4687 # Best one so far, save it but keep looking for a better one
4688 ac_cv_path_SED="$ac_path_SED"
4689 ac_path_SED_max=$ac_count
4690 fi
4691 # 10*(2^10) chars as input seems more than enough
4692 test $ac_count -gt 10 && break
4693 done
4694 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4695esac
4696
4697 $ac_path_SED_found && break 3
1cf3d07d
SE
4698 done
4699 done
5213506e 4700 done
1cf3d07d 4701IFS=$as_save_IFS
5213506e
RW
4702 if test -z "$ac_cv_path_SED"; then
4703 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
1cf3d07d 4704 fi
5213506e
RW
4705else
4706 ac_cv_path_SED=$SED
1cf3d07d
SE
4707fi
4708
5213506e
RW
4709fi
4710{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4711$as_echo "$ac_cv_path_SED" >&6; }
4712 SED="$ac_cv_path_SED"
4713 rm -f conftest.sed
1cf3d07d
SE
4714
4715test -z "$SED" && SED=sed
4716Xsed="$SED -e 1s/^X//"
4717
4718
4719
4720
4721
4722
4723
4724
4725
4726
4727
5213506e
RW
4728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4729$as_echo_n "checking for fgrep... " >&6; }
4730if test "${ac_cv_path_FGREP+set}" = set; then :
4731 $as_echo_n "(cached) " >&6
1cf3d07d 4732else
5213506e
RW
4733 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4734 then ac_cv_path_FGREP="$GREP -F"
4735 else
4736 if test -z "$FGREP"; then
4737 ac_path_FGREP_found=false
4738 # Loop through the user's path and test for each of PROGNAME-LIST
4739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4740for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4741do
4742 IFS=$as_save_IFS
4743 test -z "$as_dir" && as_dir=.
4744 for ac_prog in fgrep; do
4745 for ac_exec_ext in '' $ac_executable_extensions; do
4746 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4747 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4748# Check for GNU ac_path_FGREP and select it if it is found.
4749 # Check for GNU $ac_path_FGREP
4750case `"$ac_path_FGREP" --version 2>&1` in
4751*GNU*)
4752 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4753*)
4754 ac_count=0
4755 $as_echo_n 0123456789 >"conftest.in"
4756 while :
4757 do
4758 cat "conftest.in" "conftest.in" >"conftest.tmp"
4759 mv "conftest.tmp" "conftest.in"
4760 cp "conftest.in" "conftest.nl"
4761 $as_echo 'FGREP' >> "conftest.nl"
4762 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4763 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4764 as_fn_arith $ac_count + 1 && ac_count=$as_val
4765 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4766 # Best one so far, save it but keep looking for a better one
4767 ac_cv_path_FGREP="$ac_path_FGREP"
4768 ac_path_FGREP_max=$ac_count
1cf3d07d 4769 fi
5213506e
RW
4770 # 10*(2^10) chars as input seems more than enough
4771 test $ac_count -gt 10 && break
4772 done
4773 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4774esac
4775
4776 $ac_path_FGREP_found && break 3
4777 done
4778 done
4779 done
4780IFS=$as_save_IFS
4781 if test -z "$ac_cv_path_FGREP"; then
4782 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4783 fi
4784else
4785 ac_cv_path_FGREP=$FGREP
1cf3d07d 4786fi
5213506e
RW
4787
4788 fi
4789fi
4790{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4791$as_echo "$ac_cv_path_FGREP" >&6; }
4792 FGREP="$ac_cv_path_FGREP"
1cf3d07d
SE
4793
4794
4795test -z "$GREP" && GREP=grep
4796
4797
4798
4799
4800
4801
4802
4803
4804
4805
4806
4807
4808
4809
4810
4811
4812
4813
4814
5213506e
RW
4815# Check whether --with-gnu-ld was given.
4816if test "${with_gnu_ld+set}" = set; then :
4817 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
6de9cd9a
DN
4818else
4819 with_gnu_ld=no
5213506e
RW
4820fi
4821
6de9cd9a
DN
4822ac_prog=ld
4823if test "$GCC" = yes; then
4824 # Check if gcc -print-prog-name=ld gives a path.
5213506e
RW
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4826$as_echo_n "checking for ld used by $CC... " >&6; }
6de9cd9a
DN
4827 case $host in
4828 *-*-mingw*)
4829 # gcc leaves a trailing carriage return which upsets mingw
4830 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4831 *)
4832 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4833 esac
4834 case $ac_prog in
4835 # Accept absolute paths.
1cf3d07d 4836 [\\/]* | ?:[\\/]*)
6de9cd9a 4837 re_direlt='/[^/][^/]*/\.\./'
1cf3d07d
SE
4838 # Canonicalize the pathname of ld
4839 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4840 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4841 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
6de9cd9a
DN
4842 done
4843 test -z "$LD" && LD="$ac_prog"
4844 ;;
4845 "")
4846 # If it fails, then pretend we aren't using GCC.
4847 ac_prog=ld
4848 ;;
4849 *)
4850 # If it is relative, then search for the first ld in PATH.
4851 with_gnu_ld=unknown
4852 ;;
4853 esac
4854elif test "$with_gnu_ld" = yes; then
5213506e
RW
4855 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4856$as_echo_n "checking for GNU ld... " >&6; }
6de9cd9a 4857else
5213506e
RW
4858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4859$as_echo_n "checking for non-GNU ld... " >&6; }
6de9cd9a 4860fi
5213506e
RW
4861if test "${lt_cv_path_LD+set}" = set; then :
4862 $as_echo_n "(cached) " >&6
6de9cd9a
DN
4863else
4864 if test -z "$LD"; then
1cf3d07d 4865 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6de9cd9a 4866 for ac_dir in $PATH; do
1cf3d07d 4867 IFS="$lt_save_ifs"
6de9cd9a
DN
4868 test -z "$ac_dir" && ac_dir=.
4869 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4870 lt_cv_path_LD="$ac_dir/$ac_prog"
4871 # Check to see if the program is GNU ld. I'd rather use --version,
1cf3d07d 4872 # but apparently some variants of GNU ld only accept -v.
6de9cd9a 4873 # Break only if it was the GNU/non-GNU ld that we prefer.
1cf3d07d
SE
4874 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4875 *GNU* | *'with BFD'*)
6de9cd9a 4876 test "$with_gnu_ld" != no && break
1cf3d07d
SE
4877 ;;
4878 *)
6de9cd9a 4879 test "$with_gnu_ld" != yes && break
1cf3d07d
SE
4880 ;;
4881 esac
6de9cd9a
DN
4882 fi
4883 done
1cf3d07d 4884 IFS="$lt_save_ifs"
6de9cd9a
DN
4885else
4886 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4887fi
4888fi
4889
4890LD="$lt_cv_path_LD"
4891if test -n "$LD"; then
5213506e
RW
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4893$as_echo "$LD" >&6; }
6de9cd9a 4894else
5213506e
RW
4895 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4896$as_echo "no" >&6; }
42fcd7bb 4897fi
5213506e
RW
4898test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4900$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4901if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4902 $as_echo_n "(cached) " >&6
6de9cd9a 4903else
1cf3d07d
SE
4904 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4905case `$LD -v 2>&1 </dev/null` in
4906*GNU* | *'with BFD'*)
6de9cd9a 4907 lt_cv_prog_gnu_ld=yes
1cf3d07d
SE
4908 ;;
4909*)
6de9cd9a 4910 lt_cv_prog_gnu_ld=no
1cf3d07d
SE
4911 ;;
4912esac
6de9cd9a 4913fi
5213506e
RW
4914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4915$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6de9cd9a
DN
4916with_gnu_ld=$lt_cv_prog_gnu_ld
4917
4918
6de9cd9a 4919
1cf3d07d
SE
4920
4921
4922
4923
4924
4925
5213506e
RW
4926{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4927$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4928if test "${lt_cv_path_NM+set}" = set; then :
4929 $as_echo_n "(cached) " >&6
6de9cd9a
DN
4930else
4931 if test -n "$NM"; then
4932 # Let the user override the test.
4933 lt_cv_path_NM="$NM"
4934else
1cf3d07d
SE
4935 lt_nm_to_check="${ac_tool_prefix}nm"
4936 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4937 lt_nm_to_check="$lt_nm_to_check nm"
4938 fi
4939 for lt_tmp_nm in $lt_nm_to_check; do
4940 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4941 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4942 IFS="$lt_save_ifs"
4943 test -z "$ac_dir" && ac_dir=.
4944 tmp_nm="$ac_dir/$lt_tmp_nm"
4945 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4946 # Check to see if the nm accepts a BSD-compat flag.
4947 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4948 # nm: unknown option "B" ignored
4949 # Tru64's nm complains that /dev/null is an invalid object file
4950 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4951 */dev/null* | *'Invalid file or object type'*)
4952 lt_cv_path_NM="$tmp_nm -B"
4953 break
4954 ;;
4955 *)
4956 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4957 */dev/null*)
4958 lt_cv_path_NM="$tmp_nm -p"
4959 break
4960 ;;
4961 *)
4962 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4963 continue # so that we can try to find one that supports BSD flags
4964 ;;
4965 esac
4966 ;;
4967 esac
6de9cd9a 4968 fi
1cf3d07d
SE
4969 done
4970 IFS="$lt_save_ifs"
6de9cd9a 4971 done
1cf3d07d 4972 : ${lt_cv_path_NM=no}
6de9cd9a
DN
4973fi
4974fi
5213506e
RW
4975{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4976$as_echo "$lt_cv_path_NM" >&6; }
1cf3d07d
SE
4977if test "$lt_cv_path_NM" != "no"; then
4978 NM="$lt_cv_path_NM"
6de9cd9a 4979else
1cf3d07d 4980 # Didn't find any BSD compatible name lister, look for dumpbin.
43e02a8a
RW
4981 if test -n "$DUMPBIN"; then :
4982 # Let the user override the test.
4983 else
4984 if test -n "$ac_tool_prefix"; then
4985 for ac_prog in dumpbin "link -dump"
1cf3d07d
SE
4986 do
4987 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4988set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5213506e
RW
4989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4990$as_echo_n "checking for $ac_word... " >&6; }
4991if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4992 $as_echo_n "(cached) " >&6
68c8f6ab 4993else
1cf3d07d
SE
4994 if test -n "$DUMPBIN"; then
4995 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4996else
4997as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4998for as_dir in $PATH
4999do
5000 IFS=$as_save_IFS
5001 test -z "$as_dir" && as_dir=.
5213506e
RW
5002 for ac_exec_ext in '' $ac_executable_extensions; do
5003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1cf3d07d 5004 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5213506e 5005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1cf3d07d
SE
5006 break 2
5007 fi
5008done
5213506e
RW
5009 done
5010IFS=$as_save_IFS
6de9cd9a 5011
1cf3d07d
SE
5012fi
5013fi
5014DUMPBIN=$ac_cv_prog_DUMPBIN
5015if test -n "$DUMPBIN"; then
5213506e
RW
5016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5017$as_echo "$DUMPBIN" >&6; }
1cf3d07d 5018else
5213506e
RW
5019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5020$as_echo "no" >&6; }
1cf3d07d 5021fi
6de9cd9a 5022
5213506e 5023
1cf3d07d
SE
5024 test -n "$DUMPBIN" && break
5025 done
5026fi
5027if test -z "$DUMPBIN"; then
5028 ac_ct_DUMPBIN=$DUMPBIN
43e02a8a 5029 for ac_prog in dumpbin "link -dump"
1cf3d07d
SE
5030do
5031 # Extract the first word of "$ac_prog", so it can be a program name with args.
5032set dummy $ac_prog; ac_word=$2
5213506e
RW
5033{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5034$as_echo_n "checking for $ac_word... " >&6; }
5035if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5036 $as_echo_n "(cached) " >&6
1cf3d07d
SE
5037else
5038 if test -n "$ac_ct_DUMPBIN"; then
5039 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5040else
5041as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5042for as_dir in $PATH
5043do
5044 IFS=$as_save_IFS
5045 test -z "$as_dir" && as_dir=.
5213506e
RW
5046 for ac_exec_ext in '' $ac_executable_extensions; do
5047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1cf3d07d 5048 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5213506e 5049 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1cf3d07d 5050 break 2
6de9cd9a 5051 fi
1cf3d07d 5052done
5213506e
RW
5053 done
5054IFS=$as_save_IFS
6de9cd9a 5055
1cf3d07d
SE
5056fi
5057fi
5058ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5059if test -n "$ac_ct_DUMPBIN"; then
5213506e
RW
5060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5061$as_echo "$ac_ct_DUMPBIN" >&6; }
1cf3d07d 5062else
5213506e
RW
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5064$as_echo "no" >&6; }
1cf3d07d 5065fi
6de9cd9a 5066
5213506e 5067
1cf3d07d
SE
5068 test -n "$ac_ct_DUMPBIN" && break
5069done
6de9cd9a 5070
5213506e
RW
5071 if test "x$ac_ct_DUMPBIN" = x; then
5072 DUMPBIN=":"
5073 else
5074 case $cross_compiling:$ac_tool_warned in
5075yes:)
5076{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5077$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5078ac_tool_warned=yes ;;
5079esac
5080 DUMPBIN=$ac_ct_DUMPBIN
5081 fi
1cf3d07d 5082fi
6de9cd9a 5083
43e02a8a
RW
5084 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5085 *COFF*)
5086 DUMPBIN="$DUMPBIN -symbols"
5087 ;;
5088 *)
5089 DUMPBIN=:
5090 ;;
5091 esac
5092 fi
6de9cd9a 5093
1cf3d07d
SE
5094 if test "$DUMPBIN" != ":"; then
5095 NM="$DUMPBIN"
6de9cd9a 5096 fi
1cf3d07d
SE
5097fi
5098test -z "$NM" && NM=nm
6de9cd9a 5099
6de9cd9a 5100
6de9cd9a 5101
6de9cd9a 5102
6de9cd9a 5103
68c8f6ab 5104
5213506e
RW
5105{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5106$as_echo_n "checking the name lister ($NM) interface... " >&6; }
5107if test "${lt_cv_nm_interface+set}" = set; then :
5108 $as_echo_n "(cached) " >&6
1cf3d07d
SE
5109else
5110 lt_cv_nm_interface="BSD nm"
5111 echo "int some_variable = 0;" > conftest.$ac_ext
43e02a8a 5112 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
1cf3d07d
SE
5113 (eval "$ac_compile" 2>conftest.err)
5114 cat conftest.err >&5
43e02a8a 5115 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
1cf3d07d
SE
5116 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5117 cat conftest.err >&5
43e02a8a 5118 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
1cf3d07d
SE
5119 cat conftest.out >&5
5120 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5121 lt_cv_nm_interface="MS dumpbin"
5122 fi
5123 rm -f conftest*
68c8f6ab 5124fi
5213506e
RW
5125{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5126$as_echo "$lt_cv_nm_interface" >&6; }
6de9cd9a 5127
5213506e
RW
5128{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5129$as_echo_n "checking whether ln -s works... " >&6; }
1cf3d07d
SE
5130LN_S=$as_ln_s
5131if test "$LN_S" = "ln -s"; then
5213506e
RW
5132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5133$as_echo "yes" >&6; }
1cf3d07d 5134else
5213506e
RW
5135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5136$as_echo "no, using $LN_S" >&6; }
1cf3d07d 5137fi
6de9cd9a 5138
6dab073b 5139# find the maximum length of command line arguments
5213506e
RW
5140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5141$as_echo_n "checking the maximum length of command line arguments... " >&6; }
5142if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5143 $as_echo_n "(cached) " >&6
6dab073b
MS
5144else
5145 i=0
5146 teststring="ABCD"
5147
5148 case $build_os in
5149 msdosdjgpp*)
5150 # On DJGPP, this test can blow up pretty badly due to problems in libc
5151 # (any single argument exceeding 2000 bytes causes a buffer overrun
5152 # during glob expansion). Even if it were fixed, the result of this
5153 # check would be larger than it should be.
5154 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5155 ;;
5156
1cf3d07d
SE
5157 gnu*)
5158 # Under GNU Hurd, this test is not required because there is
5159 # no limit to the length of command line arguments.
5160 # Libtool will interpret -1 as no limit whatsoever
5161 lt_cv_sys_max_cmd_len=-1;
5162 ;;
5163
397ccf31 5164 cygwin* | mingw* | cegcc*)
6dab073b
MS
5165 # On Win9x/ME, this test blows up -- it succeeds, but takes
5166 # about 5 minutes as the teststring grows exponentially.
5167 # Worse, since 9x/ME are not pre-emptively multitasking,
5168 # you end up with a "frozen" computer, even though with patience
5169 # the test eventually succeeds (with a max line length of 256k).
5170 # Instead, let's just punt: use the minimum linelength reported by
5171 # all of the supported platforms: 8192 (on NT/2K/XP).
5172 lt_cv_sys_max_cmd_len=8192;
5173 ;;
5174
43e02a8a
RW
5175 mint*)
5176 # On MiNT this can take a long time and run out of memory.
5177 lt_cv_sys_max_cmd_len=8192;
5178 ;;
5179
6dab073b
MS
5180 amigaos*)
5181 # On AmigaOS with pdksh, this test takes hours, literally.
5182 # So we just punt and use a minimum line length of 8192.
5183 lt_cv_sys_max_cmd_len=8192;
5184 ;;
5185
5186 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5187 # This has been around since 386BSD, at least. Likely further.
5188 if test -x /sbin/sysctl; then
5189 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5190 elif test -x /usr/sbin/sysctl; then
5191 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5192 else
1cf3d07d 5193 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6dab073b
MS
5194 fi
5195 # And add a safety zone
5196 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5197 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5198 ;;
1cf3d07d
SE
5199
5200 interix*)
5201 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5202 lt_cv_sys_max_cmd_len=196608
5203 ;;
5204
5205 osf*)
5206 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5207 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5208 # nice to cause kernel panics so lets avoid the loop below.
5209 # First set a reasonable default.
5210 lt_cv_sys_max_cmd_len=16384
5211 #
5212 if test -x /sbin/sysconfig; then
5213 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5214 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5215 esac
5216 fi
5217 ;;
5218 sco3.2v5*)
5219 lt_cv_sys_max_cmd_len=102400
5220 ;;
5221 sysv5* | sco5v6* | sysv4.2uw2*)
5222 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5223 if test -n "$kargmax"; then
5224 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5225 else
5226 lt_cv_sys_max_cmd_len=32768
5227 fi
5228 ;;
5229 *)
397ccf31
PG
5230 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5231 if test -n "$lt_cv_sys_max_cmd_len"; then
82a6cadf
PB
5232 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5233 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5234 else
5235 # Make teststring a little bigger before we do anything with it.
5236 # a 1K string should be a reasonable start.
5237 for i in 1 2 3 4 5 6 7 8 ; do
5238 teststring=$teststring$teststring
5239 done
5240 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5241 # If test is not a shell built-in, we'll probably end up computing a
5242 # maximum length that is only half of the actual maximum length, but
5243 # we can't tell.
43e02a8a
RW
5244 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5245 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
82a6cadf
PB
5246 test $i != 17 # 1/2 MB should be enough
5247 do
5248 i=`expr $i + 1`
5249 teststring=$teststring$teststring
5250 done
5251 # Only check the string length outside the loop.
5252 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5253 teststring=
5254 # Add a significant safety factor because C++ compilers can tack on
5255 # massive amounts of additional arguments before passing them to the
5256 # linker. It appears as though 1/2 is a usable value.
5257 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5258 fi
1cf3d07d 5259 ;;
6dab073b
MS
5260 esac
5261
5262fi
5263
1cf3d07d 5264if test -n $lt_cv_sys_max_cmd_len ; then
5213506e
RW
5265 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5266$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6dab073b 5267else
5213506e
RW
5268 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5269$as_echo "none" >&6; }
6dab073b 5270fi
1cf3d07d 5271max_cmd_len=$lt_cv_sys_max_cmd_len
6dab073b
MS
5272
5273
6de9cd9a 5274
6de9cd9a 5275
6de9cd9a 5276
1cf3d07d
SE
5277
5278: ${CP="cp -f"}
5279: ${MV="mv -f"}
5280: ${RM="rm -f"}
5281
5213506e
RW
5282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5283$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
1cf3d07d
SE
5284# Try some XSI features
5285xsi_shell=no
5286( _lt_dummy="a/b/c"
5287 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
397ccf31
PG
5288 = c,a/b,, \
5289 && eval 'test $(( 1 + 1 )) -eq 2 \
5290 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
1cf3d07d 5291 && xsi_shell=yes
5213506e
RW
5292{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5293$as_echo "$xsi_shell" >&6; }
1cf3d07d
SE
5294
5295
5213506e
RW
5296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5297$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
1cf3d07d
SE
5298lt_shell_append=no
5299( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5300 >/dev/null 2>&1 \
5301 && lt_shell_append=yes
5213506e
RW
5302{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5303$as_echo "$lt_shell_append" >&6; }
1cf3d07d
SE
5304
5305
5306if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5307 lt_unset=unset
6de9cd9a 5308else
1cf3d07d 5309 lt_unset=false
6de9cd9a
DN
5310fi
5311
1cf3d07d
SE
5312
5313
5314
5315
5316# test EBCDIC or ASCII
5317case `echo X|tr X '\101'` in
5318 A) # ASCII based system
5319 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5320 lt_SP2NL='tr \040 \012'
5321 lt_NL2SP='tr \015\012 \040\040'
6de9cd9a 5322 ;;
1cf3d07d
SE
5323 *) # EBCDIC based system
5324 lt_SP2NL='tr \100 \n'
5325 lt_NL2SP='tr \r\n \100\100'
6de9cd9a 5326 ;;
1cf3d07d 5327esac
6de9cd9a 5328
6de9cd9a 5329
1cf3d07d
SE
5330
5331
5332
5333
5334
5335
5336
5213506e
RW
5337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5338$as_echo_n "checking for $LD option to reload object files... " >&6; }
5339if test "${lt_cv_ld_reload_flag+set}" = set; then :
5340 $as_echo_n "(cached) " >&6
1cf3d07d
SE
5341else
5342 lt_cv_ld_reload_flag='-r'
5343fi
5213506e
RW
5344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5345$as_echo "$lt_cv_ld_reload_flag" >&6; }
1cf3d07d
SE
5346reload_flag=$lt_cv_ld_reload_flag
5347case $reload_flag in
5348"" | " "*) ;;
5349*) reload_flag=" $reload_flag" ;;
5350esac
5351reload_cmds='$LD$reload_flag -o $output$reload_objs'
5352case $host_os in
5353 darwin*)
5354 if test "$GCC" = yes; then
5355 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5356 else
5357 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6de9cd9a 5358 fi
1cf3d07d 5359 ;;
6de9cd9a 5360esac
6de9cd9a 5361
1cf3d07d
SE
5362
5363
5364
5365
5366
5367
5368
5369
397ccf31
PG
5370if test -n "$ac_tool_prefix"; then
5371 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5372set dummy ${ac_tool_prefix}objdump; ac_word=$2
5213506e
RW
5373{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5374$as_echo_n "checking for $ac_word... " >&6; }
5375if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5376 $as_echo_n "(cached) " >&6
397ccf31
PG
5377else
5378 if test -n "$OBJDUMP"; then
5379 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5380else
5381as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5382for as_dir in $PATH
5383do
5384 IFS=$as_save_IFS
5385 test -z "$as_dir" && as_dir=.
5213506e
RW
5386 for ac_exec_ext in '' $ac_executable_extensions; do
5387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
397ccf31 5388 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5213506e 5389 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
397ccf31
PG
5390 break 2
5391 fi
5392done
5213506e
RW
5393 done
5394IFS=$as_save_IFS
397ccf31
PG
5395
5396fi
5397fi
5398OBJDUMP=$ac_cv_prog_OBJDUMP
5399if test -n "$OBJDUMP"; then
5213506e
RW
5400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5401$as_echo "$OBJDUMP" >&6; }
397ccf31 5402else
5213506e
RW
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5404$as_echo "no" >&6; }
397ccf31
PG
5405fi
5406
5213506e 5407
397ccf31
PG
5408fi
5409if test -z "$ac_cv_prog_OBJDUMP"; then
5410 ac_ct_OBJDUMP=$OBJDUMP
5411 # Extract the first word of "objdump", so it can be a program name with args.
5412set dummy objdump; ac_word=$2
5213506e
RW
5413{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5414$as_echo_n "checking for $ac_word... " >&6; }
5415if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5416 $as_echo_n "(cached) " >&6
397ccf31
PG
5417else
5418 if test -n "$ac_ct_OBJDUMP"; then
5419 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5420else
5421as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5422for as_dir in $PATH
5423do
5424 IFS=$as_save_IFS
5425 test -z "$as_dir" && as_dir=.
5213506e
RW
5426 for ac_exec_ext in '' $ac_executable_extensions; do
5427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
397ccf31 5428 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5213506e 5429 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
397ccf31
PG
5430 break 2
5431 fi
5432done
5213506e
RW
5433 done
5434IFS=$as_save_IFS
397ccf31 5435
397ccf31
PG
5436fi
5437fi
5438ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5439if test -n "$ac_ct_OBJDUMP"; then
5213506e
RW
5440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5441$as_echo "$ac_ct_OBJDUMP" >&6; }
397ccf31 5442else
5213506e
RW
5443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5444$as_echo "no" >&6; }
397ccf31
PG
5445fi
5446
5213506e
RW
5447 if test "x$ac_ct_OBJDUMP" = x; then
5448 OBJDUMP="false"
5449 else
5450 case $cross_compiling:$ac_tool_warned in
5451yes:)
5452{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5453$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5454ac_tool_warned=yes ;;
5455esac
5456 OBJDUMP=$ac_ct_OBJDUMP
5457 fi
397ccf31
PG
5458else
5459 OBJDUMP="$ac_cv_prog_OBJDUMP"
5460fi
5461
5462test -z "$OBJDUMP" && OBJDUMP=objdump
5463
5464
5465
5466
5467
5468
5469
5470
1cf3d07d 5471
5213506e
RW
5472{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5473$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5474if test "${lt_cv_deplibs_check_method+set}" = set; then :
5475 $as_echo_n "(cached) " >&6
6de9cd9a 5476else
1cf3d07d
SE
5477 lt_cv_file_magic_cmd='$MAGIC_CMD'
5478lt_cv_file_magic_test_file=
5479lt_cv_deplibs_check_method='unknown'
5480# Need to set the preceding variable on all platforms that support
5481# interlibrary dependencies.
5482# 'none' -- dependencies not supported.
5483# `unknown' -- same as none, but documents that we really don't know.
5484# 'pass_all' -- all dependencies passed with no checks.
5485# 'test_compile' -- check by making test program.
5486# 'file_magic [[regex]]' -- check by looking for files in library path
5487# which responds to the $file_magic_cmd with a given extended regex.
5488# If you have `file' or equivalent on your system and you're not sure
5489# whether `pass_all' will *always* work, you probably want this one.
5490
5491case $host_os in
d2a9664c 5492aix[4-9]*)
1cf3d07d
SE
5493 lt_cv_deplibs_check_method=pass_all
5494 ;;
5495
5496beos*)
5497 lt_cv_deplibs_check_method=pass_all
5498 ;;
5499
5500bsdi[45]*)
5501 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5502 lt_cv_file_magic_cmd='/usr/bin/file -L'
5503 lt_cv_file_magic_test_file=/shlib/libc.so
5504 ;;
5505
5506cygwin*)
5507 # func_win32_libid is a shell function defined in ltmain.sh
5508 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5509 lt_cv_file_magic_cmd='func_win32_libid'
5510 ;;
6de9cd9a 5511
1cf3d07d
SE
5512mingw* | pw32*)
5513 # Base MSYS/MinGW do not provide the 'file' command needed by
5514 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5515 # unless we find 'file', for example because we are cross-compiling.
43e02a8a
RW
5516 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5517 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
1cf3d07d
SE
5518 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5519 lt_cv_file_magic_cmd='func_win32_libid'
6de9cd9a 5520 else
1cf3d07d
SE
5521 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5522 lt_cv_file_magic_cmd='$OBJDUMP -f'
6de9cd9a 5523 fi
1cf3d07d
SE
5524 ;;
5525
43e02a8a 5526cegcc*)
397ccf31
PG
5527 # use the weaker test based on 'objdump'. See mingw*.
5528 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5529 lt_cv_file_magic_cmd='$OBJDUMP -f'
5530 ;;
5531
1cf3d07d
SE
5532darwin* | rhapsody*)
5533 lt_cv_deplibs_check_method=pass_all
5534 ;;
5535
5536freebsd* | dragonfly*)
5537 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5538 case $host_cpu in
5539 i*86 )
5540 # Not sure whether the presence of OpenBSD here was a mistake.
5541 # Let's accept both of them until this is cleared up.
5542 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5543 lt_cv_file_magic_cmd=/usr/bin/file
5544 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5545 ;;
5546 esac
5547 else
5548 lt_cv_deplibs_check_method=pass_all
5549 fi
5550 ;;
5551
5552gnu*)
5553 lt_cv_deplibs_check_method=pass_all
5554 ;;
5555
43e02a8a
RW
5556haiku*)
5557 lt_cv_deplibs_check_method=pass_all
5558 ;;
5559
1cf3d07d
SE
5560hpux10.20* | hpux11*)
5561 lt_cv_file_magic_cmd=/usr/bin/file
5562 case $host_cpu in
5563 ia64*)
5564 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5565 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5566 ;;
5567 hppa*64*)
43e02a8a 5568 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
5569 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5570 ;;
5571 *)
43e02a8a 5572 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
1cf3d07d
SE
5573 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5574 ;;
5575 esac
5576 ;;
5577
5578interix[3-9]*)
5579 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5580 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5581 ;;
6de9cd9a 5582
1cf3d07d
SE
5583irix5* | irix6* | nonstopux*)
5584 case $LD in
5585 *-32|*"-32 ") libmagic=32-bit;;
5586 *-n32|*"-n32 ") libmagic=N32;;
5587 *-64|*"-64 ") libmagic=64-bit;;
5588 *) libmagic=never-match;;
5589 esac
5590 lt_cv_deplibs_check_method=pass_all
5591 ;;
5592
5593# This must be Linux ELF.
7a9d3fe8 5594linux* | k*bsd*-gnu | kopensolaris*-gnu)
1cf3d07d
SE
5595 lt_cv_deplibs_check_method=pass_all
5596 ;;
5597
5598netbsd*)
5599 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5600 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5601 else
5602 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5603 fi
5604 ;;
5605
5606newos6*)
5607 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5608 lt_cv_file_magic_cmd=/usr/bin/file
5609 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5610 ;;
5611
5612*nto* | *qnx*)
5613 lt_cv_deplibs_check_method=pass_all
5614 ;;
5615
5616openbsd*)
5617 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5618 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5619 else
5620 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6de9cd9a
DN
5621 fi
5622 ;;
1cf3d07d
SE
5623
5624osf3* | osf4* | osf5*)
5625 lt_cv_deplibs_check_method=pass_all
5626 ;;
5627
5628rdos*)
5629 lt_cv_deplibs_check_method=pass_all
5630 ;;
5631
5632solaris*)
5633 lt_cv_deplibs_check_method=pass_all
5634 ;;
5635
5636sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5637 lt_cv_deplibs_check_method=pass_all
5638 ;;
5639
5640sysv4 | sysv4.3*)
5641 case $host_vendor in
5642 motorola)
5643 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]'
5644 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5645 ;;
5646 ncr)
5647 lt_cv_deplibs_check_method=pass_all
5648 ;;
5649 sequent)
5650 lt_cv_file_magic_cmd='/bin/file'
5651 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5652 ;;
5653 sni)
5654 lt_cv_file_magic_cmd='/bin/file'
5655 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5656 lt_cv_file_magic_test_file=/lib/libc.so
5657 ;;
5658 siemens)
5659 lt_cv_deplibs_check_method=pass_all
5660 ;;
5661 pc)
5662 lt_cv_deplibs_check_method=pass_all
5663 ;;
5664 esac
5665 ;;
5666
5667tpf*)
5668 lt_cv_deplibs_check_method=pass_all
5669 ;;
6de9cd9a
DN
5670esac
5671
1cf3d07d 5672fi
5213506e
RW
5673{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5674$as_echo "$lt_cv_deplibs_check_method" >&6; }
1cf3d07d
SE
5675file_magic_cmd=$lt_cv_file_magic_cmd
5676deplibs_check_method=$lt_cv_deplibs_check_method
5677test -z "$deplibs_check_method" && deplibs_check_method=unknown
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
42fcd7bb 5690if test -n "$ac_tool_prefix"; then
1cf3d07d
SE
5691 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5692set dummy ${ac_tool_prefix}ar; ac_word=$2
5213506e
RW
5693{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5694$as_echo_n "checking for $ac_word... " >&6; }
5695if test "${ac_cv_prog_AR+set}" = set; then :
5696 $as_echo_n "(cached) " >&6
6de9cd9a 5697else
1cf3d07d
SE
5698 if test -n "$AR"; then
5699 ac_cv_prog_AR="$AR" # Let the user override the test.
6de9cd9a 5700else
42fcd7bb
AJ
5701as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5702for as_dir in $PATH
5703do
5704 IFS=$as_save_IFS
5705 test -z "$as_dir" && as_dir=.
5213506e
RW
5706 for ac_exec_ext in '' $ac_executable_extensions; do
5707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1cf3d07d 5708 ac_cv_prog_AR="${ac_tool_prefix}ar"
5213506e 5709 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
5710 break 2
5711 fi
5712done
5213506e
RW
5713 done
5714IFS=$as_save_IFS
42fcd7bb 5715
6de9cd9a
DN
5716fi
5717fi
1cf3d07d
SE
5718AR=$ac_cv_prog_AR
5719if test -n "$AR"; then
5213506e
RW
5720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5721$as_echo "$AR" >&6; }
6de9cd9a 5722else
5213506e
RW
5723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5724$as_echo "no" >&6; }
6de9cd9a
DN
5725fi
5726
5213506e 5727
42fcd7bb 5728fi
1cf3d07d
SE
5729if test -z "$ac_cv_prog_AR"; then
5730 ac_ct_AR=$AR
5731 # Extract the first word of "ar", so it can be a program name with args.
5732set dummy ar; ac_word=$2
5213506e
RW
5733{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5734$as_echo_n "checking for $ac_word... " >&6; }
5735if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5736 $as_echo_n "(cached) " >&6
6de9cd9a 5737else
1cf3d07d
SE
5738 if test -n "$ac_ct_AR"; then
5739 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6de9cd9a 5740else
42fcd7bb
AJ
5741as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5742for as_dir in $PATH
5743do
5744 IFS=$as_save_IFS
5745 test -z "$as_dir" && as_dir=.
5213506e
RW
5746 for ac_exec_ext in '' $ac_executable_extensions; do
5747 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1cf3d07d 5748 ac_cv_prog_ac_ct_AR="ar"
5213506e 5749 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
5750 break 2
5751 fi
5752done
5213506e
RW
5753 done
5754IFS=$as_save_IFS
42fcd7bb 5755
6de9cd9a
DN
5756fi
5757fi
1cf3d07d
SE
5758ac_ct_AR=$ac_cv_prog_ac_ct_AR
5759if test -n "$ac_ct_AR"; then
5213506e
RW
5760 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5761$as_echo "$ac_ct_AR" >&6; }
6de9cd9a 5762else
5213506e
RW
5763 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5764$as_echo "no" >&6; }
6de9cd9a
DN
5765fi
5766
5213506e
RW
5767 if test "x$ac_ct_AR" = x; then
5768 AR="false"
5769 else
5770 case $cross_compiling:$ac_tool_warned in
5771yes:)
5772{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5773$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5774ac_tool_warned=yes ;;
5775esac
5776 AR=$ac_ct_AR
5777 fi
6de9cd9a 5778else
1cf3d07d 5779 AR="$ac_cv_prog_AR"
6de9cd9a
DN
5780fi
5781
1cf3d07d
SE
5782test -z "$AR" && AR=ar
5783test -z "$AR_FLAGS" && AR_FLAGS=cru
5784
5785
5786
5787
5788
5789
5790
5791
5792
5793
5794
42fcd7bb
AJ
5795if test -n "$ac_tool_prefix"; then
5796 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6de9cd9a 5797set dummy ${ac_tool_prefix}strip; ac_word=$2
5213506e
RW
5798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5799$as_echo_n "checking for $ac_word... " >&6; }
5800if test "${ac_cv_prog_STRIP+set}" = set; then :
5801 $as_echo_n "(cached) " >&6
6de9cd9a
DN
5802else
5803 if test -n "$STRIP"; then
5804 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5805else
42fcd7bb
AJ
5806as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5807for as_dir in $PATH
5808do
5809 IFS=$as_save_IFS
5810 test -z "$as_dir" && as_dir=.
5213506e
RW
5811 for ac_exec_ext in '' $ac_executable_extensions; do
5812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42fcd7bb 5813 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5213506e 5814 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
5815 break 2
5816 fi
5817done
5213506e
RW
5818 done
5819IFS=$as_save_IFS
42fcd7bb 5820
6de9cd9a
DN
5821fi
5822fi
42fcd7bb 5823STRIP=$ac_cv_prog_STRIP
6de9cd9a 5824if test -n "$STRIP"; then
5213506e
RW
5825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5826$as_echo "$STRIP" >&6; }
6de9cd9a 5827else
5213506e
RW
5828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5829$as_echo "no" >&6; }
6de9cd9a
DN
5830fi
5831
5213506e 5832
42fcd7bb 5833fi
6de9cd9a 5834if test -z "$ac_cv_prog_STRIP"; then
42fcd7bb 5835 ac_ct_STRIP=$STRIP
6de9cd9a
DN
5836 # Extract the first word of "strip", so it can be a program name with args.
5837set dummy strip; ac_word=$2
5213506e
RW
5838{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5839$as_echo_n "checking for $ac_word... " >&6; }
5840if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5841 $as_echo_n "(cached) " >&6
6de9cd9a 5842else
42fcd7bb
AJ
5843 if test -n "$ac_ct_STRIP"; then
5844 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6de9cd9a 5845else
42fcd7bb
AJ
5846as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5847for as_dir in $PATH
5848do
5849 IFS=$as_save_IFS
5850 test -z "$as_dir" && as_dir=.
5213506e
RW
5851 for ac_exec_ext in '' $ac_executable_extensions; do
5852 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42fcd7bb 5853 ac_cv_prog_ac_ct_STRIP="strip"
5213506e 5854 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
5855 break 2
5856 fi
5857done
5213506e
RW
5858 done
5859IFS=$as_save_IFS
42fcd7bb 5860
6de9cd9a
DN
5861fi
5862fi
42fcd7bb
AJ
5863ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5864if test -n "$ac_ct_STRIP"; then
5213506e
RW
5865 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5866$as_echo "$ac_ct_STRIP" >&6; }
6de9cd9a 5867else
5213506e
RW
5868 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5869$as_echo "no" >&6; }
6de9cd9a
DN
5870fi
5871
5213506e
RW
5872 if test "x$ac_ct_STRIP" = x; then
5873 STRIP=":"
5874 else
5875 case $cross_compiling:$ac_tool_warned in
5876yes:)
5877{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5878$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5879ac_tool_warned=yes ;;
5880esac
5881 STRIP=$ac_ct_STRIP
5882 fi
6de9cd9a 5883else
42fcd7bb 5884 STRIP="$ac_cv_prog_STRIP"
6de9cd9a
DN
5885fi
5886
1cf3d07d 5887test -z "$STRIP" && STRIP=:
6de9cd9a 5888
42fcd7bb 5889
6de9cd9a 5890
6de9cd9a 5891
6de9cd9a 5892
42fcd7bb 5893
1cf3d07d
SE
5894if test -n "$ac_tool_prefix"; then
5895 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5896set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5213506e
RW
5897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5898$as_echo_n "checking for $ac_word... " >&6; }
5899if test "${ac_cv_prog_RANLIB+set}" = set; then :
5900 $as_echo_n "(cached) " >&6
6de9cd9a 5901else
1cf3d07d
SE
5902 if test -n "$RANLIB"; then
5903 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5904else
5905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5906for as_dir in $PATH
5907do
5908 IFS=$as_save_IFS
5909 test -z "$as_dir" && as_dir=.
5213506e
RW
5910 for ac_exec_ext in '' $ac_executable_extensions; do
5911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1cf3d07d 5912 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5213506e 5913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1cf3d07d
SE
5914 break 2
5915 fi
5916done
5213506e
RW
5917 done
5918IFS=$as_save_IFS
1cf3d07d
SE
5919
5920fi
5921fi
5922RANLIB=$ac_cv_prog_RANLIB
5923if test -n "$RANLIB"; then
5213506e
RW
5924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5925$as_echo "$RANLIB" >&6; }
1cf3d07d 5926else
5213506e
RW
5927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5928$as_echo "no" >&6; }
1cf3d07d
SE
5929fi
5930
5213506e 5931
1cf3d07d
SE
5932fi
5933if test -z "$ac_cv_prog_RANLIB"; then
5934 ac_ct_RANLIB=$RANLIB
5935 # Extract the first word of "ranlib", so it can be a program name with args.
5936set dummy ranlib; ac_word=$2
5213506e
RW
5937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5938$as_echo_n "checking for $ac_word... " >&6; }
5939if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5940 $as_echo_n "(cached) " >&6
1cf3d07d
SE
5941else
5942 if test -n "$ac_ct_RANLIB"; then
5943 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5944else
5945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5946for as_dir in $PATH
5947do
5948 IFS=$as_save_IFS
5949 test -z "$as_dir" && as_dir=.
5213506e
RW
5950 for ac_exec_ext in '' $ac_executable_extensions; do
5951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
1cf3d07d 5952 ac_cv_prog_ac_ct_RANLIB="ranlib"
5213506e 5953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
1cf3d07d
SE
5954 break 2
5955 fi
5956done
5213506e
RW
5957 done
5958IFS=$as_save_IFS
1cf3d07d 5959
1cf3d07d
SE
5960fi
5961fi
5962ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5963if test -n "$ac_ct_RANLIB"; then
5213506e
RW
5964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5965$as_echo "$ac_ct_RANLIB" >&6; }
1cf3d07d 5966else
5213506e
RW
5967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5968$as_echo "no" >&6; }
1cf3d07d
SE
5969fi
5970
5213506e
RW
5971 if test "x$ac_ct_RANLIB" = x; then
5972 RANLIB=":"
5973 else
5974 case $cross_compiling:$ac_tool_warned in
5975yes:)
5976{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5977$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5978ac_tool_warned=yes ;;
5979esac
5980 RANLIB=$ac_ct_RANLIB
5981 fi
1cf3d07d
SE
5982else
5983 RANLIB="$ac_cv_prog_RANLIB"
5984fi
5985
5986test -z "$RANLIB" && RANLIB=:
5987
5988
5989
5990
5991
5992
5993# Determine commands to create old-style static archives.
397ccf31 5994old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
1cf3d07d
SE
5995old_postinstall_cmds='chmod 644 $oldlib'
5996old_postuninstall_cmds=
5997
5998if test -n "$RANLIB"; then
5999 case $host_os in
6000 openbsd*)
6001 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6002 ;;
6003 *)
6004 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6005 ;;
6006 esac
6007 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6008fi
6009
43e02a8a
RW
6010case $host_os in
6011 darwin*)
6012 lock_old_archive_extraction=yes ;;
6013 *)
6014 lock_old_archive_extraction=no ;;
6015esac
6016
6017
6018
6019
6020
6021
1cf3d07d
SE
6022
6023
6024
6025
6026
6027
6028
6029
6030
6031
6032
6033
6034
6035
6036
6037
6038
6039
6040
6041
6042
6043
6044
6045
6046
6047
6048
6049
6050
6051
6052
6053
6054
6055# If no C compiler was specified, use CC.
6056LTCC=${LTCC-"$CC"}
6057
6058# If no C compiler flags were specified, use CFLAGS.
6059LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6060
6061# Allow CC to be a program name with arguments.
6062compiler=$CC
6063
6064
6065# Check for command to grab the raw symbol name followed by C symbol from nm.
5213506e
RW
6066{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6067$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6068if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6069 $as_echo_n "(cached) " >&6
1cf3d07d
SE
6070else
6071
6072# These are sane defaults that work on at least a few old systems.
6073# [They come from Ultrix. What could be older than Ultrix?!! ;)]
6074
6075# Character class describing NM global symbol codes.
6076symcode='[BCDEGRST]'
6077
6078# Regexp to match symbols that can be accessed directly from C.
6079sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6080
6081# Define system-specific variables.
6082case $host_os in
6083aix*)
6084 symcode='[BCDT]'
6085 ;;
397ccf31 6086cygwin* | mingw* | pw32* | cegcc*)
1cf3d07d
SE
6087 symcode='[ABCDGISTW]'
6088 ;;
6089hpux*)
6090 if test "$host_cpu" = ia64; then
6091 symcode='[ABCDEGRST]'
6092 fi
6093 ;;
6094irix* | nonstopux*)
6095 symcode='[BCDEGRST]'
6096 ;;
6097osf*)
6098 symcode='[BCDEGQRST]'
6099 ;;
6100solaris*)
6101 symcode='[BDRT]'
6102 ;;
6103sco3.2v5*)
6104 symcode='[DT]'
6105 ;;
6106sysv4.2uw2*)
6107 symcode='[DT]'
6108 ;;
6109sysv5* | sco5v6* | unixware* | OpenUNIX*)
6110 symcode='[ABDT]'
6111 ;;
6112sysv4)
6113 symcode='[DFNSTU]'
6114 ;;
6115esac
6116
6117# If we're using GNU nm, then use its standard symbol codes.
6118case `$NM -V 2>&1` in
6119*GNU* | *'with BFD'*)
6120 symcode='[ABCDGIRSTW]' ;;
6121esac
6122
6123# Transform an extracted symbol line into a proper C declaration.
6124# Some systems (esp. on ia64) link data and code symbols differently,
6125# so use this general approach.
6126lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6127
6128# Transform an extracted symbol line into symbol name and symbol address
6129lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
397ccf31 6130lt_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
6131
6132# Handle CRLF in mingw tool chain
6133opt_cr=
6134case $build_os in
6135mingw*)
6136 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6137 ;;
6138esac
6139
6140# Try without a prefix underscore, then with it.
6141for ac_symprfx in "" "_"; do
6142
6143 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6144 symxfrm="\\1 $ac_symprfx\\2 \\2"
6145
6146 # Write the raw and C identifiers.
6147 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6148 # Fake it for dumpbin and say T for any non-static function
6149 # and D for any global variable.
6150 # Also find C++ and __fastcall symbols from MSVC++,
6151 # which start with @ or ?.
6152 lt_cv_sys_global_symbol_pipe="$AWK '"\
6153" {last_section=section; section=\$ 3};"\
6154" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6155" \$ 0!~/External *\|/{next};"\
6156" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6157" {if(hide[section]) next};"\
6158" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6159" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6160" s[1]~/^[@?]/{print s[1], s[1]; next};"\
6161" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6162" ' prfx=^$ac_symprfx"
6163 else
6164 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6165 fi
6166
6167 # Check to see that the pipe works correctly.
6168 pipe_works=no
6169
6170 rm -f conftest*
6171 cat > conftest.$ac_ext <<_LT_EOF
6172#ifdef __cplusplus
6173extern "C" {
6174#endif
6175char nm_test_var;
6176void nm_test_func(void);
6177void nm_test_func(void){}
6178#ifdef __cplusplus
6179}
6180#endif
6181int main(){nm_test_var='a';nm_test_func();return(0);}
6182_LT_EOF
6183
5213506e 6184 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
1cf3d07d
SE
6185 (eval $ac_compile) 2>&5
6186 ac_status=$?
5213506e
RW
6187 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6188 test $ac_status = 0; }; then
1cf3d07d
SE
6189 # Now try to grab the symbols.
6190 nlist=conftest.nm
43e02a8a
RW
6191 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6192 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
1cf3d07d 6193 ac_status=$?
5213506e
RW
6194 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6195 test $ac_status = 0; } && test -s "$nlist"; then
1cf3d07d
SE
6196 # Try sorting and uniquifying the output.
6197 if sort "$nlist" | uniq > "$nlist"T; then
6198 mv -f "$nlist"T "$nlist"
6199 else
6200 rm -f "$nlist"T
6201 fi
6202
6203 # Make sure that we snagged all the symbols we need.
6204 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6205 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6206 cat <<_LT_EOF > conftest.$ac_ext
6207#ifdef __cplusplus
6208extern "C" {
6209#endif
6210
6211_LT_EOF
6212 # Now generate the symbol file.
6213 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6214
6215 cat <<_LT_EOF >> conftest.$ac_ext
6216
6217/* The mapping between symbol names and symbols. */
6218const struct {
6219 const char *name;
6220 void *address;
6221}
6222lt__PROGRAM__LTX_preloaded_symbols[] =
6223{
6224 { "@PROGRAM@", (void *) 0 },
6225_LT_EOF
6226 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6227 cat <<\_LT_EOF >> conftest.$ac_ext
6228 {0, (void *) 0}
6229};
6230
6231/* This works around a problem in FreeBSD linker */
6232#ifdef FREEBSD_WORKAROUND
6233static const void *lt_preloaded_setup() {
6234 return lt__PROGRAM__LTX_preloaded_symbols;
6235}
6236#endif
6237
6238#ifdef __cplusplus
6239}
6240#endif
6241_LT_EOF
6242 # Now try linking the two files.
6243 mv conftest.$ac_objext conftstm.$ac_objext
6244 lt_save_LIBS="$LIBS"
6245 lt_save_CFLAGS="$CFLAGS"
6246 LIBS="conftstm.$ac_objext"
6247 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5213506e 6248 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1cf3d07d
SE
6249 (eval $ac_link) 2>&5
6250 ac_status=$?
5213506e
RW
6251 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6252 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
1cf3d07d
SE
6253 pipe_works=yes
6254 fi
6255 LIBS="$lt_save_LIBS"
6256 CFLAGS="$lt_save_CFLAGS"
6257 else
6258 echo "cannot find nm_test_func in $nlist" >&5
6259 fi
6260 else
6261 echo "cannot find nm_test_var in $nlist" >&5
6262 fi
6263 else
6264 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6265 fi
6266 else
6267 echo "$progname: failed program was:" >&5
6268 cat conftest.$ac_ext >&5
6269 fi
397ccf31 6270 rm -rf conftest* conftst*
1cf3d07d
SE
6271
6272 # Do not use the global_symbol_pipe unless it works.
6273 if test "$pipe_works" = yes; then
6274 break
6275 else
6276 lt_cv_sys_global_symbol_pipe=
6277 fi
6278done
6279
6280fi
6281
6282if test -z "$lt_cv_sys_global_symbol_pipe"; then
6283 lt_cv_sys_global_symbol_to_cdecl=
6284fi
6285if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5213506e
RW
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6287$as_echo "failed" >&6; }
1cf3d07d 6288else
5213506e
RW
6289 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6290$as_echo "ok" >&6; }
1cf3d07d
SE
6291fi
6292
6293
6294
6295
6296
6297
6298
6299
6300
6301
6302
6303
6304
6305
6306
397ccf31
PG
6307
6308
6309
6310
6311
1cf3d07d
SE
6312
6313
5213506e
RW
6314# Check whether --enable-libtool-lock was given.
6315if test "${enable_libtool_lock+set}" = set; then :
6316 enableval=$enable_libtool_lock;
6317fi
1cf3d07d 6318
1cf3d07d
SE
6319test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6320
6321# Some flags need to be propagated to the compiler or linker for good
6322# libtool support.
6de9cd9a 6323case $host in
1cf3d07d 6324ia64-*-hpux*)
6de9cd9a 6325 # Find out which ABI we are using.
1cf3d07d 6326 echo 'int i;' > conftest.$ac_ext
5213506e 6327 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
42fcd7bb
AJ
6328 (eval $ac_compile) 2>&5
6329 ac_status=$?
5213506e
RW
6330 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6331 test $ac_status = 0; }; then
6de9cd9a 6332 case `/usr/bin/file conftest.$ac_objext` in
1cf3d07d
SE
6333 *ELF-32*)
6334 HPUX_IA64_MODE="32"
6335 ;;
6336 *ELF-64*)
6337 HPUX_IA64_MODE="64"
6338 ;;
6de9cd9a
DN
6339 esac
6340 fi
6341 rm -rf conftest*
6342 ;;
1cf3d07d 6343*-*-irix6*)
6de9cd9a 6344 # Find out which ABI we are using.
43e02a8a 6345 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
5213506e 6346 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
42fcd7bb
AJ
6347 (eval $ac_compile) 2>&5
6348 ac_status=$?
5213506e
RW
6349 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6350 test $ac_status = 0; }; then
1cf3d07d
SE
6351 if test "$lt_cv_prog_gnu_ld" = yes; then
6352 case `/usr/bin/file conftest.$ac_objext` in
6353 *32-bit*)
6354 LD="${LD-ld} -melf32bsmip"
6355 ;;
6356 *N32*)
6357 LD="${LD-ld} -melf32bmipn32"
6358 ;;
6359 *64-bit*)
6360 LD="${LD-ld} -melf64bmip"
6361 ;;
6362 esac
6363 else
6364 case `/usr/bin/file conftest.$ac_objext` in
6365 *32-bit*)
6366 LD="${LD-ld} -32"
6367 ;;
6368 *N32*)
6369 LD="${LD-ld} -n32"
6370 ;;
6371 *64-bit*)
6372 LD="${LD-ld} -64"
6373 ;;
6374 esac
6375 fi
6376 fi
6377 rm -rf conftest*
6378 ;;
6379
3cbe17f7 6380x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
1cf3d07d
SE
6381s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6382 # Find out which ABI we are using.
6383 echo 'int i;' > conftest.$ac_ext
5213506e 6384 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
1cf3d07d
SE
6385 (eval $ac_compile) 2>&5
6386 ac_status=$?
5213506e
RW
6387 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6388 test $ac_status = 0; }; then
1cf3d07d
SE
6389 case `/usr/bin/file conftest.o` in
6390 *32-bit*)
6391 case $host in
6392 x86_64-*kfreebsd*-gnu)
6393 LD="${LD-ld} -m elf_i386_fbsd"
6394 ;;
6395 x86_64-*linux*)
e6d5f8c9
L
6396 case `/usr/bin/file conftest.o` in
6397 *x86-64*)
6398 LD="${LD-ld} -m elf32_x86_64"
6399 ;;
6400 *)
6401 LD="${LD-ld} -m elf_i386"
6402 ;;
6403 esac
1cf3d07d 6404 ;;
3cbe17f7
AM
6405 powerpc64le-*linux*)
6406 LD="${LD-ld} -m elf32lppclinux"
6407 ;;
6408 powerpc64-*linux*)
1cf3d07d
SE
6409 LD="${LD-ld} -m elf32ppclinux"
6410 ;;
6411 s390x-*linux*)
6412 LD="${LD-ld} -m elf_s390"
6413 ;;
6414 sparc64-*linux*)
6415 LD="${LD-ld} -m elf32_sparc"
6416 ;;
6417 esac
6418 ;;
6419 *64-bit*)
6420 case $host in
6421 x86_64-*kfreebsd*-gnu)
6422 LD="${LD-ld} -m elf_x86_64_fbsd"
6423 ;;
6424 x86_64-*linux*)
6425 LD="${LD-ld} -m elf_x86_64"
6426 ;;
3cbe17f7
AM
6427 powerpcle-*linux*)
6428 LD="${LD-ld} -m elf64lppc"
6429 ;;
6430 powerpc-*linux*)
1cf3d07d
SE
6431 LD="${LD-ld} -m elf64ppc"
6432 ;;
6433 s390*-*linux*|s390*-*tpf*)
6434 LD="${LD-ld} -m elf64_s390"
6435 ;;
6436 sparc*-*linux*)
6437 LD="${LD-ld} -m elf64_sparc"
6438 ;;
6439 esac
6440 ;;
6441 esac
6442 fi
6443 rm -rf conftest*
6444 ;;
6445
6446*-*-sco3.2v5*)
6447 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6448 SAVE_CFLAGS="$CFLAGS"
6449 CFLAGS="$CFLAGS -belf"
5213506e
RW
6450 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6451$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6452if test "${lt_cv_cc_needs_belf+set}" = set; then :
6453 $as_echo_n "(cached) " >&6
1cf3d07d
SE
6454else
6455 ac_ext=c
6456ac_cpp='$CPP $CPPFLAGS'
6457ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6458ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6459ac_compiler_gnu=$ac_cv_c_compiler_gnu
6460
5213506e 6461 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
6462/* end confdefs.h. */
6463
6464int
6465main ()
6466{
6467
6468 ;
6469 return 0;
6470}
6471_ACEOF
5213506e 6472if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d
SE
6473 lt_cv_cc_needs_belf=yes
6474else
5213506e 6475 lt_cv_cc_needs_belf=no
1cf3d07d 6476fi
5213506e
RW
6477rm -f core conftest.err conftest.$ac_objext \
6478 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
6479 ac_ext=c
6480ac_cpp='$CPP $CPPFLAGS'
6481ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6482ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6483ac_compiler_gnu=$ac_cv_c_compiler_gnu
6484
397ccf31 6485fi
5213506e
RW
6486{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6487$as_echo "$lt_cv_cc_needs_belf" >&6; }
397ccf31
PG
6488 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6489 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6490 CFLAGS="$SAVE_CFLAGS"
6491 fi
6492 ;;
6493sparc*-*solaris*)
6494 # Find out which ABI we are using.
6495 echo 'int i;' > conftest.$ac_ext
5213506e 6496 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
397ccf31
PG
6497 (eval $ac_compile) 2>&5
6498 ac_status=$?
5213506e
RW
6499 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6500 test $ac_status = 0; }; then
397ccf31
PG
6501 case `/usr/bin/file conftest.o` in
6502 *64-bit*)
6503 case $lt_cv_prog_gnu_ld in
6504 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6505 *)
6506 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6507 LD="${LD-ld} -64"
6508 fi
6509 ;;
6510 esac
6511 ;;
6512 esac
6513 fi
6514 rm -rf conftest*
6515 ;;
6516esac
6517
6518need_locks="$enable_libtool_lock"
6519
6520
6521 case $host_os in
6522 rhapsody* | darwin*)
6523 if test -n "$ac_tool_prefix"; then
6524 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6525set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5213506e
RW
6526{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6527$as_echo_n "checking for $ac_word... " >&6; }
6528if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6529 $as_echo_n "(cached) " >&6
397ccf31
PG
6530else
6531 if test -n "$DSYMUTIL"; then
6532 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6533else
6534as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6535for as_dir in $PATH
6536do
6537 IFS=$as_save_IFS
6538 test -z "$as_dir" && as_dir=.
5213506e
RW
6539 for ac_exec_ext in '' $ac_executable_extensions; do
6540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
397ccf31 6541 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5213506e 6542 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
397ccf31
PG
6543 break 2
6544 fi
6545done
5213506e
RW
6546 done
6547IFS=$as_save_IFS
397ccf31
PG
6548
6549fi
6550fi
6551DSYMUTIL=$ac_cv_prog_DSYMUTIL
6552if test -n "$DSYMUTIL"; then
5213506e
RW
6553 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6554$as_echo "$DSYMUTIL" >&6; }
397ccf31 6555else
5213506e
RW
6556 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6557$as_echo "no" >&6; }
397ccf31
PG
6558fi
6559
5213506e 6560
397ccf31
PG
6561fi
6562if test -z "$ac_cv_prog_DSYMUTIL"; then
6563 ac_ct_DSYMUTIL=$DSYMUTIL
6564 # Extract the first word of "dsymutil", so it can be a program name with args.
6565set dummy dsymutil; ac_word=$2
5213506e
RW
6566{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6567$as_echo_n "checking for $ac_word... " >&6; }
6568if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6569 $as_echo_n "(cached) " >&6
397ccf31
PG
6570else
6571 if test -n "$ac_ct_DSYMUTIL"; then
6572 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6573else
6574as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6575for as_dir in $PATH
6576do
6577 IFS=$as_save_IFS
6578 test -z "$as_dir" && as_dir=.
5213506e
RW
6579 for ac_exec_ext in '' $ac_executable_extensions; do
6580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
397ccf31 6581 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5213506e 6582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
397ccf31
PG
6583 break 2
6584 fi
6585done
5213506e
RW
6586 done
6587IFS=$as_save_IFS
397ccf31 6588
397ccf31
PG
6589fi
6590fi
6591ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6592if test -n "$ac_ct_DSYMUTIL"; then
5213506e
RW
6593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6594$as_echo "$ac_ct_DSYMUTIL" >&6; }
397ccf31 6595else
5213506e
RW
6596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6597$as_echo "no" >&6; }
397ccf31
PG
6598fi
6599
5213506e
RW
6600 if test "x$ac_ct_DSYMUTIL" = x; then
6601 DSYMUTIL=":"
6602 else
6603 case $cross_compiling:$ac_tool_warned in
6604yes:)
6605{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6606$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6607ac_tool_warned=yes ;;
6608esac
6609 DSYMUTIL=$ac_ct_DSYMUTIL
6610 fi
397ccf31
PG
6611else
6612 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6613fi
6614
6615 if test -n "$ac_tool_prefix"; then
6616 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6617set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5213506e
RW
6618{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6619$as_echo_n "checking for $ac_word... " >&6; }
6620if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6621 $as_echo_n "(cached) " >&6
397ccf31
PG
6622else
6623 if test -n "$NMEDIT"; then
6624 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6625else
6626as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6627for as_dir in $PATH
6628do
6629 IFS=$as_save_IFS
6630 test -z "$as_dir" && as_dir=.
5213506e
RW
6631 for ac_exec_ext in '' $ac_executable_extensions; do
6632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
397ccf31 6633 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5213506e 6634 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
397ccf31
PG
6635 break 2
6636 fi
6637done
5213506e
RW
6638 done
6639IFS=$as_save_IFS
397ccf31
PG
6640
6641fi
6642fi
6643NMEDIT=$ac_cv_prog_NMEDIT
6644if test -n "$NMEDIT"; then
5213506e
RW
6645 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6646$as_echo "$NMEDIT" >&6; }
397ccf31 6647else
5213506e
RW
6648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6649$as_echo "no" >&6; }
397ccf31
PG
6650fi
6651
5213506e 6652
397ccf31
PG
6653fi
6654if test -z "$ac_cv_prog_NMEDIT"; then
6655 ac_ct_NMEDIT=$NMEDIT
6656 # Extract the first word of "nmedit", so it can be a program name with args.
6657set dummy nmedit; ac_word=$2
5213506e
RW
6658{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6659$as_echo_n "checking for $ac_word... " >&6; }
6660if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6661 $as_echo_n "(cached) " >&6
397ccf31
PG
6662else
6663 if test -n "$ac_ct_NMEDIT"; then
6664 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6665else
6666as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6667for as_dir in $PATH
6668do
6669 IFS=$as_save_IFS
6670 test -z "$as_dir" && as_dir=.
5213506e
RW
6671 for ac_exec_ext in '' $ac_executable_extensions; do
6672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
397ccf31 6673 ac_cv_prog_ac_ct_NMEDIT="nmedit"
5213506e 6674 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
397ccf31
PG
6675 break 2
6676 fi
6677done
5213506e
RW
6678 done
6679IFS=$as_save_IFS
397ccf31 6680
397ccf31
PG
6681fi
6682fi
6683ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6684if test -n "$ac_ct_NMEDIT"; then
5213506e
RW
6685 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6686$as_echo "$ac_ct_NMEDIT" >&6; }
397ccf31 6687else
5213506e
RW
6688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6689$as_echo "no" >&6; }
397ccf31
PG
6690fi
6691
5213506e
RW
6692 if test "x$ac_ct_NMEDIT" = x; then
6693 NMEDIT=":"
6694 else
6695 case $cross_compiling:$ac_tool_warned in
6696yes:)
6697{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6698$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6699ac_tool_warned=yes ;;
6700esac
6701 NMEDIT=$ac_ct_NMEDIT
6702 fi
397ccf31
PG
6703else
6704 NMEDIT="$ac_cv_prog_NMEDIT"
6705fi
6706
6707 if test -n "$ac_tool_prefix"; then
6708 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6709set dummy ${ac_tool_prefix}lipo; ac_word=$2
5213506e
RW
6710{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6711$as_echo_n "checking for $ac_word... " >&6; }
6712if test "${ac_cv_prog_LIPO+set}" = set; then :
6713 $as_echo_n "(cached) " >&6
397ccf31
PG
6714else
6715 if test -n "$LIPO"; then
6716 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6717else
6718as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6719for as_dir in $PATH
6720do
6721 IFS=$as_save_IFS
6722 test -z "$as_dir" && as_dir=.
5213506e
RW
6723 for ac_exec_ext in '' $ac_executable_extensions; do
6724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
397ccf31 6725 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
5213506e 6726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
397ccf31
PG
6727 break 2
6728 fi
6729done
5213506e
RW
6730 done
6731IFS=$as_save_IFS
397ccf31
PG
6732
6733fi
6734fi
6735LIPO=$ac_cv_prog_LIPO
6736if test -n "$LIPO"; then
5213506e
RW
6737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6738$as_echo "$LIPO" >&6; }
397ccf31 6739else
5213506e
RW
6740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6741$as_echo "no" >&6; }
397ccf31
PG
6742fi
6743
5213506e 6744
397ccf31
PG
6745fi
6746if test -z "$ac_cv_prog_LIPO"; then
6747 ac_ct_LIPO=$LIPO
6748 # Extract the first word of "lipo", so it can be a program name with args.
6749set dummy lipo; ac_word=$2
5213506e
RW
6750{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6751$as_echo_n "checking for $ac_word... " >&6; }
6752if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6753 $as_echo_n "(cached) " >&6
397ccf31
PG
6754else
6755 if test -n "$ac_ct_LIPO"; then
6756 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6757else
6758as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6759for as_dir in $PATH
6760do
6761 IFS=$as_save_IFS
6762 test -z "$as_dir" && as_dir=.
5213506e
RW
6763 for ac_exec_ext in '' $ac_executable_extensions; do
6764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
397ccf31 6765 ac_cv_prog_ac_ct_LIPO="lipo"
5213506e 6766 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
397ccf31
PG
6767 break 2
6768 fi
6769done
5213506e
RW
6770 done
6771IFS=$as_save_IFS
397ccf31 6772
397ccf31
PG
6773fi
6774fi
6775ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6776if test -n "$ac_ct_LIPO"; then
5213506e
RW
6777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6778$as_echo "$ac_ct_LIPO" >&6; }
397ccf31 6779else
5213506e
RW
6780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6781$as_echo "no" >&6; }
397ccf31
PG
6782fi
6783
5213506e
RW
6784 if test "x$ac_ct_LIPO" = x; then
6785 LIPO=":"
6786 else
6787 case $cross_compiling:$ac_tool_warned in
6788yes:)
6789{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6790$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6791ac_tool_warned=yes ;;
6792esac
6793 LIPO=$ac_ct_LIPO
6794 fi
397ccf31
PG
6795else
6796 LIPO="$ac_cv_prog_LIPO"
6797fi
6798
6799 if test -n "$ac_tool_prefix"; then
6800 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6801set dummy ${ac_tool_prefix}otool; ac_word=$2
5213506e
RW
6802{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6803$as_echo_n "checking for $ac_word... " >&6; }
6804if test "${ac_cv_prog_OTOOL+set}" = set; then :
6805 $as_echo_n "(cached) " >&6
397ccf31
PG
6806else
6807 if test -n "$OTOOL"; then
6808 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6809else
6810as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6811for as_dir in $PATH
6812do
6813 IFS=$as_save_IFS
6814 test -z "$as_dir" && as_dir=.
5213506e
RW
6815 for ac_exec_ext in '' $ac_executable_extensions; do
6816 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
397ccf31 6817 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
5213506e 6818 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
397ccf31
PG
6819 break 2
6820 fi
6821done
5213506e
RW
6822 done
6823IFS=$as_save_IFS
397ccf31
PG
6824
6825fi
6826fi
6827OTOOL=$ac_cv_prog_OTOOL
6828if test -n "$OTOOL"; then
5213506e
RW
6829 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6830$as_echo "$OTOOL" >&6; }
397ccf31 6831else
5213506e
RW
6832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6833$as_echo "no" >&6; }
397ccf31
PG
6834fi
6835
5213506e 6836
397ccf31
PG
6837fi
6838if test -z "$ac_cv_prog_OTOOL"; then
6839 ac_ct_OTOOL=$OTOOL
6840 # Extract the first word of "otool", so it can be a program name with args.
6841set dummy otool; ac_word=$2
5213506e
RW
6842{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6843$as_echo_n "checking for $ac_word... " >&6; }
6844if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6845 $as_echo_n "(cached) " >&6
397ccf31
PG
6846else
6847 if test -n "$ac_ct_OTOOL"; then
6848 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6849else
6850as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6851for as_dir in $PATH
6852do
6853 IFS=$as_save_IFS
6854 test -z "$as_dir" && as_dir=.
5213506e
RW
6855 for ac_exec_ext in '' $ac_executable_extensions; do
6856 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
397ccf31 6857 ac_cv_prog_ac_ct_OTOOL="otool"
5213506e 6858 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
397ccf31
PG
6859 break 2
6860 fi
6861done
5213506e
RW
6862 done
6863IFS=$as_save_IFS
397ccf31 6864
397ccf31
PG
6865fi
6866fi
6867ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6868if test -n "$ac_ct_OTOOL"; then
5213506e
RW
6869 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6870$as_echo "$ac_ct_OTOOL" >&6; }
397ccf31 6871else
5213506e
RW
6872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6873$as_echo "no" >&6; }
397ccf31
PG
6874fi
6875
5213506e
RW
6876 if test "x$ac_ct_OTOOL" = x; then
6877 OTOOL=":"
6878 else
6879 case $cross_compiling:$ac_tool_warned in
6880yes:)
6881{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6882$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6883ac_tool_warned=yes ;;
6884esac
6885 OTOOL=$ac_ct_OTOOL
6886 fi
397ccf31
PG
6887else
6888 OTOOL="$ac_cv_prog_OTOOL"
6889fi
6890
6891 if test -n "$ac_tool_prefix"; then
6892 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6893set dummy ${ac_tool_prefix}otool64; ac_word=$2
5213506e
RW
6894{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6895$as_echo_n "checking for $ac_word... " >&6; }
6896if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6897 $as_echo_n "(cached) " >&6
397ccf31
PG
6898else
6899 if test -n "$OTOOL64"; then
6900 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6901else
6902as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6903for as_dir in $PATH
6904do
6905 IFS=$as_save_IFS
6906 test -z "$as_dir" && as_dir=.
5213506e
RW
6907 for ac_exec_ext in '' $ac_executable_extensions; do
6908 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
397ccf31 6909 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
5213506e 6910 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
397ccf31
PG
6911 break 2
6912 fi
6913done
5213506e
RW
6914 done
6915IFS=$as_save_IFS
397ccf31
PG
6916
6917fi
6918fi
6919OTOOL64=$ac_cv_prog_OTOOL64
6920if test -n "$OTOOL64"; then
5213506e
RW
6921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6922$as_echo "$OTOOL64" >&6; }
397ccf31 6923else
5213506e
RW
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6925$as_echo "no" >&6; }
397ccf31
PG
6926fi
6927
5213506e 6928
397ccf31
PG
6929fi
6930if test -z "$ac_cv_prog_OTOOL64"; then
6931 ac_ct_OTOOL64=$OTOOL64
6932 # Extract the first word of "otool64", so it can be a program name with args.
6933set dummy otool64; ac_word=$2
5213506e
RW
6934{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6935$as_echo_n "checking for $ac_word... " >&6; }
6936if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6937 $as_echo_n "(cached) " >&6
397ccf31
PG
6938else
6939 if test -n "$ac_ct_OTOOL64"; then
6940 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6941else
6942as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6943for as_dir in $PATH
6944do
6945 IFS=$as_save_IFS
6946 test -z "$as_dir" && as_dir=.
5213506e
RW
6947 for ac_exec_ext in '' $ac_executable_extensions; do
6948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
397ccf31 6949 ac_cv_prog_ac_ct_OTOOL64="otool64"
5213506e 6950 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
397ccf31
PG
6951 break 2
6952 fi
6953done
5213506e
RW
6954 done
6955IFS=$as_save_IFS
397ccf31 6956
397ccf31
PG
6957fi
6958fi
6959ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6960if test -n "$ac_ct_OTOOL64"; then
5213506e
RW
6961 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6962$as_echo "$ac_ct_OTOOL64" >&6; }
397ccf31 6963else
5213506e
RW
6964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6965$as_echo "no" >&6; }
397ccf31
PG
6966fi
6967
5213506e
RW
6968 if test "x$ac_ct_OTOOL64" = x; then
6969 OTOOL64=":"
6970 else
6971 case $cross_compiling:$ac_tool_warned in
6972yes:)
6973{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6974$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6975ac_tool_warned=yes ;;
6976esac
6977 OTOOL64=$ac_ct_OTOOL64
6978 fi
397ccf31
PG
6979else
6980 OTOOL64="$ac_cv_prog_OTOOL64"
6981fi
6982
6983
6984
6985
6986
6987
6988
6989
6990
6991
6992
6993
6994
6995
6996
6997
6998
6999
7000
7001
7002
7003
7004
7005
7006
7007
7008
5213506e
RW
7009 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7010$as_echo_n "checking for -single_module linker flag... " >&6; }
7011if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7012 $as_echo_n "(cached) " >&6
397ccf31
PG
7013else
7014 lt_cv_apple_cc_single_mod=no
7015 if test -z "${LT_MULTI_MODULE}"; then
7016 # By default we will add the -single_module flag. You can override
7017 # by either setting the environment variable LT_MULTI_MODULE
7018 # non-empty at configure time, or by adding -multi_module to the
7019 # link flags.
7020 rm -rf libconftest.dylib*
7021 echo "int foo(void){return 1;}" > conftest.c
7022 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7023-dynamiclib -Wl,-single_module conftest.c" >&5
7024 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7025 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7026 _lt_result=$?
7027 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7028 lt_cv_apple_cc_single_mod=yes
7029 else
7030 cat conftest.err >&5
7031 fi
7032 rm -rf libconftest.dylib*
7033 rm -f conftest.*
7034 fi
7035fi
5213506e
RW
7036{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7037$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7038 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7039$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7040if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7041 $as_echo_n "(cached) " >&6
397ccf31
PG
7042else
7043 lt_cv_ld_exported_symbols_list=no
7044 save_LDFLAGS=$LDFLAGS
7045 echo "_main" > conftest.sym
7046 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
5213506e 7047 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
397ccf31
PG
7048/* end confdefs.h. */
7049
7050int
7051main ()
7052{
7053
7054 ;
7055 return 0;
7056}
7057_ACEOF
5213506e 7058if ac_fn_c_try_link "$LINENO"; then :
397ccf31
PG
7059 lt_cv_ld_exported_symbols_list=yes
7060else
5213506e 7061 lt_cv_ld_exported_symbols_list=no
397ccf31 7062fi
5213506e
RW
7063rm -f core conftest.err conftest.$ac_objext \
7064 conftest$ac_exeext conftest.$ac_ext
397ccf31
PG
7065 LDFLAGS="$save_LDFLAGS"
7066
7067fi
5213506e
RW
7068{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7069$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
43e02a8a
RW
7070 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7071$as_echo_n "checking for -force_load linker flag... " >&6; }
7072if test "${lt_cv_ld_force_load+set}" = set; then :
7073 $as_echo_n "(cached) " >&6
7074else
7075 lt_cv_ld_force_load=no
7076 cat > conftest.c << _LT_EOF
7077int forced_loaded() { return 2;}
7078_LT_EOF
7079 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7080 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7081 echo "$AR cru libconftest.a conftest.o" >&5
7082 $AR cru libconftest.a conftest.o 2>&5
7083 cat > conftest.c << _LT_EOF
7084int main() { return 0;}
7085_LT_EOF
7086 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7087 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7088 _lt_result=$?
7089 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7090 lt_cv_ld_force_load=yes
7091 else
7092 cat conftest.err >&5
7093 fi
7094 rm -f conftest.err libconftest.a conftest conftest.c
7095 rm -rf conftest.dSYM
7096
7097fi
7098{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7099$as_echo "$lt_cv_ld_force_load" >&6; }
397ccf31
PG
7100 case $host_os in
7101 rhapsody* | darwin1.[012])
7102 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7103 darwin1.*)
7104 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7105 darwin*) # darwin 5.x on
7106 # if running on 10.5 or later, the deployment target defaults
7107 # to the OS version, if on x86, and 10.4, the deployment
7108 # target defaults to 10.4. Don't you love it?
7109 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7110 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7111 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7112 10.[012]*)
7113 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7114 10.*)
7115 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7116 esac
7117 ;;
7118 esac
7119 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7120 _lt_dar_single_mod='$single_module'
7121 fi
7122 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7123 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7124 else
7125 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7126 fi
43e02a8a 7127 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
397ccf31
PG
7128 _lt_dsymutil='~$DSYMUTIL $lib || :'
7129 else
7130 _lt_dsymutil=
7131 fi
7132 ;;
7133 esac
7134
397ccf31 7135for ac_header in dlfcn.h
5213506e
RW
7136do :
7137 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7138"
7139if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
397ccf31 7140 cat >>confdefs.h <<_ACEOF
5213506e 7141#define HAVE_DLFCN_H 1
397ccf31
PG
7142_ACEOF
7143
7144fi
7145
7146done
7147
7148
7149
43e02a8a
RW
7150
7151
397ccf31
PG
7152# Set options
7153
7154
7155
7156
7157 enable_win32_dll=no
7158
7159
5213506e
RW
7160 # Check whether --enable-shared was given.
7161if test "${enable_shared+set}" = set; then :
7162 enableval=$enable_shared; p=${PACKAGE-default}
397ccf31
PG
7163 case $enableval in
7164 yes) enable_shared=yes ;;
7165 no) enable_shared=no ;;
7166 *)
7167 enable_shared=no
7168 # Look at the argument we got. We use all the common list separators.
7169 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7170 for pkg in $enableval; do
7171 IFS="$lt_save_ifs"
7172 if test "X$pkg" = "X$p"; then
7173 enable_shared=yes
7174 fi
7175 done
7176 IFS="$lt_save_ifs"
7177 ;;
7178 esac
7179else
7180 enable_shared=yes
5213506e 7181fi
397ccf31
PG
7182
7183
7184
7185
7186
7187
7188
7189
5213506e
RW
7190
7191 # Check whether --enable-static was given.
7192if test "${enable_static+set}" = set; then :
7193 enableval=$enable_static; p=${PACKAGE-default}
397ccf31
PG
7194 case $enableval in
7195 yes) enable_static=yes ;;
7196 no) enable_static=no ;;
7197 *)
7198 enable_static=no
7199 # Look at the argument we got. We use all the common list separators.
7200 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7201 for pkg in $enableval; do
7202 IFS="$lt_save_ifs"
7203 if test "X$pkg" = "X$p"; then
7204 enable_static=yes
7205 fi
7206 done
7207 IFS="$lt_save_ifs"
7208 ;;
7209 esac
7210else
7211 enable_static=yes
5213506e 7212fi
397ccf31
PG
7213
7214
7215
7216
7217
7218
7219
7220
7221
5213506e
RW
7222
7223# Check whether --with-pic was given.
7224if test "${with_pic+set}" = set; then :
7225 withval=$with_pic; pic_mode="$withval"
397ccf31
PG
7226else
7227 pic_mode=default
5213506e
RW
7228fi
7229
397ccf31
PG
7230
7231test -z "$pic_mode" && pic_mode=default
7232
7233
7234
7235
7236
7237
7238
5213506e
RW
7239 # Check whether --enable-fast-install was given.
7240if test "${enable_fast_install+set}" = set; then :
7241 enableval=$enable_fast_install; p=${PACKAGE-default}
397ccf31
PG
7242 case $enableval in
7243 yes) enable_fast_install=yes ;;
7244 no) enable_fast_install=no ;;
7245 *)
7246 enable_fast_install=no
7247 # Look at the argument we got. We use all the common list separators.
7248 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7249 for pkg in $enableval; do
7250 IFS="$lt_save_ifs"
7251 if test "X$pkg" = "X$p"; then
7252 enable_fast_install=yes
7253 fi
7254 done
7255 IFS="$lt_save_ifs"
1cf3d07d
SE
7256 ;;
7257 esac
397ccf31
PG
7258else
7259 enable_fast_install=yes
5213506e
RW
7260fi
7261
1cf3d07d 7262
1cf3d07d
SE
7263
7264
1cf3d07d 7265
1cf3d07d 7266
1cf3d07d 7267
1cf3d07d 7268
1cf3d07d
SE
7269
7270
7271
7272# This can be used to rebuild libtool when needed
7273LIBTOOL_DEPS="$ltmain"
7274
7275# Always use our own libtool.
7276LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7277
7278
7279
7280
7281
7282
7283
7284
7285
7286
7287
7288
7289
7290
7291
7292
7293
7294
7295
7296
7297
7298
7299
43e02a8a 7300
1cf3d07d
SE
7301
7302
7303test -z "$LN_S" && LN_S="ln -s"
7304
7305
7306
7307
7308
7309
7310
7311
7312
7313
7314
7315
7316
7317
7318if test -n "${ZSH_VERSION+set}" ; then
7319 setopt NO_GLOB_SUBST
7320fi
7321
5213506e
RW
7322{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7323$as_echo_n "checking for objdir... " >&6; }
7324if test "${lt_cv_objdir+set}" = set; then :
7325 $as_echo_n "(cached) " >&6
1cf3d07d
SE
7326else
7327 rm -f .libs 2>/dev/null
7328mkdir .libs 2>/dev/null
7329if test -d .libs; then
7330 lt_cv_objdir=.libs
7331else
7332 # MS-DOS does not allow filenames that begin with a dot.
7333 lt_cv_objdir=_libs
7334fi
7335rmdir .libs 2>/dev/null
7336fi
5213506e
RW
7337{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7338$as_echo "$lt_cv_objdir" >&6; }
1cf3d07d
SE
7339objdir=$lt_cv_objdir
7340
7341
7342
7343
7344
7345cat >>confdefs.h <<_ACEOF
7346#define LT_OBJDIR "$lt_cv_objdir/"
7347_ACEOF
7348
7349
7350
7351
1cf3d07d
SE
7352case $host_os in
7353aix3*)
7354 # AIX sometimes has problems with the GCC collect2 program. For some
7355 # reason, if we set the COLLECT_NAMES environment variable, the problems
7356 # vanish in a puff of smoke.
7357 if test "X${COLLECT_NAMES+set}" != Xset; then
7358 COLLECT_NAMES=
7359 export COLLECT_NAMES
7360 fi
7361 ;;
7362esac
7363
1cf3d07d
SE
7364# Global variables:
7365ofile=libtool
7366can_build_shared=yes
7367
7368# All known linkers require a `.a' archive for static linking (except MSVC,
7369# which needs '.lib').
7370libext=a
7371
7372with_gnu_ld="$lt_cv_prog_gnu_ld"
7373
7374old_CC="$CC"
7375old_CFLAGS="$CFLAGS"
7376
7377# Set sane defaults for various variables
7378test -z "$CC" && CC=cc
7379test -z "$LTCC" && LTCC=$CC
7380test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7381test -z "$LD" && LD=ld
7382test -z "$ac_objext" && ac_objext=o
7383
7384for cc_temp in $compiler""; do
7385 case $cc_temp in
7386 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7387 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7388 \-*) ;;
7389 *) break;;
7390 esac
7391done
43e02a8a 7392cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
1cf3d07d
SE
7393
7394
7395# Only perform the check for file, if the check method requires it
7396test -z "$MAGIC_CMD" && MAGIC_CMD=file
7397case $deplibs_check_method in
7398file_magic*)
7399 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
5213506e
RW
7400 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7401$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7402if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7403 $as_echo_n "(cached) " >&6
1cf3d07d
SE
7404else
7405 case $MAGIC_CMD in
7406[\\/*] | ?:[\\/]*)
7407 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7408 ;;
7409*)
7410 lt_save_MAGIC_CMD="$MAGIC_CMD"
7411 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7412 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7413 for ac_dir in $ac_dummy; do
7414 IFS="$lt_save_ifs"
7415 test -z "$ac_dir" && ac_dir=.
7416 if test -f $ac_dir/${ac_tool_prefix}file; then
7417 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7418 if test -n "$file_magic_test_file"; then
7419 case $deplibs_check_method in
7420 "file_magic "*)
7421 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7422 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7423 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7424 $EGREP "$file_magic_regex" > /dev/null; then
7425 :
7426 else
7427 cat <<_LT_EOF 1>&2
7428
7429*** Warning: the command libtool uses to detect shared libraries,
7430*** $file_magic_cmd, produces output that libtool cannot recognize.
7431*** The result is that libtool may fail to recognize shared libraries
7432*** as such. This will affect the creation of libtool libraries that
7433*** depend on shared libraries, but programs linked with such libtool
7434*** libraries will work regardless of this problem. Nevertheless, you
7435*** may want to report the problem to your system manager and/or to
7436*** bug-libtool@gnu.org
7437
7438_LT_EOF
7439 fi ;;
7440 esac
7441 fi
7442 break
7443 fi
7444 done
7445 IFS="$lt_save_ifs"
7446 MAGIC_CMD="$lt_save_MAGIC_CMD"
7447 ;;
7448esac
7449fi
7450
7451MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7452if test -n "$MAGIC_CMD"; then
5213506e
RW
7453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7454$as_echo "$MAGIC_CMD" >&6; }
1cf3d07d 7455else
5213506e
RW
7456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7457$as_echo "no" >&6; }
1cf3d07d
SE
7458fi
7459
7460
7461
7462
7463
7464if test -z "$lt_cv_path_MAGIC_CMD"; then
7465 if test -n "$ac_tool_prefix"; then
5213506e
RW
7466 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7467$as_echo_n "checking for file... " >&6; }
7468if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7469 $as_echo_n "(cached) " >&6
1cf3d07d
SE
7470else
7471 case $MAGIC_CMD in
7472[\\/*] | ?:[\\/]*)
7473 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7474 ;;
7475*)
7476 lt_save_MAGIC_CMD="$MAGIC_CMD"
7477 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7478 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7479 for ac_dir in $ac_dummy; do
7480 IFS="$lt_save_ifs"
7481 test -z "$ac_dir" && ac_dir=.
7482 if test -f $ac_dir/file; then
7483 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7484 if test -n "$file_magic_test_file"; then
7485 case $deplibs_check_method in
7486 "file_magic "*)
7487 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7488 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7489 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7490 $EGREP "$file_magic_regex" > /dev/null; then
7491 :
7492 else
7493 cat <<_LT_EOF 1>&2
7494
7495*** Warning: the command libtool uses to detect shared libraries,
7496*** $file_magic_cmd, produces output that libtool cannot recognize.
7497*** The result is that libtool may fail to recognize shared libraries
7498*** as such. This will affect the creation of libtool libraries that
7499*** depend on shared libraries, but programs linked with such libtool
7500*** libraries will work regardless of this problem. Nevertheless, you
7501*** may want to report the problem to your system manager and/or to
7502*** bug-libtool@gnu.org
7503
7504_LT_EOF
7505 fi ;;
7506 esac
7507 fi
7508 break
7509 fi
7510 done
7511 IFS="$lt_save_ifs"
7512 MAGIC_CMD="$lt_save_MAGIC_CMD"
7513 ;;
7514esac
7515fi
7516
7517MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7518if test -n "$MAGIC_CMD"; then
5213506e
RW
7519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7520$as_echo "$MAGIC_CMD" >&6; }
1cf3d07d 7521else
5213506e
RW
7522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7523$as_echo "no" >&6; }
1cf3d07d
SE
7524fi
7525
7526
7527 else
7528 MAGIC_CMD=:
7529 fi
7530fi
7531
7532 fi
7533 ;;
7534esac
7535
7536# Use C for the default configuration in the libtool script
7537
7538lt_save_CC="$CC"
7539ac_ext=c
7540ac_cpp='$CPP $CPPFLAGS'
7541ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7542ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7543ac_compiler_gnu=$ac_cv_c_compiler_gnu
7544
7545
7546# Source file extension for C test sources.
7547ac_ext=c
7548
7549# Object file extension for compiled C test sources.
7550objext=o
7551objext=$objext
7552
7553# Code to be used in simple compile tests
7554lt_simple_compile_test_code="int some_variable = 0;"
7555
7556# Code to be used in simple link tests
7557lt_simple_link_test_code='int main(){return(0);}'
7558
7559
7560
7561
7562
7563
7564
7565# If no C compiler was specified, use CC.
7566LTCC=${LTCC-"$CC"}
7567
7568# If no C compiler flags were specified, use CFLAGS.
7569LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7570
7571# Allow CC to be a program name with arguments.
7572compiler=$CC
7573
7574# Save the default compiler, since it gets overwritten when the other
7575# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7576compiler_DEFAULT=$CC
7577
7578# save warnings/boilerplate of simple test code
7579ac_outfile=conftest.$ac_objext
7580echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7581eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7582_lt_compiler_boilerplate=`cat conftest.err`
7583$RM conftest*
7584
7585ac_outfile=conftest.$ac_objext
7586echo "$lt_simple_link_test_code" >conftest.$ac_ext
7587eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7588_lt_linker_boilerplate=`cat conftest.err`
397ccf31 7589$RM -r conftest*
1cf3d07d
SE
7590
7591
7592## CAVEAT EMPTOR:
7593## There is no encapsulation within the following macros, do not change
7594## the running order or otherwise move them around unless you know exactly
7595## what you are doing...
7596if test -n "$compiler"; then
7597
7598lt_prog_compiler_no_builtin_flag=
7599
7600if test "$GCC" = yes; then
43e02a8a
RW
7601 case $cc_basename in
7602 nvcc*)
7603 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7604 *)
7605 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7606 esac
1cf3d07d 7607
5213506e
RW
7608 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7609$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7610if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7611 $as_echo_n "(cached) " >&6
1cf3d07d
SE
7612else
7613 lt_cv_prog_compiler_rtti_exceptions=no
7614 ac_outfile=conftest.$ac_objext
7615 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7616 lt_compiler_flag="-fno-rtti -fno-exceptions"
7617 # Insert the option either (1) after the last *FLAGS variable, or
7618 # (2) before a word containing "conftest.", or (3) at the end.
7619 # Note that $ac_compile itself does not contain backslashes and begins
7620 # with a dollar sign (not a hyphen), so the echo should work correctly.
7621 # The option is referenced via a variable to avoid confusing sed.
7622 lt_compile=`echo "$ac_compile" | $SED \
7623 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7624 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7625 -e 's:$: $lt_compiler_flag:'`
43e02a8a 7626 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
1cf3d07d
SE
7627 (eval "$lt_compile" 2>conftest.err)
7628 ac_status=$?
7629 cat conftest.err >&5
43e02a8a 7630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1cf3d07d
SE
7631 if (exit $ac_status) && test -s "$ac_outfile"; then
7632 # The compiler can only warn and ignore the option if not recognized
7633 # So say no if there are warnings other than the usual output.
43e02a8a 7634 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1cf3d07d
SE
7635 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7636 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7637 lt_cv_prog_compiler_rtti_exceptions=yes
7638 fi
7639 fi
7640 $RM conftest*
7641
7642fi
5213506e
RW
7643{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7644$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
1cf3d07d
SE
7645
7646if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7647 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7648else
7649 :
7650fi
7651
7652fi
7653
7654
7655
7656
7657
7658
7659 lt_prog_compiler_wl=
7660lt_prog_compiler_pic=
7661lt_prog_compiler_static=
7662
5213506e
RW
7663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7664$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
1cf3d07d
SE
7665
7666 if test "$GCC" = yes; then
7667 lt_prog_compiler_wl='-Wl,'
7668 lt_prog_compiler_static='-static'
7669
7670 case $host_os in
7671 aix*)
7672 # All AIX code is PIC.
7673 if test "$host_cpu" = ia64; then
7674 # AIX 5 now supports IA64 processor
7675 lt_prog_compiler_static='-Bstatic'
7676 fi
756529ed 7677 lt_prog_compiler_pic='-fPIC'
1cf3d07d
SE
7678 ;;
7679
7680 amigaos*)
397ccf31
PG
7681 case $host_cpu in
7682 powerpc)
7683 # see comment about AmigaOS4 .so support
7684 lt_prog_compiler_pic='-fPIC'
7685 ;;
7686 m68k)
7687 # FIXME: we need at least 68020 code to build shared libraries, but
7688 # adding the `-m68020' flag to GCC prevents building anything better,
7689 # like `-m68040'.
7690 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7691 ;;
7692 esac
1cf3d07d
SE
7693 ;;
7694
7695 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7696 # PIC is the default for these OSes.
7697 ;;
7698
397ccf31 7699 mingw* | cygwin* | pw32* | os2* | cegcc*)
1cf3d07d
SE
7700 # This hack is so that the source file can tell whether it is being
7701 # built for inclusion in a dll (and should export symbols for example).
7702 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7703 # (--disable-auto-import) libraries
7704 lt_prog_compiler_pic='-DDLL_EXPORT'
7705 ;;
7706
7707 darwin* | rhapsody*)
7708 # PIC is the default on this platform
7709 # Common symbols not allowed in MH_DYLIB files
7710 lt_prog_compiler_pic='-fno-common'
7711 ;;
7712
43e02a8a
RW
7713 haiku*)
7714 # PIC is the default for Haiku.
7715 # The "-static" flag exists, but is broken.
7716 lt_prog_compiler_static=
7717 ;;
7718
1cf3d07d 7719 hpux*)
397ccf31
PG
7720 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7721 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7722 # sets the default TLS model and affects inlining.
1cf3d07d 7723 case $host_cpu in
397ccf31 7724 hppa*64*)
1cf3d07d
SE
7725 # +Z the default
7726 ;;
7727 *)
7728 lt_prog_compiler_pic='-fPIC'
7729 ;;
7730 esac
7731 ;;
7732
7733 interix[3-9]*)
7734 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7735 # Instead, we relocate shared libraries at runtime.
7736 ;;
7737
7738 msdosdjgpp*)
7739 # Just because we use GCC doesn't mean we suddenly get shared libraries
7740 # on systems that don't support them.
7741 lt_prog_compiler_can_build_shared=no
7742 enable_shared=no
7743 ;;
7744
7745 *nto* | *qnx*)
7746 # QNX uses GNU C++, but need to define -shared option too, otherwise
7747 # it will coredump.
7748 lt_prog_compiler_pic='-fPIC -shared'
7749 ;;
7750
7751 sysv4*MP*)
7752 if test -d /usr/nec; then
7753 lt_prog_compiler_pic=-Kconform_pic
7754 fi
7755 ;;
7756
7757 *)
7758 lt_prog_compiler_pic='-fPIC'
7759 ;;
7760 esac
43e02a8a
RW
7761
7762 case $cc_basename in
7763 nvcc*) # Cuda Compiler Driver 2.2
7764 lt_prog_compiler_wl='-Xlinker '
7765 lt_prog_compiler_pic='-Xcompiler -fPIC'
7766 ;;
7767 esac
1cf3d07d
SE
7768 else
7769 # PORTME Check for flag to pass linker flags through the system compiler.
7770 case $host_os in
7771 aix*)
7772 lt_prog_compiler_wl='-Wl,'
7773 if test "$host_cpu" = ia64; then
7774 # AIX 5 now supports IA64 processor
7775 lt_prog_compiler_static='-Bstatic'
7776 else
7777 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7778 fi
7779 ;;
1cf3d07d 7780
397ccf31 7781 mingw* | cygwin* | pw32* | os2* | cegcc*)
1cf3d07d
SE
7782 # This hack is so that the source file can tell whether it is being
7783 # built for inclusion in a dll (and should export symbols for example).
7784 lt_prog_compiler_pic='-DDLL_EXPORT'
7785 ;;
7786
7787 hpux9* | hpux10* | hpux11*)
7788 lt_prog_compiler_wl='-Wl,'
7789 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7790 # not for PA HP-UX.
7791 case $host_cpu in
7792 hppa*64*|ia64*)
7793 # +Z the default
7794 ;;
7795 *)
7796 lt_prog_compiler_pic='+Z'
7797 ;;
7798 esac
7799 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7800 lt_prog_compiler_static='${wl}-a ${wl}archive'
7801 ;;
7802
7803 irix5* | irix6* | nonstopux*)
7804 lt_prog_compiler_wl='-Wl,'
7805 # PIC (with -KPIC) is the default.
7806 lt_prog_compiler_static='-non_shared'
7807 ;;
7808
7a9d3fe8 7809 linux* | k*bsd*-gnu | kopensolaris*-gnu)
1cf3d07d 7810 case $cc_basename in
397ccf31
PG
7811 # old Intel for x86_64 which still supported -KPIC.
7812 ecc*)
1cf3d07d
SE
7813 lt_prog_compiler_wl='-Wl,'
7814 lt_prog_compiler_pic='-KPIC'
7815 lt_prog_compiler_static='-static'
7816 ;;
397ccf31
PG
7817 # icc used to be incompatible with GCC.
7818 # ICC 10 doesn't accept -KPIC any more.
7819 icc* | ifort*)
7820 lt_prog_compiler_wl='-Wl,'
7821 lt_prog_compiler_pic='-fPIC'
7822 lt_prog_compiler_static='-static'
7823 ;;
7824 # Lahey Fortran 8.1.
7825 lf95*)
7826 lt_prog_compiler_wl='-Wl,'
7827 lt_prog_compiler_pic='--shared'
7828 lt_prog_compiler_static='--static'
7829 ;;
43e02a8a 7830 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
1cf3d07d
SE
7831 # Portland Group compilers (*not* the Pentium gcc compiler,
7832 # which looks to be a dead project)
7833 lt_prog_compiler_wl='-Wl,'
7834 lt_prog_compiler_pic='-fpic'
7835 lt_prog_compiler_static='-Bstatic'
7836 ;;
7837 ccc*)
7838 lt_prog_compiler_wl='-Wl,'
7839 # All Alpha code is PIC.
7840 lt_prog_compiler_static='-non_shared'
7841 ;;
43e02a8a
RW
7842 xl* | bgxl* | bgf* | mpixl*)
7843 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
397ccf31
PG
7844 lt_prog_compiler_wl='-Wl,'
7845 lt_prog_compiler_pic='-qpic'
7846 lt_prog_compiler_static='-qstaticlink'
7847 ;;
1cf3d07d
SE
7848 *)
7849 case `$CC -V 2>&1 | sed 5q` in
43e02a8a
RW
7850 *Sun\ F* | *Sun*Fortran*)
7851 # Sun Fortran 8.3 passes all unrecognized flags to the linker
1cf3d07d
SE
7852 lt_prog_compiler_pic='-KPIC'
7853 lt_prog_compiler_static='-Bstatic'
43e02a8a 7854 lt_prog_compiler_wl=''
1cf3d07d 7855 ;;
43e02a8a
RW
7856 *Sun\ C*)
7857 # Sun C 5.9
1cf3d07d
SE
7858 lt_prog_compiler_pic='-KPIC'
7859 lt_prog_compiler_static='-Bstatic'
43e02a8a 7860 lt_prog_compiler_wl='-Wl,'
1cf3d07d
SE
7861 ;;
7862 esac
7863 ;;
7864 esac
7865 ;;
7866
7867 newsos6)
7868 lt_prog_compiler_pic='-KPIC'
7869 lt_prog_compiler_static='-Bstatic'
7870 ;;
7871
7872 *nto* | *qnx*)
7873 # QNX uses GNU C++, but need to define -shared option too, otherwise
7874 # it will coredump.
7875 lt_prog_compiler_pic='-fPIC -shared'
7876 ;;
7877
7878 osf3* | osf4* | osf5*)
7879 lt_prog_compiler_wl='-Wl,'
7880 # All OSF/1 code is PIC.
7881 lt_prog_compiler_static='-non_shared'
7882 ;;
7883
7884 rdos*)
7885 lt_prog_compiler_static='-non_shared'
7886 ;;
7887
7888 solaris*)
7889 lt_prog_compiler_pic='-KPIC'
7890 lt_prog_compiler_static='-Bstatic'
7891 case $cc_basename in
7892 f77* | f90* | f95*)
7893 lt_prog_compiler_wl='-Qoption ld ';;
7894 *)
7895 lt_prog_compiler_wl='-Wl,';;
7896 esac
7897 ;;
7898
7899 sunos4*)
7900 lt_prog_compiler_wl='-Qoption ld '
7901 lt_prog_compiler_pic='-PIC'
7902 lt_prog_compiler_static='-Bstatic'
7903 ;;
7904
7905 sysv4 | sysv4.2uw2* | sysv4.3*)
7906 lt_prog_compiler_wl='-Wl,'
7907 lt_prog_compiler_pic='-KPIC'
7908 lt_prog_compiler_static='-Bstatic'
7909 ;;
7910
7911 sysv4*MP*)
7912 if test -d /usr/nec ;then
7913 lt_prog_compiler_pic='-Kconform_pic'
7914 lt_prog_compiler_static='-Bstatic'
7915 fi
7916 ;;
7917
7918 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7919 lt_prog_compiler_wl='-Wl,'
7920 lt_prog_compiler_pic='-KPIC'
7921 lt_prog_compiler_static='-Bstatic'
7922 ;;
7923
7924 unicos*)
7925 lt_prog_compiler_wl='-Wl,'
7926 lt_prog_compiler_can_build_shared=no
7927 ;;
7928
7929 uts4*)
7930 lt_prog_compiler_pic='-pic'
7931 lt_prog_compiler_static='-Bstatic'
7932 ;;
7933
7934 *)
7935 lt_prog_compiler_can_build_shared=no
7936 ;;
7937 esac
7938 fi
7939
7940case $host_os in
7941 # For platforms which do not support PIC, -DPIC is meaningless:
7942 *djgpp*)
7943 lt_prog_compiler_pic=
7944 ;;
7945 *)
7946 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7947 ;;
7948esac
5213506e
RW
7949{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7950$as_echo "$lt_prog_compiler_pic" >&6; }
1cf3d07d
SE
7951
7952
7953
7954
7955
7956
7957#
7958# Check to make sure the PIC flag actually works.
7959#
7960if test -n "$lt_prog_compiler_pic"; then
5213506e
RW
7961 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7962$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7963if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7964 $as_echo_n "(cached) " >&6
1cf3d07d 7965else
397ccf31 7966 lt_cv_prog_compiler_pic_works=no
1cf3d07d
SE
7967 ac_outfile=conftest.$ac_objext
7968 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7969 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7970 # Insert the option either (1) after the last *FLAGS variable, or
7971 # (2) before a word containing "conftest.", or (3) at the end.
7972 # Note that $ac_compile itself does not contain backslashes and begins
7973 # with a dollar sign (not a hyphen), so the echo should work correctly.
7974 # The option is referenced via a variable to avoid confusing sed.
7975 lt_compile=`echo "$ac_compile" | $SED \
7976 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7977 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7978 -e 's:$: $lt_compiler_flag:'`
43e02a8a 7979 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
1cf3d07d
SE
7980 (eval "$lt_compile" 2>conftest.err)
7981 ac_status=$?
7982 cat conftest.err >&5
43e02a8a 7983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1cf3d07d
SE
7984 if (exit $ac_status) && test -s "$ac_outfile"; then
7985 # The compiler can only warn and ignore the option if not recognized
7986 # So say no if there are warnings other than the usual output.
43e02a8a 7987 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
1cf3d07d
SE
7988 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7989 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
397ccf31 7990 lt_cv_prog_compiler_pic_works=yes
1cf3d07d
SE
7991 fi
7992 fi
7993 $RM conftest*
7994
7995fi
5213506e
RW
7996{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7997$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
1cf3d07d 7998
397ccf31 7999if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
1cf3d07d
SE
8000 case $lt_prog_compiler_pic in
8001 "" | " "*) ;;
8002 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8003 esac
8004else
8005 lt_prog_compiler_pic=
8006 lt_prog_compiler_can_build_shared=no
8007fi
8008
8009fi
8010
8011
8012
8013
8014
8015
8016#
8017# Check to make sure the static flag actually works.
8018#
8019wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
5213506e
RW
8020{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8021$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8022if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8023 $as_echo_n "(cached) " >&6
1cf3d07d 8024else
397ccf31 8025 lt_cv_prog_compiler_static_works=no
1cf3d07d
SE
8026 save_LDFLAGS="$LDFLAGS"
8027 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8028 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8029 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8030 # The linker can only warn and ignore the option if not recognized
8031 # So say no if there are warnings
8032 if test -s conftest.err; then
8033 # Append any errors to the config.log.
8034 cat conftest.err 1>&5
43e02a8a 8035 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
1cf3d07d
SE
8036 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8037 if diff conftest.exp conftest.er2 >/dev/null; then
397ccf31 8038 lt_cv_prog_compiler_static_works=yes
1cf3d07d
SE
8039 fi
8040 else
397ccf31 8041 lt_cv_prog_compiler_static_works=yes
1cf3d07d
SE
8042 fi
8043 fi
397ccf31 8044 $RM -r conftest*
1cf3d07d
SE
8045 LDFLAGS="$save_LDFLAGS"
8046
8047fi
5213506e
RW
8048{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8049$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
1cf3d07d 8050
397ccf31 8051if test x"$lt_cv_prog_compiler_static_works" = xyes; then
1cf3d07d
SE
8052 :
8053else
8054 lt_prog_compiler_static=
8055fi
8056
8057
8058
8059
8060
8061
8062
5213506e
RW
8063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8064$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8065if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8066 $as_echo_n "(cached) " >&6
1cf3d07d
SE
8067else
8068 lt_cv_prog_compiler_c_o=no
8069 $RM -r conftest 2>/dev/null
8070 mkdir conftest
8071 cd conftest
8072 mkdir out
8073 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8074
8075 lt_compiler_flag="-o out/conftest2.$ac_objext"
8076 # Insert the option either (1) after the last *FLAGS variable, or
8077 # (2) before a word containing "conftest.", or (3) at the end.
8078 # Note that $ac_compile itself does not contain backslashes and begins
8079 # with a dollar sign (not a hyphen), so the echo should work correctly.
8080 lt_compile=`echo "$ac_compile" | $SED \
8081 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8082 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8083 -e 's:$: $lt_compiler_flag:'`
43e02a8a 8084 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
1cf3d07d
SE
8085 (eval "$lt_compile" 2>out/conftest.err)
8086 ac_status=$?
8087 cat out/conftest.err >&5
43e02a8a 8088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1cf3d07d
SE
8089 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8090 then
8091 # The compiler can only warn and ignore the option if not recognized
8092 # So say no if there are warnings
43e02a8a 8093 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
1cf3d07d
SE
8094 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8095 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8096 lt_cv_prog_compiler_c_o=yes
8097 fi
8098 fi
8099 chmod u+w . 2>&5
8100 $RM conftest*
8101 # SGI C++ compiler will create directory out/ii_files/ for
8102 # template instantiation
8103 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8104 $RM out/* && rmdir out
8105 cd ..
8106 $RM -r conftest
8107 $RM conftest*
8108
8109fi
5213506e
RW
8110{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8111$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
1cf3d07d
SE
8112
8113
8114
8115
8116
8117
5213506e
RW
8118 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8119$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8120if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8121 $as_echo_n "(cached) " >&6
1cf3d07d
SE
8122else
8123 lt_cv_prog_compiler_c_o=no
8124 $RM -r conftest 2>/dev/null
8125 mkdir conftest
8126 cd conftest
8127 mkdir out
8128 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8129
8130 lt_compiler_flag="-o out/conftest2.$ac_objext"
8131 # Insert the option either (1) after the last *FLAGS variable, or
8132 # (2) before a word containing "conftest.", or (3) at the end.
8133 # Note that $ac_compile itself does not contain backslashes and begins
8134 # with a dollar sign (not a hyphen), so the echo should work correctly.
8135 lt_compile=`echo "$ac_compile" | $SED \
8136 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8137 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8138 -e 's:$: $lt_compiler_flag:'`
43e02a8a 8139 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
1cf3d07d
SE
8140 (eval "$lt_compile" 2>out/conftest.err)
8141 ac_status=$?
8142 cat out/conftest.err >&5
43e02a8a 8143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
1cf3d07d
SE
8144 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8145 then
8146 # The compiler can only warn and ignore the option if not recognized
8147 # So say no if there are warnings
43e02a8a 8148 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
1cf3d07d
SE
8149 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8150 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8151 lt_cv_prog_compiler_c_o=yes
8152 fi
8153 fi
8154 chmod u+w . 2>&5
8155 $RM conftest*
8156 # SGI C++ compiler will create directory out/ii_files/ for
8157 # template instantiation
8158 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8159 $RM out/* && rmdir out
8160 cd ..
8161 $RM -r conftest
8162 $RM conftest*
8163
8164fi
5213506e
RW
8165{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8166$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
1cf3d07d
SE
8167
8168
8169
8170
8171hard_links="nottested"
8172if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8173 # do not overwrite the value of need_locks provided by the user
5213506e
RW
8174 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8175$as_echo_n "checking if we can lock with hard links... " >&6; }
1cf3d07d
SE
8176 hard_links=yes
8177 $RM conftest*
8178 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8179 touch conftest.a
8180 ln conftest.a conftest.b 2>&5 || hard_links=no
8181 ln conftest.a conftest.b 2>/dev/null && hard_links=no
5213506e
RW
8182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8183$as_echo "$hard_links" >&6; }
1cf3d07d 8184 if test "$hard_links" = no; then
5213506e
RW
8185 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8186$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
1cf3d07d
SE
8187 need_locks=warn
8188 fi
8189else
8190 need_locks=no
8191fi
8192
8193
8194
8195
8196
8197
5213506e
RW
8198 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8199$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
1cf3d07d
SE
8200
8201 runpath_var=
8202 allow_undefined_flag=
8203 always_export_symbols=no
8204 archive_cmds=
8205 archive_expsym_cmds=
8206 compiler_needs_object=no
8207 enable_shared_with_static_runtimes=no
8208 export_dynamic_flag_spec=
8209 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8210 hardcode_automatic=no
8211 hardcode_direct=no
8212 hardcode_direct_absolute=no
8213 hardcode_libdir_flag_spec=
8214 hardcode_libdir_flag_spec_ld=
8215 hardcode_libdir_separator=
8216 hardcode_minus_L=no
8217 hardcode_shlibpath_var=unsupported
8218 inherit_rpath=no
8219 link_all_deplibs=unknown
8220 module_cmds=
8221 module_expsym_cmds=
8222 old_archive_from_new_cmds=
8223 old_archive_from_expsyms_cmds=
8224 thread_safe_flag_spec=
8225 whole_archive_flag_spec=
8226 # include_expsyms should be a list of space-separated symbols to be *always*
8227 # included in the symbol list
8228 include_expsyms=
8229 # exclude_expsyms can be an extended regexp of symbols to exclude
8230 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8231 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8232 # as well as any symbol that contains `d'.
397ccf31 8233 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
1cf3d07d
SE
8234 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8235 # platforms (ab)use it in PIC code, but their linkers get confused if
8236 # the symbol is explicitly referenced. Since portable code cannot
8237 # rely on this symbol name, it's probably fine to never include it in
8238 # preloaded symbol tables.
397ccf31 8239 # Exclude shared library initialization/finalization symbols.
1cf3d07d
SE
8240 extract_expsyms_cmds=
8241
8242 case $host_os in
397ccf31 8243 cygwin* | mingw* | pw32* | cegcc*)
1cf3d07d
SE
8244 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8245 # When not using gcc, we currently assume that we are using
8246 # Microsoft Visual C++.
8247 if test "$GCC" != yes; then
8248 with_gnu_ld=no
8249 fi
8250 ;;
8251 interix*)
8252 # we just hope/assume this is gcc and not c89 (= MSVC++)
8253 with_gnu_ld=yes
8254 ;;
8255 openbsd*)
8256 with_gnu_ld=no
8257 ;;
8258 esac
8259
8260 ld_shlibs=yes
43e02a8a
RW
8261
8262 # On some targets, GNU ld is compatible enough with the native linker
8263 # that we're better off using the native interface for both.
8264 lt_use_gnu_ld_interface=no
1cf3d07d 8265 if test "$with_gnu_ld" = yes; then
43e02a8a
RW
8266 case $host_os in
8267 aix*)
8268 # The AIX port of GNU ld has always aspired to compatibility
8269 # with the native linker. However, as the warning in the GNU ld
8270 # block says, versions before 2.19.5* couldn't really create working
8271 # shared libraries, regardless of the interface used.
8272 case `$LD -v 2>&1` in
8273 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8274 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8275 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8276 *)
8277 lt_use_gnu_ld_interface=yes
8278 ;;
8279 esac
8280 ;;
8281 *)
8282 lt_use_gnu_ld_interface=yes
8283 ;;
8284 esac
8285 fi
8286
8287 if test "$lt_use_gnu_ld_interface" = yes; then
1cf3d07d
SE
8288 # If archive_cmds runs LD, not CC, wlarc should be empty
8289 wlarc='${wl}'
8290
8291 # Set some defaults for GNU ld with shared library support. These
8292 # are reset later if shared libraries are not supported. Putting them
8293 # here allows them to be overridden if necessary.
8294 runpath_var=LD_RUN_PATH
8295 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8296 export_dynamic_flag_spec='${wl}--export-dynamic'
8297 # ancient GNU ld didn't support --whole-archive et. al.
8298 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8299 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8300 else
8301 whole_archive_flag_spec=
8302 fi
8303 supports_anon_versioning=no
8304 case `$LD -v 2>&1` in
43e02a8a 8305 *GNU\ gold*) supports_anon_versioning=yes ;;
1cf3d07d
SE
8306 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8307 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8308 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8309 *\ 2.11.*) ;; # other 2.11 versions
8310 *) supports_anon_versioning=yes ;;
8311 esac
8312
8313 # See if GNU ld supports shared libraries.
8314 case $host_os in
d2a9664c 8315 aix[3-9]*)
1cf3d07d
SE
8316 # On AIX/PPC, the GNU linker is very broken
8317 if test "$host_cpu" != ia64; then
8318 ld_shlibs=no
8319 cat <<_LT_EOF 1>&2
8320
43e02a8a 8321*** Warning: the GNU linker, at least up to release 2.19, is reported
1cf3d07d
SE
8322*** to be unable to reliably create shared libraries on AIX.
8323*** Therefore, libtool is disabling shared libraries support. If you
43e02a8a
RW
8324*** really care for shared libraries, you may want to install binutils
8325*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8326*** You will then need to restart the configuration process.
1cf3d07d
SE
8327
8328_LT_EOF
8329 fi
8330 ;;
8331
8332 amigaos*)
397ccf31
PG
8333 case $host_cpu in
8334 powerpc)
8335 # see comment about AmigaOS4 .so support
8336 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8337 archive_expsym_cmds=''
8338 ;;
8339 m68k)
8340 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)'
8341 hardcode_libdir_flag_spec='-L$libdir'
8342 hardcode_minus_L=yes
8343 ;;
8344 esac
1cf3d07d
SE
8345 ;;
8346
8347 beos*)
8348 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8349 allow_undefined_flag=unsupported
8350 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8351 # support --undefined. This deserves some investigation. FIXME
8352 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8353 else
8354 ld_shlibs=no
8355 fi
8356 ;;
8357
397ccf31 8358 cygwin* | mingw* | pw32* | cegcc*)
1cf3d07d
SE
8359 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8360 # as there is no search path for DLLs.
8361 hardcode_libdir_flag_spec='-L$libdir'
43e02a8a 8362 export_dynamic_flag_spec='${wl}--export-all-symbols'
1cf3d07d
SE
8363 allow_undefined_flag=unsupported
8364 always_export_symbols=no
8365 enable_shared_with_static_runtimes=yes
8366 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8367
8368 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8369 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8370 # If the export-symbols file already is a .def file (1st line
8371 # is EXPORTS), use it as is; otherwise, prepend...
8372 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8373 cp $export_symbols $output_objdir/$soname.def;
8374 else
8375 echo EXPORTS > $output_objdir/$soname.def;
8376 cat $export_symbols >> $output_objdir/$soname.def;
8377 fi~
8378 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8379 else
8380 ld_shlibs=no
8381 fi
8382 ;;
8383
43e02a8a
RW
8384 haiku*)
8385 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8386 link_all_deplibs=yes
8387 ;;
8388
1cf3d07d
SE
8389 interix[3-9]*)
8390 hardcode_direct=no
8391 hardcode_shlibpath_var=no
8392 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8393 export_dynamic_flag_spec='${wl}-E'
8394 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8395 # Instead, shared libraries are loaded at an image base (0x10000000 by
8396 # default) and relocated if they conflict, which is a slow very memory
8397 # consuming and fragmenting process. To avoid this, we pick a random,
8398 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8399 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8400 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8401 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'
8402 ;;
8403
7a9d3fe8 8404 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
1cf3d07d
SE
8405 tmp_diet=no
8406 if test "$host_os" = linux-dietlibc; then
8407 case $cc_basename in
8408 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8409 esac
8410 fi
8411 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8412 && test "$tmp_diet" = no
8413 then
8414 tmp_addflag=
397ccf31 8415 tmp_sharedflag='-shared'
1cf3d07d
SE
8416 case $cc_basename,$host_cpu in
8417 pgcc*) # Portland Group C compiler
43e02a8a 8418 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
8419 tmp_addflag=' $pic_flag'
8420 ;;
43e02a8a
RW
8421 pgf77* | pgf90* | pgf95* | pgfortran*)
8422 # Portland Group f77 and f90 compilers
8423 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
8424 tmp_addflag=' $pic_flag -Mnomain' ;;
8425 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8426 tmp_addflag=' -i_dynamic' ;;
8427 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8428 tmp_addflag=' -i_dynamic -nofor_main' ;;
8429 ifc* | ifort*) # Intel Fortran compiler
8430 tmp_addflag=' -nofor_main' ;;
397ccf31
PG
8431 lf95*) # Lahey Fortran 8.1
8432 whole_archive_flag_spec=
8433 tmp_sharedflag='--shared' ;;
43e02a8a 8434 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
397ccf31
PG
8435 tmp_sharedflag='-qmkshrobj'
8436 tmp_addflag= ;;
43e02a8a
RW
8437 nvcc*) # Cuda Compiler Driver 2.2
8438 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'
8439 compiler_needs_object=yes
8440 ;;
1cf3d07d
SE
8441 esac
8442 case `$CC -V 2>&1 | sed 5q` in
8443 *Sun\ C*) # Sun C 5.9
43e02a8a 8444 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
8445 compiler_needs_object=yes
8446 tmp_sharedflag='-G' ;;
8447 *Sun\ F*) # Sun Fortran 8.3
8448 tmp_sharedflag='-G' ;;
1cf3d07d
SE
8449 esac
8450 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8451
8452 if test "x$supports_anon_versioning" = xyes; then
8453 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8454 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8455 echo "local: *; };" >> $output_objdir/$libname.ver~
8456 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8457 fi
397ccf31
PG
8458
8459 case $cc_basename in
43e02a8a 8460 xlf* | bgf* | bgxlf* | mpixlf*)
397ccf31
PG
8461 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8462 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8463 hardcode_libdir_flag_spec=
8464 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8465 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8466 if test "x$supports_anon_versioning" = xyes; then
8467 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8468 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8469 echo "local: *; };" >> $output_objdir/$libname.ver~
8470 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8471 fi
8472 ;;
8473 esac
1cf3d07d
SE
8474 else
8475 ld_shlibs=no
8476 fi
8477 ;;
8478
8479 netbsd*)
8480 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8481 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8482 wlarc=
8483 else
8484 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8485 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8486 fi
8487 ;;
8488
8489 solaris*)
8490 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8491 ld_shlibs=no
8492 cat <<_LT_EOF 1>&2
8493
8494*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8495*** create shared libraries on Solaris systems. Therefore, libtool
8496*** is disabling shared libraries support. We urge you to upgrade GNU
8497*** binutils to release 2.9.1 or newer. Another option is to modify
8498*** your PATH or compiler configuration so that the native linker is
8499*** used, and then restart.
8500
8501_LT_EOF
8502 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8503 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8504 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8505 else
8506 ld_shlibs=no
8507 fi
8508 ;;
8509
8510 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8511 case `$LD -v 2>&1` in
8512 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8513 ld_shlibs=no
8514 cat <<_LT_EOF 1>&2
8515
8516*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8517*** reliably create shared libraries on SCO systems. Therefore, libtool
8518*** is disabling shared libraries support. We urge you to upgrade GNU
8519*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8520*** your PATH or compiler configuration so that the native linker is
8521*** used, and then restart.
8522
8523_LT_EOF
8524 ;;
8525 *)
8526 # For security reasons, it is highly recommended that you always
8527 # use absolute paths for naming shared libraries, and exclude the
8528 # DT_RUNPATH tag from executables and libraries. But doing so
8529 # requires that you compile everything twice, which is a pain.
8530 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8531 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8532 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8533 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8534 else
8535 ld_shlibs=no
8536 fi
8537 ;;
8538 esac
8539 ;;
8540
8541 sunos4*)
8542 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8543 wlarc=
8544 hardcode_direct=yes
8545 hardcode_shlibpath_var=no
8546 ;;
8547
8548 *)
8549 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8550 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8551 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8552 else
8553 ld_shlibs=no
8554 fi
8555 ;;
8556 esac
8557
8558 if test "$ld_shlibs" = no; then
8559 runpath_var=
8560 hardcode_libdir_flag_spec=
8561 export_dynamic_flag_spec=
8562 whole_archive_flag_spec=
8563 fi
8564 else
8565 # PORTME fill in a description of your system's linker (not GNU ld)
8566 case $host_os in
8567 aix3*)
8568 allow_undefined_flag=unsupported
8569 always_export_symbols=yes
8570 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'
8571 # Note: this linker hardcodes the directories in LIBPATH if there
8572 # are no directories specified by -L.
8573 hardcode_minus_L=yes
8574 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8575 # Neither direct hardcoding nor static linking is supported with a
8576 # broken collect2.
8577 hardcode_direct=unsupported
8578 fi
8579 ;;
8580
d2a9664c 8581 aix[4-9]*)
1cf3d07d
SE
8582 if test "$host_cpu" = ia64; then
8583 # On IA64, the linker does run time linking by default, so we don't
8584 # have to do anything special.
8585 aix_use_runtimelinking=no
8586 exp_sym_flag='-Bexport'
8587 no_entry_flag=""
8588 else
8589 # If we're using GNU nm, then we don't want the "-C" option.
8590 # -C means demangle to AIX nm, but means don't demangle with GNU nm
43e02a8a
RW
8591 # Also, AIX nm treats weak defined symbols like other global
8592 # defined symbols, whereas GNU nm marks them as "W".
1cf3d07d 8593 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
43e02a8a 8594 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
SE
8595 else
8596 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8597 fi
8598 aix_use_runtimelinking=no
8599
8600 # Test if we are trying to use run time linking or normal
8601 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8602 # need to do runtime linking.
d2a9664c 8603 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
1cf3d07d
SE
8604 for ld_flag in $LDFLAGS; do
8605 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8606 aix_use_runtimelinking=yes
8607 break
8608 fi
8609 done
8610 ;;
8611 esac
8612
8613 exp_sym_flag='-bexport'
8614 no_entry_flag='-bnoentry'
8615 fi
8616
8617 # When large executables or shared objects are built, AIX ld can
8618 # have problems creating the table of contents. If linking a library
8619 # or program results in "error TOC overflow" add -mminimal-toc to
8620 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8621 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8622
8623 archive_cmds=''
8624 hardcode_direct=yes
8625 hardcode_direct_absolute=yes
8626 hardcode_libdir_separator=':'
8627 link_all_deplibs=yes
8628 file_list_spec='${wl}-f,'
8629
8630 if test "$GCC" = yes; then
8631 case $host_os in aix4.[012]|aix4.[012].*)
8632 # We only want to do this on AIX 4.2 and lower, the check
8633 # below for broken collect2 doesn't work under 4.3+
8634 collect2name=`${CC} -print-prog-name=collect2`
8635 if test -f "$collect2name" &&
8636 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8637 then
8638 # We have reworked collect2
8639 :
8640 else
8641 # We have old collect2
8642 hardcode_direct=unsupported
8643 # It fails to find uninstalled libraries when the uninstalled
8644 # path is not listed in the libpath. Setting hardcode_minus_L
8645 # to unsupported forces relinking
8646 hardcode_minus_L=yes
8647 hardcode_libdir_flag_spec='-L$libdir'
8648 hardcode_libdir_separator=
8649 fi
8650 ;;
8651 esac
8652 shared_flag='-shared'
8653 if test "$aix_use_runtimelinking" = yes; then
8654 shared_flag="$shared_flag "'${wl}-G'
8655 fi
8656 else
8657 # not using gcc
8658 if test "$host_cpu" = ia64; then
8659 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8660 # chokes on -Wl,-G. The following line is correct:
8661 shared_flag='-G'
8662 else
8663 if test "$aix_use_runtimelinking" = yes; then
8664 shared_flag='${wl}-G'
8665 else
8666 shared_flag='${wl}-bM:SRE'
8667 fi
8668 fi
8669 fi
8670
397ccf31 8671 export_dynamic_flag_spec='${wl}-bexpall'
1cf3d07d
SE
8672 # It seems that -bexpall does not export symbols beginning with
8673 # underscore (_), so it is better to generate a list of symbols to export.
8674 always_export_symbols=yes
8675 if test "$aix_use_runtimelinking" = yes; then
8676 # Warning - without using the other runtime loading flags (-brtl),
8677 # -berok will link without error, but may produce a broken library.
8678 allow_undefined_flag='-berok'
8679 # Determine the default libpath from the value encoded in an
8680 # empty executable.
5213506e 8681 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
8682/* end confdefs.h. */
8683
8684int
8685main ()
8686{
8687
8688 ;
8689 return 0;
8690}
8691_ACEOF
5213506e 8692if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d
SE
8693
8694lt_aix_libpath_sed='
8695 /Import File Strings/,/^$/ {
8696 /^0/ {
8697 s/^0 *\(.*\)$/\1/
8698 p
8699 }
8700 }'
8701aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8702# Check for a 64-bit object if we didn't find anything.
8703if test -z "$aix_libpath"; then
8704 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8705fi
1cf3d07d 8706fi
5213506e
RW
8707rm -f core conftest.err conftest.$ac_objext \
8708 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
8709if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8710
8711 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
43e02a8a 8712 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
8713 else
8714 if test "$host_cpu" = ia64; then
8715 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8716 allow_undefined_flag="-z nodefs"
8717 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"
8718 else
8719 # Determine the default libpath from the value encoded in an
8720 # empty executable.
5213506e 8721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
8722/* end confdefs.h. */
8723
8724int
8725main ()
8726{
8727
8728 ;
8729 return 0;
8730}
8731_ACEOF
5213506e 8732if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d
SE
8733
8734lt_aix_libpath_sed='
8735 /Import File Strings/,/^$/ {
8736 /^0/ {
8737 s/^0 *\(.*\)$/\1/
8738 p
8739 }
8740 }'
8741aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8742# Check for a 64-bit object if we didn't find anything.
8743if test -z "$aix_libpath"; then
8744 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8745fi
1cf3d07d 8746fi
5213506e
RW
8747rm -f core conftest.err conftest.$ac_objext \
8748 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
8749if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8750
8751 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8752 # Warning - without using the other run time loading flags,
8753 # -berok will link without error, but may produce a broken library.
8754 no_undefined_flag=' ${wl}-bernotok'
8755 allow_undefined_flag=' ${wl}-berok'
43e02a8a
RW
8756 if test "$with_gnu_ld" = yes; then
8757 # We only use this code for GNU lds that support --whole-archive.
8758 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8759 else
8760 # Exported symbols can be pulled into shared objects from archives
8761 whole_archive_flag_spec='$convenience'
8762 fi
1cf3d07d
SE
8763 archive_cmds_need_lc=yes
8764 # This is similar to how AIX traditionally builds its shared libraries.
8765 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'
8766 fi
8767 fi
8768 ;;
8769
8770 amigaos*)
397ccf31
PG
8771 case $host_cpu in
8772 powerpc)
8773 # see comment about AmigaOS4 .so support
8774 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8775 archive_expsym_cmds=''
8776 ;;
8777 m68k)
8778 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)'
8779 hardcode_libdir_flag_spec='-L$libdir'
8780 hardcode_minus_L=yes
8781 ;;
8782 esac
1cf3d07d
SE
8783 ;;
8784
8785 bsdi[45]*)
8786 export_dynamic_flag_spec=-rdynamic
8787 ;;
8788
397ccf31 8789 cygwin* | mingw* | pw32* | cegcc*)
1cf3d07d
SE
8790 # When not using gcc, we currently assume that we are using
8791 # Microsoft Visual C++.
8792 # hardcode_libdir_flag_spec is actually meaningless, as there is
8793 # no search path for DLLs.
8794 hardcode_libdir_flag_spec=' '
8795 allow_undefined_flag=unsupported
8796 # Tell ltmain to make .lib files, not .a files.
8797 libext=lib
8798 # Tell ltmain to make .dll files, not .so files.
8799 shrext_cmds=".dll"
8800 # FIXME: Setting linknames here is a bad hack.
43e02a8a 8801 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
1cf3d07d
SE
8802 # The linker will automatically build a .lib file if we build a DLL.
8803 old_archive_from_new_cmds='true'
8804 # FIXME: Should let the user specify the lib program.
8805 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8806 fix_srcfile_path='`cygpath -w "$srcfile"`'
8807 enable_shared_with_static_runtimes=yes
8808 ;;
8809
8810 darwin* | rhapsody*)
1cf3d07d 8811
397ccf31
PG
8812
8813 archive_cmds_need_lc=no
8814 hardcode_direct=no
8815 hardcode_automatic=yes
8816 hardcode_shlibpath_var=unsupported
43e02a8a
RW
8817 if test "$lt_cv_ld_force_load" = "yes"; then
8818 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\"`'
8819 else
8820 whole_archive_flag_spec=''
8821 fi
397ccf31
PG
8822 link_all_deplibs=yes
8823 allow_undefined_flag="$_lt_dar_allow_undefined"
8824 case $cc_basename in
8825 ifort*) _lt_dar_can_shared=yes ;;
8826 *) _lt_dar_can_shared=$GCC ;;
8827 esac
8828 if test "$_lt_dar_can_shared" = "yes"; then
43e02a8a 8829 output_verbose_link_cmd=func_echo_all
397ccf31
PG
8830 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8831 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8832 archive_expsym_cmds="sed 's,^,_,' < \$export_symbols > \$output_objdir/\${libname}-symbols.expsym~\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring ${_lt_dar_single_mod}${_lt_dar_export_syms}${_lt_dsymutil}"
8833 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}"
8834
8835 else
8836 ld_shlibs=no
8837 fi
8838
1cf3d07d
SE
8839 ;;
8840
8841 dgux*)
8842 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8843 hardcode_libdir_flag_spec='-L$libdir'
8844 hardcode_shlibpath_var=no
8845 ;;
8846
1cf3d07d
SE
8847 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8848 # support. Future versions do this automatically, but an explicit c++rt0.o
8849 # does not break anything, and helps significantly (at the cost of a little
8850 # extra space).
8851 freebsd2.2*)
8852 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8853 hardcode_libdir_flag_spec='-R$libdir'
8854 hardcode_direct=yes
8855 hardcode_shlibpath_var=no
8856 ;;
8857
8858 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
c6084f68 8859 freebsd2.*)
1cf3d07d
SE
8860 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8861 hardcode_direct=yes
8862 hardcode_minus_L=yes
8863 hardcode_shlibpath_var=no
8864 ;;
8865
8866 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8867 freebsd* | dragonfly*)
8868 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8869 hardcode_libdir_flag_spec='-R$libdir'
8870 hardcode_direct=yes
8871 hardcode_shlibpath_var=no
8872 ;;
8873
8874 hpux9*)
8875 if test "$GCC" = yes; then
8876 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'
8877 else
8878 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'
8879 fi
8880 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8881 hardcode_libdir_separator=:
8882 hardcode_direct=yes
8883
8884 # hardcode_minus_L: Not really in the search PATH,
8885 # but as the default location of the library.
8886 hardcode_minus_L=yes
8887 export_dynamic_flag_spec='${wl}-E'
8888 ;;
8889
8890 hpux10*)
43e02a8a 8891 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
1cf3d07d
SE
8892 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8893 else
8894 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8895 fi
8896 if test "$with_gnu_ld" = no; then
8897 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8898 hardcode_libdir_flag_spec_ld='+b $libdir'
8899 hardcode_libdir_separator=:
8900 hardcode_direct=yes
8901 hardcode_direct_absolute=yes
8902 export_dynamic_flag_spec='${wl}-E'
8903 # hardcode_minus_L: Not really in the search PATH,
8904 # but as the default location of the library.
8905 hardcode_minus_L=yes
8906 fi
8907 ;;
8908
8909 hpux11*)
43e02a8a 8910 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
1cf3d07d
SE
8911 case $host_cpu in
8912 hppa*64*)
8913 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8914 ;;
8915 ia64*)
397ccf31 8916 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
1cf3d07d
SE
8917 ;;
8918 *)
8919 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8920 ;;
8921 esac
8922 else
8923 case $host_cpu in
8924 hppa*64*)
8925 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8926 ;;
8927 ia64*)
8928 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8929 ;;
8930 *)
43e02a8a
RW
8931
8932 # Older versions of the 11.00 compiler do not understand -b yet
8933 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8934 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8935$as_echo_n "checking if $CC understands -b... " >&6; }
8936if test "${lt_cv_prog_compiler__b+set}" = set; then :
8937 $as_echo_n "(cached) " >&6
8938else
8939 lt_cv_prog_compiler__b=no
8940 save_LDFLAGS="$LDFLAGS"
8941 LDFLAGS="$LDFLAGS -b"
8942 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8943 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8944 # The linker can only warn and ignore the option if not recognized
8945 # So say no if there are warnings
8946 if test -s conftest.err; then
8947 # Append any errors to the config.log.
8948 cat conftest.err 1>&5
8949 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8950 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8951 if diff conftest.exp conftest.er2 >/dev/null; then
8952 lt_cv_prog_compiler__b=yes
8953 fi
8954 else
8955 lt_cv_prog_compiler__b=yes
8956 fi
8957 fi
8958 $RM -r conftest*
8959 LDFLAGS="$save_LDFLAGS"
8960
8961fi
8962{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8963$as_echo "$lt_cv_prog_compiler__b" >&6; }
8964
8965if test x"$lt_cv_prog_compiler__b" = xyes; then
8966 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8967else
8968 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8969fi
8970
1cf3d07d
SE
8971 ;;
8972 esac
8973 fi
8974 if test "$with_gnu_ld" = no; then
8975 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8976 hardcode_libdir_separator=:
8977
8978 case $host_cpu in
8979 hppa*64*|ia64*)
8980 hardcode_direct=no
8981 hardcode_shlibpath_var=no
8982 ;;
8983 *)
8984 hardcode_direct=yes
8985 hardcode_direct_absolute=yes
8986 export_dynamic_flag_spec='${wl}-E'
8987
8988 # hardcode_minus_L: Not really in the search PATH,
8989 # but as the default location of the library.
8990 hardcode_minus_L=yes
8991 ;;
8992 esac
8993 fi
8994 ;;
8995
8996 irix5* | irix6* | nonstopux*)
8997 if test "$GCC" = yes; then
43e02a8a 8998 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
8999 # Try to use the -exported_symbol ld option, if it does not
9000 # work, assume that -exports_file does not work either and
9001 # implicitly export all symbols.
9002 save_LDFLAGS="$LDFLAGS"
9003 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
5213506e
RW
9004 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9005/* end confdefs.h. */
1cf3d07d
SE
9006int foo(void) {}
9007_ACEOF
5213506e 9008if ac_fn_c_try_link "$LINENO"; then :
43e02a8a 9009 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 9010
1cf3d07d 9011fi
5213506e
RW
9012rm -f core conftest.err conftest.$ac_objext \
9013 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
9014 LDFLAGS="$save_LDFLAGS"
9015 else
43e02a8a
RW
9016 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'
9017 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
9018 fi
9019 archive_cmds_need_lc='no'
9020 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9021 hardcode_libdir_separator=:
9022 inherit_rpath=yes
9023 link_all_deplibs=yes
9024 ;;
9025
9026 netbsd*)
9027 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9028 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9029 else
9030 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9031 fi
9032 hardcode_libdir_flag_spec='-R$libdir'
9033 hardcode_direct=yes
9034 hardcode_shlibpath_var=no
9035 ;;
9036
9037 newsos6)
9038 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9039 hardcode_direct=yes
9040 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9041 hardcode_libdir_separator=:
9042 hardcode_shlibpath_var=no
9043 ;;
9044
9045 *nto* | *qnx*)
9046 ;;
9047
9048 openbsd*)
397ccf31
PG
9049 if test -f /usr/libexec/ld.so; then
9050 hardcode_direct=yes
9051 hardcode_shlibpath_var=no
9052 hardcode_direct_absolute=yes
9053 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
1cf3d07d 9054 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
397ccf31 9055 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
1cf3d07d 9056 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
397ccf31
PG
9057 export_dynamic_flag_spec='${wl}-E'
9058 else
9059 case $host_os in
9060 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9061 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9062 hardcode_libdir_flag_spec='-R$libdir'
9063 ;;
9064 *)
9065 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9066 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9067 ;;
9068 esac
9069 fi
9070 else
9071 ld_shlibs=no
1cf3d07d
SE
9072 fi
9073 ;;
9074
9075 os2*)
9076 hardcode_libdir_flag_spec='-L$libdir'
9077 hardcode_minus_L=yes
9078 allow_undefined_flag=unsupported
43e02a8a 9079 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
9080 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9081 ;;
9082
9083 osf3*)
9084 if test "$GCC" = yes; then
9085 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
43e02a8a 9086 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
9087 else
9088 allow_undefined_flag=' -expect_unresolved \*'
43e02a8a 9089 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
9090 fi
9091 archive_cmds_need_lc='no'
9092 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9093 hardcode_libdir_separator=:
9094 ;;
9095
9096 osf4* | osf5*) # as osf3* with the addition of -msym flag
9097 if test "$GCC" = yes; then
9098 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
43e02a8a 9099 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
9100 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9101 else
9102 allow_undefined_flag=' -expect_unresolved \*'
43e02a8a 9103 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 9104 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 9105 $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
9106
9107 # Both c and cxx compiler support -rpath directly
9108 hardcode_libdir_flag_spec='-rpath $libdir'
9109 fi
9110 archive_cmds_need_lc='no'
9111 hardcode_libdir_separator=:
9112 ;;
9113
9114 solaris*)
9115 no_undefined_flag=' -z defs'
9116 if test "$GCC" = yes; then
9117 wlarc='${wl}'
9118 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9119 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9120 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9121 else
9122 case `$CC -V 2>&1` in
9123 *"Compilers 5.0"*)
9124 wlarc=''
9125 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9126 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9127 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9128 ;;
9129 *)
9130 wlarc='${wl}'
9131 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9132 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9133 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9134 ;;
9135 esac
9136 fi
9137 hardcode_libdir_flag_spec='-R$libdir'
9138 hardcode_shlibpath_var=no
9139 case $host_os in
9140 solaris2.[0-5] | solaris2.[0-5].*) ;;
9141 *)
9142 # The compiler driver will combine and reorder linker options,
9143 # but understands `-z linker_flag'. GCC discards it without `$wl',
9144 # but is careful enough not to reorder.
9145 # Supported since Solaris 2.6 (maybe 2.5.1?)
9146 if test "$GCC" = yes; then
9147 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9148 else
9149 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9150 fi
9151 ;;
9152 esac
9153 link_all_deplibs=yes
9154 ;;
9155
9156 sunos4*)
9157 if test "x$host_vendor" = xsequent; then
9158 # Use $CC to link under sequent, because it throws in some extra .o
9159 # files that make .init and .fini sections work.
9160 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9161 else
9162 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9163 fi
9164 hardcode_libdir_flag_spec='-L$libdir'
9165 hardcode_direct=yes
9166 hardcode_minus_L=yes
9167 hardcode_shlibpath_var=no
9168 ;;
9169
9170 sysv4)
9171 case $host_vendor in
9172 sni)
9173 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9174 hardcode_direct=yes # is this really true???
9175 ;;
9176 siemens)
9177 ## LD is ld it makes a PLAMLIB
9178 ## CC just makes a GrossModule.
9179 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9180 reload_cmds='$CC -r -o $output$reload_objs'
9181 hardcode_direct=no
9182 ;;
9183 motorola)
9184 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9185 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9186 ;;
9187 esac
9188 runpath_var='LD_RUN_PATH'
9189 hardcode_shlibpath_var=no
9190 ;;
9191
9192 sysv4.3*)
9193 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9194 hardcode_shlibpath_var=no
9195 export_dynamic_flag_spec='-Bexport'
9196 ;;
9197
9198 sysv4*MP*)
9199 if test -d /usr/nec; then
9200 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9201 hardcode_shlibpath_var=no
9202 runpath_var=LD_RUN_PATH
9203 hardcode_runpath_var=yes
9204 ld_shlibs=yes
9205 fi
9206 ;;
9207
9208 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9209 no_undefined_flag='${wl}-z,text'
9210 archive_cmds_need_lc=no
9211 hardcode_shlibpath_var=no
9212 runpath_var='LD_RUN_PATH'
9213
9214 if test "$GCC" = yes; then
9215 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9216 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9217 else
9218 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9219 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9220 fi
9221 ;;
9222
9223 sysv5* | sco3.2v5* | sco5v6*)
9224 # Note: We can NOT use -z defs as we might desire, because we do not
9225 # link with -lc, and that would cause any symbols used from libc to
9226 # always be unresolved, which means just about no library would
9227 # ever link correctly. If we're not using GNU ld we use -z text
9228 # though, which does catch some bad symbols but isn't as heavy-handed
9229 # as -z defs.
9230 no_undefined_flag='${wl}-z,text'
9231 allow_undefined_flag='${wl}-z,nodefs'
9232 archive_cmds_need_lc=no
9233 hardcode_shlibpath_var=no
9234 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9235 hardcode_libdir_separator=':'
9236 link_all_deplibs=yes
9237 export_dynamic_flag_spec='${wl}-Bexport'
9238 runpath_var='LD_RUN_PATH'
9239
9240 if test "$GCC" = yes; then
9241 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9242 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9243 else
9244 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9245 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9246 fi
9247 ;;
9248
9249 uts4*)
9250 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9251 hardcode_libdir_flag_spec='-L$libdir'
9252 hardcode_shlibpath_var=no
9253 ;;
9254
9255 *)
9256 ld_shlibs=no
9257 ;;
9258 esac
9259
9260 if test x$host_vendor = xsni; then
9261 case $host in
9262 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9263 export_dynamic_flag_spec='${wl}-Blargedynsym'
9264 ;;
9265 esac
9266 fi
9267 fi
9268
5213506e
RW
9269{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9270$as_echo "$ld_shlibs" >&6; }
1cf3d07d
SE
9271test "$ld_shlibs" = no && can_build_shared=no
9272
9273with_gnu_ld=$with_gnu_ld
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289#
9290# Do we need to explicitly link libc?
9291#
9292case "x$archive_cmds_need_lc" in
9293x|xyes)
9294 # Assume -lc should be added
9295 archive_cmds_need_lc=yes
9296
9297 if test "$enable_shared" = yes && test "$GCC" = yes; then
9298 case $archive_cmds in
9299 *'~'*)
9300 # FIXME: we may have to deal with multi-command sequences.
9301 ;;
9302 '$CC '*)
9303 # Test whether the compiler implicitly links with -lc since on some
9304 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9305 # to ld, don't add -lc before -lgcc.
5213506e
RW
9306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9307$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9308if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9309 $as_echo_n "(cached) " >&6
baafc534
RW
9310else
9311 $RM conftest*
9312 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
1cf3d07d 9313
5213506e 9314 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
1cf3d07d
SE
9315 (eval $ac_compile) 2>&5
9316 ac_status=$?
5213506e
RW
9317 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9318 test $ac_status = 0; } 2>conftest.err; then
baafc534
RW
9319 soname=conftest
9320 lib=conftest
9321 libobjs=conftest.$ac_objext
9322 deplibs=
9323 wl=$lt_prog_compiler_wl
9324 pic_flag=$lt_prog_compiler_pic
9325 compiler_flags=-v
9326 linker_flags=-v
9327 verstring=
9328 output_objdir=.
9329 libname=conftest
9330 lt_save_allow_undefined_flag=$allow_undefined_flag
9331 allow_undefined_flag=
5213506e 9332 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
1cf3d07d
SE
9333 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9334 ac_status=$?
5213506e
RW
9335 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9336 test $ac_status = 0; }
baafc534
RW
9337 then
9338 lt_cv_archive_cmds_need_lc=no
9339 else
9340 lt_cv_archive_cmds_need_lc=yes
9341 fi
9342 allow_undefined_flag=$lt_save_allow_undefined_flag
9343 else
9344 cat conftest.err 1>&5
9345 fi
9346 $RM conftest*
9347
9348fi
5213506e
RW
9349{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9350$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
baafc534 9351 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
1cf3d07d
SE
9352 ;;
9353 esac
9354 fi
9355 ;;
9356esac
9357
9358
9359
9360
9361
9362
9363
9364
9365
9366
9367
9368
9369
9370
9371
9372
9373
9374
9375
9376
9377
9378
9379
9380
9381
9382
9383
9384
9385
9386
9387
9388
9389
9390
9391
9392
9393
9394
9395
9396
9397
9398
9399
9400
9401
9402
9403
9404
9405
9406
9407
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
9431
9432
9433
9434
9435
9436
9437
9438
9439
9440
9441
9442
9443
9444
9445
9446
9447
9448
9449
9450
9451
9452
9453
9454
9455
9456
9457
9458
9459
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
5213506e
RW
9514 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9515$as_echo_n "checking dynamic linker characteristics... " >&6; }
397ccf31
PG
9516
9517if test "$GCC" = yes; then
1cf3d07d
SE
9518 case $host_os in
9519 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9520 *) lt_awk_arg="/^libraries:/" ;;
9521 esac
43e02a8a
RW
9522 case $host_os in
9523 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9524 *) lt_sed_strip_eq="s,=/,/,g" ;;
9525 esac
9526 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9527 case $lt_search_path_spec in
9528 *\;*)
1cf3d07d
SE
9529 # if the path contains ";" then we assume it to be the separator
9530 # otherwise default to the standard path separator (i.e. ":") - it is
9531 # assumed that no part of a normal pathname contains ";" but that should
9532 # okay in the real world where ";" in dirpaths is itself problematic.
43e02a8a
RW
9533 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9534 ;;
9535 *)
9536 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9537 ;;
9538 esac
1cf3d07d
SE
9539 # Ok, now we have the path, separated by spaces, we can step through it
9540 # and add multilib dir if necessary.
9541 lt_tmp_lt_search_path_spec=
9542 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9543 for lt_sys_path in $lt_search_path_spec; do
9544 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9545 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9546 else
9547 test -d "$lt_sys_path" && \
9548 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9549 fi
9550 done
43e02a8a 9551 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
1cf3d07d
SE
9552BEGIN {RS=" "; FS="/|\n";} {
9553 lt_foo="";
9554 lt_count=0;
9555 for (lt_i = NF; lt_i > 0; lt_i--) {
9556 if ($lt_i != "" && $lt_i != ".") {
9557 if ($lt_i == "..") {
9558 lt_count++;
9559 } else {
9560 if (lt_count == 0) {
9561 lt_foo="/" $lt_i lt_foo;
9562 } else {
9563 lt_count--;
9564 }
9565 }
9566 }
9567 }
9568 if (lt_foo != "") { lt_freq[lt_foo]++; }
9569 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9570}'`
43e02a8a
RW
9571 # AWK program above erroneously prepends '/' to C:/dos/paths
9572 # for these hosts.
9573 case $host_os in
9574 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9575 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9576 esac
9577 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
1cf3d07d
SE
9578else
9579 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9580fi
9581library_names_spec=
9582libname_spec='lib$name'
9583soname_spec=
9584shrext_cmds=".so"
9585postinstall_cmds=
9586postuninstall_cmds=
9587finish_cmds=
9588finish_eval=
9589shlibpath_var=
9590shlibpath_overrides_runpath=unknown
9591version_type=none
9592dynamic_linker="$host_os ld.so"
9593sys_lib_dlsearch_path_spec="/lib /usr/lib"
9594need_lib_prefix=unknown
9595hardcode_into_libs=no
9596
9597# when you set need_version to no, make sure it does not cause -set_version
9598# flags to be left without arguments
9599need_version=unknown
9600
9601case $host_os in
9602aix3*)
9603 version_type=linux
9604 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9605 shlibpath_var=LIBPATH
9606
9607 # AIX 3 has no versioning support, so we append a major version to the name.
9608 soname_spec='${libname}${release}${shared_ext}$major'
9609 ;;
9610
d2a9664c 9611aix[4-9]*)
1cf3d07d
SE
9612 version_type=linux
9613 need_lib_prefix=no
9614 need_version=no
9615 hardcode_into_libs=yes
9616 if test "$host_cpu" = ia64; then
9617 # AIX 5 supports IA64
9618 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9619 shlibpath_var=LD_LIBRARY_PATH
9620 else
9621 # With GCC up to 2.95.x, collect2 would create an import file
9622 # for dependence libraries. The import file would start with
9623 # the line `#! .'. This would cause the generated library to
9624 # depend on `.', always an invalid library. This was fixed in
9625 # development snapshots of GCC prior to 3.0.
9626 case $host_os in
9627 aix4 | aix4.[01] | aix4.[01].*)
9628 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9629 echo ' yes '
9630 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9631 :
9632 else
9633 can_build_shared=no
9634 fi
9635 ;;
9636 esac
9637 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9638 # soname into executable. Probably we can add versioning support to
9639 # collect2, so additional links can be useful in future.
9640 if test "$aix_use_runtimelinking" = yes; then
9641 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9642 # instead of lib<name>.a to let people know that these are not
9643 # typical AIX shared libraries.
9644 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9645 else
9646 # We preserve .a as extension for shared libraries through AIX4.2
9647 # and later when we are not doing run time linking.
9648 library_names_spec='${libname}${release}.a $libname.a'
9649 soname_spec='${libname}${release}${shared_ext}$major'
9650 fi
9651 shlibpath_var=LIBPATH
9652 fi
9653 ;;
9654
9655amigaos*)
397ccf31
PG
9656 case $host_cpu in
9657 powerpc)
9658 # Since July 2007 AmigaOS4 officially supports .so libraries.
9659 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9660 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9661 ;;
9662 m68k)
1cf3d07d
SE
9663 library_names_spec='$libname.ixlibrary $libname.a'
9664 # Create ${libname}_ixlibrary.a entries in /sys/libs.
43e02a8a 9665 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'
397ccf31
PG
9666 ;;
9667 esac
1cf3d07d
SE
9668 ;;
9669
9670beos*)
9671 library_names_spec='${libname}${shared_ext}'
9672 dynamic_linker="$host_os ld.so"
9673 shlibpath_var=LIBRARY_PATH
9674 ;;
9675
9676bsdi[45]*)
9677 version_type=linux
9678 need_version=no
9679 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9680 soname_spec='${libname}${release}${shared_ext}$major'
9681 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9682 shlibpath_var=LD_LIBRARY_PATH
9683 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9684 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9685 # the default ld.so.conf also contains /usr/contrib/lib and
9686 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9687 # libtool to hard-code these into programs
9688 ;;
9689
397ccf31 9690cygwin* | mingw* | pw32* | cegcc*)
1cf3d07d
SE
9691 version_type=windows
9692 shrext_cmds=".dll"
9693 need_version=no
9694 need_lib_prefix=no
9695
397ccf31
PG
9696 case $GCC,$host_os in
9697 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
1cf3d07d
SE
9698 library_names_spec='$libname.dll.a'
9699 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9700 postinstall_cmds='base_file=`basename \${file}`~
9701 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9702 dldir=$destdir/`dirname \$dlpath`~
9703 test -d \$dldir || mkdir -p \$dldir~
9704 $install_prog $dir/$dlname \$dldir/$dlname~
9705 chmod a+x \$dldir/$dlname~
9706 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9707 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9708 fi'
9709 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9710 dlpath=$dir/\$dldll~
9711 $RM \$dlpath'
9712 shlibpath_overrides_runpath=yes
9713
9714 case $host_os in
9715 cygwin*)
9716 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9717 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
43e02a8a
RW
9718
9719 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
1cf3d07d 9720 ;;
397ccf31 9721 mingw* | cegcc*)
1cf3d07d
SE
9722 # MinGW DLLs use traditional 'lib' prefix
9723 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
1cf3d07d
SE
9724 ;;
9725 pw32*)
9726 # pw32 DLLs use 'pw' prefix rather than 'lib'
9727 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9728 ;;
9729 esac
9730 ;;
9731
9732 *)
9733 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9734 ;;
9735 esac
9736 dynamic_linker='Win32 ld.exe'
9737 # FIXME: first we should search . and the directory the executable is in
9738 shlibpath_var=PATH
9739 ;;
9740
9741darwin* | rhapsody*)
9742 dynamic_linker="$host_os dyld"
9743 version_type=darwin
9744 need_lib_prefix=no
9745 need_version=no
9746 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9747 soname_spec='${libname}${release}${major}$shared_ext'
9748 shlibpath_overrides_runpath=yes
9749 shlibpath_var=DYLD_LIBRARY_PATH
9750 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9751
9752 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9753 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9754 ;;
9755
9756dgux*)
9757 version_type=linux
9758 need_lib_prefix=no
9759 need_version=no
9760 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9761 soname_spec='${libname}${release}${shared_ext}$major'
9762 shlibpath_var=LD_LIBRARY_PATH
9763 ;;
9764
1cf3d07d
SE
9765freebsd* | dragonfly*)
9766 # DragonFly does not have aout. When/if they implement a new
9767 # versioning mechanism, adjust this.
9768 if test -x /usr/bin/objformat; then
9769 objformat=`/usr/bin/objformat`
9770 else
9771 case $host_os in
c6084f68 9772 freebsd[23].*) objformat=aout ;;
1cf3d07d
SE
9773 *) objformat=elf ;;
9774 esac
9775 fi
9776 version_type=freebsd-$objformat
9777 case $version_type in
9778 freebsd-elf*)
9779 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9780 need_version=no
9781 need_lib_prefix=no
9782 ;;
9783 freebsd-*)
9784 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9785 need_version=yes
9786 ;;
9787 esac
9788 shlibpath_var=LD_LIBRARY_PATH
9789 case $host_os in
c6084f68 9790 freebsd2.*)
1cf3d07d
SE
9791 shlibpath_overrides_runpath=yes
9792 ;;
9793 freebsd3.[01]* | freebsdelf3.[01]*)
9794 shlibpath_overrides_runpath=yes
9795 hardcode_into_libs=yes
9796 ;;
9797 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9798 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9799 shlibpath_overrides_runpath=no
9800 hardcode_into_libs=yes
9801 ;;
9802 *) # from 4.6 on, and DragonFly
9803 shlibpath_overrides_runpath=yes
9804 hardcode_into_libs=yes
9805 ;;
9806 esac
9807 ;;
9808
9809gnu*)
9810 version_type=linux
9811 need_lib_prefix=no
9812 need_version=no
9813 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9814 soname_spec='${libname}${release}${shared_ext}$major'
9815 shlibpath_var=LD_LIBRARY_PATH
9816 hardcode_into_libs=yes
9817 ;;
9818
43e02a8a
RW
9819haiku*)
9820 version_type=linux
9821 need_lib_prefix=no
9822 need_version=no
9823 dynamic_linker="$host_os runtime_loader"
9824 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9825 soname_spec='${libname}${release}${shared_ext}$major'
9826 shlibpath_var=LIBRARY_PATH
9827 shlibpath_overrides_runpath=yes
9828 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9829 hardcode_into_libs=yes
9830 ;;
9831
1cf3d07d
SE
9832hpux9* | hpux10* | hpux11*)
9833 # Give a soname corresponding to the major version so that dld.sl refuses to
9834 # link against other versions.
9835 version_type=sunos
9836 need_lib_prefix=no
9837 need_version=no
9838 case $host_cpu in
9839 ia64*)
9840 shrext_cmds='.so'
9841 hardcode_into_libs=yes
9842 dynamic_linker="$host_os dld.so"
9843 shlibpath_var=LD_LIBRARY_PATH
9844 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9845 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9846 soname_spec='${libname}${release}${shared_ext}$major'
9847 if test "X$HPUX_IA64_MODE" = X32; then
9848 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9849 else
9850 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9851 fi
9852 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9853 ;;
9854 hppa*64*)
9855 shrext_cmds='.sl'
9856 hardcode_into_libs=yes
9857 dynamic_linker="$host_os dld.sl"
9858 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9859 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9860 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9861 soname_spec='${libname}${release}${shared_ext}$major'
9862 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9863 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9864 ;;
9865 *)
9866 shrext_cmds='.sl'
9867 dynamic_linker="$host_os dld.sl"
9868 shlibpath_var=SHLIB_PATH
9869 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9870 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9871 soname_spec='${libname}${release}${shared_ext}$major'
9872 ;;
9873 esac
43e02a8a 9874 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
1cf3d07d 9875 postinstall_cmds='chmod 555 $lib'
43e02a8a
RW
9876 # or fails outright, so override atomically:
9877 install_override_mode=555
1cf3d07d
SE
9878 ;;
9879
9880interix[3-9]*)
9881 version_type=linux
9882 need_lib_prefix=no
9883 need_version=no
9884 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9885 soname_spec='${libname}${release}${shared_ext}$major'
9886 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9887 shlibpath_var=LD_LIBRARY_PATH
9888 shlibpath_overrides_runpath=no
9889 hardcode_into_libs=yes
9890 ;;
9891
9892irix5* | irix6* | nonstopux*)
9893 case $host_os in
9894 nonstopux*) version_type=nonstopux ;;
9895 *)
9896 if test "$lt_cv_prog_gnu_ld" = yes; then
9897 version_type=linux
9898 else
9899 version_type=irix
9900 fi ;;
9901 esac
9902 need_lib_prefix=no
9903 need_version=no
9904 soname_spec='${libname}${release}${shared_ext}$major'
9905 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9906 case $host_os in
9907 irix5* | nonstopux*)
9908 libsuff= shlibsuff=
9909 ;;
9910 *)
9911 case $LD in # libtool.m4 will add one of these switches to LD
9912 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9913 libsuff= shlibsuff= libmagic=32-bit;;
9914 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9915 libsuff=32 shlibsuff=N32 libmagic=N32;;
9916 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9917 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9918 *) libsuff= shlibsuff= libmagic=never-match;;
9919 esac
9920 ;;
9921 esac
9922 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9923 shlibpath_overrides_runpath=no
9924 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9925 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9926 hardcode_into_libs=yes
9927 ;;
9928
9929# No shared lib support for Linux oldld, aout, or coff.
9930linux*oldld* | linux*aout* | linux*coff*)
9931 dynamic_linker=no
9932 ;;
9933
9934# This must be Linux ELF.
7a9d3fe8 9935linux* | k*bsd*-gnu | kopensolaris*-gnu)
1cf3d07d
SE
9936 version_type=linux
9937 need_lib_prefix=no
9938 need_version=no
9939 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9940 soname_spec='${libname}${release}${shared_ext}$major'
9941 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9942 shlibpath_var=LD_LIBRARY_PATH
9943 shlibpath_overrides_runpath=no
baafc534 9944
1cf3d07d 9945 # Some binutils ld are patched to set DT_RUNPATH
5213506e
RW
9946 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9947 $as_echo_n "(cached) " >&6
baafc534
RW
9948else
9949 lt_cv_shlibpath_overrides_runpath=no
9950 save_LDFLAGS=$LDFLAGS
9951 save_libdir=$libdir
9952 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9953 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
5213506e 9954 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
9955/* end confdefs.h. */
9956
9957int
9958main ()
9959{
9960
9961 ;
9962 return 0;
9963}
9964_ACEOF
5213506e
RW
9965if ac_fn_c_try_link "$LINENO"; then :
9966 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
baafc534 9967 lt_cv_shlibpath_overrides_runpath=yes
1cf3d07d 9968fi
1cf3d07d 9969fi
5213506e
RW
9970rm -f core conftest.err conftest.$ac_objext \
9971 conftest$ac_exeext conftest.$ac_ext
baafc534
RW
9972 LDFLAGS=$save_LDFLAGS
9973 libdir=$save_libdir
9974
9975fi
9976
9977 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
1cf3d07d
SE
9978
9979 # This implies no fast_install, which is unacceptable.
9980 # Some rework will be needed to allow for fast_install
9981 # before this can be enabled.
9982 hardcode_into_libs=yes
9983
9984 # Append ld.so.conf contents to the search path
9985 if test -f /etc/ld.so.conf; then
43e02a8a 9986 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
9987 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9988 fi
9989
9990 # We used to test for /lib/ld.so.1 and disable shared libraries on
9991 # powerpc, because MkLinux only supported shared libraries with the
9992 # GNU dynamic linker. Since this was broken with cross compilers,
9993 # most powerpc-linux boxes support dynamic linking these days and
9994 # people can always --disable-shared, the test was removed, and we
9995 # assume the GNU/Linux dynamic linker is in use.
9996 dynamic_linker='GNU/Linux ld.so'
9997 ;;
9998
9999netbsd*)
10000 version_type=sunos
10001 need_lib_prefix=no
10002 need_version=no
10003 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10004 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10005 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10006 dynamic_linker='NetBSD (a.out) ld.so'
10007 else
10008 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10009 soname_spec='${libname}${release}${shared_ext}$major'
10010 dynamic_linker='NetBSD ld.elf_so'
10011 fi
10012 shlibpath_var=LD_LIBRARY_PATH
10013 shlibpath_overrides_runpath=yes
10014 hardcode_into_libs=yes
10015 ;;
10016
10017newsos6)
10018 version_type=linux
10019 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10020 shlibpath_var=LD_LIBRARY_PATH
10021 shlibpath_overrides_runpath=yes
10022 ;;
10023
10024*nto* | *qnx*)
10025 version_type=qnx
10026 need_lib_prefix=no
10027 need_version=no
10028 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10029 soname_spec='${libname}${release}${shared_ext}$major'
10030 shlibpath_var=LD_LIBRARY_PATH
10031 shlibpath_overrides_runpath=no
10032 hardcode_into_libs=yes
10033 dynamic_linker='ldqnx.so'
10034 ;;
10035
10036openbsd*)
10037 version_type=sunos
10038 sys_lib_dlsearch_path_spec="/usr/lib"
10039 need_lib_prefix=no
10040 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10041 case $host_os in
10042 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10043 *) need_version=no ;;
10044 esac
10045 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10046 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10047 shlibpath_var=LD_LIBRARY_PATH
10048 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10049 case $host_os in
10050 openbsd2.[89] | openbsd2.[89].*)
10051 shlibpath_overrides_runpath=no
10052 ;;
10053 *)
10054 shlibpath_overrides_runpath=yes
10055 ;;
10056 esac
10057 else
10058 shlibpath_overrides_runpath=yes
10059 fi
10060 ;;
10061
10062os2*)
10063 libname_spec='$name'
10064 shrext_cmds=".dll"
10065 need_lib_prefix=no
10066 library_names_spec='$libname${shared_ext} $libname.a'
10067 dynamic_linker='OS/2 ld.exe'
10068 shlibpath_var=LIBPATH
10069 ;;
10070
10071osf3* | osf4* | osf5*)
10072 version_type=osf
10073 need_lib_prefix=no
10074 need_version=no
10075 soname_spec='${libname}${release}${shared_ext}$major'
10076 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10077 shlibpath_var=LD_LIBRARY_PATH
10078 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10079 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10080 ;;
10081
10082rdos*)
10083 dynamic_linker=no
10084 ;;
10085
10086solaris*)
10087 version_type=linux
10088 need_lib_prefix=no
10089 need_version=no
10090 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10091 soname_spec='${libname}${release}${shared_ext}$major'
10092 shlibpath_var=LD_LIBRARY_PATH
10093 shlibpath_overrides_runpath=yes
10094 hardcode_into_libs=yes
10095 # ldd complains unless libraries are executable
10096 postinstall_cmds='chmod +x $lib'
10097 ;;
10098
10099sunos4*)
10100 version_type=sunos
10101 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10102 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10103 shlibpath_var=LD_LIBRARY_PATH
10104 shlibpath_overrides_runpath=yes
10105 if test "$with_gnu_ld" = yes; then
10106 need_lib_prefix=no
10107 fi
10108 need_version=yes
10109 ;;
10110
10111sysv4 | sysv4.3*)
10112 version_type=linux
10113 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10114 soname_spec='${libname}${release}${shared_ext}$major'
10115 shlibpath_var=LD_LIBRARY_PATH
10116 case $host_vendor in
10117 sni)
10118 shlibpath_overrides_runpath=no
10119 need_lib_prefix=no
10120 runpath_var=LD_RUN_PATH
10121 ;;
10122 siemens)
10123 need_lib_prefix=no
10124 ;;
10125 motorola)
10126 need_lib_prefix=no
10127 need_version=no
10128 shlibpath_overrides_runpath=no
10129 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10130 ;;
10131 esac
10132 ;;
10133
10134sysv4*MP*)
10135 if test -d /usr/nec ;then
10136 version_type=linux
10137 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10138 soname_spec='$libname${shared_ext}.$major'
10139 shlibpath_var=LD_LIBRARY_PATH
10140 fi
10141 ;;
10142
10143sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10144 version_type=freebsd-elf
10145 need_lib_prefix=no
10146 need_version=no
10147 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10148 soname_spec='${libname}${release}${shared_ext}$major'
10149 shlibpath_var=LD_LIBRARY_PATH
10150 shlibpath_overrides_runpath=yes
10151 hardcode_into_libs=yes
10152 if test "$with_gnu_ld" = yes; then
10153 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10154 else
10155 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10156 case $host_os in
10157 sco3.2v5*)
10158 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10159 ;;
10160 esac
10161 fi
10162 sys_lib_dlsearch_path_spec='/usr/lib'
10163 ;;
10164
10165tpf*)
10166 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10167 version_type=linux
10168 need_lib_prefix=no
10169 need_version=no
397ccf31 10170 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
1cf3d07d
SE
10171 shlibpath_var=LD_LIBRARY_PATH
10172 shlibpath_overrides_runpath=no
10173 hardcode_into_libs=yes
10174 ;;
10175
10176uts4*)
10177 version_type=linux
10178 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10179 soname_spec='${libname}${release}${shared_ext}$major'
10180 shlibpath_var=LD_LIBRARY_PATH
10181 ;;
10182
10183*)
10184 dynamic_linker=no
10185 ;;
10186esac
5213506e
RW
10187{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10188$as_echo "$dynamic_linker" >&6; }
1cf3d07d
SE
10189test "$dynamic_linker" = no && can_build_shared=no
10190
10191variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10192if test "$GCC" = yes; then
10193 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10194fi
10195
397ccf31
PG
10196if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10197 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10198fi
10199if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10200 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10201fi
10202
1cf3d07d
SE
10203
10204
10205
10206
10207
10208
10209
10210
10211
10212
10213
10214
10215
10216
10217
10218
10219
10220
10221
10222
10223
10224
10225
10226
10227
10228
10229
10230
10231
10232
10233
10234
10235
10236
10237
10238
10239
10240
10241
10242
10243
10244
10245
10246
10247
10248
10249
10250
10251
10252
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270
10271
10272
10273
10274
10275
10276
10277
10278
10279
10280
10281
10282
43e02a8a
RW
10283
10284
10285
10286
10287
1cf3d07d
SE
10288
10289
10290
10291
10292
10293
5213506e
RW
10294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10295$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
1cf3d07d
SE
10296hardcode_action=
10297if test -n "$hardcode_libdir_flag_spec" ||
10298 test -n "$runpath_var" ||
10299 test "X$hardcode_automatic" = "Xyes" ; then
10300
10301 # We can hardcode non-existent directories.
10302 if test "$hardcode_direct" != no &&
10303 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10304 # have to relink, otherwise we might link with an installed library
10305 # when we should be linking with a yet-to-be-installed one
10306 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10307 test "$hardcode_minus_L" != no; then
10308 # Linking always hardcodes the temporary library directory.
10309 hardcode_action=relink
10310 else
10311 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10312 hardcode_action=immediate
10313 fi
10314else
10315 # We cannot hardcode anything, or else we can only hardcode existing
10316 # directories.
10317 hardcode_action=unsupported
10318fi
5213506e
RW
10319{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10320$as_echo "$hardcode_action" >&6; }
1cf3d07d
SE
10321
10322if test "$hardcode_action" = relink ||
10323 test "$inherit_rpath" = yes; then
10324 # Fast installation is not supported
10325 enable_fast_install=no
10326elif test "$shlibpath_overrides_runpath" = yes ||
10327 test "$enable_shared" = no; then
10328 # Fast installation is not necessary
10329 enable_fast_install=needless
10330fi
10331
10332
10333
10334
10335
10336
10337 if test "x$enable_dlopen" != xyes; then
10338 enable_dlopen=unknown
10339 enable_dlopen_self=unknown
10340 enable_dlopen_self_static=unknown
10341else
10342 lt_cv_dlopen=no
10343 lt_cv_dlopen_libs=
10344
10345 case $host_os in
10346 beos*)
10347 lt_cv_dlopen="load_add_on"
10348 lt_cv_dlopen_libs=
10349 lt_cv_dlopen_self=yes
10350 ;;
10351
397ccf31 10352 mingw* | pw32* | cegcc*)
1cf3d07d
SE
10353 lt_cv_dlopen="LoadLibrary"
10354 lt_cv_dlopen_libs=
10355 ;;
10356
10357 cygwin*)
10358 lt_cv_dlopen="dlopen"
10359 lt_cv_dlopen_libs=
10360 ;;
10361
10362 darwin*)
10363 # if libdl is installed we need to link against it
5213506e
RW
10364 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10365$as_echo_n "checking for dlopen in -ldl... " >&6; }
10366if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10367 $as_echo_n "(cached) " >&6
1cf3d07d
SE
10368else
10369 ac_check_lib_save_LIBS=$LIBS
10370LIBS="-ldl $LIBS"
5213506e 10371cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
10372/* end confdefs.h. */
10373
5213506e
RW
10374/* Override any GCC internal prototype to avoid an error.
10375 Use char because int might match the return type of a GCC
10376 builtin and then its argument prototype would still apply. */
1cf3d07d
SE
10377#ifdef __cplusplus
10378extern "C"
10379#endif
1cf3d07d
SE
10380char dlopen ();
10381int
10382main ()
10383{
5213506e 10384return dlopen ();
1cf3d07d
SE
10385 ;
10386 return 0;
10387}
10388_ACEOF
5213506e 10389if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d
SE
10390 ac_cv_lib_dl_dlopen=yes
10391else
5213506e 10392 ac_cv_lib_dl_dlopen=no
1cf3d07d 10393fi
5213506e
RW
10394rm -f core conftest.err conftest.$ac_objext \
10395 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
10396LIBS=$ac_check_lib_save_LIBS
10397fi
5213506e
RW
10398{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10399$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10400if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
1cf3d07d
SE
10401 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10402else
10403
10404 lt_cv_dlopen="dyld"
10405 lt_cv_dlopen_libs=
10406 lt_cv_dlopen_self=yes
10407
10408fi
5213506e
RW
10409
10410 ;;
10411
10412 *)
10413 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10414if test "x$ac_cv_func_shl_load" = x""yes; then :
10415 lt_cv_dlopen="shl_load"
1cf3d07d 10416else
5213506e
RW
10417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10418$as_echo_n "checking for shl_load in -ldld... " >&6; }
10419if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10420 $as_echo_n "(cached) " >&6
1cf3d07d 10421else
5213506e
RW
10422 ac_check_lib_save_LIBS=$LIBS
10423LIBS="-ldld $LIBS"
10424cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d 10425/* end confdefs.h. */
1cf3d07d 10426
5213506e
RW
10427/* Override any GCC internal prototype to avoid an error.
10428 Use char because int might match the return type of a GCC
1cf3d07d 10429 builtin and then its argument prototype would still apply. */
1cf3d07d 10430#ifdef __cplusplus
5213506e 10431extern "C"
1cf3d07d 10432#endif
5213506e 10433char shl_load ();
1cf3d07d
SE
10434int
10435main ()
10436{
5213506e 10437return shl_load ();
1cf3d07d
SE
10438 ;
10439 return 0;
10440}
10441_ACEOF
5213506e
RW
10442if ac_fn_c_try_link "$LINENO"; then :
10443 ac_cv_lib_dld_shl_load=yes
1cf3d07d 10444else
5213506e 10445 ac_cv_lib_dld_shl_load=no
1cf3d07d 10446fi
5213506e
RW
10447rm -f core conftest.err conftest.$ac_objext \
10448 conftest$ac_exeext conftest.$ac_ext
10449LIBS=$ac_check_lib_save_LIBS
1cf3d07d 10450fi
5213506e
RW
10451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10452$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10453if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10454 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10455else
10456 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10457if test "x$ac_cv_func_dlopen" = x""yes; then :
1cf3d07d
SE
10458 lt_cv_dlopen="dlopen"
10459else
5213506e
RW
10460 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10461$as_echo_n "checking for dlopen in -ldl... " >&6; }
10462if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10463 $as_echo_n "(cached) " >&6
1cf3d07d
SE
10464else
10465 ac_check_lib_save_LIBS=$LIBS
10466LIBS="-ldl $LIBS"
5213506e 10467cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
10468/* end confdefs.h. */
10469
5213506e
RW
10470/* Override any GCC internal prototype to avoid an error.
10471 Use char because int might match the return type of a GCC
10472 builtin and then its argument prototype would still apply. */
1cf3d07d
SE
10473#ifdef __cplusplus
10474extern "C"
10475#endif
1cf3d07d
SE
10476char dlopen ();
10477int
10478main ()
10479{
5213506e 10480return dlopen ();
1cf3d07d
SE
10481 ;
10482 return 0;
10483}
10484_ACEOF
5213506e 10485if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d
SE
10486 ac_cv_lib_dl_dlopen=yes
10487else
5213506e 10488 ac_cv_lib_dl_dlopen=no
1cf3d07d 10489fi
5213506e
RW
10490rm -f core conftest.err conftest.$ac_objext \
10491 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
10492LIBS=$ac_check_lib_save_LIBS
10493fi
5213506e
RW
10494{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10495$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10496if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
1cf3d07d
SE
10497 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10498else
5213506e
RW
10499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10500$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10501if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10502 $as_echo_n "(cached) " >&6
1cf3d07d
SE
10503else
10504 ac_check_lib_save_LIBS=$LIBS
10505LIBS="-lsvld $LIBS"
5213506e 10506cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1cf3d07d
SE
10507/* end confdefs.h. */
10508
5213506e
RW
10509/* Override any GCC internal prototype to avoid an error.
10510 Use char because int might match the return type of a GCC
10511 builtin and then its argument prototype would still apply. */
1cf3d07d
SE
10512#ifdef __cplusplus
10513extern "C"
10514#endif
1cf3d07d
SE
10515char dlopen ();
10516int
10517main ()
10518{
5213506e 10519return dlopen ();
1cf3d07d
SE
10520 ;
10521 return 0;
10522}
10523_ACEOF
5213506e 10524if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d
SE
10525 ac_cv_lib_svld_dlopen=yes
10526else
5213506e 10527 ac_cv_lib_svld_dlopen=no
1cf3d07d 10528fi
5213506e
RW
10529rm -f core conftest.err conftest.$ac_objext \
10530 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
10531LIBS=$ac_check_lib_save_LIBS
10532fi
5213506e
RW
10533{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10534$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10535if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
1cf3d07d
SE
10536 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10537else
5213506e
RW
10538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10539$as_echo_n "checking for dld_link in -ldld... " >&6; }
10540if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10541 $as_echo_n "(cached) " >&6
6de9cd9a 10542else
1cf3d07d
SE
10543 ac_check_lib_save_LIBS=$LIBS
10544LIBS="-ldld $LIBS"
5213506e 10545cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
10546/* end confdefs.h. */
10547
5213506e
RW
10548/* Override any GCC internal prototype to avoid an error.
10549 Use char because int might match the return type of a GCC
10550 builtin and then its argument prototype would still apply. */
1cf3d07d
SE
10551#ifdef __cplusplus
10552extern "C"
10553#endif
1cf3d07d 10554char dld_link ();
42fcd7bb
AJ
10555int
10556main ()
10557{
5213506e 10558return dld_link ();
42fcd7bb
AJ
10559 ;
10560 return 0;
10561}
10562_ACEOF
5213506e 10563if ac_fn_c_try_link "$LINENO"; then :
1cf3d07d 10564 ac_cv_lib_dld_dld_link=yes
6de9cd9a 10565else
5213506e 10566 ac_cv_lib_dld_dld_link=no
6de9cd9a 10567fi
5213506e
RW
10568rm -f core conftest.err conftest.$ac_objext \
10569 conftest$ac_exeext conftest.$ac_ext
1cf3d07d
SE
10570LIBS=$ac_check_lib_save_LIBS
10571fi
5213506e
RW
10572{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10573$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10574if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
397ccf31 10575 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
1cf3d07d
SE
10576fi
10577
6de9cd9a
DN
10578
10579fi
1cf3d07d
SE
10580
10581
10582fi
10583
10584
10585fi
10586
10587
10588fi
10589
10590
10591fi
10592
10593 ;;
10594 esac
10595
10596 if test "x$lt_cv_dlopen" != xno; then
10597 enable_dlopen=yes
10598 else
10599 enable_dlopen=no
6de9cd9a 10600 fi
6de9cd9a 10601
1cf3d07d
SE
10602 case $lt_cv_dlopen in
10603 dlopen)
10604 save_CPPFLAGS="$CPPFLAGS"
10605 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
6de9cd9a 10606
1cf3d07d
SE
10607 save_LDFLAGS="$LDFLAGS"
10608 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
6de9cd9a 10609
1cf3d07d
SE
10610 save_LIBS="$LIBS"
10611 LIBS="$lt_cv_dlopen_libs $LIBS"
6de9cd9a 10612
5213506e
RW
10613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10614$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10615if test "${lt_cv_dlopen_self+set}" = set; then :
10616 $as_echo_n "(cached) " >&6
1cf3d07d
SE
10617else
10618 if test "$cross_compiling" = yes; then :
10619 lt_cv_dlopen_self=cross
10620else
10621 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10622 lt_status=$lt_dlunknown
10623 cat > conftest.$ac_ext <<_LT_EOF
3cbe17f7 10624#line 10624 "configure"
1cf3d07d 10625#include "confdefs.h"
42fcd7bb 10626
1cf3d07d
SE
10627#if HAVE_DLFCN_H
10628#include <dlfcn.h>
10629#endif
42fcd7bb 10630
1cf3d07d
SE
10631#include <stdio.h>
10632
10633#ifdef RTLD_GLOBAL
10634# define LT_DLGLOBAL RTLD_GLOBAL
10635#else
10636# ifdef DL_GLOBAL
10637# define LT_DLGLOBAL DL_GLOBAL
10638# else
10639# define LT_DLGLOBAL 0
10640# endif
10641#endif
10642
10643/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10644 find out it does not work in some platform. */
10645#ifndef LT_DLLAZY_OR_NOW
10646# ifdef RTLD_LAZY
10647# define LT_DLLAZY_OR_NOW RTLD_LAZY
10648# else
10649# ifdef DL_LAZY
10650# define LT_DLLAZY_OR_NOW DL_LAZY
10651# else
10652# ifdef RTLD_NOW
10653# define LT_DLLAZY_OR_NOW RTLD_NOW
10654# else
10655# ifdef DL_NOW
10656# define LT_DLLAZY_OR_NOW DL_NOW
10657# else
10658# define LT_DLLAZY_OR_NOW 0
10659# endif
10660# endif
10661# endif
10662# endif
10663#endif
10664
43e02a8a
RW
10665/* When -fvisbility=hidden is used, assume the code has been annotated
10666 correspondingly for the symbols needed. */
10667#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10668void fnord () __attribute__((visibility("default")));
10669#endif
10670
10671void fnord () { int i=42; }
1cf3d07d 10672int main ()
42fcd7bb 10673{
1cf3d07d
SE
10674 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10675 int status = $lt_dlunknown;
10676
10677 if (self)
10678 {
10679 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
43e02a8a
RW
10680 else
10681 {
10682 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10683 else puts (dlerror ());
10684 }
1cf3d07d
SE
10685 /* dlclose (self); */
10686 }
6de9cd9a 10687 else
1cf3d07d
SE
10688 puts (dlerror ());
10689
397ccf31 10690 return status;
1cf3d07d
SE
10691}
10692_LT_EOF
5213506e 10693 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1cf3d07d
SE
10694 (eval $ac_link) 2>&5
10695 ac_status=$?
5213506e
RW
10696 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10697 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1cf3d07d
SE
10698 (./conftest; exit; ) >&5 2>/dev/null
10699 lt_status=$?
10700 case x$lt_status in
10701 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10702 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10703 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10704 esac
10705 else :
10706 # compilation failed
10707 lt_cv_dlopen_self=no
6de9cd9a
DN
10708 fi
10709fi
1cf3d07d
SE
10710rm -fr conftest*
10711
10712
10713fi
5213506e
RW
10714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10715$as_echo "$lt_cv_dlopen_self" >&6; }
1cf3d07d
SE
10716
10717 if test "x$lt_cv_dlopen_self" = xyes; then
10718 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
5213506e
RW
10719 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10720$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10721if test "${lt_cv_dlopen_self_static+set}" = set; then :
10722 $as_echo_n "(cached) " >&6
1cf3d07d
SE
10723else
10724 if test "$cross_compiling" = yes; then :
10725 lt_cv_dlopen_self_static=cross
10726else
10727 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10728 lt_status=$lt_dlunknown
10729 cat > conftest.$ac_ext <<_LT_EOF
3cbe17f7 10730#line 10730 "configure"
1cf3d07d
SE
10731#include "confdefs.h"
10732
10733#if HAVE_DLFCN_H
10734#include <dlfcn.h>
10735#endif
10736
10737#include <stdio.h>
10738
10739#ifdef RTLD_GLOBAL
10740# define LT_DLGLOBAL RTLD_GLOBAL
10741#else
10742# ifdef DL_GLOBAL
10743# define LT_DLGLOBAL DL_GLOBAL
10744# else
10745# define LT_DLGLOBAL 0
10746# endif
10747#endif
10748
10749/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10750 find out it does not work in some platform. */
10751#ifndef LT_DLLAZY_OR_NOW
10752# ifdef RTLD_LAZY
10753# define LT_DLLAZY_OR_NOW RTLD_LAZY
10754# else
10755# ifdef DL_LAZY
10756# define LT_DLLAZY_OR_NOW DL_LAZY
10757# else
10758# ifdef RTLD_NOW
10759# define LT_DLLAZY_OR_NOW RTLD_NOW
10760# else
10761# ifdef DL_NOW
10762# define LT_DLLAZY_OR_NOW DL_NOW
10763# else
10764# define LT_DLLAZY_OR_NOW 0
10765# endif
10766# endif
10767# endif
10768# endif
10769#endif
10770
43e02a8a
RW
10771/* When -fvisbility=hidden is used, assume the code has been annotated
10772 correspondingly for the symbols needed. */
10773#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10774void fnord () __attribute__((visibility("default")));
10775#endif
10776
10777void fnord () { int i=42; }
1cf3d07d
SE
10778int main ()
10779{
10780 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10781 int status = $lt_dlunknown;
10782
10783 if (self)
10784 {
10785 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
43e02a8a
RW
10786 else
10787 {
10788 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10789 else puts (dlerror ());
10790 }
1cf3d07d
SE
10791 /* dlclose (self); */
10792 }
10793 else
10794 puts (dlerror ());
10795
397ccf31 10796 return status;
1cf3d07d
SE
10797}
10798_LT_EOF
5213506e 10799 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
1cf3d07d
SE
10800 (eval $ac_link) 2>&5
10801 ac_status=$?
5213506e
RW
10802 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10803 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
1cf3d07d
SE
10804 (./conftest; exit; ) >&5 2>/dev/null
10805 lt_status=$?
10806 case x$lt_status in
10807 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10808 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10809 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10810 esac
10811 else :
10812 # compilation failed
10813 lt_cv_dlopen_self_static=no
10814 fi
10815fi
10816rm -fr conftest*
10817
10818
10819fi
5213506e
RW
10820{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10821$as_echo "$lt_cv_dlopen_self_static" >&6; }
1cf3d07d
SE
10822 fi
10823
10824 CPPFLAGS="$save_CPPFLAGS"
10825 LDFLAGS="$save_LDFLAGS"
10826 LIBS="$save_LIBS"
10827 ;;
10828 esac
10829
10830 case $lt_cv_dlopen_self in
10831 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10832 *) enable_dlopen_self=unknown ;;
10833 esac
10834
10835 case $lt_cv_dlopen_self_static in
10836 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10837 *) enable_dlopen_self_static=unknown ;;
10838 esac
10839fi
10840
10841
10842
10843
10844
10845
10846
10847
10848
10849
10850
10851
10852
10853
10854
10855
10856
10857striplib=
10858old_striplib=
5213506e
RW
10859{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10860$as_echo_n "checking whether stripping libraries is possible... " >&6; }
1cf3d07d
SE
10861if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10862 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10863 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
5213506e
RW
10864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10865$as_echo "yes" >&6; }
1cf3d07d
SE
10866else
10867# FIXME - insert some real tests, host_os isn't really good enough
10868 case $host_os in
10869 darwin*)
10870 if test -n "$STRIP" ; then
10871 striplib="$STRIP -x"
10872 old_striplib="$STRIP -S"
5213506e
RW
10873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10874$as_echo "yes" >&6; }
1cf3d07d 10875 else
5213506e
RW
10876 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10877$as_echo "no" >&6; }
1cf3d07d
SE
10878 fi
10879 ;;
10880 *)
5213506e
RW
10881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10882$as_echo "no" >&6; }
1cf3d07d
SE
10883 ;;
10884 esac
10885fi
10886
10887
10888
10889
10890
10891
10892
10893
10894
10895
10896
10897
10898 # Report which library types will actually be built
5213506e
RW
10899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10900$as_echo_n "checking if libtool supports shared libraries... " >&6; }
10901 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10902$as_echo "$can_build_shared" >&6; }
1cf3d07d 10903
5213506e
RW
10904 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10905$as_echo_n "checking whether to build shared libraries... " >&6; }
1cf3d07d
SE
10906 test "$can_build_shared" = "no" && enable_shared=no
10907
10908 # On AIX, shared libraries and static libraries use the same namespace, and
10909 # are all built from PIC.
10910 case $host_os in
10911 aix3*)
10912 test "$enable_shared" = yes && enable_static=no
10913 if test -n "$RANLIB"; then
10914 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10915 postinstall_cmds='$RANLIB $lib'
10916 fi
10917 ;;
10918
d2a9664c 10919 aix[4-9]*)
1cf3d07d
SE
10920 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10921 test "$enable_shared" = yes && enable_static=no
10922 fi
10923 ;;
10924 esac
5213506e
RW
10925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10926$as_echo "$enable_shared" >&6; }
1cf3d07d 10927
5213506e
RW
10928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10929$as_echo_n "checking whether to build static libraries... " >&6; }
1cf3d07d
SE
10930 # Make sure either enable_shared or enable_static is yes.
10931 test "$enable_shared" = yes || enable_static=yes
5213506e
RW
10932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10933$as_echo "$enable_static" >&6; }
1cf3d07d
SE
10934
10935
6de9cd9a 10936
6de9cd9a 10937
6de9cd9a 10938fi
1cf3d07d
SE
10939ac_ext=c
10940ac_cpp='$CPP $CPPFLAGS'
10941ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10942ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10943ac_compiler_gnu=$ac_cv_c_compiler_gnu
10944
10945CC="$lt_save_CC"
10946
10947
10948
6de9cd9a
DN
10949
10950
6de9cd9a 10951
6de9cd9a 10952
6de9cd9a 10953
6de9cd9a 10954
6de9cd9a
DN
10955
10956
10957
42fcd7bb 10958
5213506e 10959 ac_config_commands="$ac_config_commands libtool"
1cf3d07d
SE
10960
10961
10962
10963
10964# Only expand once:
10965
10966
42fcd7bb
AJ
10967
10968
10969
5213506e
RW
10970ac_fn_c_check_header_mongrel "$LINENO" "stdint.h" "ac_cv_header_stdint_h" "$ac_includes_default"
10971if test "x$ac_cv_header_stdint_h" = x""yes; then :
6de9cd9a
DN
10972 MF_HAVE_STDINT_H=1
10973else
42fcd7bb 10974 MF_HAVE_STDINT_H=0
6de9cd9a
DN
10975fi
10976
10977
42fcd7bb 10978
6de9cd9a
DN
10979if test $MF_HAVE_STDINT_H = 1
10980then
10981 MF_HAVE_UINTPTR_T=1
10982else
5213506e 10983 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb 10984/* end confdefs.h. */
6de9cd9a 10985#include <sys/types.h>
42fcd7bb
AJ
10986int
10987main ()
10988{
6de9cd9a 10989uintptr_t k = 0;
42fcd7bb
AJ
10990 ;
10991 return 0;
10992}
10993_ACEOF
5213506e 10994if ac_fn_c_try_compile "$LINENO"; then :
6de9cd9a
DN
10995 MF_HAVE_UINTPTR_T=1
10996else
5213506e 10997 MF_HAVE_UINTPTR_T=0
6de9cd9a 10998fi
5213506e 10999rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6de9cd9a
DN
11000fi
11001
11002
cc6ac522 11003for ac_header in pthread.h
5213506e
RW
11004do :
11005 ac_fn_c_check_header_mongrel "$LINENO" "pthread.h" "ac_cv_header_pthread_h" "$ac_includes_default"
11006if test "x$ac_cv_header_pthread_h" = x""yes; then :
cc6ac522 11007 cat >>confdefs.h <<_ACEOF
5213506e 11008#define HAVE_PTHREAD_H 1
42fcd7bb 11009_ACEOF
6de9cd9a 11010
cc6ac522 11011fi
6de9cd9a 11012
cc6ac522 11013done
6de9cd9a 11014
6de9cd9a 11015
5213506e
RW
11016{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for thread model used by GCC" >&5
11017$as_echo_n "checking for thread model used by GCC... " >&6; }
cc6ac522 11018target_thread_file=`$CC -v 2>&1 | sed -n 's/^Thread model: //p'`
5213506e
RW
11019{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $target_thread_file" >&5
11020$as_echo "$target_thread_file" >&6; }
6de9cd9a 11021
cc6ac522
JW
11022# We only support posix threads, or no threads at all.
11023posix_threads=
11024case ${target_thread_file} in
11025 posix)
11026 posix_threads=yes
11027 ;;
11028 single)
11029 ;;
11030 *)
11031 echo "${target_thread_file} is an unsupported thread package" 1>&2
11032 exit 1
11033 ;;
11034esac
6de9cd9a 11035
5213506e 11036 if test "x$posix_threads" != "x"; then
6de9cd9a
DN
11037 LIBMUDFLAPTH_TRUE=
11038 LIBMUDFLAPTH_FALSE='#'
11039else
11040 LIBMUDFLAPTH_TRUE='#'
11041 LIBMUDFLAPTH_FALSE=
11042fi
11043
cc6ac522 11044if test "x$posix_threads" != "x"
7954e85c
FCE
11045then
11046 build_libmudflapth=1
11047else
11048 build_libmudflapth=0
11049fi
11050
42fcd7bb 11051
5213506e
RW
11052{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlsym in -ldl" >&5
11053$as_echo_n "checking for dlsym in -ldl... " >&6; }
11054if test "${ac_cv_lib_dl_dlsym+set}" = set; then :
11055 $as_echo_n "(cached) " >&6
6de9cd9a 11056else
42fcd7bb 11057 ac_check_lib_save_LIBS=$LIBS
6de9cd9a 11058LIBS="-ldl $LIBS"
5213506e 11059cat confdefs.h - <<_ACEOF >conftest.$ac_ext
42fcd7bb
AJ
11060/* end confdefs.h. */
11061
5213506e
RW
11062/* Override any GCC internal prototype to avoid an error.
11063 Use char because int might match the return type of a GCC
11064 builtin and then its argument prototype would still apply. */
42fcd7bb
AJ
11065#ifdef __cplusplus
11066extern "C"
11067#endif
42fcd7bb
AJ
11068char dlsym ();
11069int
11070main ()
11071{
5213506e 11072return dlsym ();
42fcd7bb
AJ
11073 ;
11074 return 0;
11075}
11076_ACEOF
5213506e 11077if ac_fn_c_try_link "$LINENO"; then :
42fcd7bb 11078 ac_cv_lib_dl_dlsym=yes
6de9cd9a 11079else
5213506e 11080 ac_cv_lib_dl_dlsym=no
6de9cd9a 11081fi
5213506e
RW
11082rm -f core conftest.err conftest.$ac_objext \
11083 conftest$ac_exeext conftest.$ac_ext
42fcd7bb
AJ
11084LIBS=$ac_check_lib_save_LIBS
11085fi
5213506e
RW
11086{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlsym" >&5
11087$as_echo "$ac_cv_lib_dl_dlsym" >&6; }
11088if test "x$ac_cv_lib_dl_dlsym" = x""yes; then :
42fcd7bb
AJ
11089 cat >>confdefs.h <<_ACEOF
11090#define HAVE_LIBDL 1
11091_ACEOF
6de9cd9a
DN
11092
11093 LIBS="-ldl $LIBS"
11094
6de9cd9a
DN
11095fi
11096
11097
0d72f628
RO
11098ac_fn_c_check_func "$LINENO" "connect" "ac_cv_func_connect"
11099if test "x$ac_cv_func_connect" = x""yes; then :
11100
11101else
11102 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
11103$as_echo_n "checking for connect in -lsocket... " >&6; }
11104if test "${ac_cv_lib_socket_connect+set}" = set; then :
11105 $as_echo_n "(cached) " >&6
11106else
11107 ac_check_lib_save_LIBS=$LIBS
11108LIBS="-lsocket $LIBS"
11109cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11110/* end confdefs.h. */
11111
11112/* Override any GCC internal prototype to avoid an error.
11113 Use char because int might match the return type of a GCC
11114 builtin and then its argument prototype would still apply. */
11115#ifdef __cplusplus
11116extern "C"
11117#endif
11118char connect ();
11119int
11120main ()
11121{
11122return connect ();
11123 ;
11124 return 0;
11125}
11126_ACEOF
11127if ac_fn_c_try_link "$LINENO"; then :
11128 ac_cv_lib_socket_connect=yes
11129else
11130 ac_cv_lib_socket_connect=no
11131fi
11132rm -f core conftest.err conftest.$ac_objext \
11133 conftest$ac_exeext conftest.$ac_ext
11134LIBS=$ac_check_lib_save_LIBS
11135fi
11136{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
11137$as_echo "$ac_cv_lib_socket_connect" >&6; }
11138if test "x$ac_cv_lib_socket_connect" = x""yes; then :
11139 cat >>confdefs.h <<_ACEOF
11140#define HAVE_LIBSOCKET 1
11141_ACEOF
11142
11143 LIBS="-lsocket $LIBS"
11144
11145fi
11146
11147fi
11148
dbf32ca5
RO
11149ac_fn_c_check_func "$LINENO" "sched_yield" "ac_cv_func_sched_yield"
11150if test "x$ac_cv_func_sched_yield" = x""yes; then :
11151
11152else
11153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sched_yield in -lrt" >&5
11154$as_echo_n "checking for sched_yield in -lrt... " >&6; }
11155if test "${ac_cv_lib_rt_sched_yield+set}" = set; then :
11156 $as_echo_n "(cached) " >&6
11157else
11158 ac_check_lib_save_LIBS=$LIBS
11159LIBS="-lrt $LIBS"
11160cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11161/* end confdefs.h. */
11162
11163/* Override any GCC internal prototype to avoid an error.
11164 Use char because int might match the return type of a GCC
11165 builtin and then its argument prototype would still apply. */
11166#ifdef __cplusplus
11167extern "C"
11168#endif
11169char sched_yield ();
11170int
11171main ()
11172{
11173return sched_yield ();
11174 ;
11175 return 0;
11176}
11177_ACEOF
11178if ac_fn_c_try_link "$LINENO"; then :
11179 ac_cv_lib_rt_sched_yield=yes
11180else
11181 ac_cv_lib_rt_sched_yield=no
11182fi
11183rm -f core conftest.err conftest.$ac_objext \
11184 conftest$ac_exeext conftest.$ac_ext
11185LIBS=$ac_check_lib_save_LIBS
11186fi
11187{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_rt_sched_yield" >&5
11188$as_echo "$ac_cv_lib_rt_sched_yield" >&6; }
11189if test "x$ac_cv_lib_rt_sched_yield" = x""yes; then :
11190 cat >>confdefs.h <<_ACEOF
11191#define HAVE_LIBRT 1
11192_ACEOF
11193
11194 LIBS="-lrt $LIBS"
11195
11196fi
11197
11198fi
11199
0d72f628 11200
42fcd7bb
AJ
11201# Calculate toolexeclibdir
11202# Also toolexecdir, though it's only used in toolexeclibdir
11203case ${version_specific_libs} in
11204 yes)
11205 # Need the gcc compiler version to know where to install libraries
11206 # and header files if --enable-version-specific-runtime-libs option
11207 # is selected.
11208 toolexecdir='$(libdir)/gcc/$(target_alias)'
fd0811ef 11209 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
42fcd7bb
AJ
11210 ;;
11211 no)
11212 if test -n "$with_cross_host" &&
11213 test x"$with_cross_host" != x"no"; then
11214 # Install a library built with a cross compiler in tooldir, not libdir.
11215 toolexecdir='$(exec_prefix)/$(target_alias)'
11216 toolexeclibdir='$(toolexecdir)/lib'
11217 else
11218 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
11219 toolexeclibdir='$(libdir)'
11220 fi
11221 multi_os_directory=`$CC -print-multi-os-directory`
11222 case $multi_os_directory in
11223 .) ;; # Avoid trailing /.
11224 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
11225 esac
11226 ;;
11227esac
11228
11229
11230
89040431
FCE
11231includedir=${toolexecdir}/include
11232
11233
cc6ac522
JW
11234pthread_create_version='""'
11235if test "x$enable_shared" = "xyes" && test "x$posix_threads" != "x"; then
6de9cd9a
DN
11236 # NB: don't check for -lpthread here, because then it would be
11237 # added to LIBS. For the thread-unaware libmudflap.la, we don't
11238 # want it there.
11239
11240 # glibc-related hacks. dlsym() may pick the wrong version of
11241 # interposed functions like pthread_create on modern glibc.
11242 # We need to find the proper symbol version string, and use
11243 # the nonstandard dlvsym().
5213506e
RW
11244 for ac_func in dlvsym
11245do :
11246 ac_fn_c_check_func "$LINENO" "dlvsym" "ac_cv_func_dlvsym"
11247if test "x$ac_cv_func_dlvsym" = x""yes; then :
42fcd7bb 11248 cat >>confdefs.h <<_ACEOF
5213506e 11249#define HAVE_DLVSYM 1
42fcd7bb 11250_ACEOF
6de9cd9a 11251
6de9cd9a
DN
11252fi
11253done
11254
42fcd7bb 11255 if test -n "$ac_tool_prefix"; then
6de9cd9a
DN
11256 # Extract the first word of "${ac_tool_prefix}nm", so it can be a program name with args.
11257set dummy ${ac_tool_prefix}nm; ac_word=$2
5213506e
RW
11258{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11259$as_echo_n "checking for $ac_word... " >&6; }
11260if test "${ac_cv_prog_NM+set}" = set; then :
11261 $as_echo_n "(cached) " >&6
6de9cd9a
DN
11262else
11263 if test -n "$NM"; then
11264 ac_cv_prog_NM="$NM" # Let the user override the test.
11265else
42fcd7bb
AJ
11266as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11267for as_dir in $PATH
11268do
11269 IFS=$as_save_IFS
11270 test -z "$as_dir" && as_dir=.
5213506e
RW
11271 for ac_exec_ext in '' $ac_executable_extensions; do
11272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42fcd7bb 11273 ac_cv_prog_NM="${ac_tool_prefix}nm"
5213506e 11274 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
11275 break 2
11276 fi
11277done
5213506e
RW
11278 done
11279IFS=$as_save_IFS
42fcd7bb
AJ
11280
11281fi
11282fi
11283NM=$ac_cv_prog_NM
11284if test -n "$NM"; then
5213506e
RW
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NM" >&5
11286$as_echo "$NM" >&6; }
42fcd7bb 11287else
5213506e
RW
11288 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11289$as_echo "no" >&6; }
42fcd7bb
AJ
11290fi
11291
5213506e 11292
42fcd7bb
AJ
11293fi
11294if test -z "$ac_cv_prog_NM"; then
11295 ac_ct_NM=$NM
11296 # Extract the first word of "nm", so it can be a program name with args.
11297set dummy nm; ac_word=$2
5213506e
RW
11298{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
11299$as_echo_n "checking for $ac_word... " >&6; }
11300if test "${ac_cv_prog_ac_ct_NM+set}" = set; then :
11301 $as_echo_n "(cached) " >&6
42fcd7bb
AJ
11302else
11303 if test -n "$ac_ct_NM"; then
11304 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
11305else
11306as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11307for as_dir in $PATH
11308do
11309 IFS=$as_save_IFS
11310 test -z "$as_dir" && as_dir=.
5213506e
RW
11311 for ac_exec_ext in '' $ac_executable_extensions; do
11312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
42fcd7bb 11313 ac_cv_prog_ac_ct_NM="nm"
5213506e 11314 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
42fcd7bb
AJ
11315 break 2
11316 fi
11317done
5213506e
RW
11318 done
11319IFS=$as_save_IFS
42fcd7bb 11320
6de9cd9a
DN
11321fi
11322fi
42fcd7bb
AJ
11323ac_ct_NM=$ac_cv_prog_ac_ct_NM
11324if test -n "$ac_ct_NM"; then
5213506e
RW
11325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NM" >&5
11326$as_echo "$ac_ct_NM" >&6; }
6de9cd9a 11327else
5213506e
RW
11328 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11329$as_echo "no" >&6; }
6de9cd9a
DN
11330fi
11331
5213506e
RW
11332 if test "x$ac_ct_NM" = x; then
11333 NM=""
11334 else
11335 case $cross_compiling:$ac_tool_warned in
11336yes:)
11337{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
11338$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
11339ac_tool_warned=yes ;;
11340esac
11341 NM=$ac_ct_NM
11342 fi
42fcd7bb
AJ
11343else
11344 NM="$ac_cv_prog_NM"
11345fi
6de9cd9a 11346
7954e85c 11347 if test "x$ac_cv_have_dlvsym" != "x"; then
6de9cd9a
DN
11348 # Try compiling a simple pthreads program. Find the shared libraries it
11349 # ends up with. Then use "nm" on those libraries to extract the
11350 # default symbol versioning suffix ("@@"), if any. But that's tricky.
11351 # Rather, run nm on the resulting executable. Unfortunately, autoconf
11352 # doesn't appear to have a macro that builds a test executable for
42fcd7bb 11353 # subsequent analysis ... so we do it by hand here.
6de9cd9a
DN
11354 cat >> conftest.c << EOF
11355#include <pthread.h>
11356int main () { void *p = (void *) & pthread_create; return (int) p; }
11357EOF
11358 oldLIBS="$LIBS"
11359 LIBS="$LIBS -lpthread"
11360 pthread_create_version="\"\""
5213506e
RW
11361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pthread_create symbol version" >&5
11362$as_echo_n "checking pthread_create symbol version... " >&6; }
6de9cd9a
DN
11363 if eval $ac_link 2>&5 && test -s conftest${ac_exeext}; then
11364 version=`$NM conftest${ac_exeect} | grep 'pthread_create@@' | sed -e 's/^.*@@//'`
11365 if test "x$version" != "x"; then
11366 pthread_create_version="\"$version\""
11367 fi
11368 fi
5213506e
RW
11369 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $pthread_create_version" >&5
11370$as_echo "$pthread_create_version" >&6; }
6de9cd9a
DN
11371 LIBS="$oldLIBS"
11372 fi
11373fi
42fcd7bb
AJ
11374
11375cat >>confdefs.h <<_ACEOF
6de9cd9a 11376#define PTHREAD_CREATE_VERSION $pthread_create_version
42fcd7bb 11377_ACEOF
6de9cd9a
DN
11378
11379
7954e85c
FCE
11380
11381# Figure out whether the compiler supports "-ffunction-sections -fdata-sections",
11382# similarly to how libstdc++ does it
11383ac_test_CFLAGS="${CFLAGS+set}"
11384ac_save_CFLAGS="$CFLAGS"
11385
11386# Check for -ffunction-sections -fdata-sections
5213506e
RW
11387{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gcc that supports -ffunction-sections -fdata-sections" >&5
11388$as_echo_n "checking for gcc that supports -ffunction-sections -fdata-sections... " >&6; }
7954e85c 11389CFLAGS='-Werror -ffunction-sections -fdata-sections'
5213506e 11390cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7954e85c
FCE
11391/* end confdefs.h. */
11392
11393int
11394main ()
11395{
11396int foo;
11397 ;
11398 return 0;
11399}
11400_ACEOF
5213506e 11401if ac_fn_c_try_compile "$LINENO"; then :
7954e85c
FCE
11402 ac_fdsections=yes
11403else
5213506e 11404 ac_fdsections=no
7954e85c 11405fi
5213506e 11406rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7954e85c
FCE
11407if test "$ac_test_CFLAGS" = set; then
11408 CFLAGS="$ac_save_CFLAGS"
11409else
11410 # this is the suspicious part
11411 CFLAGS=""
11412fi
11413if test x"$ac_fdsections" = x"yes"; then
11414 SECTION_FLAGS='-ffunction-sections -fdata-sections'
11415fi
5213506e
RW
11416{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_fdsections" >&5
11417$as_echo "$ac_fdsections" >&6; }
7954e85c
FCE
11418
11419
11420
7741b451 11421# Check for the name of the symbol used for the entry point.
5213506e
RW
11422{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for the name of the symbol used for the entry point" >&5
11423$as_echo_n "checking for the name of the symbol used for the entry point... " >&6; }
11424if test "${mudflap_cv_entry_point+set}" = set; then :
11425 $as_echo_n "(cached) " >&6
7741b451
MR
11426else
11427
11428for name in _start __start unknown; do
5213506e 11429 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7741b451 11430/* end confdefs.h. */
063e53d6 11431extern char $name[];
7741b451
MR
11432int
11433main ()
11434{
063e53d6 11435$name[0] = 0;
7741b451
MR
11436 ;
11437 return 0;
11438}
11439_ACEOF
5213506e 11440if ac_fn_c_try_link "$LINENO"; then :
7741b451 11441 break
7741b451 11442fi
5213506e
RW
11443rm -f core conftest.err conftest.$ac_objext \
11444 conftest$ac_exeext conftest.$ac_ext
7741b451
MR
11445done
11446mudflap_cv_entry_point="$name"
11447fi
5213506e
RW
11448{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $mudflap_cv_entry_point" >&5
11449$as_echo "$mudflap_cv_entry_point" >&6; }
7741b451 11450if test "$mudflap_cv_entry_point" = unknown; then
5213506e 11451 as_fn_error "none of the known symbol names works" "$LINENO" 5
7741b451
MR
11452fi
11453
11454cat >>confdefs.h <<_ACEOF
11455#define ENTRY_POINT $mudflap_cv_entry_point
11456_ACEOF
11457
11458
11459
42fcd7bb
AJ
11460if test ${multilib} = yes; then
11461 multilib_arg="--enable-multilib"
11462else
11463 multilib_arg=
11464fi
11465
7544a87f
RH
11466# See if we support thread-local storage.
11467
396b7fa4 11468
5213506e
RW
11469 # Check whether --enable-tls was given.
11470if test "${enable_tls+set}" = set; then :
11471 enableval=$enable_tls;
7544a87f
RH
11472 case "$enableval" in
11473 yes|no) ;;
5213506e 11474 *) as_fn_error "Argument to enable/disable tls must be yes or no" "$LINENO" 5 ;;
7544a87f
RH
11475 esac
11476
11477else
11478 enable_tls=yes
5213506e
RW
11479fi
11480
7544a87f 11481
5213506e
RW
11482 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the target supports thread-local storage" >&5
11483$as_echo_n "checking whether the target supports thread-local storage... " >&6; }
11484if test "${gcc_cv_have_tls+set}" = set; then :
11485 $as_echo_n "(cached) " >&6
7544a87f
RH
11486else
11487
5213506e
RW
11488 if test "$cross_compiling" = yes; then :
11489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11490/* end confdefs.h. */
597c25e6 11491__thread int a; int b; int main() { return a = b; }
7544a87f 11492_ACEOF
5213506e 11493if ac_fn_c_try_link "$LINENO"; then :
396b7fa4
JM
11494 chktls_save_LDFLAGS="$LDFLAGS"
11495 case $host in
11496 *-*-linux*)
11497 LDFLAGS="-shared -Wl,--no-undefined $LDFLAGS"
11498 ;;
11499 esac
11500 chktls_save_CFLAGS="$CFLAGS"
11501 CFLAGS="-fPIC $CFLAGS"
5213506e
RW
11502 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11503/* end confdefs.h. */
396b7fa4
JM
11504int f() { return 0; }
11505_ACEOF
5213506e
RW
11506if ac_fn_c_try_link "$LINENO"; then :
11507 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11508/* end confdefs.h. */
396b7fa4
JM
11509__thread int a; int b; int f() { return a = b; }
11510_ACEOF
5213506e 11511if ac_fn_c_try_link "$LINENO"; then :
3afcaaf4 11512 gcc_cv_have_tls=yes
7544a87f 11513else
5213506e 11514 gcc_cv_have_tls=no
396b7fa4 11515fi
5213506e
RW
11516rm -f core conftest.err conftest.$ac_objext \
11517 conftest$ac_exeext conftest.$ac_ext
396b7fa4 11518else
5213506e 11519 gcc_cv_have_tls=yes
396b7fa4 11520fi
5213506e
RW
11521rm -f core conftest.err conftest.$ac_objext \
11522 conftest$ac_exeext conftest.$ac_ext
396b7fa4
JM
11523 CFLAGS="$chktls_save_CFLAGS"
11524 LDFLAGS="$chktls_save_LDFLAGS"
11525else
5213506e 11526 gcc_cv_have_tls=no
7544a87f 11527fi
5213506e
RW
11528rm -f core conftest.err conftest.$ac_objext \
11529 conftest$ac_exeext conftest.$ac_ext
7544a87f 11530
1cf3d07d 11531
7544a87f 11532else
5213506e
RW
11533 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11534/* end confdefs.h. */
7544a87f
RH
11535__thread int a; int b; int main() { return a = b; }
11536_ACEOF
5213506e 11537if ac_fn_c_try_run "$LINENO"; then :
78e075d4 11538 chktls_save_LDFLAGS="$LDFLAGS"
7544a87f 11539 LDFLAGS="-static $LDFLAGS"
5213506e
RW
11540 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11541/* end confdefs.h. */
aad741f4
EB
11542int main() { return 0; }
11543_ACEOF
5213506e
RW
11544if ac_fn_c_try_link "$LINENO"; then :
11545 if test "$cross_compiling" = yes; then :
11546 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11547$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11548as_fn_error "cannot run test program while cross compiling
11549See \`config.log' for more details." "$LINENO" 5; }
11550else
11551 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11552/* end confdefs.h. */
7544a87f
RH
11553__thread int a; int b; int main() { return a = b; }
11554_ACEOF
5213506e 11555if ac_fn_c_try_run "$LINENO"; then :
3afcaaf4 11556 gcc_cv_have_tls=yes
7544a87f 11557else
5213506e 11558 gcc_cv_have_tls=no
7544a87f 11559fi
5213506e
RW
11560rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11561 conftest.$ac_objext conftest.beam conftest.$ac_ext
7544a87f 11562fi
aad741f4 11563
5213506e
RW
11564else
11565 gcc_cv_have_tls=yes
aad741f4 11566fi
5213506e
RW
11567rm -f core conftest.err conftest.$ac_objext \
11568 conftest$ac_exeext conftest.$ac_ext
78e075d4 11569 LDFLAGS="$chktls_save_LDFLAGS"
3afcaaf4 11570 if test $gcc_cv_have_tls = yes; then
78e075d4
JJ
11571 chktls_save_CFLAGS="$CFLAGS"
11572 thread_CFLAGS=failed
11573 for flag in '' '-pthread' '-lpthread'; do
11574 CFLAGS="$flag $chktls_save_CFLAGS"
5213506e 11575 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
78e075d4
JJ
11576/* end confdefs.h. */
11577#include <pthread.h>
11578 void *g(void *d) { return NULL; }
11579int
11580main ()
11581{
11582pthread_t t; pthread_create(&t,NULL,g,NULL);
11583 ;
11584 return 0;
11585}
11586_ACEOF
5213506e 11587if ac_fn_c_try_link "$LINENO"; then :
78e075d4 11588 thread_CFLAGS="$flag"
78e075d4 11589fi
5213506e
RW
11590rm -f core conftest.err conftest.$ac_objext \
11591 conftest$ac_exeext conftest.$ac_ext
78e075d4
JJ
11592 if test "X$thread_CFLAGS" != Xfailed; then
11593 break
11594 fi
11595 done
11596 CFLAGS="$chktls_save_CFLAGS"
11597 if test "X$thread_CFLAGS" != Xfailed; then
11598 CFLAGS="$thread_CFLAGS $chktls_save_CFLAGS"
029c8f3e 11599 if test "$cross_compiling" = yes; then :
5213506e
RW
11600 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
11601$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11602as_fn_error "cannot run test program while cross compiling
11603See \`config.log' for more details." "$LINENO" 5; }
11604else
11605 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
78e075d4
JJ
11606/* end confdefs.h. */
11607#include <pthread.h>
11608 __thread int a;
dbd34b89 11609 static int *volatile a_in_other_thread;
78e075d4
JJ
11610 static void *
11611 thread_func (void *arg)
11612 {
11613 a_in_other_thread = &a;
11614 return (void *)0;
11615 }
11616int
11617main ()
11618{
11619pthread_t thread;
11620 void *thread_retval;
dbd34b89
IS
11621 int *volatile a_in_main_thread;
11622 a_in_main_thread = &a;
78e075d4
JJ
11623 if (pthread_create (&thread, (pthread_attr_t *)0,
11624 thread_func, (void *)0))
11625 return 0;
78e075d4
JJ
11626 if (pthread_join (thread, &thread_retval))
11627 return 0;
11628 return (a_in_other_thread == a_in_main_thread);
11629 ;
11630 return 0;
11631}
11632_ACEOF
5213506e 11633if ac_fn_c_try_run "$LINENO"; then :
3afcaaf4 11634 gcc_cv_have_tls=yes
78e075d4 11635else
5213506e 11636 gcc_cv_have_tls=no
78e075d4 11637fi
5213506e
RW
11638rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11639 conftest.$ac_objext conftest.beam conftest.$ac_ext
78e075d4 11640fi
5213506e 11641
78e075d4
JJ
11642 CFLAGS="$chktls_save_CFLAGS"
11643 fi
11644 fi
7544a87f 11645else
5213506e 11646 gcc_cv_have_tls=no
7544a87f 11647fi
5213506e
RW
11648rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
11649 conftest.$ac_objext conftest.beam conftest.$ac_ext
7544a87f 11650fi
5213506e 11651
7544a87f 11652fi
5213506e
RW
11653{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_have_tls" >&5
11654$as_echo "$gcc_cv_have_tls" >&6; }
3afcaaf4 11655 if test "$enable_tls $gcc_cv_have_tls" = "yes yes"; then
7544a87f 11656
5213506e 11657$as_echo "#define HAVE_TLS 1" >>confdefs.h
5cf9cc96
JZ
11658
11659 fi
11660
5213506e
RW
11661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the thread-local storage support is from emutls" >&5
11662$as_echo_n "checking whether the thread-local storage support is from emutls... " >&6; }
11663if test "${gcc_cv_use_emutls+set}" = set; then :
11664 $as_echo_n "(cached) " >&6
5cf9cc96
JZ
11665else
11666
11667 gcc_cv_use_emutls=no
11668 echo '__thread int a; int b; int main() { return a = b; }' > conftest.c
11669 if { ac_try='${CC-cc} -Werror -S -o conftest.s conftest.c 1>&5'
5213506e 11670 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5cf9cc96
JZ
11671 (eval $ac_try) 2>&5
11672 ac_status=$?
5213506e
RW
11673 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11674 test $ac_status = 0; }; }; then
5cf9cc96
JZ
11675 if grep __emutls_get_address conftest.s > /dev/null; then
11676 gcc_cv_use_emutls=yes
11677 fi
11678 fi
11679 rm -f conftest.*
11680
11681fi
5213506e
RW
11682{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $gcc_cv_use_emutls" >&5
11683$as_echo "$gcc_cv_use_emutls" >&6; }
5cf9cc96
JZ
11684 if test "$gcc_cv_use_emutls" = "yes" ; then
11685
5213506e 11686$as_echo "#define USE_EMUTLS 1" >>confdefs.h
7544a87f
RH
11687
11688 fi
11689
5213506e 11690ac_config_files="$ac_config_files Makefile testsuite/Makefile testsuite/mfconfig.exp"
076e5443 11691
42fcd7bb 11692cat >confcache <<\_ACEOF
6de9cd9a
DN
11693# This file is a shell script that caches the results of configure
11694# tests run on this system so they can be shared between configure
42fcd7bb
AJ
11695# scripts and configure runs, see configure's option --config-cache.
11696# It is not useful on other systems. If it contains results you don't
11697# want to keep, you may remove or edit it.
6de9cd9a 11698#
42fcd7bb
AJ
11699# config.status only pays attention to the cache file if you give it
11700# the --recheck option to rerun configure.
6de9cd9a 11701#
42fcd7bb
AJ
11702# `ac_cv_env_foo' variables (set or unset) will be overridden when
11703# loading this file, other *unset* `ac_cv_foo' will be assigned the
11704# following values.
11705
11706_ACEOF
11707
6de9cd9a
DN
11708# The following way of writing the cache mishandles newlines in values,
11709# but we know of no workaround that is simple, portable, and efficient.
5213506e 11710# So, we kill variables containing newlines.
6de9cd9a
DN
11711# Ultrix sh set writes to stderr and can't be redirected directly,
11712# and sets the high bit in the cache file unless we assign to the vars.
5213506e
RW
11713(
11714 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11715 eval ac_val=\$$ac_var
11716 case $ac_val in #(
11717 *${as_nl}*)
11718 case $ac_var in #(
11719 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11720$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11721 esac
11722 case $ac_var in #(
11723 _ | IFS | as_nl) ;; #(
11724 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11725 *) { eval $ac_var=; unset $ac_var;} ;;
11726 esac ;;
11727 esac
11728 done
11729
42fcd7bb 11730 (set) 2>&1 |
5213506e
RW
11731 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11732 *${as_nl}ac_space=\ *)
11733 # `set' does not quote correctly, so add quotes: double-quote
11734 # substitution turns \\\\ into \\, and sed turns \\ into \.
42fcd7bb 11735 sed -n \
076e5443
PB
11736 "s/'/'\\\\''/g;
11737 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
5213506e 11738 ;; #(
42fcd7bb
AJ
11739 *)
11740 # `set' quotes correctly as required by POSIX, so do not add quotes.
5213506e 11741 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
42fcd7bb 11742 ;;
5213506e
RW
11743 esac |
11744 sort
11745) |
42fcd7bb 11746 sed '
5213506e 11747 /^ac_cv_env_/b end
42fcd7bb 11748 t clear
5213506e 11749 :clear
42fcd7bb
AJ
11750 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11751 t end
5213506e
RW
11752 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11753 :end' >>confcache
11754if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11755 if test -w "$cache_file"; then
11756 test "x$cache_file" != "x/dev/null" &&
11757 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11758$as_echo "$as_me: updating cache $cache_file" >&6;}
42fcd7bb 11759 cat confcache >$cache_file
6de9cd9a 11760 else
5213506e
RW
11761 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11762$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
6de9cd9a
DN
11763 fi
11764fi
11765rm -f confcache
11766
6de9cd9a
DN
11767test "x$prefix" = xNONE && prefix=$ac_default_prefix
11768# Let make expand exec_prefix.
11769test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11770
6de9cd9a
DN
11771DEFS=-DHAVE_CONFIG_H
11772
42fcd7bb
AJ
11773ac_libobjs=
11774ac_ltlibobjs=
11775for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11776 # 1. Remove the extension, and $U if already installed.
5213506e
RW
11777 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11778 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11779 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11780 # will be set to the directory where LIBOBJS objects are built.
11781 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11782 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
42fcd7bb
AJ
11783done
11784LIBOBJS=$ac_libobjs
6de9cd9a 11785
42fcd7bb
AJ
11786LTLIBOBJS=$ac_ltlibobjs
11787
11788
5213506e
RW
11789 if test -n "$EXEEXT"; then
11790 am__EXEEXT_TRUE=
11791 am__EXEEXT_FALSE='#'
11792else
11793 am__EXEEXT_TRUE='#'
11794 am__EXEEXT_FALSE=
11795fi
11796
42fcd7bb 11797if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
5213506e
RW
11798 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11799Usually this means the macro was only invoked conditionally." "$LINENO" 5
42fcd7bb
AJ
11800fi
11801if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
5213506e
RW
11802 as_fn_error "conditional \"AMDEP\" was never defined.
11803Usually this means the macro was only invoked conditionally." "$LINENO" 5
42fcd7bb
AJ
11804fi
11805if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
5213506e
RW
11806 as_fn_error "conditional \"am__fastdepCC\" was never defined.
11807Usually this means the macro was only invoked conditionally." "$LINENO" 5
42fcd7bb
AJ
11808fi
11809if test -z "${LIBMUDFLAPTH_TRUE}" && test -z "${LIBMUDFLAPTH_FALSE}"; then
5213506e
RW
11810 as_fn_error "conditional \"LIBMUDFLAPTH\" was never defined.
11811Usually this means the macro was only invoked conditionally." "$LINENO" 5
42fcd7bb
AJ
11812fi
11813
11814: ${CONFIG_STATUS=./config.status}
5213506e 11815ac_write_fail=0
42fcd7bb
AJ
11816ac_clean_files_save=$ac_clean_files
11817ac_clean_files="$ac_clean_files $CONFIG_STATUS"
5213506e
RW
11818{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11819$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11820as_write_fail=0
11821cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
42fcd7bb
AJ
11822#! $SHELL
11823# Generated by $as_me.
6de9cd9a 11824# Run this file to recreate the current configuration.
6de9cd9a 11825# Compiler output produced by configure, useful for debugging
42fcd7bb
AJ
11826# configure, is in config.log if it exists.
11827
11828debug=false
11829ac_cs_recheck=false
11830ac_cs_silent=false
42fcd7bb 11831
5213506e
RW
11832SHELL=\${CONFIG_SHELL-$SHELL}
11833export SHELL
11834_ASEOF
11835cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11836## -------------------- ##
11837## M4sh Initialization. ##
11838## -------------------- ##
11839
11840# Be more Bourne compatible
11841DUALCASE=1; export DUALCASE # for MKS sh
11842if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
42fcd7bb
AJ
11843 emulate sh
11844 NULLCMD=:
5213506e 11845 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
42fcd7bb
AJ
11846 # is contrary to our usage. Disable this feature.
11847 alias -g '${1+"$@"}'='"$@"'
5213506e
RW
11848 setopt NO_GLOB_SUBST
11849else
11850 case `(set -o) 2>/dev/null` in #(
11851 *posix*) :
11852 set -o posix ;; #(
11853 *) :
11854 ;;
11855esac
42fcd7bb 11856fi
42fcd7bb 11857
5213506e
RW
11858
11859as_nl='
11860'
11861export as_nl
11862# Printing a long string crashes Solaris 7 /usr/bin/printf.
11863as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11864as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11865as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11866# Prefer a ksh shell builtin over an external printf program on Solaris,
11867# but without wasting forks for bash or zsh.
11868if test -z "$BASH_VERSION$ZSH_VERSION" \
11869 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11870 as_echo='print -r --'
11871 as_echo_n='print -rn --'
11872elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11873 as_echo='printf %s\n'
11874 as_echo_n='printf %s'
11875else
11876 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11877 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11878 as_echo_n='/usr/ucb/echo -n'
11879 else
11880 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11881 as_echo_n_body='eval
11882 arg=$1;
11883 case $arg in #(
11884 *"$as_nl"*)
11885 expr "X$arg" : "X\\(.*\\)$as_nl";
11886 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11887 esac;
11888 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11889 '
11890 export as_echo_n_body
11891 as_echo_n='sh -c $as_echo_n_body as_echo'
11892 fi
11893 export as_echo_body
11894 as_echo='sh -c $as_echo_body as_echo'
11895fi
11896
11897# The user is always right.
11898if test "${PATH_SEPARATOR+set}" != set; then
11899 PATH_SEPARATOR=:
11900 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11901 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11902 PATH_SEPARATOR=';'
11903 }
42fcd7bb 11904fi
6de9cd9a 11905
42fcd7bb 11906
5213506e
RW
11907# IFS
11908# We need space, tab and new line, in precisely that order. Quoting is
11909# there to prevent editors from complaining about space-tab.
11910# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11911# splitting by setting IFS to empty value.)
11912IFS=" "" $as_nl"
11913
11914# Find who we are. Look in the path if we contain no directory separator.
11915case $0 in #((
11916 *[\\/]* ) as_myself=$0 ;;
11917 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11918for as_dir in $PATH
11919do
11920 IFS=$as_save_IFS
11921 test -z "$as_dir" && as_dir=.
11922 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11923 done
11924IFS=$as_save_IFS
11925
11926 ;;
11927esac
11928# We did not find ourselves, most probably we were run as `sh COMMAND'
11929# in which case we are not to be found in the path.
11930if test "x$as_myself" = x; then
11931 as_myself=$0
11932fi
11933if test ! -f "$as_myself"; then
11934 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11935 exit 1
11936fi
11937
11938# Unset variables that we do not need and which cause bugs (e.g. in
11939# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11940# suppresses any "Segmentation fault" message there. '((' could
11941# trigger a bug in pdksh 5.2.14.
11942for as_var in BASH_ENV ENV MAIL MAILPATH
11943do eval test x\${$as_var+set} = xset \
11944 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11945done
42fcd7bb
AJ
11946PS1='$ '
11947PS2='> '
11948PS4='+ '
11949
11950# NLS nuisances.
5213506e
RW
11951LC_ALL=C
11952export LC_ALL
11953LANGUAGE=C
11954export LANGUAGE
11955
11956# CDPATH.
11957(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11958
11959
11960# as_fn_error ERROR [LINENO LOG_FD]
11961# ---------------------------------
11962# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11963# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11964# script with status $?, using 1 if that was 0.
11965as_fn_error ()
11966{
11967 as_status=$?; test $as_status -eq 0 && as_status=1
11968 if test "$3"; then
11969 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11970 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
42fcd7bb 11971 fi
5213506e
RW
11972 $as_echo "$as_me: error: $1" >&2
11973 as_fn_exit $as_status
11974} # as_fn_error
11975
11976
11977# as_fn_set_status STATUS
11978# -----------------------
11979# Set $? to STATUS, without forking.
11980as_fn_set_status ()
11981{
11982 return $1
11983} # as_fn_set_status
11984
11985# as_fn_exit STATUS
11986# -----------------
11987# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11988as_fn_exit ()
11989{
11990 set +e
11991 as_fn_set_status $1
11992 exit $1
11993} # as_fn_exit
11994
11995# as_fn_unset VAR
11996# ---------------
11997# Portably unset VAR.
11998as_fn_unset ()
11999{
12000 { eval $1=; unset $1;}
12001}
12002as_unset=as_fn_unset
12003# as_fn_append VAR VALUE
12004# ----------------------
12005# Append the text in VALUE to the end of the definition contained in VAR. Take
12006# advantage of any shell optimizations that allow amortized linear growth over
12007# repeated appends, instead of the typical quadratic growth present in naive
12008# implementations.
12009if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12010 eval 'as_fn_append ()
12011 {
12012 eval $1+=\$2
12013 }'
12014else
12015 as_fn_append ()
12016 {
12017 eval $1=\$$1\$2
12018 }
12019fi # as_fn_append
12020
12021# as_fn_arith ARG...
12022# ------------------
12023# Perform arithmetic evaluation on the ARGs, and store the result in the
12024# global $as_val. Take advantage of shells that can avoid forks. The arguments
12025# must be portable across $(()) and expr.
12026if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12027 eval 'as_fn_arith ()
12028 {
12029 as_val=$(( $* ))
12030 }'
12031else
12032 as_fn_arith ()
12033 {
12034 as_val=`expr "$@" || test $? -eq 1`
12035 }
12036fi # as_fn_arith
12037
6de9cd9a 12038
5213506e
RW
12039if expr a : '\(a\)' >/dev/null 2>&1 &&
12040 test "X`expr 00001 : '.*\(...\)'`" = X001; then
42fcd7bb
AJ
12041 as_expr=expr
12042else
12043 as_expr=false
12044fi
6de9cd9a 12045
5213506e 12046if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
42fcd7bb
AJ
12047 as_basename=basename
12048else
12049 as_basename=false
12050fi
12051
5213506e
RW
12052if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12053 as_dirname=dirname
12054else
12055 as_dirname=false
12056fi
42fcd7bb 12057
5213506e 12058as_me=`$as_basename -- "$0" ||
42fcd7bb
AJ
12059$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12060 X"$0" : 'X\(//\)$' \| \
5213506e
RW
12061 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12062$as_echo X/"$0" |
12063 sed '/^.*\/\([^/][^/]*\)\/*$/{
12064 s//\1/
12065 q
12066 }
12067 /^X\/\(\/\/\)$/{
12068 s//\1/
12069 q
12070 }
12071 /^X\/\(\/\).*/{
12072 s//\1/
12073 q
12074 }
12075 s/.*/./; q'`
42fcd7bb 12076
42fcd7bb
AJ
12077# Avoid depending upon Character Ranges.
12078as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12079as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12080as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12081as_cr_digits='0123456789'
12082as_cr_alnum=$as_cr_Letters$as_cr_digits
12083
5213506e
RW
12084ECHO_C= ECHO_N= ECHO_T=
12085case `echo -n x` in #(((((
12086-n*)
12087 case `echo 'xy\c'` in
12088 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12089 xy) ECHO_C='\c';;
12090 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12091 ECHO_T=' ';;
12092 esac;;
12093*)
12094 ECHO_N='-n';;
42fcd7bb
AJ
12095esac
12096
5213506e
RW
12097rm -f conf$$ conf$$.exe conf$$.file
12098if test -d conf$$.dir; then
12099 rm -f conf$$.dir/conf$$.file
42fcd7bb 12100else
5213506e
RW
12101 rm -f conf$$.dir
12102 mkdir conf$$.dir 2>/dev/null
42fcd7bb 12103fi
5213506e
RW
12104if (echo >conf$$.file) 2>/dev/null; then
12105 if ln -s conf$$.file conf$$ 2>/dev/null; then
42fcd7bb 12106 as_ln_s='ln -s'
5213506e
RW
12107 # ... but there are two gotchas:
12108 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12109 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12110 # In both cases, we have to default to `cp -p'.
12111 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12112 as_ln_s='cp -p'
12113 elif ln conf$$.file conf$$ 2>/dev/null; then
12114 as_ln_s=ln
12115 else
12116 as_ln_s='cp -p'
6de9cd9a 12117 fi
42fcd7bb
AJ
12118else
12119 as_ln_s='cp -p'
12120fi
5213506e
RW
12121rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12122rmdir conf$$.dir 2>/dev/null
12123
12124
12125# as_fn_mkdir_p
12126# -------------
12127# Create "$as_dir" as a directory, including parents if necessary.
12128as_fn_mkdir_p ()
12129{
12130
12131 case $as_dir in #(
12132 -*) as_dir=./$as_dir;;
12133 esac
12134 test -d "$as_dir" || eval $as_mkdir_p || {
12135 as_dirs=
12136 while :; do
12137 case $as_dir in #(
12138 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12139 *) as_qdir=$as_dir;;
12140 esac
12141 as_dirs="'$as_qdir' $as_dirs"
12142 as_dir=`$as_dirname -- "$as_dir" ||
12143$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12144 X"$as_dir" : 'X\(//\)[^/]' \| \
12145 X"$as_dir" : 'X\(//\)$' \| \
12146 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12147$as_echo X"$as_dir" |
12148 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12149 s//\1/
12150 q
12151 }
12152 /^X\(\/\/\)[^/].*/{
12153 s//\1/
12154 q
12155 }
12156 /^X\(\/\/\)$/{
12157 s//\1/
12158 q
12159 }
12160 /^X\(\/\).*/{
12161 s//\1/
12162 q
12163 }
12164 s/.*/./; q'`
12165 test -d "$as_dir" && break
12166 done
12167 test -z "$as_dirs" || eval "mkdir $as_dirs"
12168 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
12169
42fcd7bb 12170
5213506e 12171} # as_fn_mkdir_p
42fcd7bb 12172if mkdir -p . 2>/dev/null; then
5213506e 12173 as_mkdir_p='mkdir -p "$as_dir"'
42fcd7bb 12174else
076e5443 12175 test -d ./-p && rmdir ./-p
42fcd7bb
AJ
12176 as_mkdir_p=false
12177fi
5213506e
RW
12178
12179if test -x / >/dev/null 2>&1; then
12180 as_test_x='test -x'
12181else
12182 if ls -dL / >/dev/null 2>&1; then
12183 as_ls_L_option=L
12184 else
12185 as_ls_L_option=
12186 fi
12187 as_test_x='
12188 eval sh -c '\''
12189 if test -d "$1"; then
12190 test -d "$1/.";
12191 else
12192 case $1 in #(
12193 -*)set "./$1";;
12194 esac;
12195 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12196 ???[sx]*):;;*)false;;esac;fi
12197 '\'' sh
12198 '
12199fi
12200as_executable_p=$as_test_x
42fcd7bb
AJ
12201
12202# Sed expression to map a string onto a valid CPP name.
076e5443 12203as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
42fcd7bb
AJ
12204
12205# Sed expression to map a string onto a valid variable name.
076e5443 12206as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
42fcd7bb
AJ
12207
12208
42fcd7bb 12209exec 6>&1
5213506e
RW
12210## ----------------------------------- ##
12211## Main body of $CONFIG_STATUS script. ##
12212## ----------------------------------- ##
12213_ASEOF
12214test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12215
12216cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12217# Save the log message, to keep $0 and so on meaningful, and to
42fcd7bb 12218# report actual input values of CONFIG_FILES etc. instead of their
5213506e
RW
12219# values after options handling.
12220ac_log="
076e5443 12221This file was extended by libmudflap $as_me 1.0, which was
5213506e 12222generated by GNU Autoconf 2.64. Invocation command line was
42fcd7bb
AJ
12223
12224 CONFIG_FILES = $CONFIG_FILES
12225 CONFIG_HEADERS = $CONFIG_HEADERS
12226 CONFIG_LINKS = $CONFIG_LINKS
12227 CONFIG_COMMANDS = $CONFIG_COMMANDS
12228 $ $0 $@
12229
5213506e
RW
12230on `(hostname || uname -n) 2>/dev/null | sed 1q`
12231"
12232
42fcd7bb
AJ
12233_ACEOF
12234
5213506e
RW
12235case $ac_config_files in *"
12236"*) set x $ac_config_files; shift; ac_config_files=$*;;
12237esac
42fcd7bb 12238
5213506e
RW
12239case $ac_config_headers in *"
12240"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12241esac
42fcd7bb 12242
42fcd7bb 12243
5213506e
RW
12244cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12245# Files that config.status was made for.
12246config_files="$ac_config_files"
12247config_headers="$ac_config_headers"
12248config_commands="$ac_config_commands"
42fcd7bb 12249
5213506e 12250_ACEOF
42fcd7bb 12251
5213506e 12252cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42fcd7bb 12253ac_cs_usage="\
5213506e
RW
12254\`$as_me' instantiates files and other configuration actions
12255from templates according to the current configuration. Unless the files
12256and actions are specified as TAGs, all are instantiated by default.
42fcd7bb 12257
5213506e 12258Usage: $0 [OPTION]... [TAG]...
42fcd7bb
AJ
12259
12260 -h, --help print this help, then exit
5213506e
RW
12261 -V, --version print version number and configuration settings, then exit
12262 -q, --quiet, --silent
12263 do not print progress messages
42fcd7bb
AJ
12264 -d, --debug don't remove temporary files
12265 --recheck update $as_me by reconfiguring in the same conditions
5213506e
RW
12266 --file=FILE[:TEMPLATE]
12267 instantiate the configuration file FILE
12268 --header=FILE[:TEMPLATE]
12269 instantiate the configuration header FILE
42fcd7bb
AJ
12270
12271Configuration files:
12272$config_files
12273
12274Configuration headers:
12275$config_headers
12276
12277Configuration commands:
12278$config_commands
12279
5213506e 12280Report bugs to the package provider."
42fcd7bb 12281
5213506e
RW
12282_ACEOF
12283cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42fcd7bb 12284ac_cs_version="\\
076e5443 12285libmudflap config.status 1.0
5213506e
RW
12286configured by $0, generated by GNU Autoconf 2.64,
12287 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
42fcd7bb 12288
5213506e 12289Copyright (C) 2009 Free Software Foundation, Inc.
42fcd7bb
AJ
12290This config.status script is free software; the Free Software Foundation
12291gives unlimited permission to copy, distribute and modify it."
5213506e
RW
12292
12293ac_pwd='$ac_pwd'
12294srcdir='$srcdir'
12295INSTALL='$INSTALL'
12296MKDIR_P='$MKDIR_P'
12297AWK='$AWK'
12298test -n "\$AWK" || AWK=awk
42fcd7bb
AJ
12299_ACEOF
12300
5213506e
RW
12301cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12302# The default lists apply if the user does not specify any file.
42fcd7bb
AJ
12303ac_need_defaults=:
12304while test $# != 0
12305do
12306 case $1 in
12307 --*=*)
5213506e
RW
12308 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12309 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
42fcd7bb
AJ
12310 ac_shift=:
12311 ;;
5213506e 12312 *)
42fcd7bb
AJ
12313 ac_option=$1
12314 ac_optarg=$2
12315 ac_shift=shift
12316 ;;
42fcd7bb
AJ
12317 esac
12318
12319 case $ac_option in
12320 # Handling of the options.
42fcd7bb
AJ
12321 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12322 ac_cs_recheck=: ;;
5213506e
RW
12323 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12324 $as_echo "$ac_cs_version"; exit ;;
12325 --debug | --debu | --deb | --de | --d | -d )
42fcd7bb
AJ
12326 debug=: ;;
12327 --file | --fil | --fi | --f )
12328 $ac_shift
5213506e
RW
12329 case $ac_optarg in
12330 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12331 esac
12332 as_fn_append CONFIG_FILES " '$ac_optarg'"
42fcd7bb
AJ
12333 ac_need_defaults=false;;
12334 --header | --heade | --head | --hea )
12335 $ac_shift
5213506e
RW
12336 case $ac_optarg in
12337 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12338 esac
12339 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
42fcd7bb 12340 ac_need_defaults=false;;
5213506e
RW
12341 --he | --h)
12342 # Conflict between --help and --header
12343 as_fn_error "ambiguous option: \`$1'
12344Try \`$0 --help' for more information.";;
12345 --help | --hel | -h )
12346 $as_echo "$ac_cs_usage"; exit ;;
42fcd7bb
AJ
12347 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12348 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12349 ac_cs_silent=: ;;
12350
12351 # This is an error.
5213506e
RW
12352 -*) as_fn_error "unrecognized option: \`$1'
12353Try \`$0 --help' for more information." ;;
42fcd7bb 12354
5213506e
RW
12355 *) as_fn_append ac_config_targets " $1"
12356 ac_need_defaults=false ;;
42fcd7bb
AJ
12357
12358 esac
12359 shift
6de9cd9a 12360done
42fcd7bb
AJ
12361
12362ac_configure_extra_args=
12363
12364if $ac_cs_silent; then
12365 exec 6>/dev/null
12366 ac_configure_extra_args="$ac_configure_extra_args --silent"
6de9cd9a 12367fi
6de9cd9a 12368
42fcd7bb 12369_ACEOF
5213506e 12370cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42fcd7bb 12371if \$ac_cs_recheck; then
5213506e
RW
12372 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12373 shift
12374 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12375 CONFIG_SHELL='$SHELL'
12376 export CONFIG_SHELL
12377 exec "\$@"
42fcd7bb 12378fi
6de9cd9a 12379
42fcd7bb 12380_ACEOF
5213506e
RW
12381cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12382exec 5>>config.log
12383{
12384 echo
12385 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12386## Running $as_me. ##
12387_ASBOX
12388 $as_echo "$ac_log"
12389} >&5
42fcd7bb 12390
5213506e
RW
12391_ACEOF
12392cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
42fcd7bb 12393#
5213506e 12394# INIT-COMMANDS
42fcd7bb
AJ
12395#
12396
42fcd7bb
AJ
12397srcdir="$srcdir"
12398host="$host"
12399target="$target"
12400with_multisubdir="$with_multisubdir"
12401with_multisrctop="$with_multisrctop"
12402with_target_subdir="$with_target_subdir"
12403ac_configure_args="${multilib_arg} ${ac_configure_args}"
12404multi_basedir="$multi_basedir"
12405CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
12406CC="$CC"
396b7fa4
JM
12407CXX="$CXX"
12408GFORTRAN="$GFORTRAN"
12409GCJ="$GCJ"
42fcd7bb
AJ
12410AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12411
1cf3d07d
SE
12412
12413# The HP-UX ksh and POSIX shell print the target directory to stdout
12414# if CDPATH is set.
12415(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12416
12417sed_quote_subst='$sed_quote_subst'
12418double_quote_subst='$double_quote_subst'
12419delay_variable_subst='$delay_variable_subst'
43e02a8a
RW
12420macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12421macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12422enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12423enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12424pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12425enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12426SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12427ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12428host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12429host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12430host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12431build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12432build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12433build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12434SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12435Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12436GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12437EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12438FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12439LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12440NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12441LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12442max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12443ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12444exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12445lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12446lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12447lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12448reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12449reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12450OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12451deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12452file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12453AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12454AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12455STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12456RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12457old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12458old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12459old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12460lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12461CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12462CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12463compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12464GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12465lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12466lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12467lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12468lt_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"`'
12469objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12470MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12471lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12472lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12473lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12474lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12475lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12476need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12477DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12478NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12479LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12480OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12481OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12482libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12483shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12484extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12485archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12486enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12487export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12488whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12489compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12490old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12491old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12492archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12493archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12494module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12495module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12496with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12497allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12498no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12499hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12500hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12501hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12502hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12503hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12504hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12505hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12506hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12507inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12508link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12509fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12510always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12511export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12512exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12513include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12514prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12515file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12516variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12517need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12518need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12519version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12520runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12521shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12522shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12523libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12524library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12525soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12526install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12527postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12528postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12529finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12530finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12531hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12532sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12533sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12534hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12535enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12536enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12537enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12538old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12539striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
1cf3d07d
SE
12540
12541LTCC='$LTCC'
12542LTCFLAGS='$LTCFLAGS'
12543compiler='$compiler_DEFAULT'
12544
43e02a8a
RW
12545# A function that is used when there is no print builtin or printf.
12546func_fallback_echo ()
12547{
12548 eval 'cat <<_LTECHO_EOF
12549\$1
12550_LTECHO_EOF'
12551}
12552
1cf3d07d 12553# Quote evaled strings.
43e02a8a
RW
12554for var in SHELL \
12555ECHO \
12556SED \
1cf3d07d
SE
12557GREP \
12558EGREP \
12559FGREP \
12560LD \
12561NM \
12562LN_S \
12563lt_SP2NL \
12564lt_NL2SP \
12565reload_flag \
397ccf31 12566OBJDUMP \
1cf3d07d
SE
12567deplibs_check_method \
12568file_magic_cmd \
12569AR \
12570AR_FLAGS \
12571STRIP \
12572RANLIB \
12573CC \
12574CFLAGS \
12575compiler \
12576lt_cv_sys_global_symbol_pipe \
12577lt_cv_sys_global_symbol_to_cdecl \
12578lt_cv_sys_global_symbol_to_c_name_address \
397ccf31 12579lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
1cf3d07d
SE
12580lt_prog_compiler_no_builtin_flag \
12581lt_prog_compiler_wl \
12582lt_prog_compiler_pic \
12583lt_prog_compiler_static \
12584lt_cv_prog_compiler_c_o \
12585need_locks \
397ccf31
PG
12586DSYMUTIL \
12587NMEDIT \
12588LIPO \
12589OTOOL \
12590OTOOL64 \
1cf3d07d
SE
12591shrext_cmds \
12592export_dynamic_flag_spec \
12593whole_archive_flag_spec \
12594compiler_needs_object \
12595with_gnu_ld \
12596allow_undefined_flag \
12597no_undefined_flag \
12598hardcode_libdir_flag_spec \
12599hardcode_libdir_flag_spec_ld \
12600hardcode_libdir_separator \
12601fix_srcfile_path \
12602exclude_expsyms \
12603include_expsyms \
12604file_list_spec \
12605variables_saved_for_relink \
12606libname_spec \
12607library_names_spec \
12608soname_spec \
43e02a8a 12609install_override_mode \
1cf3d07d
SE
12610finish_eval \
12611old_striplib \
12612striplib; do
43e02a8a 12613 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
1cf3d07d 12614 *[\\\\\\\`\\"\\\$]*)
43e02a8a 12615 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
1cf3d07d
SE
12616 ;;
12617 *)
12618 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12619 ;;
12620 esac
12621done
12622
12623# Double-quote double-evaled strings.
12624for var in reload_cmds \
12625old_postinstall_cmds \
12626old_postuninstall_cmds \
12627old_archive_cmds \
12628extract_expsyms_cmds \
12629old_archive_from_new_cmds \
12630old_archive_from_expsyms_cmds \
12631archive_cmds \
12632archive_expsym_cmds \
12633module_cmds \
12634module_expsym_cmds \
12635export_symbols_cmds \
12636prelink_cmds \
12637postinstall_cmds \
12638postuninstall_cmds \
12639finish_cmds \
12640sys_lib_search_path_spec \
12641sys_lib_dlsearch_path_spec; do
43e02a8a 12642 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
1cf3d07d 12643 *[\\\\\\\`\\"\\\$]*)
43e02a8a 12644 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
1cf3d07d
SE
12645 ;;
12646 *)
12647 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12648 ;;
12649 esac
12650done
12651
1cf3d07d
SE
12652ac_aux_dir='$ac_aux_dir'
12653xsi_shell='$xsi_shell'
12654lt_shell_append='$lt_shell_append'
12655
12656# See if we are running on zsh, and set the options which allow our
12657# commands through without removal of \ escapes INIT.
12658if test -n "\${ZSH_VERSION+set}" ; then
12659 setopt NO_GLOB_SUBST
12660fi
12661
12662
12663 PACKAGE='$PACKAGE'
12664 VERSION='$VERSION'
12665 TIMESTAMP='$TIMESTAMP'
12666 RM='$RM'
12667 ofile='$ofile'
12668
12669
12670
12671
42fcd7bb
AJ
12672_ACEOF
12673
5213506e 12674cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42fcd7bb 12675
5213506e 12676# Handling of arguments.
42fcd7bb
AJ
12677for ac_config_target in $ac_config_targets
12678do
5213506e
RW
12679 case $ac_config_target in
12680 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
12681 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12682 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12683 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12684 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12685 "testsuite/Makefile") CONFIG_FILES="$CONFIG_FILES testsuite/Makefile" ;;
12686 "testsuite/mfconfig.exp") CONFIG_FILES="$CONFIG_FILES testsuite/mfconfig.exp" ;;
12687
12688 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
6de9cd9a 12689 esac
42fcd7bb 12690done
6de9cd9a 12691
5213506e 12692
42fcd7bb
AJ
12693# If the user did not use the arguments to specify the items to instantiate,
12694# then the envvar interface is used. Set only those that are not.
12695# We use the long form for the default assignment because of an extremely
12696# bizarre bug on SunOS 4.1.3.
12697if $ac_need_defaults; then
12698 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12699 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12700 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12701fi
12702
12703# Have a temporary directory for convenience. Make it in the build tree
5213506e 12704# simply because there is no reason against having it here, and in addition,
42fcd7bb 12705# creating and moving files from /tmp can sometimes cause problems.
5213506e
RW
12706# Hook for its removal unless debugging.
12707# Note that there is a small window in which the directory will not be cleaned:
12708# after its creation but before its name has been assigned to `$tmp'.
42fcd7bb
AJ
12709$debug ||
12710{
5213506e
RW
12711 tmp=
12712 trap 'exit_status=$?
12713 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12714' 0
12715 trap 'as_fn_exit 1' 1 2 13 15
42fcd7bb 12716}
42fcd7bb
AJ
12717# Create a (secure) tmp directory for tmp files.
12718
12719{
5213506e 12720 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
42fcd7bb
AJ
12721 test -n "$tmp" && test -d "$tmp"
12722} ||
12723{
5213506e
RW
12724 tmp=./conf$$-$RANDOM
12725 (umask 077 && mkdir "$tmp")
12726} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
12727
12728# Set up the scripts for CONFIG_FILES section.
12729# No need to generate them if there are no CONFIG_FILES.
12730# This happens for instance with `./config.status config.h'.
12731if test -n "$CONFIG_FILES"; then
12732
12733
12734ac_cr=`echo X | tr X '\015'`
12735# On cygwin, bash can eat \r inside `` if the user requested igncr.
12736# But we know of no other shell where ac_cr would be empty at this
12737# point, so we can use a bashism as a fallback.
12738if test "x$ac_cr" = x; then
12739 eval ac_cr=\$\'\\r\'
12740fi
12741ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12742if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12743 ac_cs_awk_cr='\r'
12744else
12745 ac_cs_awk_cr=$ac_cr
12746fi
12747
12748echo 'BEGIN {' >"$tmp/subs1.awk" &&
12749_ACEOF
12750
12751
12752{
12753 echo "cat >conf$$subs.awk <<_ACEOF" &&
12754 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12755 echo "_ACEOF"
12756} >conf$$subs.sh ||
12757 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12758ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12759ac_delim='%!_!# '
12760for ac_last_try in false false false false false :; do
12761 . ./conf$$subs.sh ||
12762 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12763
12764 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12765 if test $ac_delim_n = $ac_delim_num; then
12766 break
12767 elif $ac_last_try; then
12768 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12769 else
12770 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12771 fi
12772done
12773rm -f conf$$subs.sh
12774
12775cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12776cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12777_ACEOF
12778sed -n '
12779h
12780s/^/S["/; s/!.*/"]=/
12781p
12782g
12783s/^[^!]*!//
12784:repl
12785t repl
12786s/'"$ac_delim"'$//
12787t delim
12788:nl
12789h
12790s/\(.\{148\}\).*/\1/
12791t more1
12792s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12793p
12794n
12795b repl
12796:more1
12797s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12798p
12799g
12800s/.\{148\}//
12801t nl
12802:delim
12803h
12804s/\(.\{148\}\).*/\1/
12805t more2
12806s/["\\]/\\&/g; s/^/"/; s/$/"/
12807p
12808b
12809:more2
12810s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12811p
12812g
12813s/.\{148\}//
12814t delim
12815' <conf$$subs.awk | sed '
12816/^[^""]/{
12817 N
12818 s/\n//
12819}
12820' >>$CONFIG_STATUS || ac_write_fail=1
12821rm -f conf$$subs.awk
12822cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12823_ACAWK
12824cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12825 for (key in S) S_is_set[key] = 1
12826 FS = "\a"
12827
12828}
42fcd7bb 12829{
5213506e
RW
12830 line = $ 0
12831 nfields = split(line, field, "@")
12832 substed = 0
12833 len = length(field[1])
12834 for (i = 2; i < nfields; i++) {
12835 key = field[i]
12836 keylen = length(key)
12837 if (S_is_set[key]) {
12838 value = S[key]
12839 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12840 len += length(value) + length(field[++i])
12841 substed = 1
12842 } else
12843 len += 1 + keylen
12844 }
12845
12846 print line
42fcd7bb
AJ
12847}
12848
5213506e
RW
12849_ACAWK
12850_ACEOF
12851cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12852if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12853 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12854else
12855 cat
12856fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12857 || as_fn_error "could not setup config files machinery" "$LINENO" 5
42fcd7bb
AJ
12858_ACEOF
12859
5213506e
RW
12860# VPATH may cause trouble with some makes, so we remove $(srcdir),
12861# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12862# trailing colons and then remove the whole line if VPATH becomes empty
12863# (actually we leave an empty line to preserve line numbers).
12864if test "x$srcdir" = x.; then
12865 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12866s/:*\$(srcdir):*/:/
12867s/:*\${srcdir}:*/:/
12868s/:*@srcdir@:*/:/
12869s/^\([^=]*=[ ]*\):*/\1/
12870s/:*$//
12871s/^[^=]*=[ ]*$//
12872}'
12873fi
42fcd7bb 12874
5213506e
RW
12875cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12876fi # test -n "$CONFIG_FILES"
42fcd7bb 12877
5213506e
RW
12878# Set up the scripts for CONFIG_HEADERS section.
12879# No need to generate them if there are no CONFIG_HEADERS.
12880# This happens for instance with `./config.status Makefile'.
12881if test -n "$CONFIG_HEADERS"; then
12882cat >"$tmp/defines.awk" <<\_ACAWK ||
12883BEGIN {
42fcd7bb
AJ
12884_ACEOF
12885
5213506e
RW
12886# Transform confdefs.h into an awk script `defines.awk', embedded as
12887# here-document in config.status, that substitutes the proper values into
12888# config.h.in to produce config.h.
12889
12890# Create a delimiter string that does not exist in confdefs.h, to ease
12891# handling of long lines.
12892ac_delim='%!_!# '
12893for ac_last_try in false false :; do
12894 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12895 if test -z "$ac_t"; then
12896 break
12897 elif $ac_last_try; then
12898 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12899 else
12900 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
6de9cd9a 12901 fi
5213506e 12902done
6de9cd9a 12903
5213506e
RW
12904# For the awk script, D is an array of macro values keyed by name,
12905# likewise P contains macro parameters if any. Preserve backslash
12906# newline sequences.
12907
12908ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12909sed -n '
12910s/.\{148\}/&'"$ac_delim"'/g
12911t rset
12912:rset
12913s/^[ ]*#[ ]*define[ ][ ]*/ /
12914t def
12915d
12916:def
12917s/\\$//
12918t bsnl
12919s/["\\]/\\&/g
12920s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12921D["\1"]=" \3"/p
12922s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12923d
12924:bsnl
12925s/["\\]/\\&/g
12926s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12927D["\1"]=" \3\\\\\\n"\\/p
12928t cont
12929s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12930t cont
12931d
12932:cont
12933n
12934s/.\{148\}/&'"$ac_delim"'/g
12935t clear
12936:clear
12937s/\\$//
12938t bsnlc
12939s/["\\]/\\&/g; s/^/"/; s/$/"/p
12940d
12941:bsnlc
12942s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12943b cont
12944' <confdefs.h | sed '
12945s/'"$ac_delim"'/"\\\
12946"/g' >>$CONFIG_STATUS || ac_write_fail=1
12947
12948cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12949 for (key in D) D_is_set[key] = 1
12950 FS = "\a"
12951}
12952/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12953 line = \$ 0
12954 split(line, arg, " ")
12955 if (arg[1] == "#") {
12956 defundef = arg[2]
12957 mac1 = arg[3]
12958 } else {
12959 defundef = substr(arg[1], 2)
12960 mac1 = arg[2]
12961 }
12962 split(mac1, mac2, "(") #)
12963 macro = mac2[1]
12964 prefix = substr(line, 1, index(line, defundef) - 1)
12965 if (D_is_set[macro]) {
12966 # Preserve the white space surrounding the "#".
12967 print prefix "define", macro P[macro] D[macro]
12968 next
12969 } else {
12970 # Replace #undef with comments. This is necessary, for example,
12971 # in the case of _POSIX_SOURCE, which is predefined and required
12972 # on some systems where configure will not decide to define it.
12973 if (defundef == "undef") {
12974 print "/*", prefix defundef, macro, "*/"
12975 next
12976 }
12977 }
12978}
12979{ print }
12980_ACAWK
42fcd7bb 12981_ACEOF
5213506e
RW
12982cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12983 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12984fi # test -n "$CONFIG_HEADERS"
12985
12986
12987eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12988shift
12989for ac_tag
12990do
12991 case $ac_tag in
12992 :[FHLC]) ac_mode=$ac_tag; continue;;
12993 esac
12994 case $ac_mode$ac_tag in
12995 :[FHL]*:*);;
12996 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12997 :[FH]-) ac_tag=-:-;;
12998 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12999 esac
13000 ac_save_IFS=$IFS
13001 IFS=:
13002 set x $ac_tag
13003 IFS=$ac_save_IFS
13004 shift
13005 ac_file=$1
13006 shift
13007
13008 case $ac_mode in
13009 :L) ac_source=$1;;
13010 :[FH])
13011 ac_file_inputs=
13012 for ac_f
13013 do
13014 case $ac_f in
13015 -) ac_f="$tmp/stdin";;
13016 *) # Look for the file first in the build tree, then in the source tree
13017 # (if the path is not absolute). The absolute path cannot be DOS-style,
13018 # because $ac_f cannot contain `:'.
13019 test -f "$ac_f" ||
13020 case $ac_f in
13021 [\\/$]*) false;;
13022 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13023 esac ||
13024 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
13025 esac
13026 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
13027 as_fn_append ac_file_inputs " '$ac_f'"
13028 done
13029
13030 # Let's still pretend it is `configure' which instantiates (i.e., don't
13031 # use $as_me), people would be surprised to read:
13032 # /* config.h. Generated by config.status. */
13033 configure_input='Generated from '`
13034 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13035 `' by configure.'
13036 if test x"$ac_file" != x-; then
13037 configure_input="$ac_file. $configure_input"
13038 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
13039$as_echo "$as_me: creating $ac_file" >&6;}
13040 fi
13041 # Neutralize special characters interpreted by sed in replacement strings.
13042 case $configure_input in #(
13043 *\&* | *\|* | *\\* )
13044 ac_sed_conf_input=`$as_echo "$configure_input" |
13045 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13046 *) ac_sed_conf_input=$configure_input;;
13047 esac
13048
13049 case $ac_tag in
13050 *:-:* | *:-) cat >"$tmp/stdin" \
13051 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
13052 esac
13053 ;;
6de9cd9a
DN
13054 esac
13055
5213506e 13056 ac_dir=`$as_dirname -- "$ac_file" ||
42fcd7bb 13057$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
076e5443
PB
13058 X"$ac_file" : 'X\(//\)[^/]' \| \
13059 X"$ac_file" : 'X\(//\)$' \| \
5213506e
RW
13060 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13061$as_echo X"$ac_file" |
13062 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13063 s//\1/
13064 q
13065 }
13066 /^X\(\/\/\)[^/].*/{
13067 s//\1/
13068 q
13069 }
13070 /^X\(\/\/\)$/{
13071 s//\1/
13072 q
13073 }
13074 /^X\(\/\).*/{
13075 s//\1/
13076 q
13077 }
13078 s/.*/./; q'`
13079 as_dir="$ac_dir"; as_fn_mkdir_p
42fcd7bb
AJ
13080 ac_builddir=.
13081
5213506e
RW
13082case "$ac_dir" in
13083.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13084*)
13085 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13086 # A ".." for each directory in $ac_dir_suffix.
13087 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13088 case $ac_top_builddir_sub in
13089 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13090 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13091 esac ;;
13092esac
13093ac_abs_top_builddir=$ac_pwd
13094ac_abs_builddir=$ac_pwd$ac_dir_suffix
13095# for backward compatibility:
13096ac_top_builddir=$ac_top_build_prefix
42fcd7bb
AJ
13097
13098case $srcdir in
5213506e 13099 .) # We are building in place.
42fcd7bb 13100 ac_srcdir=.
5213506e
RW
13101 ac_top_srcdir=$ac_top_builddir_sub
13102 ac_abs_top_srcdir=$ac_pwd ;;
13103 [\\/]* | ?:[\\/]* ) # Absolute name.
42fcd7bb 13104 ac_srcdir=$srcdir$ac_dir_suffix;
5213506e
RW
13105 ac_top_srcdir=$srcdir
13106 ac_abs_top_srcdir=$srcdir ;;
13107 *) # Relative name.
13108 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13109 ac_top_srcdir=$ac_top_build_prefix$srcdir
13110 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
42fcd7bb 13111esac
5213506e 13112ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
076e5443 13113
42fcd7bb 13114
5213506e
RW
13115 case $ac_mode in
13116 :F)
13117 #
13118 # CONFIG_FILE
13119 #
42fcd7bb
AJ
13120
13121 case $INSTALL in
13122 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5213506e
RW
13123 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13124 esac
13125 ac_MKDIR_P=$MKDIR_P
13126 case $MKDIR_P in
13127 [\\/$]* | ?:[\\/]* ) ;;
13128 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
6de9cd9a 13129 esac
5213506e 13130_ACEOF
6de9cd9a 13131
5213506e
RW
13132cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13133# If the template does not know about datarootdir, expand it.
13134# FIXME: This hack should be removed a few years after 2.60.
13135ac_datarootdir_hack=; ac_datarootdir_seen=
13136ac_sed_dataroot='
13137/datarootdir/ {
13138 p
13139 q
13140}
13141/@datadir@/p
13142/@docdir@/p
13143/@infodir@/p
13144/@localedir@/p
13145/@mandir@/p'
13146case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13147*datarootdir*) ac_datarootdir_seen=yes;;
13148*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13149 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13150$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13151_ACEOF
13152cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13153 ac_datarootdir_hack='
13154 s&@datadir@&$datadir&g
13155 s&@docdir@&$docdir&g
13156 s&@infodir@&$infodir&g
13157 s&@localedir@&$localedir&g
13158 s&@mandir@&$mandir&g
13159 s&\\\${datarootdir}&$datarootdir&g' ;;
13160esac
42fcd7bb 13161_ACEOF
5213506e
RW
13162
13163# Neutralize VPATH when `$srcdir' = `.'.
13164# Shell code in configure.ac might set extrasub.
13165# FIXME: do we really want to maintain this feature?
13166cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13167ac_sed_extra="$ac_vpsub
42fcd7bb
AJ
13168$extrasub
13169_ACEOF
5213506e 13170cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
42fcd7bb
AJ
13171:t
13172/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5213506e
RW
13173s|@configure_input@|$ac_sed_conf_input|;t t
13174s&@top_builddir@&$ac_top_builddir_sub&;t t
13175s&@top_build_prefix@&$ac_top_build_prefix&;t t
13176s&@srcdir@&$ac_srcdir&;t t
13177s&@abs_srcdir@&$ac_abs_srcdir&;t t
13178s&@top_srcdir@&$ac_top_srcdir&;t t
13179s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13180s&@builddir@&$ac_builddir&;t t
13181s&@abs_builddir@&$ac_abs_builddir&;t t
13182s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13183s&@INSTALL@&$ac_INSTALL&;t t
13184s&@MKDIR_P@&$ac_MKDIR_P&;t t
13185$ac_datarootdir_hack
13186"
13187eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
13188 || as_fn_error "could not create $ac_file" "$LINENO" 5
13189
13190test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13191 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
13192 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
13193 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13194which seems to be undefined. Please make sure it is defined." >&5
13195$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13196which seems to be undefined. Please make sure it is defined." >&2;}
13197
13198 rm -f "$tmp/stdin"
42fcd7bb 13199 case $ac_file in
5213506e
RW
13200 -) cat "$tmp/out" && rm -f "$tmp/out";;
13201 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
13202 esac \
13203 || as_fn_error "could not create $ac_file" "$LINENO" 5
13204 ;;
13205 :H)
13206 #
13207 # CONFIG_HEADER
13208 #
42fcd7bb 13209 if test x"$ac_file" != x-; then
5213506e
RW
13210 {
13211 $as_echo "/* $configure_input */" \
13212 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
13213 } >"$tmp/config.h" \
13214 || as_fn_error "could not create $ac_file" "$LINENO" 5
13215 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
13216 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13217$as_echo "$as_me: $ac_file is unchanged" >&6;}
42fcd7bb 13218 else
5213506e
RW
13219 rm -f "$ac_file"
13220 mv "$tmp/config.h" "$ac_file" \
13221 || as_fn_error "could not create $ac_file" "$LINENO" 5
6de9cd9a 13222 fi
42fcd7bb 13223 else
5213506e
RW
13224 $as_echo "/* $configure_input */" \
13225 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
13226 || as_fn_error "could not create -" "$LINENO" 5
6de9cd9a 13227 fi
5213506e
RW
13228# Compute "$ac_file"'s index in $config_headers.
13229_am_arg="$ac_file"
42fcd7bb
AJ
13230_am_stamp_count=1
13231for _am_header in $config_headers :; do
13232 case $_am_header in
5213506e 13233 $_am_arg | $_am_arg:* )
42fcd7bb
AJ
13234 break ;;
13235 * )
13236 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13237 esac
13238done
5213506e
RW
13239echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13240$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13241 X"$_am_arg" : 'X\(//\)[^/]' \| \
13242 X"$_am_arg" : 'X\(//\)$' \| \
13243 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13244$as_echo X"$_am_arg" |
13245 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13246 s//\1/
13247 q
13248 }
13249 /^X\(\/\/\)[^/].*/{
13250 s//\1/
13251 q
13252 }
13253 /^X\(\/\/\)$/{
13254 s//\1/
13255 q
13256 }
13257 /^X\(\/\).*/{
13258 s//\1/
13259 q
13260 }
13261 s/.*/./; q'`/stamp-h$_am_stamp_count
13262 ;;
076e5443 13263
5213506e
RW
13264 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13265$as_echo "$as_me: executing $ac_file commands" >&6;}
13266 ;;
13267 esac
42fcd7bb
AJ
13268
13269
5213506e
RW
13270 case $ac_file$ac_mode in
13271 "default-1":C)
42fcd7bb
AJ
13272# Only add multilib support code if we just rebuilt the top-level
13273# Makefile.
13274case " $CONFIG_FILES " in
13275 *" Makefile "*)
13276 ac_file=Makefile . ${multi_basedir}/config-ml.in
13277 ;;
13278esac ;;
5213506e
RW
13279 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
13280 # Autoconf 2.62 quotes --file arguments for eval, but not when files
13281 # are listed without --file. Let's play safe and only enable the eval
13282 # if we detect the quoting.
13283 case $CONFIG_FILES in
13284 *\'*) eval set x "$CONFIG_FILES" ;;
13285 *) set x $CONFIG_FILES ;;
13286 esac
13287 shift
13288 for mf
13289 do
13290 # Strip MF so we end up with the name of the file.
13291 mf=`echo "$mf" | sed -e 's/:.*$//'`
13292 # Check whether this is an Automake generated Makefile or not.
13293 # We used to match only the files named `Makefile.in', but
13294 # some people rename them; so instead we look at the file content.
13295 # Grep'ing the first line is not enough: some people post-process
13296 # each Makefile.in and add a new line on top of each file to say so.
13297 # Grep'ing the whole file is not good either: AIX grep has a line
13298 # limit of 2048, but all sed's we know have understand at least 4000.
13299 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13300 dirpart=`$as_dirname -- "$mf" ||
42fcd7bb 13301$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
076e5443
PB
13302 X"$mf" : 'X\(//\)[^/]' \| \
13303 X"$mf" : 'X\(//\)$' \| \
5213506e
RW
13304 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13305$as_echo X"$mf" |
13306 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13307 s//\1/
13308 q
13309 }
13310 /^X\(\/\/\)[^/].*/{
13311 s//\1/
13312 q
13313 }
13314 /^X\(\/\/\)$/{
13315 s//\1/
13316 q
13317 }
13318 /^X\(\/\).*/{
13319 s//\1/
13320 q
13321 }
13322 s/.*/./; q'`
13323 else
13324 continue
13325 fi
13326 # Extract the definition of DEPDIR, am__include, and am__quote
13327 # from the Makefile without running `make'.
13328 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13329 test -z "$DEPDIR" && continue
13330 am__include=`sed -n 's/^am__include = //p' < "$mf"`
13331 test -z "am__include" && continue
13332 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
13333 # When using ansi2knr, U may be empty or an underscore; expand it
13334 U=`sed -n 's/^U = //p' < "$mf"`
13335 # Find all dependency output files, they are included files with
13336 # $(DEPDIR) in their names. We invoke sed twice because it is the
13337 # simplest approach to changing $(DEPDIR) to its actual value in the
13338 # expansion.
13339 for file in `sed -n "
13340 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
13341 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
13342 # Make sure the directory exists.
13343 test -f "$dirpart/$file" && continue
13344 fdir=`$as_dirname -- "$file" ||
42fcd7bb 13345$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
076e5443
PB
13346 X"$file" : 'X\(//\)[^/]' \| \
13347 X"$file" : 'X\(//\)$' \| \
5213506e
RW
13348 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13349$as_echo X"$file" |
13350 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13351 s//\1/
13352 q
13353 }
13354 /^X\(\/\/\)[^/].*/{
13355 s//\1/
13356 q
13357 }
13358 /^X\(\/\/\)$/{
13359 s//\1/
13360 q
13361 }
13362 /^X\(\/\).*/{
13363 s//\1/
13364 q
13365 }
13366 s/.*/./; q'`
13367 as_dir=$dirpart/$fdir; as_fn_mkdir_p
13368 # echo "creating $dirpart/$file"
13369 echo '# dummy' > "$dirpart/$file"
42fcd7bb 13370 done
42fcd7bb 13371 done
5213506e 13372}
1cf3d07d 13373 ;;
5213506e 13374 "libtool":C)
1cf3d07d
SE
13375
13376 # See if we are running on zsh, and set the options which allow our
13377 # commands through without removal of \ escapes.
13378 if test -n "${ZSH_VERSION+set}" ; then
13379 setopt NO_GLOB_SUBST
13380 fi
13381
13382 cfgfile="${ofile}T"
13383 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13384 $RM "$cfgfile"
13385
13386 cat <<_LT_EOF >> "$cfgfile"
13387#! $SHELL
13388
13389# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
397ccf31 13390# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
1cf3d07d
SE
13391# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13392# NOTE: Changes made to this file will be lost: look at ltmain.sh.
13393#
397ccf31 13394# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
43e02a8a 13395# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
397ccf31 13396# Written by Gordon Matzigkeit, 1996
1cf3d07d 13397#
397ccf31 13398# This file is part of GNU Libtool.
1cf3d07d 13399#
397ccf31
PG
13400# GNU Libtool is free software; you can redistribute it and/or
13401# modify it under the terms of the GNU General Public License as
13402# published by the Free Software Foundation; either version 2 of
13403# the License, or (at your option) any later version.
1cf3d07d 13404#
397ccf31
PG
13405# As a special exception to the GNU General Public License,
13406# if you distribute this file as part of a program or library that
13407# is built using GNU Libtool, you may include this file under the
13408# same distribution terms that you use for the rest of that program.
1cf3d07d 13409#
397ccf31
PG
13410# GNU Libtool is distributed in the hope that it will be useful,
13411# but WITHOUT ANY WARRANTY; without even the implied warranty of
13412# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13413# GNU General Public License for more details.
1cf3d07d 13414#
397ccf31
PG
13415# You should have received a copy of the GNU General Public License
13416# along with GNU Libtool; see the file COPYING. If not, a copy
13417# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13418# obtained by writing to the Free Software Foundation, Inc.,
13419# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
1cf3d07d
SE
13420
13421
13422# The names of the tagged configurations supported by this script.
13423available_tags=""
13424
13425# ### BEGIN LIBTOOL CONFIG
13426
13427# Which release of libtool.m4 was used?
13428macro_version=$macro_version
13429macro_revision=$macro_revision
13430
13431# Whether or not to build shared libraries.
13432build_libtool_libs=$enable_shared
13433
13434# Whether or not to build static libraries.
13435build_old_libs=$enable_static
13436
13437# What type of objects to build.
13438pic_mode=$pic_mode
13439
13440# Whether or not to optimize for fast installation.
13441fast_install=$enable_fast_install
13442
43e02a8a
RW
13443# Shell to use when invoking shell scripts.
13444SHELL=$lt_SHELL
13445
13446# An echo program that protects backslashes.
13447ECHO=$lt_ECHO
13448
1cf3d07d
SE
13449# The host system.
13450host_alias=$host_alias
13451host=$host
13452host_os=$host_os
13453
13454# The build system.
13455build_alias=$build_alias
13456build=$build
13457build_os=$build_os
13458
13459# A sed program that does not truncate output.
13460SED=$lt_SED
13461
13462# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13463Xsed="\$SED -e 1s/^X//"
13464
13465# A grep program that handles long lines.
13466GREP=$lt_GREP
13467
13468# An ERE matcher.
13469EGREP=$lt_EGREP
13470
13471# A literal string matcher.
13472FGREP=$lt_FGREP
13473
13474# A BSD- or MS-compatible name lister.
13475NM=$lt_NM
13476
13477# Whether we need soft or hard links.
13478LN_S=$lt_LN_S
13479
13480# What is the maximum length of a command?
13481max_cmd_len=$max_cmd_len
13482
13483# Object file suffix (normally "o").
13484objext=$ac_objext
13485
13486# Executable file suffix (normally "").
13487exeext=$exeext
13488
13489# whether the shell understands "unset".
13490lt_unset=$lt_unset
13491
13492# turn spaces into newlines.
13493SP2NL=$lt_lt_SP2NL
13494
13495# turn newlines into spaces.
13496NL2SP=$lt_lt_NL2SP
13497
397ccf31
PG
13498# An object symbol dumper.
13499OBJDUMP=$lt_OBJDUMP
13500
1cf3d07d
SE
13501# Method to check whether dependent libraries are shared objects.
13502deplibs_check_method=$lt_deplibs_check_method
13503
13504# Command to use when deplibs_check_method == "file_magic".
13505file_magic_cmd=$lt_file_magic_cmd
13506
13507# The archiver.
13508AR=$lt_AR
13509AR_FLAGS=$lt_AR_FLAGS
13510
13511# A symbol stripping program.
13512STRIP=$lt_STRIP
13513
13514# Commands used to install an old-style archive.
13515RANLIB=$lt_RANLIB
13516old_postinstall_cmds=$lt_old_postinstall_cmds
13517old_postuninstall_cmds=$lt_old_postuninstall_cmds
13518
43e02a8a
RW
13519# Whether to use a lock for old archive extraction.
13520lock_old_archive_extraction=$lock_old_archive_extraction
13521
1cf3d07d
SE
13522# A C compiler.
13523LTCC=$lt_CC
13524
13525# LTCC compiler flags.
13526LTCFLAGS=$lt_CFLAGS
13527
13528# Take the output of nm and produce a listing of raw symbols and C names.
13529global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13530
13531# Transform the output of nm in a proper C declaration.
13532global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13533
13534# Transform the output of nm in a C name address pair.
13535global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13536
397ccf31
PG
13537# Transform the output of nm in a C name address pair when lib prefix is needed.
13538global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13539
1cf3d07d
SE
13540# The name of the directory that contains temporary libtool files.
13541objdir=$objdir
13542
1cf3d07d
SE
13543# Used to examine libraries when file_magic_cmd begins with "file".
13544MAGIC_CMD=$MAGIC_CMD
13545
13546# Must we lock files when doing compilation?
13547need_locks=$lt_need_locks
13548
397ccf31
PG
13549# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13550DSYMUTIL=$lt_DSYMUTIL
13551
13552# Tool to change global to local symbols on Mac OS X.
13553NMEDIT=$lt_NMEDIT
13554
13555# Tool to manipulate fat objects and archives on Mac OS X.
13556LIPO=$lt_LIPO
13557
13558# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13559OTOOL=$lt_OTOOL
13560
13561# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13562OTOOL64=$lt_OTOOL64
13563
1cf3d07d
SE
13564# Old archive suffix (normally "a").
13565libext=$libext
13566
13567# Shared library suffix (normally ".so").
13568shrext_cmds=$lt_shrext_cmds
13569
13570# The commands to extract the exported symbol list from a shared archive.
13571extract_expsyms_cmds=$lt_extract_expsyms_cmds
13572
13573# Variables whose values should be saved in libtool wrapper scripts and
13574# restored at link time.
13575variables_saved_for_relink=$lt_variables_saved_for_relink
13576
13577# Do we need the "lib" prefix for modules?
13578need_lib_prefix=$need_lib_prefix
13579
13580# Do we need a version for libraries?
13581need_version=$need_version
13582
13583# Library versioning type.
13584version_type=$version_type
13585
13586# Shared library runtime path variable.
13587runpath_var=$runpath_var
13588
13589# Shared library path variable.
13590shlibpath_var=$shlibpath_var
13591
13592# Is shlibpath searched before the hard-coded library search path?
13593shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13594
13595# Format of library name prefix.
13596libname_spec=$lt_libname_spec
13597
13598# List of archive names. First name is the real one, the rest are links.
13599# The last name is the one that the linker finds with -lNAME
13600library_names_spec=$lt_library_names_spec
13601
13602# The coded name of the library, if different from the real name.
13603soname_spec=$lt_soname_spec
13604
43e02a8a
RW
13605# Permission mode override for installation of shared libraries.
13606install_override_mode=$lt_install_override_mode
13607
1cf3d07d
SE
13608# Command to use after installation of a shared archive.
13609postinstall_cmds=$lt_postinstall_cmds
13610
13611# Command to use after uninstallation of a shared archive.
13612postuninstall_cmds=$lt_postuninstall_cmds
13613
13614# Commands used to finish a libtool library installation in a directory.
13615finish_cmds=$lt_finish_cmds
13616
13617# As "finish_cmds", except a single script fragment to be evaled but
13618# not shown.
13619finish_eval=$lt_finish_eval
13620
13621# Whether we should hardcode library paths into libraries.
13622hardcode_into_libs=$hardcode_into_libs
13623
13624# Compile-time system search path for libraries.
13625sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13626
13627# Run-time system search path for libraries.
13628sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13629
13630# Whether dlopen is supported.
13631dlopen_support=$enable_dlopen
13632
13633# Whether dlopen of programs is supported.
13634dlopen_self=$enable_dlopen_self
13635
13636# Whether dlopen of statically linked programs is supported.
13637dlopen_self_static=$enable_dlopen_self_static
13638
13639# Commands to strip libraries.
13640old_striplib=$lt_old_striplib
13641striplib=$lt_striplib
13642
13643
13644# The linker used to build libraries.
13645LD=$lt_LD
13646
43e02a8a
RW
13647# How to create reloadable object files.
13648reload_flag=$lt_reload_flag
13649reload_cmds=$lt_reload_cmds
13650
1cf3d07d
SE
13651# Commands used to build an old-style archive.
13652old_archive_cmds=$lt_old_archive_cmds
13653
13654# A language specific compiler.
13655CC=$lt_compiler
13656
13657# Is the compiler the GNU compiler?
13658with_gcc=$GCC
13659
13660# Compiler flag to turn off builtin functions.
13661no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13662
13663# How to pass a linker flag through the compiler.
13664wl=$lt_lt_prog_compiler_wl
13665
13666# Additional compiler flags for building library objects.
13667pic_flag=$lt_lt_prog_compiler_pic
13668
13669# Compiler flag to prevent dynamic linking.
13670link_static_flag=$lt_lt_prog_compiler_static
13671
13672# Does compiler simultaneously support -c and -o options?
13673compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13674
13675# Whether or not to add -lc for building shared libraries.
13676build_libtool_need_lc=$archive_cmds_need_lc
13677
13678# Whether or not to disallow shared libs when runtime libs are static.
13679allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13680
13681# Compiler flag to allow reflexive dlopens.
13682export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13683
13684# Compiler flag to generate shared objects directly from archives.
13685whole_archive_flag_spec=$lt_whole_archive_flag_spec
13686
13687# Whether the compiler copes with passing no objects directly.
13688compiler_needs_object=$lt_compiler_needs_object
13689
13690# Create an old-style archive from a shared archive.
13691old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13692
13693# Create a temporary old-style archive to link instead of a shared archive.
13694old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13695
13696# Commands used to build a shared archive.
13697archive_cmds=$lt_archive_cmds
13698archive_expsym_cmds=$lt_archive_expsym_cmds
13699
13700# Commands used to build a loadable module if different from building
13701# a shared archive.
13702module_cmds=$lt_module_cmds
13703module_expsym_cmds=$lt_module_expsym_cmds
13704
13705# Whether we are building with GNU ld or not.
13706with_gnu_ld=$lt_with_gnu_ld
13707
13708# Flag that allows shared libraries with undefined symbols to be built.
13709allow_undefined_flag=$lt_allow_undefined_flag
13710
13711# Flag that enforces no undefined symbols.
13712no_undefined_flag=$lt_no_undefined_flag
13713
13714# Flag to hardcode \$libdir into a binary during linking.
13715# This must work even if \$libdir does not exist
13716hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13717
13718# If ld is used when linking, flag to hardcode \$libdir into a binary
13719# during linking. This must work even if \$libdir does not exist.
13720hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13721
13722# Whether we need a single "-rpath" flag with a separated argument.
13723hardcode_libdir_separator=$lt_hardcode_libdir_separator
13724
13725# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13726# DIR into the resulting binary.
13727hardcode_direct=$hardcode_direct
13728
13729# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13730# DIR into the resulting binary and the resulting library dependency is
13731# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13732# library is relocated.
13733hardcode_direct_absolute=$hardcode_direct_absolute
13734
13735# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13736# into the resulting binary.
13737hardcode_minus_L=$hardcode_minus_L
13738
13739# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13740# into the resulting binary.
13741hardcode_shlibpath_var=$hardcode_shlibpath_var
13742
13743# Set to "yes" if building a shared library automatically hardcodes DIR
13744# into the library and all subsequent libraries and executables linked
13745# against it.
13746hardcode_automatic=$hardcode_automatic
13747
13748# Set to yes if linker adds runtime paths of dependent libraries
13749# to runtime path list.
13750inherit_rpath=$inherit_rpath
13751
13752# Whether libtool must link a program against all its dependency libraries.
13753link_all_deplibs=$link_all_deplibs
13754
13755# Fix the shell variable \$srcfile for the compiler.
13756fix_srcfile_path=$lt_fix_srcfile_path
13757
13758# Set to "yes" if exported symbols are required.
13759always_export_symbols=$always_export_symbols
13760
13761# The commands to list exported symbols.
13762export_symbols_cmds=$lt_export_symbols_cmds
13763
13764# Symbols that should not be listed in the preloaded symbols.
13765exclude_expsyms=$lt_exclude_expsyms
13766
13767# Symbols that must always be exported.
13768include_expsyms=$lt_include_expsyms
13769
13770# Commands necessary for linking programs (against libraries) with templates.
13771prelink_cmds=$lt_prelink_cmds
13772
13773# Specify filename containing input files.
13774file_list_spec=$lt_file_list_spec
13775
13776# How to hardcode a shared library path into an executable.
13777hardcode_action=$hardcode_action
13778
13779# ### END LIBTOOL CONFIG
13780
13781_LT_EOF
13782
13783 case $host_os in
13784 aix3*)
13785 cat <<\_LT_EOF >> "$cfgfile"
13786# AIX sometimes has problems with the GCC collect2 program. For some
13787# reason, if we set the COLLECT_NAMES environment variable, the problems
13788# vanish in a puff of smoke.
13789if test "X${COLLECT_NAMES+set}" != Xset; then
13790 COLLECT_NAMES=
13791 export COLLECT_NAMES
13792fi
13793_LT_EOF
13794 ;;
13795 esac
13796
13797
13798ltmain="$ac_aux_dir/ltmain.sh"
13799
13800
13801 # We use sed instead of cat because bash on DJGPP gets confused if
13802 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13803 # text mode, it properly converts lines to CR/LF. This bash problem
13804 # is reportedly fixed, but why not run on old versions too?
13805 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13806 || (rm -f "$cfgfile"; exit 1)
13807
13808 case $xsi_shell in
13809 yes)
13810 cat << \_LT_EOF >> "$cfgfile"
397ccf31 13811
1cf3d07d
SE
13812# func_dirname file append nondir_replacement
13813# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13814# otherwise set result to NONDIR_REPLACEMENT.
13815func_dirname ()
13816{
13817 case ${1} in
13818 */*) func_dirname_result="${1%/*}${2}" ;;
13819 * ) func_dirname_result="${3}" ;;
13820 esac
13821}
13822
13823# func_basename file
13824func_basename ()
13825{
13826 func_basename_result="${1##*/}"
13827}
13828
397ccf31
PG
13829# func_dirname_and_basename file append nondir_replacement
13830# perform func_basename and func_dirname in a single function
13831# call:
13832# dirname: Compute the dirname of FILE. If nonempty,
13833# add APPEND to the result, otherwise set result
13834# to NONDIR_REPLACEMENT.
13835# value returned in "$func_dirname_result"
13836# basename: Compute filename of FILE.
13837# value retuned in "$func_basename_result"
13838# Implementation must be kept synchronized with func_dirname
13839# and func_basename. For efficiency, we do not delegate to
13840# those functions but instead duplicate the functionality here.
13841func_dirname_and_basename ()
13842{
13843 case ${1} in
13844 */*) func_dirname_result="${1%/*}${2}" ;;
13845 * ) func_dirname_result="${3}" ;;
13846 esac
13847 func_basename_result="${1##*/}"
13848}
13849
1cf3d07d
SE
13850# func_stripname prefix suffix name
13851# strip PREFIX and SUFFIX off of NAME.
13852# PREFIX and SUFFIX must not contain globbing or regex special
13853# characters, hashes, percent signs, but SUFFIX may contain a leading
13854# dot (in which case that matches only a dot).
13855func_stripname ()
13856{
13857 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13858 # positional parameters, so assign one to ordinary parameter first.
13859 func_stripname_result=${3}
13860 func_stripname_result=${func_stripname_result#"${1}"}
13861 func_stripname_result=${func_stripname_result%"${2}"}
13862}
13863
13864# func_opt_split
13865func_opt_split ()
13866{
13867 func_opt_split_opt=${1%%=*}
13868 func_opt_split_arg=${1#*=}
13869}
13870
13871# func_lo2o object
13872func_lo2o ()
13873{
13874 case ${1} in
13875 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13876 *) func_lo2o_result=${1} ;;
13877 esac
13878}
397ccf31
PG
13879
13880# func_xform libobj-or-source
13881func_xform ()
13882{
13883 func_xform_result=${1%.*}.lo
13884}
13885
13886# func_arith arithmetic-term...
13887func_arith ()
13888{
13889 func_arith_result=$(( $* ))
13890}
13891
13892# func_len string
13893# STRING may not start with a hyphen.
13894func_len ()
13895{
13896 func_len_result=${#1}
13897}
13898
1cf3d07d
SE
13899_LT_EOF
13900 ;;
13901 *) # Bourne compatible functions.
13902 cat << \_LT_EOF >> "$cfgfile"
397ccf31 13903
1cf3d07d
SE
13904# func_dirname file append nondir_replacement
13905# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13906# otherwise set result to NONDIR_REPLACEMENT.
13907func_dirname ()
13908{
13909 # Extract subdirectory from the argument.
43e02a8a 13910 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
1cf3d07d
SE
13911 if test "X$func_dirname_result" = "X${1}"; then
13912 func_dirname_result="${3}"
13913 else
13914 func_dirname_result="$func_dirname_result${2}"
13915 fi
13916}
13917
13918# func_basename file
13919func_basename ()
13920{
43e02a8a 13921 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
1cf3d07d
SE
13922}
13923
397ccf31 13924
1cf3d07d
SE
13925# func_stripname prefix suffix name
13926# strip PREFIX and SUFFIX off of NAME.
13927# PREFIX and SUFFIX must not contain globbing or regex special
13928# characters, hashes, percent signs, but SUFFIX may contain a leading
13929# dot (in which case that matches only a dot).
13930# func_strip_suffix prefix name
13931func_stripname ()
13932{
13933 case ${2} in
43e02a8a
RW
13934 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13935 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
1cf3d07d
SE
13936 esac
13937}
13938
13939# sed scripts:
13940my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13941my_sed_long_arg='1s/^-[^=]*=//'
13942
13943# func_opt_split
13944func_opt_split ()
13945{
43e02a8a
RW
13946 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13947 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
1cf3d07d
SE
13948}
13949
13950# func_lo2o object
13951func_lo2o ()
13952{
43e02a8a 13953 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
1cf3d07d 13954}
397ccf31
PG
13955
13956# func_xform libobj-or-source
13957func_xform ()
13958{
43e02a8a 13959 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
397ccf31
PG
13960}
13961
13962# func_arith arithmetic-term...
13963func_arith ()
13964{
13965 func_arith_result=`expr "$@"`
13966}
13967
13968# func_len string
13969# STRING may not start with a hyphen.
13970func_len ()
13971{
13972 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13973}
13974
1cf3d07d
SE
13975_LT_EOF
13976esac
13977
13978case $lt_shell_append in
13979 yes)
13980 cat << \_LT_EOF >> "$cfgfile"
13981
13982# func_append var value
13983# Append VALUE to the end of shell variable VAR.
13984func_append ()
13985{
13986 eval "$1+=\$2"
13987}
13988_LT_EOF
13989 ;;
13990 *)
13991 cat << \_LT_EOF >> "$cfgfile"
13992
13993# func_append var value
13994# Append VALUE to the end of shell variable VAR.
13995func_append ()
13996{
13997 eval "$1=\$$1\$2"
13998}
397ccf31 13999
1cf3d07d
SE
14000_LT_EOF
14001 ;;
14002 esac
14003
14004
14005 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
14006 || (rm -f "$cfgfile"; exit 1)
14007
14008 mv -f "$cfgfile" "$ofile" ||
14009 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14010 chmod +x "$ofile"
14011
42fcd7bb 14012 ;;
5213506e 14013
42fcd7bb 14014 esac
5213506e 14015done # for ac_tag
42fcd7bb 14016
42fcd7bb 14017
5213506e 14018as_fn_exit 0
42fcd7bb 14019_ACEOF
42fcd7bb
AJ
14020ac_clean_files=$ac_clean_files_save
14021
5213506e
RW
14022test $ac_write_fail = 0 ||
14023 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
14024
42fcd7bb
AJ
14025
14026# configure is writing to config.log, and then calls config.status.
14027# config.status does its own redirection, appending to config.log.
14028# Unfortunately, on DOS this fails, as config.log is still kept open
14029# by configure, so config.status won't be able to write to it; its
14030# output is simply discarded. So we exec the FD to /dev/null,
14031# effectively closing config.log, so it can be properly (re)opened and
14032# appended to by config.status. When coming back to configure, we
14033# need to make the FD available again.
14034if test "$no_create" != yes; then
14035 ac_cs_success=:
14036 ac_config_status_args=
14037 test "$silent" = yes &&
14038 ac_config_status_args="$ac_config_status_args --quiet"
14039 exec 5>/dev/null
14040 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14041 exec 5>>config.log
14042 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14043 # would make configure fail if this is the last instruction.
5213506e
RW
14044 $ac_cs_success || as_fn_exit $?
14045fi
14046if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
14047 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
14048$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
42fcd7bb 14049fi
6de9cd9a 14050