]> git.ipfire.org Git - thirdparty/gcc.git/blame - lto-plugin/configure
Makefile.def (language=c++): Add check-c++0x and check-target-libmudflap-c++.
[thirdparty/gcc.git] / lto-plugin / configure
CommitLineData
d7f09764
DN
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.64 for LTO plugin for ld 0.1.
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.
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79fi
80
81
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
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
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
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
52327858
L
172
173 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
174 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
175 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 PATH=/empty FPATH=/empty; export PATH FPATH
178 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
179 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
d7f09764
DN
180test \$(( 1 + 1 )) = 2 || exit 1"
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
192do
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."
236 else
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."
241 fi
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
380
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384else
385 as_expr=false
386fi
387
388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390else
391 as_basename=false
392fi
393
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
399
400as_me=`$as_basename -- "$0" ||
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
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'`
418
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
426
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 |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
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; }
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
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456}
457
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';;
469esac
470
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477fi
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
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'
491 fi
492else
493 as_ln_s='cp -p'
494fi
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
497
498if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
504
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
527
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
d7f09764
DN
534SHELL=${CONFIG_SHELL-/bin/sh}
535
d7f09764
DN
536
537exec 7<&0 </dev/null 6>&1
538
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
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
548ac_clean_files=
549ac_config_libobj_dir=.
550LIBOBJS=
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
555
556# Identity of this package.
557PACKAGE_NAME='LTO plugin for ld'
558PACKAGE_TARNAME='lto-plugin'
559PACKAGE_VERSION='0.1'
560PACKAGE_STRING='LTO plugin for ld 0.1'
561PACKAGE_BUGREPORT=''
562PACKAGE_URL=''
563
564# Factoring default headers for most tests.
565ac_includes_default="\
566#include <stdio.h>
567#ifdef HAVE_SYS_TYPES_H
568# include <sys/types.h>
569#endif
570#ifdef HAVE_SYS_STAT_H
571# include <sys/stat.h>
572#endif
573#ifdef STDC_HEADERS
574# include <stdlib.h>
575# include <stddef.h>
576#else
577# ifdef HAVE_STDLIB_H
578# include <stdlib.h>
579# endif
580#endif
581#ifdef HAVE_STRING_H
582# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
583# include <memory.h>
584# endif
585# include <string.h>
586#endif
587#ifdef HAVE_STRINGS_H
588# include <strings.h>
589#endif
590#ifdef HAVE_INTTYPES_H
591# include <inttypes.h>
592#endif
593#ifdef HAVE_STDINT_H
594# include <stdint.h>
595#endif
596#ifdef HAVE_UNISTD_H
597# include <unistd.h>
598#endif"
599
600ac_subst_vars='am__EXEEXT_FALSE
601am__EXEEXT_TRUE
602LTLIBOBJS
603LIBOBJS
604target_noncanonical
7de6ba7a 605lt_host_flags
d7f09764
DN
606CPP
607OTOOL64
608OTOOL
609LIPO
610NMEDIT
611DSYMUTIL
d7f09764
DN
612RANLIB
613AR
614OBJDUMP
615LN_S
616NM
617ac_ct_DUMPBIN
618DUMPBIN
619LD
620FGREP
621EGREP
622GREP
623SED
d7f09764 624LIBTOOL
d7f09764
DN
625am__fastdepCC_FALSE
626am__fastdepCC_TRUE
627CCDEPMODE
628AMDEPBACKSLASH
629AMDEP_FALSE
630AMDEP_TRUE
631am__quote
632am__include
633DEPDIR
634OBJEXT
635EXEEXT
636ac_ct_CC
637CPPFLAGS
638LDFLAGS
639CFLAGS
640CC
03428d41
RG
641MAINT
642MAINTAINER_MODE_FALSE
643MAINTAINER_MODE_TRUE
d7f09764
DN
644am__untar
645am__tar
646AMTAR
647am__leading_dot
648SET_MAKE
649AWK
650mkdir_p
651MKDIR_P
652INSTALL_STRIP_PROGRAM
653STRIP
654install_sh
655MAKEINFO
656AUTOHEADER
657AUTOMAKE
658AUTOCONF
659ACLOCAL
660VERSION
661PACKAGE
662CYGPATH_W
663am__isrc
664INSTALL_DATA
665INSTALL_SCRIPT
666INSTALL_PROGRAM
667target_subdir
668host_subdir
669build_subdir
670build_libsubdir
73d5e770
L
671target_os
672target_vendor
673target_cpu
674target
675host_os
676host_vendor
677host_cpu
678host
d7f09764
DN
679build_os
680build_vendor
681build_cpu
682build
683target_alias
684host_alias
685build_alias
686LIBS
687ECHO_T
688ECHO_N
689ECHO_C
690DEFS
691mandir
692localedir
693libdir
694psdir
695pdfdir
696dvidir
697htmldir
698infodir
699docdir
700oldincludedir
701includedir
702localstatedir
703sharedstatedir
704sysconfdir
705datadir
706datarootdir
707libexecdir
708sbindir
709bindir
710program_transform_name
711prefix
712exec_prefix
713PACKAGE_URL
714PACKAGE_BUGREPORT
715PACKAGE_STRING
716PACKAGE_VERSION
717PACKAGE_TARNAME
718PACKAGE_NAME
719PATH_SEPARATOR
720SHELL'
721ac_subst_files=''
722ac_user_opts='
723enable_option_checking
724with_build_libsubdir
03428d41 725enable_maintainer_mode
d7f09764 726enable_dependency_tracking
4c0f4b0b 727enable_largefile
d7f09764
DN
728enable_shared
729enable_static
730with_pic
731enable_fast_install
732with_gnu_ld
733enable_libtool_lock
d7f09764
DN
734'
735 ac_precious_vars='build_alias
736host_alias
737target_alias
738CC
739CFLAGS
740LDFLAGS
741LIBS
742CPPFLAGS
d7f09764
DN
743CPP'
744
745
746# Initialize some variables set by options.
747ac_init_help=
748ac_init_version=false
749ac_unrecognized_opts=
750ac_unrecognized_sep=
751# The variables have the same names as the options, with
752# dashes changed to underlines.
753cache_file=/dev/null
754exec_prefix=NONE
755no_create=
756no_recursion=
757prefix=NONE
758program_prefix=NONE
759program_suffix=NONE
760program_transform_name=s,x,x,
761silent=
762site=
763srcdir=
764verbose=
765x_includes=NONE
766x_libraries=NONE
767
768# Installation directory options.
769# These are left unexpanded so users can "make install exec_prefix=/foo"
770# and all the variables that are supposed to be based on exec_prefix
771# by default will actually change.
772# Use braces instead of parens because sh, perl, etc. also accept them.
773# (The list follows the same order as the GNU Coding Standards.)
774bindir='${exec_prefix}/bin'
775sbindir='${exec_prefix}/sbin'
776libexecdir='${exec_prefix}/libexec'
777datarootdir='${prefix}/share'
778datadir='${datarootdir}'
779sysconfdir='${prefix}/etc'
780sharedstatedir='${prefix}/com'
781localstatedir='${prefix}/var'
782includedir='${prefix}/include'
783oldincludedir='/usr/include'
784docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
785infodir='${datarootdir}/info'
786htmldir='${docdir}'
787dvidir='${docdir}'
788pdfdir='${docdir}'
789psdir='${docdir}'
790libdir='${exec_prefix}/lib'
791localedir='${datarootdir}/locale'
792mandir='${datarootdir}/man'
793
794ac_prev=
795ac_dashdash=
796for ac_option
797do
798 # If the previous option needs an argument, assign it.
799 if test -n "$ac_prev"; then
800 eval $ac_prev=\$ac_option
801 ac_prev=
802 continue
803 fi
804
805 case $ac_option in
806 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
807 *) ac_optarg=yes ;;
808 esac
809
810 # Accept the important Cygnus configure options, so we can diagnose typos.
811
812 case $ac_dashdash$ac_option in
813 --)
814 ac_dashdash=yes ;;
815
816 -bindir | --bindir | --bindi | --bind | --bin | --bi)
817 ac_prev=bindir ;;
818 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
819 bindir=$ac_optarg ;;
820
821 -build | --build | --buil | --bui | --bu)
822 ac_prev=build_alias ;;
823 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
824 build_alias=$ac_optarg ;;
825
826 -cache-file | --cache-file | --cache-fil | --cache-fi \
827 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
828 ac_prev=cache_file ;;
829 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
830 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
831 cache_file=$ac_optarg ;;
832
833 --config-cache | -C)
834 cache_file=config.cache ;;
835
836 -datadir | --datadir | --datadi | --datad)
837 ac_prev=datadir ;;
838 -datadir=* | --datadir=* | --datadi=* | --datad=*)
839 datadir=$ac_optarg ;;
840
841 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
842 | --dataroo | --dataro | --datar)
843 ac_prev=datarootdir ;;
844 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
845 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
846 datarootdir=$ac_optarg ;;
847
848 -disable-* | --disable-*)
849 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
850 # Reject names that are not valid shell variable names.
851 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
852 as_fn_error "invalid feature name: $ac_useropt"
853 ac_useropt_orig=$ac_useropt
854 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
855 case $ac_user_opts in
856 *"
857"enable_$ac_useropt"
858"*) ;;
859 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
860 ac_unrecognized_sep=', ';;
861 esac
862 eval enable_$ac_useropt=no ;;
863
864 -docdir | --docdir | --docdi | --doc | --do)
865 ac_prev=docdir ;;
866 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
867 docdir=$ac_optarg ;;
868
869 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
870 ac_prev=dvidir ;;
871 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
872 dvidir=$ac_optarg ;;
873
874 -enable-* | --enable-*)
875 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
876 # Reject names that are not valid shell variable names.
877 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
878 as_fn_error "invalid feature name: $ac_useropt"
879 ac_useropt_orig=$ac_useropt
880 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
881 case $ac_user_opts in
882 *"
883"enable_$ac_useropt"
884"*) ;;
885 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
886 ac_unrecognized_sep=', ';;
887 esac
888 eval enable_$ac_useropt=\$ac_optarg ;;
889
890 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
891 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
892 | --exec | --exe | --ex)
893 ac_prev=exec_prefix ;;
894 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
895 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
896 | --exec=* | --exe=* | --ex=*)
897 exec_prefix=$ac_optarg ;;
898
899 -gas | --gas | --ga | --g)
900 # Obsolete; use --with-gas.
901 with_gas=yes ;;
902
903 -help | --help | --hel | --he | -h)
904 ac_init_help=long ;;
905 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
906 ac_init_help=recursive ;;
907 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
908 ac_init_help=short ;;
909
910 -host | --host | --hos | --ho)
911 ac_prev=host_alias ;;
912 -host=* | --host=* | --hos=* | --ho=*)
913 host_alias=$ac_optarg ;;
914
915 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
916 ac_prev=htmldir ;;
917 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
918 | --ht=*)
919 htmldir=$ac_optarg ;;
920
921 -includedir | --includedir | --includedi | --included | --include \
922 | --includ | --inclu | --incl | --inc)
923 ac_prev=includedir ;;
924 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
925 | --includ=* | --inclu=* | --incl=* | --inc=*)
926 includedir=$ac_optarg ;;
927
928 -infodir | --infodir | --infodi | --infod | --info | --inf)
929 ac_prev=infodir ;;
930 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
931 infodir=$ac_optarg ;;
932
933 -libdir | --libdir | --libdi | --libd)
934 ac_prev=libdir ;;
935 -libdir=* | --libdir=* | --libdi=* | --libd=*)
936 libdir=$ac_optarg ;;
937
938 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
939 | --libexe | --libex | --libe)
940 ac_prev=libexecdir ;;
941 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
942 | --libexe=* | --libex=* | --libe=*)
943 libexecdir=$ac_optarg ;;
944
945 -localedir | --localedir | --localedi | --localed | --locale)
946 ac_prev=localedir ;;
947 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
948 localedir=$ac_optarg ;;
949
950 -localstatedir | --localstatedir | --localstatedi | --localstated \
951 | --localstate | --localstat | --localsta | --localst | --locals)
952 ac_prev=localstatedir ;;
953 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
954 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
955 localstatedir=$ac_optarg ;;
956
957 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
958 ac_prev=mandir ;;
959 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
960 mandir=$ac_optarg ;;
961
962 -nfp | --nfp | --nf)
963 # Obsolete; use --without-fp.
964 with_fp=no ;;
965
966 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
967 | --no-cr | --no-c | -n)
968 no_create=yes ;;
969
970 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
971 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
972 no_recursion=yes ;;
973
974 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
975 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
976 | --oldin | --oldi | --old | --ol | --o)
977 ac_prev=oldincludedir ;;
978 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
979 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
980 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
981 oldincludedir=$ac_optarg ;;
982
983 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
984 ac_prev=prefix ;;
985 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
986 prefix=$ac_optarg ;;
987
988 -program-prefix | --program-prefix | --program-prefi | --program-pref \
989 | --program-pre | --program-pr | --program-p)
990 ac_prev=program_prefix ;;
991 -program-prefix=* | --program-prefix=* | --program-prefi=* \
992 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
993 program_prefix=$ac_optarg ;;
994
995 -program-suffix | --program-suffix | --program-suffi | --program-suff \
996 | --program-suf | --program-su | --program-s)
997 ac_prev=program_suffix ;;
998 -program-suffix=* | --program-suffix=* | --program-suffi=* \
999 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1000 program_suffix=$ac_optarg ;;
1001
1002 -program-transform-name | --program-transform-name \
1003 | --program-transform-nam | --program-transform-na \
1004 | --program-transform-n | --program-transform- \
1005 | --program-transform | --program-transfor \
1006 | --program-transfo | --program-transf \
1007 | --program-trans | --program-tran \
1008 | --progr-tra | --program-tr | --program-t)
1009 ac_prev=program_transform_name ;;
1010 -program-transform-name=* | --program-transform-name=* \
1011 | --program-transform-nam=* | --program-transform-na=* \
1012 | --program-transform-n=* | --program-transform-=* \
1013 | --program-transform=* | --program-transfor=* \
1014 | --program-transfo=* | --program-transf=* \
1015 | --program-trans=* | --program-tran=* \
1016 | --progr-tra=* | --program-tr=* | --program-t=*)
1017 program_transform_name=$ac_optarg ;;
1018
1019 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1020 ac_prev=pdfdir ;;
1021 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1022 pdfdir=$ac_optarg ;;
1023
1024 -psdir | --psdir | --psdi | --psd | --ps)
1025 ac_prev=psdir ;;
1026 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1027 psdir=$ac_optarg ;;
1028
1029 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1030 | -silent | --silent | --silen | --sile | --sil)
1031 silent=yes ;;
1032
1033 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1034 ac_prev=sbindir ;;
1035 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1036 | --sbi=* | --sb=*)
1037 sbindir=$ac_optarg ;;
1038
1039 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1040 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1041 | --sharedst | --shareds | --shared | --share | --shar \
1042 | --sha | --sh)
1043 ac_prev=sharedstatedir ;;
1044 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1045 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1046 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1047 | --sha=* | --sh=*)
1048 sharedstatedir=$ac_optarg ;;
1049
1050 -site | --site | --sit)
1051 ac_prev=site ;;
1052 -site=* | --site=* | --sit=*)
1053 site=$ac_optarg ;;
1054
1055 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1056 ac_prev=srcdir ;;
1057 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1058 srcdir=$ac_optarg ;;
1059
1060 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1061 | --syscon | --sysco | --sysc | --sys | --sy)
1062 ac_prev=sysconfdir ;;
1063 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1064 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1065 sysconfdir=$ac_optarg ;;
1066
1067 -target | --target | --targe | --targ | --tar | --ta | --t)
1068 ac_prev=target_alias ;;
1069 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1070 target_alias=$ac_optarg ;;
1071
1072 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1073 verbose=yes ;;
1074
1075 -version | --version | --versio | --versi | --vers | -V)
1076 ac_init_version=: ;;
1077
1078 -with-* | --with-*)
1079 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1080 # Reject names that are not valid shell variable names.
1081 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1082 as_fn_error "invalid package name: $ac_useropt"
1083 ac_useropt_orig=$ac_useropt
1084 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1085 case $ac_user_opts in
1086 *"
1087"with_$ac_useropt"
1088"*) ;;
1089 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1090 ac_unrecognized_sep=', ';;
1091 esac
1092 eval with_$ac_useropt=\$ac_optarg ;;
1093
1094 -without-* | --without-*)
1095 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1096 # Reject names that are not valid shell variable names.
1097 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1098 as_fn_error "invalid package name: $ac_useropt"
1099 ac_useropt_orig=$ac_useropt
1100 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1101 case $ac_user_opts in
1102 *"
1103"with_$ac_useropt"
1104"*) ;;
1105 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1106 ac_unrecognized_sep=', ';;
1107 esac
1108 eval with_$ac_useropt=no ;;
1109
1110 --x)
1111 # Obsolete; use --with-x.
1112 with_x=yes ;;
1113
1114 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1115 | --x-incl | --x-inc | --x-in | --x-i)
1116 ac_prev=x_includes ;;
1117 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1118 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1119 x_includes=$ac_optarg ;;
1120
1121 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1122 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1123 ac_prev=x_libraries ;;
1124 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1125 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1126 x_libraries=$ac_optarg ;;
1127
1128 -*) as_fn_error "unrecognized option: \`$ac_option'
1129Try \`$0 --help' for more information."
1130 ;;
1131
1132 *=*)
1133 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1134 # Reject names that are not valid shell variable names.
1135 case $ac_envvar in #(
1136 '' | [0-9]* | *[!_$as_cr_alnum]* )
1137 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1138 esac
1139 eval $ac_envvar=\$ac_optarg
1140 export $ac_envvar ;;
1141
1142 *)
1143 # FIXME: should be removed in autoconf 3.0.
1144 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1145 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1146 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1147 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1148 ;;
1149
1150 esac
1151done
1152
1153if test -n "$ac_prev"; then
1154 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1155 as_fn_error "missing argument to $ac_option"
1156fi
1157
1158if test -n "$ac_unrecognized_opts"; then
1159 case $enable_option_checking in
1160 no) ;;
1161 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1162 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1163 esac
1164fi
1165
1166# Check all directory arguments for consistency.
1167for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1168 datadir sysconfdir sharedstatedir localstatedir includedir \
1169 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1170 libdir localedir mandir
1171do
1172 eval ac_val=\$$ac_var
1173 # Remove trailing slashes.
1174 case $ac_val in
1175 */ )
1176 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1177 eval $ac_var=\$ac_val;;
1178 esac
1179 # Be sure to have absolute directory names.
1180 case $ac_val in
1181 [\\/$]* | ?:[\\/]* ) continue;;
1182 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1183 esac
1184 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1185done
1186
1187# There might be people who depend on the old broken behavior: `$host'
1188# used to hold the argument of --host etc.
1189# FIXME: To remove some day.
1190build=$build_alias
1191host=$host_alias
1192target=$target_alias
1193
1194# FIXME: To remove some day.
1195if test "x$host_alias" != x; then
1196 if test "x$build_alias" = x; then
1197 cross_compiling=maybe
1198 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1199 If a cross compiler is detected then cross compile mode will be used." >&2
1200 elif test "x$build_alias" != "x$host_alias"; then
1201 cross_compiling=yes
1202 fi
1203fi
1204
1205ac_tool_prefix=
1206test -n "$host_alias" && ac_tool_prefix=$host_alias-
1207
1208test "$silent" = yes && exec 6>/dev/null
1209
1210
1211ac_pwd=`pwd` && test -n "$ac_pwd" &&
1212ac_ls_di=`ls -di .` &&
1213ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1214 as_fn_error "working directory cannot be determined"
1215test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1216 as_fn_error "pwd does not report name of working directory"
1217
1218
1219# Find the source files, if location was not specified.
1220if test -z "$srcdir"; then
1221 ac_srcdir_defaulted=yes
1222 # Try the directory containing this script, then the parent directory.
1223 ac_confdir=`$as_dirname -- "$as_myself" ||
1224$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1225 X"$as_myself" : 'X\(//\)[^/]' \| \
1226 X"$as_myself" : 'X\(//\)$' \| \
1227 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1228$as_echo X"$as_myself" |
1229 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1230 s//\1/
1231 q
1232 }
1233 /^X\(\/\/\)[^/].*/{
1234 s//\1/
1235 q
1236 }
1237 /^X\(\/\/\)$/{
1238 s//\1/
1239 q
1240 }
1241 /^X\(\/\).*/{
1242 s//\1/
1243 q
1244 }
1245 s/.*/./; q'`
1246 srcdir=$ac_confdir
1247 if test ! -r "$srcdir/$ac_unique_file"; then
1248 srcdir=..
1249 fi
1250else
1251 ac_srcdir_defaulted=no
1252fi
1253if test ! -r "$srcdir/$ac_unique_file"; then
1254 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1255 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1256fi
1257ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1258ac_abs_confdir=`(
1259 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1260 pwd)`
1261# When building in place, set srcdir=.
1262if test "$ac_abs_confdir" = "$ac_pwd"; then
1263 srcdir=.
1264fi
1265# Remove unnecessary trailing slashes from srcdir.
1266# Double slashes in file names in object file debugging info
1267# mess up M-x gdb in Emacs.
1268case $srcdir in
1269*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1270esac
1271for ac_var in $ac_precious_vars; do
1272 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1273 eval ac_env_${ac_var}_value=\$${ac_var}
1274 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1275 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1276done
1277
1278#
1279# Report the --help message.
1280#
1281if test "$ac_init_help" = "long"; then
1282 # Omit some internal or obsolete options to make the list less imposing.
1283 # This message is too long to be a string in the A/UX 3.1 sh.
1284 cat <<_ACEOF
1285\`configure' configures LTO plugin for ld 0.1 to adapt to many kinds of systems.
1286
1287Usage: $0 [OPTION]... [VAR=VALUE]...
1288
1289To assign environment variables (e.g., CC, CFLAGS...), specify them as
1290VAR=VALUE. See below for descriptions of some of the useful variables.
1291
1292Defaults for the options are specified in brackets.
1293
1294Configuration:
1295 -h, --help display this help and exit
1296 --help=short display options specific to this package
1297 --help=recursive display the short help of all the included packages
1298 -V, --version display version information and exit
1299 -q, --quiet, --silent do not print \`checking...' messages
1300 --cache-file=FILE cache test results in FILE [disabled]
1301 -C, --config-cache alias for \`--cache-file=config.cache'
1302 -n, --no-create do not create output files
1303 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1304
1305Installation directories:
1306 --prefix=PREFIX install architecture-independent files in PREFIX
1307 [$ac_default_prefix]
1308 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1309 [PREFIX]
1310
1311By default, \`make install' will install all the files in
1312\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1313an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1314for instance \`--prefix=\$HOME'.
1315
1316For better control, use the options below.
1317
1318Fine tuning of the installation directories:
1319 --bindir=DIR user executables [EPREFIX/bin]
1320 --sbindir=DIR system admin executables [EPREFIX/sbin]
1321 --libexecdir=DIR program executables [EPREFIX/libexec]
1322 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1323 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1324 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1325 --libdir=DIR object code libraries [EPREFIX/lib]
1326 --includedir=DIR C header files [PREFIX/include]
1327 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1328 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1329 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1330 --infodir=DIR info documentation [DATAROOTDIR/info]
1331 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1332 --mandir=DIR man documentation [DATAROOTDIR/man]
1333 --docdir=DIR documentation root [DATAROOTDIR/doc/lto-plugin]
1334 --htmldir=DIR html documentation [DOCDIR]
1335 --dvidir=DIR dvi documentation [DOCDIR]
1336 --pdfdir=DIR pdf documentation [DOCDIR]
1337 --psdir=DIR ps documentation [DOCDIR]
1338_ACEOF
1339
1340 cat <<\_ACEOF
1341
1342Program names:
1343 --program-prefix=PREFIX prepend PREFIX to installed program names
1344 --program-suffix=SUFFIX append SUFFIX to installed program names
1345 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1346
1347System types:
1348 --build=BUILD configure for building on BUILD [guessed]
1349 --host=HOST cross-compile to build programs to run on HOST [BUILD]
73d5e770 1350 --target=TARGET configure for building compilers for TARGET [HOST]
d7f09764
DN
1351_ACEOF
1352fi
1353
1354if test -n "$ac_init_help"; then
1355 case $ac_init_help in
1356 short | recursive ) echo "Configuration of LTO plugin for ld 0.1:";;
1357 esac
1358 cat <<\_ACEOF
1359
1360Optional Features:
1361 --disable-option-checking ignore unrecognized --enable/--with options
1362 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1363 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
03428d41
RG
1364 --enable-maintainer-mode enable make rules and dependencies not useful
1365 (and sometimes confusing) to the casual installer
d7f09764
DN
1366 --disable-dependency-tracking speeds up one-time build
1367 --enable-dependency-tracking do not reject slow dependency extractors
4c0f4b0b 1368 --disable-largefile omit support for large files
d7f09764
DN
1369 --enable-shared[=PKGS] build shared libraries [default=yes]
1370 --enable-static[=PKGS] build static libraries [default=yes]
1371 --enable-fast-install[=PKGS]
1372 optimize for fast installation [default=yes]
1373 --disable-libtool-lock avoid locking (might break parallel builds)
d7f09764
DN
1374
1375Optional Packages:
1376 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1377 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1378 --with-build-libsubdir=DIR Directory where to find libraries for build system
1379 --with-pic try to use only PIC/non-PIC objects [default=use
1380 both]
1381 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
1382
1383Some influential environment variables:
1384 CC C compiler command
1385 CFLAGS C compiler flags
1386 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1387 nonstandard directory <lib dir>
1388 LIBS libraries to pass to the linker, e.g. -l<library>
1389 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1390 you have headers in a nonstandard directory <include dir>
d7f09764
DN
1391 CPP C preprocessor
1392
1393Use these variables to override the choices made by `configure' or to help
1394it to find libraries and programs with nonstandard names/locations.
1395
1396Report bugs to the package provider.
1397_ACEOF
1398ac_status=$?
1399fi
1400
1401if test "$ac_init_help" = "recursive"; then
1402 # If there are subdirs, report their specific --help.
1403 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1404 test -d "$ac_dir" ||
1405 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1406 continue
1407 ac_builddir=.
1408
1409case "$ac_dir" in
1410.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1411*)
1412 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1413 # A ".." for each directory in $ac_dir_suffix.
1414 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1415 case $ac_top_builddir_sub in
1416 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1417 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1418 esac ;;
1419esac
1420ac_abs_top_builddir=$ac_pwd
1421ac_abs_builddir=$ac_pwd$ac_dir_suffix
1422# for backward compatibility:
1423ac_top_builddir=$ac_top_build_prefix
1424
1425case $srcdir in
1426 .) # We are building in place.
1427 ac_srcdir=.
1428 ac_top_srcdir=$ac_top_builddir_sub
1429 ac_abs_top_srcdir=$ac_pwd ;;
1430 [\\/]* | ?:[\\/]* ) # Absolute name.
1431 ac_srcdir=$srcdir$ac_dir_suffix;
1432 ac_top_srcdir=$srcdir
1433 ac_abs_top_srcdir=$srcdir ;;
1434 *) # Relative name.
1435 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1436 ac_top_srcdir=$ac_top_build_prefix$srcdir
1437 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1438esac
1439ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1440
1441 cd "$ac_dir" || { ac_status=$?; continue; }
1442 # Check for guested configure.
1443 if test -f "$ac_srcdir/configure.gnu"; then
1444 echo &&
1445 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1446 elif test -f "$ac_srcdir/configure"; then
1447 echo &&
1448 $SHELL "$ac_srcdir/configure" --help=recursive
1449 else
1450 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1451 fi || ac_status=$?
1452 cd "$ac_pwd" || { ac_status=$?; break; }
1453 done
1454fi
1455
1456test -n "$ac_init_help" && exit $ac_status
1457if $ac_init_version; then
1458 cat <<\_ACEOF
1459LTO plugin for ld configure 0.1
1460generated by GNU Autoconf 2.64
1461
1462Copyright (C) 2009 Free Software Foundation, Inc.
1463This configure script is free software; the Free Software Foundation
1464gives unlimited permission to copy, distribute and modify it.
1465_ACEOF
1466 exit
1467fi
1468
1469## ------------------------ ##
1470## Autoconf initialization. ##
1471## ------------------------ ##
1472
1473# ac_fn_c_try_compile LINENO
1474# --------------------------
1475# Try to compile conftest.$ac_ext, and return whether this succeeded.
1476ac_fn_c_try_compile ()
1477{
1478 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1479 rm -f conftest.$ac_objext
1480 if { { ac_try="$ac_compile"
1481case "(($ac_try" in
1482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1483 *) ac_try_echo=$ac_try;;
1484esac
1485eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1486$as_echo "$ac_try_echo"; } >&5
1487 (eval "$ac_compile") 2>conftest.err
1488 ac_status=$?
1489 if test -s conftest.err; then
1490 grep -v '^ *+' conftest.err >conftest.er1
1491 cat conftest.er1 >&5
1492 mv -f conftest.er1 conftest.err
1493 fi
1494 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1495 test $ac_status = 0; } && {
1496 test -z "$ac_c_werror_flag" ||
1497 test ! -s conftest.err
1498 } && test -s conftest.$ac_objext; then :
1499 ac_retval=0
1500else
1501 $as_echo "$as_me: failed program was:" >&5
1502sed 's/^/| /' conftest.$ac_ext >&5
1503
1504 ac_retval=1
1505fi
1506 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1507 return $ac_retval
1508
1509} # ac_fn_c_try_compile
1510
1511# ac_fn_c_try_link LINENO
1512# -----------------------
1513# Try to link conftest.$ac_ext, and return whether this succeeded.
1514ac_fn_c_try_link ()
1515{
1516 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1517 rm -f conftest.$ac_objext conftest$ac_exeext
1518 if { { ac_try="$ac_link"
1519case "(($ac_try" in
1520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1521 *) ac_try_echo=$ac_try;;
1522esac
1523eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1524$as_echo "$ac_try_echo"; } >&5
1525 (eval "$ac_link") 2>conftest.err
1526 ac_status=$?
1527 if test -s conftest.err; then
1528 grep -v '^ *+' conftest.err >conftest.er1
1529 cat conftest.er1 >&5
1530 mv -f conftest.er1 conftest.err
1531 fi
1532 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1533 test $ac_status = 0; } && {
1534 test -z "$ac_c_werror_flag" ||
1535 test ! -s conftest.err
1536 } && test -s conftest$ac_exeext && {
1537 test "$cross_compiling" = yes ||
1538 $as_test_x conftest$ac_exeext
1539 }; then :
1540 ac_retval=0
1541else
1542 $as_echo "$as_me: failed program was:" >&5
1543sed 's/^/| /' conftest.$ac_ext >&5
1544
1545 ac_retval=1
1546fi
1547 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1548 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1549 # interfere with the next link command; also delete a directory that is
1550 # left behind by Apple's compiler. We do this before executing the actions.
1551 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1552 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1553 return $ac_retval
1554
1555} # ac_fn_c_try_link
1556
1557# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1558# -------------------------------------------------------
1559# Tests whether HEADER exists and can be compiled using the include files in
1560# INCLUDES, setting the cache variable VAR accordingly.
1561ac_fn_c_check_header_compile ()
1562{
1563 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1565$as_echo_n "checking for $2... " >&6; }
1566if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1567 $as_echo_n "(cached) " >&6
1568else
1569 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1570/* end confdefs.h. */
1571$4
1572#include <$2>
1573_ACEOF
1574if ac_fn_c_try_compile "$LINENO"; then :
1575 eval "$3=yes"
1576else
1577 eval "$3=no"
1578fi
1579rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1580fi
1581eval ac_res=\$$3
1582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1583$as_echo "$ac_res" >&6; }
1584 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1585
1586} # ac_fn_c_check_header_compile
1587
1588# ac_fn_c_try_cpp LINENO
1589# ----------------------
1590# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1591ac_fn_c_try_cpp ()
1592{
1593 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1594 if { { ac_try="$ac_cpp conftest.$ac_ext"
1595case "(($ac_try" in
1596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1597 *) ac_try_echo=$ac_try;;
1598esac
1599eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1600$as_echo "$ac_try_echo"; } >&5
1601 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1602 ac_status=$?
1603 if test -s conftest.err; then
1604 grep -v '^ *+' conftest.err >conftest.er1
1605 cat conftest.er1 >&5
1606 mv -f conftest.er1 conftest.err
1607 fi
1608 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1609 test $ac_status = 0; } >/dev/null && {
1610 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1611 test ! -s conftest.err
1612 }; then :
1613 ac_retval=0
1614else
1615 $as_echo "$as_me: failed program was:" >&5
1616sed 's/^/| /' conftest.$ac_ext >&5
1617
1618 ac_retval=1
1619fi
1620 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1621 return $ac_retval
1622
1623} # ac_fn_c_try_cpp
1624
1625# ac_fn_c_try_run LINENO
1626# ----------------------
1627# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1628# that executables *can* be run.
1629ac_fn_c_try_run ()
1630{
1631 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1632 if { { ac_try="$ac_link"
1633case "(($ac_try" in
1634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1635 *) ac_try_echo=$ac_try;;
1636esac
1637eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1638$as_echo "$ac_try_echo"; } >&5
1639 (eval "$ac_link") 2>&5
1640 ac_status=$?
1641 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1642 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1643 { { case "(($ac_try" in
1644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1645 *) ac_try_echo=$ac_try;;
1646esac
1647eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1648$as_echo "$ac_try_echo"; } >&5
1649 (eval "$ac_try") 2>&5
1650 ac_status=$?
1651 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1652 test $ac_status = 0; }; }; then :
1653 ac_retval=0
1654else
1655 $as_echo "$as_me: program exited with status $ac_status" >&5
1656 $as_echo "$as_me: failed program was:" >&5
1657sed 's/^/| /' conftest.$ac_ext >&5
1658
1659 ac_retval=$ac_status
1660fi
1661 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1662 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1663 return $ac_retval
1664
1665} # ac_fn_c_try_run
1666
1667# ac_fn_c_check_func LINENO FUNC VAR
1668# ----------------------------------
1669# Tests whether FUNC exists, setting the cache variable VAR accordingly
1670ac_fn_c_check_func ()
1671{
1672 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1673 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1674$as_echo_n "checking for $2... " >&6; }
1675if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1676 $as_echo_n "(cached) " >&6
1677else
1678 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1679/* end confdefs.h. */
1680/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1681 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1682#define $2 innocuous_$2
1683
1684/* System header to define __stub macros and hopefully few prototypes,
1685 which can conflict with char $2 (); below.
1686 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1687 <limits.h> exists even on freestanding compilers. */
1688
1689#ifdef __STDC__
1690# include <limits.h>
1691#else
1692# include <assert.h>
1693#endif
1694
1695#undef $2
1696
1697/* Override any GCC internal prototype to avoid an error.
1698 Use char because int might match the return type of a GCC
1699 builtin and then its argument prototype would still apply. */
1700#ifdef __cplusplus
1701extern "C"
1702#endif
1703char $2 ();
1704/* The GNU C library defines this for functions which it implements
1705 to always fail with ENOSYS. Some functions are actually named
1706 something starting with __ and the normal name is an alias. */
1707#if defined __stub_$2 || defined __stub___$2
1708choke me
1709#endif
1710
1711int
1712main ()
1713{
1714return $2 ();
1715 ;
1716 return 0;
1717}
1718_ACEOF
1719if ac_fn_c_try_link "$LINENO"; then :
1720 eval "$3=yes"
1721else
1722 eval "$3=no"
1723fi
1724rm -f core conftest.err conftest.$ac_objext \
1725 conftest$ac_exeext conftest.$ac_ext
1726fi
1727eval ac_res=\$$3
1728 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1729$as_echo "$ac_res" >&6; }
1730 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1731
1732} # ac_fn_c_check_func
21750c78 1733
d19e0f01
DK
1734# ac_fn_c_find_intX_t LINENO BITS VAR
1735# -----------------------------------
1736# Finds a signed integer type with width BITS, setting cache variable VAR
1737# accordingly.
1738ac_fn_c_find_intX_t ()
1739{
1740 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for int$2_t" >&5
1742$as_echo_n "checking for int$2_t... " >&6; }
1743if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1744 $as_echo_n "(cached) " >&6
1745else
1746 eval "$3=no"
1747 for ac_type in int$2_t 'int' 'long int' \
1748 'long long int' 'short int' 'signed char'; do
1749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1750/* end confdefs.h. */
1751$ac_includes_default
1752int
1753main ()
1754{
1755static int test_array [1 - 2 * !(0 < ($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 1))];
1756test_array [0] = 0
1757
1758 ;
1759 return 0;
1760}
1761_ACEOF
1762if ac_fn_c_try_compile "$LINENO"; then :
1763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1764/* end confdefs.h. */
1765$ac_includes_default
1766int
1767main ()
1768{
1769static int test_array [1 - 2 * !(($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 1)
1770 < ($ac_type) (((($ac_type) 1 << ($2 - 2)) - 1) * 2 + 2))];
1771test_array [0] = 0
1772
1773 ;
1774 return 0;
1775}
1776_ACEOF
1777if ac_fn_c_try_compile "$LINENO"; then :
1778
1779else
1780 case $ac_type in #(
1781 int$2_t) :
1782 eval "$3=yes" ;; #(
1783 *) :
1784 eval "$3=\$ac_type" ;;
1785esac
1786fi
1787rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1788fi
1789rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1790 eval as_val=\$$3
1791 if test "x$as_val" = x""no; then :
1792
1793else
1794 break
1795fi
1796 done
1797fi
1798eval ac_res=\$$3
1799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1800$as_echo "$ac_res" >&6; }
1801 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1802
1803} # ac_fn_c_find_intX_t
1804
21750c78
RE
1805# ac_fn_c_find_uintX_t LINENO BITS VAR
1806# ------------------------------------
1807# Finds an unsigned integer type with width BITS, setting cache variable VAR
1808# accordingly.
1809ac_fn_c_find_uintX_t ()
1810{
1811 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for uint$2_t" >&5
1813$as_echo_n "checking for uint$2_t... " >&6; }
1814if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1815 $as_echo_n "(cached) " >&6
1816else
1817 eval "$3=no"
1818 for ac_type in uint$2_t 'unsigned int' 'unsigned long int' \
1819 'unsigned long long int' 'unsigned short int' 'unsigned char'; do
1820 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1821/* end confdefs.h. */
1822$ac_includes_default
1823int
1824main ()
1825{
1826static int test_array [1 - 2 * !(($ac_type) -1 >> ($2 - 1) == 1)];
1827test_array [0] = 0
1828
1829 ;
1830 return 0;
1831}
1832_ACEOF
1833if ac_fn_c_try_compile "$LINENO"; then :
1834 case $ac_type in #(
1835 uint$2_t) :
1836 eval "$3=yes" ;; #(
1837 *) :
1838 eval "$3=\$ac_type" ;;
1839esac
1840fi
1841rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1842 eval as_val=\$$3
1843 if test "x$as_val" = x""no; then :
1844
1845else
1846 break
1847fi
1848 done
1849fi
1850eval ac_res=\$$3
1851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1852$as_echo "$ac_res" >&6; }
1853 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1854
1855} # ac_fn_c_find_uintX_t
d7f09764
DN
1856cat >config.log <<_ACEOF
1857This file contains any messages produced by compilers while
1858running configure, to aid debugging if configure makes a mistake.
1859
1860It was created by LTO plugin for ld $as_me 0.1, which was
1861generated by GNU Autoconf 2.64. Invocation command line was
1862
1863 $ $0 $@
1864
1865_ACEOF
1866exec 5>>config.log
1867{
1868cat <<_ASUNAME
1869## --------- ##
1870## Platform. ##
1871## --------- ##
1872
1873hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1874uname -m = `(uname -m) 2>/dev/null || echo unknown`
1875uname -r = `(uname -r) 2>/dev/null || echo unknown`
1876uname -s = `(uname -s) 2>/dev/null || echo unknown`
1877uname -v = `(uname -v) 2>/dev/null || echo unknown`
1878
1879/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1880/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1881
1882/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1883/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1884/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1885/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1886/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1887/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1888/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1889
1890_ASUNAME
1891
1892as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1893for as_dir in $PATH
1894do
1895 IFS=$as_save_IFS
1896 test -z "$as_dir" && as_dir=.
1897 $as_echo "PATH: $as_dir"
1898 done
1899IFS=$as_save_IFS
1900
1901} >&5
1902
1903cat >&5 <<_ACEOF
1904
1905
1906## ----------- ##
1907## Core tests. ##
1908## ----------- ##
1909
1910_ACEOF
1911
1912
1913# Keep a trace of the command line.
1914# Strip out --no-create and --no-recursion so they do not pile up.
1915# Strip out --silent because we don't want to record it for future runs.
1916# Also quote any args containing shell meta-characters.
1917# Make two passes to allow for proper duplicate-argument suppression.
1918ac_configure_args=
1919ac_configure_args0=
1920ac_configure_args1=
1921ac_must_keep_next=false
1922for ac_pass in 1 2
1923do
1924 for ac_arg
1925 do
1926 case $ac_arg in
1927 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1928 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1929 | -silent | --silent | --silen | --sile | --sil)
1930 continue ;;
1931 *\'*)
1932 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1933 esac
1934 case $ac_pass in
1935 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1936 2)
1937 as_fn_append ac_configure_args1 " '$ac_arg'"
1938 if test $ac_must_keep_next = true; then
1939 ac_must_keep_next=false # Got value, back to normal.
1940 else
1941 case $ac_arg in
1942 *=* | --config-cache | -C | -disable-* | --disable-* \
1943 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1944 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1945 | -with-* | --with-* | -without-* | --without-* | --x)
1946 case "$ac_configure_args0 " in
1947 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1948 esac
1949 ;;
1950 -* ) ac_must_keep_next=true ;;
1951 esac
1952 fi
1953 as_fn_append ac_configure_args " '$ac_arg'"
1954 ;;
1955 esac
1956 done
1957done
1958{ ac_configure_args0=; unset ac_configure_args0;}
1959{ ac_configure_args1=; unset ac_configure_args1;}
1960
1961# When interrupted or exit'd, cleanup temporary files, and complete
1962# config.log. We remove comments because anyway the quotes in there
1963# would cause problems or look ugly.
1964# WARNING: Use '\'' to represent an apostrophe within the trap.
1965# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1966trap 'exit_status=$?
1967 # Save into config.log some information that might help in debugging.
1968 {
1969 echo
1970
1971 cat <<\_ASBOX
1972## ---------------- ##
1973## Cache variables. ##
1974## ---------------- ##
1975_ASBOX
1976 echo
1977 # The following way of writing the cache mishandles newlines in values,
1978(
1979 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1980 eval ac_val=\$$ac_var
1981 case $ac_val in #(
1982 *${as_nl}*)
1983 case $ac_var in #(
1984 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1985$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1986 esac
1987 case $ac_var in #(
1988 _ | IFS | as_nl) ;; #(
1989 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1990 *) { eval $ac_var=; unset $ac_var;} ;;
1991 esac ;;
1992 esac
1993 done
1994 (set) 2>&1 |
1995 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1996 *${as_nl}ac_space=\ *)
1997 sed -n \
1998 "s/'\''/'\''\\\\'\'''\''/g;
1999 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2000 ;; #(
2001 *)
2002 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2003 ;;
2004 esac |
2005 sort
2006)
2007 echo
2008
2009 cat <<\_ASBOX
2010## ----------------- ##
2011## Output variables. ##
2012## ----------------- ##
2013_ASBOX
2014 echo
2015 for ac_var in $ac_subst_vars
2016 do
2017 eval ac_val=\$$ac_var
2018 case $ac_val in
2019 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2020 esac
2021 $as_echo "$ac_var='\''$ac_val'\''"
2022 done | sort
2023 echo
2024
2025 if test -n "$ac_subst_files"; then
2026 cat <<\_ASBOX
2027## ------------------- ##
2028## File substitutions. ##
2029## ------------------- ##
2030_ASBOX
2031 echo
2032 for ac_var in $ac_subst_files
2033 do
2034 eval ac_val=\$$ac_var
2035 case $ac_val in
2036 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2037 esac
2038 $as_echo "$ac_var='\''$ac_val'\''"
2039 done | sort
2040 echo
2041 fi
2042
2043 if test -s confdefs.h; then
2044 cat <<\_ASBOX
2045## ----------- ##
2046## confdefs.h. ##
2047## ----------- ##
2048_ASBOX
2049 echo
2050 cat confdefs.h
2051 echo
2052 fi
2053 test "$ac_signal" != 0 &&
2054 $as_echo "$as_me: caught signal $ac_signal"
2055 $as_echo "$as_me: exit $exit_status"
2056 } >&5
2057 rm -f core *.core core.conftest.* &&
2058 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2059 exit $exit_status
2060' 0
2061for ac_signal in 1 2 13 15; do
2062 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2063done
2064ac_signal=0
2065
2066# confdefs.h avoids OS command line length limits that DEFS can exceed.
2067rm -f -r conftest* confdefs.h
2068
2069$as_echo "/* confdefs.h */" > confdefs.h
2070
2071# Predefined preprocessor variables.
2072
2073cat >>confdefs.h <<_ACEOF
2074#define PACKAGE_NAME "$PACKAGE_NAME"
2075_ACEOF
2076
2077cat >>confdefs.h <<_ACEOF
2078#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2079_ACEOF
2080
2081cat >>confdefs.h <<_ACEOF
2082#define PACKAGE_VERSION "$PACKAGE_VERSION"
2083_ACEOF
2084
2085cat >>confdefs.h <<_ACEOF
2086#define PACKAGE_STRING "$PACKAGE_STRING"
2087_ACEOF
2088
2089cat >>confdefs.h <<_ACEOF
2090#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2091_ACEOF
2092
2093cat >>confdefs.h <<_ACEOF
2094#define PACKAGE_URL "$PACKAGE_URL"
2095_ACEOF
2096
2097
2098# Let the site file select an alternate cache file if it wants to.
2099# Prefer an explicitly selected file to automatically selected ones.
2100ac_site_file1=NONE
2101ac_site_file2=NONE
2102if test -n "$CONFIG_SITE"; then
2103 ac_site_file1=$CONFIG_SITE
2104elif test "x$prefix" != xNONE; then
2105 ac_site_file1=$prefix/share/config.site
2106 ac_site_file2=$prefix/etc/config.site
2107else
2108 ac_site_file1=$ac_default_prefix/share/config.site
2109 ac_site_file2=$ac_default_prefix/etc/config.site
2110fi
2111for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2112do
2113 test "x$ac_site_file" = xNONE && continue
2114 if test -r "$ac_site_file"; then
2115 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2116$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2117 sed 's/^/| /' "$ac_site_file" >&5
2118 . "$ac_site_file"
2119 fi
2120done
2121
2122if test -r "$cache_file"; then
2123 # Some versions of bash will fail to source /dev/null (special
2124 # files actually), so we avoid doing that.
2125 if test -f "$cache_file"; then
2126 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2127$as_echo "$as_me: loading cache $cache_file" >&6;}
2128 case $cache_file in
2129 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2130 *) . "./$cache_file";;
2131 esac
2132 fi
2133else
2134 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2135$as_echo "$as_me: creating cache $cache_file" >&6;}
2136 >$cache_file
2137fi
2138
2139# Check that the precious variables saved in the cache have kept the same
2140# value.
2141ac_cache_corrupted=false
2142for ac_var in $ac_precious_vars; do
2143 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2144 eval ac_new_set=\$ac_env_${ac_var}_set
2145 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2146 eval ac_new_val=\$ac_env_${ac_var}_value
2147 case $ac_old_set,$ac_new_set in
2148 set,)
2149 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2150$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2151 ac_cache_corrupted=: ;;
2152 ,set)
2153 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2154$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2155 ac_cache_corrupted=: ;;
2156 ,);;
2157 *)
2158 if test "x$ac_old_val" != "x$ac_new_val"; then
2159 # differences in whitespace do not lead to failure.
2160 ac_old_val_w=`echo x $ac_old_val`
2161 ac_new_val_w=`echo x $ac_new_val`
2162 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2163 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2164$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2165 ac_cache_corrupted=:
2166 else
2167 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2168$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2169 eval $ac_var=\$ac_old_val
2170 fi
2171 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2172$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2173 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2174$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2175 fi;;
2176 esac
2177 # Pass precious variables to config.status.
2178 if test "$ac_new_set" = set; then
2179 case $ac_new_val in
2180 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2181 *) ac_arg=$ac_var=$ac_new_val ;;
2182 esac
2183 case " $ac_configure_args " in
2184 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2185 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2186 esac
2187 fi
2188done
2189if $ac_cache_corrupted; then
2190 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2191$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2192 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2193$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2194 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2195fi
2196## -------------------- ##
2197## Main body of script. ##
2198## -------------------- ##
2199
2200ac_ext=c
2201ac_cpp='$CPP $CPPFLAGS'
2202ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2203ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2204ac_compiler_gnu=$ac_cv_c_compiler_gnu
2205
2206
2207
2208
2209
2210ac_aux_dir=
2211for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2212 for ac_t in install-sh install.sh shtool; do
2213 if test -f "$ac_dir/$ac_t"; then
2214 ac_aux_dir=$ac_dir
2215 ac_install_sh="$ac_aux_dir/$ac_t -c"
2216 break 2
2217 fi
2218 done
2219done
2220if test -z "$ac_aux_dir"; then
2221 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2222fi
2223
2224# These three variables are undocumented and unsupported,
2225# and are intended to be withdrawn in a future Autoconf release.
2226# They can cause serious problems if a builder's source tree is in a directory
2227# whose full name contains unusual characters.
2228ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2229ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2230ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2231
2232
2233# Make sure we can run config.sub.
2234$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2235 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2236
2237{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2238$as_echo_n "checking build system type... " >&6; }
2239if test "${ac_cv_build+set}" = set; then :
2240 $as_echo_n "(cached) " >&6
2241else
2242 ac_build_alias=$build_alias
2243test "x$ac_build_alias" = x &&
2244 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2245test "x$ac_build_alias" = x &&
2246 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2247ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2248 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2249
2250fi
2251{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2252$as_echo "$ac_cv_build" >&6; }
2253case $ac_cv_build in
2254*-*-*) ;;
2255*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2256esac
2257build=$ac_cv_build
2258ac_save_IFS=$IFS; IFS='-'
2259set x $ac_cv_build
2260shift
2261build_cpu=$1
2262build_vendor=$2
2263shift; shift
2264# Remember, the first character of IFS is used to create $*,
2265# except with old shells:
2266build_os=$*
2267IFS=$ac_save_IFS
2268case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2269
2270
73d5e770
L
2271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2272$as_echo_n "checking host system type... " >&6; }
2273if test "${ac_cv_host+set}" = set; then :
2274 $as_echo_n "(cached) " >&6
2275else
2276 if test "x$host_alias" = x; then
2277 ac_cv_host=$ac_cv_build
2278else
2279 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2280 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2281fi
2282
2283fi
2284{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2285$as_echo "$ac_cv_host" >&6; }
2286case $ac_cv_host in
2287*-*-*) ;;
2288*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2289esac
2290host=$ac_cv_host
2291ac_save_IFS=$IFS; IFS='-'
2292set x $ac_cv_host
2293shift
2294host_cpu=$1
2295host_vendor=$2
2296shift; shift
2297# Remember, the first character of IFS is used to create $*,
2298# except with old shells:
2299host_os=$*
2300IFS=$ac_save_IFS
2301case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2302
2303
2304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2305$as_echo_n "checking target system type... " >&6; }
2306if test "${ac_cv_target+set}" = set; then :
2307 $as_echo_n "(cached) " >&6
2308else
2309 if test "x$target_alias" = x; then
2310 ac_cv_target=$ac_cv_host
2311else
2312 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2313 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2314fi
2315
2316fi
2317{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2318$as_echo "$ac_cv_target" >&6; }
2319case $ac_cv_target in
2320*-*-*) ;;
2321*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2322esac
2323target=$ac_cv_target
2324ac_save_IFS=$IFS; IFS='-'
2325set x $ac_cv_target
2326shift
2327target_cpu=$1
2328target_vendor=$2
2329shift; shift
2330# Remember, the first character of IFS is used to create $*,
2331# except with old shells:
2332target_os=$*
2333IFS=$ac_save_IFS
2334case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2335
2336
2337# The aliases save the names the user supplied, while $host etc.
2338# will get canonicalized.
2339test -n "$target_alias" &&
2340 test "$program_prefix$program_suffix$program_transform_name" = \
2341 NONENONEs,x,x, &&
2342 program_prefix=${target_alias}-
2343
d7f09764
DN
2344 case ${build_alias} in
2345 "") build_noncanonical=${build} ;;
2346 *) build_noncanonical=${build_alias} ;;
2347esac
2348
2349 case ${host_alias} in
2350 "") host_noncanonical=${build_noncanonical} ;;
2351 *) host_noncanonical=${host_alias} ;;
2352esac
2353
2354 case ${target_alias} in
2355 "") target_noncanonical=${host_noncanonical} ;;
2356 *) target_noncanonical=${target_alias} ;;
2357esac
2358
2359
2360# post-stage1 host modules use a different CC_FOR_BUILD so, in order to
2361# have matching libraries, they should use host libraries: Makefile.tpl
2362# arranges to pass --with-build-libsubdir=$(HOST_SUBDIR).
2363# However, they still use the build modules, because the corresponding
2364# host modules (e.g. bison) are only built for the host when bootstrap
2365# finishes. So:
2366# - build_subdir is where we find build modules, and never changes.
2367# - build_libsubdir is where we find build libraries, and can be overridden.
2368
2369# Prefix 'build-' so this never conflicts with target_subdir.
2370build_subdir="build-${build_noncanonical}"
2371
2372# Check whether --with-build-libsubdir was given.
2373if test "${with_build_libsubdir+set}" = set; then :
2374 withval=$with_build_libsubdir; build_libsubdir="$withval"
2375else
2376 build_libsubdir="$build_subdir"
2377fi
2378
2379# --srcdir=. covers the toplevel, while "test -d" covers the subdirectories
2380if ( test $srcdir = . && test -d gcc ) \
2381 || test -d $srcdir/../host-${host_noncanonical}; then
2382 host_subdir="host-${host_noncanonical}"
2383else
2384 host_subdir=.
2385fi
2386# No prefix.
2387target_subdir=${target_noncanonical}
2388
2389am__api_version='1.11'
2390
2391# Find a good install program. We prefer a C program (faster),
2392# so one script is as good as another. But avoid the broken or
2393# incompatible versions:
2394# SysV /etc/install, /usr/sbin/install
2395# SunOS /usr/etc/install
2396# IRIX /sbin/install
2397# AIX /bin/install
2398# AmigaOS /C/install, which installs bootblocks on floppy discs
2399# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2400# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2401# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2402# OS/2's system install, which has a completely different semantic
2403# ./install, which can be erroneously created by make from ./install.sh.
2404# Reject install programs that cannot install multiple files.
2405{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2406$as_echo_n "checking for a BSD-compatible install... " >&6; }
2407if test -z "$INSTALL"; then
2408if test "${ac_cv_path_install+set}" = set; then :
2409 $as_echo_n "(cached) " >&6
2410else
2411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2412for as_dir in $PATH
2413do
2414 IFS=$as_save_IFS
2415 test -z "$as_dir" && as_dir=.
2416 # Account for people who put trailing slashes in PATH elements.
2417case $as_dir/ in #((
2418 ./ | .// | /[cC]/* | \
2419 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2420 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2421 /usr/ucb/* ) ;;
2422 *)
2423 # OSF1 and SCO ODT 3.0 have their own names for install.
2424 # Don't use installbsd from OSF since it installs stuff as root
2425 # by default.
2426 for ac_prog in ginstall scoinst install; do
2427 for ac_exec_ext in '' $ac_executable_extensions; do
2428 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2429 if test $ac_prog = install &&
2430 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2431 # AIX install. It has an incompatible calling convention.
2432 :
2433 elif test $ac_prog = install &&
2434 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2435 # program-specific install script used by HP pwplus--don't use.
2436 :
2437 else
2438 rm -rf conftest.one conftest.two conftest.dir
2439 echo one > conftest.one
2440 echo two > conftest.two
2441 mkdir conftest.dir
2442 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2443 test -s conftest.one && test -s conftest.two &&
2444 test -s conftest.dir/conftest.one &&
2445 test -s conftest.dir/conftest.two
2446 then
2447 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2448 break 3
2449 fi
2450 fi
2451 fi
2452 done
2453 done
2454 ;;
2455esac
2456
2457 done
2458IFS=$as_save_IFS
2459
2460rm -rf conftest.one conftest.two conftest.dir
2461
2462fi
2463 if test "${ac_cv_path_install+set}" = set; then
2464 INSTALL=$ac_cv_path_install
2465 else
2466 # As a last resort, use the slow shell script. Don't cache a
2467 # value for INSTALL within a source directory, because that will
2468 # break other packages using the cache if that directory is
2469 # removed, or if the value is a relative name.
2470 INSTALL=$ac_install_sh
2471 fi
2472fi
2473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2474$as_echo "$INSTALL" >&6; }
2475
2476# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2477# It thinks the first close brace ends the variable substitution.
2478test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2479
2480test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2481
2482test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2483
2484{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2485$as_echo_n "checking whether build environment is sane... " >&6; }
2486# Just in case
2487sleep 1
2488echo timestamp > conftest.file
2489# Reject unsafe characters in $srcdir or the absolute working directory
2490# name. Accept space and tab only in the latter.
2491am_lf='
2492'
2493case `pwd` in
2494 *[\\\"\#\$\&\'\`$am_lf]*)
2495 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2496esac
2497case $srcdir in
2498 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2499 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2500esac
2501
2502# Do `set' in a subshell so we don't clobber the current shell's
2503# arguments. Must try -L first in case configure is actually a
2504# symlink; some systems play weird games with the mod time of symlinks
2505# (eg FreeBSD returns the mod time of the symlink's containing
2506# directory).
2507if (
2508 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2509 if test "$*" = "X"; then
2510 # -L didn't work.
2511 set X `ls -t "$srcdir/configure" conftest.file`
2512 fi
2513 rm -f conftest.file
2514 if test "$*" != "X $srcdir/configure conftest.file" \
2515 && test "$*" != "X conftest.file $srcdir/configure"; then
2516
2517 # If neither matched, then we have a broken ls. This can happen
2518 # if, for instance, CONFIG_SHELL is bash and it inherits a
2519 # broken ls alias from the environment. This has actually
2520 # happened. Such a system could not be considered "sane".
2521 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2522alias in your environment" "$LINENO" 5
2523 fi
2524
2525 test "$2" = conftest.file
2526 )
2527then
2528 # Ok.
2529 :
2530else
2531 as_fn_error "newly created file is older than distributed files!
2532Check your system clock" "$LINENO" 5
2533fi
2534{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2535$as_echo "yes" >&6; }
2536test "$program_prefix" != NONE &&
2537 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2538# Use a double $ so make ignores it.
2539test "$program_suffix" != NONE &&
2540 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2541# Double any \ or $.
2542# By default was `s,x,x', remove it if useless.
2543ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2544program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2545
2546# expand $ac_aux_dir to an absolute path
2547am_aux_dir=`cd $ac_aux_dir && pwd`
2548
2549if test x"${MISSING+set}" != xset; then
2550 case $am_aux_dir in
2551 *\ * | *\ *)
2552 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2553 *)
2554 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2555 esac
2556fi
2557# Use eval to expand $SHELL
2558if eval "$MISSING --run true"; then
2559 am_missing_run="$MISSING --run "
2560else
2561 am_missing_run=
2562 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2563$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2564fi
2565
2566if test x"${install_sh}" != xset; then
2567 case $am_aux_dir in
2568 *\ * | *\ *)
2569 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2570 *)
2571 install_sh="\${SHELL} $am_aux_dir/install-sh"
2572 esac
2573fi
2574
2575# Installed binaries are usually stripped using `strip' when the user
2576# run `make install-strip'. However `strip' might not be the right
2577# tool to use in cross-compilation environments, therefore Automake
2578# will honor the `STRIP' environment variable to overrule this program.
2579if test "$cross_compiling" != no; then
2580 if test -n "$ac_tool_prefix"; then
2581 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2582set dummy ${ac_tool_prefix}strip; ac_word=$2
2583{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2584$as_echo_n "checking for $ac_word... " >&6; }
2585if test "${ac_cv_prog_STRIP+set}" = set; then :
2586 $as_echo_n "(cached) " >&6
2587else
2588 if test -n "$STRIP"; then
2589 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2590else
2591as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2592for as_dir in $PATH
2593do
2594 IFS=$as_save_IFS
2595 test -z "$as_dir" && as_dir=.
2596 for ac_exec_ext in '' $ac_executable_extensions; do
2597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2598 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2599 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2600 break 2
2601 fi
2602done
2603 done
2604IFS=$as_save_IFS
2605
2606fi
2607fi
2608STRIP=$ac_cv_prog_STRIP
2609if test -n "$STRIP"; then
2610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2611$as_echo "$STRIP" >&6; }
2612else
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2614$as_echo "no" >&6; }
2615fi
2616
2617
2618fi
2619if test -z "$ac_cv_prog_STRIP"; then
2620 ac_ct_STRIP=$STRIP
2621 # Extract the first word of "strip", so it can be a program name with args.
2622set dummy strip; ac_word=$2
2623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2624$as_echo_n "checking for $ac_word... " >&6; }
2625if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2626 $as_echo_n "(cached) " >&6
2627else
2628 if test -n "$ac_ct_STRIP"; then
2629 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2630else
2631as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2632for as_dir in $PATH
2633do
2634 IFS=$as_save_IFS
2635 test -z "$as_dir" && as_dir=.
2636 for ac_exec_ext in '' $ac_executable_extensions; do
2637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2638 ac_cv_prog_ac_ct_STRIP="strip"
2639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2640 break 2
2641 fi
2642done
2643 done
2644IFS=$as_save_IFS
2645
2646fi
2647fi
2648ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2649if test -n "$ac_ct_STRIP"; then
2650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2651$as_echo "$ac_ct_STRIP" >&6; }
2652else
2653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2654$as_echo "no" >&6; }
2655fi
2656
2657 if test "x$ac_ct_STRIP" = x; then
2658 STRIP=":"
2659 else
2660 case $cross_compiling:$ac_tool_warned in
2661yes:)
2662{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2663$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2664ac_tool_warned=yes ;;
2665esac
2666 STRIP=$ac_ct_STRIP
2667 fi
2668else
2669 STRIP="$ac_cv_prog_STRIP"
2670fi
2671
2672fi
2673INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2674
2675{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2676$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2677if test -z "$MKDIR_P"; then
2678 if test "${ac_cv_path_mkdir+set}" = set; then :
2679 $as_echo_n "(cached) " >&6
2680else
2681 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2682for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2683do
2684 IFS=$as_save_IFS
2685 test -z "$as_dir" && as_dir=.
2686 for ac_prog in mkdir gmkdir; do
2687 for ac_exec_ext in '' $ac_executable_extensions; do
2688 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2689 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2690 'mkdir (GNU coreutils) '* | \
2691 'mkdir (coreutils) '* | \
2692 'mkdir (fileutils) '4.1*)
2693 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2694 break 3;;
2695 esac
2696 done
2697 done
2698 done
2699IFS=$as_save_IFS
2700
2701fi
2702
2703 if test "${ac_cv_path_mkdir+set}" = set; then
2704 MKDIR_P="$ac_cv_path_mkdir -p"
2705 else
2706 # As a last resort, use the slow shell script. Don't cache a
2707 # value for MKDIR_P within a source directory, because that will
2708 # break other packages using the cache if that directory is
2709 # removed, or if the value is a relative name.
2710 test -d ./--version && rmdir ./--version
2711 MKDIR_P="$ac_install_sh -d"
2712 fi
2713fi
2714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2715$as_echo "$MKDIR_P" >&6; }
2716
2717mkdir_p="$MKDIR_P"
2718case $mkdir_p in
2719 [\\/$]* | ?:[\\/]*) ;;
2720 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2721esac
2722
2723for ac_prog in gawk mawk nawk awk
2724do
2725 # Extract the first word of "$ac_prog", so it can be a program name with args.
2726set dummy $ac_prog; ac_word=$2
2727{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2728$as_echo_n "checking for $ac_word... " >&6; }
2729if test "${ac_cv_prog_AWK+set}" = set; then :
2730 $as_echo_n "(cached) " >&6
2731else
2732 if test -n "$AWK"; then
2733 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2734else
2735as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2736for as_dir in $PATH
2737do
2738 IFS=$as_save_IFS
2739 test -z "$as_dir" && as_dir=.
2740 for ac_exec_ext in '' $ac_executable_extensions; do
2741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2742 ac_cv_prog_AWK="$ac_prog"
2743 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2744 break 2
2745 fi
2746done
2747 done
2748IFS=$as_save_IFS
2749
2750fi
2751fi
2752AWK=$ac_cv_prog_AWK
2753if test -n "$AWK"; then
2754 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2755$as_echo "$AWK" >&6; }
2756else
2757 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2758$as_echo "no" >&6; }
2759fi
2760
2761
2762 test -n "$AWK" && break
2763done
2764
2765{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2766$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2767set x ${MAKE-make}
2768ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2769if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2770 $as_echo_n "(cached) " >&6
2771else
2772 cat >conftest.make <<\_ACEOF
2773SHELL = /bin/sh
2774all:
2775 @echo '@@@%%%=$(MAKE)=@@@%%%'
2776_ACEOF
2777# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2778case `${MAKE-make} -f conftest.make 2>/dev/null` in
2779 *@@@%%%=?*=@@@%%%*)
2780 eval ac_cv_prog_make_${ac_make}_set=yes;;
2781 *)
2782 eval ac_cv_prog_make_${ac_make}_set=no;;
2783esac
2784rm -f conftest.make
2785fi
2786if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2787 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2788$as_echo "yes" >&6; }
2789 SET_MAKE=
2790else
2791 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2792$as_echo "no" >&6; }
2793 SET_MAKE="MAKE=${MAKE-make}"
2794fi
2795
2796rm -rf .tst 2>/dev/null
2797mkdir .tst 2>/dev/null
2798if test -d .tst; then
2799 am__leading_dot=.
2800else
2801 am__leading_dot=_
2802fi
2803rmdir .tst 2>/dev/null
2804
2805if test "`cd $srcdir && pwd`" != "`pwd`"; then
2806 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2807 # is not polluted with repeated "-I."
2808 am__isrc=' -I$(srcdir)'
2809 # test to see if srcdir already configured
2810 if test -f $srcdir/config.status; then
2811 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2812 fi
2813fi
2814
2815# test whether we have cygpath
2816if test -z "$CYGPATH_W"; then
2817 if (cygpath --version) >/dev/null 2>/dev/null; then
2818 CYGPATH_W='cygpath -w'
2819 else
2820 CYGPATH_W=echo
2821 fi
2822fi
2823
2824
2825# Define the identity of the package.
2826 PACKAGE='lto-plugin'
2827 VERSION='0.1'
2828
2829
2830cat >>confdefs.h <<_ACEOF
2831#define PACKAGE "$PACKAGE"
2832_ACEOF
2833
2834
2835cat >>confdefs.h <<_ACEOF
2836#define VERSION "$VERSION"
2837_ACEOF
2838
2839# Some tools Automake needs.
2840
2841ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2842
2843
2844AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2845
2846
2847AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2848
2849
2850AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2851
2852
2853MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2854
2855# We need awk for the "check" target. The system "awk" is bad on
2856# some platforms.
2857# Always define AMTAR for backward compatibility.
2858
2859AMTAR=${AMTAR-"${am_missing_run}tar"}
2860
2861am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2862
2863
2864
2865
2866
03428d41
RG
2867
2868{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2869$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2870 # Check whether --enable-maintainer-mode was given.
2871if test "${enable_maintainer_mode+set}" = set; then :
2872 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2873else
2874 USE_MAINTAINER_MODE=no
2875fi
2876
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2878$as_echo "$USE_MAINTAINER_MODE" >&6; }
2879 if test $USE_MAINTAINER_MODE = yes; then
2880 MAINTAINER_MODE_TRUE=
2881 MAINTAINER_MODE_FALSE='#'
2882else
2883 MAINTAINER_MODE_TRUE='#'
2884 MAINTAINER_MODE_FALSE=
2885fi
2886
2887 MAINT=$MAINTAINER_MODE_TRUE
2888
2889
d7f09764
DN
2890ac_ext=c
2891ac_cpp='$CPP $CPPFLAGS'
2892ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2893ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2894ac_compiler_gnu=$ac_cv_c_compiler_gnu
2895if test -n "$ac_tool_prefix"; then
2896 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2897set dummy ${ac_tool_prefix}gcc; ac_word=$2
2898{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2899$as_echo_n "checking for $ac_word... " >&6; }
2900if test "${ac_cv_prog_CC+set}" = set; then :
2901 $as_echo_n "(cached) " >&6
2902else
2903 if test -n "$CC"; then
2904 ac_cv_prog_CC="$CC" # Let the user override the test.
2905else
2906as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2907for as_dir in $PATH
2908do
2909 IFS=$as_save_IFS
2910 test -z "$as_dir" && as_dir=.
2911 for ac_exec_ext in '' $ac_executable_extensions; do
2912 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2913 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2914 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2915 break 2
2916 fi
2917done
2918 done
2919IFS=$as_save_IFS
2920
2921fi
2922fi
2923CC=$ac_cv_prog_CC
2924if test -n "$CC"; then
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2926$as_echo "$CC" >&6; }
2927else
2928 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2929$as_echo "no" >&6; }
2930fi
2931
2932
2933fi
2934if test -z "$ac_cv_prog_CC"; then
2935 ac_ct_CC=$CC
2936 # Extract the first word of "gcc", so it can be a program name with args.
2937set dummy gcc; ac_word=$2
2938{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2939$as_echo_n "checking for $ac_word... " >&6; }
2940if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2941 $as_echo_n "(cached) " >&6
2942else
2943 if test -n "$ac_ct_CC"; then
2944 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2945else
2946as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2947for as_dir in $PATH
2948do
2949 IFS=$as_save_IFS
2950 test -z "$as_dir" && as_dir=.
2951 for ac_exec_ext in '' $ac_executable_extensions; do
2952 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2953 ac_cv_prog_ac_ct_CC="gcc"
2954 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2955 break 2
2956 fi
2957done
2958 done
2959IFS=$as_save_IFS
2960
2961fi
2962fi
2963ac_ct_CC=$ac_cv_prog_ac_ct_CC
2964if test -n "$ac_ct_CC"; then
2965 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2966$as_echo "$ac_ct_CC" >&6; }
2967else
2968 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2969$as_echo "no" >&6; }
2970fi
2971
2972 if test "x$ac_ct_CC" = x; then
2973 CC=""
2974 else
2975 case $cross_compiling:$ac_tool_warned in
2976yes:)
2977{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2978$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2979ac_tool_warned=yes ;;
2980esac
2981 CC=$ac_ct_CC
2982 fi
2983else
2984 CC="$ac_cv_prog_CC"
2985fi
2986
2987if test -z "$CC"; then
2988 if test -n "$ac_tool_prefix"; then
2989 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2990set dummy ${ac_tool_prefix}cc; ac_word=$2
2991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2992$as_echo_n "checking for $ac_word... " >&6; }
2993if test "${ac_cv_prog_CC+set}" = set; then :
2994 $as_echo_n "(cached) " >&6
2995else
2996 if test -n "$CC"; then
2997 ac_cv_prog_CC="$CC" # Let the user override the test.
2998else
2999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3000for as_dir in $PATH
3001do
3002 IFS=$as_save_IFS
3003 test -z "$as_dir" && as_dir=.
3004 for ac_exec_ext in '' $ac_executable_extensions; do
3005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3006 ac_cv_prog_CC="${ac_tool_prefix}cc"
3007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3008 break 2
3009 fi
3010done
3011 done
3012IFS=$as_save_IFS
3013
3014fi
3015fi
3016CC=$ac_cv_prog_CC
3017if test -n "$CC"; then
3018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3019$as_echo "$CC" >&6; }
3020else
3021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3022$as_echo "no" >&6; }
3023fi
3024
3025
3026 fi
3027fi
3028if test -z "$CC"; then
3029 # Extract the first word of "cc", so it can be a program name with args.
3030set dummy cc; ac_word=$2
3031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3032$as_echo_n "checking for $ac_word... " >&6; }
3033if test "${ac_cv_prog_CC+set}" = set; then :
3034 $as_echo_n "(cached) " >&6
3035else
3036 if test -n "$CC"; then
3037 ac_cv_prog_CC="$CC" # Let the user override the test.
3038else
3039 ac_prog_rejected=no
3040as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3041for as_dir in $PATH
3042do
3043 IFS=$as_save_IFS
3044 test -z "$as_dir" && as_dir=.
3045 for ac_exec_ext in '' $ac_executable_extensions; do
3046 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3047 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3048 ac_prog_rejected=yes
3049 continue
3050 fi
3051 ac_cv_prog_CC="cc"
3052 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3053 break 2
3054 fi
3055done
3056 done
3057IFS=$as_save_IFS
3058
3059if test $ac_prog_rejected = yes; then
3060 # We found a bogon in the path, so make sure we never use it.
3061 set dummy $ac_cv_prog_CC
3062 shift
3063 if test $# != 0; then
3064 # We chose a different compiler from the bogus one.
3065 # However, it has the same basename, so the bogon will be chosen
3066 # first if we set CC to just the basename; use the full file name.
3067 shift
3068 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3069 fi
3070fi
3071fi
3072fi
3073CC=$ac_cv_prog_CC
3074if test -n "$CC"; then
3075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3076$as_echo "$CC" >&6; }
3077else
3078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3079$as_echo "no" >&6; }
3080fi
3081
3082
3083fi
3084if test -z "$CC"; then
3085 if test -n "$ac_tool_prefix"; then
3086 for ac_prog in cl.exe
3087 do
3088 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3089set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3091$as_echo_n "checking for $ac_word... " >&6; }
3092if test "${ac_cv_prog_CC+set}" = set; then :
3093 $as_echo_n "(cached) " >&6
3094else
3095 if test -n "$CC"; then
3096 ac_cv_prog_CC="$CC" # Let the user override the test.
3097else
3098as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3099for as_dir in $PATH
3100do
3101 IFS=$as_save_IFS
3102 test -z "$as_dir" && as_dir=.
3103 for ac_exec_ext in '' $ac_executable_extensions; do
3104 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3105 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3106 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3107 break 2
3108 fi
3109done
3110 done
3111IFS=$as_save_IFS
3112
3113fi
3114fi
3115CC=$ac_cv_prog_CC
3116if test -n "$CC"; then
3117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3118$as_echo "$CC" >&6; }
3119else
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3121$as_echo "no" >&6; }
3122fi
3123
3124
3125 test -n "$CC" && break
3126 done
3127fi
3128if test -z "$CC"; then
3129 ac_ct_CC=$CC
3130 for ac_prog in cl.exe
3131do
3132 # Extract the first word of "$ac_prog", so it can be a program name with args.
3133set dummy $ac_prog; ac_word=$2
3134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3135$as_echo_n "checking for $ac_word... " >&6; }
3136if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3137 $as_echo_n "(cached) " >&6
3138else
3139 if test -n "$ac_ct_CC"; then
3140 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3141else
3142as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3143for as_dir in $PATH
3144do
3145 IFS=$as_save_IFS
3146 test -z "$as_dir" && as_dir=.
3147 for ac_exec_ext in '' $ac_executable_extensions; do
3148 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3149 ac_cv_prog_ac_ct_CC="$ac_prog"
3150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3151 break 2
3152 fi
3153done
3154 done
3155IFS=$as_save_IFS
3156
3157fi
3158fi
3159ac_ct_CC=$ac_cv_prog_ac_ct_CC
3160if test -n "$ac_ct_CC"; then
3161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3162$as_echo "$ac_ct_CC" >&6; }
3163else
3164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3165$as_echo "no" >&6; }
3166fi
3167
3168
3169 test -n "$ac_ct_CC" && break
3170done
3171
3172 if test "x$ac_ct_CC" = x; then
3173 CC=""
3174 else
3175 case $cross_compiling:$ac_tool_warned in
3176yes:)
3177{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3178$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3179ac_tool_warned=yes ;;
3180esac
3181 CC=$ac_ct_CC
3182 fi
3183fi
3184
3185fi
3186
3187
3188test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3189$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3190as_fn_error "no acceptable C compiler found in \$PATH
3191See \`config.log' for more details." "$LINENO" 5; }
3192
3193# Provide some information about the compiler.
3194$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3195set X $ac_compile
3196ac_compiler=$2
3197for ac_option in --version -v -V -qversion; do
3198 { { ac_try="$ac_compiler $ac_option >&5"
3199case "(($ac_try" in
3200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3201 *) ac_try_echo=$ac_try;;
3202esac
3203eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3204$as_echo "$ac_try_echo"; } >&5
3205 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3206 ac_status=$?
3207 if test -s conftest.err; then
3208 sed '10a\
3209... rest of stderr output deleted ...
3210 10q' conftest.err >conftest.er1
3211 cat conftest.er1 >&5
3212 rm -f conftest.er1 conftest.err
3213 fi
3214 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3215 test $ac_status = 0; }
3216done
3217
3218cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3219/* end confdefs.h. */
3220
3221int
3222main ()
3223{
3224
3225 ;
3226 return 0;
3227}
3228_ACEOF
3229ac_clean_files_save=$ac_clean_files
3230ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3231# Try to create an executable without -o first, disregard a.out.
3232# It will help us diagnose broken compilers, and finding out an intuition
3233# of exeext.
3234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3235$as_echo_n "checking for C compiler default output file name... " >&6; }
3236ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3237
3238# The possible output files:
3239ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3240
3241ac_rmfiles=
3242for ac_file in $ac_files
3243do
3244 case $ac_file in
3245 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3246 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3247 esac
3248done
3249rm -f $ac_rmfiles
3250
3251if { { ac_try="$ac_link_default"
3252case "(($ac_try" in
3253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3254 *) ac_try_echo=$ac_try;;
3255esac
3256eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3257$as_echo "$ac_try_echo"; } >&5
3258 (eval "$ac_link_default") 2>&5
3259 ac_status=$?
3260 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3261 test $ac_status = 0; }; then :
3262 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3263# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3264# in a Makefile. We should not override ac_cv_exeext if it was cached,
3265# so that the user can short-circuit this test for compilers unknown to
3266# Autoconf.
3267for ac_file in $ac_files ''
3268do
3269 test -f "$ac_file" || continue
3270 case $ac_file in
3271 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3272 ;;
3273 [ab].out )
3274 # We found the default executable, but exeext='' is most
3275 # certainly right.
3276 break;;
3277 *.* )
3278 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3279 then :; else
3280 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3281 fi
3282 # We set ac_cv_exeext here because the later test for it is not
3283 # safe: cross compilers may not add the suffix if given an `-o'
3284 # argument, so we may need to know it at that point already.
3285 # Even if this section looks crufty: it has the advantage of
3286 # actually working.
3287 break;;
3288 * )
3289 break;;
3290 esac
3291done
3292test "$ac_cv_exeext" = no && ac_cv_exeext=
3293
3294else
3295 ac_file=''
3296fi
3297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3298$as_echo "$ac_file" >&6; }
3299if test -z "$ac_file"; then :
3300 $as_echo "$as_me: failed program was:" >&5
3301sed 's/^/| /' conftest.$ac_ext >&5
3302
3303{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3304$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3305{ as_fn_set_status 77
3306as_fn_error "C compiler cannot create executables
3307See \`config.log' for more details." "$LINENO" 5; }; }
3308fi
3309ac_exeext=$ac_cv_exeext
3310
3311# Check that the compiler produces executables we can run. If not, either
3312# the compiler is broken, or we cross compile.
3313{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3314$as_echo_n "checking whether the C compiler works... " >&6; }
3315# If not cross compiling, check that we can run a simple program.
3316if test "$cross_compiling" != yes; then
3317 if { ac_try='./$ac_file'
3318 { { case "(($ac_try" in
3319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3320 *) ac_try_echo=$ac_try;;
3321esac
3322eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3323$as_echo "$ac_try_echo"; } >&5
3324 (eval "$ac_try") 2>&5
3325 ac_status=$?
3326 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3327 test $ac_status = 0; }; }; then
3328 cross_compiling=no
3329 else
3330 if test "$cross_compiling" = maybe; then
3331 cross_compiling=yes
3332 else
3333 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3334$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3335as_fn_error "cannot run C compiled programs.
3336If you meant to cross compile, use \`--host'.
3337See \`config.log' for more details." "$LINENO" 5; }
3338 fi
3339 fi
3340fi
3341{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3342$as_echo "yes" >&6; }
3343
3344rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3345ac_clean_files=$ac_clean_files_save
3346# Check that the compiler produces executables we can run. If not, either
3347# the compiler is broken, or we cross compile.
3348{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3349$as_echo_n "checking whether we are cross compiling... " >&6; }
3350{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3351$as_echo "$cross_compiling" >&6; }
3352
3353{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3354$as_echo_n "checking for suffix of executables... " >&6; }
3355if { { ac_try="$ac_link"
3356case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3359esac
3360eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3361$as_echo "$ac_try_echo"; } >&5
3362 (eval "$ac_link") 2>&5
3363 ac_status=$?
3364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3365 test $ac_status = 0; }; then :
3366 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3367# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3368# work properly (i.e., refer to `conftest.exe'), while it won't with
3369# `rm'.
3370for ac_file in conftest.exe conftest conftest.*; do
3371 test -f "$ac_file" || continue
3372 case $ac_file in
3373 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3374 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3375 break;;
3376 * ) break;;
3377 esac
3378done
3379else
3380 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3381$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3382as_fn_error "cannot compute suffix of executables: cannot compile and link
3383See \`config.log' for more details." "$LINENO" 5; }
3384fi
3385rm -f conftest$ac_cv_exeext
3386{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3387$as_echo "$ac_cv_exeext" >&6; }
3388
3389rm -f conftest.$ac_ext
3390EXEEXT=$ac_cv_exeext
3391ac_exeext=$EXEEXT
3392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3393$as_echo_n "checking for suffix of object files... " >&6; }
3394if test "${ac_cv_objext+set}" = set; then :
3395 $as_echo_n "(cached) " >&6
3396else
3397 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3398/* end confdefs.h. */
3399
3400int
3401main ()
3402{
3403
3404 ;
3405 return 0;
3406}
3407_ACEOF
3408rm -f conftest.o conftest.obj
3409if { { ac_try="$ac_compile"
3410case "(($ac_try" in
3411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3412 *) ac_try_echo=$ac_try;;
3413esac
3414eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3415$as_echo "$ac_try_echo"; } >&5
3416 (eval "$ac_compile") 2>&5
3417 ac_status=$?
3418 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3419 test $ac_status = 0; }; then :
3420 for ac_file in conftest.o conftest.obj conftest.*; do
3421 test -f "$ac_file" || continue;
3422 case $ac_file in
3423 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3424 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3425 break;;
3426 esac
3427done
3428else
3429 $as_echo "$as_me: failed program was:" >&5
3430sed 's/^/| /' conftest.$ac_ext >&5
3431
3432{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3433$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3434as_fn_error "cannot compute suffix of object files: cannot compile
3435See \`config.log' for more details." "$LINENO" 5; }
3436fi
3437rm -f conftest.$ac_cv_objext conftest.$ac_ext
3438fi
3439{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3440$as_echo "$ac_cv_objext" >&6; }
3441OBJEXT=$ac_cv_objext
3442ac_objext=$OBJEXT
3443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3444$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3445if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3446 $as_echo_n "(cached) " >&6
3447else
3448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3449/* end confdefs.h. */
3450
3451int
3452main ()
3453{
3454#ifndef __GNUC__
3455 choke me
3456#endif
3457
3458 ;
3459 return 0;
3460}
3461_ACEOF
3462if ac_fn_c_try_compile "$LINENO"; then :
3463 ac_compiler_gnu=yes
3464else
3465 ac_compiler_gnu=no
3466fi
3467rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3468ac_cv_c_compiler_gnu=$ac_compiler_gnu
3469
3470fi
3471{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3472$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3473if test $ac_compiler_gnu = yes; then
3474 GCC=yes
3475else
3476 GCC=
3477fi
3478ac_test_CFLAGS=${CFLAGS+set}
3479ac_save_CFLAGS=$CFLAGS
3480{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3481$as_echo_n "checking whether $CC accepts -g... " >&6; }
3482if test "${ac_cv_prog_cc_g+set}" = set; then :
3483 $as_echo_n "(cached) " >&6
3484else
3485 ac_save_c_werror_flag=$ac_c_werror_flag
3486 ac_c_werror_flag=yes
3487 ac_cv_prog_cc_g=no
3488 CFLAGS="-g"
3489 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3490/* end confdefs.h. */
3491
3492int
3493main ()
3494{
3495
3496 ;
3497 return 0;
3498}
3499_ACEOF
3500if ac_fn_c_try_compile "$LINENO"; then :
3501 ac_cv_prog_cc_g=yes
3502else
3503 CFLAGS=""
3504 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3505/* end confdefs.h. */
3506
3507int
3508main ()
3509{
3510
3511 ;
3512 return 0;
3513}
3514_ACEOF
3515if ac_fn_c_try_compile "$LINENO"; then :
3516
3517else
3518 ac_c_werror_flag=$ac_save_c_werror_flag
3519 CFLAGS="-g"
3520 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3521/* end confdefs.h. */
3522
3523int
3524main ()
3525{
3526
3527 ;
3528 return 0;
3529}
3530_ACEOF
3531if ac_fn_c_try_compile "$LINENO"; then :
3532 ac_cv_prog_cc_g=yes
3533fi
3534rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3535fi
3536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3537fi
3538rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 ac_c_werror_flag=$ac_save_c_werror_flag
3540fi
3541{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3542$as_echo "$ac_cv_prog_cc_g" >&6; }
3543if test "$ac_test_CFLAGS" = set; then
3544 CFLAGS=$ac_save_CFLAGS
3545elif test $ac_cv_prog_cc_g = yes; then
3546 if test "$GCC" = yes; then
3547 CFLAGS="-g -O2"
3548 else
3549 CFLAGS="-g"
3550 fi
3551else
3552 if test "$GCC" = yes; then
3553 CFLAGS="-O2"
3554 else
3555 CFLAGS=
3556 fi
3557fi
3558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3559$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3560if test "${ac_cv_prog_cc_c89+set}" = set; then :
3561 $as_echo_n "(cached) " >&6
3562else
3563 ac_cv_prog_cc_c89=no
3564ac_save_CC=$CC
3565cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3566/* end confdefs.h. */
3567#include <stdarg.h>
3568#include <stdio.h>
3569#include <sys/types.h>
3570#include <sys/stat.h>
3571/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3572struct buf { int x; };
3573FILE * (*rcsopen) (struct buf *, struct stat *, int);
3574static char *e (p, i)
3575 char **p;
3576 int i;
3577{
3578 return p[i];
3579}
3580static char *f (char * (*g) (char **, int), char **p, ...)
3581{
3582 char *s;
3583 va_list v;
3584 va_start (v,p);
3585 s = g (p, va_arg (v,int));
3586 va_end (v);
3587 return s;
3588}
3589
3590/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3591 function prototypes and stuff, but not '\xHH' hex character constants.
3592 These don't provoke an error unfortunately, instead are silently treated
3593 as 'x'. The following induces an error, until -std is added to get
3594 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3595 array size at least. It's necessary to write '\x00'==0 to get something
3596 that's true only with -std. */
3597int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3598
3599/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3600 inside strings and character constants. */
3601#define FOO(x) 'x'
3602int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3603
3604int test (int i, double x);
3605struct s1 {int (*f) (int a);};
3606struct s2 {int (*f) (double a);};
3607int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3608int argc;
3609char **argv;
3610int
3611main ()
3612{
3613return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3614 ;
3615 return 0;
3616}
3617_ACEOF
3618for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3619 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3620do
3621 CC="$ac_save_CC $ac_arg"
3622 if ac_fn_c_try_compile "$LINENO"; then :
3623 ac_cv_prog_cc_c89=$ac_arg
3624fi
3625rm -f core conftest.err conftest.$ac_objext
3626 test "x$ac_cv_prog_cc_c89" != "xno" && break
3627done
3628rm -f conftest.$ac_ext
3629CC=$ac_save_CC
3630
3631fi
3632# AC_CACHE_VAL
3633case "x$ac_cv_prog_cc_c89" in
3634 x)
3635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3636$as_echo "none needed" >&6; } ;;
3637 xno)
3638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3639$as_echo "unsupported" >&6; } ;;
3640 *)
3641 CC="$CC $ac_cv_prog_cc_c89"
3642 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3643$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3644esac
3645if test "x$ac_cv_prog_cc_c89" != xno; then :
3646
3647fi
3648
3649ac_ext=c
3650ac_cpp='$CPP $CPPFLAGS'
3651ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3652ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3653ac_compiler_gnu=$ac_cv_c_compiler_gnu
3654DEPDIR="${am__leading_dot}deps"
3655
3656ac_config_commands="$ac_config_commands depfiles"
3657
3658
3659am_make=${MAKE-make}
3660cat > confinc << 'END'
3661am__doit:
3662 @echo this is the am__doit target
3663.PHONY: am__doit
3664END
3665# If we don't find an include directive, just comment out the code.
3666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3667$as_echo_n "checking for style of include used by $am_make... " >&6; }
3668am__include="#"
3669am__quote=
3670_am_result=none
3671# First try GNU make style include.
3672echo "include confinc" > confmf
3673# Ignore all kinds of additional output from `make'.
3674case `$am_make -s -f confmf 2> /dev/null` in #(
3675*the\ am__doit\ target*)
3676 am__include=include
3677 am__quote=
3678 _am_result=GNU
3679 ;;
3680esac
3681# Now try BSD make style include.
3682if test "$am__include" = "#"; then
3683 echo '.include "confinc"' > confmf
3684 case `$am_make -s -f confmf 2> /dev/null` in #(
3685 *the\ am__doit\ target*)
3686 am__include=.include
3687 am__quote="\""
3688 _am_result=BSD
3689 ;;
3690 esac
3691fi
3692
3693
3694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3695$as_echo "$_am_result" >&6; }
3696rm -f confinc confmf
3697
3698# Check whether --enable-dependency-tracking was given.
3699if test "${enable_dependency_tracking+set}" = set; then :
3700 enableval=$enable_dependency_tracking;
3701fi
3702
3703if test "x$enable_dependency_tracking" != xno; then
3704 am_depcomp="$ac_aux_dir/depcomp"
3705 AMDEPBACKSLASH='\'
3706fi
3707 if test "x$enable_dependency_tracking" != xno; then
3708 AMDEP_TRUE=
3709 AMDEP_FALSE='#'
3710else
3711 AMDEP_TRUE='#'
3712 AMDEP_FALSE=
3713fi
3714
3715
3716
3717depcc="$CC" am_compiler_list=
3718
3719{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3720$as_echo_n "checking dependency style of $depcc... " >&6; }
3721if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3722 $as_echo_n "(cached) " >&6
3723else
3724 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3725 # We make a subdir and do the tests there. Otherwise we can end up
3726 # making bogus files that we don't know about and never remove. For
3727 # instance it was reported that on HP-UX the gcc test will end up
3728 # making a dummy file named `D' -- because `-MD' means `put the output
3729 # in D'.
3730 mkdir conftest.dir
3731 # Copy depcomp to subdir because otherwise we won't find it if we're
3732 # using a relative directory.
3733 cp "$am_depcomp" conftest.dir
3734 cd conftest.dir
3735 # We will build objects and dependencies in a subdirectory because
3736 # it helps to detect inapplicable dependency modes. For instance
3737 # both Tru64's cc and ICC support -MD to output dependencies as a
3738 # side effect of compilation, but ICC will put the dependencies in
3739 # the current directory while Tru64 will put them in the object
3740 # directory.
3741 mkdir sub
3742
3743 am_cv_CC_dependencies_compiler_type=none
3744 if test "$am_compiler_list" = ""; then
3745 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3746 fi
3747 am__universal=false
3748 case " $depcc " in #(
3749 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3750 esac
3751
3752 for depmode in $am_compiler_list; do
3753 # Setup a source with many dependencies, because some compilers
3754 # like to wrap large dependency lists on column 80 (with \), and
3755 # we should not choose a depcomp mode which is confused by this.
3756 #
3757 # We need to recreate these files for each test, as the compiler may
3758 # overwrite some of them when testing with obscure command lines.
3759 # This happens at least with the AIX C compiler.
3760 : > sub/conftest.c
3761 for i in 1 2 3 4 5 6; do
3762 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3763 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3764 # Solaris 8's {/usr,}/bin/sh.
3765 touch sub/conftst$i.h
3766 done
3767 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3768
3769 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3770 # mode. It turns out that the SunPro C++ compiler does not properly
3771 # handle `-M -o', and we need to detect this. Also, some Intel
3772 # versions had trouble with output in subdirs
3773 am__obj=sub/conftest.${OBJEXT-o}
3774 am__minus_obj="-o $am__obj"
3775 case $depmode in
3776 gcc)
3777 # This depmode causes a compiler race in universal mode.
3778 test "$am__universal" = false || continue
3779 ;;
3780 nosideeffect)
3781 # after this tag, mechanisms are not by side-effect, so they'll
3782 # only be used when explicitly requested
3783 if test "x$enable_dependency_tracking" = xyes; then
3784 continue
3785 else
3786 break
3787 fi
3788 ;;
3789 msvisualcpp | msvcmsys)
3790 # This compiler won't grok `-c -o', but also, the minuso test has
3791 # not run yet. These depmodes are late enough in the game, and
3792 # so weak that their functioning should not be impacted.
3793 am__obj=conftest.${OBJEXT-o}
3794 am__minus_obj=
3795 ;;
3796 none) break ;;
3797 esac
3798 if depmode=$depmode \
3799 source=sub/conftest.c object=$am__obj \
3800 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3801 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3802 >/dev/null 2>conftest.err &&
3803 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3804 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3805 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3806 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3807 # icc doesn't choke on unknown options, it will just issue warnings
3808 # or remarks (even with -Werror). So we grep stderr for any message
3809 # that says an option was ignored or not supported.
3810 # When given -MP, icc 7.0 and 7.1 complain thusly:
3811 # icc: Command line warning: ignoring option '-M'; no argument required
3812 # The diagnosis changed in icc 8.0:
3813 # icc: Command line remark: option '-MP' not supported
3814 if (grep 'ignoring option' conftest.err ||
3815 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3816 am_cv_CC_dependencies_compiler_type=$depmode
3817 break
3818 fi
3819 fi
3820 done
3821
3822 cd ..
3823 rm -rf conftest.dir
3824else
3825 am_cv_CC_dependencies_compiler_type=none
3826fi
3827
3828fi
3829{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3830$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3831CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3832
3833 if
3834 test "x$enable_dependency_tracking" != xno \
3835 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3836 am__fastdepCC_TRUE=
3837 am__fastdepCC_FALSE='#'
3838else
3839 am__fastdepCC_TRUE='#'
3840 am__fastdepCC_FALSE=
3841fi
3842
3843
3844
4c0f4b0b
DG
3845# Check whether --enable-largefile was given.
3846if test "${enable_largefile+set}" = set; then :
3847 enableval=$enable_largefile;
3848fi
3849
3850if test "$enable_largefile" != no; then
3851
3852 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
3853$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
3854if test "${ac_cv_sys_largefile_CC+set}" = set; then :
3855 $as_echo_n "(cached) " >&6
3856else
3857 ac_cv_sys_largefile_CC=no
3858 if test "$GCC" != yes; then
3859 ac_save_CC=$CC
3860 while :; do
3861 # IRIX 6.2 and later do not support large files by default,
3862 # so use the C compiler's -n32 option if that helps.
3863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3864/* end confdefs.h. */
3865#include <sys/types.h>
3866 /* Check that off_t can represent 2**63 - 1 correctly.
3867 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3868 since some C++ compilers masquerading as C compilers
3869 incorrectly reject 9223372036854775807. */
3870#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3871 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3872 && LARGE_OFF_T % 2147483647 == 1)
3873 ? 1 : -1];
3874int
3875main ()
3876{
3877
3878 ;
3879 return 0;
3880}
3881_ACEOF
3882 if ac_fn_c_try_compile "$LINENO"; then :
3883 break
3884fi
3885rm -f core conftest.err conftest.$ac_objext
3886 CC="$CC -n32"
3887 if ac_fn_c_try_compile "$LINENO"; then :
3888 ac_cv_sys_largefile_CC=' -n32'; break
3889fi
3890rm -f core conftest.err conftest.$ac_objext
3891 break
3892 done
3893 CC=$ac_save_CC
3894 rm -f conftest.$ac_ext
3895 fi
3896fi
3897{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
3898$as_echo "$ac_cv_sys_largefile_CC" >&6; }
3899 if test "$ac_cv_sys_largefile_CC" != no; then
3900 CC=$CC$ac_cv_sys_largefile_CC
3901 fi
3902
3903 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
3904$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
3905if test "${ac_cv_sys_file_offset_bits+set}" = set; then :
3906 $as_echo_n "(cached) " >&6
3907else
3908 while :; do
3909 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3910/* end confdefs.h. */
3911#include <sys/types.h>
3912 /* Check that off_t can represent 2**63 - 1 correctly.
3913 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3914 since some C++ compilers masquerading as C compilers
3915 incorrectly reject 9223372036854775807. */
3916#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3917 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3918 && LARGE_OFF_T % 2147483647 == 1)
3919 ? 1 : -1];
3920int
3921main ()
3922{
3923
3924 ;
3925 return 0;
3926}
3927_ACEOF
3928if ac_fn_c_try_compile "$LINENO"; then :
3929 ac_cv_sys_file_offset_bits=no; break
3930fi
3931rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3933/* end confdefs.h. */
3934#define _FILE_OFFSET_BITS 64
3935#include <sys/types.h>
3936 /* Check that off_t can represent 2**63 - 1 correctly.
3937 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3938 since some C++ compilers masquerading as C compilers
3939 incorrectly reject 9223372036854775807. */
3940#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3941 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3942 && LARGE_OFF_T % 2147483647 == 1)
3943 ? 1 : -1];
3944int
3945main ()
3946{
3947
3948 ;
3949 return 0;
3950}
3951_ACEOF
3952if ac_fn_c_try_compile "$LINENO"; then :
3953 ac_cv_sys_file_offset_bits=64; break
3954fi
3955rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3956 ac_cv_sys_file_offset_bits=unknown
3957 break
3958done
3959fi
3960{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
3961$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
3962case $ac_cv_sys_file_offset_bits in #(
3963 no | unknown) ;;
3964 *)
3965cat >>confdefs.h <<_ACEOF
3966#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
3967_ACEOF
3968;;
3969esac
3970rm -rf conftest*
3971 if test $ac_cv_sys_file_offset_bits = unknown; then
3972 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
3973$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
3974if test "${ac_cv_sys_large_files+set}" = set; then :
3975 $as_echo_n "(cached) " >&6
3976else
3977 while :; do
3978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3979/* end confdefs.h. */
3980#include <sys/types.h>
3981 /* Check that off_t can represent 2**63 - 1 correctly.
3982 We can't simply define LARGE_OFF_T to be 9223372036854775807,
3983 since some C++ compilers masquerading as C compilers
3984 incorrectly reject 9223372036854775807. */
3985#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
3986 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
3987 && LARGE_OFF_T % 2147483647 == 1)
3988 ? 1 : -1];
3989int
3990main ()
3991{
3992
3993 ;
3994 return 0;
3995}
3996_ACEOF
3997if ac_fn_c_try_compile "$LINENO"; then :
3998 ac_cv_sys_large_files=no; break
3999fi
4000rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4001 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4002/* end confdefs.h. */
4003#define _LARGE_FILES 1
4004#include <sys/types.h>
4005 /* Check that off_t can represent 2**63 - 1 correctly.
4006 We can't simply define LARGE_OFF_T to be 9223372036854775807,
4007 since some C++ compilers masquerading as C compilers
4008 incorrectly reject 9223372036854775807. */
4009#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
4010 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
4011 && LARGE_OFF_T % 2147483647 == 1)
4012 ? 1 : -1];
4013int
4014main ()
4015{
4016
4017 ;
4018 return 0;
4019}
4020_ACEOF
4021if ac_fn_c_try_compile "$LINENO"; then :
4022 ac_cv_sys_large_files=1; break
4023fi
4024rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4025 ac_cv_sys_large_files=unknown
4026 break
4027done
4028fi
4029{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
4030$as_echo "$ac_cv_sys_large_files" >&6; }
4031case $ac_cv_sys_large_files in #(
4032 no | unknown) ;;
4033 *)
4034cat >>confdefs.h <<_ACEOF
4035#define _LARGE_FILES $ac_cv_sys_large_files
4036_ACEOF
4037;;
4038esac
4039rm -rf conftest*
4040 fi
4041fi
4042
d7f09764
DN
4043case `pwd` in
4044 *\ * | *\ *)
4045 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4046$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4047esac
4048
4049
4050
52327858
L
4051macro_version='2.2.7a'
4052macro_revision='1.3134'
d7f09764
DN
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
4065
4066ltmain="$ac_aux_dir/ltmain.sh"
4067
52327858
L
4068# Backslashify metacharacters that are still active within
4069# double-quoted strings.
4070sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
4071
4072# Same as above, but do not quote variable references.
4073double_quote_subst='s/\(["`\\]\)/\\\1/g'
4074
4075# Sed substitution to delay expansion of an escaped shell variable in a
4076# double_quote_subst'ed string.
4077delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
4078
4079# Sed substitution to delay expansion of an escaped single quote.
4080delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
4081
4082# Sed substitution to avoid accidental globbing in evaled expressions
4083no_glob_subst='s/\*/\\\*/g'
4084
4085ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4086ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
4087ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
4088
4089{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
4090$as_echo_n "checking how to print strings... " >&6; }
4091# Test print first, because it will be a builtin if present.
4092if test "X`print -r -- -n 2>/dev/null`" = X-n && \
4093 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
4094 ECHO='print -r --'
4095elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
4096 ECHO='printf %s\n'
4097else
4098 # Use this function as a fallback that always works.
4099 func_fallback_echo ()
4100 {
4101 eval 'cat <<_LTECHO_EOF
4102$1
4103_LTECHO_EOF'
4104 }
4105 ECHO='func_fallback_echo'
4106fi
4107
4108# func_echo_all arg...
4109# Invoke $ECHO with all args, space-separated.
4110func_echo_all ()
4111{
4112 $ECHO ""
4113}
4114
4115case "$ECHO" in
4116 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4117$as_echo "printf" >&6; } ;;
4118 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4119$as_echo "print -r" >&6; } ;;
4120 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4121$as_echo "cat" >&6; } ;;
4122esac
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
d7f09764
DN
4137{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4138$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4139if test "${ac_cv_path_SED+set}" = set; then :
4140 $as_echo_n "(cached) " >&6
4141else
4142 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4143 for ac_i in 1 2 3 4 5 6 7; do
4144 ac_script="$ac_script$as_nl$ac_script"
4145 done
4146 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4147 { ac_script=; unset ac_script;}
4148 if test -z "$SED"; then
4149 ac_path_SED_found=false
4150 # Loop through the user's path and test for each of PROGNAME-LIST
4151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4152for as_dir in $PATH
4153do
4154 IFS=$as_save_IFS
4155 test -z "$as_dir" && as_dir=.
4156 for ac_prog in sed gsed; do
4157 for ac_exec_ext in '' $ac_executable_extensions; do
4158 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4159 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4160# Check for GNU ac_path_SED and select it if it is found.
4161 # Check for GNU $ac_path_SED
4162case `"$ac_path_SED" --version 2>&1` in
4163*GNU*)
4164 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4165*)
4166 ac_count=0
4167 $as_echo_n 0123456789 >"conftest.in"
4168 while :
4169 do
4170 cat "conftest.in" "conftest.in" >"conftest.tmp"
4171 mv "conftest.tmp" "conftest.in"
4172 cp "conftest.in" "conftest.nl"
4173 $as_echo '' >> "conftest.nl"
4174 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4175 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4176 as_fn_arith $ac_count + 1 && ac_count=$as_val
4177 if test $ac_count -gt ${ac_path_SED_max-0}; then
4178 # Best one so far, save it but keep looking for a better one
4179 ac_cv_path_SED="$ac_path_SED"
4180 ac_path_SED_max=$ac_count
4181 fi
4182 # 10*(2^10) chars as input seems more than enough
4183 test $ac_count -gt 10 && break
4184 done
4185 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4186esac
4187
4188 $ac_path_SED_found && break 3
4189 done
4190 done
4191 done
4192IFS=$as_save_IFS
4193 if test -z "$ac_cv_path_SED"; then
4194 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
4195 fi
4196else
4197 ac_cv_path_SED=$SED
4198fi
4199
4200fi
4201{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4202$as_echo "$ac_cv_path_SED" >&6; }
4203 SED="$ac_cv_path_SED"
4204 rm -f conftest.sed
4205
4206test -z "$SED" && SED=sed
4207Xsed="$SED -e 1s/^X//"
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4220$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4221if test "${ac_cv_path_GREP+set}" = set; then :
4222 $as_echo_n "(cached) " >&6
4223else
4224 if test -z "$GREP"; then
4225 ac_path_GREP_found=false
4226 # Loop through the user's path and test for each of PROGNAME-LIST
4227 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4228for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4229do
4230 IFS=$as_save_IFS
4231 test -z "$as_dir" && as_dir=.
4232 for ac_prog in grep ggrep; do
4233 for ac_exec_ext in '' $ac_executable_extensions; do
4234 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4235 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4236# Check for GNU ac_path_GREP and select it if it is found.
4237 # Check for GNU $ac_path_GREP
4238case `"$ac_path_GREP" --version 2>&1` in
4239*GNU*)
4240 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4241*)
4242 ac_count=0
4243 $as_echo_n 0123456789 >"conftest.in"
4244 while :
4245 do
4246 cat "conftest.in" "conftest.in" >"conftest.tmp"
4247 mv "conftest.tmp" "conftest.in"
4248 cp "conftest.in" "conftest.nl"
4249 $as_echo 'GREP' >> "conftest.nl"
4250 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4251 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4252 as_fn_arith $ac_count + 1 && ac_count=$as_val
4253 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4254 # Best one so far, save it but keep looking for a better one
4255 ac_cv_path_GREP="$ac_path_GREP"
4256 ac_path_GREP_max=$ac_count
4257 fi
4258 # 10*(2^10) chars as input seems more than enough
4259 test $ac_count -gt 10 && break
4260 done
4261 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4262esac
4263
4264 $ac_path_GREP_found && break 3
4265 done
4266 done
4267 done
4268IFS=$as_save_IFS
4269 if test -z "$ac_cv_path_GREP"; then
4270 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4271 fi
4272else
4273 ac_cv_path_GREP=$GREP
4274fi
4275
4276fi
4277{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4278$as_echo "$ac_cv_path_GREP" >&6; }
4279 GREP="$ac_cv_path_GREP"
4280
4281
4282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4283$as_echo_n "checking for egrep... " >&6; }
4284if test "${ac_cv_path_EGREP+set}" = set; then :
4285 $as_echo_n "(cached) " >&6
4286else
4287 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4288 then ac_cv_path_EGREP="$GREP -E"
4289 else
4290 if test -z "$EGREP"; then
4291 ac_path_EGREP_found=false
4292 # Loop through the user's path and test for each of PROGNAME-LIST
4293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4294for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4295do
4296 IFS=$as_save_IFS
4297 test -z "$as_dir" && as_dir=.
4298 for ac_prog in egrep; do
4299 for ac_exec_ext in '' $ac_executable_extensions; do
4300 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4301 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4302# Check for GNU ac_path_EGREP and select it if it is found.
4303 # Check for GNU $ac_path_EGREP
4304case `"$ac_path_EGREP" --version 2>&1` in
4305*GNU*)
4306 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4307*)
4308 ac_count=0
4309 $as_echo_n 0123456789 >"conftest.in"
4310 while :
4311 do
4312 cat "conftest.in" "conftest.in" >"conftest.tmp"
4313 mv "conftest.tmp" "conftest.in"
4314 cp "conftest.in" "conftest.nl"
4315 $as_echo 'EGREP' >> "conftest.nl"
4316 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4317 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4318 as_fn_arith $ac_count + 1 && ac_count=$as_val
4319 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4320 # Best one so far, save it but keep looking for a better one
4321 ac_cv_path_EGREP="$ac_path_EGREP"
4322 ac_path_EGREP_max=$ac_count
4323 fi
4324 # 10*(2^10) chars as input seems more than enough
4325 test $ac_count -gt 10 && break
4326 done
4327 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4328esac
4329
4330 $ac_path_EGREP_found && break 3
4331 done
4332 done
4333 done
4334IFS=$as_save_IFS
4335 if test -z "$ac_cv_path_EGREP"; then
4336 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4337 fi
4338else
4339 ac_cv_path_EGREP=$EGREP
4340fi
4341
4342 fi
4343fi
4344{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4345$as_echo "$ac_cv_path_EGREP" >&6; }
4346 EGREP="$ac_cv_path_EGREP"
4347
4348
4349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4350$as_echo_n "checking for fgrep... " >&6; }
4351if test "${ac_cv_path_FGREP+set}" = set; then :
4352 $as_echo_n "(cached) " >&6
4353else
4354 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4355 then ac_cv_path_FGREP="$GREP -F"
4356 else
4357 if test -z "$FGREP"; then
4358 ac_path_FGREP_found=false
4359 # Loop through the user's path and test for each of PROGNAME-LIST
4360 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4361for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4362do
4363 IFS=$as_save_IFS
4364 test -z "$as_dir" && as_dir=.
4365 for ac_prog in fgrep; do
4366 for ac_exec_ext in '' $ac_executable_extensions; do
4367 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4368 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4369# Check for GNU ac_path_FGREP and select it if it is found.
4370 # Check for GNU $ac_path_FGREP
4371case `"$ac_path_FGREP" --version 2>&1` in
4372*GNU*)
4373 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4374*)
4375 ac_count=0
4376 $as_echo_n 0123456789 >"conftest.in"
4377 while :
4378 do
4379 cat "conftest.in" "conftest.in" >"conftest.tmp"
4380 mv "conftest.tmp" "conftest.in"
4381 cp "conftest.in" "conftest.nl"
4382 $as_echo 'FGREP' >> "conftest.nl"
4383 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4384 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4385 as_fn_arith $ac_count + 1 && ac_count=$as_val
4386 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4387 # Best one so far, save it but keep looking for a better one
4388 ac_cv_path_FGREP="$ac_path_FGREP"
4389 ac_path_FGREP_max=$ac_count
4390 fi
4391 # 10*(2^10) chars as input seems more than enough
4392 test $ac_count -gt 10 && break
4393 done
4394 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4395esac
4396
4397 $ac_path_FGREP_found && break 3
4398 done
4399 done
4400 done
4401IFS=$as_save_IFS
4402 if test -z "$ac_cv_path_FGREP"; then
4403 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4404 fi
4405else
4406 ac_cv_path_FGREP=$FGREP
4407fi
4408
4409 fi
4410fi
4411{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4412$as_echo "$ac_cv_path_FGREP" >&6; }
4413 FGREP="$ac_cv_path_FGREP"
4414
4415
4416test -z "$GREP" && GREP=grep
4417
4418
4419
4420
4421
4422
4423
4424
4425
4426
4427
4428
4429
4430
4431
4432
4433
4434
4435
4436# Check whether --with-gnu-ld was given.
4437if test "${with_gnu_ld+set}" = set; then :
4438 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4439else
4440 with_gnu_ld=no
4441fi
4442
4443ac_prog=ld
4444if test "$GCC" = yes; then
4445 # Check if gcc -print-prog-name=ld gives a path.
4446 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4447$as_echo_n "checking for ld used by $CC... " >&6; }
4448 case $host in
4449 *-*-mingw*)
4450 # gcc leaves a trailing carriage return which upsets mingw
4451 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4452 *)
4453 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4454 esac
4455 case $ac_prog in
4456 # Accept absolute paths.
4457 [\\/]* | ?:[\\/]*)
4458 re_direlt='/[^/][^/]*/\.\./'
4459 # Canonicalize the pathname of ld
4460 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4461 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4462 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4463 done
4464 test -z "$LD" && LD="$ac_prog"
4465 ;;
4466 "")
4467 # If it fails, then pretend we aren't using GCC.
4468 ac_prog=ld
4469 ;;
4470 *)
4471 # If it is relative, then search for the first ld in PATH.
4472 with_gnu_ld=unknown
4473 ;;
4474 esac
4475elif test "$with_gnu_ld" = yes; then
4476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4477$as_echo_n "checking for GNU ld... " >&6; }
4478else
4479 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4480$as_echo_n "checking for non-GNU ld... " >&6; }
4481fi
4482if test "${lt_cv_path_LD+set}" = set; then :
4483 $as_echo_n "(cached) " >&6
4484else
4485 if test -z "$LD"; then
4486 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4487 for ac_dir in $PATH; do
4488 IFS="$lt_save_ifs"
4489 test -z "$ac_dir" && ac_dir=.
4490 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4491 lt_cv_path_LD="$ac_dir/$ac_prog"
4492 # Check to see if the program is GNU ld. I'd rather use --version,
4493 # but apparently some variants of GNU ld only accept -v.
4494 # Break only if it was the GNU/non-GNU ld that we prefer.
4495 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4496 *GNU* | *'with BFD'*)
4497 test "$with_gnu_ld" != no && break
4498 ;;
4499 *)
4500 test "$with_gnu_ld" != yes && break
4501 ;;
4502 esac
4503 fi
4504 done
4505 IFS="$lt_save_ifs"
4506else
4507 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4508fi
4509fi
4510
4511LD="$lt_cv_path_LD"
4512if test -n "$LD"; then
4513 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4514$as_echo "$LD" >&6; }
4515else
4516 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4517$as_echo "no" >&6; }
4518fi
4519test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4521$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4522if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4523 $as_echo_n "(cached) " >&6
4524else
4525 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4526case `$LD -v 2>&1 </dev/null` in
4527*GNU* | *'with BFD'*)
4528 lt_cv_prog_gnu_ld=yes
4529 ;;
4530*)
4531 lt_cv_prog_gnu_ld=no
4532 ;;
4533esac
4534fi
4535{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4536$as_echo "$lt_cv_prog_gnu_ld" >&6; }
4537with_gnu_ld=$lt_cv_prog_gnu_ld
4538
4539
4540
4541
4542
4543
4544
4545
4546
4547{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4548$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4549if test "${lt_cv_path_NM+set}" = set; then :
4550 $as_echo_n "(cached) " >&6
4551else
4552 if test -n "$NM"; then
4553 # Let the user override the test.
4554 lt_cv_path_NM="$NM"
4555else
4556 lt_nm_to_check="${ac_tool_prefix}nm"
4557 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4558 lt_nm_to_check="$lt_nm_to_check nm"
4559 fi
4560 for lt_tmp_nm in $lt_nm_to_check; do
4561 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4562 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4563 IFS="$lt_save_ifs"
4564 test -z "$ac_dir" && ac_dir=.
4565 tmp_nm="$ac_dir/$lt_tmp_nm"
4566 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4567 # Check to see if the nm accepts a BSD-compat flag.
4568 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4569 # nm: unknown option "B" ignored
4570 # Tru64's nm complains that /dev/null is an invalid object file
4571 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4572 */dev/null* | *'Invalid file or object type'*)
4573 lt_cv_path_NM="$tmp_nm -B"
4574 break
4575 ;;
4576 *)
4577 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4578 */dev/null*)
4579 lt_cv_path_NM="$tmp_nm -p"
4580 break
4581 ;;
4582 *)
4583 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4584 continue # so that we can try to find one that supports BSD flags
4585 ;;
4586 esac
4587 ;;
4588 esac
4589 fi
4590 done
4591 IFS="$lt_save_ifs"
4592 done
4593 : ${lt_cv_path_NM=no}
4594fi
4595fi
4596{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4597$as_echo "$lt_cv_path_NM" >&6; }
4598if test "$lt_cv_path_NM" != "no"; then
4599 NM="$lt_cv_path_NM"
4600else
4601 # Didn't find any BSD compatible name lister, look for dumpbin.
52327858
L
4602 if test -n "$DUMPBIN"; then :
4603 # Let the user override the test.
4604 else
4605 if test -n "$ac_tool_prefix"; then
4606 for ac_prog in dumpbin "link -dump"
d7f09764
DN
4607 do
4608 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4609set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4610{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4611$as_echo_n "checking for $ac_word... " >&6; }
4612if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4613 $as_echo_n "(cached) " >&6
4614else
4615 if test -n "$DUMPBIN"; then
4616 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4617else
4618as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4619for as_dir in $PATH
4620do
4621 IFS=$as_save_IFS
4622 test -z "$as_dir" && as_dir=.
4623 for ac_exec_ext in '' $ac_executable_extensions; do
4624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4625 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4626 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4627 break 2
4628 fi
4629done
4630 done
4631IFS=$as_save_IFS
4632
4633fi
4634fi
4635DUMPBIN=$ac_cv_prog_DUMPBIN
4636if test -n "$DUMPBIN"; then
4637 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4638$as_echo "$DUMPBIN" >&6; }
4639else
4640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4641$as_echo "no" >&6; }
4642fi
4643
4644
4645 test -n "$DUMPBIN" && break
4646 done
4647fi
4648if test -z "$DUMPBIN"; then
4649 ac_ct_DUMPBIN=$DUMPBIN
52327858 4650 for ac_prog in dumpbin "link -dump"
d7f09764
DN
4651do
4652 # Extract the first word of "$ac_prog", so it can be a program name with args.
4653set dummy $ac_prog; ac_word=$2
4654{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4655$as_echo_n "checking for $ac_word... " >&6; }
4656if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4657 $as_echo_n "(cached) " >&6
4658else
4659 if test -n "$ac_ct_DUMPBIN"; then
4660 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4661else
4662as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4663for as_dir in $PATH
4664do
4665 IFS=$as_save_IFS
4666 test -z "$as_dir" && as_dir=.
4667 for ac_exec_ext in '' $ac_executable_extensions; do
4668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4669 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4670 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4671 break 2
4672 fi
4673done
4674 done
4675IFS=$as_save_IFS
4676
4677fi
4678fi
4679ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4680if test -n "$ac_ct_DUMPBIN"; then
4681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4682$as_echo "$ac_ct_DUMPBIN" >&6; }
4683else
4684 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4685$as_echo "no" >&6; }
4686fi
4687
4688
4689 test -n "$ac_ct_DUMPBIN" && break
4690done
4691
4692 if test "x$ac_ct_DUMPBIN" = x; then
4693 DUMPBIN=":"
4694 else
4695 case $cross_compiling:$ac_tool_warned in
4696yes:)
4697{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4698$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4699ac_tool_warned=yes ;;
4700esac
4701 DUMPBIN=$ac_ct_DUMPBIN
4702 fi
4703fi
4704
52327858
L
4705 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4706 *COFF*)
4707 DUMPBIN="$DUMPBIN -symbols"
4708 ;;
4709 *)
4710 DUMPBIN=:
4711 ;;
4712 esac
4713 fi
d7f09764
DN
4714
4715 if test "$DUMPBIN" != ":"; then
4716 NM="$DUMPBIN"
4717 fi
4718fi
4719test -z "$NM" && NM=nm
4720
4721
4722
4723
4724
4725
4726{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4727$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4728if test "${lt_cv_nm_interface+set}" = set; then :
4729 $as_echo_n "(cached) " >&6
4730else
4731 lt_cv_nm_interface="BSD nm"
4732 echo "int some_variable = 0;" > conftest.$ac_ext
52327858 4733 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
d7f09764
DN
4734 (eval "$ac_compile" 2>conftest.err)
4735 cat conftest.err >&5
52327858 4736 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
d7f09764
DN
4737 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4738 cat conftest.err >&5
52327858 4739 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
d7f09764
DN
4740 cat conftest.out >&5
4741 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4742 lt_cv_nm_interface="MS dumpbin"
4743 fi
4744 rm -f conftest*
4745fi
4746{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4747$as_echo "$lt_cv_nm_interface" >&6; }
4748
4749{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4750$as_echo_n "checking whether ln -s works... " >&6; }
4751LN_S=$as_ln_s
4752if test "$LN_S" = "ln -s"; then
4753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4754$as_echo "yes" >&6; }
4755else
4756 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4757$as_echo "no, using $LN_S" >&6; }
4758fi
4759
4760# find the maximum length of command line arguments
4761{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4762$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4763if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4764 $as_echo_n "(cached) " >&6
4765else
4766 i=0
4767 teststring="ABCD"
4768
4769 case $build_os in
4770 msdosdjgpp*)
4771 # On DJGPP, this test can blow up pretty badly due to problems in libc
4772 # (any single argument exceeding 2000 bytes causes a buffer overrun
4773 # during glob expansion). Even if it were fixed, the result of this
4774 # check would be larger than it should be.
4775 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4776 ;;
4777
4778 gnu*)
4779 # Under GNU Hurd, this test is not required because there is
4780 # no limit to the length of command line arguments.
4781 # Libtool will interpret -1 as no limit whatsoever
4782 lt_cv_sys_max_cmd_len=-1;
4783 ;;
4784
4785 cygwin* | mingw* | cegcc*)
4786 # On Win9x/ME, this test blows up -- it succeeds, but takes
4787 # about 5 minutes as the teststring grows exponentially.
4788 # Worse, since 9x/ME are not pre-emptively multitasking,
4789 # you end up with a "frozen" computer, even though with patience
4790 # the test eventually succeeds (with a max line length of 256k).
4791 # Instead, let's just punt: use the minimum linelength reported by
4792 # all of the supported platforms: 8192 (on NT/2K/XP).
4793 lt_cv_sys_max_cmd_len=8192;
4794 ;;
4795
52327858
L
4796 mint*)
4797 # On MiNT this can take a long time and run out of memory.
4798 lt_cv_sys_max_cmd_len=8192;
4799 ;;
4800
d7f09764
DN
4801 amigaos*)
4802 # On AmigaOS with pdksh, this test takes hours, literally.
4803 # So we just punt and use a minimum line length of 8192.
4804 lt_cv_sys_max_cmd_len=8192;
4805 ;;
4806
4807 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4808 # This has been around since 386BSD, at least. Likely further.
4809 if test -x /sbin/sysctl; then
4810 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4811 elif test -x /usr/sbin/sysctl; then
4812 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4813 else
4814 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4815 fi
4816 # And add a safety zone
4817 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4818 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4819 ;;
4820
4821 interix*)
4822 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4823 lt_cv_sys_max_cmd_len=196608
4824 ;;
4825
4826 osf*)
4827 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4828 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4829 # nice to cause kernel panics so lets avoid the loop below.
4830 # First set a reasonable default.
4831 lt_cv_sys_max_cmd_len=16384
4832 #
4833 if test -x /sbin/sysconfig; then
4834 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4835 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4836 esac
4837 fi
4838 ;;
4839 sco3.2v5*)
4840 lt_cv_sys_max_cmd_len=102400
4841 ;;
4842 sysv5* | sco5v6* | sysv4.2uw2*)
4843 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4844 if test -n "$kargmax"; then
4845 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4846 else
4847 lt_cv_sys_max_cmd_len=32768
4848 fi
4849 ;;
4850 *)
4851 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4852 if test -n "$lt_cv_sys_max_cmd_len"; then
4853 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4854 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4855 else
4856 # Make teststring a little bigger before we do anything with it.
4857 # a 1K string should be a reasonable start.
4858 for i in 1 2 3 4 5 6 7 8 ; do
4859 teststring=$teststring$teststring
4860 done
4861 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4862 # If test is not a shell built-in, we'll probably end up computing a
4863 # maximum length that is only half of the actual maximum length, but
4864 # we can't tell.
52327858
L
4865 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
4866 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
d7f09764
DN
4867 test $i != 17 # 1/2 MB should be enough
4868 do
4869 i=`expr $i + 1`
4870 teststring=$teststring$teststring
4871 done
4872 # Only check the string length outside the loop.
4873 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4874 teststring=
4875 # Add a significant safety factor because C++ compilers can tack on
4876 # massive amounts of additional arguments before passing them to the
4877 # linker. It appears as though 1/2 is a usable value.
4878 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4879 fi
4880 ;;
4881 esac
4882
4883fi
4884
4885if test -n $lt_cv_sys_max_cmd_len ; then
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4887$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4888else
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4890$as_echo "none" >&6; }
4891fi
4892max_cmd_len=$lt_cv_sys_max_cmd_len
4893
4894
4895
4896
4897
4898
4899: ${CP="cp -f"}
4900: ${MV="mv -f"}
4901: ${RM="rm -f"}
4902
4903{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4904$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4905# Try some XSI features
4906xsi_shell=no
4907( _lt_dummy="a/b/c"
4908 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4909 = c,a/b,, \
4910 && eval 'test $(( 1 + 1 )) -eq 2 \
4911 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4912 && xsi_shell=yes
4913{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4914$as_echo "$xsi_shell" >&6; }
4915
4916
4917{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4918$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4919lt_shell_append=no
4920( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4921 >/dev/null 2>&1 \
4922 && lt_shell_append=yes
4923{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4924$as_echo "$lt_shell_append" >&6; }
4925
4926
4927if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4928 lt_unset=unset
4929else
4930 lt_unset=false
4931fi
4932
4933
4934
4935
4936
4937# test EBCDIC or ASCII
4938case `echo X|tr X '\101'` in
4939 A) # ASCII based system
4940 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4941 lt_SP2NL='tr \040 \012'
4942 lt_NL2SP='tr \015\012 \040\040'
4943 ;;
4944 *) # EBCDIC based system
4945 lt_SP2NL='tr \100 \n'
4946 lt_NL2SP='tr \r\n \100\100'
4947 ;;
4948esac
4949
4950
4951
4952
4953
4954
4955
4956
4957
4958{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4959$as_echo_n "checking for $LD option to reload object files... " >&6; }
4960if test "${lt_cv_ld_reload_flag+set}" = set; then :
4961 $as_echo_n "(cached) " >&6
4962else
4963 lt_cv_ld_reload_flag='-r'
4964fi
4965{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4966$as_echo "$lt_cv_ld_reload_flag" >&6; }
4967reload_flag=$lt_cv_ld_reload_flag
4968case $reload_flag in
4969"" | " "*) ;;
4970*) reload_flag=" $reload_flag" ;;
4971esac
4972reload_cmds='$LD$reload_flag -o $output$reload_objs'
4973case $host_os in
4974 darwin*)
4975 if test "$GCC" = yes; then
4976 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4977 else
4978 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4979 fi
4980 ;;
4981esac
4982
4983
4984
4985
4986
4987
4988
4989
4990
4991if test -n "$ac_tool_prefix"; then
4992 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4993set dummy ${ac_tool_prefix}objdump; ac_word=$2
4994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4995$as_echo_n "checking for $ac_word... " >&6; }
4996if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4997 $as_echo_n "(cached) " >&6
4998else
4999 if test -n "$OBJDUMP"; then
5000 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5001else
5002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5003for as_dir in $PATH
5004do
5005 IFS=$as_save_IFS
5006 test -z "$as_dir" && as_dir=.
5007 for ac_exec_ext in '' $ac_executable_extensions; do
5008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5009 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5011 break 2
5012 fi
5013done
5014 done
5015IFS=$as_save_IFS
5016
5017fi
5018fi
5019OBJDUMP=$ac_cv_prog_OBJDUMP
5020if test -n "$OBJDUMP"; then
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
5022$as_echo "$OBJDUMP" >&6; }
5023else
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5025$as_echo "no" >&6; }
5026fi
5027
5028
5029fi
5030if test -z "$ac_cv_prog_OBJDUMP"; then
5031 ac_ct_OBJDUMP=$OBJDUMP
5032 # Extract the first word of "objdump", so it can be a program name with args.
5033set dummy objdump; ac_word=$2
5034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5035$as_echo_n "checking for $ac_word... " >&6; }
5036if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
5037 $as_echo_n "(cached) " >&6
5038else
5039 if test -n "$ac_ct_OBJDUMP"; then
5040 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5041else
5042as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5043for as_dir in $PATH
5044do
5045 IFS=$as_save_IFS
5046 test -z "$as_dir" && as_dir=.
5047 for ac_exec_ext in '' $ac_executable_extensions; do
5048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5049 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5051 break 2
5052 fi
5053done
5054 done
5055IFS=$as_save_IFS
5056
5057fi
5058fi
5059ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5060if test -n "$ac_ct_OBJDUMP"; then
5061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
5062$as_echo "$ac_ct_OBJDUMP" >&6; }
5063else
5064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5065$as_echo "no" >&6; }
5066fi
5067
5068 if test "x$ac_ct_OBJDUMP" = x; then
5069 OBJDUMP="false"
5070 else
5071 case $cross_compiling:$ac_tool_warned in
5072yes:)
5073{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5074$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5075ac_tool_warned=yes ;;
5076esac
5077 OBJDUMP=$ac_ct_OBJDUMP
5078 fi
5079else
5080 OBJDUMP="$ac_cv_prog_OBJDUMP"
5081fi
5082
5083test -z "$OBJDUMP" && OBJDUMP=objdump
5084
5085
5086
5087
5088
5089
5090
5091
5092
5093{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
5094$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5095if test "${lt_cv_deplibs_check_method+set}" = set; then :
5096 $as_echo_n "(cached) " >&6
5097else
5098 lt_cv_file_magic_cmd='$MAGIC_CMD'
5099lt_cv_file_magic_test_file=
5100lt_cv_deplibs_check_method='unknown'
5101# Need to set the preceding variable on all platforms that support
5102# interlibrary dependencies.
5103# 'none' -- dependencies not supported.
5104# `unknown' -- same as none, but documents that we really don't know.
5105# 'pass_all' -- all dependencies passed with no checks.
5106# 'test_compile' -- check by making test program.
5107# 'file_magic [[regex]]' -- check by looking for files in library path
5108# which responds to the $file_magic_cmd with a given extended regex.
5109# If you have `file' or equivalent on your system and you're not sure
5110# whether `pass_all' will *always* work, you probably want this one.
5111
5112case $host_os in
5113aix[4-9]*)
5114 lt_cv_deplibs_check_method=pass_all
5115 ;;
5116
5117beos*)
5118 lt_cv_deplibs_check_method=pass_all
5119 ;;
5120
5121bsdi[45]*)
5122 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5123 lt_cv_file_magic_cmd='/usr/bin/file -L'
5124 lt_cv_file_magic_test_file=/shlib/libc.so
5125 ;;
5126
5127cygwin*)
5128 # func_win32_libid is a shell function defined in ltmain.sh
5129 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5130 lt_cv_file_magic_cmd='func_win32_libid'
5131 ;;
5132
5133mingw* | pw32*)
5134 # Base MSYS/MinGW do not provide the 'file' command needed by
5135 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5136 # unless we find 'file', for example because we are cross-compiling.
52327858
L
5137 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5138 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
d7f09764
DN
5139 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5140 lt_cv_file_magic_cmd='func_win32_libid'
5141 else
5142 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5143 lt_cv_file_magic_cmd='$OBJDUMP -f'
5144 fi
5145 ;;
5146
52327858 5147cegcc*)
d7f09764
DN
5148 # use the weaker test based on 'objdump'. See mingw*.
5149 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5150 lt_cv_file_magic_cmd='$OBJDUMP -f'
5151 ;;
5152
5153darwin* | rhapsody*)
5154 lt_cv_deplibs_check_method=pass_all
5155 ;;
5156
5157freebsd* | dragonfly*)
5158 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5159 case $host_cpu in
5160 i*86 )
5161 # Not sure whether the presence of OpenBSD here was a mistake.
5162 # Let's accept both of them until this is cleared up.
5163 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5164 lt_cv_file_magic_cmd=/usr/bin/file
5165 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5166 ;;
5167 esac
5168 else
5169 lt_cv_deplibs_check_method=pass_all
5170 fi
5171 ;;
5172
5173gnu*)
5174 lt_cv_deplibs_check_method=pass_all
5175 ;;
5176
52327858
L
5177haiku*)
5178 lt_cv_deplibs_check_method=pass_all
5179 ;;
5180
d7f09764
DN
5181hpux10.20* | hpux11*)
5182 lt_cv_file_magic_cmd=/usr/bin/file
5183 case $host_cpu in
5184 ia64*)
5185 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5186 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5187 ;;
5188 hppa*64*)
52327858 5189 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]'
d7f09764
DN
5190 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5191 ;;
5192 *)
52327858 5193 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
d7f09764
DN
5194 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5195 ;;
5196 esac
5197 ;;
5198
5199interix[3-9]*)
5200 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5201 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5202 ;;
5203
5204irix5* | irix6* | nonstopux*)
5205 case $LD in
5206 *-32|*"-32 ") libmagic=32-bit;;
5207 *-n32|*"-n32 ") libmagic=N32;;
5208 *-64|*"-64 ") libmagic=64-bit;;
5209 *) libmagic=never-match;;
5210 esac
5211 lt_cv_deplibs_check_method=pass_all
5212 ;;
5213
5214# This must be Linux ELF.
5215linux* | k*bsd*-gnu | kopensolaris*-gnu)
5216 lt_cv_deplibs_check_method=pass_all
5217 ;;
5218
5219netbsd*)
5220 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5221 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5222 else
5223 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5224 fi
5225 ;;
5226
5227newos6*)
5228 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5229 lt_cv_file_magic_cmd=/usr/bin/file
5230 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5231 ;;
5232
5233*nto* | *qnx*)
5234 lt_cv_deplibs_check_method=pass_all
5235 ;;
5236
5237openbsd*)
5238 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5239 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5240 else
5241 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5242 fi
5243 ;;
5244
5245osf3* | osf4* | osf5*)
5246 lt_cv_deplibs_check_method=pass_all
5247 ;;
5248
5249rdos*)
5250 lt_cv_deplibs_check_method=pass_all
5251 ;;
5252
5253solaris*)
5254 lt_cv_deplibs_check_method=pass_all
5255 ;;
5256
5257sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5258 lt_cv_deplibs_check_method=pass_all
5259 ;;
5260
5261sysv4 | sysv4.3*)
5262 case $host_vendor in
5263 motorola)
5264 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]'
5265 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5266 ;;
5267 ncr)
5268 lt_cv_deplibs_check_method=pass_all
5269 ;;
5270 sequent)
5271 lt_cv_file_magic_cmd='/bin/file'
5272 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5273 ;;
5274 sni)
5275 lt_cv_file_magic_cmd='/bin/file'
5276 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5277 lt_cv_file_magic_test_file=/lib/libc.so
5278 ;;
5279 siemens)
5280 lt_cv_deplibs_check_method=pass_all
5281 ;;
5282 pc)
5283 lt_cv_deplibs_check_method=pass_all
5284 ;;
5285 esac
5286 ;;
5287
5288tpf*)
5289 lt_cv_deplibs_check_method=pass_all
5290 ;;
5291esac
5292
5293fi
5294{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5295$as_echo "$lt_cv_deplibs_check_method" >&6; }
5296file_magic_cmd=$lt_cv_file_magic_cmd
5297deplibs_check_method=$lt_cv_deplibs_check_method
5298test -z "$deplibs_check_method" && deplibs_check_method=unknown
5299
5300
5301
5302
5303
5304
5305
5306
5307
5308
5309
5310
5311if test -n "$ac_tool_prefix"; then
5312 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5313set dummy ${ac_tool_prefix}ar; ac_word=$2
5314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5315$as_echo_n "checking for $ac_word... " >&6; }
5316if test "${ac_cv_prog_AR+set}" = set; then :
5317 $as_echo_n "(cached) " >&6
5318else
5319 if test -n "$AR"; then
5320 ac_cv_prog_AR="$AR" # Let the user override the test.
5321else
5322as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5323for as_dir in $PATH
5324do
5325 IFS=$as_save_IFS
5326 test -z "$as_dir" && as_dir=.
5327 for ac_exec_ext in '' $ac_executable_extensions; do
5328 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5329 ac_cv_prog_AR="${ac_tool_prefix}ar"
5330 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5331 break 2
5332 fi
5333done
5334 done
5335IFS=$as_save_IFS
5336
5337fi
5338fi
5339AR=$ac_cv_prog_AR
5340if test -n "$AR"; then
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5342$as_echo "$AR" >&6; }
5343else
5344 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5345$as_echo "no" >&6; }
5346fi
5347
5348
5349fi
5350if test -z "$ac_cv_prog_AR"; then
5351 ac_ct_AR=$AR
5352 # Extract the first word of "ar", so it can be a program name with args.
5353set dummy ar; ac_word=$2
5354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5355$as_echo_n "checking for $ac_word... " >&6; }
5356if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5357 $as_echo_n "(cached) " >&6
5358else
5359 if test -n "$ac_ct_AR"; then
5360 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5361else
5362as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5363for as_dir in $PATH
5364do
5365 IFS=$as_save_IFS
5366 test -z "$as_dir" && as_dir=.
5367 for ac_exec_ext in '' $ac_executable_extensions; do
5368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5369 ac_cv_prog_ac_ct_AR="ar"
5370 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5371 break 2
5372 fi
5373done
5374 done
5375IFS=$as_save_IFS
5376
5377fi
5378fi
5379ac_ct_AR=$ac_cv_prog_ac_ct_AR
5380if test -n "$ac_ct_AR"; then
5381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5382$as_echo "$ac_ct_AR" >&6; }
5383else
5384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5385$as_echo "no" >&6; }
5386fi
5387
5388 if test "x$ac_ct_AR" = x; then
5389 AR="false"
5390 else
5391 case $cross_compiling:$ac_tool_warned in
5392yes:)
5393{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5394$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5395ac_tool_warned=yes ;;
5396esac
5397 AR=$ac_ct_AR
5398 fi
5399else
5400 AR="$ac_cv_prog_AR"
5401fi
5402
5403test -z "$AR" && AR=ar
5404test -z "$AR_FLAGS" && AR_FLAGS=cru
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416if test -n "$ac_tool_prefix"; then
5417 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5418set dummy ${ac_tool_prefix}strip; ac_word=$2
5419{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5420$as_echo_n "checking for $ac_word... " >&6; }
5421if test "${ac_cv_prog_STRIP+set}" = set; then :
5422 $as_echo_n "(cached) " >&6
5423else
5424 if test -n "$STRIP"; then
5425 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5426else
5427as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5428for as_dir in $PATH
5429do
5430 IFS=$as_save_IFS
5431 test -z "$as_dir" && as_dir=.
5432 for ac_exec_ext in '' $ac_executable_extensions; do
5433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5434 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5435 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5436 break 2
5437 fi
5438done
5439 done
5440IFS=$as_save_IFS
5441
5442fi
5443fi
5444STRIP=$ac_cv_prog_STRIP
5445if test -n "$STRIP"; then
5446 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5447$as_echo "$STRIP" >&6; }
5448else
5449 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5450$as_echo "no" >&6; }
5451fi
5452
5453
5454fi
5455if test -z "$ac_cv_prog_STRIP"; then
5456 ac_ct_STRIP=$STRIP
5457 # Extract the first word of "strip", so it can be a program name with args.
5458set dummy strip; ac_word=$2
5459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5460$as_echo_n "checking for $ac_word... " >&6; }
5461if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5462 $as_echo_n "(cached) " >&6
5463else
5464 if test -n "$ac_ct_STRIP"; then
5465 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5466else
5467as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5468for as_dir in $PATH
5469do
5470 IFS=$as_save_IFS
5471 test -z "$as_dir" && as_dir=.
5472 for ac_exec_ext in '' $ac_executable_extensions; do
5473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5474 ac_cv_prog_ac_ct_STRIP="strip"
5475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5476 break 2
5477 fi
5478done
5479 done
5480IFS=$as_save_IFS
5481
5482fi
5483fi
5484ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5485if test -n "$ac_ct_STRIP"; then
5486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5487$as_echo "$ac_ct_STRIP" >&6; }
5488else
5489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5490$as_echo "no" >&6; }
5491fi
5492
5493 if test "x$ac_ct_STRIP" = x; then
5494 STRIP=":"
5495 else
5496 case $cross_compiling:$ac_tool_warned in
5497yes:)
5498{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5499$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5500ac_tool_warned=yes ;;
5501esac
5502 STRIP=$ac_ct_STRIP
5503 fi
5504else
5505 STRIP="$ac_cv_prog_STRIP"
5506fi
5507
5508test -z "$STRIP" && STRIP=:
5509
5510
5511
5512
5513
5514
5515if test -n "$ac_tool_prefix"; then
5516 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5517set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5518{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5519$as_echo_n "checking for $ac_word... " >&6; }
5520if test "${ac_cv_prog_RANLIB+set}" = set; then :
5521 $as_echo_n "(cached) " >&6
5522else
5523 if test -n "$RANLIB"; then
5524 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5525else
5526as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5527for as_dir in $PATH
5528do
5529 IFS=$as_save_IFS
5530 test -z "$as_dir" && as_dir=.
5531 for ac_exec_ext in '' $ac_executable_extensions; do
5532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5533 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5534 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5535 break 2
5536 fi
5537done
5538 done
5539IFS=$as_save_IFS
5540
5541fi
5542fi
5543RANLIB=$ac_cv_prog_RANLIB
5544if test -n "$RANLIB"; then
5545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5546$as_echo "$RANLIB" >&6; }
5547else
5548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5549$as_echo "no" >&6; }
5550fi
5551
5552
5553fi
5554if test -z "$ac_cv_prog_RANLIB"; then
5555 ac_ct_RANLIB=$RANLIB
5556 # Extract the first word of "ranlib", so it can be a program name with args.
5557set dummy ranlib; ac_word=$2
5558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5559$as_echo_n "checking for $ac_word... " >&6; }
5560if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5561 $as_echo_n "(cached) " >&6
5562else
5563 if test -n "$ac_ct_RANLIB"; then
5564 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5565else
5566as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5567for as_dir in $PATH
5568do
5569 IFS=$as_save_IFS
5570 test -z "$as_dir" && as_dir=.
5571 for ac_exec_ext in '' $ac_executable_extensions; do
5572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5573 ac_cv_prog_ac_ct_RANLIB="ranlib"
5574 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5575 break 2
5576 fi
5577done
5578 done
5579IFS=$as_save_IFS
5580
5581fi
5582fi
5583ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5584if test -n "$ac_ct_RANLIB"; then
5585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5586$as_echo "$ac_ct_RANLIB" >&6; }
5587else
5588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5589$as_echo "no" >&6; }
5590fi
5591
5592 if test "x$ac_ct_RANLIB" = x; then
5593 RANLIB=":"
5594 else
5595 case $cross_compiling:$ac_tool_warned in
5596yes:)
5597{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5598$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5599ac_tool_warned=yes ;;
5600esac
5601 RANLIB=$ac_ct_RANLIB
5602 fi
5603else
5604 RANLIB="$ac_cv_prog_RANLIB"
5605fi
5606
5607test -z "$RANLIB" && RANLIB=:
5608
5609
5610
5611
5612
5613
5614# Determine commands to create old-style static archives.
5615old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5616old_postinstall_cmds='chmod 644 $oldlib'
5617old_postuninstall_cmds=
5618
5619if test -n "$RANLIB"; then
5620 case $host_os in
5621 openbsd*)
5622 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5623 ;;
5624 *)
5625 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5626 ;;
5627 esac
5628 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5629fi
5630
52327858
L
5631case $host_os in
5632 darwin*)
5633 lock_old_archive_extraction=yes ;;
5634 *)
5635 lock_old_archive_extraction=no ;;
5636esac
5637
5638
5639
5640
5641
5642
d7f09764
DN
5643
5644
5645
5646
5647
5648
5649
5650
5651
5652
5653
5654
5655
5656
5657
5658
5659
5660
5661
5662
5663
5664
5665
5666
5667
5668
5669
5670
5671
5672
5673
5674
5675
5676# If no C compiler was specified, use CC.
5677LTCC=${LTCC-"$CC"}
5678
5679# If no C compiler flags were specified, use CFLAGS.
5680LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5681
5682# Allow CC to be a program name with arguments.
5683compiler=$CC
5684
5685
5686# Check for command to grab the raw symbol name followed by C symbol from nm.
5687{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5688$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5689if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5690 $as_echo_n "(cached) " >&6
5691else
5692
5693# These are sane defaults that work on at least a few old systems.
5694# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5695
5696# Character class describing NM global symbol codes.
5697symcode='[BCDEGRST]'
5698
5699# Regexp to match symbols that can be accessed directly from C.
5700sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5701
5702# Define system-specific variables.
5703case $host_os in
5704aix*)
5705 symcode='[BCDT]'
5706 ;;
5707cygwin* | mingw* | pw32* | cegcc*)
5708 symcode='[ABCDGISTW]'
5709 ;;
5710hpux*)
5711 if test "$host_cpu" = ia64; then
5712 symcode='[ABCDEGRST]'
5713 fi
5714 ;;
5715irix* | nonstopux*)
5716 symcode='[BCDEGRST]'
5717 ;;
5718osf*)
5719 symcode='[BCDEGQRST]'
5720 ;;
5721solaris*)
5722 symcode='[BDRT]'
5723 ;;
5724sco3.2v5*)
5725 symcode='[DT]'
5726 ;;
5727sysv4.2uw2*)
5728 symcode='[DT]'
5729 ;;
5730sysv5* | sco5v6* | unixware* | OpenUNIX*)
5731 symcode='[ABDT]'
5732 ;;
5733sysv4)
5734 symcode='[DFNSTU]'
5735 ;;
5736esac
5737
5738# If we're using GNU nm, then use its standard symbol codes.
5739case `$NM -V 2>&1` in
5740*GNU* | *'with BFD'*)
5741 symcode='[ABCDGIRSTW]' ;;
5742esac
5743
5744# Transform an extracted symbol line into a proper C declaration.
5745# Some systems (esp. on ia64) link data and code symbols differently,
5746# so use this general approach.
5747lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5748
5749# Transform an extracted symbol line into symbol name and symbol address
5750lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5751lt_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'"
5752
5753# Handle CRLF in mingw tool chain
5754opt_cr=
5755case $build_os in
5756mingw*)
5757 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5758 ;;
5759esac
5760
5761# Try without a prefix underscore, then with it.
5762for ac_symprfx in "" "_"; do
5763
5764 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5765 symxfrm="\\1 $ac_symprfx\\2 \\2"
5766
5767 # Write the raw and C identifiers.
5768 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5769 # Fake it for dumpbin and say T for any non-static function
5770 # and D for any global variable.
5771 # Also find C++ and __fastcall symbols from MSVC++,
5772 # which start with @ or ?.
5773 lt_cv_sys_global_symbol_pipe="$AWK '"\
5774" {last_section=section; section=\$ 3};"\
5775" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5776" \$ 0!~/External *\|/{next};"\
5777" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5778" {if(hide[section]) next};"\
5779" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5780" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5781" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5782" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5783" ' prfx=^$ac_symprfx"
5784 else
5785 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5786 fi
5787
5788 # Check to see that the pipe works correctly.
5789 pipe_works=no
5790
5791 rm -f conftest*
5792 cat > conftest.$ac_ext <<_LT_EOF
5793#ifdef __cplusplus
5794extern "C" {
5795#endif
5796char nm_test_var;
5797void nm_test_func(void);
5798void nm_test_func(void){}
5799#ifdef __cplusplus
5800}
5801#endif
5802int main(){nm_test_var='a';nm_test_func();return(0);}
5803_LT_EOF
5804
5805 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5806 (eval $ac_compile) 2>&5
5807 ac_status=$?
5808 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5809 test $ac_status = 0; }; then
5810 # Now try to grab the symbols.
5811 nlist=conftest.nm
52327858
L
5812 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
5813 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
d7f09764
DN
5814 ac_status=$?
5815 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5816 test $ac_status = 0; } && test -s "$nlist"; then
5817 # Try sorting and uniquifying the output.
5818 if sort "$nlist" | uniq > "$nlist"T; then
5819 mv -f "$nlist"T "$nlist"
5820 else
5821 rm -f "$nlist"T
5822 fi
5823
5824 # Make sure that we snagged all the symbols we need.
5825 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5826 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5827 cat <<_LT_EOF > conftest.$ac_ext
5828#ifdef __cplusplus
5829extern "C" {
5830#endif
5831
5832_LT_EOF
5833 # Now generate the symbol file.
5834 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5835
5836 cat <<_LT_EOF >> conftest.$ac_ext
5837
5838/* The mapping between symbol names and symbols. */
5839const struct {
5840 const char *name;
5841 void *address;
5842}
5843lt__PROGRAM__LTX_preloaded_symbols[] =
5844{
5845 { "@PROGRAM@", (void *) 0 },
5846_LT_EOF
5847 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5848 cat <<\_LT_EOF >> conftest.$ac_ext
5849 {0, (void *) 0}
5850};
5851
5852/* This works around a problem in FreeBSD linker */
5853#ifdef FREEBSD_WORKAROUND
5854static const void *lt_preloaded_setup() {
5855 return lt__PROGRAM__LTX_preloaded_symbols;
5856}
5857#endif
5858
5859#ifdef __cplusplus
5860}
5861#endif
5862_LT_EOF
5863 # Now try linking the two files.
5864 mv conftest.$ac_objext conftstm.$ac_objext
5865 lt_save_LIBS="$LIBS"
5866 lt_save_CFLAGS="$CFLAGS"
5867 LIBS="conftstm.$ac_objext"
5868 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5869 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5870 (eval $ac_link) 2>&5
5871 ac_status=$?
5872 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5873 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5874 pipe_works=yes
5875 fi
5876 LIBS="$lt_save_LIBS"
5877 CFLAGS="$lt_save_CFLAGS"
5878 else
5879 echo "cannot find nm_test_func in $nlist" >&5
5880 fi
5881 else
5882 echo "cannot find nm_test_var in $nlist" >&5
5883 fi
5884 else
5885 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5886 fi
5887 else
5888 echo "$progname: failed program was:" >&5
5889 cat conftest.$ac_ext >&5
5890 fi
5891 rm -rf conftest* conftst*
5892
5893 # Do not use the global_symbol_pipe unless it works.
5894 if test "$pipe_works" = yes; then
5895 break
5896 else
5897 lt_cv_sys_global_symbol_pipe=
5898 fi
5899done
5900
5901fi
5902
5903if test -z "$lt_cv_sys_global_symbol_pipe"; then
5904 lt_cv_sys_global_symbol_to_cdecl=
5905fi
5906if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5907 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5908$as_echo "failed" >&6; }
5909else
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5911$as_echo "ok" >&6; }
5912fi
5913
5914
5915
5916
5917
5918
5919
5920
5921
5922
5923
5924
5925
5926
5927
5928
5929
5930
5931
5932
d7f09764
DN
5933
5934
5935# Check whether --enable-libtool-lock was given.
5936if test "${enable_libtool_lock+set}" = set; then :
5937 enableval=$enable_libtool_lock;
5938fi
5939
5940test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5941
5942# Some flags need to be propagated to the compiler or linker for good
5943# libtool support.
5944case $host in
5945ia64-*-hpux*)
5946 # Find out which ABI we are using.
5947 echo 'int i;' > conftest.$ac_ext
5948 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5949 (eval $ac_compile) 2>&5
5950 ac_status=$?
5951 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5952 test $ac_status = 0; }; then
5953 case `/usr/bin/file conftest.$ac_objext` in
5954 *ELF-32*)
5955 HPUX_IA64_MODE="32"
5956 ;;
5957 *ELF-64*)
5958 HPUX_IA64_MODE="64"
5959 ;;
5960 esac
5961 fi
5962 rm -rf conftest*
5963 ;;
5964*-*-irix6*)
5965 # Find out which ABI we are using.
52327858 5966 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
d7f09764
DN
5967 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5968 (eval $ac_compile) 2>&5
5969 ac_status=$?
5970 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5971 test $ac_status = 0; }; then
5972 if test "$lt_cv_prog_gnu_ld" = yes; then
5973 case `/usr/bin/file conftest.$ac_objext` in
5974 *32-bit*)
5975 LD="${LD-ld} -melf32bsmip"
5976 ;;
5977 *N32*)
5978 LD="${LD-ld} -melf32bmipn32"
5979 ;;
5980 *64-bit*)
5981 LD="${LD-ld} -melf64bmip"
5982 ;;
5983 esac
5984 else
5985 case `/usr/bin/file conftest.$ac_objext` in
5986 *32-bit*)
5987 LD="${LD-ld} -32"
5988 ;;
5989 *N32*)
5990 LD="${LD-ld} -n32"
5991 ;;
5992 *64-bit*)
5993 LD="${LD-ld} -64"
5994 ;;
5995 esac
5996 fi
5997 fi
5998 rm -rf conftest*
5999 ;;
6000
6001x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6002s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6003 # Find out which ABI we are using.
6004 echo 'int i;' > conftest.$ac_ext
6005 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6006 (eval $ac_compile) 2>&5
6007 ac_status=$?
6008 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6009 test $ac_status = 0; }; then
6010 case `/usr/bin/file conftest.o` in
6011 *32-bit*)
6012 case $host in
6013 x86_64-*kfreebsd*-gnu)
6014 LD="${LD-ld} -m elf_i386_fbsd"
6015 ;;
6016 x86_64-*linux*)
6017 LD="${LD-ld} -m elf_i386"
6018 ;;
6019 ppc64-*linux*|powerpc64-*linux*)
6020 LD="${LD-ld} -m elf32ppclinux"
6021 ;;
6022 s390x-*linux*)
6023 LD="${LD-ld} -m elf_s390"
6024 ;;
6025 sparc64-*linux*)
6026 LD="${LD-ld} -m elf32_sparc"
6027 ;;
6028 esac
6029 ;;
6030 *64-bit*)
6031 case $host in
6032 x86_64-*kfreebsd*-gnu)
6033 LD="${LD-ld} -m elf_x86_64_fbsd"
6034 ;;
6035 x86_64-*linux*)
6036 LD="${LD-ld} -m elf_x86_64"
6037 ;;
6038 ppc*-*linux*|powerpc*-*linux*)
6039 LD="${LD-ld} -m elf64ppc"
6040 ;;
6041 s390*-*linux*|s390*-*tpf*)
6042 LD="${LD-ld} -m elf64_s390"
6043 ;;
6044 sparc*-*linux*)
6045 LD="${LD-ld} -m elf64_sparc"
6046 ;;
6047 esac
6048 ;;
6049 esac
6050 fi
6051 rm -rf conftest*
6052 ;;
6053
6054*-*-sco3.2v5*)
6055 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6056 SAVE_CFLAGS="$CFLAGS"
6057 CFLAGS="$CFLAGS -belf"
6058 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
6059$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6060if test "${lt_cv_cc_needs_belf+set}" = set; then :
6061 $as_echo_n "(cached) " >&6
6062else
6063 ac_ext=c
6064ac_cpp='$CPP $CPPFLAGS'
6065ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6066ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6067ac_compiler_gnu=$ac_cv_c_compiler_gnu
6068
6069 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6070/* end confdefs.h. */
6071
6072int
6073main ()
6074{
6075
6076 ;
6077 return 0;
6078}
6079_ACEOF
6080if ac_fn_c_try_link "$LINENO"; then :
6081 lt_cv_cc_needs_belf=yes
6082else
6083 lt_cv_cc_needs_belf=no
6084fi
6085rm -f core conftest.err conftest.$ac_objext \
6086 conftest$ac_exeext conftest.$ac_ext
6087 ac_ext=c
6088ac_cpp='$CPP $CPPFLAGS'
6089ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6090ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6091ac_compiler_gnu=$ac_cv_c_compiler_gnu
6092
6093fi
6094{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
6095$as_echo "$lt_cv_cc_needs_belf" >&6; }
6096 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6097 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6098 CFLAGS="$SAVE_CFLAGS"
6099 fi
6100 ;;
6101sparc*-*solaris*)
6102 # Find out which ABI we are using.
6103 echo 'int i;' > conftest.$ac_ext
6104 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6105 (eval $ac_compile) 2>&5
6106 ac_status=$?
6107 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6108 test $ac_status = 0; }; then
6109 case `/usr/bin/file conftest.o` in
6110 *64-bit*)
6111 case $lt_cv_prog_gnu_ld in
6112 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6113 *)
6114 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6115 LD="${LD-ld} -64"
6116 fi
6117 ;;
6118 esac
6119 ;;
6120 esac
6121 fi
6122 rm -rf conftest*
6123 ;;
6124esac
6125
6126need_locks="$enable_libtool_lock"
6127
6128
6129 case $host_os in
6130 rhapsody* | darwin*)
6131 if test -n "$ac_tool_prefix"; then
6132 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6133set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6134{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6135$as_echo_n "checking for $ac_word... " >&6; }
6136if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
6137 $as_echo_n "(cached) " >&6
6138else
6139 if test -n "$DSYMUTIL"; then
6140 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
6141else
6142as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6143for as_dir in $PATH
6144do
6145 IFS=$as_save_IFS
6146 test -z "$as_dir" && as_dir=.
6147 for ac_exec_ext in '' $ac_executable_extensions; do
6148 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6149 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6150 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6151 break 2
6152 fi
6153done
6154 done
6155IFS=$as_save_IFS
6156
6157fi
6158fi
6159DSYMUTIL=$ac_cv_prog_DSYMUTIL
6160if test -n "$DSYMUTIL"; then
6161 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
6162$as_echo "$DSYMUTIL" >&6; }
6163else
6164 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6165$as_echo "no" >&6; }
6166fi
6167
6168
6169fi
6170if test -z "$ac_cv_prog_DSYMUTIL"; then
6171 ac_ct_DSYMUTIL=$DSYMUTIL
6172 # Extract the first word of "dsymutil", so it can be a program name with args.
6173set dummy dsymutil; ac_word=$2
6174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6175$as_echo_n "checking for $ac_word... " >&6; }
6176if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
6177 $as_echo_n "(cached) " >&6
6178else
6179 if test -n "$ac_ct_DSYMUTIL"; then
6180 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
6181else
6182as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6183for as_dir in $PATH
6184do
6185 IFS=$as_save_IFS
6186 test -z "$as_dir" && as_dir=.
6187 for ac_exec_ext in '' $ac_executable_extensions; do
6188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6189 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6190 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6191 break 2
6192 fi
6193done
6194 done
6195IFS=$as_save_IFS
6196
6197fi
6198fi
6199ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6200if test -n "$ac_ct_DSYMUTIL"; then
6201 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
6202$as_echo "$ac_ct_DSYMUTIL" >&6; }
6203else
6204 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6205$as_echo "no" >&6; }
6206fi
6207
6208 if test "x$ac_ct_DSYMUTIL" = x; then
6209 DSYMUTIL=":"
6210 else
6211 case $cross_compiling:$ac_tool_warned in
6212yes:)
6213{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6214$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6215ac_tool_warned=yes ;;
6216esac
6217 DSYMUTIL=$ac_ct_DSYMUTIL
6218 fi
6219else
6220 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
6221fi
6222
6223 if test -n "$ac_tool_prefix"; then
6224 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6225set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6226{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6227$as_echo_n "checking for $ac_word... " >&6; }
6228if test "${ac_cv_prog_NMEDIT+set}" = set; then :
6229 $as_echo_n "(cached) " >&6
6230else
6231 if test -n "$NMEDIT"; then
6232 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
6233else
6234as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6235for as_dir in $PATH
6236do
6237 IFS=$as_save_IFS
6238 test -z "$as_dir" && as_dir=.
6239 for ac_exec_ext in '' $ac_executable_extensions; do
6240 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6241 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6242 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6243 break 2
6244 fi
6245done
6246 done
6247IFS=$as_save_IFS
6248
6249fi
6250fi
6251NMEDIT=$ac_cv_prog_NMEDIT
6252if test -n "$NMEDIT"; then
6253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6254$as_echo "$NMEDIT" >&6; }
6255else
6256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6257$as_echo "no" >&6; }
6258fi
6259
6260
6261fi
6262if test -z "$ac_cv_prog_NMEDIT"; then
6263 ac_ct_NMEDIT=$NMEDIT
6264 # Extract the first word of "nmedit", so it can be a program name with args.
6265set dummy nmedit; ac_word=$2
6266{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6267$as_echo_n "checking for $ac_word... " >&6; }
6268if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6269 $as_echo_n "(cached) " >&6
6270else
6271 if test -n "$ac_ct_NMEDIT"; then
6272 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6273else
6274as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6275for as_dir in $PATH
6276do
6277 IFS=$as_save_IFS
6278 test -z "$as_dir" && as_dir=.
6279 for ac_exec_ext in '' $ac_executable_extensions; do
6280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6281 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6282 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6283 break 2
6284 fi
6285done
6286 done
6287IFS=$as_save_IFS
6288
6289fi
6290fi
6291ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6292if test -n "$ac_ct_NMEDIT"; then
6293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6294$as_echo "$ac_ct_NMEDIT" >&6; }
6295else
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6297$as_echo "no" >&6; }
6298fi
6299
6300 if test "x$ac_ct_NMEDIT" = x; then
6301 NMEDIT=":"
6302 else
6303 case $cross_compiling:$ac_tool_warned in
6304yes:)
6305{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6306$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6307ac_tool_warned=yes ;;
6308esac
6309 NMEDIT=$ac_ct_NMEDIT
6310 fi
6311else
6312 NMEDIT="$ac_cv_prog_NMEDIT"
6313fi
6314
6315 if test -n "$ac_tool_prefix"; then
6316 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6317set dummy ${ac_tool_prefix}lipo; ac_word=$2
6318{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6319$as_echo_n "checking for $ac_word... " >&6; }
6320if test "${ac_cv_prog_LIPO+set}" = set; then :
6321 $as_echo_n "(cached) " >&6
6322else
6323 if test -n "$LIPO"; then
6324 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6325else
6326as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6327for as_dir in $PATH
6328do
6329 IFS=$as_save_IFS
6330 test -z "$as_dir" && as_dir=.
6331 for ac_exec_ext in '' $ac_executable_extensions; do
6332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6333 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6334 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6335 break 2
6336 fi
6337done
6338 done
6339IFS=$as_save_IFS
6340
6341fi
6342fi
6343LIPO=$ac_cv_prog_LIPO
6344if test -n "$LIPO"; then
6345 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6346$as_echo "$LIPO" >&6; }
6347else
6348 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6349$as_echo "no" >&6; }
6350fi
6351
6352
6353fi
6354if test -z "$ac_cv_prog_LIPO"; then
6355 ac_ct_LIPO=$LIPO
6356 # Extract the first word of "lipo", so it can be a program name with args.
6357set dummy lipo; ac_word=$2
6358{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6359$as_echo_n "checking for $ac_word... " >&6; }
6360if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6361 $as_echo_n "(cached) " >&6
6362else
6363 if test -n "$ac_ct_LIPO"; then
6364 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6365else
6366as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6367for as_dir in $PATH
6368do
6369 IFS=$as_save_IFS
6370 test -z "$as_dir" && as_dir=.
6371 for ac_exec_ext in '' $ac_executable_extensions; do
6372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6373 ac_cv_prog_ac_ct_LIPO="lipo"
6374 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6375 break 2
6376 fi
6377done
6378 done
6379IFS=$as_save_IFS
6380
6381fi
6382fi
6383ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6384if test -n "$ac_ct_LIPO"; then
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6386$as_echo "$ac_ct_LIPO" >&6; }
6387else
6388 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6389$as_echo "no" >&6; }
6390fi
6391
6392 if test "x$ac_ct_LIPO" = x; then
6393 LIPO=":"
6394 else
6395 case $cross_compiling:$ac_tool_warned in
6396yes:)
6397{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6398$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6399ac_tool_warned=yes ;;
6400esac
6401 LIPO=$ac_ct_LIPO
6402 fi
6403else
6404 LIPO="$ac_cv_prog_LIPO"
6405fi
6406
6407 if test -n "$ac_tool_prefix"; then
6408 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6409set dummy ${ac_tool_prefix}otool; ac_word=$2
6410{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6411$as_echo_n "checking for $ac_word... " >&6; }
6412if test "${ac_cv_prog_OTOOL+set}" = set; then :
6413 $as_echo_n "(cached) " >&6
6414else
6415 if test -n "$OTOOL"; then
6416 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6417else
6418as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6419for as_dir in $PATH
6420do
6421 IFS=$as_save_IFS
6422 test -z "$as_dir" && as_dir=.
6423 for ac_exec_ext in '' $ac_executable_extensions; do
6424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6425 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6426 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6427 break 2
6428 fi
6429done
6430 done
6431IFS=$as_save_IFS
6432
6433fi
6434fi
6435OTOOL=$ac_cv_prog_OTOOL
6436if test -n "$OTOOL"; then
6437 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6438$as_echo "$OTOOL" >&6; }
6439else
6440 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6441$as_echo "no" >&6; }
6442fi
6443
6444
6445fi
6446if test -z "$ac_cv_prog_OTOOL"; then
6447 ac_ct_OTOOL=$OTOOL
6448 # Extract the first word of "otool", so it can be a program name with args.
6449set dummy otool; ac_word=$2
6450{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6451$as_echo_n "checking for $ac_word... " >&6; }
6452if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6453 $as_echo_n "(cached) " >&6
6454else
6455 if test -n "$ac_ct_OTOOL"; then
6456 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6457else
6458as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6459for as_dir in $PATH
6460do
6461 IFS=$as_save_IFS
6462 test -z "$as_dir" && as_dir=.
6463 for ac_exec_ext in '' $ac_executable_extensions; do
6464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6465 ac_cv_prog_ac_ct_OTOOL="otool"
6466 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6467 break 2
6468 fi
6469done
6470 done
6471IFS=$as_save_IFS
6472
6473fi
6474fi
6475ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6476if test -n "$ac_ct_OTOOL"; then
6477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6478$as_echo "$ac_ct_OTOOL" >&6; }
6479else
6480 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6481$as_echo "no" >&6; }
6482fi
6483
6484 if test "x$ac_ct_OTOOL" = x; then
6485 OTOOL=":"
6486 else
6487 case $cross_compiling:$ac_tool_warned in
6488yes:)
6489{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6490$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6491ac_tool_warned=yes ;;
6492esac
6493 OTOOL=$ac_ct_OTOOL
6494 fi
6495else
6496 OTOOL="$ac_cv_prog_OTOOL"
6497fi
6498
6499 if test -n "$ac_tool_prefix"; then
6500 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6501set dummy ${ac_tool_prefix}otool64; ac_word=$2
6502{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6503$as_echo_n "checking for $ac_word... " >&6; }
6504if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6505 $as_echo_n "(cached) " >&6
6506else
6507 if test -n "$OTOOL64"; then
6508 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6509else
6510as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6511for as_dir in $PATH
6512do
6513 IFS=$as_save_IFS
6514 test -z "$as_dir" && as_dir=.
6515 for ac_exec_ext in '' $ac_executable_extensions; do
6516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6517 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6518 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6519 break 2
6520 fi
6521done
6522 done
6523IFS=$as_save_IFS
6524
6525fi
6526fi
6527OTOOL64=$ac_cv_prog_OTOOL64
6528if test -n "$OTOOL64"; then
6529 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6530$as_echo "$OTOOL64" >&6; }
6531else
6532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6533$as_echo "no" >&6; }
6534fi
6535
6536
6537fi
6538if test -z "$ac_cv_prog_OTOOL64"; then
6539 ac_ct_OTOOL64=$OTOOL64
6540 # Extract the first word of "otool64", so it can be a program name with args.
6541set dummy otool64; ac_word=$2
6542{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6543$as_echo_n "checking for $ac_word... " >&6; }
6544if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6545 $as_echo_n "(cached) " >&6
6546else
6547 if test -n "$ac_ct_OTOOL64"; then
6548 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6549else
6550as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6551for as_dir in $PATH
6552do
6553 IFS=$as_save_IFS
6554 test -z "$as_dir" && as_dir=.
6555 for ac_exec_ext in '' $ac_executable_extensions; do
6556 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6557 ac_cv_prog_ac_ct_OTOOL64="otool64"
6558 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6559 break 2
6560 fi
6561done
6562 done
6563IFS=$as_save_IFS
6564
6565fi
6566fi
6567ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6568if test -n "$ac_ct_OTOOL64"; then
6569 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6570$as_echo "$ac_ct_OTOOL64" >&6; }
6571else
6572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6573$as_echo "no" >&6; }
6574fi
6575
6576 if test "x$ac_ct_OTOOL64" = x; then
6577 OTOOL64=":"
6578 else
6579 case $cross_compiling:$ac_tool_warned in
6580yes:)
6581{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6582$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6583ac_tool_warned=yes ;;
6584esac
6585 OTOOL64=$ac_ct_OTOOL64
6586 fi
6587else
6588 OTOOL64="$ac_cv_prog_OTOOL64"
6589fi
6590
6591
6592
6593
6594
6595
6596
6597
6598
6599
6600
6601
6602
6603
6604
6605
6606
6607
6608
6609
6610
6611
6612
6613
6614
6615
6616
6617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6618$as_echo_n "checking for -single_module linker flag... " >&6; }
6619if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6620 $as_echo_n "(cached) " >&6
6621else
6622 lt_cv_apple_cc_single_mod=no
6623 if test -z "${LT_MULTI_MODULE}"; then
6624 # By default we will add the -single_module flag. You can override
6625 # by either setting the environment variable LT_MULTI_MODULE
6626 # non-empty at configure time, or by adding -multi_module to the
6627 # link flags.
6628 rm -rf libconftest.dylib*
6629 echo "int foo(void){return 1;}" > conftest.c
6630 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6631-dynamiclib -Wl,-single_module conftest.c" >&5
6632 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6633 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6634 _lt_result=$?
6635 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6636 lt_cv_apple_cc_single_mod=yes
6637 else
6638 cat conftest.err >&5
6639 fi
6640 rm -rf libconftest.dylib*
6641 rm -f conftest.*
6642 fi
6643fi
6644{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6645$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6647$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6648if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6649 $as_echo_n "(cached) " >&6
6650else
6651 lt_cv_ld_exported_symbols_list=no
6652 save_LDFLAGS=$LDFLAGS
6653 echo "_main" > conftest.sym
6654 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6655 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6656/* end confdefs.h. */
6657
6658int
6659main ()
6660{
6661
6662 ;
6663 return 0;
6664}
6665_ACEOF
6666if ac_fn_c_try_link "$LINENO"; then :
6667 lt_cv_ld_exported_symbols_list=yes
6668else
6669 lt_cv_ld_exported_symbols_list=no
6670fi
6671rm -f core conftest.err conftest.$ac_objext \
6672 conftest$ac_exeext conftest.$ac_ext
6673 LDFLAGS="$save_LDFLAGS"
6674
6675fi
6676{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6677$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
52327858
L
6678 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
6679$as_echo_n "checking for -force_load linker flag... " >&6; }
6680if test "${lt_cv_ld_force_load+set}" = set; then :
6681 $as_echo_n "(cached) " >&6
6682else
6683 lt_cv_ld_force_load=no
6684 cat > conftest.c << _LT_EOF
6685int forced_loaded() { return 2;}
6686_LT_EOF
6687 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
6688 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
6689 echo "$AR cru libconftest.a conftest.o" >&5
6690 $AR cru libconftest.a conftest.o 2>&5
6691 cat > conftest.c << _LT_EOF
6692int main() { return 0;}
6693_LT_EOF
6694 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
6695 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
6696 _lt_result=$?
6697 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
6698 lt_cv_ld_force_load=yes
6699 else
6700 cat conftest.err >&5
6701 fi
6702 rm -f conftest.err libconftest.a conftest conftest.c
6703 rm -rf conftest.dSYM
6704
6705fi
6706{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
6707$as_echo "$lt_cv_ld_force_load" >&6; }
d7f09764
DN
6708 case $host_os in
6709 rhapsody* | darwin1.[012])
6710 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6711 darwin1.*)
6712 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6713 darwin*) # darwin 5.x on
6714 # if running on 10.5 or later, the deployment target defaults
6715 # to the OS version, if on x86, and 10.4, the deployment
6716 # target defaults to 10.4. Don't you love it?
6717 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6718 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6719 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6720 10.[012]*)
6721 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6722 10.*)
6723 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6724 esac
6725 ;;
6726 esac
6727 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6728 _lt_dar_single_mod='$single_module'
6729 fi
6730 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6731 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6732 else
6733 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6734 fi
52327858 6735 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
d7f09764
DN
6736 _lt_dsymutil='~$DSYMUTIL $lib || :'
6737 else
6738 _lt_dsymutil=
6739 fi
6740 ;;
6741 esac
6742
6743ac_ext=c
6744ac_cpp='$CPP $CPPFLAGS'
6745ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6746ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6747ac_compiler_gnu=$ac_cv_c_compiler_gnu
6748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6749$as_echo_n "checking how to run the C preprocessor... " >&6; }
6750# On Suns, sometimes $CPP names a directory.
6751if test -n "$CPP" && test -d "$CPP"; then
6752 CPP=
6753fi
6754if test -z "$CPP"; then
6755 if test "${ac_cv_prog_CPP+set}" = set; then :
6756 $as_echo_n "(cached) " >&6
6757else
6758 # Double quotes because CPP needs to be expanded
6759 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6760 do
6761 ac_preproc_ok=false
6762for ac_c_preproc_warn_flag in '' yes
6763do
6764 # Use a header file that comes with gcc, so configuring glibc
6765 # with a fresh cross-compiler works.
6766 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6767 # <limits.h> exists even on freestanding compilers.
6768 # On the NeXT, cc -E runs the code through the compiler's parser,
6769 # not just through cpp. "Syntax error" is here to catch this case.
6770 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6771/* end confdefs.h. */
6772#ifdef __STDC__
6773# include <limits.h>
6774#else
6775# include <assert.h>
6776#endif
6777 Syntax error
6778_ACEOF
6779if ac_fn_c_try_cpp "$LINENO"; then :
6780
6781else
6782 # Broken: fails on valid input.
6783continue
6784fi
6785rm -f conftest.err conftest.$ac_ext
6786
6787 # OK, works on sane cases. Now check whether nonexistent headers
6788 # can be detected and how.
6789 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6790/* end confdefs.h. */
6791#include <ac_nonexistent.h>
6792_ACEOF
6793if ac_fn_c_try_cpp "$LINENO"; then :
6794 # Broken: success on invalid input.
6795continue
6796else
6797 # Passes both tests.
6798ac_preproc_ok=:
6799break
6800fi
6801rm -f conftest.err conftest.$ac_ext
6802
6803done
6804# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6805rm -f conftest.err conftest.$ac_ext
6806if $ac_preproc_ok; then :
6807 break
6808fi
6809
6810 done
6811 ac_cv_prog_CPP=$CPP
6812
6813fi
6814 CPP=$ac_cv_prog_CPP
6815else
6816 ac_cv_prog_CPP=$CPP
6817fi
6818{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6819$as_echo "$CPP" >&6; }
6820ac_preproc_ok=false
6821for ac_c_preproc_warn_flag in '' yes
6822do
6823 # Use a header file that comes with gcc, so configuring glibc
6824 # with a fresh cross-compiler works.
6825 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6826 # <limits.h> exists even on freestanding compilers.
6827 # On the NeXT, cc -E runs the code through the compiler's parser,
6828 # not just through cpp. "Syntax error" is here to catch this case.
6829 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6830/* end confdefs.h. */
6831#ifdef __STDC__
6832# include <limits.h>
6833#else
6834# include <assert.h>
6835#endif
6836 Syntax error
6837_ACEOF
6838if ac_fn_c_try_cpp "$LINENO"; then :
6839
6840else
6841 # Broken: fails on valid input.
6842continue
6843fi
6844rm -f conftest.err conftest.$ac_ext
6845
6846 # OK, works on sane cases. Now check whether nonexistent headers
6847 # can be detected and how.
6848 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6849/* end confdefs.h. */
6850#include <ac_nonexistent.h>
6851_ACEOF
6852if ac_fn_c_try_cpp "$LINENO"; then :
6853 # Broken: success on invalid input.
6854continue
6855else
6856 # Passes both tests.
6857ac_preproc_ok=:
6858break
6859fi
6860rm -f conftest.err conftest.$ac_ext
6861
6862done
6863# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6864rm -f conftest.err conftest.$ac_ext
6865if $ac_preproc_ok; then :
6866
6867else
6868 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6869$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6870as_fn_error "C preprocessor \"$CPP\" fails sanity check
6871See \`config.log' for more details." "$LINENO" 5; }
6872fi
6873
6874ac_ext=c
6875ac_cpp='$CPP $CPPFLAGS'
6876ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6877ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6878ac_compiler_gnu=$ac_cv_c_compiler_gnu
6879
6880
6881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6882$as_echo_n "checking for ANSI C header files... " >&6; }
6883if test "${ac_cv_header_stdc+set}" = set; then :
6884 $as_echo_n "(cached) " >&6
6885else
6886 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6887/* end confdefs.h. */
6888#include <stdlib.h>
6889#include <stdarg.h>
6890#include <string.h>
6891#include <float.h>
6892
6893int
6894main ()
6895{
6896
6897 ;
6898 return 0;
6899}
6900_ACEOF
6901if ac_fn_c_try_compile "$LINENO"; then :
6902 ac_cv_header_stdc=yes
6903else
6904 ac_cv_header_stdc=no
6905fi
6906rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6907
6908if test $ac_cv_header_stdc = yes; then
6909 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6911/* end confdefs.h. */
6912#include <string.h>
6913
6914_ACEOF
6915if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6916 $EGREP "memchr" >/dev/null 2>&1; then :
6917
6918else
6919 ac_cv_header_stdc=no
6920fi
6921rm -f conftest*
6922
6923fi
6924
6925if test $ac_cv_header_stdc = yes; then
6926 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6927 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6928/* end confdefs.h. */
6929#include <stdlib.h>
6930
6931_ACEOF
6932if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6933 $EGREP "free" >/dev/null 2>&1; then :
6934
6935else
6936 ac_cv_header_stdc=no
6937fi
6938rm -f conftest*
6939
6940fi
6941
6942if test $ac_cv_header_stdc = yes; then
6943 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6944 if test "$cross_compiling" = yes; then :
6945 :
6946else
6947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6948/* end confdefs.h. */
6949#include <ctype.h>
6950#include <stdlib.h>
6951#if ((' ' & 0x0FF) == 0x020)
6952# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6953# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6954#else
6955# define ISLOWER(c) \
6956 (('a' <= (c) && (c) <= 'i') \
6957 || ('j' <= (c) && (c) <= 'r') \
6958 || ('s' <= (c) && (c) <= 'z'))
6959# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6960#endif
6961
6962#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6963int
6964main ()
6965{
6966 int i;
6967 for (i = 0; i < 256; i++)
6968 if (XOR (islower (i), ISLOWER (i))
6969 || toupper (i) != TOUPPER (i))
6970 return 2;
6971 return 0;
6972}
6973_ACEOF
6974if ac_fn_c_try_run "$LINENO"; then :
6975
6976else
6977 ac_cv_header_stdc=no
6978fi
6979rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6980 conftest.$ac_objext conftest.beam conftest.$ac_ext
6981fi
6982
6983fi
6984fi
6985{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6986$as_echo "$ac_cv_header_stdc" >&6; }
6987if test $ac_cv_header_stdc = yes; then
6988
6989$as_echo "#define STDC_HEADERS 1" >>confdefs.h
6990
6991fi
6992
6993# On IRIX 5.3, sys/types and inttypes.h are conflicting.
6994for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6995 inttypes.h stdint.h unistd.h
6996do :
6997 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6998ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6999"
7000eval as_val=\$$as_ac_Header
7001 if test "x$as_val" = x""yes; then :
7002 cat >>confdefs.h <<_ACEOF
7003#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7004_ACEOF
7005
7006fi
7007
7008done
7009
7010
7011for ac_header in dlfcn.h
7012do :
7013 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7014"
7015if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7016 cat >>confdefs.h <<_ACEOF
7017#define HAVE_DLFCN_H 1
7018_ACEOF
7019
7020fi
7021
7022done
7023
7024
7025
52327858
L
7026
7027
d7f09764
DN
7028# Set options
7029
7030
7031
7032 enable_dlopen=no
7033
7034
7035 enable_win32_dll=no
7036
7037
7038 # Check whether --enable-shared was given.
7039if test "${enable_shared+set}" = set; then :
7040 enableval=$enable_shared; p=${PACKAGE-default}
7041 case $enableval in
7042 yes) enable_shared=yes ;;
7043 no) enable_shared=no ;;
7044 *)
7045 enable_shared=no
7046 # Look at the argument we got. We use all the common list separators.
7047 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7048 for pkg in $enableval; do
7049 IFS="$lt_save_ifs"
7050 if test "X$pkg" = "X$p"; then
7051 enable_shared=yes
7052 fi
7053 done
7054 IFS="$lt_save_ifs"
7055 ;;
7056 esac
7057else
7058 enable_shared=yes
7059fi
7060
7061
7062
7063
7064
7065
7066
7067
7068
7069 # Check whether --enable-static was given.
7070if test "${enable_static+set}" = set; then :
7071 enableval=$enable_static; p=${PACKAGE-default}
7072 case $enableval in
7073 yes) enable_static=yes ;;
7074 no) enable_static=no ;;
7075 *)
7076 enable_static=no
7077 # Look at the argument we got. We use all the common list separators.
7078 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7079 for pkg in $enableval; do
7080 IFS="$lt_save_ifs"
7081 if test "X$pkg" = "X$p"; then
7082 enable_static=yes
7083 fi
7084 done
7085 IFS="$lt_save_ifs"
7086 ;;
7087 esac
7088else
7089 enable_static=yes
7090fi
7091
7092
7093
7094
7095
7096
7097
7098
7099
7100
7101# Check whether --with-pic was given.
7102if test "${with_pic+set}" = set; then :
7103 withval=$with_pic; pic_mode="$withval"
7104else
7105 pic_mode=default
7106fi
7107
7108
7109test -z "$pic_mode" && pic_mode=default
7110
7111
7112
7113
7114
7115
7116
7117 # Check whether --enable-fast-install was given.
7118if test "${enable_fast_install+set}" = set; then :
7119 enableval=$enable_fast_install; p=${PACKAGE-default}
7120 case $enableval in
7121 yes) enable_fast_install=yes ;;
7122 no) enable_fast_install=no ;;
7123 *)
7124 enable_fast_install=no
7125 # Look at the argument we got. We use all the common list separators.
7126 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7127 for pkg in $enableval; do
7128 IFS="$lt_save_ifs"
7129 if test "X$pkg" = "X$p"; then
7130 enable_fast_install=yes
7131 fi
7132 done
7133 IFS="$lt_save_ifs"
7134 ;;
7135 esac
7136else
7137 enable_fast_install=yes
7138fi
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150# This can be used to rebuild libtool when needed
7151LIBTOOL_DEPS="$ltmain"
7152
7153# Always use our own libtool.
7154LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7155
7156
7157
7158
7159
7160
7161
7162
7163
7164
7165
7166
7167
7168
7169
7170
7171
7172
7173
7174
7175
7176
7177
52327858 7178
d7f09764
DN
7179
7180
7181test -z "$LN_S" && LN_S="ln -s"
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196if test -n "${ZSH_VERSION+set}" ; then
7197 setopt NO_GLOB_SUBST
7198fi
7199
7200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7201$as_echo_n "checking for objdir... " >&6; }
7202if test "${lt_cv_objdir+set}" = set; then :
7203 $as_echo_n "(cached) " >&6
7204else
7205 rm -f .libs 2>/dev/null
7206mkdir .libs 2>/dev/null
7207if test -d .libs; then
7208 lt_cv_objdir=.libs
7209else
7210 # MS-DOS does not allow filenames that begin with a dot.
7211 lt_cv_objdir=_libs
7212fi
7213rmdir .libs 2>/dev/null
7214fi
7215{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7216$as_echo "$lt_cv_objdir" >&6; }
7217objdir=$lt_cv_objdir
7218
7219
7220
7221
7222
7223cat >>confdefs.h <<_ACEOF
7224#define LT_OBJDIR "$lt_cv_objdir/"
7225_ACEOF
7226
7227
7228
7229
d7f09764
DN
7230case $host_os in
7231aix3*)
7232 # AIX sometimes has problems with the GCC collect2 program. For some
7233 # reason, if we set the COLLECT_NAMES environment variable, the problems
7234 # vanish in a puff of smoke.
7235 if test "X${COLLECT_NAMES+set}" != Xset; then
7236 COLLECT_NAMES=
7237 export COLLECT_NAMES
7238 fi
7239 ;;
7240esac
7241
d7f09764
DN
7242# Global variables:
7243ofile=libtool
7244can_build_shared=yes
7245
7246# All known linkers require a `.a' archive for static linking (except MSVC,
7247# which needs '.lib').
7248libext=a
7249
7250with_gnu_ld="$lt_cv_prog_gnu_ld"
7251
7252old_CC="$CC"
7253old_CFLAGS="$CFLAGS"
7254
7255# Set sane defaults for various variables
7256test -z "$CC" && CC=cc
7257test -z "$LTCC" && LTCC=$CC
7258test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7259test -z "$LD" && LD=ld
7260test -z "$ac_objext" && ac_objext=o
7261
7262for cc_temp in $compiler""; do
7263 case $cc_temp in
7264 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7265 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7266 \-*) ;;
7267 *) break;;
7268 esac
7269done
52327858 7270cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d7f09764
DN
7271
7272
7273# Only perform the check for file, if the check method requires it
7274test -z "$MAGIC_CMD" && MAGIC_CMD=file
7275case $deplibs_check_method in
7276file_magic*)
7277 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7279$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7280if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7281 $as_echo_n "(cached) " >&6
7282else
7283 case $MAGIC_CMD in
7284[\\/*] | ?:[\\/]*)
7285 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7286 ;;
7287*)
7288 lt_save_MAGIC_CMD="$MAGIC_CMD"
7289 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7290 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7291 for ac_dir in $ac_dummy; do
7292 IFS="$lt_save_ifs"
7293 test -z "$ac_dir" && ac_dir=.
7294 if test -f $ac_dir/${ac_tool_prefix}file; then
7295 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7296 if test -n "$file_magic_test_file"; then
7297 case $deplibs_check_method in
7298 "file_magic "*)
7299 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7300 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7301 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7302 $EGREP "$file_magic_regex" > /dev/null; then
7303 :
7304 else
7305 cat <<_LT_EOF 1>&2
7306
7307*** Warning: the command libtool uses to detect shared libraries,
7308*** $file_magic_cmd, produces output that libtool cannot recognize.
7309*** The result is that libtool may fail to recognize shared libraries
7310*** as such. This will affect the creation of libtool libraries that
7311*** depend on shared libraries, but programs linked with such libtool
7312*** libraries will work regardless of this problem. Nevertheless, you
7313*** may want to report the problem to your system manager and/or to
7314*** bug-libtool@gnu.org
7315
7316_LT_EOF
7317 fi ;;
7318 esac
7319 fi
7320 break
7321 fi
7322 done
7323 IFS="$lt_save_ifs"
7324 MAGIC_CMD="$lt_save_MAGIC_CMD"
7325 ;;
7326esac
7327fi
7328
7329MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7330if test -n "$MAGIC_CMD"; then
7331 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7332$as_echo "$MAGIC_CMD" >&6; }
7333else
7334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7335$as_echo "no" >&6; }
7336fi
7337
7338
7339
7340
7341
7342if test -z "$lt_cv_path_MAGIC_CMD"; then
7343 if test -n "$ac_tool_prefix"; then
7344 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7345$as_echo_n "checking for file... " >&6; }
7346if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7347 $as_echo_n "(cached) " >&6
7348else
7349 case $MAGIC_CMD in
7350[\\/*] | ?:[\\/]*)
7351 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7352 ;;
7353*)
7354 lt_save_MAGIC_CMD="$MAGIC_CMD"
7355 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7356 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7357 for ac_dir in $ac_dummy; do
7358 IFS="$lt_save_ifs"
7359 test -z "$ac_dir" && ac_dir=.
7360 if test -f $ac_dir/file; then
7361 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7362 if test -n "$file_magic_test_file"; then
7363 case $deplibs_check_method in
7364 "file_magic "*)
7365 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7366 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7367 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7368 $EGREP "$file_magic_regex" > /dev/null; then
7369 :
7370 else
7371 cat <<_LT_EOF 1>&2
7372
7373*** Warning: the command libtool uses to detect shared libraries,
7374*** $file_magic_cmd, produces output that libtool cannot recognize.
7375*** The result is that libtool may fail to recognize shared libraries
7376*** as such. This will affect the creation of libtool libraries that
7377*** depend on shared libraries, but programs linked with such libtool
7378*** libraries will work regardless of this problem. Nevertheless, you
7379*** may want to report the problem to your system manager and/or to
7380*** bug-libtool@gnu.org
7381
7382_LT_EOF
7383 fi ;;
7384 esac
7385 fi
7386 break
7387 fi
7388 done
7389 IFS="$lt_save_ifs"
7390 MAGIC_CMD="$lt_save_MAGIC_CMD"
7391 ;;
7392esac
7393fi
7394
7395MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7396if test -n "$MAGIC_CMD"; then
7397 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7398$as_echo "$MAGIC_CMD" >&6; }
7399else
7400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7401$as_echo "no" >&6; }
7402fi
7403
7404
7405 else
7406 MAGIC_CMD=:
7407 fi
7408fi
7409
7410 fi
7411 ;;
7412esac
7413
7414# Use C for the default configuration in the libtool script
7415
7416lt_save_CC="$CC"
7417ac_ext=c
7418ac_cpp='$CPP $CPPFLAGS'
7419ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7420ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7421ac_compiler_gnu=$ac_cv_c_compiler_gnu
7422
7423
7424# Source file extension for C test sources.
7425ac_ext=c
7426
7427# Object file extension for compiled C test sources.
7428objext=o
7429objext=$objext
7430
7431# Code to be used in simple compile tests
7432lt_simple_compile_test_code="int some_variable = 0;"
7433
7434# Code to be used in simple link tests
7435lt_simple_link_test_code='int main(){return(0);}'
7436
7437
7438
7439
7440
7441
7442
7443# If no C compiler was specified, use CC.
7444LTCC=${LTCC-"$CC"}
7445
7446# If no C compiler flags were specified, use CFLAGS.
7447LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7448
7449# Allow CC to be a program name with arguments.
7450compiler=$CC
7451
7452# Save the default compiler, since it gets overwritten when the other
7453# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7454compiler_DEFAULT=$CC
7455
7456# save warnings/boilerplate of simple test code
7457ac_outfile=conftest.$ac_objext
7458echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7459eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7460_lt_compiler_boilerplate=`cat conftest.err`
7461$RM conftest*
7462
7463ac_outfile=conftest.$ac_objext
7464echo "$lt_simple_link_test_code" >conftest.$ac_ext
7465eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7466_lt_linker_boilerplate=`cat conftest.err`
7467$RM -r conftest*
7468
7469
7470## CAVEAT EMPTOR:
7471## There is no encapsulation within the following macros, do not change
7472## the running order or otherwise move them around unless you know exactly
7473## what you are doing...
7474if test -n "$compiler"; then
7475
7476lt_prog_compiler_no_builtin_flag=
7477
7478if test "$GCC" = yes; then
52327858
L
7479 case $cc_basename in
7480 nvcc*)
7481 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7482 *)
7483 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7484 esac
d7f09764
DN
7485
7486 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7487$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7488if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7489 $as_echo_n "(cached) " >&6
7490else
7491 lt_cv_prog_compiler_rtti_exceptions=no
7492 ac_outfile=conftest.$ac_objext
7493 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7494 lt_compiler_flag="-fno-rtti -fno-exceptions"
7495 # Insert the option either (1) after the last *FLAGS variable, or
7496 # (2) before a word containing "conftest.", or (3) at the end.
7497 # Note that $ac_compile itself does not contain backslashes and begins
7498 # with a dollar sign (not a hyphen), so the echo should work correctly.
7499 # The option is referenced via a variable to avoid confusing sed.
7500 lt_compile=`echo "$ac_compile" | $SED \
7501 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7502 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7503 -e 's:$: $lt_compiler_flag:'`
52327858 7504 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7f09764
DN
7505 (eval "$lt_compile" 2>conftest.err)
7506 ac_status=$?
7507 cat conftest.err >&5
52327858 7508 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7f09764
DN
7509 if (exit $ac_status) && test -s "$ac_outfile"; then
7510 # The compiler can only warn and ignore the option if not recognized
7511 # So say no if there are warnings other than the usual output.
52327858 7512 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7f09764
DN
7513 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7514 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7515 lt_cv_prog_compiler_rtti_exceptions=yes
7516 fi
7517 fi
7518 $RM conftest*
7519
7520fi
7521{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7522$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7523
7524if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7525 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7526else
7527 :
7528fi
7529
7530fi
7531
7532
7533
7534
7535
7536
7537 lt_prog_compiler_wl=
7538lt_prog_compiler_pic=
7539lt_prog_compiler_static=
7540
7541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7542$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7543
7544 if test "$GCC" = yes; then
7545 lt_prog_compiler_wl='-Wl,'
7546 lt_prog_compiler_static='-static'
7547
7548 case $host_os in
7549 aix*)
7550 # All AIX code is PIC.
7551 if test "$host_cpu" = ia64; then
7552 # AIX 5 now supports IA64 processor
7553 lt_prog_compiler_static='-Bstatic'
7554 fi
7555 ;;
7556
7557 amigaos*)
7558 case $host_cpu in
7559 powerpc)
7560 # see comment about AmigaOS4 .so support
7561 lt_prog_compiler_pic='-fPIC'
7562 ;;
7563 m68k)
7564 # FIXME: we need at least 68020 code to build shared libraries, but
7565 # adding the `-m68020' flag to GCC prevents building anything better,
7566 # like `-m68040'.
7567 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7568 ;;
7569 esac
7570 ;;
7571
7572 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7573 # PIC is the default for these OSes.
7574 ;;
7575
7576 mingw* | cygwin* | pw32* | os2* | cegcc*)
7577 # This hack is so that the source file can tell whether it is being
7578 # built for inclusion in a dll (and should export symbols for example).
7579 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7580 # (--disable-auto-import) libraries
7581 lt_prog_compiler_pic='-DDLL_EXPORT'
7582 ;;
7583
7584 darwin* | rhapsody*)
7585 # PIC is the default on this platform
7586 # Common symbols not allowed in MH_DYLIB files
7587 lt_prog_compiler_pic='-fno-common'
7588 ;;
7589
52327858
L
7590 haiku*)
7591 # PIC is the default for Haiku.
7592 # The "-static" flag exists, but is broken.
7593 lt_prog_compiler_static=
7594 ;;
7595
d7f09764
DN
7596 hpux*)
7597 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7598 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7599 # sets the default TLS model and affects inlining.
7600 case $host_cpu in
7601 hppa*64*)
7602 # +Z the default
7603 ;;
7604 *)
7605 lt_prog_compiler_pic='-fPIC'
7606 ;;
7607 esac
7608 ;;
7609
7610 interix[3-9]*)
7611 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7612 # Instead, we relocate shared libraries at runtime.
7613 ;;
7614
7615 msdosdjgpp*)
7616 # Just because we use GCC doesn't mean we suddenly get shared libraries
7617 # on systems that don't support them.
7618 lt_prog_compiler_can_build_shared=no
7619 enable_shared=no
7620 ;;
7621
7622 *nto* | *qnx*)
7623 # QNX uses GNU C++, but need to define -shared option too, otherwise
7624 # it will coredump.
7625 lt_prog_compiler_pic='-fPIC -shared'
7626 ;;
7627
7628 sysv4*MP*)
7629 if test -d /usr/nec; then
7630 lt_prog_compiler_pic=-Kconform_pic
7631 fi
7632 ;;
7633
7634 *)
7635 lt_prog_compiler_pic='-fPIC'
7636 ;;
7637 esac
52327858
L
7638
7639 case $cc_basename in
7640 nvcc*) # Cuda Compiler Driver 2.2
7641 lt_prog_compiler_wl='-Xlinker '
7642 lt_prog_compiler_pic='-Xcompiler -fPIC'
7643 ;;
7644 esac
d7f09764
DN
7645 else
7646 # PORTME Check for flag to pass linker flags through the system compiler.
7647 case $host_os in
7648 aix*)
7649 lt_prog_compiler_wl='-Wl,'
7650 if test "$host_cpu" = ia64; then
7651 # AIX 5 now supports IA64 processor
7652 lt_prog_compiler_static='-Bstatic'
7653 else
7654 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7655 fi
7656 ;;
7657
7658 mingw* | cygwin* | pw32* | os2* | cegcc*)
7659 # This hack is so that the source file can tell whether it is being
7660 # built for inclusion in a dll (and should export symbols for example).
7661 lt_prog_compiler_pic='-DDLL_EXPORT'
7662 ;;
7663
7664 hpux9* | hpux10* | hpux11*)
7665 lt_prog_compiler_wl='-Wl,'
7666 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7667 # not for PA HP-UX.
7668 case $host_cpu in
7669 hppa*64*|ia64*)
7670 # +Z the default
7671 ;;
7672 *)
7673 lt_prog_compiler_pic='+Z'
7674 ;;
7675 esac
7676 # Is there a better lt_prog_compiler_static that works with the bundled CC?
7677 lt_prog_compiler_static='${wl}-a ${wl}archive'
7678 ;;
7679
7680 irix5* | irix6* | nonstopux*)
7681 lt_prog_compiler_wl='-Wl,'
7682 # PIC (with -KPIC) is the default.
7683 lt_prog_compiler_static='-non_shared'
7684 ;;
7685
7686 linux* | k*bsd*-gnu | kopensolaris*-gnu)
7687 case $cc_basename in
7688 # old Intel for x86_64 which still supported -KPIC.
7689 ecc*)
7690 lt_prog_compiler_wl='-Wl,'
7691 lt_prog_compiler_pic='-KPIC'
7692 lt_prog_compiler_static='-static'
7693 ;;
7694 # icc used to be incompatible with GCC.
7695 # ICC 10 doesn't accept -KPIC any more.
7696 icc* | ifort*)
7697 lt_prog_compiler_wl='-Wl,'
7698 lt_prog_compiler_pic='-fPIC'
7699 lt_prog_compiler_static='-static'
7700 ;;
7701 # Lahey Fortran 8.1.
7702 lf95*)
7703 lt_prog_compiler_wl='-Wl,'
7704 lt_prog_compiler_pic='--shared'
7705 lt_prog_compiler_static='--static'
7706 ;;
52327858 7707 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
d7f09764
DN
7708 # Portland Group compilers (*not* the Pentium gcc compiler,
7709 # which looks to be a dead project)
7710 lt_prog_compiler_wl='-Wl,'
7711 lt_prog_compiler_pic='-fpic'
7712 lt_prog_compiler_static='-Bstatic'
7713 ;;
7714 ccc*)
7715 lt_prog_compiler_wl='-Wl,'
7716 # All Alpha code is PIC.
7717 lt_prog_compiler_static='-non_shared'
7718 ;;
52327858
L
7719 xl* | bgxl* | bgf* | mpixl*)
7720 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
d7f09764
DN
7721 lt_prog_compiler_wl='-Wl,'
7722 lt_prog_compiler_pic='-qpic'
7723 lt_prog_compiler_static='-qstaticlink'
7724 ;;
7725 *)
7726 case `$CC -V 2>&1 | sed 5q` in
52327858
L
7727 *Sun\ F* | *Sun*Fortran*)
7728 # Sun Fortran 8.3 passes all unrecognized flags to the linker
d7f09764
DN
7729 lt_prog_compiler_pic='-KPIC'
7730 lt_prog_compiler_static='-Bstatic'
52327858 7731 lt_prog_compiler_wl=''
d7f09764 7732 ;;
52327858
L
7733 *Sun\ C*)
7734 # Sun C 5.9
d7f09764
DN
7735 lt_prog_compiler_pic='-KPIC'
7736 lt_prog_compiler_static='-Bstatic'
52327858 7737 lt_prog_compiler_wl='-Wl,'
d7f09764
DN
7738 ;;
7739 esac
7740 ;;
7741 esac
7742 ;;
7743
7744 newsos6)
7745 lt_prog_compiler_pic='-KPIC'
7746 lt_prog_compiler_static='-Bstatic'
7747 ;;
7748
7749 *nto* | *qnx*)
7750 # QNX uses GNU C++, but need to define -shared option too, otherwise
7751 # it will coredump.
7752 lt_prog_compiler_pic='-fPIC -shared'
7753 ;;
7754
7755 osf3* | osf4* | osf5*)
7756 lt_prog_compiler_wl='-Wl,'
7757 # All OSF/1 code is PIC.
7758 lt_prog_compiler_static='-non_shared'
7759 ;;
7760
7761 rdos*)
7762 lt_prog_compiler_static='-non_shared'
7763 ;;
7764
7765 solaris*)
7766 lt_prog_compiler_pic='-KPIC'
7767 lt_prog_compiler_static='-Bstatic'
7768 case $cc_basename in
7769 f77* | f90* | f95*)
7770 lt_prog_compiler_wl='-Qoption ld ';;
7771 *)
7772 lt_prog_compiler_wl='-Wl,';;
7773 esac
7774 ;;
7775
7776 sunos4*)
7777 lt_prog_compiler_wl='-Qoption ld '
7778 lt_prog_compiler_pic='-PIC'
7779 lt_prog_compiler_static='-Bstatic'
7780 ;;
7781
7782 sysv4 | sysv4.2uw2* | sysv4.3*)
7783 lt_prog_compiler_wl='-Wl,'
7784 lt_prog_compiler_pic='-KPIC'
7785 lt_prog_compiler_static='-Bstatic'
7786 ;;
7787
7788 sysv4*MP*)
7789 if test -d /usr/nec ;then
7790 lt_prog_compiler_pic='-Kconform_pic'
7791 lt_prog_compiler_static='-Bstatic'
7792 fi
7793 ;;
7794
7795 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7796 lt_prog_compiler_wl='-Wl,'
7797 lt_prog_compiler_pic='-KPIC'
7798 lt_prog_compiler_static='-Bstatic'
7799 ;;
7800
7801 unicos*)
7802 lt_prog_compiler_wl='-Wl,'
7803 lt_prog_compiler_can_build_shared=no
7804 ;;
7805
7806 uts4*)
7807 lt_prog_compiler_pic='-pic'
7808 lt_prog_compiler_static='-Bstatic'
7809 ;;
7810
7811 *)
7812 lt_prog_compiler_can_build_shared=no
7813 ;;
7814 esac
7815 fi
7816
7817case $host_os in
7818 # For platforms which do not support PIC, -DPIC is meaningless:
7819 *djgpp*)
7820 lt_prog_compiler_pic=
7821 ;;
7822 *)
7823 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7824 ;;
7825esac
7826{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7827$as_echo "$lt_prog_compiler_pic" >&6; }
7828
7829
7830
7831
7832
7833
7834#
7835# Check to make sure the PIC flag actually works.
7836#
7837if test -n "$lt_prog_compiler_pic"; then
7838 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7839$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7840if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7841 $as_echo_n "(cached) " >&6
7842else
7843 lt_cv_prog_compiler_pic_works=no
7844 ac_outfile=conftest.$ac_objext
7845 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7846 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7847 # Insert the option either (1) after the last *FLAGS variable, or
7848 # (2) before a word containing "conftest.", or (3) at the end.
7849 # Note that $ac_compile itself does not contain backslashes and begins
7850 # with a dollar sign (not a hyphen), so the echo should work correctly.
7851 # The option is referenced via a variable to avoid confusing sed.
7852 lt_compile=`echo "$ac_compile" | $SED \
7853 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7854 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7855 -e 's:$: $lt_compiler_flag:'`
52327858 7856 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7f09764
DN
7857 (eval "$lt_compile" 2>conftest.err)
7858 ac_status=$?
7859 cat conftest.err >&5
52327858 7860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7f09764
DN
7861 if (exit $ac_status) && test -s "$ac_outfile"; then
7862 # The compiler can only warn and ignore the option if not recognized
7863 # So say no if there are warnings other than the usual output.
52327858 7864 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
d7f09764
DN
7865 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7866 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7867 lt_cv_prog_compiler_pic_works=yes
7868 fi
7869 fi
7870 $RM conftest*
7871
7872fi
7873{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7874$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7875
7876if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7877 case $lt_prog_compiler_pic in
7878 "" | " "*) ;;
7879 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7880 esac
7881else
7882 lt_prog_compiler_pic=
7883 lt_prog_compiler_can_build_shared=no
7884fi
7885
7886fi
7887
7888
7889
7890
7891
7892
7893#
7894# Check to make sure the static flag actually works.
7895#
7896wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7898$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7899if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7900 $as_echo_n "(cached) " >&6
7901else
7902 lt_cv_prog_compiler_static_works=no
7903 save_LDFLAGS="$LDFLAGS"
7904 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7905 echo "$lt_simple_link_test_code" > conftest.$ac_ext
7906 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7907 # The linker can only warn and ignore the option if not recognized
7908 # So say no if there are warnings
7909 if test -s conftest.err; then
7910 # Append any errors to the config.log.
7911 cat conftest.err 1>&5
52327858 7912 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
d7f09764
DN
7913 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7914 if diff conftest.exp conftest.er2 >/dev/null; then
7915 lt_cv_prog_compiler_static_works=yes
7916 fi
7917 else
7918 lt_cv_prog_compiler_static_works=yes
7919 fi
7920 fi
7921 $RM -r conftest*
7922 LDFLAGS="$save_LDFLAGS"
7923
7924fi
7925{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7926$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7927
7928if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7929 :
7930else
7931 lt_prog_compiler_static=
7932fi
7933
7934
7935
7936
7937
7938
7939
7940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7941$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7942if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7943 $as_echo_n "(cached) " >&6
7944else
7945 lt_cv_prog_compiler_c_o=no
7946 $RM -r conftest 2>/dev/null
7947 mkdir conftest
7948 cd conftest
7949 mkdir out
7950 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7951
7952 lt_compiler_flag="-o out/conftest2.$ac_objext"
7953 # Insert the option either (1) after the last *FLAGS variable, or
7954 # (2) before a word containing "conftest.", or (3) at the end.
7955 # Note that $ac_compile itself does not contain backslashes and begins
7956 # with a dollar sign (not a hyphen), so the echo should work correctly.
7957 lt_compile=`echo "$ac_compile" | $SED \
7958 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7959 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7960 -e 's:$: $lt_compiler_flag:'`
52327858 7961 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7f09764
DN
7962 (eval "$lt_compile" 2>out/conftest.err)
7963 ac_status=$?
7964 cat out/conftest.err >&5
52327858 7965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7f09764
DN
7966 if (exit $ac_status) && test -s out/conftest2.$ac_objext
7967 then
7968 # The compiler can only warn and ignore the option if not recognized
7969 # So say no if there are warnings
52327858 7970 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7f09764
DN
7971 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7972 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7973 lt_cv_prog_compiler_c_o=yes
7974 fi
7975 fi
7976 chmod u+w . 2>&5
7977 $RM conftest*
7978 # SGI C++ compiler will create directory out/ii_files/ for
7979 # template instantiation
7980 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7981 $RM out/* && rmdir out
7982 cd ..
7983 $RM -r conftest
7984 $RM conftest*
7985
7986fi
7987{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7988$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7989
7990
7991
7992
7993
7994
7995 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7996$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7997if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7998 $as_echo_n "(cached) " >&6
7999else
8000 lt_cv_prog_compiler_c_o=no
8001 $RM -r conftest 2>/dev/null
8002 mkdir conftest
8003 cd conftest
8004 mkdir out
8005 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8006
8007 lt_compiler_flag="-o out/conftest2.$ac_objext"
8008 # Insert the option either (1) after the last *FLAGS variable, or
8009 # (2) before a word containing "conftest.", or (3) at the end.
8010 # Note that $ac_compile itself does not contain backslashes and begins
8011 # with a dollar sign (not a hyphen), so the echo should work correctly.
8012 lt_compile=`echo "$ac_compile" | $SED \
8013 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8014 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8015 -e 's:$: $lt_compiler_flag:'`
52327858 8016 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
d7f09764
DN
8017 (eval "$lt_compile" 2>out/conftest.err)
8018 ac_status=$?
8019 cat out/conftest.err >&5
52327858 8020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
d7f09764
DN
8021 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8022 then
8023 # The compiler can only warn and ignore the option if not recognized
8024 # So say no if there are warnings
52327858 8025 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
d7f09764
DN
8026 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8027 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8028 lt_cv_prog_compiler_c_o=yes
8029 fi
8030 fi
8031 chmod u+w . 2>&5
8032 $RM conftest*
8033 # SGI C++ compiler will create directory out/ii_files/ for
8034 # template instantiation
8035 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8036 $RM out/* && rmdir out
8037 cd ..
8038 $RM -r conftest
8039 $RM conftest*
8040
8041fi
8042{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8043$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8044
8045
8046
8047
8048hard_links="nottested"
8049if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8050 # do not overwrite the value of need_locks provided by the user
8051 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8052$as_echo_n "checking if we can lock with hard links... " >&6; }
8053 hard_links=yes
8054 $RM conftest*
8055 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8056 touch conftest.a
8057 ln conftest.a conftest.b 2>&5 || hard_links=no
8058 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8060$as_echo "$hard_links" >&6; }
8061 if test "$hard_links" = no; then
8062 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8063$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8064 need_locks=warn
8065 fi
8066else
8067 need_locks=no
8068fi
8069
8070
8071
8072
8073
8074
8075 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8076$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8077
8078 runpath_var=
8079 allow_undefined_flag=
8080 always_export_symbols=no
8081 archive_cmds=
8082 archive_expsym_cmds=
8083 compiler_needs_object=no
8084 enable_shared_with_static_runtimes=no
8085 export_dynamic_flag_spec=
8086 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8087 hardcode_automatic=no
8088 hardcode_direct=no
8089 hardcode_direct_absolute=no
8090 hardcode_libdir_flag_spec=
8091 hardcode_libdir_flag_spec_ld=
8092 hardcode_libdir_separator=
8093 hardcode_minus_L=no
8094 hardcode_shlibpath_var=unsupported
8095 inherit_rpath=no
8096 link_all_deplibs=unknown
8097 module_cmds=
8098 module_expsym_cmds=
8099 old_archive_from_new_cmds=
8100 old_archive_from_expsyms_cmds=
8101 thread_safe_flag_spec=
8102 whole_archive_flag_spec=
8103 # include_expsyms should be a list of space-separated symbols to be *always*
8104 # included in the symbol list
8105 include_expsyms=
8106 # exclude_expsyms can be an extended regexp of symbols to exclude
8107 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8108 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8109 # as well as any symbol that contains `d'.
8110 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8111 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8112 # platforms (ab)use it in PIC code, but their linkers get confused if
8113 # the symbol is explicitly referenced. Since portable code cannot
8114 # rely on this symbol name, it's probably fine to never include it in
8115 # preloaded symbol tables.
8116 # Exclude shared library initialization/finalization symbols.
8117 extract_expsyms_cmds=
8118
8119 case $host_os in
8120 cygwin* | mingw* | pw32* | cegcc*)
8121 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8122 # When not using gcc, we currently assume that we are using
8123 # Microsoft Visual C++.
8124 if test "$GCC" != yes; then
8125 with_gnu_ld=no
8126 fi
8127 ;;
8128 interix*)
8129 # we just hope/assume this is gcc and not c89 (= MSVC++)
8130 with_gnu_ld=yes
8131 ;;
8132 openbsd*)
8133 with_gnu_ld=no
8134 ;;
8135 esac
8136
8137 ld_shlibs=yes
52327858
L
8138
8139 # On some targets, GNU ld is compatible enough with the native linker
8140 # that we're better off using the native interface for both.
8141 lt_use_gnu_ld_interface=no
d7f09764 8142 if test "$with_gnu_ld" = yes; then
52327858
L
8143 case $host_os in
8144 aix*)
8145 # The AIX port of GNU ld has always aspired to compatibility
8146 # with the native linker. However, as the warning in the GNU ld
8147 # block says, versions before 2.19.5* couldn't really create working
8148 # shared libraries, regardless of the interface used.
8149 case `$LD -v 2>&1` in
8150 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8151 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8152 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8153 *)
8154 lt_use_gnu_ld_interface=yes
8155 ;;
8156 esac
8157 ;;
8158 *)
8159 lt_use_gnu_ld_interface=yes
8160 ;;
8161 esac
8162 fi
8163
8164 if test "$lt_use_gnu_ld_interface" = yes; then
d7f09764
DN
8165 # If archive_cmds runs LD, not CC, wlarc should be empty
8166 wlarc='${wl}'
8167
8168 # Set some defaults for GNU ld with shared library support. These
8169 # are reset later if shared libraries are not supported. Putting them
8170 # here allows them to be overridden if necessary.
8171 runpath_var=LD_RUN_PATH
8172 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8173 export_dynamic_flag_spec='${wl}--export-dynamic'
8174 # ancient GNU ld didn't support --whole-archive et. al.
8175 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8176 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8177 else
8178 whole_archive_flag_spec=
8179 fi
8180 supports_anon_versioning=no
8181 case `$LD -v 2>&1` in
52327858 8182 *GNU\ gold*) supports_anon_versioning=yes ;;
d7f09764
DN
8183 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8184 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8185 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8186 *\ 2.11.*) ;; # other 2.11 versions
8187 *) supports_anon_versioning=yes ;;
8188 esac
8189
8190 # See if GNU ld supports shared libraries.
8191 case $host_os in
8192 aix[3-9]*)
8193 # On AIX/PPC, the GNU linker is very broken
8194 if test "$host_cpu" != ia64; then
8195 ld_shlibs=no
8196 cat <<_LT_EOF 1>&2
8197
52327858 8198*** Warning: the GNU linker, at least up to release 2.19, is reported
d7f09764
DN
8199*** to be unable to reliably create shared libraries on AIX.
8200*** Therefore, libtool is disabling shared libraries support. If you
52327858
L
8201*** really care for shared libraries, you may want to install binutils
8202*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8203*** You will then need to restart the configuration process.
d7f09764
DN
8204
8205_LT_EOF
8206 fi
8207 ;;
8208
8209 amigaos*)
8210 case $host_cpu in
8211 powerpc)
8212 # see comment about AmigaOS4 .so support
8213 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8214 archive_expsym_cmds=''
8215 ;;
8216 m68k)
8217 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)'
8218 hardcode_libdir_flag_spec='-L$libdir'
8219 hardcode_minus_L=yes
8220 ;;
8221 esac
8222 ;;
8223
8224 beos*)
8225 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8226 allow_undefined_flag=unsupported
8227 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8228 # support --undefined. This deserves some investigation. FIXME
8229 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8230 else
8231 ld_shlibs=no
8232 fi
8233 ;;
8234
8235 cygwin* | mingw* | pw32* | cegcc*)
8236 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8237 # as there is no search path for DLLs.
8238 hardcode_libdir_flag_spec='-L$libdir'
52327858 8239 export_dynamic_flag_spec='${wl}--export-all-symbols'
d7f09764
DN
8240 allow_undefined_flag=unsupported
8241 always_export_symbols=no
8242 enable_shared_with_static_runtimes=yes
8243 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8244
8245 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8246 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8247 # If the export-symbols file already is a .def file (1st line
8248 # is EXPORTS), use it as is; otherwise, prepend...
8249 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8250 cp $export_symbols $output_objdir/$soname.def;
8251 else
8252 echo EXPORTS > $output_objdir/$soname.def;
8253 cat $export_symbols >> $output_objdir/$soname.def;
8254 fi~
8255 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8256 else
8257 ld_shlibs=no
8258 fi
8259 ;;
8260
52327858
L
8261 haiku*)
8262 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8263 link_all_deplibs=yes
8264 ;;
8265
d7f09764
DN
8266 interix[3-9]*)
8267 hardcode_direct=no
8268 hardcode_shlibpath_var=no
8269 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8270 export_dynamic_flag_spec='${wl}-E'
8271 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8272 # Instead, shared libraries are loaded at an image base (0x10000000 by
8273 # default) and relocated if they conflict, which is a slow very memory
8274 # consuming and fragmenting process. To avoid this, we pick a random,
8275 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8276 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8277 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8278 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'
8279 ;;
8280
8281 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8282 tmp_diet=no
8283 if test "$host_os" = linux-dietlibc; then
8284 case $cc_basename in
8285 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8286 esac
8287 fi
8288 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8289 && test "$tmp_diet" = no
8290 then
8291 tmp_addflag=
8292 tmp_sharedflag='-shared'
8293 case $cc_basename,$host_cpu in
8294 pgcc*) # Portland Group C compiler
52327858 8295 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'
d7f09764
DN
8296 tmp_addflag=' $pic_flag'
8297 ;;
52327858
L
8298 pgf77* | pgf90* | pgf95* | pgfortran*)
8299 # Portland Group f77 and f90 compilers
8300 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'
d7f09764
DN
8301 tmp_addflag=' $pic_flag -Mnomain' ;;
8302 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8303 tmp_addflag=' -i_dynamic' ;;
8304 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8305 tmp_addflag=' -i_dynamic -nofor_main' ;;
8306 ifc* | ifort*) # Intel Fortran compiler
8307 tmp_addflag=' -nofor_main' ;;
8308 lf95*) # Lahey Fortran 8.1
8309 whole_archive_flag_spec=
8310 tmp_sharedflag='--shared' ;;
52327858 8311 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
d7f09764
DN
8312 tmp_sharedflag='-qmkshrobj'
8313 tmp_addflag= ;;
52327858
L
8314 nvcc*) # Cuda Compiler Driver 2.2
8315 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'
8316 compiler_needs_object=yes
8317 ;;
d7f09764
DN
8318 esac
8319 case `$CC -V 2>&1 | sed 5q` in
8320 *Sun\ C*) # Sun C 5.9
52327858 8321 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'
d7f09764
DN
8322 compiler_needs_object=yes
8323 tmp_sharedflag='-G' ;;
8324 *Sun\ F*) # Sun Fortran 8.3
8325 tmp_sharedflag='-G' ;;
8326 esac
8327 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8328
8329 if test "x$supports_anon_versioning" = xyes; then
8330 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8331 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8332 echo "local: *; };" >> $output_objdir/$libname.ver~
8333 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8334 fi
8335
8336 case $cc_basename in
52327858 8337 xlf* | bgf* | bgxlf* | mpixlf*)
d7f09764
DN
8338 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8339 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8340 hardcode_libdir_flag_spec=
8341 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8342 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8343 if test "x$supports_anon_versioning" = xyes; then
8344 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8345 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8346 echo "local: *; };" >> $output_objdir/$libname.ver~
8347 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8348 fi
8349 ;;
8350 esac
8351 else
8352 ld_shlibs=no
8353 fi
8354 ;;
8355
8356 netbsd*)
8357 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8358 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8359 wlarc=
8360 else
8361 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8362 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8363 fi
8364 ;;
8365
8366 solaris*)
8367 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8368 ld_shlibs=no
8369 cat <<_LT_EOF 1>&2
8370
8371*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8372*** create shared libraries on Solaris systems. Therefore, libtool
8373*** is disabling shared libraries support. We urge you to upgrade GNU
8374*** binutils to release 2.9.1 or newer. Another option is to modify
8375*** your PATH or compiler configuration so that the native linker is
8376*** used, and then restart.
8377
8378_LT_EOF
8379 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8380 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8381 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8382 else
8383 ld_shlibs=no
8384 fi
8385 ;;
8386
8387 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8388 case `$LD -v 2>&1` in
8389 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8390 ld_shlibs=no
8391 cat <<_LT_EOF 1>&2
8392
8393*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8394*** reliably create shared libraries on SCO systems. Therefore, libtool
8395*** is disabling shared libraries support. We urge you to upgrade GNU
8396*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8397*** your PATH or compiler configuration so that the native linker is
8398*** used, and then restart.
8399
8400_LT_EOF
8401 ;;
8402 *)
8403 # For security reasons, it is highly recommended that you always
8404 # use absolute paths for naming shared libraries, and exclude the
8405 # DT_RUNPATH tag from executables and libraries. But doing so
8406 # requires that you compile everything twice, which is a pain.
8407 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8408 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8409 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8410 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8411 else
8412 ld_shlibs=no
8413 fi
8414 ;;
8415 esac
8416 ;;
8417
8418 sunos4*)
8419 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8420 wlarc=
8421 hardcode_direct=yes
8422 hardcode_shlibpath_var=no
8423 ;;
8424
8425 *)
8426 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8427 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8428 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8429 else
8430 ld_shlibs=no
8431 fi
8432 ;;
8433 esac
8434
8435 if test "$ld_shlibs" = no; then
8436 runpath_var=
8437 hardcode_libdir_flag_spec=
8438 export_dynamic_flag_spec=
8439 whole_archive_flag_spec=
8440 fi
8441 else
8442 # PORTME fill in a description of your system's linker (not GNU ld)
8443 case $host_os in
8444 aix3*)
8445 allow_undefined_flag=unsupported
8446 always_export_symbols=yes
8447 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'
8448 # Note: this linker hardcodes the directories in LIBPATH if there
8449 # are no directories specified by -L.
8450 hardcode_minus_L=yes
8451 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8452 # Neither direct hardcoding nor static linking is supported with a
8453 # broken collect2.
8454 hardcode_direct=unsupported
8455 fi
8456 ;;
8457
8458 aix[4-9]*)
8459 if test "$host_cpu" = ia64; then
8460 # On IA64, the linker does run time linking by default, so we don't
8461 # have to do anything special.
8462 aix_use_runtimelinking=no
8463 exp_sym_flag='-Bexport'
8464 no_entry_flag=""
8465 else
8466 # If we're using GNU nm, then we don't want the "-C" option.
8467 # -C means demangle to AIX nm, but means don't demangle with GNU nm
52327858
L
8468 # Also, AIX nm treats weak defined symbols like other global
8469 # defined symbols, whereas GNU nm marks them as "W".
d7f09764 8470 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
52327858 8471 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'
d7f09764
DN
8472 else
8473 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'
8474 fi
8475 aix_use_runtimelinking=no
8476
8477 # Test if we are trying to use run time linking or normal
8478 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8479 # need to do runtime linking.
8480 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8481 for ld_flag in $LDFLAGS; do
8482 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8483 aix_use_runtimelinking=yes
8484 break
8485 fi
8486 done
8487 ;;
8488 esac
8489
8490 exp_sym_flag='-bexport'
8491 no_entry_flag='-bnoentry'
8492 fi
8493
8494 # When large executables or shared objects are built, AIX ld can
8495 # have problems creating the table of contents. If linking a library
8496 # or program results in "error TOC overflow" add -mminimal-toc to
8497 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8498 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8499
8500 archive_cmds=''
8501 hardcode_direct=yes
8502 hardcode_direct_absolute=yes
8503 hardcode_libdir_separator=':'
8504 link_all_deplibs=yes
8505 file_list_spec='${wl}-f,'
8506
8507 if test "$GCC" = yes; then
8508 case $host_os in aix4.[012]|aix4.[012].*)
8509 # We only want to do this on AIX 4.2 and lower, the check
8510 # below for broken collect2 doesn't work under 4.3+
8511 collect2name=`${CC} -print-prog-name=collect2`
8512 if test -f "$collect2name" &&
8513 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8514 then
8515 # We have reworked collect2
8516 :
8517 else
8518 # We have old collect2
8519 hardcode_direct=unsupported
8520 # It fails to find uninstalled libraries when the uninstalled
8521 # path is not listed in the libpath. Setting hardcode_minus_L
8522 # to unsupported forces relinking
8523 hardcode_minus_L=yes
8524 hardcode_libdir_flag_spec='-L$libdir'
8525 hardcode_libdir_separator=
8526 fi
8527 ;;
8528 esac
8529 shared_flag='-shared'
8530 if test "$aix_use_runtimelinking" = yes; then
8531 shared_flag="$shared_flag "'${wl}-G'
8532 fi
8533 else
8534 # not using gcc
8535 if test "$host_cpu" = ia64; then
8536 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8537 # chokes on -Wl,-G. The following line is correct:
8538 shared_flag='-G'
8539 else
8540 if test "$aix_use_runtimelinking" = yes; then
8541 shared_flag='${wl}-G'
8542 else
8543 shared_flag='${wl}-bM:SRE'
8544 fi
8545 fi
8546 fi
8547
8548 export_dynamic_flag_spec='${wl}-bexpall'
8549 # It seems that -bexpall does not export symbols beginning with
8550 # underscore (_), so it is better to generate a list of symbols to export.
8551 always_export_symbols=yes
8552 if test "$aix_use_runtimelinking" = yes; then
8553 # Warning - without using the other runtime loading flags (-brtl),
8554 # -berok will link without error, but may produce a broken library.
8555 allow_undefined_flag='-berok'
8556 # Determine the default libpath from the value encoded in an
8557 # empty executable.
8558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8559/* end confdefs.h. */
8560
8561int
8562main ()
8563{
8564
8565 ;
8566 return 0;
8567}
8568_ACEOF
8569if ac_fn_c_try_link "$LINENO"; then :
8570
8571lt_aix_libpath_sed='
8572 /Import File Strings/,/^$/ {
8573 /^0/ {
8574 s/^0 *\(.*\)$/\1/
8575 p
8576 }
8577 }'
8578aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8579# Check for a 64-bit object if we didn't find anything.
8580if test -z "$aix_libpath"; then
8581 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8582fi
8583fi
8584rm -f core conftest.err conftest.$ac_objext \
8585 conftest$ac_exeext conftest.$ac_ext
8586if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8587
8588 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
52327858 8589 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"
d7f09764
DN
8590 else
8591 if test "$host_cpu" = ia64; then
8592 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8593 allow_undefined_flag="-z nodefs"
8594 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"
8595 else
8596 # Determine the default libpath from the value encoded in an
8597 # empty executable.
8598 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8599/* end confdefs.h. */
8600
8601int
8602main ()
8603{
8604
8605 ;
8606 return 0;
8607}
8608_ACEOF
8609if ac_fn_c_try_link "$LINENO"; then :
8610
8611lt_aix_libpath_sed='
8612 /Import File Strings/,/^$/ {
8613 /^0/ {
8614 s/^0 *\(.*\)$/\1/
8615 p
8616 }
8617 }'
8618aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8619# Check for a 64-bit object if we didn't find anything.
8620if test -z "$aix_libpath"; then
8621 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8622fi
8623fi
8624rm -f core conftest.err conftest.$ac_objext \
8625 conftest$ac_exeext conftest.$ac_ext
8626if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8627
8628 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8629 # Warning - without using the other run time loading flags,
8630 # -berok will link without error, but may produce a broken library.
8631 no_undefined_flag=' ${wl}-bernotok'
8632 allow_undefined_flag=' ${wl}-berok'
52327858
L
8633 if test "$with_gnu_ld" = yes; then
8634 # We only use this code for GNU lds that support --whole-archive.
8635 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
8636 else
8637 # Exported symbols can be pulled into shared objects from archives
8638 whole_archive_flag_spec='$convenience'
8639 fi
d7f09764
DN
8640 archive_cmds_need_lc=yes
8641 # This is similar to how AIX traditionally builds its shared libraries.
8642 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'
8643 fi
8644 fi
8645 ;;
8646
8647 amigaos*)
8648 case $host_cpu in
8649 powerpc)
8650 # see comment about AmigaOS4 .so support
8651 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8652 archive_expsym_cmds=''
8653 ;;
8654 m68k)
8655 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)'
8656 hardcode_libdir_flag_spec='-L$libdir'
8657 hardcode_minus_L=yes
8658 ;;
8659 esac
8660 ;;
8661
8662 bsdi[45]*)
8663 export_dynamic_flag_spec=-rdynamic
8664 ;;
8665
8666 cygwin* | mingw* | pw32* | cegcc*)
8667 # When not using gcc, we currently assume that we are using
8668 # Microsoft Visual C++.
8669 # hardcode_libdir_flag_spec is actually meaningless, as there is
8670 # no search path for DLLs.
8671 hardcode_libdir_flag_spec=' '
8672 allow_undefined_flag=unsupported
8673 # Tell ltmain to make .lib files, not .a files.
8674 libext=lib
8675 # Tell ltmain to make .dll files, not .so files.
8676 shrext_cmds=".dll"
8677 # FIXME: Setting linknames here is a bad hack.
52327858 8678 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
d7f09764
DN
8679 # The linker will automatically build a .lib file if we build a DLL.
8680 old_archive_from_new_cmds='true'
8681 # FIXME: Should let the user specify the lib program.
8682 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8683 fix_srcfile_path='`cygpath -w "$srcfile"`'
8684 enable_shared_with_static_runtimes=yes
8685 ;;
8686
8687 darwin* | rhapsody*)
8688
8689
8690 archive_cmds_need_lc=no
8691 hardcode_direct=no
8692 hardcode_automatic=yes
8693 hardcode_shlibpath_var=unsupported
52327858
L
8694 if test "$lt_cv_ld_force_load" = "yes"; then
8695 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\"`'
8696 else
8697 whole_archive_flag_spec=''
8698 fi
d7f09764
DN
8699 link_all_deplibs=yes
8700 allow_undefined_flag="$_lt_dar_allow_undefined"
8701 case $cc_basename in
8702 ifort*) _lt_dar_can_shared=yes ;;
8703 *) _lt_dar_can_shared=$GCC ;;
8704 esac
8705 if test "$_lt_dar_can_shared" = "yes"; then
52327858 8706 output_verbose_link_cmd=func_echo_all
d7f09764
DN
8707 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8708 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8709 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}"
8710 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}"
8711
8712 else
8713 ld_shlibs=no
8714 fi
8715
8716 ;;
8717
8718 dgux*)
8719 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8720 hardcode_libdir_flag_spec='-L$libdir'
8721 hardcode_shlibpath_var=no
8722 ;;
8723
d7f09764
DN
8724 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8725 # support. Future versions do this automatically, but an explicit c++rt0.o
8726 # does not break anything, and helps significantly (at the cost of a little
8727 # extra space).
8728 freebsd2.2*)
8729 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8730 hardcode_libdir_flag_spec='-R$libdir'
8731 hardcode_direct=yes
8732 hardcode_shlibpath_var=no
8733 ;;
8734
8735 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8736 freebsd2*)
8737 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8738 hardcode_direct=yes
8739 hardcode_minus_L=yes
8740 hardcode_shlibpath_var=no
8741 ;;
8742
8743 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8744 freebsd* | dragonfly*)
8745 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8746 hardcode_libdir_flag_spec='-R$libdir'
8747 hardcode_direct=yes
8748 hardcode_shlibpath_var=no
8749 ;;
8750
8751 hpux9*)
8752 if test "$GCC" = yes; then
8753 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'
8754 else
8755 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'
8756 fi
8757 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8758 hardcode_libdir_separator=:
8759 hardcode_direct=yes
8760
8761 # hardcode_minus_L: Not really in the search PATH,
8762 # but as the default location of the library.
8763 hardcode_minus_L=yes
8764 export_dynamic_flag_spec='${wl}-E'
8765 ;;
8766
8767 hpux10*)
52327858 8768 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7f09764
DN
8769 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8770 else
8771 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8772 fi
8773 if test "$with_gnu_ld" = no; then
8774 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8775 hardcode_libdir_flag_spec_ld='+b $libdir'
8776 hardcode_libdir_separator=:
8777 hardcode_direct=yes
8778 hardcode_direct_absolute=yes
8779 export_dynamic_flag_spec='${wl}-E'
8780 # hardcode_minus_L: Not really in the search PATH,
8781 # but as the default location of the library.
8782 hardcode_minus_L=yes
8783 fi
8784 ;;
8785
8786 hpux11*)
52327858 8787 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
d7f09764
DN
8788 case $host_cpu in
8789 hppa*64*)
8790 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8791 ;;
8792 ia64*)
8793 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8794 ;;
8795 *)
8796 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8797 ;;
8798 esac
8799 else
8800 case $host_cpu in
8801 hppa*64*)
8802 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8803 ;;
8804 ia64*)
8805 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8806 ;;
8807 *)
52327858
L
8808
8809 # Older versions of the 11.00 compiler do not understand -b yet
8810 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
8812$as_echo_n "checking if $CC understands -b... " >&6; }
8813if test "${lt_cv_prog_compiler__b+set}" = set; then :
8814 $as_echo_n "(cached) " >&6
8815else
8816 lt_cv_prog_compiler__b=no
8817 save_LDFLAGS="$LDFLAGS"
8818 LDFLAGS="$LDFLAGS -b"
8819 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8820 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8821 # The linker can only warn and ignore the option if not recognized
8822 # So say no if there are warnings
8823 if test -s conftest.err; then
8824 # Append any errors to the config.log.
8825 cat conftest.err 1>&5
8826 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8827 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8828 if diff conftest.exp conftest.er2 >/dev/null; then
8829 lt_cv_prog_compiler__b=yes
8830 fi
8831 else
8832 lt_cv_prog_compiler__b=yes
8833 fi
8834 fi
8835 $RM -r conftest*
8836 LDFLAGS="$save_LDFLAGS"
8837
8838fi
8839{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
8840$as_echo "$lt_cv_prog_compiler__b" >&6; }
8841
8842if test x"$lt_cv_prog_compiler__b" = xyes; then
8843 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8844else
8845 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8846fi
8847
d7f09764
DN
8848 ;;
8849 esac
8850 fi
8851 if test "$with_gnu_ld" = no; then
8852 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8853 hardcode_libdir_separator=:
8854
8855 case $host_cpu in
8856 hppa*64*|ia64*)
8857 hardcode_direct=no
8858 hardcode_shlibpath_var=no
8859 ;;
8860 *)
8861 hardcode_direct=yes
8862 hardcode_direct_absolute=yes
8863 export_dynamic_flag_spec='${wl}-E'
8864
8865 # hardcode_minus_L: Not really in the search PATH,
8866 # but as the default location of the library.
8867 hardcode_minus_L=yes
8868 ;;
8869 esac
8870 fi
8871 ;;
8872
8873 irix5* | irix6* | nonstopux*)
8874 if test "$GCC" = yes; then
52327858 8875 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'
d7f09764
DN
8876 # Try to use the -exported_symbol ld option, if it does not
8877 # work, assume that -exports_file does not work either and
8878 # implicitly export all symbols.
8879 save_LDFLAGS="$LDFLAGS"
8880 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8882/* end confdefs.h. */
8883int foo(void) {}
8884_ACEOF
8885if ac_fn_c_try_link "$LINENO"; then :
52327858 8886 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'
d7f09764
DN
8887
8888fi
8889rm -f core conftest.err conftest.$ac_objext \
8890 conftest$ac_exeext conftest.$ac_ext
8891 LDFLAGS="$save_LDFLAGS"
8892 else
52327858
L
8893 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'
8894 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'
d7f09764
DN
8895 fi
8896 archive_cmds_need_lc='no'
8897 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8898 hardcode_libdir_separator=:
8899 inherit_rpath=yes
8900 link_all_deplibs=yes
8901 ;;
8902
8903 netbsd*)
8904 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8905 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
8906 else
8907 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
8908 fi
8909 hardcode_libdir_flag_spec='-R$libdir'
8910 hardcode_direct=yes
8911 hardcode_shlibpath_var=no
8912 ;;
8913
8914 newsos6)
8915 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8916 hardcode_direct=yes
8917 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8918 hardcode_libdir_separator=:
8919 hardcode_shlibpath_var=no
8920 ;;
8921
8922 *nto* | *qnx*)
8923 ;;
8924
8925 openbsd*)
8926 if test -f /usr/libexec/ld.so; then
8927 hardcode_direct=yes
8928 hardcode_shlibpath_var=no
8929 hardcode_direct_absolute=yes
8930 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8931 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8932 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8933 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8934 export_dynamic_flag_spec='${wl}-E'
8935 else
8936 case $host_os in
8937 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8938 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8939 hardcode_libdir_flag_spec='-R$libdir'
8940 ;;
8941 *)
8942 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8943 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8944 ;;
8945 esac
8946 fi
8947 else
8948 ld_shlibs=no
8949 fi
8950 ;;
8951
8952 os2*)
8953 hardcode_libdir_flag_spec='-L$libdir'
8954 hardcode_minus_L=yes
8955 allow_undefined_flag=unsupported
52327858 8956 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'
d7f09764
DN
8957 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8958 ;;
8959
8960 osf3*)
8961 if test "$GCC" = yes; then
8962 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
52327858 8963 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'
d7f09764
DN
8964 else
8965 allow_undefined_flag=' -expect_unresolved \*'
52327858 8966 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'
d7f09764
DN
8967 fi
8968 archive_cmds_need_lc='no'
8969 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8970 hardcode_libdir_separator=:
8971 ;;
8972
8973 osf4* | osf5*) # as osf3* with the addition of -msym flag
8974 if test "$GCC" = yes; then
8975 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
52327858 8976 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'
d7f09764
DN
8977 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8978 else
8979 allow_undefined_flag=' -expect_unresolved \*'
52327858 8980 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'
d7f09764 8981 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~
52327858 8982 $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'
d7f09764
DN
8983
8984 # Both c and cxx compiler support -rpath directly
8985 hardcode_libdir_flag_spec='-rpath $libdir'
8986 fi
8987 archive_cmds_need_lc='no'
8988 hardcode_libdir_separator=:
8989 ;;
8990
8991 solaris*)
8992 no_undefined_flag=' -z defs'
8993 if test "$GCC" = yes; then
8994 wlarc='${wl}'
8995 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8996 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8997 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8998 else
8999 case `$CC -V 2>&1` in
9000 *"Compilers 5.0"*)
9001 wlarc=''
9002 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9003 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9004 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9005 ;;
9006 *)
9007 wlarc='${wl}'
9008 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9009 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9010 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9011 ;;
9012 esac
9013 fi
9014 hardcode_libdir_flag_spec='-R$libdir'
9015 hardcode_shlibpath_var=no
9016 case $host_os in
9017 solaris2.[0-5] | solaris2.[0-5].*) ;;
9018 *)
9019 # The compiler driver will combine and reorder linker options,
9020 # but understands `-z linker_flag'. GCC discards it without `$wl',
9021 # but is careful enough not to reorder.
9022 # Supported since Solaris 2.6 (maybe 2.5.1?)
9023 if test "$GCC" = yes; then
9024 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9025 else
9026 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9027 fi
9028 ;;
9029 esac
9030 link_all_deplibs=yes
9031 ;;
9032
9033 sunos4*)
9034 if test "x$host_vendor" = xsequent; then
9035 # Use $CC to link under sequent, because it throws in some extra .o
9036 # files that make .init and .fini sections work.
9037 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9038 else
9039 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9040 fi
9041 hardcode_libdir_flag_spec='-L$libdir'
9042 hardcode_direct=yes
9043 hardcode_minus_L=yes
9044 hardcode_shlibpath_var=no
9045 ;;
9046
9047 sysv4)
9048 case $host_vendor in
9049 sni)
9050 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9051 hardcode_direct=yes # is this really true???
9052 ;;
9053 siemens)
9054 ## LD is ld it makes a PLAMLIB
9055 ## CC just makes a GrossModule.
9056 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9057 reload_cmds='$CC -r -o $output$reload_objs'
9058 hardcode_direct=no
9059 ;;
9060 motorola)
9061 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9062 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9063 ;;
9064 esac
9065 runpath_var='LD_RUN_PATH'
9066 hardcode_shlibpath_var=no
9067 ;;
9068
9069 sysv4.3*)
9070 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9071 hardcode_shlibpath_var=no
9072 export_dynamic_flag_spec='-Bexport'
9073 ;;
9074
9075 sysv4*MP*)
9076 if test -d /usr/nec; then
9077 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9078 hardcode_shlibpath_var=no
9079 runpath_var=LD_RUN_PATH
9080 hardcode_runpath_var=yes
9081 ld_shlibs=yes
9082 fi
9083 ;;
9084
9085 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9086 no_undefined_flag='${wl}-z,text'
9087 archive_cmds_need_lc=no
9088 hardcode_shlibpath_var=no
9089 runpath_var='LD_RUN_PATH'
9090
9091 if test "$GCC" = yes; then
9092 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9093 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9094 else
9095 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9096 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9097 fi
9098 ;;
9099
9100 sysv5* | sco3.2v5* | sco5v6*)
9101 # Note: We can NOT use -z defs as we might desire, because we do not
9102 # link with -lc, and that would cause any symbols used from libc to
9103 # always be unresolved, which means just about no library would
9104 # ever link correctly. If we're not using GNU ld we use -z text
9105 # though, which does catch some bad symbols but isn't as heavy-handed
9106 # as -z defs.
9107 no_undefined_flag='${wl}-z,text'
9108 allow_undefined_flag='${wl}-z,nodefs'
9109 archive_cmds_need_lc=no
9110 hardcode_shlibpath_var=no
9111 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9112 hardcode_libdir_separator=':'
9113 link_all_deplibs=yes
9114 export_dynamic_flag_spec='${wl}-Bexport'
9115 runpath_var='LD_RUN_PATH'
9116
9117 if test "$GCC" = yes; then
9118 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9119 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9120 else
9121 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9122 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9123 fi
9124 ;;
9125
9126 uts4*)
9127 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9128 hardcode_libdir_flag_spec='-L$libdir'
9129 hardcode_shlibpath_var=no
9130 ;;
9131
9132 *)
9133 ld_shlibs=no
9134 ;;
9135 esac
9136
9137 if test x$host_vendor = xsni; then
9138 case $host in
9139 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9140 export_dynamic_flag_spec='${wl}-Blargedynsym'
9141 ;;
9142 esac
9143 fi
9144 fi
9145
9146{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9147$as_echo "$ld_shlibs" >&6; }
9148test "$ld_shlibs" = no && can_build_shared=no
9149
9150with_gnu_ld=$with_gnu_ld
9151
9152
9153
9154
9155
9156
9157
9158
9159
9160
9161
9162
9163
9164
9165
9166#
9167# Do we need to explicitly link libc?
9168#
9169case "x$archive_cmds_need_lc" in
9170x|xyes)
9171 # Assume -lc should be added
9172 archive_cmds_need_lc=yes
9173
9174 if test "$enable_shared" = yes && test "$GCC" = yes; then
9175 case $archive_cmds in
9176 *'~'*)
9177 # FIXME: we may have to deal with multi-command sequences.
9178 ;;
9179 '$CC '*)
9180 # Test whether the compiler implicitly links with -lc since on some
9181 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9182 # to ld, don't add -lc before -lgcc.
9183 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9184$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9185if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9186 $as_echo_n "(cached) " >&6
9187else
9188 $RM conftest*
9189 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9190
9191 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9192 (eval $ac_compile) 2>&5
9193 ac_status=$?
9194 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9195 test $ac_status = 0; } 2>conftest.err; then
9196 soname=conftest
9197 lib=conftest
9198 libobjs=conftest.$ac_objext
9199 deplibs=
9200 wl=$lt_prog_compiler_wl
9201 pic_flag=$lt_prog_compiler_pic
9202 compiler_flags=-v
9203 linker_flags=-v
9204 verstring=
9205 output_objdir=.
9206 libname=conftest
9207 lt_save_allow_undefined_flag=$allow_undefined_flag
9208 allow_undefined_flag=
9209 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9210 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9211 ac_status=$?
9212 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9213 test $ac_status = 0; }
9214 then
9215 lt_cv_archive_cmds_need_lc=no
9216 else
9217 lt_cv_archive_cmds_need_lc=yes
9218 fi
9219 allow_undefined_flag=$lt_save_allow_undefined_flag
9220 else
9221 cat conftest.err 1>&5
9222 fi
9223 $RM conftest*
9224
9225fi
9226{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9227$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9228 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9229 ;;
9230 esac
9231 fi
9232 ;;
9233esac
9234
9235
9236
9237
9238
9239
9240
9241
9242
9243
9244
9245
9246
9247
9248
9249
9250
9251
9252
9253
9254
9255
9256
9257
9258
9259
9260
9261
9262
9263
9264
9265
9266
9267
9268
9269
9270
9271
9272
9273
9274
9275
9276
9277
9278
9279
9280
9281
9282
9283
9284
9285
9286
9287
9288
9289
9290
9291
9292
9293
9294
9295
9296
9297
9298
9299
9300
9301
9302
9303
9304
9305
9306
9307
9308
9309
9310
9311
9312
9313
9314
9315
9316
9317
9318
9319
9320
9321
9322
9323
9324
9325
9326
9327
9328
9329
9330
9331
9332
9333
9334
9335
9336
9337
9338
9339
9340
9341
9342
9343
9344
9345
9346
9347
9348
9349
9350
9351
9352
9353
9354
9355
9356
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9392$as_echo_n "checking dynamic linker characteristics... " >&6; }
9393
9394if test "$GCC" = yes; then
9395 case $host_os in
9396 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9397 *) lt_awk_arg="/^libraries:/" ;;
9398 esac
52327858
L
9399 case $host_os in
9400 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9401 *) lt_sed_strip_eq="s,=/,/,g" ;;
9402 esac
9403 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9404 case $lt_search_path_spec in
9405 *\;*)
d7f09764
DN
9406 # if the path contains ";" then we assume it to be the separator
9407 # otherwise default to the standard path separator (i.e. ":") - it is
9408 # assumed that no part of a normal pathname contains ";" but that should
9409 # okay in the real world where ";" in dirpaths is itself problematic.
52327858
L
9410 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9411 ;;
9412 *)
9413 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9414 ;;
9415 esac
d7f09764
DN
9416 # Ok, now we have the path, separated by spaces, we can step through it
9417 # and add multilib dir if necessary.
9418 lt_tmp_lt_search_path_spec=
9419 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9420 for lt_sys_path in $lt_search_path_spec; do
9421 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9422 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9423 else
9424 test -d "$lt_sys_path" && \
9425 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9426 fi
9427 done
52327858 9428 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
d7f09764
DN
9429BEGIN {RS=" "; FS="/|\n";} {
9430 lt_foo="";
9431 lt_count=0;
9432 for (lt_i = NF; lt_i > 0; lt_i--) {
9433 if ($lt_i != "" && $lt_i != ".") {
9434 if ($lt_i == "..") {
9435 lt_count++;
9436 } else {
9437 if (lt_count == 0) {
9438 lt_foo="/" $lt_i lt_foo;
9439 } else {
9440 lt_count--;
9441 }
9442 }
9443 }
9444 }
9445 if (lt_foo != "") { lt_freq[lt_foo]++; }
9446 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9447}'`
52327858
L
9448 # AWK program above erroneously prepends '/' to C:/dos/paths
9449 # for these hosts.
9450 case $host_os in
9451 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9452 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9453 esac
9454 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d7f09764
DN
9455else
9456 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9457fi
9458library_names_spec=
9459libname_spec='lib$name'
9460soname_spec=
9461shrext_cmds=".so"
9462postinstall_cmds=
9463postuninstall_cmds=
9464finish_cmds=
9465finish_eval=
9466shlibpath_var=
9467shlibpath_overrides_runpath=unknown
9468version_type=none
9469dynamic_linker="$host_os ld.so"
9470sys_lib_dlsearch_path_spec="/lib /usr/lib"
9471need_lib_prefix=unknown
9472hardcode_into_libs=no
9473
9474# when you set need_version to no, make sure it does not cause -set_version
9475# flags to be left without arguments
9476need_version=unknown
9477
9478case $host_os in
9479aix3*)
9480 version_type=linux
9481 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9482 shlibpath_var=LIBPATH
9483
9484 # AIX 3 has no versioning support, so we append a major version to the name.
9485 soname_spec='${libname}${release}${shared_ext}$major'
9486 ;;
9487
9488aix[4-9]*)
9489 version_type=linux
9490 need_lib_prefix=no
9491 need_version=no
9492 hardcode_into_libs=yes
9493 if test "$host_cpu" = ia64; then
9494 # AIX 5 supports IA64
9495 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9496 shlibpath_var=LD_LIBRARY_PATH
9497 else
9498 # With GCC up to 2.95.x, collect2 would create an import file
9499 # for dependence libraries. The import file would start with
9500 # the line `#! .'. This would cause the generated library to
9501 # depend on `.', always an invalid library. This was fixed in
9502 # development snapshots of GCC prior to 3.0.
9503 case $host_os in
9504 aix4 | aix4.[01] | aix4.[01].*)
9505 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9506 echo ' yes '
9507 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9508 :
9509 else
9510 can_build_shared=no
9511 fi
9512 ;;
9513 esac
9514 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9515 # soname into executable. Probably we can add versioning support to
9516 # collect2, so additional links can be useful in future.
9517 if test "$aix_use_runtimelinking" = yes; then
9518 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9519 # instead of lib<name>.a to let people know that these are not
9520 # typical AIX shared libraries.
9521 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9522 else
9523 # We preserve .a as extension for shared libraries through AIX4.2
9524 # and later when we are not doing run time linking.
9525 library_names_spec='${libname}${release}.a $libname.a'
9526 soname_spec='${libname}${release}${shared_ext}$major'
9527 fi
9528 shlibpath_var=LIBPATH
9529 fi
9530 ;;
9531
9532amigaos*)
9533 case $host_cpu in
9534 powerpc)
9535 # Since July 2007 AmigaOS4 officially supports .so libraries.
9536 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9537 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9538 ;;
9539 m68k)
9540 library_names_spec='$libname.ixlibrary $libname.a'
9541 # Create ${libname}_ixlibrary.a entries in /sys/libs.
52327858 9542 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'
d7f09764
DN
9543 ;;
9544 esac
9545 ;;
9546
9547beos*)
9548 library_names_spec='${libname}${shared_ext}'
9549 dynamic_linker="$host_os ld.so"
9550 shlibpath_var=LIBRARY_PATH
9551 ;;
9552
9553bsdi[45]*)
9554 version_type=linux
9555 need_version=no
9556 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9557 soname_spec='${libname}${release}${shared_ext}$major'
9558 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9559 shlibpath_var=LD_LIBRARY_PATH
9560 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9561 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9562 # the default ld.so.conf also contains /usr/contrib/lib and
9563 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9564 # libtool to hard-code these into programs
9565 ;;
9566
9567cygwin* | mingw* | pw32* | cegcc*)
9568 version_type=windows
9569 shrext_cmds=".dll"
9570 need_version=no
9571 need_lib_prefix=no
9572
9573 case $GCC,$host_os in
9574 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9575 library_names_spec='$libname.dll.a'
9576 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9577 postinstall_cmds='base_file=`basename \${file}`~
9578 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9579 dldir=$destdir/`dirname \$dlpath`~
9580 test -d \$dldir || mkdir -p \$dldir~
9581 $install_prog $dir/$dlname \$dldir/$dlname~
9582 chmod a+x \$dldir/$dlname~
9583 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9584 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9585 fi'
9586 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9587 dlpath=$dir/\$dldll~
9588 $RM \$dlpath'
9589 shlibpath_overrides_runpath=yes
9590
9591 case $host_os in
9592 cygwin*)
9593 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9594 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
52327858
L
9595
9596 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
d7f09764
DN
9597 ;;
9598 mingw* | cegcc*)
9599 # MinGW DLLs use traditional 'lib' prefix
9600 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
d7f09764
DN
9601 ;;
9602 pw32*)
9603 # pw32 DLLs use 'pw' prefix rather than 'lib'
9604 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9605 ;;
9606 esac
9607 ;;
9608
9609 *)
9610 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9611 ;;
9612 esac
9613 dynamic_linker='Win32 ld.exe'
9614 # FIXME: first we should search . and the directory the executable is in
9615 shlibpath_var=PATH
9616 ;;
9617
9618darwin* | rhapsody*)
9619 dynamic_linker="$host_os dyld"
9620 version_type=darwin
9621 need_lib_prefix=no
9622 need_version=no
9623 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9624 soname_spec='${libname}${release}${major}$shared_ext'
9625 shlibpath_overrides_runpath=yes
9626 shlibpath_var=DYLD_LIBRARY_PATH
9627 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9628
9629 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9630 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9631 ;;
9632
9633dgux*)
9634 version_type=linux
9635 need_lib_prefix=no
9636 need_version=no
9637 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9638 soname_spec='${libname}${release}${shared_ext}$major'
9639 shlibpath_var=LD_LIBRARY_PATH
9640 ;;
9641
d7f09764
DN
9642freebsd* | dragonfly*)
9643 # DragonFly does not have aout. When/if they implement a new
9644 # versioning mechanism, adjust this.
9645 if test -x /usr/bin/objformat; then
9646 objformat=`/usr/bin/objformat`
9647 else
9648 case $host_os in
9649 freebsd[123]*) objformat=aout ;;
9650 *) objformat=elf ;;
9651 esac
9652 fi
9653 version_type=freebsd-$objformat
9654 case $version_type in
9655 freebsd-elf*)
9656 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9657 need_version=no
9658 need_lib_prefix=no
9659 ;;
9660 freebsd-*)
9661 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9662 need_version=yes
9663 ;;
9664 esac
9665 shlibpath_var=LD_LIBRARY_PATH
9666 case $host_os in
9667 freebsd2*)
9668 shlibpath_overrides_runpath=yes
9669 ;;
9670 freebsd3.[01]* | freebsdelf3.[01]*)
9671 shlibpath_overrides_runpath=yes
9672 hardcode_into_libs=yes
9673 ;;
9674 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9675 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9676 shlibpath_overrides_runpath=no
9677 hardcode_into_libs=yes
9678 ;;
9679 *) # from 4.6 on, and DragonFly
9680 shlibpath_overrides_runpath=yes
9681 hardcode_into_libs=yes
9682 ;;
9683 esac
9684 ;;
9685
9686gnu*)
9687 version_type=linux
9688 need_lib_prefix=no
9689 need_version=no
9690 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9691 soname_spec='${libname}${release}${shared_ext}$major'
9692 shlibpath_var=LD_LIBRARY_PATH
9693 hardcode_into_libs=yes
9694 ;;
9695
52327858
L
9696haiku*)
9697 version_type=linux
9698 need_lib_prefix=no
9699 need_version=no
9700 dynamic_linker="$host_os runtime_loader"
9701 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9702 soname_spec='${libname}${release}${shared_ext}$major'
9703 shlibpath_var=LIBRARY_PATH
9704 shlibpath_overrides_runpath=yes
9705 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
9706 hardcode_into_libs=yes
9707 ;;
9708
d7f09764
DN
9709hpux9* | hpux10* | hpux11*)
9710 # Give a soname corresponding to the major version so that dld.sl refuses to
9711 # link against other versions.
9712 version_type=sunos
9713 need_lib_prefix=no
9714 need_version=no
9715 case $host_cpu in
9716 ia64*)
9717 shrext_cmds='.so'
9718 hardcode_into_libs=yes
9719 dynamic_linker="$host_os dld.so"
9720 shlibpath_var=LD_LIBRARY_PATH
9721 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9722 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9723 soname_spec='${libname}${release}${shared_ext}$major'
9724 if test "X$HPUX_IA64_MODE" = X32; then
9725 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9726 else
9727 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9728 fi
9729 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9730 ;;
9731 hppa*64*)
9732 shrext_cmds='.sl'
9733 hardcode_into_libs=yes
9734 dynamic_linker="$host_os dld.sl"
9735 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9736 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9737 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9738 soname_spec='${libname}${release}${shared_ext}$major'
9739 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9740 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9741 ;;
9742 *)
9743 shrext_cmds='.sl'
9744 dynamic_linker="$host_os dld.sl"
9745 shlibpath_var=SHLIB_PATH
9746 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9747 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9748 soname_spec='${libname}${release}${shared_ext}$major'
9749 ;;
9750 esac
52327858 9751 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
d7f09764 9752 postinstall_cmds='chmod 555 $lib'
52327858
L
9753 # or fails outright, so override atomically:
9754 install_override_mode=555
d7f09764
DN
9755 ;;
9756
9757interix[3-9]*)
9758 version_type=linux
9759 need_lib_prefix=no
9760 need_version=no
9761 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9762 soname_spec='${libname}${release}${shared_ext}$major'
9763 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9764 shlibpath_var=LD_LIBRARY_PATH
9765 shlibpath_overrides_runpath=no
9766 hardcode_into_libs=yes
9767 ;;
9768
9769irix5* | irix6* | nonstopux*)
9770 case $host_os in
9771 nonstopux*) version_type=nonstopux ;;
9772 *)
9773 if test "$lt_cv_prog_gnu_ld" = yes; then
9774 version_type=linux
9775 else
9776 version_type=irix
9777 fi ;;
9778 esac
9779 need_lib_prefix=no
9780 need_version=no
9781 soname_spec='${libname}${release}${shared_ext}$major'
9782 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9783 case $host_os in
9784 irix5* | nonstopux*)
9785 libsuff= shlibsuff=
9786 ;;
9787 *)
9788 case $LD in # libtool.m4 will add one of these switches to LD
9789 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9790 libsuff= shlibsuff= libmagic=32-bit;;
9791 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9792 libsuff=32 shlibsuff=N32 libmagic=N32;;
9793 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9794 libsuff=64 shlibsuff=64 libmagic=64-bit;;
9795 *) libsuff= shlibsuff= libmagic=never-match;;
9796 esac
9797 ;;
9798 esac
9799 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9800 shlibpath_overrides_runpath=no
9801 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9802 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9803 hardcode_into_libs=yes
9804 ;;
9805
9806# No shared lib support for Linux oldld, aout, or coff.
9807linux*oldld* | linux*aout* | linux*coff*)
9808 dynamic_linker=no
9809 ;;
9810
9811# This must be Linux ELF.
9812linux* | k*bsd*-gnu | kopensolaris*-gnu)
9813 version_type=linux
9814 need_lib_prefix=no
9815 need_version=no
9816 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9817 soname_spec='${libname}${release}${shared_ext}$major'
9818 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9819 shlibpath_var=LD_LIBRARY_PATH
9820 shlibpath_overrides_runpath=no
9821
9822 # Some binutils ld are patched to set DT_RUNPATH
9823 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9824 $as_echo_n "(cached) " >&6
9825else
9826 lt_cv_shlibpath_overrides_runpath=no
9827 save_LDFLAGS=$LDFLAGS
9828 save_libdir=$libdir
9829 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9830 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9831 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9832/* end confdefs.h. */
9833
9834int
9835main ()
9836{
9837
9838 ;
9839 return 0;
9840}
9841_ACEOF
9842if ac_fn_c_try_link "$LINENO"; then :
9843 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9844 lt_cv_shlibpath_overrides_runpath=yes
9845fi
9846fi
9847rm -f core conftest.err conftest.$ac_objext \
9848 conftest$ac_exeext conftest.$ac_ext
9849 LDFLAGS=$save_LDFLAGS
9850 libdir=$save_libdir
9851
9852fi
9853
9854 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9855
9856 # This implies no fast_install, which is unacceptable.
9857 # Some rework will be needed to allow for fast_install
9858 # before this can be enabled.
9859 hardcode_into_libs=yes
9860
9861 # Append ld.so.conf contents to the search path
9862 if test -f /etc/ld.so.conf; then
52327858 9863 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' ' '`
d7f09764
DN
9864 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9865 fi
9866
9867 # We used to test for /lib/ld.so.1 and disable shared libraries on
9868 # powerpc, because MkLinux only supported shared libraries with the
9869 # GNU dynamic linker. Since this was broken with cross compilers,
9870 # most powerpc-linux boxes support dynamic linking these days and
9871 # people can always --disable-shared, the test was removed, and we
9872 # assume the GNU/Linux dynamic linker is in use.
9873 dynamic_linker='GNU/Linux ld.so'
9874 ;;
9875
9876netbsd*)
9877 version_type=sunos
9878 need_lib_prefix=no
9879 need_version=no
9880 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9881 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9882 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9883 dynamic_linker='NetBSD (a.out) ld.so'
9884 else
9885 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9886 soname_spec='${libname}${release}${shared_ext}$major'
9887 dynamic_linker='NetBSD ld.elf_so'
9888 fi
9889 shlibpath_var=LD_LIBRARY_PATH
9890 shlibpath_overrides_runpath=yes
9891 hardcode_into_libs=yes
9892 ;;
9893
9894newsos6)
9895 version_type=linux
9896 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9897 shlibpath_var=LD_LIBRARY_PATH
9898 shlibpath_overrides_runpath=yes
9899 ;;
9900
9901*nto* | *qnx*)
9902 version_type=qnx
9903 need_lib_prefix=no
9904 need_version=no
9905 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9906 soname_spec='${libname}${release}${shared_ext}$major'
9907 shlibpath_var=LD_LIBRARY_PATH
9908 shlibpath_overrides_runpath=no
9909 hardcode_into_libs=yes
9910 dynamic_linker='ldqnx.so'
9911 ;;
9912
9913openbsd*)
9914 version_type=sunos
9915 sys_lib_dlsearch_path_spec="/usr/lib"
9916 need_lib_prefix=no
9917 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9918 case $host_os in
9919 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
9920 *) need_version=no ;;
9921 esac
9922 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9923 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9924 shlibpath_var=LD_LIBRARY_PATH
9925 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9926 case $host_os in
9927 openbsd2.[89] | openbsd2.[89].*)
9928 shlibpath_overrides_runpath=no
9929 ;;
9930 *)
9931 shlibpath_overrides_runpath=yes
9932 ;;
9933 esac
9934 else
9935 shlibpath_overrides_runpath=yes
9936 fi
9937 ;;
9938
9939os2*)
9940 libname_spec='$name'
9941 shrext_cmds=".dll"
9942 need_lib_prefix=no
9943 library_names_spec='$libname${shared_ext} $libname.a'
9944 dynamic_linker='OS/2 ld.exe'
9945 shlibpath_var=LIBPATH
9946 ;;
9947
9948osf3* | osf4* | osf5*)
9949 version_type=osf
9950 need_lib_prefix=no
9951 need_version=no
9952 soname_spec='${libname}${release}${shared_ext}$major'
9953 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9954 shlibpath_var=LD_LIBRARY_PATH
9955 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9956 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9957 ;;
9958
9959rdos*)
9960 dynamic_linker=no
9961 ;;
9962
9963solaris*)
9964 version_type=linux
9965 need_lib_prefix=no
9966 need_version=no
9967 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9968 soname_spec='${libname}${release}${shared_ext}$major'
9969 shlibpath_var=LD_LIBRARY_PATH
9970 shlibpath_overrides_runpath=yes
9971 hardcode_into_libs=yes
9972 # ldd complains unless libraries are executable
9973 postinstall_cmds='chmod +x $lib'
9974 ;;
9975
9976sunos4*)
9977 version_type=sunos
9978 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9979 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9980 shlibpath_var=LD_LIBRARY_PATH
9981 shlibpath_overrides_runpath=yes
9982 if test "$with_gnu_ld" = yes; then
9983 need_lib_prefix=no
9984 fi
9985 need_version=yes
9986 ;;
9987
9988sysv4 | sysv4.3*)
9989 version_type=linux
9990 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9991 soname_spec='${libname}${release}${shared_ext}$major'
9992 shlibpath_var=LD_LIBRARY_PATH
9993 case $host_vendor in
9994 sni)
9995 shlibpath_overrides_runpath=no
9996 need_lib_prefix=no
9997 runpath_var=LD_RUN_PATH
9998 ;;
9999 siemens)
10000 need_lib_prefix=no
10001 ;;
10002 motorola)
10003 need_lib_prefix=no
10004 need_version=no
10005 shlibpath_overrides_runpath=no
10006 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10007 ;;
10008 esac
10009 ;;
10010
10011sysv4*MP*)
10012 if test -d /usr/nec ;then
10013 version_type=linux
10014 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10015 soname_spec='$libname${shared_ext}.$major'
10016 shlibpath_var=LD_LIBRARY_PATH
10017 fi
10018 ;;
10019
10020sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10021 version_type=freebsd-elf
10022 need_lib_prefix=no
10023 need_version=no
10024 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10025 soname_spec='${libname}${release}${shared_ext}$major'
10026 shlibpath_var=LD_LIBRARY_PATH
10027 shlibpath_overrides_runpath=yes
10028 hardcode_into_libs=yes
10029 if test "$with_gnu_ld" = yes; then
10030 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10031 else
10032 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10033 case $host_os in
10034 sco3.2v5*)
10035 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10036 ;;
10037 esac
10038 fi
10039 sys_lib_dlsearch_path_spec='/usr/lib'
10040 ;;
10041
10042tpf*)
10043 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10044 version_type=linux
10045 need_lib_prefix=no
10046 need_version=no
10047 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10048 shlibpath_var=LD_LIBRARY_PATH
10049 shlibpath_overrides_runpath=no
10050 hardcode_into_libs=yes
10051 ;;
10052
10053uts4*)
10054 version_type=linux
10055 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10056 soname_spec='${libname}${release}${shared_ext}$major'
10057 shlibpath_var=LD_LIBRARY_PATH
10058 ;;
10059
10060*)
10061 dynamic_linker=no
10062 ;;
10063esac
10064{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10065$as_echo "$dynamic_linker" >&6; }
10066test "$dynamic_linker" = no && can_build_shared=no
10067
10068variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10069if test "$GCC" = yes; then
10070 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10071fi
10072
10073if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10074 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10075fi
10076if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10077 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10078fi
10079
10080
10081
10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
10096
10097
10098
10099
10100
10101
10102
10103
10104
10105
10106
10107
10108
10109
10110
10111
10112
10113
10114
10115
10116
10117
10118
10119
10120
10121
10122
10123
10124
10125
10126
10127
10128
10129
10130
10131
10132
10133
10134
10135
10136
10137
10138
10139
10140
10141
10142
10143
10144
10145
10146
10147
10148
10149
10150
10151
10152
10153
10154
10155
10156
10157
10158
10159
52327858
L
10160
10161
10162
10163
10164
d7f09764
DN
10165
10166
10167
10168
10169
10170
10171 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10172$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10173hardcode_action=
10174if test -n "$hardcode_libdir_flag_spec" ||
10175 test -n "$runpath_var" ||
10176 test "X$hardcode_automatic" = "Xyes" ; then
10177
10178 # We can hardcode non-existent directories.
10179 if test "$hardcode_direct" != no &&
10180 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10181 # have to relink, otherwise we might link with an installed library
10182 # when we should be linking with a yet-to-be-installed one
10183 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10184 test "$hardcode_minus_L" != no; then
10185 # Linking always hardcodes the temporary library directory.
10186 hardcode_action=relink
10187 else
10188 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10189 hardcode_action=immediate
10190 fi
10191else
10192 # We cannot hardcode anything, or else we can only hardcode existing
10193 # directories.
10194 hardcode_action=unsupported
10195fi
10196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10197$as_echo "$hardcode_action" >&6; }
10198
10199if test "$hardcode_action" = relink ||
10200 test "$inherit_rpath" = yes; then
10201 # Fast installation is not supported
10202 enable_fast_install=no
10203elif test "$shlibpath_overrides_runpath" = yes ||
10204 test "$enable_shared" = no; then
10205 # Fast installation is not necessary
10206 enable_fast_install=needless
10207fi
10208
10209
10210
10211
10212
10213
10214 if test "x$enable_dlopen" != xyes; then
10215 enable_dlopen=unknown
10216 enable_dlopen_self=unknown
10217 enable_dlopen_self_static=unknown
10218else
10219 lt_cv_dlopen=no
10220 lt_cv_dlopen_libs=
10221
10222 case $host_os in
10223 beos*)
10224 lt_cv_dlopen="load_add_on"
10225 lt_cv_dlopen_libs=
10226 lt_cv_dlopen_self=yes
10227 ;;
10228
10229 mingw* | pw32* | cegcc*)
10230 lt_cv_dlopen="LoadLibrary"
10231 lt_cv_dlopen_libs=
10232 ;;
10233
10234 cygwin*)
10235 lt_cv_dlopen="dlopen"
10236 lt_cv_dlopen_libs=
10237 ;;
10238
10239 darwin*)
10240 # if libdl is installed we need to link against it
10241 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10242$as_echo_n "checking for dlopen in -ldl... " >&6; }
10243if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10244 $as_echo_n "(cached) " >&6
10245else
10246 ac_check_lib_save_LIBS=$LIBS
10247LIBS="-ldl $LIBS"
10248cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10249/* end confdefs.h. */
10250
10251/* Override any GCC internal prototype to avoid an error.
10252 Use char because int might match the return type of a GCC
10253 builtin and then its argument prototype would still apply. */
10254#ifdef __cplusplus
10255extern "C"
10256#endif
10257char dlopen ();
10258int
10259main ()
10260{
10261return dlopen ();
10262 ;
10263 return 0;
10264}
10265_ACEOF
10266if ac_fn_c_try_link "$LINENO"; then :
10267 ac_cv_lib_dl_dlopen=yes
10268else
10269 ac_cv_lib_dl_dlopen=no
10270fi
10271rm -f core conftest.err conftest.$ac_objext \
10272 conftest$ac_exeext conftest.$ac_ext
10273LIBS=$ac_check_lib_save_LIBS
10274fi
10275{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10276$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10277if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10278 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10279else
10280
10281 lt_cv_dlopen="dyld"
10282 lt_cv_dlopen_libs=
10283 lt_cv_dlopen_self=yes
10284
10285fi
10286
10287 ;;
10288
10289 *)
10290 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10291if test "x$ac_cv_func_shl_load" = x""yes; then :
10292 lt_cv_dlopen="shl_load"
10293else
10294 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10295$as_echo_n "checking for shl_load in -ldld... " >&6; }
10296if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
10297 $as_echo_n "(cached) " >&6
10298else
10299 ac_check_lib_save_LIBS=$LIBS
10300LIBS="-ldld $LIBS"
10301cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10302/* end confdefs.h. */
10303
10304/* Override any GCC internal prototype to avoid an error.
10305 Use char because int might match the return type of a GCC
10306 builtin and then its argument prototype would still apply. */
10307#ifdef __cplusplus
10308extern "C"
10309#endif
10310char shl_load ();
10311int
10312main ()
10313{
10314return shl_load ();
10315 ;
10316 return 0;
10317}
10318_ACEOF
10319if ac_fn_c_try_link "$LINENO"; then :
10320 ac_cv_lib_dld_shl_load=yes
10321else
10322 ac_cv_lib_dld_shl_load=no
10323fi
10324rm -f core conftest.err conftest.$ac_objext \
10325 conftest$ac_exeext conftest.$ac_ext
10326LIBS=$ac_check_lib_save_LIBS
10327fi
10328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10329$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10330if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
10331 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10332else
10333 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10334if test "x$ac_cv_func_dlopen" = x""yes; then :
10335 lt_cv_dlopen="dlopen"
10336else
10337 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10338$as_echo_n "checking for dlopen in -ldl... " >&6; }
10339if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10340 $as_echo_n "(cached) " >&6
10341else
10342 ac_check_lib_save_LIBS=$LIBS
10343LIBS="-ldl $LIBS"
10344cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10345/* end confdefs.h. */
10346
10347/* Override any GCC internal prototype to avoid an error.
10348 Use char because int might match the return type of a GCC
10349 builtin and then its argument prototype would still apply. */
10350#ifdef __cplusplus
10351extern "C"
10352#endif
10353char dlopen ();
10354int
10355main ()
10356{
10357return dlopen ();
10358 ;
10359 return 0;
10360}
10361_ACEOF
10362if ac_fn_c_try_link "$LINENO"; then :
10363 ac_cv_lib_dl_dlopen=yes
10364else
10365 ac_cv_lib_dl_dlopen=no
10366fi
10367rm -f core conftest.err conftest.$ac_objext \
10368 conftest$ac_exeext conftest.$ac_ext
10369LIBS=$ac_check_lib_save_LIBS
10370fi
10371{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10372$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10373if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10374 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10375else
10376 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10377$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10378if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10379 $as_echo_n "(cached) " >&6
10380else
10381 ac_check_lib_save_LIBS=$LIBS
10382LIBS="-lsvld $LIBS"
10383cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10384/* end confdefs.h. */
10385
10386/* Override any GCC internal prototype to avoid an error.
10387 Use char because int might match the return type of a GCC
10388 builtin and then its argument prototype would still apply. */
10389#ifdef __cplusplus
10390extern "C"
10391#endif
10392char dlopen ();
10393int
10394main ()
10395{
10396return dlopen ();
10397 ;
10398 return 0;
10399}
10400_ACEOF
10401if ac_fn_c_try_link "$LINENO"; then :
10402 ac_cv_lib_svld_dlopen=yes
10403else
10404 ac_cv_lib_svld_dlopen=no
10405fi
10406rm -f core conftest.err conftest.$ac_objext \
10407 conftest$ac_exeext conftest.$ac_ext
10408LIBS=$ac_check_lib_save_LIBS
10409fi
10410{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10411$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10412if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10413 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10414else
10415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10416$as_echo_n "checking for dld_link in -ldld... " >&6; }
10417if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10418 $as_echo_n "(cached) " >&6
10419else
10420 ac_check_lib_save_LIBS=$LIBS
10421LIBS="-ldld $LIBS"
10422cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10423/* end confdefs.h. */
10424
10425/* Override any GCC internal prototype to avoid an error.
10426 Use char because int might match the return type of a GCC
10427 builtin and then its argument prototype would still apply. */
10428#ifdef __cplusplus
10429extern "C"
10430#endif
10431char dld_link ();
10432int
10433main ()
10434{
10435return dld_link ();
10436 ;
10437 return 0;
10438}
10439_ACEOF
10440if ac_fn_c_try_link "$LINENO"; then :
10441 ac_cv_lib_dld_dld_link=yes
10442else
10443 ac_cv_lib_dld_dld_link=no
10444fi
10445rm -f core conftest.err conftest.$ac_objext \
10446 conftest$ac_exeext conftest.$ac_ext
10447LIBS=$ac_check_lib_save_LIBS
10448fi
10449{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10450$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10451if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10452 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10453fi
10454
10455
10456fi
10457
10458
10459fi
10460
10461
10462fi
10463
10464
10465fi
10466
10467
10468fi
10469
10470 ;;
10471 esac
10472
10473 if test "x$lt_cv_dlopen" != xno; then
10474 enable_dlopen=yes
10475 else
10476 enable_dlopen=no
10477 fi
10478
10479 case $lt_cv_dlopen in
10480 dlopen)
10481 save_CPPFLAGS="$CPPFLAGS"
10482 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10483
10484 save_LDFLAGS="$LDFLAGS"
10485 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10486
10487 save_LIBS="$LIBS"
10488 LIBS="$lt_cv_dlopen_libs $LIBS"
10489
10490 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10491$as_echo_n "checking whether a program can dlopen itself... " >&6; }
10492if test "${lt_cv_dlopen_self+set}" = set; then :
10493 $as_echo_n "(cached) " >&6
10494else
10495 if test "$cross_compiling" = yes; then :
10496 lt_cv_dlopen_self=cross
10497else
10498 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10499 lt_status=$lt_dlunknown
10500 cat > conftest.$ac_ext <<_LT_EOF
029c8f3e 10501#line 10501 "configure"
d7f09764
DN
10502#include "confdefs.h"
10503
10504#if HAVE_DLFCN_H
10505#include <dlfcn.h>
10506#endif
10507
10508#include <stdio.h>
10509
10510#ifdef RTLD_GLOBAL
10511# define LT_DLGLOBAL RTLD_GLOBAL
10512#else
10513# ifdef DL_GLOBAL
10514# define LT_DLGLOBAL DL_GLOBAL
10515# else
10516# define LT_DLGLOBAL 0
10517# endif
10518#endif
10519
10520/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10521 find out it does not work in some platform. */
10522#ifndef LT_DLLAZY_OR_NOW
10523# ifdef RTLD_LAZY
10524# define LT_DLLAZY_OR_NOW RTLD_LAZY
10525# else
10526# ifdef DL_LAZY
10527# define LT_DLLAZY_OR_NOW DL_LAZY
10528# else
10529# ifdef RTLD_NOW
10530# define LT_DLLAZY_OR_NOW RTLD_NOW
10531# else
10532# ifdef DL_NOW
10533# define LT_DLLAZY_OR_NOW DL_NOW
10534# else
10535# define LT_DLLAZY_OR_NOW 0
10536# endif
10537# endif
10538# endif
10539# endif
10540#endif
10541
52327858
L
10542/* When -fvisbility=hidden is used, assume the code has been annotated
10543 correspondingly for the symbols needed. */
10544#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10545void fnord () __attribute__((visibility("default")));
10546#endif
10547
10548void fnord () { int i=42; }
d7f09764
DN
10549int main ()
10550{
10551 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10552 int status = $lt_dlunknown;
10553
10554 if (self)
10555 {
10556 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
52327858
L
10557 else
10558 {
10559 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10560 else puts (dlerror ());
10561 }
d7f09764
DN
10562 /* dlclose (self); */
10563 }
10564 else
10565 puts (dlerror ());
10566
10567 return status;
10568}
10569_LT_EOF
10570 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10571 (eval $ac_link) 2>&5
10572 ac_status=$?
10573 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10574 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10575 (./conftest; exit; ) >&5 2>/dev/null
10576 lt_status=$?
10577 case x$lt_status in
10578 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10579 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10580 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10581 esac
10582 else :
10583 # compilation failed
10584 lt_cv_dlopen_self=no
10585 fi
10586fi
10587rm -fr conftest*
10588
10589
10590fi
10591{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10592$as_echo "$lt_cv_dlopen_self" >&6; }
10593
10594 if test "x$lt_cv_dlopen_self" = xyes; then
10595 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10596 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10597$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10598if test "${lt_cv_dlopen_self_static+set}" = set; then :
10599 $as_echo_n "(cached) " >&6
10600else
10601 if test "$cross_compiling" = yes; then :
10602 lt_cv_dlopen_self_static=cross
10603else
10604 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10605 lt_status=$lt_dlunknown
10606 cat > conftest.$ac_ext <<_LT_EOF
029c8f3e 10607#line 10607 "configure"
d7f09764
DN
10608#include "confdefs.h"
10609
10610#if HAVE_DLFCN_H
10611#include <dlfcn.h>
10612#endif
10613
10614#include <stdio.h>
10615
10616#ifdef RTLD_GLOBAL
10617# define LT_DLGLOBAL RTLD_GLOBAL
10618#else
10619# ifdef DL_GLOBAL
10620# define LT_DLGLOBAL DL_GLOBAL
10621# else
10622# define LT_DLGLOBAL 0
10623# endif
10624#endif
10625
10626/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10627 find out it does not work in some platform. */
10628#ifndef LT_DLLAZY_OR_NOW
10629# ifdef RTLD_LAZY
10630# define LT_DLLAZY_OR_NOW RTLD_LAZY
10631# else
10632# ifdef DL_LAZY
10633# define LT_DLLAZY_OR_NOW DL_LAZY
10634# else
10635# ifdef RTLD_NOW
10636# define LT_DLLAZY_OR_NOW RTLD_NOW
10637# else
10638# ifdef DL_NOW
10639# define LT_DLLAZY_OR_NOW DL_NOW
10640# else
10641# define LT_DLLAZY_OR_NOW 0
10642# endif
10643# endif
10644# endif
10645# endif
10646#endif
10647
52327858
L
10648/* When -fvisbility=hidden is used, assume the code has been annotated
10649 correspondingly for the symbols needed. */
10650#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
10651void fnord () __attribute__((visibility("default")));
10652#endif
10653
10654void fnord () { int i=42; }
d7f09764
DN
10655int main ()
10656{
10657 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10658 int status = $lt_dlunknown;
10659
10660 if (self)
10661 {
10662 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
52327858
L
10663 else
10664 {
10665 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10666 else puts (dlerror ());
10667 }
d7f09764
DN
10668 /* dlclose (self); */
10669 }
10670 else
10671 puts (dlerror ());
10672
10673 return status;
10674}
10675_LT_EOF
10676 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10677 (eval $ac_link) 2>&5
10678 ac_status=$?
10679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10680 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10681 (./conftest; exit; ) >&5 2>/dev/null
10682 lt_status=$?
10683 case x$lt_status in
10684 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10685 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10686 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10687 esac
10688 else :
10689 # compilation failed
10690 lt_cv_dlopen_self_static=no
10691 fi
10692fi
10693rm -fr conftest*
10694
10695
10696fi
10697{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10698$as_echo "$lt_cv_dlopen_self_static" >&6; }
10699 fi
10700
10701 CPPFLAGS="$save_CPPFLAGS"
10702 LDFLAGS="$save_LDFLAGS"
10703 LIBS="$save_LIBS"
10704 ;;
10705 esac
10706
10707 case $lt_cv_dlopen_self in
10708 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10709 *) enable_dlopen_self=unknown ;;
10710 esac
10711
10712 case $lt_cv_dlopen_self_static in
10713 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10714 *) enable_dlopen_self_static=unknown ;;
10715 esac
10716fi
10717
10718
10719
10720
10721
10722
10723
10724
10725
10726
10727
10728
10729
10730
10731
10732
10733
10734striplib=
10735old_striplib=
10736{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10737$as_echo_n "checking whether stripping libraries is possible... " >&6; }
10738if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10739 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10740 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10741 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10742$as_echo "yes" >&6; }
10743else
10744# FIXME - insert some real tests, host_os isn't really good enough
10745 case $host_os in
10746 darwin*)
10747 if test -n "$STRIP" ; then
10748 striplib="$STRIP -x"
10749 old_striplib="$STRIP -S"
10750 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10751$as_echo "yes" >&6; }
10752 else
10753 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10754$as_echo "no" >&6; }
10755 fi
10756 ;;
10757 *)
10758 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10759$as_echo "no" >&6; }
10760 ;;
10761 esac
10762fi
10763
10764
10765
10766
10767
10768
10769
10770
10771
10772
10773
10774
10775 # Report which library types will actually be built
10776 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10777$as_echo_n "checking if libtool supports shared libraries... " >&6; }
10778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10779$as_echo "$can_build_shared" >&6; }
10780
10781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10782$as_echo_n "checking whether to build shared libraries... " >&6; }
10783 test "$can_build_shared" = "no" && enable_shared=no
10784
10785 # On AIX, shared libraries and static libraries use the same namespace, and
10786 # are all built from PIC.
10787 case $host_os in
10788 aix3*)
10789 test "$enable_shared" = yes && enable_static=no
10790 if test -n "$RANLIB"; then
10791 archive_cmds="$archive_cmds~\$RANLIB \$lib"
10792 postinstall_cmds='$RANLIB $lib'
10793 fi
10794 ;;
10795
10796 aix[4-9]*)
10797 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10798 test "$enable_shared" = yes && enable_static=no
10799 fi
10800 ;;
10801 esac
10802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10803$as_echo "$enable_shared" >&6; }
10804
10805 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10806$as_echo_n "checking whether to build static libraries... " >&6; }
10807 # Make sure either enable_shared or enable_static is yes.
10808 test "$enable_shared" = yes || enable_static=yes
10809 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10810$as_echo "$enable_static" >&6; }
10811
10812
10813
10814
10815fi
10816ac_ext=c
10817ac_cpp='$CPP $CPPFLAGS'
10818ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10819ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10820ac_compiler_gnu=$ac_cv_c_compiler_gnu
10821
10822CC="$lt_save_CC"
10823
10824
10825
10826
10827
10828
10829
10830
10831
10832
10833
10834
10835
10836 ac_config_commands="$ac_config_commands libtool"
10837
10838
10839
10840
10841# Only expand once:
10842
10843
10844
7de6ba7a
DK
10845
10846
10847case $host in
10848 *-cygwin* | *-mingw*)
10849 # 'host' will be top-level target in the case of a target lib,
10850 # we must compare to with_cross_host to decide if this is a native
10851 # or cross-compiler and select where to install dlls appropriately.
10852 if test -n "$with_cross_host" &&
10853 test x"$with_cross_host" != x"no"; then
10854 lt_host_flags='-no-undefined -bindir "$(toolexeclibdir)"';
10855 else
10856 lt_host_flags='-no-undefined -bindir "$(bindir)"';
10857 fi
10858 ;;
10859 *)
10860 lt_host_flags=
10861 ;;
10862esac
10863
10864
10865
10866
d19e0f01
DK
10867ac_fn_c_find_intX_t "$LINENO" "64" "ac_cv_c_int64_t"
10868case $ac_cv_c_int64_t in #(
10869 no|yes) ;; #(
10870 *)
10871
10872cat >>confdefs.h <<_ACEOF
10873#define int64_t $ac_cv_c_int64_t
10874_ACEOF
10875;;
10876esac
10877
21750c78
RE
10878ac_fn_c_find_uintX_t "$LINENO" "64" "ac_cv_c_uint64_t"
10879case $ac_cv_c_uint64_t in #(
10880 no|yes) ;; #(
10881 *)
10882
10883$as_echo "#define _UINT64_T 1" >>confdefs.h
10884
10885
10886cat >>confdefs.h <<_ACEOF
10887#define uint64_t $ac_cv_c_uint64_t
10888_ACEOF
10889;;
10890 esac
10891
ec692d5f
KT
10892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5
10893$as_echo_n "checking for sys/wait.h that is POSIX.1 compatible... " >&6; }
10894if test "${ac_cv_header_sys_wait_h+set}" = set; then :
10895 $as_echo_n "(cached) " >&6
10896else
10897 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10898/* end confdefs.h. */
10899#include <sys/types.h>
10900#include <sys/wait.h>
10901#ifndef WEXITSTATUS
10902# define WEXITSTATUS(stat_val) ((unsigned int) (stat_val) >> 8)
10903#endif
10904#ifndef WIFEXITED
10905# define WIFEXITED(stat_val) (((stat_val) & 255) == 0)
10906#endif
a2254c5d 10907
ec692d5f
KT
10908int
10909main ()
10910{
10911 int s;
10912 wait (&s);
10913 s = WIFEXITED (s) ? WEXITSTATUS (s) : 1;
10914 ;
10915 return 0;
10916}
10917_ACEOF
10918if ac_fn_c_try_compile "$LINENO"; then :
10919 ac_cv_header_sys_wait_h=yes
10920else
10921 ac_cv_header_sys_wait_h=no
10922fi
10923rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
a2254c5d 10924fi
ec692d5f
KT
10925{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_sys_wait_h" >&5
10926$as_echo "$ac_cv_header_sys_wait_h" >&6; }
10927if test $ac_cv_header_sys_wait_h = yes; then
a2254c5d 10928
ec692d5f
KT
10929$as_echo "#define HAVE_SYS_WAIT_H 1" >>confdefs.h
10930
10931fi
a2254c5d 10932
d7f09764
DN
10933ac_config_files="$ac_config_files Makefile"
10934
48215350
DK
10935ac_config_headers="$ac_config_headers config.h"
10936
d7f09764
DN
10937cat >confcache <<\_ACEOF
10938# This file is a shell script that caches the results of configure
10939# tests run on this system so they can be shared between configure
10940# scripts and configure runs, see configure's option --config-cache.
10941# It is not useful on other systems. If it contains results you don't
10942# want to keep, you may remove or edit it.
10943#
10944# config.status only pays attention to the cache file if you give it
10945# the --recheck option to rerun configure.
10946#
10947# `ac_cv_env_foo' variables (set or unset) will be overridden when
10948# loading this file, other *unset* `ac_cv_foo' will be assigned the
10949# following values.
10950
10951_ACEOF
10952
10953# The following way of writing the cache mishandles newlines in values,
10954# but we know of no workaround that is simple, portable, and efficient.
10955# So, we kill variables containing newlines.
10956# Ultrix sh set writes to stderr and can't be redirected directly,
10957# and sets the high bit in the cache file unless we assign to the vars.
10958(
10959 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
10960 eval ac_val=\$$ac_var
10961 case $ac_val in #(
10962 *${as_nl}*)
10963 case $ac_var in #(
10964 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
10965$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
10966 esac
10967 case $ac_var in #(
10968 _ | IFS | as_nl) ;; #(
10969 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
10970 *) { eval $ac_var=; unset $ac_var;} ;;
10971 esac ;;
10972 esac
10973 done
10974
10975 (set) 2>&1 |
10976 case $as_nl`(ac_space=' '; set) 2>&1` in #(
10977 *${as_nl}ac_space=\ *)
10978 # `set' does not quote correctly, so add quotes: double-quote
10979 # substitution turns \\\\ into \\, and sed turns \\ into \.
10980 sed -n \
10981 "s/'/'\\\\''/g;
10982 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10983 ;; #(
10984 *)
10985 # `set' quotes correctly as required by POSIX, so do not add quotes.
10986 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
10987 ;;
10988 esac |
10989 sort
10990) |
10991 sed '
10992 /^ac_cv_env_/b end
10993 t clear
10994 :clear
10995 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10996 t end
10997 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10998 :end' >>confcache
10999if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11000 if test -w "$cache_file"; then
11001 test "x$cache_file" != "x/dev/null" &&
11002 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11003$as_echo "$as_me: updating cache $cache_file" >&6;}
11004 cat confcache >$cache_file
11005 else
11006 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11007$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11008 fi
11009fi
11010rm -f confcache
11011
11012test "x$prefix" = xNONE && prefix=$ac_default_prefix
11013# Let make expand exec_prefix.
11014test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11015
48215350 11016DEFS=-DHAVE_CONFIG_H
d7f09764
DN
11017
11018ac_libobjs=
11019ac_ltlibobjs=
11020for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11021 # 1. Remove the extension, and $U if already installed.
11022 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11023 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11024 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11025 # will be set to the directory where LIBOBJS objects are built.
11026 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11027 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11028done
11029LIBOBJS=$ac_libobjs
11030
11031LTLIBOBJS=$ac_ltlibobjs
11032
11033
11034 if test -n "$EXEEXT"; then
11035 am__EXEEXT_TRUE=
11036 am__EXEEXT_FALSE='#'
11037else
11038 am__EXEEXT_TRUE='#'
11039 am__EXEEXT_FALSE=
11040fi
11041
03428d41
RG
11042if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11043 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11044Usually this means the macro was only invoked conditionally." "$LINENO" 5
11045fi
d7f09764
DN
11046if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11047 as_fn_error "conditional \"AMDEP\" was never defined.
11048Usually this means the macro was only invoked conditionally." "$LINENO" 5
11049fi
11050if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11051 as_fn_error "conditional \"am__fastdepCC\" was never defined.
11052Usually this means the macro was only invoked conditionally." "$LINENO" 5
11053fi
11054
11055: ${CONFIG_STATUS=./config.status}
11056ac_write_fail=0
11057ac_clean_files_save=$ac_clean_files
11058ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11059{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11060$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11061as_write_fail=0
11062cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11063#! $SHELL
11064# Generated by $as_me.
11065# Run this file to recreate the current configuration.
11066# Compiler output produced by configure, useful for debugging
11067# configure, is in config.log if it exists.
11068
11069debug=false
11070ac_cs_recheck=false
11071ac_cs_silent=false
11072
11073SHELL=\${CONFIG_SHELL-$SHELL}
11074export SHELL
11075_ASEOF
11076cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11077## -------------------- ##
11078## M4sh Initialization. ##
11079## -------------------- ##
11080
11081# Be more Bourne compatible
11082DUALCASE=1; export DUALCASE # for MKS sh
11083if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11084 emulate sh
11085 NULLCMD=:
11086 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11087 # is contrary to our usage. Disable this feature.
11088 alias -g '${1+"$@"}'='"$@"'
11089 setopt NO_GLOB_SUBST
11090else
11091 case `(set -o) 2>/dev/null` in #(
11092 *posix*) :
11093 set -o posix ;; #(
11094 *) :
11095 ;;
11096esac
11097fi
11098
11099
11100as_nl='
11101'
11102export as_nl
11103# Printing a long string crashes Solaris 7 /usr/bin/printf.
11104as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11105as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11106as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11107# Prefer a ksh shell builtin over an external printf program on Solaris,
11108# but without wasting forks for bash or zsh.
11109if test -z "$BASH_VERSION$ZSH_VERSION" \
11110 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11111 as_echo='print -r --'
11112 as_echo_n='print -rn --'
11113elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11114 as_echo='printf %s\n'
11115 as_echo_n='printf %s'
11116else
11117 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11118 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11119 as_echo_n='/usr/ucb/echo -n'
11120 else
11121 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11122 as_echo_n_body='eval
11123 arg=$1;
11124 case $arg in #(
11125 *"$as_nl"*)
11126 expr "X$arg" : "X\\(.*\\)$as_nl";
11127 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11128 esac;
11129 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11130 '
11131 export as_echo_n_body
11132 as_echo_n='sh -c $as_echo_n_body as_echo'
11133 fi
11134 export as_echo_body
11135 as_echo='sh -c $as_echo_body as_echo'
11136fi
11137
11138# The user is always right.
11139if test "${PATH_SEPARATOR+set}" != set; then
11140 PATH_SEPARATOR=:
11141 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11142 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11143 PATH_SEPARATOR=';'
11144 }
11145fi
11146
11147
11148# IFS
11149# We need space, tab and new line, in precisely that order. Quoting is
11150# there to prevent editors from complaining about space-tab.
11151# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11152# splitting by setting IFS to empty value.)
11153IFS=" "" $as_nl"
11154
11155# Find who we are. Look in the path if we contain no directory separator.
11156case $0 in #((
11157 *[\\/]* ) as_myself=$0 ;;
11158 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11159for as_dir in $PATH
11160do
11161 IFS=$as_save_IFS
11162 test -z "$as_dir" && as_dir=.
11163 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11164 done
11165IFS=$as_save_IFS
11166
11167 ;;
11168esac
11169# We did not find ourselves, most probably we were run as `sh COMMAND'
11170# in which case we are not to be found in the path.
11171if test "x$as_myself" = x; then
11172 as_myself=$0
11173fi
11174if test ! -f "$as_myself"; then
11175 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11176 exit 1
11177fi
11178
11179# Unset variables that we do not need and which cause bugs (e.g. in
11180# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11181# suppresses any "Segmentation fault" message there. '((' could
11182# trigger a bug in pdksh 5.2.14.
11183for as_var in BASH_ENV ENV MAIL MAILPATH
11184do eval test x\${$as_var+set} = xset \
11185 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11186done
11187PS1='$ '
11188PS2='> '
11189PS4='+ '
11190
11191# NLS nuisances.
11192LC_ALL=C
11193export LC_ALL
11194LANGUAGE=C
11195export LANGUAGE
11196
11197# CDPATH.
11198(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11199
11200
11201# as_fn_error ERROR [LINENO LOG_FD]
11202# ---------------------------------
11203# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11204# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11205# script with status $?, using 1 if that was 0.
11206as_fn_error ()
11207{
11208 as_status=$?; test $as_status -eq 0 && as_status=1
11209 if test "$3"; then
11210 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11211 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11212 fi
11213 $as_echo "$as_me: error: $1" >&2
11214 as_fn_exit $as_status
11215} # as_fn_error
11216
11217
11218# as_fn_set_status STATUS
11219# -----------------------
11220# Set $? to STATUS, without forking.
11221as_fn_set_status ()
11222{
11223 return $1
11224} # as_fn_set_status
11225
11226# as_fn_exit STATUS
11227# -----------------
11228# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11229as_fn_exit ()
11230{
11231 set +e
11232 as_fn_set_status $1
11233 exit $1
11234} # as_fn_exit
11235
11236# as_fn_unset VAR
11237# ---------------
11238# Portably unset VAR.
11239as_fn_unset ()
11240{
11241 { eval $1=; unset $1;}
11242}
11243as_unset=as_fn_unset
11244# as_fn_append VAR VALUE
11245# ----------------------
11246# Append the text in VALUE to the end of the definition contained in VAR. Take
11247# advantage of any shell optimizations that allow amortized linear growth over
11248# repeated appends, instead of the typical quadratic growth present in naive
11249# implementations.
11250if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11251 eval 'as_fn_append ()
11252 {
11253 eval $1+=\$2
11254 }'
11255else
11256 as_fn_append ()
11257 {
11258 eval $1=\$$1\$2
11259 }
11260fi # as_fn_append
11261
11262# as_fn_arith ARG...
11263# ------------------
11264# Perform arithmetic evaluation on the ARGs, and store the result in the
11265# global $as_val. Take advantage of shells that can avoid forks. The arguments
11266# must be portable across $(()) and expr.
11267if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11268 eval 'as_fn_arith ()
11269 {
11270 as_val=$(( $* ))
11271 }'
11272else
11273 as_fn_arith ()
11274 {
11275 as_val=`expr "$@" || test $? -eq 1`
11276 }
11277fi # as_fn_arith
11278
11279
11280if expr a : '\(a\)' >/dev/null 2>&1 &&
11281 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11282 as_expr=expr
11283else
11284 as_expr=false
11285fi
11286
11287if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11288 as_basename=basename
11289else
11290 as_basename=false
11291fi
11292
11293if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11294 as_dirname=dirname
11295else
11296 as_dirname=false
11297fi
11298
11299as_me=`$as_basename -- "$0" ||
11300$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11301 X"$0" : 'X\(//\)$' \| \
11302 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11303$as_echo X/"$0" |
11304 sed '/^.*\/\([^/][^/]*\)\/*$/{
11305 s//\1/
11306 q
11307 }
11308 /^X\/\(\/\/\)$/{
11309 s//\1/
11310 q
11311 }
11312 /^X\/\(\/\).*/{
11313 s//\1/
11314 q
11315 }
11316 s/.*/./; q'`
11317
11318# Avoid depending upon Character Ranges.
11319as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11320as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11321as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11322as_cr_digits='0123456789'
11323as_cr_alnum=$as_cr_Letters$as_cr_digits
11324
11325ECHO_C= ECHO_N= ECHO_T=
11326case `echo -n x` in #(((((
11327-n*)
11328 case `echo 'xy\c'` in
11329 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
11330 xy) ECHO_C='\c';;
11331 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
11332 ECHO_T=' ';;
11333 esac;;
11334*)
11335 ECHO_N='-n';;
11336esac
11337
11338rm -f conf$$ conf$$.exe conf$$.file
11339if test -d conf$$.dir; then
11340 rm -f conf$$.dir/conf$$.file
11341else
11342 rm -f conf$$.dir
11343 mkdir conf$$.dir 2>/dev/null
11344fi
11345if (echo >conf$$.file) 2>/dev/null; then
11346 if ln -s conf$$.file conf$$ 2>/dev/null; then
11347 as_ln_s='ln -s'
11348 # ... but there are two gotchas:
11349 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11350 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11351 # In both cases, we have to default to `cp -p'.
11352 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11353 as_ln_s='cp -p'
11354 elif ln conf$$.file conf$$ 2>/dev/null; then
11355 as_ln_s=ln
11356 else
11357 as_ln_s='cp -p'
11358 fi
11359else
11360 as_ln_s='cp -p'
11361fi
11362rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11363rmdir conf$$.dir 2>/dev/null
11364
11365
11366# as_fn_mkdir_p
11367# -------------
11368# Create "$as_dir" as a directory, including parents if necessary.
11369as_fn_mkdir_p ()
11370{
11371
11372 case $as_dir in #(
11373 -*) as_dir=./$as_dir;;
11374 esac
11375 test -d "$as_dir" || eval $as_mkdir_p || {
11376 as_dirs=
11377 while :; do
11378 case $as_dir in #(
11379 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11380 *) as_qdir=$as_dir;;
11381 esac
11382 as_dirs="'$as_qdir' $as_dirs"
11383 as_dir=`$as_dirname -- "$as_dir" ||
11384$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11385 X"$as_dir" : 'X\(//\)[^/]' \| \
11386 X"$as_dir" : 'X\(//\)$' \| \
11387 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11388$as_echo X"$as_dir" |
11389 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11390 s//\1/
11391 q
11392 }
11393 /^X\(\/\/\)[^/].*/{
11394 s//\1/
11395 q
11396 }
11397 /^X\(\/\/\)$/{
11398 s//\1/
11399 q
11400 }
11401 /^X\(\/\).*/{
11402 s//\1/
11403 q
11404 }
11405 s/.*/./; q'`
11406 test -d "$as_dir" && break
11407 done
11408 test -z "$as_dirs" || eval "mkdir $as_dirs"
11409 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11410
11411
11412} # as_fn_mkdir_p
11413if mkdir -p . 2>/dev/null; then
11414 as_mkdir_p='mkdir -p "$as_dir"'
11415else
11416 test -d ./-p && rmdir ./-p
11417 as_mkdir_p=false
11418fi
11419
11420if test -x / >/dev/null 2>&1; then
11421 as_test_x='test -x'
11422else
11423 if ls -dL / >/dev/null 2>&1; then
11424 as_ls_L_option=L
11425 else
11426 as_ls_L_option=
11427 fi
11428 as_test_x='
11429 eval sh -c '\''
11430 if test -d "$1"; then
11431 test -d "$1/.";
11432 else
11433 case $1 in #(
11434 -*)set "./$1";;
11435 esac;
11436 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11437 ???[sx]*):;;*)false;;esac;fi
11438 '\'' sh
11439 '
11440fi
11441as_executable_p=$as_test_x
11442
11443# Sed expression to map a string onto a valid CPP name.
11444as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11445
11446# Sed expression to map a string onto a valid variable name.
11447as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11448
11449
11450exec 6>&1
11451## ----------------------------------- ##
11452## Main body of $CONFIG_STATUS script. ##
11453## ----------------------------------- ##
11454_ASEOF
11455test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11456
11457cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11458# Save the log message, to keep $0 and so on meaningful, and to
11459# report actual input values of CONFIG_FILES etc. instead of their
11460# values after options handling.
11461ac_log="
11462This file was extended by LTO plugin for ld $as_me 0.1, which was
11463generated by GNU Autoconf 2.64. Invocation command line was
11464
11465 CONFIG_FILES = $CONFIG_FILES
11466 CONFIG_HEADERS = $CONFIG_HEADERS
11467 CONFIG_LINKS = $CONFIG_LINKS
11468 CONFIG_COMMANDS = $CONFIG_COMMANDS
11469 $ $0 $@
11470
11471on `(hostname || uname -n) 2>/dev/null | sed 1q`
11472"
11473
11474_ACEOF
11475
11476case $ac_config_files in *"
11477"*) set x $ac_config_files; shift; ac_config_files=$*;;
11478esac
11479
48215350
DK
11480case $ac_config_headers in *"
11481"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11482esac
d7f09764
DN
11483
11484
11485cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11486# Files that config.status was made for.
11487config_files="$ac_config_files"
48215350 11488config_headers="$ac_config_headers"
d7f09764
DN
11489config_commands="$ac_config_commands"
11490
11491_ACEOF
11492
11493cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11494ac_cs_usage="\
11495\`$as_me' instantiates files and other configuration actions
11496from templates according to the current configuration. Unless the files
11497and actions are specified as TAGs, all are instantiated by default.
11498
11499Usage: $0 [OPTION]... [TAG]...
11500
11501 -h, --help print this help, then exit
11502 -V, --version print version number and configuration settings, then exit
11503 -q, --quiet, --silent
11504 do not print progress messages
11505 -d, --debug don't remove temporary files
11506 --recheck update $as_me by reconfiguring in the same conditions
11507 --file=FILE[:TEMPLATE]
11508 instantiate the configuration file FILE
48215350
DK
11509 --header=FILE[:TEMPLATE]
11510 instantiate the configuration header FILE
d7f09764
DN
11511
11512Configuration files:
11513$config_files
11514
48215350
DK
11515Configuration headers:
11516$config_headers
11517
d7f09764
DN
11518Configuration commands:
11519$config_commands
11520
11521Report bugs to the package provider."
11522
11523_ACEOF
11524cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11525ac_cs_version="\\
11526LTO plugin for ld config.status 0.1
11527configured by $0, generated by GNU Autoconf 2.64,
11528 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11529
11530Copyright (C) 2009 Free Software Foundation, Inc.
11531This config.status script is free software; the Free Software Foundation
11532gives unlimited permission to copy, distribute and modify it."
11533
11534ac_pwd='$ac_pwd'
11535srcdir='$srcdir'
11536INSTALL='$INSTALL'
11537MKDIR_P='$MKDIR_P'
11538AWK='$AWK'
11539test -n "\$AWK" || AWK=awk
11540_ACEOF
11541
11542cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11543# The default lists apply if the user does not specify any file.
11544ac_need_defaults=:
11545while test $# != 0
11546do
11547 case $1 in
11548 --*=*)
11549 ac_option=`expr "X$1" : 'X\([^=]*\)='`
11550 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11551 ac_shift=:
11552 ;;
11553 *)
11554 ac_option=$1
11555 ac_optarg=$2
11556 ac_shift=shift
11557 ;;
11558 esac
11559
11560 case $ac_option in
11561 # Handling of the options.
11562 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11563 ac_cs_recheck=: ;;
11564 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11565 $as_echo "$ac_cs_version"; exit ;;
11566 --debug | --debu | --deb | --de | --d | -d )
11567 debug=: ;;
11568 --file | --fil | --fi | --f )
11569 $ac_shift
11570 case $ac_optarg in
11571 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11572 esac
11573 as_fn_append CONFIG_FILES " '$ac_optarg'"
11574 ac_need_defaults=false;;
48215350
DK
11575 --header | --heade | --head | --hea )
11576 $ac_shift
11577 case $ac_optarg in
11578 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11579 esac
11580 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11581 ac_need_defaults=false;;
11582 --he | --h)
11583 # Conflict between --help and --header
11584 as_fn_error "ambiguous option: \`$1'
11585Try \`$0 --help' for more information.";;
11586 --help | --hel | -h )
d7f09764
DN
11587 $as_echo "$ac_cs_usage"; exit ;;
11588 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11589 | -silent | --silent | --silen | --sile | --sil | --si | --s)
11590 ac_cs_silent=: ;;
11591
11592 # This is an error.
11593 -*) as_fn_error "unrecognized option: \`$1'
11594Try \`$0 --help' for more information." ;;
11595
11596 *) as_fn_append ac_config_targets " $1"
11597 ac_need_defaults=false ;;
11598
11599 esac
11600 shift
11601done
11602
11603ac_configure_extra_args=
11604
11605if $ac_cs_silent; then
11606 exec 6>/dev/null
11607 ac_configure_extra_args="$ac_configure_extra_args --silent"
11608fi
11609
11610_ACEOF
11611cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11612if \$ac_cs_recheck; then
11613 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11614 shift
11615 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11616 CONFIG_SHELL='$SHELL'
11617 export CONFIG_SHELL
11618 exec "\$@"
11619fi
11620
11621_ACEOF
11622cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11623exec 5>>config.log
11624{
11625 echo
11626 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11627## Running $as_me. ##
11628_ASBOX
11629 $as_echo "$ac_log"
11630} >&5
11631
11632_ACEOF
11633cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11634#
11635# INIT-COMMANDS
11636#
11637AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11638
11639
11640# The HP-UX ksh and POSIX shell print the target directory to stdout
11641# if CDPATH is set.
11642(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11643
11644sed_quote_subst='$sed_quote_subst'
11645double_quote_subst='$double_quote_subst'
11646delay_variable_subst='$delay_variable_subst'
52327858
L
11647macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
11648macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
11649enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
11650enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
11651pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
11652enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
11653SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
11654ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
11655host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
11656host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
11657host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
11658build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
11659build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
11660build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
11661SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
11662Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
11663GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
11664EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
11665FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
11666LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
11667NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
11668LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
11669max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
11670ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
11671exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
11672lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
11673lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
11674lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
11675reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
11676reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
11677OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
11678deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
11679file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
11680AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
11681AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
11682STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
11683RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
11684old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11685old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11686old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
11687lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
11688CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
11689CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
11690compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
11691GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
11692lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
11693lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
11694lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
11695lt_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"`'
11696objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
11697MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
11698lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
11699lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
11700lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
11701lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
11702lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
11703need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
11704DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
11705NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
11706LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
11707OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
11708OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
11709libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
11710shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
11711extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11712archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
11713enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
11714export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
11715whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
11716compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
11717old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
11718old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
11719archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
11720archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11721module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
11722module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
11723with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
11724allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
11725no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
11726hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
11727hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
11728hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
11729hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
11730hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
11731hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
11732hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
11733hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
11734inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
11735link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
11736fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
11737always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
11738export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
11739exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
11740include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
11741prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
11742file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
11743variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
11744need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
11745need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
11746version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
11747runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
11748shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
11749shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
11750libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
11751library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
11752soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
11753install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
11754postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
11755postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
11756finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
11757finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
11758hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
11759sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
11760sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
11761hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
11762enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
11763enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
11764enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
11765old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
11766striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
d7f09764
DN
11767
11768LTCC='$LTCC'
11769LTCFLAGS='$LTCFLAGS'
11770compiler='$compiler_DEFAULT'
11771
52327858
L
11772# A function that is used when there is no print builtin or printf.
11773func_fallback_echo ()
11774{
11775 eval 'cat <<_LTECHO_EOF
11776\$1
11777_LTECHO_EOF'
11778}
11779
d7f09764 11780# Quote evaled strings.
52327858
L
11781for var in SHELL \
11782ECHO \
11783SED \
d7f09764
DN
11784GREP \
11785EGREP \
11786FGREP \
11787LD \
11788NM \
11789LN_S \
11790lt_SP2NL \
11791lt_NL2SP \
11792reload_flag \
11793OBJDUMP \
11794deplibs_check_method \
11795file_magic_cmd \
11796AR \
11797AR_FLAGS \
11798STRIP \
11799RANLIB \
11800CC \
11801CFLAGS \
11802compiler \
11803lt_cv_sys_global_symbol_pipe \
11804lt_cv_sys_global_symbol_to_cdecl \
11805lt_cv_sys_global_symbol_to_c_name_address \
11806lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
d7f09764
DN
11807lt_prog_compiler_no_builtin_flag \
11808lt_prog_compiler_wl \
11809lt_prog_compiler_pic \
11810lt_prog_compiler_static \
11811lt_cv_prog_compiler_c_o \
11812need_locks \
11813DSYMUTIL \
11814NMEDIT \
11815LIPO \
11816OTOOL \
11817OTOOL64 \
11818shrext_cmds \
11819export_dynamic_flag_spec \
11820whole_archive_flag_spec \
11821compiler_needs_object \
11822with_gnu_ld \
11823allow_undefined_flag \
11824no_undefined_flag \
11825hardcode_libdir_flag_spec \
11826hardcode_libdir_flag_spec_ld \
11827hardcode_libdir_separator \
11828fix_srcfile_path \
11829exclude_expsyms \
11830include_expsyms \
11831file_list_spec \
11832variables_saved_for_relink \
11833libname_spec \
11834library_names_spec \
11835soname_spec \
52327858 11836install_override_mode \
d7f09764
DN
11837finish_eval \
11838old_striplib \
11839striplib; do
52327858 11840 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7f09764 11841 *[\\\\\\\`\\"\\\$]*)
52327858 11842 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
d7f09764
DN
11843 ;;
11844 *)
11845 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11846 ;;
11847 esac
11848done
11849
11850# Double-quote double-evaled strings.
11851for var in reload_cmds \
11852old_postinstall_cmds \
11853old_postuninstall_cmds \
11854old_archive_cmds \
11855extract_expsyms_cmds \
11856old_archive_from_new_cmds \
11857old_archive_from_expsyms_cmds \
11858archive_cmds \
11859archive_expsym_cmds \
11860module_cmds \
11861module_expsym_cmds \
11862export_symbols_cmds \
11863prelink_cmds \
11864postinstall_cmds \
11865postuninstall_cmds \
11866finish_cmds \
11867sys_lib_search_path_spec \
11868sys_lib_dlsearch_path_spec; do
52327858 11869 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
d7f09764 11870 *[\\\\\\\`\\"\\\$]*)
52327858 11871 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d7f09764
DN
11872 ;;
11873 *)
11874 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11875 ;;
11876 esac
11877done
11878
d7f09764
DN
11879ac_aux_dir='$ac_aux_dir'
11880xsi_shell='$xsi_shell'
11881lt_shell_append='$lt_shell_append'
11882
11883# See if we are running on zsh, and set the options which allow our
11884# commands through without removal of \ escapes INIT.
11885if test -n "\${ZSH_VERSION+set}" ; then
11886 setopt NO_GLOB_SUBST
11887fi
11888
11889
11890 PACKAGE='$PACKAGE'
11891 VERSION='$VERSION'
11892 TIMESTAMP='$TIMESTAMP'
11893 RM='$RM'
11894 ofile='$ofile'
11895
11896
11897
11898
11899_ACEOF
11900
11901cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11902
11903# Handling of arguments.
11904for ac_config_target in $ac_config_targets
11905do
11906 case $ac_config_target in
11907 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11908 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
11909 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
48215350 11910 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
d7f09764
DN
11911
11912 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
11913 esac
11914done
11915
11916
11917# If the user did not use the arguments to specify the items to instantiate,
11918# then the envvar interface is used. Set only those that are not.
11919# We use the long form for the default assignment because of an extremely
11920# bizarre bug on SunOS 4.1.3.
11921if $ac_need_defaults; then
11922 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
48215350 11923 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
d7f09764
DN
11924 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11925fi
11926
11927# Have a temporary directory for convenience. Make it in the build tree
11928# simply because there is no reason against having it here, and in addition,
11929# creating and moving files from /tmp can sometimes cause problems.
11930# Hook for its removal unless debugging.
11931# Note that there is a small window in which the directory will not be cleaned:
11932# after its creation but before its name has been assigned to `$tmp'.
11933$debug ||
11934{
11935 tmp=
11936 trap 'exit_status=$?
11937 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
11938' 0
11939 trap 'as_fn_exit 1' 1 2 13 15
11940}
11941# Create a (secure) tmp directory for tmp files.
11942
11943{
11944 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
11945 test -n "$tmp" && test -d "$tmp"
11946} ||
11947{
11948 tmp=./conf$$-$RANDOM
11949 (umask 077 && mkdir "$tmp")
11950} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
11951
11952# Set up the scripts for CONFIG_FILES section.
11953# No need to generate them if there are no CONFIG_FILES.
11954# This happens for instance with `./config.status config.h'.
11955if test -n "$CONFIG_FILES"; then
11956
11957
11958ac_cr=`echo X | tr X '\015'`
11959# On cygwin, bash can eat \r inside `` if the user requested igncr.
11960# But we know of no other shell where ac_cr would be empty at this
11961# point, so we can use a bashism as a fallback.
11962if test "x$ac_cr" = x; then
11963 eval ac_cr=\$\'\\r\'
11964fi
11965ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
11966if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
11967 ac_cs_awk_cr='\r'
11968else
11969 ac_cs_awk_cr=$ac_cr
11970fi
11971
11972echo 'BEGIN {' >"$tmp/subs1.awk" &&
11973_ACEOF
11974
11975
11976{
11977 echo "cat >conf$$subs.awk <<_ACEOF" &&
11978 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
11979 echo "_ACEOF"
11980} >conf$$subs.sh ||
11981 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
11982ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
11983ac_delim='%!_!# '
11984for ac_last_try in false false false false false :; do
11985 . ./conf$$subs.sh ||
11986 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
11987
11988 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
11989 if test $ac_delim_n = $ac_delim_num; then
11990 break
11991 elif $ac_last_try; then
11992 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
11993 else
11994 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11995 fi
11996done
11997rm -f conf$$subs.sh
11998
11999cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12000cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12001_ACEOF
12002sed -n '
12003h
12004s/^/S["/; s/!.*/"]=/
12005p
12006g
12007s/^[^!]*!//
12008:repl
12009t repl
12010s/'"$ac_delim"'$//
12011t delim
12012:nl
12013h
12014s/\(.\{148\}\).*/\1/
12015t more1
12016s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12017p
12018n
12019b repl
12020:more1
12021s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12022p
12023g
12024s/.\{148\}//
12025t nl
12026:delim
12027h
12028s/\(.\{148\}\).*/\1/
12029t more2
12030s/["\\]/\\&/g; s/^/"/; s/$/"/
12031p
12032b
12033:more2
12034s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12035p
12036g
12037s/.\{148\}//
12038t delim
12039' <conf$$subs.awk | sed '
12040/^[^""]/{
12041 N
12042 s/\n//
12043}
12044' >>$CONFIG_STATUS || ac_write_fail=1
12045rm -f conf$$subs.awk
12046cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12047_ACAWK
12048cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12049 for (key in S) S_is_set[key] = 1
12050 FS = "\a"
12051
12052}
12053{
12054 line = $ 0
12055 nfields = split(line, field, "@")
12056 substed = 0
12057 len = length(field[1])
12058 for (i = 2; i < nfields; i++) {
12059 key = field[i]
12060 keylen = length(key)
12061 if (S_is_set[key]) {
12062 value = S[key]
12063 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12064 len += length(value) + length(field[++i])
12065 substed = 1
12066 } else
12067 len += 1 + keylen
12068 }
12069
12070 print line
12071}
12072
12073_ACAWK
12074_ACEOF
12075cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12076if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12077 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12078else
12079 cat
12080fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12081 || as_fn_error "could not setup config files machinery" "$LINENO" 5
12082_ACEOF
12083
12084# VPATH may cause trouble with some makes, so we remove $(srcdir),
12085# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12086# trailing colons and then remove the whole line if VPATH becomes empty
12087# (actually we leave an empty line to preserve line numbers).
12088if test "x$srcdir" = x.; then
12089 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12090s/:*\$(srcdir):*/:/
12091s/:*\${srcdir}:*/:/
12092s/:*@srcdir@:*/:/
12093s/^\([^=]*=[ ]*\):*/\1/
12094s/:*$//
12095s/^[^=]*=[ ]*$//
12096}'
12097fi
12098
12099cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12100fi # test -n "$CONFIG_FILES"
12101
48215350
DK
12102# Set up the scripts for CONFIG_HEADERS section.
12103# No need to generate them if there are no CONFIG_HEADERS.
12104# This happens for instance with `./config.status Makefile'.
12105if test -n "$CONFIG_HEADERS"; then
12106cat >"$tmp/defines.awk" <<\_ACAWK ||
12107BEGIN {
12108_ACEOF
12109
12110# Transform confdefs.h into an awk script `defines.awk', embedded as
12111# here-document in config.status, that substitutes the proper values into
12112# config.h.in to produce config.h.
d7f09764 12113
48215350
DK
12114# Create a delimiter string that does not exist in confdefs.h, to ease
12115# handling of long lines.
12116ac_delim='%!_!# '
12117for ac_last_try in false false :; do
12118 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12119 if test -z "$ac_t"; then
12120 break
12121 elif $ac_last_try; then
12122 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12123 else
12124 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12125 fi
12126done
12127
12128# For the awk script, D is an array of macro values keyed by name,
12129# likewise P contains macro parameters if any. Preserve backslash
12130# newline sequences.
12131
12132ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12133sed -n '
12134s/.\{148\}/&'"$ac_delim"'/g
12135t rset
12136:rset
12137s/^[ ]*#[ ]*define[ ][ ]*/ /
12138t def
12139d
12140:def
12141s/\\$//
12142t bsnl
12143s/["\\]/\\&/g
12144s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12145D["\1"]=" \3"/p
12146s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12147d
12148:bsnl
12149s/["\\]/\\&/g
12150s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12151D["\1"]=" \3\\\\\\n"\\/p
12152t cont
12153s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12154t cont
12155d
12156:cont
12157n
12158s/.\{148\}/&'"$ac_delim"'/g
12159t clear
12160:clear
12161s/\\$//
12162t bsnlc
12163s/["\\]/\\&/g; s/^/"/; s/$/"/p
12164d
12165:bsnlc
12166s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12167b cont
12168' <confdefs.h | sed '
12169s/'"$ac_delim"'/"\\\
12170"/g' >>$CONFIG_STATUS || ac_write_fail=1
12171
12172cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12173 for (key in D) D_is_set[key] = 1
12174 FS = "\a"
12175}
12176/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12177 line = \$ 0
12178 split(line, arg, " ")
12179 if (arg[1] == "#") {
12180 defundef = arg[2]
12181 mac1 = arg[3]
12182 } else {
12183 defundef = substr(arg[1], 2)
12184 mac1 = arg[2]
12185 }
12186 split(mac1, mac2, "(") #)
12187 macro = mac2[1]
12188 prefix = substr(line, 1, index(line, defundef) - 1)
12189 if (D_is_set[macro]) {
12190 # Preserve the white space surrounding the "#".
12191 print prefix "define", macro P[macro] D[macro]
12192 next
12193 } else {
12194 # Replace #undef with comments. This is necessary, for example,
12195 # in the case of _POSIX_SOURCE, which is predefined and required
12196 # on some systems where configure will not decide to define it.
12197 if (defundef == "undef") {
12198 print "/*", prefix defundef, macro, "*/"
12199 next
12200 }
12201 }
12202}
12203{ print }
12204_ACAWK
12205_ACEOF
12206cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12207 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12208fi # test -n "$CONFIG_HEADERS"
12209
12210
12211eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
d7f09764
DN
12212shift
12213for ac_tag
12214do
12215 case $ac_tag in
12216 :[FHLC]) ac_mode=$ac_tag; continue;;
12217 esac
12218 case $ac_mode$ac_tag in
12219 :[FHL]*:*);;
12220 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12221 :[FH]-) ac_tag=-:-;;
12222 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12223 esac
12224 ac_save_IFS=$IFS
12225 IFS=:
12226 set x $ac_tag
12227 IFS=$ac_save_IFS
12228 shift
12229 ac_file=$1
12230 shift
12231
12232 case $ac_mode in
12233 :L) ac_source=$1;;
12234 :[FH])
12235 ac_file_inputs=
12236 for ac_f
12237 do
12238 case $ac_f in
12239 -) ac_f="$tmp/stdin";;
12240 *) # Look for the file first in the build tree, then in the source tree
12241 # (if the path is not absolute). The absolute path cannot be DOS-style,
12242 # because $ac_f cannot contain `:'.
12243 test -f "$ac_f" ||
12244 case $ac_f in
12245 [\\/$]*) false;;
12246 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12247 esac ||
12248 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12249 esac
12250 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12251 as_fn_append ac_file_inputs " '$ac_f'"
12252 done
12253
12254 # Let's still pretend it is `configure' which instantiates (i.e., don't
12255 # use $as_me), people would be surprised to read:
12256 # /* config.h. Generated by config.status. */
12257 configure_input='Generated from '`
12258 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12259 `' by configure.'
12260 if test x"$ac_file" != x-; then
12261 configure_input="$ac_file. $configure_input"
12262 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12263$as_echo "$as_me: creating $ac_file" >&6;}
12264 fi
12265 # Neutralize special characters interpreted by sed in replacement strings.
12266 case $configure_input in #(
12267 *\&* | *\|* | *\\* )
12268 ac_sed_conf_input=`$as_echo "$configure_input" |
12269 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12270 *) ac_sed_conf_input=$configure_input;;
12271 esac
12272
12273 case $ac_tag in
12274 *:-:* | *:-) cat >"$tmp/stdin" \
12275 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12276 esac
12277 ;;
12278 esac
12279
12280 ac_dir=`$as_dirname -- "$ac_file" ||
12281$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12282 X"$ac_file" : 'X\(//\)[^/]' \| \
12283 X"$ac_file" : 'X\(//\)$' \| \
12284 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12285$as_echo X"$ac_file" |
12286 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12287 s//\1/
12288 q
12289 }
12290 /^X\(\/\/\)[^/].*/{
12291 s//\1/
12292 q
12293 }
12294 /^X\(\/\/\)$/{
12295 s//\1/
12296 q
12297 }
12298 /^X\(\/\).*/{
12299 s//\1/
12300 q
12301 }
12302 s/.*/./; q'`
12303 as_dir="$ac_dir"; as_fn_mkdir_p
12304 ac_builddir=.
12305
12306case "$ac_dir" in
12307.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12308*)
12309 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12310 # A ".." for each directory in $ac_dir_suffix.
12311 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12312 case $ac_top_builddir_sub in
12313 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12314 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12315 esac ;;
12316esac
12317ac_abs_top_builddir=$ac_pwd
12318ac_abs_builddir=$ac_pwd$ac_dir_suffix
12319# for backward compatibility:
12320ac_top_builddir=$ac_top_build_prefix
12321
12322case $srcdir in
12323 .) # We are building in place.
12324 ac_srcdir=.
12325 ac_top_srcdir=$ac_top_builddir_sub
12326 ac_abs_top_srcdir=$ac_pwd ;;
12327 [\\/]* | ?:[\\/]* ) # Absolute name.
12328 ac_srcdir=$srcdir$ac_dir_suffix;
12329 ac_top_srcdir=$srcdir
12330 ac_abs_top_srcdir=$srcdir ;;
12331 *) # Relative name.
12332 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12333 ac_top_srcdir=$ac_top_build_prefix$srcdir
12334 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12335esac
12336ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12337
12338
12339 case $ac_mode in
12340 :F)
12341 #
12342 # CONFIG_FILE
12343 #
12344
12345 case $INSTALL in
12346 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12347 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12348 esac
12349 ac_MKDIR_P=$MKDIR_P
12350 case $MKDIR_P in
12351 [\\/$]* | ?:[\\/]* ) ;;
12352 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12353 esac
12354_ACEOF
12355
12356cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12357# If the template does not know about datarootdir, expand it.
12358# FIXME: This hack should be removed a few years after 2.60.
12359ac_datarootdir_hack=; ac_datarootdir_seen=
12360ac_sed_dataroot='
12361/datarootdir/ {
12362 p
12363 q
12364}
12365/@datadir@/p
12366/@docdir@/p
12367/@infodir@/p
12368/@localedir@/p
12369/@mandir@/p'
12370case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12371*datarootdir*) ac_datarootdir_seen=yes;;
12372*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12373 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12374$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12375_ACEOF
12376cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12377 ac_datarootdir_hack='
12378 s&@datadir@&$datadir&g
12379 s&@docdir@&$docdir&g
12380 s&@infodir@&$infodir&g
12381 s&@localedir@&$localedir&g
12382 s&@mandir@&$mandir&g
12383 s&\\\${datarootdir}&$datarootdir&g' ;;
12384esac
12385_ACEOF
12386
12387# Neutralize VPATH when `$srcdir' = `.'.
12388# Shell code in configure.ac might set extrasub.
12389# FIXME: do we really want to maintain this feature?
12390cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12391ac_sed_extra="$ac_vpsub
12392$extrasub
12393_ACEOF
12394cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12395:t
12396/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12397s|@configure_input@|$ac_sed_conf_input|;t t
12398s&@top_builddir@&$ac_top_builddir_sub&;t t
12399s&@top_build_prefix@&$ac_top_build_prefix&;t t
12400s&@srcdir@&$ac_srcdir&;t t
12401s&@abs_srcdir@&$ac_abs_srcdir&;t t
12402s&@top_srcdir@&$ac_top_srcdir&;t t
12403s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12404s&@builddir@&$ac_builddir&;t t
12405s&@abs_builddir@&$ac_abs_builddir&;t t
12406s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12407s&@INSTALL@&$ac_INSTALL&;t t
12408s&@MKDIR_P@&$ac_MKDIR_P&;t t
12409$ac_datarootdir_hack
12410"
12411eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12412 || as_fn_error "could not create $ac_file" "$LINENO" 5
12413
12414test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12415 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12416 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12417 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12418which seems to be undefined. Please make sure it is defined." >&5
12419$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12420which seems to be undefined. Please make sure it is defined." >&2;}
12421
12422 rm -f "$tmp/stdin"
12423 case $ac_file in
12424 -) cat "$tmp/out" && rm -f "$tmp/out";;
12425 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12426 esac \
12427 || as_fn_error "could not create $ac_file" "$LINENO" 5
12428 ;;
48215350
DK
12429 :H)
12430 #
12431 # CONFIG_HEADER
12432 #
12433 if test x"$ac_file" != x-; then
12434 {
12435 $as_echo "/* $configure_input */" \
12436 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12437 } >"$tmp/config.h" \
12438 || as_fn_error "could not create $ac_file" "$LINENO" 5
12439 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12440 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12441$as_echo "$as_me: $ac_file is unchanged" >&6;}
12442 else
12443 rm -f "$ac_file"
12444 mv "$tmp/config.h" "$ac_file" \
12445 || as_fn_error "could not create $ac_file" "$LINENO" 5
12446 fi
12447 else
12448 $as_echo "/* $configure_input */" \
12449 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12450 || as_fn_error "could not create -" "$LINENO" 5
12451 fi
12452# Compute "$ac_file"'s index in $config_headers.
12453_am_arg="$ac_file"
12454_am_stamp_count=1
12455for _am_header in $config_headers :; do
12456 case $_am_header in
12457 $_am_arg | $_am_arg:* )
12458 break ;;
12459 * )
12460 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12461 esac
12462done
12463echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12464$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12465 X"$_am_arg" : 'X\(//\)[^/]' \| \
12466 X"$_am_arg" : 'X\(//\)$' \| \
12467 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12468$as_echo X"$_am_arg" |
12469 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12470 s//\1/
12471 q
12472 }
12473 /^X\(\/\/\)[^/].*/{
12474 s//\1/
12475 q
12476 }
12477 /^X\(\/\/\)$/{
12478 s//\1/
12479 q
12480 }
12481 /^X\(\/\).*/{
12482 s//\1/
12483 q
12484 }
12485 s/.*/./; q'`/stamp-h$_am_stamp_count
12486 ;;
d7f09764
DN
12487
12488 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12489$as_echo "$as_me: executing $ac_file commands" >&6;}
12490 ;;
12491 esac
12492
12493
12494 case $ac_file$ac_mode in
12495 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12496 # Autoconf 2.62 quotes --file arguments for eval, but not when files
12497 # are listed without --file. Let's play safe and only enable the eval
12498 # if we detect the quoting.
12499 case $CONFIG_FILES in
12500 *\'*) eval set x "$CONFIG_FILES" ;;
12501 *) set x $CONFIG_FILES ;;
12502 esac
12503 shift
12504 for mf
12505 do
12506 # Strip MF so we end up with the name of the file.
12507 mf=`echo "$mf" | sed -e 's/:.*$//'`
12508 # Check whether this is an Automake generated Makefile or not.
12509 # We used to match only the files named `Makefile.in', but
12510 # some people rename them; so instead we look at the file content.
12511 # Grep'ing the first line is not enough: some people post-process
12512 # each Makefile.in and add a new line on top of each file to say so.
12513 # Grep'ing the whole file is not good either: AIX grep has a line
12514 # limit of 2048, but all sed's we know have understand at least 4000.
12515 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12516 dirpart=`$as_dirname -- "$mf" ||
12517$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12518 X"$mf" : 'X\(//\)[^/]' \| \
12519 X"$mf" : 'X\(//\)$' \| \
12520 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12521$as_echo X"$mf" |
12522 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12523 s//\1/
12524 q
12525 }
12526 /^X\(\/\/\)[^/].*/{
12527 s//\1/
12528 q
12529 }
12530 /^X\(\/\/\)$/{
12531 s//\1/
12532 q
12533 }
12534 /^X\(\/\).*/{
12535 s//\1/
12536 q
12537 }
12538 s/.*/./; q'`
12539 else
12540 continue
12541 fi
12542 # Extract the definition of DEPDIR, am__include, and am__quote
12543 # from the Makefile without running `make'.
12544 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12545 test -z "$DEPDIR" && continue
12546 am__include=`sed -n 's/^am__include = //p' < "$mf"`
12547 test -z "am__include" && continue
12548 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12549 # When using ansi2knr, U may be empty or an underscore; expand it
12550 U=`sed -n 's/^U = //p' < "$mf"`
12551 # Find all dependency output files, they are included files with
12552 # $(DEPDIR) in their names. We invoke sed twice because it is the
12553 # simplest approach to changing $(DEPDIR) to its actual value in the
12554 # expansion.
12555 for file in `sed -n "
12556 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12557 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12558 # Make sure the directory exists.
12559 test -f "$dirpart/$file" && continue
12560 fdir=`$as_dirname -- "$file" ||
12561$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12562 X"$file" : 'X\(//\)[^/]' \| \
12563 X"$file" : 'X\(//\)$' \| \
12564 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12565$as_echo X"$file" |
12566 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12567 s//\1/
12568 q
12569 }
12570 /^X\(\/\/\)[^/].*/{
12571 s//\1/
12572 q
12573 }
12574 /^X\(\/\/\)$/{
12575 s//\1/
12576 q
12577 }
12578 /^X\(\/\).*/{
12579 s//\1/
12580 q
12581 }
12582 s/.*/./; q'`
12583 as_dir=$dirpart/$fdir; as_fn_mkdir_p
12584 # echo "creating $dirpart/$file"
12585 echo '# dummy' > "$dirpart/$file"
12586 done
12587 done
12588}
12589 ;;
12590 "libtool":C)
12591
12592 # See if we are running on zsh, and set the options which allow our
12593 # commands through without removal of \ escapes.
12594 if test -n "${ZSH_VERSION+set}" ; then
12595 setopt NO_GLOB_SUBST
12596 fi
12597
12598 cfgfile="${ofile}T"
12599 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12600 $RM "$cfgfile"
12601
12602 cat <<_LT_EOF >> "$cfgfile"
12603#! $SHELL
12604
12605# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12606# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12607# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12608# NOTE: Changes made to this file will be lost: look at ltmain.sh.
12609#
12610# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
52327858 12611# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
d7f09764
DN
12612# Written by Gordon Matzigkeit, 1996
12613#
12614# This file is part of GNU Libtool.
12615#
12616# GNU Libtool is free software; you can redistribute it and/or
12617# modify it under the terms of the GNU General Public License as
12618# published by the Free Software Foundation; either version 2 of
12619# the License, or (at your option) any later version.
12620#
12621# As a special exception to the GNU General Public License,
12622# if you distribute this file as part of a program or library that
12623# is built using GNU Libtool, you may include this file under the
12624# same distribution terms that you use for the rest of that program.
12625#
12626# GNU Libtool is distributed in the hope that it will be useful,
12627# but WITHOUT ANY WARRANTY; without even the implied warranty of
12628# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12629# GNU General Public License for more details.
12630#
12631# You should have received a copy of the GNU General Public License
12632# along with GNU Libtool; see the file COPYING. If not, a copy
12633# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12634# obtained by writing to the Free Software Foundation, Inc.,
12635# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12636
12637
12638# The names of the tagged configurations supported by this script.
12639available_tags=""
12640
12641# ### BEGIN LIBTOOL CONFIG
12642
12643# Which release of libtool.m4 was used?
12644macro_version=$macro_version
12645macro_revision=$macro_revision
12646
12647# Whether or not to build shared libraries.
12648build_libtool_libs=$enable_shared
12649
12650# Whether or not to build static libraries.
12651build_old_libs=$enable_static
12652
12653# What type of objects to build.
12654pic_mode=$pic_mode
12655
12656# Whether or not to optimize for fast installation.
12657fast_install=$enable_fast_install
12658
52327858
L
12659# Shell to use when invoking shell scripts.
12660SHELL=$lt_SHELL
12661
12662# An echo program that protects backslashes.
12663ECHO=$lt_ECHO
12664
d7f09764
DN
12665# The host system.
12666host_alias=$host_alias
12667host=$host
12668host_os=$host_os
12669
12670# The build system.
12671build_alias=$build_alias
12672build=$build
12673build_os=$build_os
12674
12675# A sed program that does not truncate output.
12676SED=$lt_SED
12677
12678# Sed that helps us avoid accidentally triggering echo(1) options like -n.
12679Xsed="\$SED -e 1s/^X//"
12680
12681# A grep program that handles long lines.
12682GREP=$lt_GREP
12683
12684# An ERE matcher.
12685EGREP=$lt_EGREP
12686
12687# A literal string matcher.
12688FGREP=$lt_FGREP
12689
12690# A BSD- or MS-compatible name lister.
12691NM=$lt_NM
12692
12693# Whether we need soft or hard links.
12694LN_S=$lt_LN_S
12695
12696# What is the maximum length of a command?
12697max_cmd_len=$max_cmd_len
12698
12699# Object file suffix (normally "o").
12700objext=$ac_objext
12701
12702# Executable file suffix (normally "").
12703exeext=$exeext
12704
12705# whether the shell understands "unset".
12706lt_unset=$lt_unset
12707
12708# turn spaces into newlines.
12709SP2NL=$lt_lt_SP2NL
12710
12711# turn newlines into spaces.
12712NL2SP=$lt_lt_NL2SP
12713
d7f09764
DN
12714# An object symbol dumper.
12715OBJDUMP=$lt_OBJDUMP
12716
12717# Method to check whether dependent libraries are shared objects.
12718deplibs_check_method=$lt_deplibs_check_method
12719
12720# Command to use when deplibs_check_method == "file_magic".
12721file_magic_cmd=$lt_file_magic_cmd
12722
12723# The archiver.
12724AR=$lt_AR
12725AR_FLAGS=$lt_AR_FLAGS
12726
12727# A symbol stripping program.
12728STRIP=$lt_STRIP
12729
12730# Commands used to install an old-style archive.
12731RANLIB=$lt_RANLIB
12732old_postinstall_cmds=$lt_old_postinstall_cmds
12733old_postuninstall_cmds=$lt_old_postuninstall_cmds
12734
52327858
L
12735# Whether to use a lock for old archive extraction.
12736lock_old_archive_extraction=$lock_old_archive_extraction
12737
d7f09764
DN
12738# A C compiler.
12739LTCC=$lt_CC
12740
12741# LTCC compiler flags.
12742LTCFLAGS=$lt_CFLAGS
12743
12744# Take the output of nm and produce a listing of raw symbols and C names.
12745global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12746
12747# Transform the output of nm in a proper C declaration.
12748global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12749
12750# Transform the output of nm in a C name address pair.
12751global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12752
12753# Transform the output of nm in a C name address pair when lib prefix is needed.
12754global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12755
12756# The name of the directory that contains temporary libtool files.
12757objdir=$objdir
12758
d7f09764
DN
12759# Used to examine libraries when file_magic_cmd begins with "file".
12760MAGIC_CMD=$MAGIC_CMD
12761
12762# Must we lock files when doing compilation?
12763need_locks=$lt_need_locks
12764
12765# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12766DSYMUTIL=$lt_DSYMUTIL
12767
12768# Tool to change global to local symbols on Mac OS X.
12769NMEDIT=$lt_NMEDIT
12770
12771# Tool to manipulate fat objects and archives on Mac OS X.
12772LIPO=$lt_LIPO
12773
12774# ldd/readelf like tool for Mach-O binaries on Mac OS X.
12775OTOOL=$lt_OTOOL
12776
12777# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12778OTOOL64=$lt_OTOOL64
12779
12780# Old archive suffix (normally "a").
12781libext=$libext
12782
12783# Shared library suffix (normally ".so").
12784shrext_cmds=$lt_shrext_cmds
12785
12786# The commands to extract the exported symbol list from a shared archive.
12787extract_expsyms_cmds=$lt_extract_expsyms_cmds
12788
12789# Variables whose values should be saved in libtool wrapper scripts and
12790# restored at link time.
12791variables_saved_for_relink=$lt_variables_saved_for_relink
12792
12793# Do we need the "lib" prefix for modules?
12794need_lib_prefix=$need_lib_prefix
12795
12796# Do we need a version for libraries?
12797need_version=$need_version
12798
12799# Library versioning type.
12800version_type=$version_type
12801
12802# Shared library runtime path variable.
12803runpath_var=$runpath_var
12804
12805# Shared library path variable.
12806shlibpath_var=$shlibpath_var
12807
12808# Is shlibpath searched before the hard-coded library search path?
12809shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12810
12811# Format of library name prefix.
12812libname_spec=$lt_libname_spec
12813
12814# List of archive names. First name is the real one, the rest are links.
12815# The last name is the one that the linker finds with -lNAME
12816library_names_spec=$lt_library_names_spec
12817
12818# The coded name of the library, if different from the real name.
12819soname_spec=$lt_soname_spec
12820
52327858
L
12821# Permission mode override for installation of shared libraries.
12822install_override_mode=$lt_install_override_mode
12823
d7f09764
DN
12824# Command to use after installation of a shared archive.
12825postinstall_cmds=$lt_postinstall_cmds
12826
12827# Command to use after uninstallation of a shared archive.
12828postuninstall_cmds=$lt_postuninstall_cmds
12829
12830# Commands used to finish a libtool library installation in a directory.
12831finish_cmds=$lt_finish_cmds
12832
12833# As "finish_cmds", except a single script fragment to be evaled but
12834# not shown.
12835finish_eval=$lt_finish_eval
12836
12837# Whether we should hardcode library paths into libraries.
12838hardcode_into_libs=$hardcode_into_libs
12839
12840# Compile-time system search path for libraries.
12841sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
12842
12843# Run-time system search path for libraries.
12844sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12845
12846# Whether dlopen is supported.
12847dlopen_support=$enable_dlopen
12848
12849# Whether dlopen of programs is supported.
12850dlopen_self=$enable_dlopen_self
12851
12852# Whether dlopen of statically linked programs is supported.
12853dlopen_self_static=$enable_dlopen_self_static
12854
12855# Commands to strip libraries.
12856old_striplib=$lt_old_striplib
12857striplib=$lt_striplib
12858
12859
12860# The linker used to build libraries.
12861LD=$lt_LD
12862
52327858
L
12863# How to create reloadable object files.
12864reload_flag=$lt_reload_flag
12865reload_cmds=$lt_reload_cmds
12866
d7f09764
DN
12867# Commands used to build an old-style archive.
12868old_archive_cmds=$lt_old_archive_cmds
12869
12870# A language specific compiler.
12871CC=$lt_compiler
12872
12873# Is the compiler the GNU compiler?
12874with_gcc=$GCC
12875
12876# Compiler flag to turn off builtin functions.
12877no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
12878
12879# How to pass a linker flag through the compiler.
12880wl=$lt_lt_prog_compiler_wl
12881
12882# Additional compiler flags for building library objects.
12883pic_flag=$lt_lt_prog_compiler_pic
12884
12885# Compiler flag to prevent dynamic linking.
12886link_static_flag=$lt_lt_prog_compiler_static
12887
12888# Does compiler simultaneously support -c and -o options?
12889compiler_c_o=$lt_lt_cv_prog_compiler_c_o
12890
12891# Whether or not to add -lc for building shared libraries.
12892build_libtool_need_lc=$archive_cmds_need_lc
12893
12894# Whether or not to disallow shared libs when runtime libs are static.
12895allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
12896
12897# Compiler flag to allow reflexive dlopens.
12898export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
12899
12900# Compiler flag to generate shared objects directly from archives.
12901whole_archive_flag_spec=$lt_whole_archive_flag_spec
12902
12903# Whether the compiler copes with passing no objects directly.
12904compiler_needs_object=$lt_compiler_needs_object
12905
12906# Create an old-style archive from a shared archive.
12907old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
12908
12909# Create a temporary old-style archive to link instead of a shared archive.
12910old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
12911
12912# Commands used to build a shared archive.
12913archive_cmds=$lt_archive_cmds
12914archive_expsym_cmds=$lt_archive_expsym_cmds
12915
12916# Commands used to build a loadable module if different from building
12917# a shared archive.
12918module_cmds=$lt_module_cmds
12919module_expsym_cmds=$lt_module_expsym_cmds
12920
12921# Whether we are building with GNU ld or not.
12922with_gnu_ld=$lt_with_gnu_ld
12923
12924# Flag that allows shared libraries with undefined symbols to be built.
12925allow_undefined_flag=$lt_allow_undefined_flag
12926
12927# Flag that enforces no undefined symbols.
12928no_undefined_flag=$lt_no_undefined_flag
12929
12930# Flag to hardcode \$libdir into a binary during linking.
12931# This must work even if \$libdir does not exist
12932hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
12933
12934# If ld is used when linking, flag to hardcode \$libdir into a binary
12935# during linking. This must work even if \$libdir does not exist.
12936hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
12937
12938# Whether we need a single "-rpath" flag with a separated argument.
12939hardcode_libdir_separator=$lt_hardcode_libdir_separator
12940
12941# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12942# DIR into the resulting binary.
12943hardcode_direct=$hardcode_direct
12944
12945# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12946# DIR into the resulting binary and the resulting library dependency is
12947# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
12948# library is relocated.
12949hardcode_direct_absolute=$hardcode_direct_absolute
12950
12951# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
12952# into the resulting binary.
12953hardcode_minus_L=$hardcode_minus_L
12954
12955# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
12956# into the resulting binary.
12957hardcode_shlibpath_var=$hardcode_shlibpath_var
12958
12959# Set to "yes" if building a shared library automatically hardcodes DIR
12960# into the library and all subsequent libraries and executables linked
12961# against it.
12962hardcode_automatic=$hardcode_automatic
12963
12964# Set to yes if linker adds runtime paths of dependent libraries
12965# to runtime path list.
12966inherit_rpath=$inherit_rpath
12967
12968# Whether libtool must link a program against all its dependency libraries.
12969link_all_deplibs=$link_all_deplibs
12970
12971# Fix the shell variable \$srcfile for the compiler.
12972fix_srcfile_path=$lt_fix_srcfile_path
12973
12974# Set to "yes" if exported symbols are required.
12975always_export_symbols=$always_export_symbols
12976
12977# The commands to list exported symbols.
12978export_symbols_cmds=$lt_export_symbols_cmds
12979
12980# Symbols that should not be listed in the preloaded symbols.
12981exclude_expsyms=$lt_exclude_expsyms
12982
12983# Symbols that must always be exported.
12984include_expsyms=$lt_include_expsyms
12985
12986# Commands necessary for linking programs (against libraries) with templates.
12987prelink_cmds=$lt_prelink_cmds
12988
12989# Specify filename containing input files.
12990file_list_spec=$lt_file_list_spec
12991
12992# How to hardcode a shared library path into an executable.
12993hardcode_action=$hardcode_action
12994
12995# ### END LIBTOOL CONFIG
12996
12997_LT_EOF
12998
12999 case $host_os in
13000 aix3*)
13001 cat <<\_LT_EOF >> "$cfgfile"
13002# AIX sometimes has problems with the GCC collect2 program. For some
13003# reason, if we set the COLLECT_NAMES environment variable, the problems
13004# vanish in a puff of smoke.
13005if test "X${COLLECT_NAMES+set}" != Xset; then
13006 COLLECT_NAMES=
13007 export COLLECT_NAMES
13008fi
13009_LT_EOF
13010 ;;
13011 esac
13012
13013
13014ltmain="$ac_aux_dir/ltmain.sh"
13015
13016
13017 # We use sed instead of cat because bash on DJGPP gets confused if
13018 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13019 # text mode, it properly converts lines to CR/LF. This bash problem
13020 # is reportedly fixed, but why not run on old versions too?
13021 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13022 || (rm -f "$cfgfile"; exit 1)
13023
13024 case $xsi_shell in
13025 yes)
13026 cat << \_LT_EOF >> "$cfgfile"
13027
13028# func_dirname file append nondir_replacement
13029# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13030# otherwise set result to NONDIR_REPLACEMENT.
13031func_dirname ()
13032{
13033 case ${1} in
13034 */*) func_dirname_result="${1%/*}${2}" ;;
13035 * ) func_dirname_result="${3}" ;;
13036 esac
13037}
13038
13039# func_basename file
13040func_basename ()
13041{
13042 func_basename_result="${1##*/}"
13043}
13044
13045# func_dirname_and_basename file append nondir_replacement
13046# perform func_basename and func_dirname in a single function
13047# call:
13048# dirname: Compute the dirname of FILE. If nonempty,
13049# add APPEND to the result, otherwise set result
13050# to NONDIR_REPLACEMENT.
13051# value returned in "$func_dirname_result"
13052# basename: Compute filename of FILE.
13053# value retuned in "$func_basename_result"
13054# Implementation must be kept synchronized with func_dirname
13055# and func_basename. For efficiency, we do not delegate to
13056# those functions but instead duplicate the functionality here.
13057func_dirname_and_basename ()
13058{
13059 case ${1} in
13060 */*) func_dirname_result="${1%/*}${2}" ;;
13061 * ) func_dirname_result="${3}" ;;
13062 esac
13063 func_basename_result="${1##*/}"
13064}
13065
13066# func_stripname prefix suffix name
13067# strip PREFIX and SUFFIX off of NAME.
13068# PREFIX and SUFFIX must not contain globbing or regex special
13069# characters, hashes, percent signs, but SUFFIX may contain a leading
13070# dot (in which case that matches only a dot).
13071func_stripname ()
13072{
13073 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13074 # positional parameters, so assign one to ordinary parameter first.
13075 func_stripname_result=${3}
13076 func_stripname_result=${func_stripname_result#"${1}"}
13077 func_stripname_result=${func_stripname_result%"${2}"}
13078}
13079
13080# func_opt_split
13081func_opt_split ()
13082{
13083 func_opt_split_opt=${1%%=*}
13084 func_opt_split_arg=${1#*=}
13085}
13086
13087# func_lo2o object
13088func_lo2o ()
13089{
13090 case ${1} in
13091 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13092 *) func_lo2o_result=${1} ;;
13093 esac
13094}
13095
13096# func_xform libobj-or-source
13097func_xform ()
13098{
13099 func_xform_result=${1%.*}.lo
13100}
13101
13102# func_arith arithmetic-term...
13103func_arith ()
13104{
13105 func_arith_result=$(( $* ))
13106}
13107
13108# func_len string
13109# STRING may not start with a hyphen.
13110func_len ()
13111{
13112 func_len_result=${#1}
13113}
13114
13115_LT_EOF
13116 ;;
13117 *) # Bourne compatible functions.
13118 cat << \_LT_EOF >> "$cfgfile"
13119
13120# func_dirname file append nondir_replacement
13121# Compute the dirname of FILE. If nonempty, add APPEND to the result,
13122# otherwise set result to NONDIR_REPLACEMENT.
13123func_dirname ()
13124{
13125 # Extract subdirectory from the argument.
52327858 13126 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
d7f09764
DN
13127 if test "X$func_dirname_result" = "X${1}"; then
13128 func_dirname_result="${3}"
13129 else
13130 func_dirname_result="$func_dirname_result${2}"
13131 fi
13132}
13133
13134# func_basename file
13135func_basename ()
13136{
52327858 13137 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
d7f09764
DN
13138}
13139
13140
13141# func_stripname prefix suffix name
13142# strip PREFIX and SUFFIX off of NAME.
13143# PREFIX and SUFFIX must not contain globbing or regex special
13144# characters, hashes, percent signs, but SUFFIX may contain a leading
13145# dot (in which case that matches only a dot).
13146# func_strip_suffix prefix name
13147func_stripname ()
13148{
13149 case ${2} in
52327858
L
13150 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13151 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
d7f09764
DN
13152 esac
13153}
13154
13155# sed scripts:
13156my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13157my_sed_long_arg='1s/^-[^=]*=//'
13158
13159# func_opt_split
13160func_opt_split ()
13161{
52327858
L
13162 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13163 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
d7f09764
DN
13164}
13165
13166# func_lo2o object
13167func_lo2o ()
13168{
52327858 13169 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
d7f09764
DN
13170}
13171
13172# func_xform libobj-or-source
13173func_xform ()
13174{
52327858 13175 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
d7f09764
DN
13176}
13177
13178# func_arith arithmetic-term...
13179func_arith ()
13180{
13181 func_arith_result=`expr "$@"`
13182}
13183
13184# func_len string
13185# STRING may not start with a hyphen.
13186func_len ()
13187{
13188 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13189}
13190
13191_LT_EOF
13192esac
13193
13194case $lt_shell_append in
13195 yes)
13196 cat << \_LT_EOF >> "$cfgfile"
13197
13198# func_append var value
13199# Append VALUE to the end of shell variable VAR.
13200func_append ()
13201{
13202 eval "$1+=\$2"
13203}
13204_LT_EOF
13205 ;;
13206 *)
13207 cat << \_LT_EOF >> "$cfgfile"
13208
13209# func_append var value
13210# Append VALUE to the end of shell variable VAR.
13211func_append ()
13212{
13213 eval "$1=\$$1\$2"
13214}
13215
13216_LT_EOF
13217 ;;
13218 esac
13219
13220
13221 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13222 || (rm -f "$cfgfile"; exit 1)
13223
13224 mv -f "$cfgfile" "$ofile" ||
13225 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13226 chmod +x "$ofile"
13227
13228 ;;
13229
13230 esac
13231done # for ac_tag
13232
13233
13234as_fn_exit 0
13235_ACEOF
13236ac_clean_files=$ac_clean_files_save
13237
13238test $ac_write_fail = 0 ||
13239 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13240
13241
13242# configure is writing to config.log, and then calls config.status.
13243# config.status does its own redirection, appending to config.log.
13244# Unfortunately, on DOS this fails, as config.log is still kept open
13245# by configure, so config.status won't be able to write to it; its
13246# output is simply discarded. So we exec the FD to /dev/null,
13247# effectively closing config.log, so it can be properly (re)opened and
13248# appended to by config.status. When coming back to configure, we
13249# need to make the FD available again.
13250if test "$no_create" != yes; then
13251 ac_cs_success=:
13252 ac_config_status_args=
13253 test "$silent" = yes &&
13254 ac_config_status_args="$ac_config_status_args --quiet"
13255 exec 5>/dev/null
13256 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13257 exec 5>>config.log
13258 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13259 # would make configure fail if this is the last instruction.
13260 $ac_cs_success || as_fn_exit $?
13261fi
13262if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13263 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13264$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13265fi
13266