* vr-values.h: New file with vr_values class.
[official-gcc.git] / libmpx / configure
blob853993a522f1a298d5fee223aec74810aca9131b
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64 for package-unused version-unused.
5 # Report bugs to <libmpx>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
9 # Foundation, Inc.
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20 emulate sh
21 NULLCMD=:
22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
25 setopt NO_GLOB_SUBST
26 else
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
32 esac
36 as_nl='
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in #(
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
84 # IFS
85 # We need space, tab and new line, in precisely that order. Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" "" $as_nl"
91 # Find who we are. Look in the path if we contain no directory separator.
92 case $0 in #((
93 *[\\/]* ) as_myself=$0 ;;
94 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
97 IFS=$as_save_IFS
98 test -z "$as_dir" && as_dir=.
99 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100 done
101 IFS=$as_save_IFS
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108 as_myself=$0
110 if test ! -f "$as_myself"; then
111 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112 exit 1
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there. '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136 if test "x$CONFIG_SHELL" = x; then
137 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138 emulate sh
139 NULLCMD=:
140 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141 # is contrary to our usage. Disable this feature.
142 alias -g '\${1+\"\$@\"}'='\"\$@\"'
143 setopt NO_GLOB_SUBST
144 else
145 case \`(set -o) 2>/dev/null\` in #(
146 *posix*) :
147 set -o posix ;; #(
148 *) :
150 esac
153 as_required="as_fn_return () { (exit \$1); }
154 as_fn_success () { as_fn_return 0; }
155 as_fn_failure () { as_fn_return 1; }
156 as_fn_ret_success () { return 0; }
157 as_fn_ret_failure () { return 1; }
159 exitcode=0
160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
166 else
167 exitcode=1; echo positional parameters were not saved.
169 test x\$exitcode = x0 || exit 1"
170 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174 test \$(( 1 + 1 )) = 2 || exit 1
176 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
177 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
178 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
179 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
180 PATH=/empty FPATH=/empty; export PATH FPATH
181 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
182 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
183 if (eval "$as_required") 2>/dev/null; then :
184 as_have_required=yes
185 else
186 as_have_required=no
188 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
190 else
191 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
192 as_found=false
193 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
195 IFS=$as_save_IFS
196 test -z "$as_dir" && as_dir=.
197 as_found=:
198 case $as_dir in #(
200 for as_base in sh bash ksh sh5; do
201 # Try only shells that exist, to save several forks.
202 as_shell=$as_dir/$as_base
203 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
204 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 CONFIG_SHELL=$as_shell as_have_required=yes
206 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
207 break 2
210 done;;
211 esac
212 as_found=false
213 done
214 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
215 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
216 CONFIG_SHELL=$SHELL as_have_required=yes
217 fi; }
218 IFS=$as_save_IFS
221 if test "x$CONFIG_SHELL" != x; then :
222 # We cannot yet assume a decent shell, so we have to provide a
223 # neutralization value for shells without unset; and this also
224 # works around shells that cannot unset nonexistent variables.
225 BASH_ENV=/dev/null
226 ENV=/dev/null
227 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
228 export CONFIG_SHELL
229 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
232 if test x$as_have_required = xno; then :
233 $as_echo "$0: This script requires a shell more modern than all"
234 $as_echo "$0: the shells that I found on your system."
235 if test x${ZSH_VERSION+set} = xset ; then
236 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
237 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
238 else
239 $as_echo "$0: Please tell bug-autoconf@gnu.org and libmpx about your
240 $0: system, including any error possibly output before this
241 $0: message. Then install a modern shell, or manually run
242 $0: the script under such a shell if you do have one."
244 exit 1
248 SHELL=${CONFIG_SHELL-/bin/sh}
249 export SHELL
250 # Unset more variables known to interfere with behavior of common tools.
251 CLICOLOR_FORCE= GREP_OPTIONS=
252 unset CLICOLOR_FORCE GREP_OPTIONS
254 ## --------------------- ##
255 ## M4sh Shell Functions. ##
256 ## --------------------- ##
257 # as_fn_unset VAR
258 # ---------------
259 # Portably unset VAR.
260 as_fn_unset ()
262 { eval $1=; unset $1;}
264 as_unset=as_fn_unset
266 # as_fn_set_status STATUS
267 # -----------------------
268 # Set $? to STATUS, without forking.
269 as_fn_set_status ()
271 return $1
272 } # as_fn_set_status
274 # as_fn_exit STATUS
275 # -----------------
276 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
277 as_fn_exit ()
279 set +e
280 as_fn_set_status $1
281 exit $1
282 } # as_fn_exit
284 # as_fn_mkdir_p
285 # -------------
286 # Create "$as_dir" as a directory, including parents if necessary.
287 as_fn_mkdir_p ()
290 case $as_dir in #(
291 -*) as_dir=./$as_dir;;
292 esac
293 test -d "$as_dir" || eval $as_mkdir_p || {
294 as_dirs=
295 while :; do
296 case $as_dir in #(
297 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
298 *) as_qdir=$as_dir;;
299 esac
300 as_dirs="'$as_qdir' $as_dirs"
301 as_dir=`$as_dirname -- "$as_dir" ||
302 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
303 X"$as_dir" : 'X\(//\)[^/]' \| \
304 X"$as_dir" : 'X\(//\)$' \| \
305 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
306 $as_echo X"$as_dir" |
307 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
308 s//\1/
311 /^X\(\/\/\)[^/].*/{
312 s//\1/
315 /^X\(\/\/\)$/{
316 s//\1/
319 /^X\(\/\).*/{
320 s//\1/
323 s/.*/./; q'`
324 test -d "$as_dir" && break
325 done
326 test -z "$as_dirs" || eval "mkdir $as_dirs"
327 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
330 } # as_fn_mkdir_p
331 # as_fn_append VAR VALUE
332 # ----------------------
333 # Append the text in VALUE to the end of the definition contained in VAR. Take
334 # advantage of any shell optimizations that allow amortized linear growth over
335 # repeated appends, instead of the typical quadratic growth present in naive
336 # implementations.
337 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
338 eval 'as_fn_append ()
340 eval $1+=\$2
342 else
343 as_fn_append ()
345 eval $1=\$$1\$2
347 fi # as_fn_append
349 # as_fn_arith ARG...
350 # ------------------
351 # Perform arithmetic evaluation on the ARGs, and store the result in the
352 # global $as_val. Take advantage of shells that can avoid forks. The arguments
353 # must be portable across $(()) and expr.
354 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
355 eval 'as_fn_arith ()
357 as_val=$(( $* ))
359 else
360 as_fn_arith ()
362 as_val=`expr "$@" || test $? -eq 1`
364 fi # as_fn_arith
367 # as_fn_error ERROR [LINENO LOG_FD]
368 # ---------------------------------
369 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
370 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
371 # script with status $?, using 1 if that was 0.
372 as_fn_error ()
374 as_status=$?; test $as_status -eq 0 && as_status=1
375 if test "$3"; then
376 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
377 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
379 $as_echo "$as_me: error: $1" >&2
380 as_fn_exit $as_status
381 } # as_fn_error
383 if expr a : '\(a\)' >/dev/null 2>&1 &&
384 test "X`expr 00001 : '.*\(...\)'`" = X001; then
385 as_expr=expr
386 else
387 as_expr=false
390 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
391 as_basename=basename
392 else
393 as_basename=false
396 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
397 as_dirname=dirname
398 else
399 as_dirname=false
402 as_me=`$as_basename -- "$0" ||
403 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
404 X"$0" : 'X\(//\)$' \| \
405 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
406 $as_echo X/"$0" |
407 sed '/^.*\/\([^/][^/]*\)\/*$/{
408 s//\1/
411 /^X\/\(\/\/\)$/{
412 s//\1/
415 /^X\/\(\/\).*/{
416 s//\1/
419 s/.*/./; q'`
421 # Avoid depending upon Character Ranges.
422 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
423 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
424 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
425 as_cr_digits='0123456789'
426 as_cr_alnum=$as_cr_Letters$as_cr_digits
429 as_lineno_1=$LINENO as_lineno_1a=$LINENO
430 as_lineno_2=$LINENO as_lineno_2a=$LINENO
431 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
432 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
433 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
434 sed -n '
436 /[$]LINENO/=
437 ' <$as_myself |
438 sed '
439 s/[$]LINENO.*/&-/
440 t lineno
442 :lineno
444 :loop
445 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
446 t loop
447 s/-\n.*//
448 ' >$as_me.lineno &&
449 chmod +x "$as_me.lineno" ||
450 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
452 # Don't try to exec as it changes $[0], causing all sort of problems
453 # (the dirname of $[0] is not the place where we might find the
454 # original and so on. Autoconf is especially sensitive to this).
455 . "./$as_me.lineno"
456 # Exit status is that of the last command.
457 exit
460 ECHO_C= ECHO_N= ECHO_T=
461 case `echo -n x` in #(((((
462 -n*)
463 case `echo 'xy\c'` in
464 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
465 xy) ECHO_C='\c';;
466 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
467 ECHO_T=' ';;
468 esac;;
470 ECHO_N='-n';;
471 esac
473 rm -f conf$$ conf$$.exe conf$$.file
474 if test -d conf$$.dir; then
475 rm -f conf$$.dir/conf$$.file
476 else
477 rm -f conf$$.dir
478 mkdir conf$$.dir 2>/dev/null
480 if (echo >conf$$.file) 2>/dev/null; then
481 if ln -s conf$$.file conf$$ 2>/dev/null; then
482 as_ln_s='ln -s'
483 # ... but there are two gotchas:
484 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
485 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
486 # In both cases, we have to default to `cp -p'.
487 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
488 as_ln_s='cp -p'
489 elif ln conf$$.file conf$$ 2>/dev/null; then
490 as_ln_s=ln
491 else
492 as_ln_s='cp -p'
494 else
495 as_ln_s='cp -p'
497 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
498 rmdir conf$$.dir 2>/dev/null
500 if mkdir -p . 2>/dev/null; then
501 as_mkdir_p='mkdir -p "$as_dir"'
502 else
503 test -d ./-p && rmdir ./-p
504 as_mkdir_p=false
507 if test -x / >/dev/null 2>&1; then
508 as_test_x='test -x'
509 else
510 if ls -dL / >/dev/null 2>&1; then
511 as_ls_L_option=L
512 else
513 as_ls_L_option=
515 as_test_x='
516 eval sh -c '\''
517 if test -d "$1"; then
518 test -d "$1/.";
519 else
520 case $1 in #(
521 -*)set "./$1";;
522 esac;
523 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
524 ???[sx]*):;;*)false;;esac;fi
525 '\'' sh
528 as_executable_p=$as_test_x
530 # Sed expression to map a string onto a valid CPP name.
531 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
533 # Sed expression to map a string onto a valid variable name.
534 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
536 SHELL=${CONFIG_SHELL-/bin/sh}
539 exec 7<&0 </dev/null 6>&1
541 # Name of the host.
542 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
543 # so uname gets run too.
544 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
547 # Initializations.
549 ac_default_prefix=/usr/local
550 ac_clean_files=
551 ac_config_libobj_dir=.
552 LIBOBJS=
553 cross_compiling=no
554 subdirs=
555 MFLAGS=
556 MAKEFLAGS=
558 # Identity of this package.
559 PACKAGE_NAME='package-unused'
560 PACKAGE_TARNAME='package-unused'
561 PACKAGE_VERSION='version-unused'
562 PACKAGE_STRING='package-unused version-unused'
563 PACKAGE_BUGREPORT='libmpx'
564 PACKAGE_URL=''
566 # Factoring default headers for most tests.
567 ac_includes_default="\
568 #include <stdio.h>
569 #ifdef HAVE_SYS_TYPES_H
570 # include <sys/types.h>
571 #endif
572 #ifdef HAVE_SYS_STAT_H
573 # include <sys/stat.h>
574 #endif
575 #ifdef STDC_HEADERS
576 # include <stdlib.h>
577 # include <stddef.h>
578 #else
579 # ifdef HAVE_STDLIB_H
580 # include <stdlib.h>
581 # endif
582 #endif
583 #ifdef HAVE_STRING_H
584 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
585 # include <memory.h>
586 # endif
587 # include <string.h>
588 #endif
589 #ifdef HAVE_STRINGS_H
590 # include <strings.h>
591 #endif
592 #ifdef HAVE_INTTYPES_H
593 # include <inttypes.h>
594 #endif
595 #ifdef HAVE_STDINT_H
596 # include <stdint.h>
597 #endif
598 #ifdef HAVE_UNISTD_H
599 # include <unistd.h>
600 #endif"
602 ac_subst_vars='am__EXEEXT_FALSE
603 am__EXEEXT_TRUE
604 LTLIBOBJS
605 LIBOBJS
606 get_gcc_base_ver
607 XCFLAGS
608 enable_static
609 enable_shared
610 OTOOL64
611 OTOOL
612 LIPO
613 NMEDIT
614 DSYMUTIL
615 OBJDUMP
616 LN_S
618 ac_ct_DUMPBIN
619 DUMPBIN
621 FGREP
623 LIBTOOL
624 MPX_AS_SUPPORTED_FALSE
625 MPX_AS_SUPPORTED_TRUE
626 RANLIB
629 CCASFLAGS
630 CCAS
631 toolexeclibdir
632 toolexecdir
633 EGREP
634 GREP
636 OBJEXT
637 EXEEXT
638 ac_ct_CC
639 CPPFLAGS
640 LDFLAGS
641 CFLAGS
643 MAINT
644 MAINTAINER_MODE_FALSE
645 MAINTAINER_MODE_TRUE
646 multi_basedir
647 am__untar
648 am__tar
649 AMTAR
650 am__leading_dot
651 SET_MAKE
653 mkdir_p
654 MKDIR_P
655 INSTALL_STRIP_PROGRAM
656 STRIP
657 install_sh
658 MAKEINFO
659 AUTOHEADER
660 AUTOMAKE
661 AUTOCONF
662 ACLOCAL
663 VERSION
664 PACKAGE
665 CYGPATH_W
666 am__isrc
667 INSTALL_DATA
668 INSTALL_SCRIPT
669 INSTALL_PROGRAM
670 link_libmpx
671 LIBMPX_SUPPORTED_FALSE
672 LIBMPX_SUPPORTED_TRUE
673 target_os
674 target_vendor
675 target_cpu
676 target
677 host_os
678 host_vendor
679 host_cpu
680 host
681 build_os
682 build_vendor
683 build_cpu
684 build
685 target_alias
686 host_alias
687 build_alias
688 LIBS
689 ECHO_T
690 ECHO_N
691 ECHO_C
692 DEFS
693 mandir
694 localedir
695 libdir
696 psdir
697 pdfdir
698 dvidir
699 htmldir
700 infodir
701 docdir
702 oldincludedir
703 includedir
704 localstatedir
705 sharedstatedir
706 sysconfdir
707 datadir
708 datarootdir
709 libexecdir
710 sbindir
711 bindir
712 program_transform_name
713 prefix
714 exec_prefix
715 PACKAGE_URL
716 PACKAGE_BUGREPORT
717 PACKAGE_STRING
718 PACKAGE_VERSION
719 PACKAGE_TARNAME
720 PACKAGE_NAME
721 PATH_SEPARATOR
722 SHELL'
723 ac_subst_files=''
724 ac_user_opts='
725 enable_option_checking
726 enable_version_specific_runtime_libs
727 enable_multilib
728 enable_maintainer_mode
729 enable_shared
730 enable_static
731 with_pic
732 enable_fast_install
733 with_gnu_ld
734 enable_libtool_lock
735 with_gcc_major_version_only
737 ac_precious_vars='build_alias
738 host_alias
739 target_alias
741 CFLAGS
742 LDFLAGS
743 LIBS
744 CPPFLAGS
745 CPP'
748 # Initialize some variables set by options.
749 ac_init_help=
750 ac_init_version=false
751 ac_unrecognized_opts=
752 ac_unrecognized_sep=
753 # The variables have the same names as the options, with
754 # dashes changed to underlines.
755 cache_file=/dev/null
756 exec_prefix=NONE
757 no_create=
758 no_recursion=
759 prefix=NONE
760 program_prefix=NONE
761 program_suffix=NONE
762 program_transform_name=s,x,x,
763 silent=
764 site=
765 srcdir=
766 verbose=
767 x_includes=NONE
768 x_libraries=NONE
770 # Installation directory options.
771 # These are left unexpanded so users can "make install exec_prefix=/foo"
772 # and all the variables that are supposed to be based on exec_prefix
773 # by default will actually change.
774 # Use braces instead of parens because sh, perl, etc. also accept them.
775 # (The list follows the same order as the GNU Coding Standards.)
776 bindir='${exec_prefix}/bin'
777 sbindir='${exec_prefix}/sbin'
778 libexecdir='${exec_prefix}/libexec'
779 datarootdir='${prefix}/share'
780 datadir='${datarootdir}'
781 sysconfdir='${prefix}/etc'
782 sharedstatedir='${prefix}/com'
783 localstatedir='${prefix}/var'
784 includedir='${prefix}/include'
785 oldincludedir='/usr/include'
786 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
787 infodir='${datarootdir}/info'
788 htmldir='${docdir}'
789 dvidir='${docdir}'
790 pdfdir='${docdir}'
791 psdir='${docdir}'
792 libdir='${exec_prefix}/lib'
793 localedir='${datarootdir}/locale'
794 mandir='${datarootdir}/man'
796 ac_prev=
797 ac_dashdash=
798 for ac_option
800 # If the previous option needs an argument, assign it.
801 if test -n "$ac_prev"; then
802 eval $ac_prev=\$ac_option
803 ac_prev=
804 continue
807 case $ac_option in
808 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
809 *) ac_optarg=yes ;;
810 esac
812 # Accept the important Cygnus configure options, so we can diagnose typos.
814 case $ac_dashdash$ac_option in
816 ac_dashdash=yes ;;
818 -bindir | --bindir | --bindi | --bind | --bin | --bi)
819 ac_prev=bindir ;;
820 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
821 bindir=$ac_optarg ;;
823 -build | --build | --buil | --bui | --bu)
824 ac_prev=build_alias ;;
825 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
826 build_alias=$ac_optarg ;;
828 -cache-file | --cache-file | --cache-fil | --cache-fi \
829 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
830 ac_prev=cache_file ;;
831 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
832 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
833 cache_file=$ac_optarg ;;
835 --config-cache | -C)
836 cache_file=config.cache ;;
838 -datadir | --datadir | --datadi | --datad)
839 ac_prev=datadir ;;
840 -datadir=* | --datadir=* | --datadi=* | --datad=*)
841 datadir=$ac_optarg ;;
843 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
844 | --dataroo | --dataro | --datar)
845 ac_prev=datarootdir ;;
846 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
847 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
848 datarootdir=$ac_optarg ;;
850 -disable-* | --disable-*)
851 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
852 # Reject names that are not valid shell variable names.
853 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
854 as_fn_error "invalid feature name: $ac_useropt"
855 ac_useropt_orig=$ac_useropt
856 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
857 case $ac_user_opts in
859 "enable_$ac_useropt"
860 "*) ;;
861 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
862 ac_unrecognized_sep=', ';;
863 esac
864 eval enable_$ac_useropt=no ;;
866 -docdir | --docdir | --docdi | --doc | --do)
867 ac_prev=docdir ;;
868 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
869 docdir=$ac_optarg ;;
871 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
872 ac_prev=dvidir ;;
873 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
874 dvidir=$ac_optarg ;;
876 -enable-* | --enable-*)
877 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
878 # Reject names that are not valid shell variable names.
879 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
880 as_fn_error "invalid feature name: $ac_useropt"
881 ac_useropt_orig=$ac_useropt
882 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
883 case $ac_user_opts in
885 "enable_$ac_useropt"
886 "*) ;;
887 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
888 ac_unrecognized_sep=', ';;
889 esac
890 eval enable_$ac_useropt=\$ac_optarg ;;
892 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
893 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
894 | --exec | --exe | --ex)
895 ac_prev=exec_prefix ;;
896 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
897 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
898 | --exec=* | --exe=* | --ex=*)
899 exec_prefix=$ac_optarg ;;
901 -gas | --gas | --ga | --g)
902 # Obsolete; use --with-gas.
903 with_gas=yes ;;
905 -help | --help | --hel | --he | -h)
906 ac_init_help=long ;;
907 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
908 ac_init_help=recursive ;;
909 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
910 ac_init_help=short ;;
912 -host | --host | --hos | --ho)
913 ac_prev=host_alias ;;
914 -host=* | --host=* | --hos=* | --ho=*)
915 host_alias=$ac_optarg ;;
917 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
918 ac_prev=htmldir ;;
919 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
920 | --ht=*)
921 htmldir=$ac_optarg ;;
923 -includedir | --includedir | --includedi | --included | --include \
924 | --includ | --inclu | --incl | --inc)
925 ac_prev=includedir ;;
926 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
927 | --includ=* | --inclu=* | --incl=* | --inc=*)
928 includedir=$ac_optarg ;;
930 -infodir | --infodir | --infodi | --infod | --info | --inf)
931 ac_prev=infodir ;;
932 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
933 infodir=$ac_optarg ;;
935 -libdir | --libdir | --libdi | --libd)
936 ac_prev=libdir ;;
937 -libdir=* | --libdir=* | --libdi=* | --libd=*)
938 libdir=$ac_optarg ;;
940 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
941 | --libexe | --libex | --libe)
942 ac_prev=libexecdir ;;
943 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
944 | --libexe=* | --libex=* | --libe=*)
945 libexecdir=$ac_optarg ;;
947 -localedir | --localedir | --localedi | --localed | --locale)
948 ac_prev=localedir ;;
949 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
950 localedir=$ac_optarg ;;
952 -localstatedir | --localstatedir | --localstatedi | --localstated \
953 | --localstate | --localstat | --localsta | --localst | --locals)
954 ac_prev=localstatedir ;;
955 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
956 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
957 localstatedir=$ac_optarg ;;
959 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
960 ac_prev=mandir ;;
961 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
962 mandir=$ac_optarg ;;
964 -nfp | --nfp | --nf)
965 # Obsolete; use --without-fp.
966 with_fp=no ;;
968 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
969 | --no-cr | --no-c | -n)
970 no_create=yes ;;
972 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
973 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
974 no_recursion=yes ;;
976 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
977 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
978 | --oldin | --oldi | --old | --ol | --o)
979 ac_prev=oldincludedir ;;
980 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
981 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
982 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
983 oldincludedir=$ac_optarg ;;
985 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
986 ac_prev=prefix ;;
987 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
988 prefix=$ac_optarg ;;
990 -program-prefix | --program-prefix | --program-prefi | --program-pref \
991 | --program-pre | --program-pr | --program-p)
992 ac_prev=program_prefix ;;
993 -program-prefix=* | --program-prefix=* | --program-prefi=* \
994 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
995 program_prefix=$ac_optarg ;;
997 -program-suffix | --program-suffix | --program-suffi | --program-suff \
998 | --program-suf | --program-su | --program-s)
999 ac_prev=program_suffix ;;
1000 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1001 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1002 program_suffix=$ac_optarg ;;
1004 -program-transform-name | --program-transform-name \
1005 | --program-transform-nam | --program-transform-na \
1006 | --program-transform-n | --program-transform- \
1007 | --program-transform | --program-transfor \
1008 | --program-transfo | --program-transf \
1009 | --program-trans | --program-tran \
1010 | --progr-tra | --program-tr | --program-t)
1011 ac_prev=program_transform_name ;;
1012 -program-transform-name=* | --program-transform-name=* \
1013 | --program-transform-nam=* | --program-transform-na=* \
1014 | --program-transform-n=* | --program-transform-=* \
1015 | --program-transform=* | --program-transfor=* \
1016 | --program-transfo=* | --program-transf=* \
1017 | --program-trans=* | --program-tran=* \
1018 | --progr-tra=* | --program-tr=* | --program-t=*)
1019 program_transform_name=$ac_optarg ;;
1021 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1022 ac_prev=pdfdir ;;
1023 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1024 pdfdir=$ac_optarg ;;
1026 -psdir | --psdir | --psdi | --psd | --ps)
1027 ac_prev=psdir ;;
1028 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1029 psdir=$ac_optarg ;;
1031 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1032 | -silent | --silent | --silen | --sile | --sil)
1033 silent=yes ;;
1035 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1036 ac_prev=sbindir ;;
1037 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1038 | --sbi=* | --sb=*)
1039 sbindir=$ac_optarg ;;
1041 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1042 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1043 | --sharedst | --shareds | --shared | --share | --shar \
1044 | --sha | --sh)
1045 ac_prev=sharedstatedir ;;
1046 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1047 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1048 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1049 | --sha=* | --sh=*)
1050 sharedstatedir=$ac_optarg ;;
1052 -site | --site | --sit)
1053 ac_prev=site ;;
1054 -site=* | --site=* | --sit=*)
1055 site=$ac_optarg ;;
1057 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1058 ac_prev=srcdir ;;
1059 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1060 srcdir=$ac_optarg ;;
1062 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1063 | --syscon | --sysco | --sysc | --sys | --sy)
1064 ac_prev=sysconfdir ;;
1065 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1066 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1067 sysconfdir=$ac_optarg ;;
1069 -target | --target | --targe | --targ | --tar | --ta | --t)
1070 ac_prev=target_alias ;;
1071 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1072 target_alias=$ac_optarg ;;
1074 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1075 verbose=yes ;;
1077 -version | --version | --versio | --versi | --vers | -V)
1078 ac_init_version=: ;;
1080 -with-* | --with-*)
1081 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1082 # Reject names that are not valid shell variable names.
1083 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1084 as_fn_error "invalid package name: $ac_useropt"
1085 ac_useropt_orig=$ac_useropt
1086 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1087 case $ac_user_opts in
1089 "with_$ac_useropt"
1090 "*) ;;
1091 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1092 ac_unrecognized_sep=', ';;
1093 esac
1094 eval with_$ac_useropt=\$ac_optarg ;;
1096 -without-* | --without-*)
1097 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1098 # Reject names that are not valid shell variable names.
1099 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1100 as_fn_error "invalid package name: $ac_useropt"
1101 ac_useropt_orig=$ac_useropt
1102 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1103 case $ac_user_opts in
1105 "with_$ac_useropt"
1106 "*) ;;
1107 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1108 ac_unrecognized_sep=', ';;
1109 esac
1110 eval with_$ac_useropt=no ;;
1112 --x)
1113 # Obsolete; use --with-x.
1114 with_x=yes ;;
1116 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1117 | --x-incl | --x-inc | --x-in | --x-i)
1118 ac_prev=x_includes ;;
1119 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1120 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1121 x_includes=$ac_optarg ;;
1123 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1124 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1125 ac_prev=x_libraries ;;
1126 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1127 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1128 x_libraries=$ac_optarg ;;
1130 -*) as_fn_error "unrecognized option: \`$ac_option'
1131 Try \`$0 --help' for more information."
1134 *=*)
1135 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1136 # Reject names that are not valid shell variable names.
1137 case $ac_envvar in #(
1138 '' | [0-9]* | *[!_$as_cr_alnum]* )
1139 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1140 esac
1141 eval $ac_envvar=\$ac_optarg
1142 export $ac_envvar ;;
1145 # FIXME: should be removed in autoconf 3.0.
1146 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1147 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1148 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1149 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1152 esac
1153 done
1155 if test -n "$ac_prev"; then
1156 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1157 as_fn_error "missing argument to $ac_option"
1160 if test -n "$ac_unrecognized_opts"; then
1161 case $enable_option_checking in
1162 no) ;;
1163 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1164 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1165 esac
1168 # Check all directory arguments for consistency.
1169 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1170 datadir sysconfdir sharedstatedir localstatedir includedir \
1171 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1172 libdir localedir mandir
1174 eval ac_val=\$$ac_var
1175 # Remove trailing slashes.
1176 case $ac_val in
1177 */ )
1178 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1179 eval $ac_var=\$ac_val;;
1180 esac
1181 # Be sure to have absolute directory names.
1182 case $ac_val in
1183 [\\/$]* | ?:[\\/]* ) continue;;
1184 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1185 esac
1186 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1187 done
1189 # There might be people who depend on the old broken behavior: `$host'
1190 # used to hold the argument of --host etc.
1191 # FIXME: To remove some day.
1192 build=$build_alias
1193 host=$host_alias
1194 target=$target_alias
1196 # FIXME: To remove some day.
1197 if test "x$host_alias" != x; then
1198 if test "x$build_alias" = x; then
1199 cross_compiling=maybe
1200 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1201 If a cross compiler is detected then cross compile mode will be used." >&2
1202 elif test "x$build_alias" != "x$host_alias"; then
1203 cross_compiling=yes
1207 ac_tool_prefix=
1208 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1210 test "$silent" = yes && exec 6>/dev/null
1213 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1214 ac_ls_di=`ls -di .` &&
1215 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1216 as_fn_error "working directory cannot be determined"
1217 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1218 as_fn_error "pwd does not report name of working directory"
1221 # Find the source files, if location was not specified.
1222 if test -z "$srcdir"; then
1223 ac_srcdir_defaulted=yes
1224 # Try the directory containing this script, then the parent directory.
1225 ac_confdir=`$as_dirname -- "$as_myself" ||
1226 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1227 X"$as_myself" : 'X\(//\)[^/]' \| \
1228 X"$as_myself" : 'X\(//\)$' \| \
1229 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1230 $as_echo X"$as_myself" |
1231 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1232 s//\1/
1235 /^X\(\/\/\)[^/].*/{
1236 s//\1/
1239 /^X\(\/\/\)$/{
1240 s//\1/
1243 /^X\(\/\).*/{
1244 s//\1/
1247 s/.*/./; q'`
1248 srcdir=$ac_confdir
1249 if test ! -r "$srcdir/$ac_unique_file"; then
1250 srcdir=..
1252 else
1253 ac_srcdir_defaulted=no
1255 if test ! -r "$srcdir/$ac_unique_file"; then
1256 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1257 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1259 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1260 ac_abs_confdir=`(
1261 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1262 pwd)`
1263 # When building in place, set srcdir=.
1264 if test "$ac_abs_confdir" = "$ac_pwd"; then
1265 srcdir=.
1267 # Remove unnecessary trailing slashes from srcdir.
1268 # Double slashes in file names in object file debugging info
1269 # mess up M-x gdb in Emacs.
1270 case $srcdir in
1271 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1272 esac
1273 for ac_var in $ac_precious_vars; do
1274 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1275 eval ac_env_${ac_var}_value=\$${ac_var}
1276 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1277 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1278 done
1281 # Report the --help message.
1283 if test "$ac_init_help" = "long"; then
1284 # Omit some internal or obsolete options to make the list less imposing.
1285 # This message is too long to be a string in the A/UX 3.1 sh.
1286 cat <<_ACEOF
1287 \`configure' configures package-unused version-unused to adapt to many kinds of systems.
1289 Usage: $0 [OPTION]... [VAR=VALUE]...
1291 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1292 VAR=VALUE. See below for descriptions of some of the useful variables.
1294 Defaults for the options are specified in brackets.
1296 Configuration:
1297 -h, --help display this help and exit
1298 --help=short display options specific to this package
1299 --help=recursive display the short help of all the included packages
1300 -V, --version display version information and exit
1301 -q, --quiet, --silent do not print \`checking...' messages
1302 --cache-file=FILE cache test results in FILE [disabled]
1303 -C, --config-cache alias for \`--cache-file=config.cache'
1304 -n, --no-create do not create output files
1305 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1307 Installation directories:
1308 --prefix=PREFIX install architecture-independent files in PREFIX
1309 [$ac_default_prefix]
1310 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1311 [PREFIX]
1313 By default, \`make install' will install all the files in
1314 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1315 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1316 for instance \`--prefix=\$HOME'.
1318 For better control, use the options below.
1320 Fine tuning of the installation directories:
1321 --bindir=DIR user executables [EPREFIX/bin]
1322 --sbindir=DIR system admin executables [EPREFIX/sbin]
1323 --libexecdir=DIR program executables [EPREFIX/libexec]
1324 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1325 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1326 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1327 --libdir=DIR object code libraries [EPREFIX/lib]
1328 --includedir=DIR C header files [PREFIX/include]
1329 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1330 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1331 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1332 --infodir=DIR info documentation [DATAROOTDIR/info]
1333 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1334 --mandir=DIR man documentation [DATAROOTDIR/man]
1335 --docdir=DIR documentation root [DATAROOTDIR/doc/package-unused]
1336 --htmldir=DIR html documentation [DOCDIR]
1337 --dvidir=DIR dvi documentation [DOCDIR]
1338 --pdfdir=DIR pdf documentation [DOCDIR]
1339 --psdir=DIR ps documentation [DOCDIR]
1340 _ACEOF
1342 cat <<\_ACEOF
1344 Program names:
1345 --program-prefix=PREFIX prepend PREFIX to installed program names
1346 --program-suffix=SUFFIX append SUFFIX to installed program names
1347 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1349 System types:
1350 --build=BUILD configure for building on BUILD [guessed]
1351 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1352 --target=TARGET configure for building compilers for TARGET [HOST]
1353 _ACEOF
1356 if test -n "$ac_init_help"; then
1357 case $ac_init_help in
1358 short | recursive ) echo "Configuration of package-unused version-unused:";;
1359 esac
1360 cat <<\_ACEOF
1362 Optional Features:
1363 --disable-option-checking ignore unrecognized --enable/--with options
1364 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1365 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1366 --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in a compiler-specific directory
1367 --enable-multilib build many library versions (default)
1368 --enable-maintainer-mode enable make rules and dependencies not useful
1369 (and sometimes confusing) to the casual installer
1370 --enable-shared[=PKGS] build shared libraries [default=yes]
1371 --enable-static[=PKGS] build static libraries [default=yes]
1372 --enable-fast-install[=PKGS]
1373 optimize for fast installation [default=yes]
1374 --disable-libtool-lock avoid locking (might break parallel builds)
1376 Optional Packages:
1377 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1378 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
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 --with-gcc-major-version-only
1383 use only GCC major number in filesystem paths
1385 Some influential environment variables:
1386 CC C compiler command
1387 CFLAGS C compiler flags
1388 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1389 nonstandard directory <lib dir>
1390 LIBS libraries to pass to the linker, e.g. -l<library>
1391 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1392 you have headers in a nonstandard directory <include dir>
1393 CPP C preprocessor
1395 Use these variables to override the choices made by `configure' or to help
1396 it to find libraries and programs with nonstandard names/locations.
1398 Report bugs to <libmpx>.
1399 _ACEOF
1400 ac_status=$?
1403 if test "$ac_init_help" = "recursive"; then
1404 # If there are subdirs, report their specific --help.
1405 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1406 test -d "$ac_dir" ||
1407 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1408 continue
1409 ac_builddir=.
1411 case "$ac_dir" in
1412 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1414 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1415 # A ".." for each directory in $ac_dir_suffix.
1416 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1417 case $ac_top_builddir_sub in
1418 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1419 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1420 esac ;;
1421 esac
1422 ac_abs_top_builddir=$ac_pwd
1423 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1424 # for backward compatibility:
1425 ac_top_builddir=$ac_top_build_prefix
1427 case $srcdir in
1428 .) # We are building in place.
1429 ac_srcdir=.
1430 ac_top_srcdir=$ac_top_builddir_sub
1431 ac_abs_top_srcdir=$ac_pwd ;;
1432 [\\/]* | ?:[\\/]* ) # Absolute name.
1433 ac_srcdir=$srcdir$ac_dir_suffix;
1434 ac_top_srcdir=$srcdir
1435 ac_abs_top_srcdir=$srcdir ;;
1436 *) # Relative name.
1437 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1438 ac_top_srcdir=$ac_top_build_prefix$srcdir
1439 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1440 esac
1441 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1443 cd "$ac_dir" || { ac_status=$?; continue; }
1444 # Check for guested configure.
1445 if test -f "$ac_srcdir/configure.gnu"; then
1446 echo &&
1447 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1448 elif test -f "$ac_srcdir/configure"; then
1449 echo &&
1450 $SHELL "$ac_srcdir/configure" --help=recursive
1451 else
1452 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1453 fi || ac_status=$?
1454 cd "$ac_pwd" || { ac_status=$?; break; }
1455 done
1458 test -n "$ac_init_help" && exit $ac_status
1459 if $ac_init_version; then
1460 cat <<\_ACEOF
1461 package-unused configure version-unused
1462 generated by GNU Autoconf 2.64
1464 Copyright (C) 2009 Free Software Foundation, Inc.
1465 This configure script is free software; the Free Software Foundation
1466 gives unlimited permission to copy, distribute and modify it.
1467 _ACEOF
1468 exit
1471 ## ------------------------ ##
1472 ## Autoconf initialization. ##
1473 ## ------------------------ ##
1475 # ac_fn_c_try_compile LINENO
1476 # --------------------------
1477 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1478 ac_fn_c_try_compile ()
1480 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1481 rm -f conftest.$ac_objext
1482 if { { ac_try="$ac_compile"
1483 case "(($ac_try" in
1484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1485 *) ac_try_echo=$ac_try;;
1486 esac
1487 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1488 $as_echo "$ac_try_echo"; } >&5
1489 (eval "$ac_compile") 2>conftest.err
1490 ac_status=$?
1491 if test -s conftest.err; then
1492 grep -v '^ *+' conftest.err >conftest.er1
1493 cat conftest.er1 >&5
1494 mv -f conftest.er1 conftest.err
1496 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1497 test $ac_status = 0; } && {
1498 test -z "$ac_c_werror_flag" ||
1499 test ! -s conftest.err
1500 } && test -s conftest.$ac_objext; then :
1501 ac_retval=0
1502 else
1503 $as_echo "$as_me: failed program was:" >&5
1504 sed 's/^/| /' conftest.$ac_ext >&5
1506 ac_retval=1
1508 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1509 return $ac_retval
1511 } # ac_fn_c_try_compile
1513 # ac_fn_c_try_cpp LINENO
1514 # ----------------------
1515 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1516 ac_fn_c_try_cpp ()
1518 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1519 if { { ac_try="$ac_cpp conftest.$ac_ext"
1520 case "(($ac_try" in
1521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1522 *) ac_try_echo=$ac_try;;
1523 esac
1524 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1525 $as_echo "$ac_try_echo"; } >&5
1526 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1527 ac_status=$?
1528 if test -s conftest.err; then
1529 grep -v '^ *+' conftest.err >conftest.er1
1530 cat conftest.er1 >&5
1531 mv -f conftest.er1 conftest.err
1533 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1534 test $ac_status = 0; } >/dev/null && {
1535 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1536 test ! -s conftest.err
1537 }; then :
1538 ac_retval=0
1539 else
1540 $as_echo "$as_me: failed program was:" >&5
1541 sed 's/^/| /' conftest.$ac_ext >&5
1543 ac_retval=1
1545 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1546 return $ac_retval
1548 } # ac_fn_c_try_cpp
1550 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1551 # -------------------------------------------------------
1552 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1553 # the include files in INCLUDES and setting the cache variable VAR
1554 # accordingly.
1555 ac_fn_c_check_header_mongrel ()
1557 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1558 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1560 $as_echo_n "checking for $2... " >&6; }
1561 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1562 $as_echo_n "(cached) " >&6
1564 eval ac_res=\$$3
1565 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1566 $as_echo "$ac_res" >&6; }
1567 else
1568 # Is the header compilable?
1569 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1570 $as_echo_n "checking $2 usability... " >&6; }
1571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1572 /* end confdefs.h. */
1574 #include <$2>
1575 _ACEOF
1576 if ac_fn_c_try_compile "$LINENO"; then :
1577 ac_header_compiler=yes
1578 else
1579 ac_header_compiler=no
1581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1583 $as_echo "$ac_header_compiler" >&6; }
1585 # Is the header present?
1586 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1587 $as_echo_n "checking $2 presence... " >&6; }
1588 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1589 /* end confdefs.h. */
1590 #include <$2>
1591 _ACEOF
1592 if ac_fn_c_try_cpp "$LINENO"; then :
1593 ac_header_preproc=yes
1594 else
1595 ac_header_preproc=no
1597 rm -f conftest.err conftest.$ac_ext
1598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1599 $as_echo "$ac_header_preproc" >&6; }
1601 # So? What about this header?
1602 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1603 yes:no: )
1604 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1605 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1606 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1607 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1609 no:yes:* )
1610 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1611 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1613 $as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1614 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1615 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1616 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1617 $as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1618 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1619 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1620 ( cat <<\_ASBOX
1621 ## --------------------- ##
1622 ## Report this to libmpx ##
1623 ## --------------------- ##
1624 _ASBOX
1625 ) | sed "s/^/$as_me: WARNING: /" >&2
1627 esac
1628 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1629 $as_echo_n "checking for $2... " >&6; }
1630 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1631 $as_echo_n "(cached) " >&6
1632 else
1633 eval "$3=\$ac_header_compiler"
1635 eval ac_res=\$$3
1636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1637 $as_echo "$ac_res" >&6; }
1639 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1641 } # ac_fn_c_check_header_mongrel
1643 # ac_fn_c_try_run LINENO
1644 # ----------------------
1645 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1646 # that executables *can* be run.
1647 ac_fn_c_try_run ()
1649 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1650 if { { ac_try="$ac_link"
1651 case "(($ac_try" in
1652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1653 *) ac_try_echo=$ac_try;;
1654 esac
1655 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1656 $as_echo "$ac_try_echo"; } >&5
1657 (eval "$ac_link") 2>&5
1658 ac_status=$?
1659 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1660 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1661 { { case "(($ac_try" in
1662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1663 *) ac_try_echo=$ac_try;;
1664 esac
1665 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1666 $as_echo "$ac_try_echo"; } >&5
1667 (eval "$ac_try") 2>&5
1668 ac_status=$?
1669 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1670 test $ac_status = 0; }; }; then :
1671 ac_retval=0
1672 else
1673 $as_echo "$as_me: program exited with status $ac_status" >&5
1674 $as_echo "$as_me: failed program was:" >&5
1675 sed 's/^/| /' conftest.$ac_ext >&5
1677 ac_retval=$ac_status
1679 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1680 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1681 return $ac_retval
1683 } # ac_fn_c_try_run
1685 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1686 # -------------------------------------------------------
1687 # Tests whether HEADER exists and can be compiled using the include files in
1688 # INCLUDES, setting the cache variable VAR accordingly.
1689 ac_fn_c_check_header_compile ()
1691 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1692 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1693 $as_echo_n "checking for $2... " >&6; }
1694 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1695 $as_echo_n "(cached) " >&6
1696 else
1697 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1698 /* end confdefs.h. */
1700 #include <$2>
1701 _ACEOF
1702 if ac_fn_c_try_compile "$LINENO"; then :
1703 eval "$3=yes"
1704 else
1705 eval "$3=no"
1707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1709 eval ac_res=\$$3
1710 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1711 $as_echo "$ac_res" >&6; }
1712 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1714 } # ac_fn_c_check_header_compile
1716 # ac_fn_c_try_link LINENO
1717 # -----------------------
1718 # Try to link conftest.$ac_ext, and return whether this succeeded.
1719 ac_fn_c_try_link ()
1721 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1722 rm -f conftest.$ac_objext conftest$ac_exeext
1723 if { { ac_try="$ac_link"
1724 case "(($ac_try" in
1725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1726 *) ac_try_echo=$ac_try;;
1727 esac
1728 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1729 $as_echo "$ac_try_echo"; } >&5
1730 (eval "$ac_link") 2>conftest.err
1731 ac_status=$?
1732 if test -s conftest.err; then
1733 grep -v '^ *+' conftest.err >conftest.er1
1734 cat conftest.er1 >&5
1735 mv -f conftest.er1 conftest.err
1737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1738 test $ac_status = 0; } && {
1739 test -z "$ac_c_werror_flag" ||
1740 test ! -s conftest.err
1741 } && test -s conftest$ac_exeext && {
1742 test "$cross_compiling" = yes ||
1743 $as_test_x conftest$ac_exeext
1744 }; then :
1745 ac_retval=0
1746 else
1747 $as_echo "$as_me: failed program was:" >&5
1748 sed 's/^/| /' conftest.$ac_ext >&5
1750 ac_retval=1
1752 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1753 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1754 # interfere with the next link command; also delete a directory that is
1755 # left behind by Apple's compiler. We do this before executing the actions.
1756 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1757 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1758 return $ac_retval
1760 } # ac_fn_c_try_link
1762 # ac_fn_c_check_func LINENO FUNC VAR
1763 # ----------------------------------
1764 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1765 ac_fn_c_check_func ()
1767 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1769 $as_echo_n "checking for $2... " >&6; }
1770 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1771 $as_echo_n "(cached) " >&6
1772 else
1773 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1774 /* end confdefs.h. */
1775 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1776 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1777 #define $2 innocuous_$2
1779 /* System header to define __stub macros and hopefully few prototypes,
1780 which can conflict with char $2 (); below.
1781 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1782 <limits.h> exists even on freestanding compilers. */
1784 #ifdef __STDC__
1785 # include <limits.h>
1786 #else
1787 # include <assert.h>
1788 #endif
1790 #undef $2
1792 /* Override any GCC internal prototype to avoid an error.
1793 Use char because int might match the return type of a GCC
1794 builtin and then its argument prototype would still apply. */
1795 #ifdef __cplusplus
1796 extern "C"
1797 #endif
1798 char $2 ();
1799 /* The GNU C library defines this for functions which it implements
1800 to always fail with ENOSYS. Some functions are actually named
1801 something starting with __ and the normal name is an alias. */
1802 #if defined __stub_$2 || defined __stub___$2
1803 choke me
1804 #endif
1807 main ()
1809 return $2 ();
1811 return 0;
1813 _ACEOF
1814 if ac_fn_c_try_link "$LINENO"; then :
1815 eval "$3=yes"
1816 else
1817 eval "$3=no"
1819 rm -f core conftest.err conftest.$ac_objext \
1820 conftest$ac_exeext conftest.$ac_ext
1822 eval ac_res=\$$3
1823 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1824 $as_echo "$ac_res" >&6; }
1825 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1827 } # ac_fn_c_check_func
1828 cat >config.log <<_ACEOF
1829 This file contains any messages produced by compilers while
1830 running configure, to aid debugging if configure makes a mistake.
1832 It was created by package-unused $as_me version-unused, which was
1833 generated by GNU Autoconf 2.64. Invocation command line was
1835 $ $0 $@
1837 _ACEOF
1838 exec 5>>config.log
1840 cat <<_ASUNAME
1841 ## --------- ##
1842 ## Platform. ##
1843 ## --------- ##
1845 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1846 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1847 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1848 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1849 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1851 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1852 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1854 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1855 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1856 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1857 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1858 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1859 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1860 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1862 _ASUNAME
1864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1865 for as_dir in $PATH
1867 IFS=$as_save_IFS
1868 test -z "$as_dir" && as_dir=.
1869 $as_echo "PATH: $as_dir"
1870 done
1871 IFS=$as_save_IFS
1873 } >&5
1875 cat >&5 <<_ACEOF
1878 ## ----------- ##
1879 ## Core tests. ##
1880 ## ----------- ##
1882 _ACEOF
1885 # Keep a trace of the command line.
1886 # Strip out --no-create and --no-recursion so they do not pile up.
1887 # Strip out --silent because we don't want to record it for future runs.
1888 # Also quote any args containing shell meta-characters.
1889 # Make two passes to allow for proper duplicate-argument suppression.
1890 ac_configure_args=
1891 ac_configure_args0=
1892 ac_configure_args1=
1893 ac_must_keep_next=false
1894 for ac_pass in 1 2
1896 for ac_arg
1898 case $ac_arg in
1899 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1900 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1901 | -silent | --silent | --silen | --sile | --sil)
1902 continue ;;
1903 *\'*)
1904 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1905 esac
1906 case $ac_pass in
1907 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1909 as_fn_append ac_configure_args1 " '$ac_arg'"
1910 if test $ac_must_keep_next = true; then
1911 ac_must_keep_next=false # Got value, back to normal.
1912 else
1913 case $ac_arg in
1914 *=* | --config-cache | -C | -disable-* | --disable-* \
1915 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1916 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1917 | -with-* | --with-* | -without-* | --without-* | --x)
1918 case "$ac_configure_args0 " in
1919 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1920 esac
1922 -* ) ac_must_keep_next=true ;;
1923 esac
1925 as_fn_append ac_configure_args " '$ac_arg'"
1927 esac
1928 done
1929 done
1930 { ac_configure_args0=; unset ac_configure_args0;}
1931 { ac_configure_args1=; unset ac_configure_args1;}
1933 # When interrupted or exit'd, cleanup temporary files, and complete
1934 # config.log. We remove comments because anyway the quotes in there
1935 # would cause problems or look ugly.
1936 # WARNING: Use '\'' to represent an apostrophe within the trap.
1937 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1938 trap 'exit_status=$?
1939 # Save into config.log some information that might help in debugging.
1941 echo
1943 cat <<\_ASBOX
1944 ## ---------------- ##
1945 ## Cache variables. ##
1946 ## ---------------- ##
1947 _ASBOX
1948 echo
1949 # The following way of writing the cache mishandles newlines in values,
1951 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1952 eval ac_val=\$$ac_var
1953 case $ac_val in #(
1954 *${as_nl}*)
1955 case $ac_var in #(
1956 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
1957 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1958 esac
1959 case $ac_var in #(
1960 _ | IFS | as_nl) ;; #(
1961 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1962 *) { eval $ac_var=; unset $ac_var;} ;;
1963 esac ;;
1964 esac
1965 done
1966 (set) 2>&1 |
1967 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1968 *${as_nl}ac_space=\ *)
1969 sed -n \
1970 "s/'\''/'\''\\\\'\'''\''/g;
1971 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1972 ;; #(
1974 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1976 esac |
1977 sort
1979 echo
1981 cat <<\_ASBOX
1982 ## ----------------- ##
1983 ## Output variables. ##
1984 ## ----------------- ##
1985 _ASBOX
1986 echo
1987 for ac_var in $ac_subst_vars
1989 eval ac_val=\$$ac_var
1990 case $ac_val in
1991 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1992 esac
1993 $as_echo "$ac_var='\''$ac_val'\''"
1994 done | sort
1995 echo
1997 if test -n "$ac_subst_files"; then
1998 cat <<\_ASBOX
1999 ## ------------------- ##
2000 ## File substitutions. ##
2001 ## ------------------- ##
2002 _ASBOX
2003 echo
2004 for ac_var in $ac_subst_files
2006 eval ac_val=\$$ac_var
2007 case $ac_val in
2008 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2009 esac
2010 $as_echo "$ac_var='\''$ac_val'\''"
2011 done | sort
2012 echo
2015 if test -s confdefs.h; then
2016 cat <<\_ASBOX
2017 ## ----------- ##
2018 ## confdefs.h. ##
2019 ## ----------- ##
2020 _ASBOX
2021 echo
2022 cat confdefs.h
2023 echo
2025 test "$ac_signal" != 0 &&
2026 $as_echo "$as_me: caught signal $ac_signal"
2027 $as_echo "$as_me: exit $exit_status"
2028 } >&5
2029 rm -f core *.core core.conftest.* &&
2030 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2031 exit $exit_status
2033 for ac_signal in 1 2 13 15; do
2034 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2035 done
2036 ac_signal=0
2038 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2039 rm -f -r conftest* confdefs.h
2041 $as_echo "/* confdefs.h */" > confdefs.h
2043 # Predefined preprocessor variables.
2045 cat >>confdefs.h <<_ACEOF
2046 #define PACKAGE_NAME "$PACKAGE_NAME"
2047 _ACEOF
2049 cat >>confdefs.h <<_ACEOF
2050 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2051 _ACEOF
2053 cat >>confdefs.h <<_ACEOF
2054 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2055 _ACEOF
2057 cat >>confdefs.h <<_ACEOF
2058 #define PACKAGE_STRING "$PACKAGE_STRING"
2059 _ACEOF
2061 cat >>confdefs.h <<_ACEOF
2062 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2063 _ACEOF
2065 cat >>confdefs.h <<_ACEOF
2066 #define PACKAGE_URL "$PACKAGE_URL"
2067 _ACEOF
2070 # Let the site file select an alternate cache file if it wants to.
2071 # Prefer an explicitly selected file to automatically selected ones.
2072 ac_site_file1=NONE
2073 ac_site_file2=NONE
2074 if test -n "$CONFIG_SITE"; then
2075 ac_site_file1=$CONFIG_SITE
2076 elif test "x$prefix" != xNONE; then
2077 ac_site_file1=$prefix/share/config.site
2078 ac_site_file2=$prefix/etc/config.site
2079 else
2080 ac_site_file1=$ac_default_prefix/share/config.site
2081 ac_site_file2=$ac_default_prefix/etc/config.site
2083 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2085 test "x$ac_site_file" = xNONE && continue
2086 if test -r "$ac_site_file"; then
2087 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2088 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2089 sed 's/^/| /' "$ac_site_file" >&5
2090 . "$ac_site_file"
2092 done
2094 if test -r "$cache_file"; then
2095 # Some versions of bash will fail to source /dev/null (special
2096 # files actually), so we avoid doing that.
2097 if test -f "$cache_file"; then
2098 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2099 $as_echo "$as_me: loading cache $cache_file" >&6;}
2100 case $cache_file in
2101 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2102 *) . "./$cache_file";;
2103 esac
2105 else
2106 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2107 $as_echo "$as_me: creating cache $cache_file" >&6;}
2108 >$cache_file
2111 # Check that the precious variables saved in the cache have kept the same
2112 # value.
2113 ac_cache_corrupted=false
2114 for ac_var in $ac_precious_vars; do
2115 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2116 eval ac_new_set=\$ac_env_${ac_var}_set
2117 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2118 eval ac_new_val=\$ac_env_${ac_var}_value
2119 case $ac_old_set,$ac_new_set in
2120 set,)
2121 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2122 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2123 ac_cache_corrupted=: ;;
2124 ,set)
2125 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2126 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2127 ac_cache_corrupted=: ;;
2128 ,);;
2130 if test "x$ac_old_val" != "x$ac_new_val"; then
2131 # differences in whitespace do not lead to failure.
2132 ac_old_val_w=`echo x $ac_old_val`
2133 ac_new_val_w=`echo x $ac_new_val`
2134 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2135 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2136 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2137 ac_cache_corrupted=:
2138 else
2139 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2140 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2141 eval $ac_var=\$ac_old_val
2143 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2144 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2145 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2146 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2147 fi;;
2148 esac
2149 # Pass precious variables to config.status.
2150 if test "$ac_new_set" = set; then
2151 case $ac_new_val in
2152 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2153 *) ac_arg=$ac_var=$ac_new_val ;;
2154 esac
2155 case " $ac_configure_args " in
2156 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2157 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2158 esac
2160 done
2161 if $ac_cache_corrupted; then
2162 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2163 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2164 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2165 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2166 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2168 ## -------------------- ##
2169 ## Main body of script. ##
2170 ## -------------------- ##
2172 ac_ext=c
2173 ac_cpp='$CPP $CPPFLAGS'
2174 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2175 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2176 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2183 # -------
2184 # Options
2185 # -------
2186 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for --enable-version-specific-runtime-libs" >&5
2187 $as_echo_n "checking for --enable-version-specific-runtime-libs... " >&6; }
2188 # Check whether --enable-version-specific-runtime-libs was given.
2189 if test "${enable_version_specific_runtime_libs+set}" = set; then :
2190 enableval=$enable_version_specific_runtime_libs; case "$enableval" in
2191 yes) version_specific_libs=yes ;;
2192 no) version_specific_libs=no ;;
2193 *) as_fn_error "Unknown argument to enable/disable version-specific libs" "$LINENO" 5;;
2194 esac
2195 else
2196 version_specific_libs=no
2199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $version_specific_libs" >&5
2200 $as_echo "$version_specific_libs" >&6; }
2202 # Do not delete or change the following two lines. For why, see
2203 # http://gcc.gnu.org/ml/libstdc++/2003-07/msg00451.html
2204 ac_aux_dir=
2205 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2206 for ac_t in install-sh install.sh shtool; do
2207 if test -f "$ac_dir/$ac_t"; then
2208 ac_aux_dir=$ac_dir
2209 ac_install_sh="$ac_aux_dir/$ac_t -c"
2210 break 2
2212 done
2213 done
2214 if test -z "$ac_aux_dir"; then
2215 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2218 # These three variables are undocumented and unsupported,
2219 # and are intended to be withdrawn in a future Autoconf release.
2220 # They can cause serious problems if a builder's source tree is in a directory
2221 # whose full name contains unusual characters.
2222 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2223 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2224 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2227 # Make sure we can run config.sub.
2228 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2229 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2232 $as_echo_n "checking build system type... " >&6; }
2233 if test "${ac_cv_build+set}" = set; then :
2234 $as_echo_n "(cached) " >&6
2235 else
2236 ac_build_alias=$build_alias
2237 test "x$ac_build_alias" = x &&
2238 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2239 test "x$ac_build_alias" = x &&
2240 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2241 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2242 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2245 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2246 $as_echo "$ac_cv_build" >&6; }
2247 case $ac_cv_build in
2248 *-*-*) ;;
2249 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2250 esac
2251 build=$ac_cv_build
2252 ac_save_IFS=$IFS; IFS='-'
2253 set x $ac_cv_build
2254 shift
2255 build_cpu=$1
2256 build_vendor=$2
2257 shift; shift
2258 # Remember, the first character of IFS is used to create $*,
2259 # except with old shells:
2260 build_os=$*
2261 IFS=$ac_save_IFS
2262 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2265 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2266 $as_echo_n "checking host system type... " >&6; }
2267 if test "${ac_cv_host+set}" = set; then :
2268 $as_echo_n "(cached) " >&6
2269 else
2270 if test "x$host_alias" = x; then
2271 ac_cv_host=$ac_cv_build
2272 else
2273 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2274 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2278 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2279 $as_echo "$ac_cv_host" >&6; }
2280 case $ac_cv_host in
2281 *-*-*) ;;
2282 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2283 esac
2284 host=$ac_cv_host
2285 ac_save_IFS=$IFS; IFS='-'
2286 set x $ac_cv_host
2287 shift
2288 host_cpu=$1
2289 host_vendor=$2
2290 shift; shift
2291 # Remember, the first character of IFS is used to create $*,
2292 # except with old shells:
2293 host_os=$*
2294 IFS=$ac_save_IFS
2295 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2299 $as_echo_n "checking target system type... " >&6; }
2300 if test "${ac_cv_target+set}" = set; then :
2301 $as_echo_n "(cached) " >&6
2302 else
2303 if test "x$target_alias" = x; then
2304 ac_cv_target=$ac_cv_host
2305 else
2306 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2307 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2312 $as_echo "$ac_cv_target" >&6; }
2313 case $ac_cv_target in
2314 *-*-*) ;;
2315 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2316 esac
2317 target=$ac_cv_target
2318 ac_save_IFS=$IFS; IFS='-'
2319 set x $ac_cv_target
2320 shift
2321 target_cpu=$1
2322 target_vendor=$2
2323 shift; shift
2324 # Remember, the first character of IFS is used to create $*,
2325 # except with old shells:
2326 target_os=$*
2327 IFS=$ac_save_IFS
2328 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2331 # The aliases save the names the user supplied, while $host etc.
2332 # will get canonicalized.
2333 test -n "$target_alias" &&
2334 test "$program_prefix$program_suffix$program_transform_name" = \
2335 NONENONEs,x,x, &&
2336 program_prefix=${target_alias}-
2338 target_alias=${target_alias-$host_alias}
2341 # See if supported.
2342 unset LIBMPX_SUPPORTED
2343 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for target support for Intel MPX runtime library" >&5
2344 $as_echo_n "checking for target support for Intel MPX runtime library... " >&6; }
2345 echo "int i[sizeof (void *) == 4 ? 1 : -1] = { __x86_64__ };" > conftest.c
2346 if { ac_try='${CC} ${CFLAGS} -c -o conftest.o conftest.c 1>&5'
2347 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
2348 (eval $ac_try) 2>&5
2349 ac_status=$?
2350 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
2351 test $ac_status = 0; }; }
2352 then
2353 LIBMPX_SUPPORTED=no
2354 else
2355 LIBMPX_SUPPORTED=yes
2357 rm -f conftest.o conftest.c
2358 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIBMPX_SUPPORTED" >&5
2359 $as_echo "$LIBMPX_SUPPORTED" >&6; }
2360 if test "x$LIBMPX_SUPPORTED" = "xyes"; then
2361 LIBMPX_SUPPORTED_TRUE=
2362 LIBMPX_SUPPORTED_FALSE='#'
2363 else
2364 LIBMPX_SUPPORTED_TRUE='#'
2365 LIBMPX_SUPPORTED_FALSE=
2369 link_libmpx="-lpthread"
2372 am__api_version='1.11'
2374 # Find a good install program. We prefer a C program (faster),
2375 # so one script is as good as another. But avoid the broken or
2376 # incompatible versions:
2377 # SysV /etc/install, /usr/sbin/install
2378 # SunOS /usr/etc/install
2379 # IRIX /sbin/install
2380 # AIX /bin/install
2381 # AmigaOS /C/install, which installs bootblocks on floppy discs
2382 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2383 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2384 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2385 # OS/2's system install, which has a completely different semantic
2386 # ./install, which can be erroneously created by make from ./install.sh.
2387 # Reject install programs that cannot install multiple files.
2388 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2389 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2390 if test -z "$INSTALL"; then
2391 if test "${ac_cv_path_install+set}" = set; then :
2392 $as_echo_n "(cached) " >&6
2393 else
2394 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2395 for as_dir in $PATH
2397 IFS=$as_save_IFS
2398 test -z "$as_dir" && as_dir=.
2399 # Account for people who put trailing slashes in PATH elements.
2400 case $as_dir/ in #((
2401 ./ | .// | /[cC]/* | \
2402 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2403 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2404 /usr/ucb/* ) ;;
2406 # OSF1 and SCO ODT 3.0 have their own names for install.
2407 # Don't use installbsd from OSF since it installs stuff as root
2408 # by default.
2409 for ac_prog in ginstall scoinst install; do
2410 for ac_exec_ext in '' $ac_executable_extensions; do
2411 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2412 if test $ac_prog = install &&
2413 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2414 # AIX install. It has an incompatible calling convention.
2416 elif test $ac_prog = install &&
2417 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2418 # program-specific install script used by HP pwplus--don't use.
2420 else
2421 rm -rf conftest.one conftest.two conftest.dir
2422 echo one > conftest.one
2423 echo two > conftest.two
2424 mkdir conftest.dir
2425 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2426 test -s conftest.one && test -s conftest.two &&
2427 test -s conftest.dir/conftest.one &&
2428 test -s conftest.dir/conftest.two
2429 then
2430 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2431 break 3
2435 done
2436 done
2438 esac
2440 done
2441 IFS=$as_save_IFS
2443 rm -rf conftest.one conftest.two conftest.dir
2446 if test "${ac_cv_path_install+set}" = set; then
2447 INSTALL=$ac_cv_path_install
2448 else
2449 # As a last resort, use the slow shell script. Don't cache a
2450 # value for INSTALL within a source directory, because that will
2451 # break other packages using the cache if that directory is
2452 # removed, or if the value is a relative name.
2453 INSTALL=$ac_install_sh
2456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2457 $as_echo "$INSTALL" >&6; }
2459 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2460 # It thinks the first close brace ends the variable substitution.
2461 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2463 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2465 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2468 $as_echo_n "checking whether build environment is sane... " >&6; }
2469 # Just in case
2470 sleep 1
2471 echo timestamp > conftest.file
2472 # Reject unsafe characters in $srcdir or the absolute working directory
2473 # name. Accept space and tab only in the latter.
2474 am_lf='
2476 case `pwd` in
2477 *[\\\"\#\$\&\'\`$am_lf]*)
2478 as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2479 esac
2480 case $srcdir in
2481 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2482 as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2483 esac
2485 # Do `set' in a subshell so we don't clobber the current shell's
2486 # arguments. Must try -L first in case configure is actually a
2487 # symlink; some systems play weird games with the mod time of symlinks
2488 # (eg FreeBSD returns the mod time of the symlink's containing
2489 # directory).
2490 if (
2491 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2492 if test "$*" = "X"; then
2493 # -L didn't work.
2494 set X `ls -t "$srcdir/configure" conftest.file`
2496 rm -f conftest.file
2497 if test "$*" != "X $srcdir/configure conftest.file" \
2498 && test "$*" != "X conftest.file $srcdir/configure"; then
2500 # If neither matched, then we have a broken ls. This can happen
2501 # if, for instance, CONFIG_SHELL is bash and it inherits a
2502 # broken ls alias from the environment. This has actually
2503 # happened. Such a system could not be considered "sane".
2504 as_fn_error "ls -t appears to fail. Make sure there is not a broken
2505 alias in your environment" "$LINENO" 5
2508 test "$2" = conftest.file
2510 then
2511 # Ok.
2513 else
2514 as_fn_error "newly created file is older than distributed files!
2515 Check your system clock" "$LINENO" 5
2517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2518 $as_echo "yes" >&6; }
2519 test "$program_prefix" != NONE &&
2520 program_transform_name="s&^&$program_prefix&;$program_transform_name"
2521 # Use a double $ so make ignores it.
2522 test "$program_suffix" != NONE &&
2523 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2524 # Double any \ or $.
2525 # By default was `s,x,x', remove it if useless.
2526 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2527 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2529 # expand $ac_aux_dir to an absolute path
2530 am_aux_dir=`cd $ac_aux_dir && pwd`
2532 if test x"${MISSING+set}" != xset; then
2533 case $am_aux_dir in
2534 *\ * | *\ *)
2535 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2537 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2538 esac
2540 # Use eval to expand $SHELL
2541 if eval "$MISSING --run true"; then
2542 am_missing_run="$MISSING --run "
2543 else
2544 am_missing_run=
2545 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2546 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2549 if test x"${install_sh}" != xset; then
2550 case $am_aux_dir in
2551 *\ * | *\ *)
2552 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2554 install_sh="\${SHELL} $am_aux_dir/install-sh"
2555 esac
2558 # Installed binaries are usually stripped using `strip' when the user
2559 # run `make install-strip'. However `strip' might not be the right
2560 # tool to use in cross-compilation environments, therefore Automake
2561 # will honor the `STRIP' environment variable to overrule this program.
2562 if test "$cross_compiling" != no; then
2563 if test -n "$ac_tool_prefix"; then
2564 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2565 set dummy ${ac_tool_prefix}strip; ac_word=$2
2566 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2567 $as_echo_n "checking for $ac_word... " >&6; }
2568 if test "${ac_cv_prog_STRIP+set}" = set; then :
2569 $as_echo_n "(cached) " >&6
2570 else
2571 if test -n "$STRIP"; then
2572 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2573 else
2574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2575 for as_dir in $PATH
2577 IFS=$as_save_IFS
2578 test -z "$as_dir" && as_dir=.
2579 for ac_exec_ext in '' $ac_executable_extensions; do
2580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2581 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2582 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2583 break 2
2585 done
2586 done
2587 IFS=$as_save_IFS
2591 STRIP=$ac_cv_prog_STRIP
2592 if test -n "$STRIP"; then
2593 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2594 $as_echo "$STRIP" >&6; }
2595 else
2596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2597 $as_echo "no" >&6; }
2602 if test -z "$ac_cv_prog_STRIP"; then
2603 ac_ct_STRIP=$STRIP
2604 # Extract the first word of "strip", so it can be a program name with args.
2605 set dummy strip; ac_word=$2
2606 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2607 $as_echo_n "checking for $ac_word... " >&6; }
2608 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2609 $as_echo_n "(cached) " >&6
2610 else
2611 if test -n "$ac_ct_STRIP"; then
2612 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2613 else
2614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2615 for as_dir in $PATH
2617 IFS=$as_save_IFS
2618 test -z "$as_dir" && as_dir=.
2619 for ac_exec_ext in '' $ac_executable_extensions; do
2620 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2621 ac_cv_prog_ac_ct_STRIP="strip"
2622 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2623 break 2
2625 done
2626 done
2627 IFS=$as_save_IFS
2631 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2632 if test -n "$ac_ct_STRIP"; then
2633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2634 $as_echo "$ac_ct_STRIP" >&6; }
2635 else
2636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2637 $as_echo "no" >&6; }
2640 if test "x$ac_ct_STRIP" = x; then
2641 STRIP=":"
2642 else
2643 case $cross_compiling:$ac_tool_warned in
2644 yes:)
2645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2646 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2647 ac_tool_warned=yes ;;
2648 esac
2649 STRIP=$ac_ct_STRIP
2651 else
2652 STRIP="$ac_cv_prog_STRIP"
2656 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2658 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2659 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2660 if test -z "$MKDIR_P"; then
2661 if test "${ac_cv_path_mkdir+set}" = set; then :
2662 $as_echo_n "(cached) " >&6
2663 else
2664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2665 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2667 IFS=$as_save_IFS
2668 test -z "$as_dir" && as_dir=.
2669 for ac_prog in mkdir gmkdir; do
2670 for ac_exec_ext in '' $ac_executable_extensions; do
2671 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2672 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2673 'mkdir (GNU coreutils) '* | \
2674 'mkdir (coreutils) '* | \
2675 'mkdir (fileutils) '4.1*)
2676 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2677 break 3;;
2678 esac
2679 done
2680 done
2681 done
2682 IFS=$as_save_IFS
2686 if test "${ac_cv_path_mkdir+set}" = set; then
2687 MKDIR_P="$ac_cv_path_mkdir -p"
2688 else
2689 # As a last resort, use the slow shell script. Don't cache a
2690 # value for MKDIR_P within a source directory, because that will
2691 # break other packages using the cache if that directory is
2692 # removed, or if the value is a relative name.
2693 test -d ./--version && rmdir ./--version
2694 MKDIR_P="$ac_install_sh -d"
2697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2698 $as_echo "$MKDIR_P" >&6; }
2700 mkdir_p="$MKDIR_P"
2701 case $mkdir_p in
2702 [\\/$]* | ?:[\\/]*) ;;
2703 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2704 esac
2706 for ac_prog in gawk mawk nawk awk
2708 # Extract the first word of "$ac_prog", so it can be a program name with args.
2709 set dummy $ac_prog; ac_word=$2
2710 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2711 $as_echo_n "checking for $ac_word... " >&6; }
2712 if test "${ac_cv_prog_AWK+set}" = set; then :
2713 $as_echo_n "(cached) " >&6
2714 else
2715 if test -n "$AWK"; then
2716 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2717 else
2718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2719 for as_dir in $PATH
2721 IFS=$as_save_IFS
2722 test -z "$as_dir" && as_dir=.
2723 for ac_exec_ext in '' $ac_executable_extensions; do
2724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2725 ac_cv_prog_AWK="$ac_prog"
2726 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2727 break 2
2729 done
2730 done
2731 IFS=$as_save_IFS
2735 AWK=$ac_cv_prog_AWK
2736 if test -n "$AWK"; then
2737 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2738 $as_echo "$AWK" >&6; }
2739 else
2740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2741 $as_echo "no" >&6; }
2745 test -n "$AWK" && break
2746 done
2748 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2749 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2750 set x ${MAKE-make}
2751 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2752 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2753 $as_echo_n "(cached) " >&6
2754 else
2755 cat >conftest.make <<\_ACEOF
2756 SHELL = /bin/sh
2757 all:
2758 @echo '@@@%%%=$(MAKE)=@@@%%%'
2759 _ACEOF
2760 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2761 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2762 *@@@%%%=?*=@@@%%%*)
2763 eval ac_cv_prog_make_${ac_make}_set=yes;;
2765 eval ac_cv_prog_make_${ac_make}_set=no;;
2766 esac
2767 rm -f conftest.make
2769 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2771 $as_echo "yes" >&6; }
2772 SET_MAKE=
2773 else
2774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2775 $as_echo "no" >&6; }
2776 SET_MAKE="MAKE=${MAKE-make}"
2779 rm -rf .tst 2>/dev/null
2780 mkdir .tst 2>/dev/null
2781 if test -d .tst; then
2782 am__leading_dot=.
2783 else
2784 am__leading_dot=_
2786 rmdir .tst 2>/dev/null
2788 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2789 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2790 # is not polluted with repeated "-I."
2791 am__isrc=' -I$(srcdir)'
2792 # test to see if srcdir already configured
2793 if test -f $srcdir/config.status; then
2794 as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2798 # test whether we have cygpath
2799 if test -z "$CYGPATH_W"; then
2800 if (cygpath --version) >/dev/null 2>/dev/null; then
2801 CYGPATH_W='cygpath -w'
2802 else
2803 CYGPATH_W=echo
2808 # Define the identity of the package.
2809 PACKAGE='package-unused'
2810 VERSION='version-unused'
2813 cat >>confdefs.h <<_ACEOF
2814 #define PACKAGE "$PACKAGE"
2815 _ACEOF
2818 cat >>confdefs.h <<_ACEOF
2819 #define VERSION "$VERSION"
2820 _ACEOF
2822 # Some tools Automake needs.
2824 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2827 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2830 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2833 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2836 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2838 # We need awk for the "check" target. The system "awk" is bad on
2839 # some platforms.
2840 # Always define AMTAR for backward compatibility. Yes, it's still used
2841 # in the wild :-( We should find a proper way to deprecate it ...
2842 AMTAR='$${TAR-tar}'
2844 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
2850 # Default to --enable-multilib
2851 # Check whether --enable-multilib was given.
2852 if test "${enable_multilib+set}" = set; then :
2853 enableval=$enable_multilib; case "$enableval" in
2854 yes) multilib=yes ;;
2855 no) multilib=no ;;
2856 *) as_fn_error "bad value $enableval for multilib option" "$LINENO" 5 ;;
2857 esac
2858 else
2859 multilib=yes
2863 # We may get other options which we leave undocumented:
2864 # --with-target-subdir, --with-multisrctop, --with-multisubdir
2865 # See config-ml.in if you want the gory details.
2867 if test "$srcdir" = "."; then
2868 if test "$with_target_subdir" != "."; then
2869 multi_basedir="$srcdir/$with_multisrctop../.."
2870 else
2871 multi_basedir="$srcdir/$with_multisrctop.."
2873 else
2874 multi_basedir="$srcdir/.."
2878 # Even if the default multilib is not a cross compilation,
2879 # it may be that some of the other multilibs are.
2880 if test $cross_compiling = no && test $multilib = yes \
2881 && test "x${with_multisubdir}" != x ; then
2882 cross_compiling=maybe
2885 ac_config_commands="$ac_config_commands default-1"
2888 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2889 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2890 # Check whether --enable-maintainer-mode was given.
2891 if test "${enable_maintainer_mode+set}" = set; then :
2892 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2893 else
2894 USE_MAINTAINER_MODE=no
2897 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2898 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2899 if test $USE_MAINTAINER_MODE = yes; then
2900 MAINTAINER_MODE_TRUE=
2901 MAINTAINER_MODE_FALSE='#'
2902 else
2903 MAINTAINER_MODE_TRUE='#'
2904 MAINTAINER_MODE_FALSE=
2907 MAINT=$MAINTAINER_MODE_TRUE
2911 ac_ext=c
2912 ac_cpp='$CPP $CPPFLAGS'
2913 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2914 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2915 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2916 if test -n "$ac_tool_prefix"; then
2917 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2918 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2920 $as_echo_n "checking for $ac_word... " >&6; }
2921 if test "${ac_cv_prog_CC+set}" = set; then :
2922 $as_echo_n "(cached) " >&6
2923 else
2924 if test -n "$CC"; then
2925 ac_cv_prog_CC="$CC" # Let the user override the test.
2926 else
2927 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2928 for as_dir in $PATH
2930 IFS=$as_save_IFS
2931 test -z "$as_dir" && as_dir=.
2932 for ac_exec_ext in '' $ac_executable_extensions; do
2933 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2934 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2935 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2936 break 2
2938 done
2939 done
2940 IFS=$as_save_IFS
2944 CC=$ac_cv_prog_CC
2945 if test -n "$CC"; then
2946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2947 $as_echo "$CC" >&6; }
2948 else
2949 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2950 $as_echo "no" >&6; }
2955 if test -z "$ac_cv_prog_CC"; then
2956 ac_ct_CC=$CC
2957 # Extract the first word of "gcc", so it can be a program name with args.
2958 set dummy gcc; ac_word=$2
2959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2960 $as_echo_n "checking for $ac_word... " >&6; }
2961 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2962 $as_echo_n "(cached) " >&6
2963 else
2964 if test -n "$ac_ct_CC"; then
2965 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2966 else
2967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2968 for as_dir in $PATH
2970 IFS=$as_save_IFS
2971 test -z "$as_dir" && as_dir=.
2972 for ac_exec_ext in '' $ac_executable_extensions; do
2973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2974 ac_cv_prog_ac_ct_CC="gcc"
2975 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2976 break 2
2978 done
2979 done
2980 IFS=$as_save_IFS
2984 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2985 if test -n "$ac_ct_CC"; then
2986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2987 $as_echo "$ac_ct_CC" >&6; }
2988 else
2989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2990 $as_echo "no" >&6; }
2993 if test "x$ac_ct_CC" = x; then
2994 CC=""
2995 else
2996 case $cross_compiling:$ac_tool_warned in
2997 yes:)
2998 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2999 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3000 ac_tool_warned=yes ;;
3001 esac
3002 CC=$ac_ct_CC
3004 else
3005 CC="$ac_cv_prog_CC"
3008 if test -z "$CC"; then
3009 if test -n "$ac_tool_prefix"; then
3010 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3011 set dummy ${ac_tool_prefix}cc; ac_word=$2
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3013 $as_echo_n "checking for $ac_word... " >&6; }
3014 if test "${ac_cv_prog_CC+set}" = set; then :
3015 $as_echo_n "(cached) " >&6
3016 else
3017 if test -n "$CC"; then
3018 ac_cv_prog_CC="$CC" # Let the user override the test.
3019 else
3020 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3021 for as_dir in $PATH
3023 IFS=$as_save_IFS
3024 test -z "$as_dir" && as_dir=.
3025 for ac_exec_ext in '' $ac_executable_extensions; do
3026 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3027 ac_cv_prog_CC="${ac_tool_prefix}cc"
3028 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3029 break 2
3031 done
3032 done
3033 IFS=$as_save_IFS
3037 CC=$ac_cv_prog_CC
3038 if test -n "$CC"; then
3039 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3040 $as_echo "$CC" >&6; }
3041 else
3042 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3043 $as_echo "no" >&6; }
3049 if test -z "$CC"; then
3050 # Extract the first word of "cc", so it can be a program name with args.
3051 set dummy cc; ac_word=$2
3052 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3053 $as_echo_n "checking for $ac_word... " >&6; }
3054 if test "${ac_cv_prog_CC+set}" = set; then :
3055 $as_echo_n "(cached) " >&6
3056 else
3057 if test -n "$CC"; then
3058 ac_cv_prog_CC="$CC" # Let the user override the test.
3059 else
3060 ac_prog_rejected=no
3061 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3062 for as_dir in $PATH
3064 IFS=$as_save_IFS
3065 test -z "$as_dir" && as_dir=.
3066 for ac_exec_ext in '' $ac_executable_extensions; do
3067 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3068 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3069 ac_prog_rejected=yes
3070 continue
3072 ac_cv_prog_CC="cc"
3073 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3074 break 2
3076 done
3077 done
3078 IFS=$as_save_IFS
3080 if test $ac_prog_rejected = yes; then
3081 # We found a bogon in the path, so make sure we never use it.
3082 set dummy $ac_cv_prog_CC
3083 shift
3084 if test $# != 0; then
3085 # We chose a different compiler from the bogus one.
3086 # However, it has the same basename, so the bogon will be chosen
3087 # first if we set CC to just the basename; use the full file name.
3088 shift
3089 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3094 CC=$ac_cv_prog_CC
3095 if test -n "$CC"; then
3096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3097 $as_echo "$CC" >&6; }
3098 else
3099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3100 $as_echo "no" >&6; }
3105 if test -z "$CC"; then
3106 if test -n "$ac_tool_prefix"; then
3107 for ac_prog in cl.exe
3109 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3110 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3112 $as_echo_n "checking for $ac_word... " >&6; }
3113 if test "${ac_cv_prog_CC+set}" = set; then :
3114 $as_echo_n "(cached) " >&6
3115 else
3116 if test -n "$CC"; then
3117 ac_cv_prog_CC="$CC" # Let the user override the test.
3118 else
3119 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3120 for as_dir in $PATH
3122 IFS=$as_save_IFS
3123 test -z "$as_dir" && as_dir=.
3124 for ac_exec_ext in '' $ac_executable_extensions; do
3125 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3126 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3128 break 2
3130 done
3131 done
3132 IFS=$as_save_IFS
3136 CC=$ac_cv_prog_CC
3137 if test -n "$CC"; then
3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3139 $as_echo "$CC" >&6; }
3140 else
3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3142 $as_echo "no" >&6; }
3146 test -n "$CC" && break
3147 done
3149 if test -z "$CC"; then
3150 ac_ct_CC=$CC
3151 for ac_prog in cl.exe
3153 # Extract the first word of "$ac_prog", so it can be a program name with args.
3154 set dummy $ac_prog; ac_word=$2
3155 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3156 $as_echo_n "checking for $ac_word... " >&6; }
3157 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3158 $as_echo_n "(cached) " >&6
3159 else
3160 if test -n "$ac_ct_CC"; then
3161 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3162 else
3163 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3164 for as_dir in $PATH
3166 IFS=$as_save_IFS
3167 test -z "$as_dir" && as_dir=.
3168 for ac_exec_ext in '' $ac_executable_extensions; do
3169 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3170 ac_cv_prog_ac_ct_CC="$ac_prog"
3171 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3172 break 2
3174 done
3175 done
3176 IFS=$as_save_IFS
3180 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3181 if test -n "$ac_ct_CC"; then
3182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3183 $as_echo "$ac_ct_CC" >&6; }
3184 else
3185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3186 $as_echo "no" >&6; }
3190 test -n "$ac_ct_CC" && break
3191 done
3193 if test "x$ac_ct_CC" = x; then
3194 CC=""
3195 else
3196 case $cross_compiling:$ac_tool_warned in
3197 yes:)
3198 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3199 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3200 ac_tool_warned=yes ;;
3201 esac
3202 CC=$ac_ct_CC
3209 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3210 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3211 as_fn_error "no acceptable C compiler found in \$PATH
3212 See \`config.log' for more details." "$LINENO" 5; }
3214 # Provide some information about the compiler.
3215 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3216 set X $ac_compile
3217 ac_compiler=$2
3218 for ac_option in --version -v -V -qversion; do
3219 { { ac_try="$ac_compiler $ac_option >&5"
3220 case "(($ac_try" in
3221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3222 *) ac_try_echo=$ac_try;;
3223 esac
3224 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3225 $as_echo "$ac_try_echo"; } >&5
3226 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3227 ac_status=$?
3228 if test -s conftest.err; then
3229 sed '10a\
3230 ... rest of stderr output deleted ...
3231 10q' conftest.err >conftest.er1
3232 cat conftest.er1 >&5
3233 rm -f conftest.er1 conftest.err
3235 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3236 test $ac_status = 0; }
3237 done
3239 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3240 /* end confdefs.h. */
3243 main ()
3247 return 0;
3249 _ACEOF
3250 ac_clean_files_save=$ac_clean_files
3251 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3252 # Try to create an executable without -o first, disregard a.out.
3253 # It will help us diagnose broken compilers, and finding out an intuition
3254 # of exeext.
3255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3256 $as_echo_n "checking for C compiler default output file name... " >&6; }
3257 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3259 # The possible output files:
3260 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3262 ac_rmfiles=
3263 for ac_file in $ac_files
3265 case $ac_file in
3266 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3267 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3268 esac
3269 done
3270 rm -f $ac_rmfiles
3272 if { { ac_try="$ac_link_default"
3273 case "(($ac_try" in
3274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3275 *) ac_try_echo=$ac_try;;
3276 esac
3277 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3278 $as_echo "$ac_try_echo"; } >&5
3279 (eval "$ac_link_default") 2>&5
3280 ac_status=$?
3281 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3282 test $ac_status = 0; }; then :
3283 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3284 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3285 # in a Makefile. We should not override ac_cv_exeext if it was cached,
3286 # so that the user can short-circuit this test for compilers unknown to
3287 # Autoconf.
3288 for ac_file in $ac_files ''
3290 test -f "$ac_file" || continue
3291 case $ac_file in
3292 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3294 [ab].out )
3295 # We found the default executable, but exeext='' is most
3296 # certainly right.
3297 break;;
3298 *.* )
3299 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3300 then :; else
3301 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3303 # We set ac_cv_exeext here because the later test for it is not
3304 # safe: cross compilers may not add the suffix if given an `-o'
3305 # argument, so we may need to know it at that point already.
3306 # Even if this section looks crufty: it has the advantage of
3307 # actually working.
3308 break;;
3310 break;;
3311 esac
3312 done
3313 test "$ac_cv_exeext" = no && ac_cv_exeext=
3315 else
3316 ac_file=''
3318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3319 $as_echo "$ac_file" >&6; }
3320 if test -z "$ac_file"; then :
3321 $as_echo "$as_me: failed program was:" >&5
3322 sed 's/^/| /' conftest.$ac_ext >&5
3324 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3325 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3326 { as_fn_set_status 77
3327 as_fn_error "C compiler cannot create executables
3328 See \`config.log' for more details." "$LINENO" 5; }; }
3330 ac_exeext=$ac_cv_exeext
3332 # Check that the compiler produces executables we can run. If not, either
3333 # the compiler is broken, or we cross compile.
3334 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3335 $as_echo_n "checking whether the C compiler works... " >&6; }
3336 # If not cross compiling, check that we can run a simple program.
3337 if test "$cross_compiling" != yes; then
3338 if { ac_try='./$ac_file'
3339 { { case "(($ac_try" in
3340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3341 *) ac_try_echo=$ac_try;;
3342 esac
3343 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3344 $as_echo "$ac_try_echo"; } >&5
3345 (eval "$ac_try") 2>&5
3346 ac_status=$?
3347 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3348 test $ac_status = 0; }; }; then
3349 cross_compiling=no
3350 else
3351 if test "$cross_compiling" = maybe; then
3352 cross_compiling=yes
3353 else
3354 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3355 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3356 as_fn_error "cannot run C compiled programs.
3357 If you meant to cross compile, use \`--host'.
3358 See \`config.log' for more details." "$LINENO" 5; }
3362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3363 $as_echo "yes" >&6; }
3365 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3366 ac_clean_files=$ac_clean_files_save
3367 # Check that the compiler produces executables we can run. If not, either
3368 # the compiler is broken, or we cross compile.
3369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3370 $as_echo_n "checking whether we are cross compiling... " >&6; }
3371 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3372 $as_echo "$cross_compiling" >&6; }
3374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3375 $as_echo_n "checking for suffix of executables... " >&6; }
3376 if { { ac_try="$ac_link"
3377 case "(($ac_try" in
3378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3379 *) ac_try_echo=$ac_try;;
3380 esac
3381 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3382 $as_echo "$ac_try_echo"; } >&5
3383 (eval "$ac_link") 2>&5
3384 ac_status=$?
3385 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3386 test $ac_status = 0; }; then :
3387 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3388 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3389 # work properly (i.e., refer to `conftest.exe'), while it won't with
3390 # `rm'.
3391 for ac_file in conftest.exe conftest conftest.*; do
3392 test -f "$ac_file" || continue
3393 case $ac_file in
3394 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3395 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3396 break;;
3397 * ) break;;
3398 esac
3399 done
3400 else
3401 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3402 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3403 as_fn_error "cannot compute suffix of executables: cannot compile and link
3404 See \`config.log' for more details." "$LINENO" 5; }
3406 rm -f conftest$ac_cv_exeext
3407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3408 $as_echo "$ac_cv_exeext" >&6; }
3410 rm -f conftest.$ac_ext
3411 EXEEXT=$ac_cv_exeext
3412 ac_exeext=$EXEEXT
3413 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3414 $as_echo_n "checking for suffix of object files... " >&6; }
3415 if test "${ac_cv_objext+set}" = set; then :
3416 $as_echo_n "(cached) " >&6
3417 else
3418 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3419 /* end confdefs.h. */
3422 main ()
3426 return 0;
3428 _ACEOF
3429 rm -f conftest.o conftest.obj
3430 if { { ac_try="$ac_compile"
3431 case "(($ac_try" in
3432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3433 *) ac_try_echo=$ac_try;;
3434 esac
3435 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3436 $as_echo "$ac_try_echo"; } >&5
3437 (eval "$ac_compile") 2>&5
3438 ac_status=$?
3439 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3440 test $ac_status = 0; }; then :
3441 for ac_file in conftest.o conftest.obj conftest.*; do
3442 test -f "$ac_file" || continue;
3443 case $ac_file in
3444 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3445 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3446 break;;
3447 esac
3448 done
3449 else
3450 $as_echo "$as_me: failed program was:" >&5
3451 sed 's/^/| /' conftest.$ac_ext >&5
3453 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3454 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3455 as_fn_error "cannot compute suffix of object files: cannot compile
3456 See \`config.log' for more details." "$LINENO" 5; }
3458 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3460 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3461 $as_echo "$ac_cv_objext" >&6; }
3462 OBJEXT=$ac_cv_objext
3463 ac_objext=$OBJEXT
3464 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3465 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3466 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3467 $as_echo_n "(cached) " >&6
3468 else
3469 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3470 /* end confdefs.h. */
3473 main ()
3475 #ifndef __GNUC__
3476 choke me
3477 #endif
3480 return 0;
3482 _ACEOF
3483 if ac_fn_c_try_compile "$LINENO"; then :
3484 ac_compiler_gnu=yes
3485 else
3486 ac_compiler_gnu=no
3488 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3489 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3493 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3494 if test $ac_compiler_gnu = yes; then
3495 GCC=yes
3496 else
3497 GCC=
3499 ac_test_CFLAGS=${CFLAGS+set}
3500 ac_save_CFLAGS=$CFLAGS
3501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3502 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3503 if test "${ac_cv_prog_cc_g+set}" = set; then :
3504 $as_echo_n "(cached) " >&6
3505 else
3506 ac_save_c_werror_flag=$ac_c_werror_flag
3507 ac_c_werror_flag=yes
3508 ac_cv_prog_cc_g=no
3509 CFLAGS="-g"
3510 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3511 /* end confdefs.h. */
3514 main ()
3518 return 0;
3520 _ACEOF
3521 if ac_fn_c_try_compile "$LINENO"; then :
3522 ac_cv_prog_cc_g=yes
3523 else
3524 CFLAGS=""
3525 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3526 /* end confdefs.h. */
3529 main ()
3533 return 0;
3535 _ACEOF
3536 if ac_fn_c_try_compile "$LINENO"; then :
3538 else
3539 ac_c_werror_flag=$ac_save_c_werror_flag
3540 CFLAGS="-g"
3541 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3542 /* end confdefs.h. */
3545 main ()
3549 return 0;
3551 _ACEOF
3552 if ac_fn_c_try_compile "$LINENO"; then :
3553 ac_cv_prog_cc_g=yes
3555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3560 ac_c_werror_flag=$ac_save_c_werror_flag
3562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3563 $as_echo "$ac_cv_prog_cc_g" >&6; }
3564 if test "$ac_test_CFLAGS" = set; then
3565 CFLAGS=$ac_save_CFLAGS
3566 elif test $ac_cv_prog_cc_g = yes; then
3567 if test "$GCC" = yes; then
3568 CFLAGS="-g -O2"
3569 else
3570 CFLAGS="-g"
3572 else
3573 if test "$GCC" = yes; then
3574 CFLAGS="-O2"
3575 else
3576 CFLAGS=
3579 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3580 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3581 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3582 $as_echo_n "(cached) " >&6
3583 else
3584 ac_cv_prog_cc_c89=no
3585 ac_save_CC=$CC
3586 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3587 /* end confdefs.h. */
3588 #include <stdarg.h>
3589 #include <stdio.h>
3590 #include <sys/types.h>
3591 #include <sys/stat.h>
3592 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3593 struct buf { int x; };
3594 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3595 static char *e (p, i)
3596 char **p;
3597 int i;
3599 return p[i];
3601 static char *f (char * (*g) (char **, int), char **p, ...)
3603 char *s;
3604 va_list v;
3605 va_start (v,p);
3606 s = g (p, va_arg (v,int));
3607 va_end (v);
3608 return s;
3611 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3612 function prototypes and stuff, but not '\xHH' hex character constants.
3613 These don't provoke an error unfortunately, instead are silently treated
3614 as 'x'. The following induces an error, until -std is added to get
3615 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3616 array size at least. It's necessary to write '\x00'==0 to get something
3617 that's true only with -std. */
3618 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3620 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3621 inside strings and character constants. */
3622 #define FOO(x) 'x'
3623 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3625 int test (int i, double x);
3626 struct s1 {int (*f) (int a);};
3627 struct s2 {int (*f) (double a);};
3628 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3629 int argc;
3630 char **argv;
3632 main ()
3634 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3636 return 0;
3638 _ACEOF
3639 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3640 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3642 CC="$ac_save_CC $ac_arg"
3643 if ac_fn_c_try_compile "$LINENO"; then :
3644 ac_cv_prog_cc_c89=$ac_arg
3646 rm -f core conftest.err conftest.$ac_objext
3647 test "x$ac_cv_prog_cc_c89" != "xno" && break
3648 done
3649 rm -f conftest.$ac_ext
3650 CC=$ac_save_CC
3653 # AC_CACHE_VAL
3654 case "x$ac_cv_prog_cc_c89" in
3656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3657 $as_echo "none needed" >&6; } ;;
3658 xno)
3659 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3660 $as_echo "unsupported" >&6; } ;;
3662 CC="$CC $ac_cv_prog_cc_c89"
3663 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3664 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3665 esac
3666 if test "x$ac_cv_prog_cc_c89" != xno; then :
3670 ac_ext=c
3671 ac_cpp='$CPP $CPPFLAGS'
3672 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3673 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3674 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3677 ac_ext=c
3678 ac_cpp='$CPP $CPPFLAGS'
3679 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3680 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3681 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3682 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
3683 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3684 # On Suns, sometimes $CPP names a directory.
3685 if test -n "$CPP" && test -d "$CPP"; then
3686 CPP=
3688 if test -z "$CPP"; then
3689 if test "${ac_cv_prog_CPP+set}" = set; then :
3690 $as_echo_n "(cached) " >&6
3691 else
3692 # Double quotes because CPP needs to be expanded
3693 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3695 ac_preproc_ok=false
3696 for ac_c_preproc_warn_flag in '' yes
3698 # Use a header file that comes with gcc, so configuring glibc
3699 # with a fresh cross-compiler works.
3700 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3701 # <limits.h> exists even on freestanding compilers.
3702 # On the NeXT, cc -E runs the code through the compiler's parser,
3703 # not just through cpp. "Syntax error" is here to catch this case.
3704 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3705 /* end confdefs.h. */
3706 #ifdef __STDC__
3707 # include <limits.h>
3708 #else
3709 # include <assert.h>
3710 #endif
3711 Syntax error
3712 _ACEOF
3713 if ac_fn_c_try_cpp "$LINENO"; then :
3715 else
3716 # Broken: fails on valid input.
3717 continue
3719 rm -f conftest.err conftest.$ac_ext
3721 # OK, works on sane cases. Now check whether nonexistent headers
3722 # can be detected and how.
3723 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3724 /* end confdefs.h. */
3725 #include <ac_nonexistent.h>
3726 _ACEOF
3727 if ac_fn_c_try_cpp "$LINENO"; then :
3728 # Broken: success on invalid input.
3729 continue
3730 else
3731 # Passes both tests.
3732 ac_preproc_ok=:
3733 break
3735 rm -f conftest.err conftest.$ac_ext
3737 done
3738 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3739 rm -f conftest.err conftest.$ac_ext
3740 if $ac_preproc_ok; then :
3741 break
3744 done
3745 ac_cv_prog_CPP=$CPP
3748 CPP=$ac_cv_prog_CPP
3749 else
3750 ac_cv_prog_CPP=$CPP
3752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
3753 $as_echo "$CPP" >&6; }
3754 ac_preproc_ok=false
3755 for ac_c_preproc_warn_flag in '' yes
3757 # Use a header file that comes with gcc, so configuring glibc
3758 # with a fresh cross-compiler works.
3759 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3760 # <limits.h> exists even on freestanding compilers.
3761 # On the NeXT, cc -E runs the code through the compiler's parser,
3762 # not just through cpp. "Syntax error" is here to catch this case.
3763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3764 /* end confdefs.h. */
3765 #ifdef __STDC__
3766 # include <limits.h>
3767 #else
3768 # include <assert.h>
3769 #endif
3770 Syntax error
3771 _ACEOF
3772 if ac_fn_c_try_cpp "$LINENO"; then :
3774 else
3775 # Broken: fails on valid input.
3776 continue
3778 rm -f conftest.err conftest.$ac_ext
3780 # OK, works on sane cases. Now check whether nonexistent headers
3781 # can be detected and how.
3782 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3783 /* end confdefs.h. */
3784 #include <ac_nonexistent.h>
3785 _ACEOF
3786 if ac_fn_c_try_cpp "$LINENO"; then :
3787 # Broken: success on invalid input.
3788 continue
3789 else
3790 # Passes both tests.
3791 ac_preproc_ok=:
3792 break
3794 rm -f conftest.err conftest.$ac_ext
3796 done
3797 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3798 rm -f conftest.err conftest.$ac_ext
3799 if $ac_preproc_ok; then :
3801 else
3802 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3803 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3804 as_fn_error "C preprocessor \"$CPP\" fails sanity check
3805 See \`config.log' for more details." "$LINENO" 5; }
3808 ac_ext=c
3809 ac_cpp='$CPP $CPPFLAGS'
3810 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3811 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3812 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3815 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3816 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3817 if test "${ac_cv_path_GREP+set}" = set; then :
3818 $as_echo_n "(cached) " >&6
3819 else
3820 if test -z "$GREP"; then
3821 ac_path_GREP_found=false
3822 # Loop through the user's path and test for each of PROGNAME-LIST
3823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3824 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3826 IFS=$as_save_IFS
3827 test -z "$as_dir" && as_dir=.
3828 for ac_prog in grep ggrep; do
3829 for ac_exec_ext in '' $ac_executable_extensions; do
3830 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3831 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3832 # Check for GNU ac_path_GREP and select it if it is found.
3833 # Check for GNU $ac_path_GREP
3834 case `"$ac_path_GREP" --version 2>&1` in
3835 *GNU*)
3836 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3838 ac_count=0
3839 $as_echo_n 0123456789 >"conftest.in"
3840 while :
3842 cat "conftest.in" "conftest.in" >"conftest.tmp"
3843 mv "conftest.tmp" "conftest.in"
3844 cp "conftest.in" "conftest.nl"
3845 $as_echo 'GREP' >> "conftest.nl"
3846 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3847 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3848 as_fn_arith $ac_count + 1 && ac_count=$as_val
3849 if test $ac_count -gt ${ac_path_GREP_max-0}; then
3850 # Best one so far, save it but keep looking for a better one
3851 ac_cv_path_GREP="$ac_path_GREP"
3852 ac_path_GREP_max=$ac_count
3854 # 10*(2^10) chars as input seems more than enough
3855 test $ac_count -gt 10 && break
3856 done
3857 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3858 esac
3860 $ac_path_GREP_found && break 3
3861 done
3862 done
3863 done
3864 IFS=$as_save_IFS
3865 if test -z "$ac_cv_path_GREP"; then
3866 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3868 else
3869 ac_cv_path_GREP=$GREP
3873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3874 $as_echo "$ac_cv_path_GREP" >&6; }
3875 GREP="$ac_cv_path_GREP"
3878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3879 $as_echo_n "checking for egrep... " >&6; }
3880 if test "${ac_cv_path_EGREP+set}" = set; then :
3881 $as_echo_n "(cached) " >&6
3882 else
3883 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
3884 then ac_cv_path_EGREP="$GREP -E"
3885 else
3886 if test -z "$EGREP"; then
3887 ac_path_EGREP_found=false
3888 # Loop through the user's path and test for each of PROGNAME-LIST
3889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3890 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3892 IFS=$as_save_IFS
3893 test -z "$as_dir" && as_dir=.
3894 for ac_prog in egrep; do
3895 for ac_exec_ext in '' $ac_executable_extensions; do
3896 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
3897 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
3898 # Check for GNU ac_path_EGREP and select it if it is found.
3899 # Check for GNU $ac_path_EGREP
3900 case `"$ac_path_EGREP" --version 2>&1` in
3901 *GNU*)
3902 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
3904 ac_count=0
3905 $as_echo_n 0123456789 >"conftest.in"
3906 while :
3908 cat "conftest.in" "conftest.in" >"conftest.tmp"
3909 mv "conftest.tmp" "conftest.in"
3910 cp "conftest.in" "conftest.nl"
3911 $as_echo 'EGREP' >> "conftest.nl"
3912 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3913 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3914 as_fn_arith $ac_count + 1 && ac_count=$as_val
3915 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
3916 # Best one so far, save it but keep looking for a better one
3917 ac_cv_path_EGREP="$ac_path_EGREP"
3918 ac_path_EGREP_max=$ac_count
3920 # 10*(2^10) chars as input seems more than enough
3921 test $ac_count -gt 10 && break
3922 done
3923 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3924 esac
3926 $ac_path_EGREP_found && break 3
3927 done
3928 done
3929 done
3930 IFS=$as_save_IFS
3931 if test -z "$ac_cv_path_EGREP"; then
3932 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3934 else
3935 ac_cv_path_EGREP=$EGREP
3940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
3941 $as_echo "$ac_cv_path_EGREP" >&6; }
3942 EGREP="$ac_cv_path_EGREP"
3945 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
3946 $as_echo_n "checking for ANSI C header files... " >&6; }
3947 if test "${ac_cv_header_stdc+set}" = set; then :
3948 $as_echo_n "(cached) " >&6
3949 else
3950 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3951 /* end confdefs.h. */
3952 #include <stdlib.h>
3953 #include <stdarg.h>
3954 #include <string.h>
3955 #include <float.h>
3958 main ()
3962 return 0;
3964 _ACEOF
3965 if ac_fn_c_try_compile "$LINENO"; then :
3966 ac_cv_header_stdc=yes
3967 else
3968 ac_cv_header_stdc=no
3970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3972 if test $ac_cv_header_stdc = yes; then
3973 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
3974 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3975 /* end confdefs.h. */
3976 #include <string.h>
3978 _ACEOF
3979 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3980 $EGREP "memchr" >/dev/null 2>&1; then :
3982 else
3983 ac_cv_header_stdc=no
3985 rm -f conftest*
3989 if test $ac_cv_header_stdc = yes; then
3990 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
3991 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3992 /* end confdefs.h. */
3993 #include <stdlib.h>
3995 _ACEOF
3996 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
3997 $EGREP "free" >/dev/null 2>&1; then :
3999 else
4000 ac_cv_header_stdc=no
4002 rm -f conftest*
4006 if test $ac_cv_header_stdc = yes; then
4007 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4008 if test "$cross_compiling" = yes; then :
4010 else
4011 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4012 /* end confdefs.h. */
4013 #include <ctype.h>
4014 #include <stdlib.h>
4015 #if ((' ' & 0x0FF) == 0x020)
4016 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4017 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4018 #else
4019 # define ISLOWER(c) \
4020 (('a' <= (c) && (c) <= 'i') \
4021 || ('j' <= (c) && (c) <= 'r') \
4022 || ('s' <= (c) && (c) <= 'z'))
4023 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4024 #endif
4026 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4028 main ()
4030 int i;
4031 for (i = 0; i < 256; i++)
4032 if (XOR (islower (i), ISLOWER (i))
4033 || toupper (i) != TOUPPER (i))
4034 return 2;
4035 return 0;
4037 _ACEOF
4038 if ac_fn_c_try_run "$LINENO"; then :
4040 else
4041 ac_cv_header_stdc=no
4043 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4044 conftest.$ac_objext conftest.beam conftest.$ac_ext
4049 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4050 $as_echo "$ac_cv_header_stdc" >&6; }
4051 if test $ac_cv_header_stdc = yes; then
4053 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
4057 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
4058 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4059 inttypes.h stdint.h unistd.h
4060 do :
4061 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4062 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4064 eval as_val=\$$as_ac_Header
4065 if test "x$as_val" = x""yes; then :
4066 cat >>confdefs.h <<_ACEOF
4067 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4068 _ACEOF
4072 done
4076 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4077 if test "x$ac_cv_header_minix_config_h" = x""yes; then :
4078 MINIX=yes
4079 else
4080 MINIX=
4084 if test "$MINIX" = yes; then
4086 $as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4089 $as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4092 $as_echo "#define _MINIX 1" >>confdefs.h
4097 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4098 $as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4099 if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
4100 $as_echo_n "(cached) " >&6
4101 else
4102 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4103 /* end confdefs.h. */
4105 # define __EXTENSIONS__ 1
4106 $ac_includes_default
4108 main ()
4112 return 0;
4114 _ACEOF
4115 if ac_fn_c_try_compile "$LINENO"; then :
4116 ac_cv_safe_to_define___extensions__=yes
4117 else
4118 ac_cv_safe_to_define___extensions__=no
4120 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4122 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4123 $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4124 test $ac_cv_safe_to_define___extensions__ = yes &&
4125 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4127 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4129 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4131 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4133 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4137 for ac_func in secure_getenv
4138 do :
4139 ac_fn_c_check_func "$LINENO" "secure_getenv" "ac_cv_func_secure_getenv"
4140 if test "x$ac_cv_func_secure_getenv" = x""yes; then :
4141 cat >>confdefs.h <<_ACEOF
4142 #define HAVE_SECURE_GETENV 1
4143 _ACEOF
4146 done
4149 # Calculate toolexeclibdir
4150 # Also toolexecdir, though it's only used in toolexeclibdir
4151 case ${version_specific_libs} in
4152 yes)
4153 # Need the gcc compiler version to know where to install libraries
4154 # and header files if --enable-version-specific-runtime-libs option
4155 # is selected.
4156 toolexecdir='$(libdir)/gcc/$(target_alias)'
4157 toolexeclibdir='$(toolexecdir)/$(gcc_version)$(MULTISUBDIR)'
4160 if test -n "$with_cross_host" &&
4161 test x"$with_cross_host" != x"no"; then
4162 # Install a library built with a cross compiler in tooldir, not libdir.
4163 toolexecdir='$(exec_prefix)/$(target_alias)'
4164 toolexeclibdir='$(toolexecdir)/lib'
4165 else
4166 toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
4167 toolexeclibdir='$(libdir)'
4169 multi_os_directory=`$CC -print-multi-os-directory`
4170 case $multi_os_directory in
4171 .) ;; # Avoid trailing /.
4172 *) toolexeclibdir=$toolexeclibdir/$multi_os_directory ;;
4173 esac
4175 esac
4179 # Check for programs.
4182 ac_ext=c
4183 ac_cpp='$CPP $CPPFLAGS'
4184 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4185 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4186 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4187 if test -n "$ac_tool_prefix"; then
4188 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4189 set dummy ${ac_tool_prefix}gcc; ac_word=$2
4190 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4191 $as_echo_n "checking for $ac_word... " >&6; }
4192 if test "${ac_cv_prog_CC+set}" = set; then :
4193 $as_echo_n "(cached) " >&6
4194 else
4195 if test -n "$CC"; then
4196 ac_cv_prog_CC="$CC" # Let the user override the test.
4197 else
4198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4199 for as_dir in $PATH
4201 IFS=$as_save_IFS
4202 test -z "$as_dir" && as_dir=.
4203 for ac_exec_ext in '' $ac_executable_extensions; do
4204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4205 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4206 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4207 break 2
4209 done
4210 done
4211 IFS=$as_save_IFS
4215 CC=$ac_cv_prog_CC
4216 if test -n "$CC"; then
4217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4218 $as_echo "$CC" >&6; }
4219 else
4220 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4221 $as_echo "no" >&6; }
4226 if test -z "$ac_cv_prog_CC"; then
4227 ac_ct_CC=$CC
4228 # Extract the first word of "gcc", so it can be a program name with args.
4229 set dummy gcc; ac_word=$2
4230 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4231 $as_echo_n "checking for $ac_word... " >&6; }
4232 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4233 $as_echo_n "(cached) " >&6
4234 else
4235 if test -n "$ac_ct_CC"; then
4236 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4237 else
4238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4239 for as_dir in $PATH
4241 IFS=$as_save_IFS
4242 test -z "$as_dir" && as_dir=.
4243 for ac_exec_ext in '' $ac_executable_extensions; do
4244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4245 ac_cv_prog_ac_ct_CC="gcc"
4246 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4247 break 2
4249 done
4250 done
4251 IFS=$as_save_IFS
4255 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4256 if test -n "$ac_ct_CC"; then
4257 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4258 $as_echo "$ac_ct_CC" >&6; }
4259 else
4260 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4261 $as_echo "no" >&6; }
4264 if test "x$ac_ct_CC" = x; then
4265 CC=""
4266 else
4267 case $cross_compiling:$ac_tool_warned in
4268 yes:)
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4270 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4271 ac_tool_warned=yes ;;
4272 esac
4273 CC=$ac_ct_CC
4275 else
4276 CC="$ac_cv_prog_CC"
4279 if test -z "$CC"; then
4280 if test -n "$ac_tool_prefix"; then
4281 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4282 set dummy ${ac_tool_prefix}cc; ac_word=$2
4283 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4284 $as_echo_n "checking for $ac_word... " >&6; }
4285 if test "${ac_cv_prog_CC+set}" = set; then :
4286 $as_echo_n "(cached) " >&6
4287 else
4288 if test -n "$CC"; then
4289 ac_cv_prog_CC="$CC" # Let the user override the test.
4290 else
4291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4292 for as_dir in $PATH
4294 IFS=$as_save_IFS
4295 test -z "$as_dir" && as_dir=.
4296 for ac_exec_ext in '' $ac_executable_extensions; do
4297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4298 ac_cv_prog_CC="${ac_tool_prefix}cc"
4299 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4300 break 2
4302 done
4303 done
4304 IFS=$as_save_IFS
4308 CC=$ac_cv_prog_CC
4309 if test -n "$CC"; then
4310 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4311 $as_echo "$CC" >&6; }
4312 else
4313 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4314 $as_echo "no" >&6; }
4320 if test -z "$CC"; then
4321 # Extract the first word of "cc", so it can be a program name with args.
4322 set dummy cc; ac_word=$2
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4324 $as_echo_n "checking for $ac_word... " >&6; }
4325 if test "${ac_cv_prog_CC+set}" = set; then :
4326 $as_echo_n "(cached) " >&6
4327 else
4328 if test -n "$CC"; then
4329 ac_cv_prog_CC="$CC" # Let the user override the test.
4330 else
4331 ac_prog_rejected=no
4332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4333 for as_dir in $PATH
4335 IFS=$as_save_IFS
4336 test -z "$as_dir" && as_dir=.
4337 for ac_exec_ext in '' $ac_executable_extensions; do
4338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4339 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4340 ac_prog_rejected=yes
4341 continue
4343 ac_cv_prog_CC="cc"
4344 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4345 break 2
4347 done
4348 done
4349 IFS=$as_save_IFS
4351 if test $ac_prog_rejected = yes; then
4352 # We found a bogon in the path, so make sure we never use it.
4353 set dummy $ac_cv_prog_CC
4354 shift
4355 if test $# != 0; then
4356 # We chose a different compiler from the bogus one.
4357 # However, it has the same basename, so the bogon will be chosen
4358 # first if we set CC to just the basename; use the full file name.
4359 shift
4360 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4365 CC=$ac_cv_prog_CC
4366 if test -n "$CC"; then
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4368 $as_echo "$CC" >&6; }
4369 else
4370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4371 $as_echo "no" >&6; }
4376 if test -z "$CC"; then
4377 if test -n "$ac_tool_prefix"; then
4378 for ac_prog in cl.exe
4380 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4381 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4382 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4383 $as_echo_n "checking for $ac_word... " >&6; }
4384 if test "${ac_cv_prog_CC+set}" = set; then :
4385 $as_echo_n "(cached) " >&6
4386 else
4387 if test -n "$CC"; then
4388 ac_cv_prog_CC="$CC" # Let the user override the test.
4389 else
4390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4391 for as_dir in $PATH
4393 IFS=$as_save_IFS
4394 test -z "$as_dir" && as_dir=.
4395 for ac_exec_ext in '' $ac_executable_extensions; do
4396 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4397 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4399 break 2
4401 done
4402 done
4403 IFS=$as_save_IFS
4407 CC=$ac_cv_prog_CC
4408 if test -n "$CC"; then
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4410 $as_echo "$CC" >&6; }
4411 else
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4413 $as_echo "no" >&6; }
4417 test -n "$CC" && break
4418 done
4420 if test -z "$CC"; then
4421 ac_ct_CC=$CC
4422 for ac_prog in cl.exe
4424 # Extract the first word of "$ac_prog", so it can be a program name with args.
4425 set dummy $ac_prog; ac_word=$2
4426 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4427 $as_echo_n "checking for $ac_word... " >&6; }
4428 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4429 $as_echo_n "(cached) " >&6
4430 else
4431 if test -n "$ac_ct_CC"; then
4432 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4433 else
4434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435 for as_dir in $PATH
4437 IFS=$as_save_IFS
4438 test -z "$as_dir" && as_dir=.
4439 for ac_exec_ext in '' $ac_executable_extensions; do
4440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4441 ac_cv_prog_ac_ct_CC="$ac_prog"
4442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4443 break 2
4445 done
4446 done
4447 IFS=$as_save_IFS
4451 ac_ct_CC=$ac_cv_prog_ac_ct_CC
4452 if test -n "$ac_ct_CC"; then
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4454 $as_echo "$ac_ct_CC" >&6; }
4455 else
4456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4457 $as_echo "no" >&6; }
4461 test -n "$ac_ct_CC" && break
4462 done
4464 if test "x$ac_ct_CC" = x; then
4465 CC=""
4466 else
4467 case $cross_compiling:$ac_tool_warned in
4468 yes:)
4469 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4470 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4471 ac_tool_warned=yes ;;
4472 esac
4473 CC=$ac_ct_CC
4480 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4481 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4482 as_fn_error "no acceptable C compiler found in \$PATH
4483 See \`config.log' for more details." "$LINENO" 5; }
4485 # Provide some information about the compiler.
4486 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4487 set X $ac_compile
4488 ac_compiler=$2
4489 for ac_option in --version -v -V -qversion; do
4490 { { ac_try="$ac_compiler $ac_option >&5"
4491 case "(($ac_try" in
4492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4493 *) ac_try_echo=$ac_try;;
4494 esac
4495 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4496 $as_echo "$ac_try_echo"; } >&5
4497 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4498 ac_status=$?
4499 if test -s conftest.err; then
4500 sed '10a\
4501 ... rest of stderr output deleted ...
4502 10q' conftest.err >conftest.er1
4503 cat conftest.er1 >&5
4504 rm -f conftest.er1 conftest.err
4506 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4507 test $ac_status = 0; }
4508 done
4510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4511 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4512 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4513 $as_echo_n "(cached) " >&6
4514 else
4515 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4516 /* end confdefs.h. */
4519 main ()
4521 #ifndef __GNUC__
4522 choke me
4523 #endif
4526 return 0;
4528 _ACEOF
4529 if ac_fn_c_try_compile "$LINENO"; then :
4530 ac_compiler_gnu=yes
4531 else
4532 ac_compiler_gnu=no
4534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4535 ac_cv_c_compiler_gnu=$ac_compiler_gnu
4538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4539 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
4540 if test $ac_compiler_gnu = yes; then
4541 GCC=yes
4542 else
4543 GCC=
4545 ac_test_CFLAGS=${CFLAGS+set}
4546 ac_save_CFLAGS=$CFLAGS
4547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4548 $as_echo_n "checking whether $CC accepts -g... " >&6; }
4549 if test "${ac_cv_prog_cc_g+set}" = set; then :
4550 $as_echo_n "(cached) " >&6
4551 else
4552 ac_save_c_werror_flag=$ac_c_werror_flag
4553 ac_c_werror_flag=yes
4554 ac_cv_prog_cc_g=no
4555 CFLAGS="-g"
4556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4557 /* end confdefs.h. */
4560 main ()
4564 return 0;
4566 _ACEOF
4567 if ac_fn_c_try_compile "$LINENO"; then :
4568 ac_cv_prog_cc_g=yes
4569 else
4570 CFLAGS=""
4571 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4572 /* end confdefs.h. */
4575 main ()
4579 return 0;
4581 _ACEOF
4582 if ac_fn_c_try_compile "$LINENO"; then :
4584 else
4585 ac_c_werror_flag=$ac_save_c_werror_flag
4586 CFLAGS="-g"
4587 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4588 /* end confdefs.h. */
4591 main ()
4595 return 0;
4597 _ACEOF
4598 if ac_fn_c_try_compile "$LINENO"; then :
4599 ac_cv_prog_cc_g=yes
4601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4603 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4606 ac_c_werror_flag=$ac_save_c_werror_flag
4608 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4609 $as_echo "$ac_cv_prog_cc_g" >&6; }
4610 if test "$ac_test_CFLAGS" = set; then
4611 CFLAGS=$ac_save_CFLAGS
4612 elif test $ac_cv_prog_cc_g = yes; then
4613 if test "$GCC" = yes; then
4614 CFLAGS="-g -O2"
4615 else
4616 CFLAGS="-g"
4618 else
4619 if test "$GCC" = yes; then
4620 CFLAGS="-O2"
4621 else
4622 CFLAGS=
4625 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4626 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4627 if test "${ac_cv_prog_cc_c89+set}" = set; then :
4628 $as_echo_n "(cached) " >&6
4629 else
4630 ac_cv_prog_cc_c89=no
4631 ac_save_CC=$CC
4632 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4633 /* end confdefs.h. */
4634 #include <stdarg.h>
4635 #include <stdio.h>
4636 #include <sys/types.h>
4637 #include <sys/stat.h>
4638 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4639 struct buf { int x; };
4640 FILE * (*rcsopen) (struct buf *, struct stat *, int);
4641 static char *e (p, i)
4642 char **p;
4643 int i;
4645 return p[i];
4647 static char *f (char * (*g) (char **, int), char **p, ...)
4649 char *s;
4650 va_list v;
4651 va_start (v,p);
4652 s = g (p, va_arg (v,int));
4653 va_end (v);
4654 return s;
4657 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4658 function prototypes and stuff, but not '\xHH' hex character constants.
4659 These don't provoke an error unfortunately, instead are silently treated
4660 as 'x'. The following induces an error, until -std is added to get
4661 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4662 array size at least. It's necessary to write '\x00'==0 to get something
4663 that's true only with -std. */
4664 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4666 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4667 inside strings and character constants. */
4668 #define FOO(x) 'x'
4669 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4671 int test (int i, double x);
4672 struct s1 {int (*f) (int a);};
4673 struct s2 {int (*f) (double a);};
4674 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4675 int argc;
4676 char **argv;
4678 main ()
4680 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4682 return 0;
4684 _ACEOF
4685 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4686 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4688 CC="$ac_save_CC $ac_arg"
4689 if ac_fn_c_try_compile "$LINENO"; then :
4690 ac_cv_prog_cc_c89=$ac_arg
4692 rm -f core conftest.err conftest.$ac_objext
4693 test "x$ac_cv_prog_cc_c89" != "xno" && break
4694 done
4695 rm -f conftest.$ac_ext
4696 CC=$ac_save_CC
4699 # AC_CACHE_VAL
4700 case "x$ac_cv_prog_cc_c89" in
4702 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4703 $as_echo "none needed" >&6; } ;;
4704 xno)
4705 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4706 $as_echo "unsupported" >&6; } ;;
4708 CC="$CC $ac_cv_prog_cc_c89"
4709 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4710 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4711 esac
4712 if test "x$ac_cv_prog_cc_c89" != xno; then :
4716 ac_ext=c
4717 ac_cpp='$CPP $CPPFLAGS'
4718 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4719 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4720 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4724 if test "x$CC" != xcc; then
4725 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC and cc understand -c and -o together" >&5
4726 $as_echo_n "checking whether $CC and cc understand -c and -o together... " >&6; }
4727 else
4728 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cc understands -c and -o together" >&5
4729 $as_echo_n "checking whether cc understands -c and -o together... " >&6; }
4731 set dummy $CC; ac_cc=`$as_echo "$2" |
4732 sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4733 if { as_var=ac_cv_prog_cc_${ac_cc}_c_o; eval "test \"\${$as_var+set}\" = set"; }; then :
4734 $as_echo_n "(cached) " >&6
4735 else
4736 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4737 /* end confdefs.h. */
4740 main ()
4744 return 0;
4746 _ACEOF
4747 # Make sure it works both with $CC and with simple cc.
4748 # We do the test twice because some compilers refuse to overwrite an
4749 # existing .o file with -o, though they will create one.
4750 ac_try='$CC -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4751 rm -f conftest2.*
4752 if { { case "(($ac_try" in
4753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4754 *) ac_try_echo=$ac_try;;
4755 esac
4756 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4757 $as_echo "$ac_try_echo"; } >&5
4758 (eval "$ac_try") 2>&5
4759 ac_status=$?
4760 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4761 test $ac_status = 0; } &&
4762 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4764 *) ac_try_echo=$ac_try;;
4765 esac
4766 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4767 $as_echo "$ac_try_echo"; } >&5
4768 (eval "$ac_try") 2>&5
4769 ac_status=$?
4770 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4771 test $ac_status = 0; };
4772 then
4773 eval ac_cv_prog_cc_${ac_cc}_c_o=yes
4774 if test "x$CC" != xcc; then
4775 # Test first that cc exists at all.
4776 if { ac_try='cc -c conftest.$ac_ext >&5'
4777 { { case "(($ac_try" in
4778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4779 *) ac_try_echo=$ac_try;;
4780 esac
4781 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4782 $as_echo "$ac_try_echo"; } >&5
4783 (eval "$ac_try") 2>&5
4784 ac_status=$?
4785 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4786 test $ac_status = 0; }; }; then
4787 ac_try='cc -c conftest.$ac_ext -o conftest2.$ac_objext >&5'
4788 rm -f conftest2.*
4789 if { { case "(($ac_try" in
4790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4791 *) ac_try_echo=$ac_try;;
4792 esac
4793 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4794 $as_echo "$ac_try_echo"; } >&5
4795 (eval "$ac_try") 2>&5
4796 ac_status=$?
4797 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4798 test $ac_status = 0; } &&
4799 test -f conftest2.$ac_objext && { { case "(($ac_try" in
4800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4801 *) ac_try_echo=$ac_try;;
4802 esac
4803 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4804 $as_echo "$ac_try_echo"; } >&5
4805 (eval "$ac_try") 2>&5
4806 ac_status=$?
4807 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4808 test $ac_status = 0; };
4809 then
4810 # cc works too.
4812 else
4813 # cc exists but doesn't like -o.
4814 eval ac_cv_prog_cc_${ac_cc}_c_o=no
4818 else
4819 eval ac_cv_prog_cc_${ac_cc}_c_o=no
4821 rm -f core conftest*
4824 if eval test \$ac_cv_prog_cc_${ac_cc}_c_o = yes; then
4825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4826 $as_echo "yes" >&6; }
4827 else
4828 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4829 $as_echo "no" >&6; }
4831 $as_echo "#define NO_MINUS_C_MINUS_O 1" >>confdefs.h
4835 # FIXME: we rely on the cache variable name because
4836 # there is no other way.
4837 set dummy $CC
4838 am_cc=`echo $2 | sed 's/[^a-zA-Z0-9_]/_/g;s/^[0-9]/_/'`
4839 eval am_t=\$ac_cv_prog_cc_${am_cc}_c_o
4840 if test "$am_t" != yes; then
4841 # Losing compiler, so override with the script.
4842 # FIXME: It is wrong to rewrite CC.
4843 # But if we don't then we get into trouble of one sort or another.
4844 # A longer-term fix would be to have automake use am__CC in this case,
4845 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4846 CC="$am_aux_dir/compile $CC"
4853 # Newer automakes demand CCAS and CCASFLAGS.
4854 : ${CCAS='$(CC)'}
4855 : ${CCASFLAGS='$(CFLAGS)'}
4859 if test -n "$ac_tool_prefix"; then
4860 # Extract the first word of "${ac_tool_prefix}as", so it can be a program name with args.
4861 set dummy ${ac_tool_prefix}as; ac_word=$2
4862 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4863 $as_echo_n "checking for $ac_word... " >&6; }
4864 if test "${ac_cv_prog_AS+set}" = set; then :
4865 $as_echo_n "(cached) " >&6
4866 else
4867 if test -n "$AS"; then
4868 ac_cv_prog_AS="$AS" # Let the user override the test.
4869 else
4870 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4871 for as_dir in $PATH
4873 IFS=$as_save_IFS
4874 test -z "$as_dir" && as_dir=.
4875 for ac_exec_ext in '' $ac_executable_extensions; do
4876 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4877 ac_cv_prog_AS="${ac_tool_prefix}as"
4878 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4879 break 2
4881 done
4882 done
4883 IFS=$as_save_IFS
4887 AS=$ac_cv_prog_AS
4888 if test -n "$AS"; then
4889 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AS" >&5
4890 $as_echo "$AS" >&6; }
4891 else
4892 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4893 $as_echo "no" >&6; }
4898 if test -z "$ac_cv_prog_AS"; then
4899 ac_ct_AS=$AS
4900 # Extract the first word of "as", so it can be a program name with args.
4901 set dummy as; ac_word=$2
4902 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4903 $as_echo_n "checking for $ac_word... " >&6; }
4904 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then :
4905 $as_echo_n "(cached) " >&6
4906 else
4907 if test -n "$ac_ct_AS"; then
4908 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
4909 else
4910 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4911 for as_dir in $PATH
4913 IFS=$as_save_IFS
4914 test -z "$as_dir" && as_dir=.
4915 for ac_exec_ext in '' $ac_executable_extensions; do
4916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4917 ac_cv_prog_ac_ct_AS="as"
4918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4919 break 2
4921 done
4922 done
4923 IFS=$as_save_IFS
4927 ac_ct_AS=$ac_cv_prog_ac_ct_AS
4928 if test -n "$ac_ct_AS"; then
4929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AS" >&5
4930 $as_echo "$ac_ct_AS" >&6; }
4931 else
4932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4933 $as_echo "no" >&6; }
4936 if test "x$ac_ct_AS" = x; then
4937 AS=""
4938 else
4939 case $cross_compiling:$ac_tool_warned in
4940 yes:)
4941 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4942 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4943 ac_tool_warned=yes ;;
4944 esac
4945 AS=$ac_ct_AS
4947 else
4948 AS="$ac_cv_prog_AS"
4951 if test -n "$ac_tool_prefix"; then
4952 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
4953 set dummy ${ac_tool_prefix}ar; ac_word=$2
4954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4955 $as_echo_n "checking for $ac_word... " >&6; }
4956 if test "${ac_cv_prog_AR+set}" = set; then :
4957 $as_echo_n "(cached) " >&6
4958 else
4959 if test -n "$AR"; then
4960 ac_cv_prog_AR="$AR" # Let the user override the test.
4961 else
4962 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4963 for as_dir in $PATH
4965 IFS=$as_save_IFS
4966 test -z "$as_dir" && as_dir=.
4967 for ac_exec_ext in '' $ac_executable_extensions; do
4968 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4969 ac_cv_prog_AR="${ac_tool_prefix}ar"
4970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4971 break 2
4973 done
4974 done
4975 IFS=$as_save_IFS
4979 AR=$ac_cv_prog_AR
4980 if test -n "$AR"; then
4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
4982 $as_echo "$AR" >&6; }
4983 else
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4985 $as_echo "no" >&6; }
4990 if test -z "$ac_cv_prog_AR"; then
4991 ac_ct_AR=$AR
4992 # Extract the first word of "ar", so it can be a program name with args.
4993 set dummy ar; 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; }
4996 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
4997 $as_echo_n "(cached) " >&6
4998 else
4999 if test -n "$ac_ct_AR"; then
5000 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5001 else
5002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5003 for as_dir in $PATH
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_ac_ct_AR="ar"
5010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5011 break 2
5013 done
5014 done
5015 IFS=$as_save_IFS
5019 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5020 if test -n "$ac_ct_AR"; then
5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5022 $as_echo "$ac_ct_AR" >&6; }
5023 else
5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5025 $as_echo "no" >&6; }
5028 if test "x$ac_ct_AR" = x; then
5029 AR=""
5030 else
5031 case $cross_compiling:$ac_tool_warned in
5032 yes:)
5033 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5034 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5035 ac_tool_warned=yes ;;
5036 esac
5037 AR=$ac_ct_AR
5039 else
5040 AR="$ac_cv_prog_AR"
5043 if test -n "$ac_tool_prefix"; then
5044 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5045 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5046 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5047 $as_echo_n "checking for $ac_word... " >&6; }
5048 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5049 $as_echo_n "(cached) " >&6
5050 else
5051 if test -n "$RANLIB"; then
5052 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5053 else
5054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5055 for as_dir in $PATH
5057 IFS=$as_save_IFS
5058 test -z "$as_dir" && as_dir=.
5059 for ac_exec_ext in '' $ac_executable_extensions; do
5060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5061 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5062 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5063 break 2
5065 done
5066 done
5067 IFS=$as_save_IFS
5071 RANLIB=$ac_cv_prog_RANLIB
5072 if test -n "$RANLIB"; then
5073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5074 $as_echo "$RANLIB" >&6; }
5075 else
5076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5077 $as_echo "no" >&6; }
5082 if test -z "$ac_cv_prog_RANLIB"; then
5083 ac_ct_RANLIB=$RANLIB
5084 # Extract the first word of "ranlib", so it can be a program name with args.
5085 set dummy ranlib; ac_word=$2
5086 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5087 $as_echo_n "checking for $ac_word... " >&6; }
5088 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5089 $as_echo_n "(cached) " >&6
5090 else
5091 if test -n "$ac_ct_RANLIB"; then
5092 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5093 else
5094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5095 for as_dir in $PATH
5097 IFS=$as_save_IFS
5098 test -z "$as_dir" && as_dir=.
5099 for ac_exec_ext in '' $ac_executable_extensions; do
5100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5101 ac_cv_prog_ac_ct_RANLIB="ranlib"
5102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5103 break 2
5105 done
5106 done
5107 IFS=$as_save_IFS
5111 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5112 if test -n "$ac_ct_RANLIB"; then
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5114 $as_echo "$ac_ct_RANLIB" >&6; }
5115 else
5116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5117 $as_echo "no" >&6; }
5120 if test "x$ac_ct_RANLIB" = x; then
5121 RANLIB=":"
5122 else
5123 case $cross_compiling:$ac_tool_warned in
5124 yes:)
5125 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5126 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5127 ac_tool_warned=yes ;;
5128 esac
5129 RANLIB=$ac_ct_RANLIB
5131 else
5132 RANLIB="$ac_cv_prog_RANLIB"
5136 # Check we may build wrappers library
5137 echo "test: bndmov %bnd0, %bnd1" > conftest.s
5138 if { ac_try='$AS -o conftest.o conftest.s 1>&5'
5139 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_try\""; } >&5
5140 (eval $ac_try) 2>&5
5141 ac_status=$?
5142 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5143 test $ac_status = 0; }; }
5144 then
5145 mpx_as=yes
5146 else
5147 mpx_as=no
5148 echo "configure: no MPX support fo as" >&5
5150 rm -f conftest.o conftest.s
5151 if test "x$mpx_as" = "xyes"; then
5152 MPX_AS_SUPPORTED_TRUE=
5153 MPX_AS_SUPPORTED_FALSE='#'
5154 else
5155 MPX_AS_SUPPORTED_TRUE='#'
5156 MPX_AS_SUPPORTED_FALSE=
5160 # Configure libtool
5161 enable_dlopen=yes
5165 case `pwd` in
5166 *\ * | *\ *)
5167 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5168 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5169 esac
5173 macro_version='2.2.7a'
5174 macro_revision='1.3134'
5188 ltmain="$ac_aux_dir/ltmain.sh"
5190 # Backslashify metacharacters that are still active within
5191 # double-quoted strings.
5192 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5194 # Same as above, but do not quote variable references.
5195 double_quote_subst='s/\(["`\\]\)/\\\1/g'
5197 # Sed substitution to delay expansion of an escaped shell variable in a
5198 # double_quote_subst'ed string.
5199 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5201 # Sed substitution to delay expansion of an escaped single quote.
5202 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5204 # Sed substitution to avoid accidental globbing in evaled expressions
5205 no_glob_subst='s/\*/\\\*/g'
5207 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5208 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5209 ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5212 $as_echo_n "checking how to print strings... " >&6; }
5213 # Test print first, because it will be a builtin if present.
5214 if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5215 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5216 ECHO='print -r --'
5217 elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5218 ECHO='printf %s\n'
5219 else
5220 # Use this function as a fallback that always works.
5221 func_fallback_echo ()
5223 eval 'cat <<_LTECHO_EOF
5225 _LTECHO_EOF'
5227 ECHO='func_fallback_echo'
5230 # func_echo_all arg...
5231 # Invoke $ECHO with all args, space-separated.
5232 func_echo_all ()
5234 $ECHO ""
5237 case "$ECHO" in
5238 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5239 $as_echo "printf" >&6; } ;;
5240 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5241 $as_echo "print -r" >&6; } ;;
5242 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5243 $as_echo "cat" >&6; } ;;
5244 esac
5259 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5260 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
5261 if test "${ac_cv_path_SED+set}" = set; then :
5262 $as_echo_n "(cached) " >&6
5263 else
5264 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5265 for ac_i in 1 2 3 4 5 6 7; do
5266 ac_script="$ac_script$as_nl$ac_script"
5267 done
5268 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5269 { ac_script=; unset ac_script;}
5270 if test -z "$SED"; then
5271 ac_path_SED_found=false
5272 # Loop through the user's path and test for each of PROGNAME-LIST
5273 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5274 for as_dir in $PATH
5276 IFS=$as_save_IFS
5277 test -z "$as_dir" && as_dir=.
5278 for ac_prog in sed gsed; do
5279 for ac_exec_ext in '' $ac_executable_extensions; do
5280 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5281 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5282 # Check for GNU ac_path_SED and select it if it is found.
5283 # Check for GNU $ac_path_SED
5284 case `"$ac_path_SED" --version 2>&1` in
5285 *GNU*)
5286 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5288 ac_count=0
5289 $as_echo_n 0123456789 >"conftest.in"
5290 while :
5292 cat "conftest.in" "conftest.in" >"conftest.tmp"
5293 mv "conftest.tmp" "conftest.in"
5294 cp "conftest.in" "conftest.nl"
5295 $as_echo '' >> "conftest.nl"
5296 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5297 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5298 as_fn_arith $ac_count + 1 && ac_count=$as_val
5299 if test $ac_count -gt ${ac_path_SED_max-0}; then
5300 # Best one so far, save it but keep looking for a better one
5301 ac_cv_path_SED="$ac_path_SED"
5302 ac_path_SED_max=$ac_count
5304 # 10*(2^10) chars as input seems more than enough
5305 test $ac_count -gt 10 && break
5306 done
5307 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5308 esac
5310 $ac_path_SED_found && break 3
5311 done
5312 done
5313 done
5314 IFS=$as_save_IFS
5315 if test -z "$ac_cv_path_SED"; then
5316 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5318 else
5319 ac_cv_path_SED=$SED
5323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5324 $as_echo "$ac_cv_path_SED" >&6; }
5325 SED="$ac_cv_path_SED"
5326 rm -f conftest.sed
5328 test -z "$SED" && SED=sed
5329 Xsed="$SED -e 1s/^X//"
5341 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5342 $as_echo_n "checking for fgrep... " >&6; }
5343 if test "${ac_cv_path_FGREP+set}" = set; then :
5344 $as_echo_n "(cached) " >&6
5345 else
5346 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5347 then ac_cv_path_FGREP="$GREP -F"
5348 else
5349 if test -z "$FGREP"; then
5350 ac_path_FGREP_found=false
5351 # Loop through the user's path and test for each of PROGNAME-LIST
5352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5353 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5355 IFS=$as_save_IFS
5356 test -z "$as_dir" && as_dir=.
5357 for ac_prog in fgrep; do
5358 for ac_exec_ext in '' $ac_executable_extensions; do
5359 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5360 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5361 # Check for GNU ac_path_FGREP and select it if it is found.
5362 # Check for GNU $ac_path_FGREP
5363 case `"$ac_path_FGREP" --version 2>&1` in
5364 *GNU*)
5365 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5367 ac_count=0
5368 $as_echo_n 0123456789 >"conftest.in"
5369 while :
5371 cat "conftest.in" "conftest.in" >"conftest.tmp"
5372 mv "conftest.tmp" "conftest.in"
5373 cp "conftest.in" "conftest.nl"
5374 $as_echo 'FGREP' >> "conftest.nl"
5375 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5376 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5377 as_fn_arith $ac_count + 1 && ac_count=$as_val
5378 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5379 # Best one so far, save it but keep looking for a better one
5380 ac_cv_path_FGREP="$ac_path_FGREP"
5381 ac_path_FGREP_max=$ac_count
5383 # 10*(2^10) chars as input seems more than enough
5384 test $ac_count -gt 10 && break
5385 done
5386 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5387 esac
5389 $ac_path_FGREP_found && break 3
5390 done
5391 done
5392 done
5393 IFS=$as_save_IFS
5394 if test -z "$ac_cv_path_FGREP"; then
5395 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5397 else
5398 ac_cv_path_FGREP=$FGREP
5403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5404 $as_echo "$ac_cv_path_FGREP" >&6; }
5405 FGREP="$ac_cv_path_FGREP"
5408 test -z "$GREP" && GREP=grep
5428 # Check whether --with-gnu-ld was given.
5429 if test "${with_gnu_ld+set}" = set; then :
5430 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5431 else
5432 with_gnu_ld=no
5435 ac_prog=ld
5436 if test "$GCC" = yes; then
5437 # Check if gcc -print-prog-name=ld gives a path.
5438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5439 $as_echo_n "checking for ld used by $CC... " >&6; }
5440 case $host in
5441 *-*-mingw*)
5442 # gcc leaves a trailing carriage return which upsets mingw
5443 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5445 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5446 esac
5447 case $ac_prog in
5448 # Accept absolute paths.
5449 [\\/]* | ?:[\\/]*)
5450 re_direlt='/[^/][^/]*/\.\./'
5451 # Canonicalize the pathname of ld
5452 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5453 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5454 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5455 done
5456 test -z "$LD" && LD="$ac_prog"
5459 # If it fails, then pretend we aren't using GCC.
5460 ac_prog=ld
5463 # If it is relative, then search for the first ld in PATH.
5464 with_gnu_ld=unknown
5466 esac
5467 elif test "$with_gnu_ld" = yes; then
5468 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5469 $as_echo_n "checking for GNU ld... " >&6; }
5470 else
5471 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5472 $as_echo_n "checking for non-GNU ld... " >&6; }
5474 if test "${lt_cv_path_LD+set}" = set; then :
5475 $as_echo_n "(cached) " >&6
5476 else
5477 if test -z "$LD"; then
5478 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5479 for ac_dir in $PATH; do
5480 IFS="$lt_save_ifs"
5481 test -z "$ac_dir" && ac_dir=.
5482 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5483 lt_cv_path_LD="$ac_dir/$ac_prog"
5484 # Check to see if the program is GNU ld. I'd rather use --version,
5485 # but apparently some variants of GNU ld only accept -v.
5486 # Break only if it was the GNU/non-GNU ld that we prefer.
5487 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5488 *GNU* | *'with BFD'*)
5489 test "$with_gnu_ld" != no && break
5492 test "$with_gnu_ld" != yes && break
5494 esac
5496 done
5497 IFS="$lt_save_ifs"
5498 else
5499 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5503 LD="$lt_cv_path_LD"
5504 if test -n "$LD"; then
5505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5506 $as_echo "$LD" >&6; }
5507 else
5508 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5509 $as_echo "no" >&6; }
5511 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5513 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5514 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5515 $as_echo_n "(cached) " >&6
5516 else
5517 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5518 case `$LD -v 2>&1 </dev/null` in
5519 *GNU* | *'with BFD'*)
5520 lt_cv_prog_gnu_ld=yes
5523 lt_cv_prog_gnu_ld=no
5525 esac
5527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5528 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
5529 with_gnu_ld=$lt_cv_prog_gnu_ld
5539 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5540 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5541 if test "${lt_cv_path_NM+set}" = set; then :
5542 $as_echo_n "(cached) " >&6
5543 else
5544 if test -n "$NM"; then
5545 # Let the user override the test.
5546 lt_cv_path_NM="$NM"
5547 else
5548 lt_nm_to_check="${ac_tool_prefix}nm"
5549 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5550 lt_nm_to_check="$lt_nm_to_check nm"
5552 for lt_tmp_nm in $lt_nm_to_check; do
5553 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5554 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5555 IFS="$lt_save_ifs"
5556 test -z "$ac_dir" && ac_dir=.
5557 tmp_nm="$ac_dir/$lt_tmp_nm"
5558 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5559 # Check to see if the nm accepts a BSD-compat flag.
5560 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
5561 # nm: unknown option "B" ignored
5562 # Tru64's nm complains that /dev/null is an invalid object file
5563 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
5564 */dev/null* | *'Invalid file or object type'*)
5565 lt_cv_path_NM="$tmp_nm -B"
5566 break
5569 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
5570 */dev/null*)
5571 lt_cv_path_NM="$tmp_nm -p"
5572 break
5575 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
5576 continue # so that we can try to find one that supports BSD flags
5578 esac
5580 esac
5582 done
5583 IFS="$lt_save_ifs"
5584 done
5585 : ${lt_cv_path_NM=no}
5588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
5589 $as_echo "$lt_cv_path_NM" >&6; }
5590 if test "$lt_cv_path_NM" != "no"; then
5591 NM="$lt_cv_path_NM"
5592 else
5593 # Didn't find any BSD compatible name lister, look for dumpbin.
5594 if test -n "$DUMPBIN"; then :
5595 # Let the user override the test.
5596 else
5597 if test -n "$ac_tool_prefix"; then
5598 for ac_prog in dumpbin "link -dump"
5600 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5601 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5603 $as_echo_n "checking for $ac_word... " >&6; }
5604 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
5605 $as_echo_n "(cached) " >&6
5606 else
5607 if test -n "$DUMPBIN"; then
5608 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
5609 else
5610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5611 for as_dir in $PATH
5613 IFS=$as_save_IFS
5614 test -z "$as_dir" && as_dir=.
5615 for ac_exec_ext in '' $ac_executable_extensions; do
5616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5617 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5618 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5619 break 2
5621 done
5622 done
5623 IFS=$as_save_IFS
5627 DUMPBIN=$ac_cv_prog_DUMPBIN
5628 if test -n "$DUMPBIN"; then
5629 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
5630 $as_echo "$DUMPBIN" >&6; }
5631 else
5632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5633 $as_echo "no" >&6; }
5637 test -n "$DUMPBIN" && break
5638 done
5640 if test -z "$DUMPBIN"; then
5641 ac_ct_DUMPBIN=$DUMPBIN
5642 for ac_prog in dumpbin "link -dump"
5644 # Extract the first word of "$ac_prog", so it can be a program name with args.
5645 set dummy $ac_prog; ac_word=$2
5646 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5647 $as_echo_n "checking for $ac_word... " >&6; }
5648 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
5649 $as_echo_n "(cached) " >&6
5650 else
5651 if test -n "$ac_ct_DUMPBIN"; then
5652 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
5653 else
5654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5655 for as_dir in $PATH
5657 IFS=$as_save_IFS
5658 test -z "$as_dir" && as_dir=.
5659 for ac_exec_ext in '' $ac_executable_extensions; do
5660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5661 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5662 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5663 break 2
5665 done
5666 done
5667 IFS=$as_save_IFS
5671 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
5672 if test -n "$ac_ct_DUMPBIN"; then
5673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
5674 $as_echo "$ac_ct_DUMPBIN" >&6; }
5675 else
5676 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5677 $as_echo "no" >&6; }
5681 test -n "$ac_ct_DUMPBIN" && break
5682 done
5684 if test "x$ac_ct_DUMPBIN" = x; then
5685 DUMPBIN=":"
5686 else
5687 case $cross_compiling:$ac_tool_warned in
5688 yes:)
5689 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5690 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5691 ac_tool_warned=yes ;;
5692 esac
5693 DUMPBIN=$ac_ct_DUMPBIN
5697 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
5698 *COFF*)
5699 DUMPBIN="$DUMPBIN -symbols"
5702 DUMPBIN=:
5704 esac
5707 if test "$DUMPBIN" != ":"; then
5708 NM="$DUMPBIN"
5711 test -z "$NM" && NM=nm
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
5719 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
5720 if test "${lt_cv_nm_interface+set}" = set; then :
5721 $as_echo_n "(cached) " >&6
5722 else
5723 lt_cv_nm_interface="BSD nm"
5724 echo "int some_variable = 0;" > conftest.$ac_ext
5725 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
5726 (eval "$ac_compile" 2>conftest.err)
5727 cat conftest.err >&5
5728 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
5729 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
5730 cat conftest.err >&5
5731 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
5732 cat conftest.out >&5
5733 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
5734 lt_cv_nm_interface="MS dumpbin"
5736 rm -f conftest*
5738 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
5739 $as_echo "$lt_cv_nm_interface" >&6; }
5741 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
5742 $as_echo_n "checking whether ln -s works... " >&6; }
5743 LN_S=$as_ln_s
5744 if test "$LN_S" = "ln -s"; then
5745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
5746 $as_echo "yes" >&6; }
5747 else
5748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
5749 $as_echo "no, using $LN_S" >&6; }
5752 # find the maximum length of command line arguments
5753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
5754 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
5755 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
5756 $as_echo_n "(cached) " >&6
5757 else
5759 teststring="ABCD"
5761 case $build_os in
5762 msdosdjgpp*)
5763 # On DJGPP, this test can blow up pretty badly due to problems in libc
5764 # (any single argument exceeding 2000 bytes causes a buffer overrun
5765 # during glob expansion). Even if it were fixed, the result of this
5766 # check would be larger than it should be.
5767 lt_cv_sys_max_cmd_len=12288; # 12K is about right
5770 gnu*)
5771 # Under GNU Hurd, this test is not required because there is
5772 # no limit to the length of command line arguments.
5773 # Libtool will interpret -1 as no limit whatsoever
5774 lt_cv_sys_max_cmd_len=-1;
5777 cygwin* | mingw* | cegcc*)
5778 # On Win9x/ME, this test blows up -- it succeeds, but takes
5779 # about 5 minutes as the teststring grows exponentially.
5780 # Worse, since 9x/ME are not pre-emptively multitasking,
5781 # you end up with a "frozen" computer, even though with patience
5782 # the test eventually succeeds (with a max line length of 256k).
5783 # Instead, let's just punt: use the minimum linelength reported by
5784 # all of the supported platforms: 8192 (on NT/2K/XP).
5785 lt_cv_sys_max_cmd_len=8192;
5788 mint*)
5789 # On MiNT this can take a long time and run out of memory.
5790 lt_cv_sys_max_cmd_len=8192;
5793 amigaos*)
5794 # On AmigaOS with pdksh, this test takes hours, literally.
5795 # So we just punt and use a minimum line length of 8192.
5796 lt_cv_sys_max_cmd_len=8192;
5799 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
5800 # This has been around since 386BSD, at least. Likely further.
5801 if test -x /sbin/sysctl; then
5802 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
5803 elif test -x /usr/sbin/sysctl; then
5804 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
5805 else
5806 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
5808 # And add a safety zone
5809 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5810 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5813 interix*)
5814 # We know the value 262144 and hardcode it with a safety zone (like BSD)
5815 lt_cv_sys_max_cmd_len=196608
5818 osf*)
5819 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
5820 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
5821 # nice to cause kernel panics so lets avoid the loop below.
5822 # First set a reasonable default.
5823 lt_cv_sys_max_cmd_len=16384
5825 if test -x /sbin/sysconfig; then
5826 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
5827 *1*) lt_cv_sys_max_cmd_len=-1 ;;
5828 esac
5831 sco3.2v5*)
5832 lt_cv_sys_max_cmd_len=102400
5834 sysv5* | sco5v6* | sysv4.2uw2*)
5835 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5836 if test -n "$kargmax"; then
5837 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
5838 else
5839 lt_cv_sys_max_cmd_len=32768
5843 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
5844 if test -n "$lt_cv_sys_max_cmd_len"; then
5845 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
5846 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
5847 else
5848 # Make teststring a little bigger before we do anything with it.
5849 # a 1K string should be a reasonable start.
5850 for i in 1 2 3 4 5 6 7 8 ; do
5851 teststring=$teststring$teststring
5852 done
5853 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
5854 # If test is not a shell built-in, we'll probably end up computing a
5855 # maximum length that is only half of the actual maximum length, but
5856 # we can't tell.
5857 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
5858 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
5859 test $i != 17 # 1/2 MB should be enough
5861 i=`expr $i + 1`
5862 teststring=$teststring$teststring
5863 done
5864 # Only check the string length outside the loop.
5865 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
5866 teststring=
5867 # Add a significant safety factor because C++ compilers can tack on
5868 # massive amounts of additional arguments before passing them to the
5869 # linker. It appears as though 1/2 is a usable value.
5870 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
5873 esac
5877 if test -n $lt_cv_sys_max_cmd_len ; then
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
5879 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
5880 else
5881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
5882 $as_echo "none" >&6; }
5884 max_cmd_len=$lt_cv_sys_max_cmd_len
5891 : ${CP="cp -f"}
5892 : ${MV="mv -f"}
5893 : ${RM="rm -f"}
5895 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
5896 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
5897 # Try some XSI features
5898 xsi_shell=no
5899 ( _lt_dummy="a/b/c"
5900 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
5901 = c,a/b,, \
5902 && eval 'test $(( 1 + 1 )) -eq 2 \
5903 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
5904 && xsi_shell=yes
5905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
5906 $as_echo "$xsi_shell" >&6; }
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
5910 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
5911 lt_shell_append=no
5912 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
5913 >/dev/null 2>&1 \
5914 && lt_shell_append=yes
5915 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
5916 $as_echo "$lt_shell_append" >&6; }
5919 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
5920 lt_unset=unset
5921 else
5922 lt_unset=false
5929 # test EBCDIC or ASCII
5930 case `echo X|tr X '\101'` in
5931 A) # ASCII based system
5932 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
5933 lt_SP2NL='tr \040 \012'
5934 lt_NL2SP='tr \015\012 \040\040'
5936 *) # EBCDIC based system
5937 lt_SP2NL='tr \100 \n'
5938 lt_NL2SP='tr \r\n \100\100'
5940 esac
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
5951 $as_echo_n "checking for $LD option to reload object files... " >&6; }
5952 if test "${lt_cv_ld_reload_flag+set}" = set; then :
5953 $as_echo_n "(cached) " >&6
5954 else
5955 lt_cv_ld_reload_flag='-r'
5957 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
5958 $as_echo "$lt_cv_ld_reload_flag" >&6; }
5959 reload_flag=$lt_cv_ld_reload_flag
5960 case $reload_flag in
5961 "" | " "*) ;;
5962 *) reload_flag=" $reload_flag" ;;
5963 esac
5964 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5965 case $host_os in
5966 darwin*)
5967 if test "$GCC" = yes; then
5968 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5969 else
5970 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5973 esac
5983 if test -n "$ac_tool_prefix"; then
5984 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5985 set dummy ${ac_tool_prefix}objdump; ac_word=$2
5986 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5987 $as_echo_n "checking for $ac_word... " >&6; }
5988 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
5989 $as_echo_n "(cached) " >&6
5990 else
5991 if test -n "$OBJDUMP"; then
5992 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5993 else
5994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5995 for as_dir in $PATH
5997 IFS=$as_save_IFS
5998 test -z "$as_dir" && as_dir=.
5999 for ac_exec_ext in '' $ac_executable_extensions; do
6000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6001 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6002 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6003 break 2
6005 done
6006 done
6007 IFS=$as_save_IFS
6011 OBJDUMP=$ac_cv_prog_OBJDUMP
6012 if test -n "$OBJDUMP"; then
6013 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6014 $as_echo "$OBJDUMP" >&6; }
6015 else
6016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6017 $as_echo "no" >&6; }
6022 if test -z "$ac_cv_prog_OBJDUMP"; then
6023 ac_ct_OBJDUMP=$OBJDUMP
6024 # Extract the first word of "objdump", so it can be a program name with args.
6025 set dummy objdump; ac_word=$2
6026 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6027 $as_echo_n "checking for $ac_word... " >&6; }
6028 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6029 $as_echo_n "(cached) " >&6
6030 else
6031 if test -n "$ac_ct_OBJDUMP"; then
6032 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6033 else
6034 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6035 for as_dir in $PATH
6037 IFS=$as_save_IFS
6038 test -z "$as_dir" && as_dir=.
6039 for ac_exec_ext in '' $ac_executable_extensions; do
6040 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6041 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6042 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6043 break 2
6045 done
6046 done
6047 IFS=$as_save_IFS
6051 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6052 if test -n "$ac_ct_OBJDUMP"; then
6053 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6054 $as_echo "$ac_ct_OBJDUMP" >&6; }
6055 else
6056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6057 $as_echo "no" >&6; }
6060 if test "x$ac_ct_OBJDUMP" = x; then
6061 OBJDUMP="false"
6062 else
6063 case $cross_compiling:$ac_tool_warned in
6064 yes:)
6065 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6066 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6067 ac_tool_warned=yes ;;
6068 esac
6069 OBJDUMP=$ac_ct_OBJDUMP
6071 else
6072 OBJDUMP="$ac_cv_prog_OBJDUMP"
6075 test -z "$OBJDUMP" && OBJDUMP=objdump
6085 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6086 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
6087 if test "${lt_cv_deplibs_check_method+set}" = set; then :
6088 $as_echo_n "(cached) " >&6
6089 else
6090 lt_cv_file_magic_cmd='$MAGIC_CMD'
6091 lt_cv_file_magic_test_file=
6092 lt_cv_deplibs_check_method='unknown'
6093 # Need to set the preceding variable on all platforms that support
6094 # interlibrary dependencies.
6095 # 'none' -- dependencies not supported.
6096 # `unknown' -- same as none, but documents that we really don't know.
6097 # 'pass_all' -- all dependencies passed with no checks.
6098 # 'test_compile' -- check by making test program.
6099 # 'file_magic [[regex]]' -- check by looking for files in library path
6100 # which responds to the $file_magic_cmd with a given extended regex.
6101 # If you have `file' or equivalent on your system and you're not sure
6102 # whether `pass_all' will *always* work, you probably want this one.
6104 case $host_os in
6105 aix[4-9]*)
6106 lt_cv_deplibs_check_method=pass_all
6109 beos*)
6110 lt_cv_deplibs_check_method=pass_all
6113 bsdi[45]*)
6114 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6115 lt_cv_file_magic_cmd='/usr/bin/file -L'
6116 lt_cv_file_magic_test_file=/shlib/libc.so
6119 cygwin*)
6120 # func_win32_libid is a shell function defined in ltmain.sh
6121 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6122 lt_cv_file_magic_cmd='func_win32_libid'
6125 mingw* | pw32*)
6126 # Base MSYS/MinGW do not provide the 'file' command needed by
6127 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6128 # unless we find 'file', for example because we are cross-compiling.
6129 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6130 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6131 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6132 lt_cv_file_magic_cmd='func_win32_libid'
6133 else
6134 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6135 lt_cv_file_magic_cmd='$OBJDUMP -f'
6139 cegcc*)
6140 # use the weaker test based on 'objdump'. See mingw*.
6141 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6142 lt_cv_file_magic_cmd='$OBJDUMP -f'
6145 darwin* | rhapsody*)
6146 lt_cv_deplibs_check_method=pass_all
6149 freebsd* | dragonfly*)
6150 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6151 case $host_cpu in
6152 i*86 )
6153 # Not sure whether the presence of OpenBSD here was a mistake.
6154 # Let's accept both of them until this is cleared up.
6155 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6156 lt_cv_file_magic_cmd=/usr/bin/file
6157 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6159 esac
6160 else
6161 lt_cv_deplibs_check_method=pass_all
6165 gnu*)
6166 lt_cv_deplibs_check_method=pass_all
6169 haiku*)
6170 lt_cv_deplibs_check_method=pass_all
6173 hpux10.20* | hpux11*)
6174 lt_cv_file_magic_cmd=/usr/bin/file
6175 case $host_cpu in
6176 ia64*)
6177 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6178 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6180 hppa*64*)
6181 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]'
6182 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6185 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6186 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6188 esac
6191 interix[3-9]*)
6192 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6193 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6196 irix5* | irix6* | nonstopux*)
6197 case $LD in
6198 *-32|*"-32 ") libmagic=32-bit;;
6199 *-n32|*"-n32 ") libmagic=N32;;
6200 *-64|*"-64 ") libmagic=64-bit;;
6201 *) libmagic=never-match;;
6202 esac
6203 lt_cv_deplibs_check_method=pass_all
6206 # This must be Linux ELF.
6207 linux* | k*bsd*-gnu | kopensolaris*-gnu)
6208 lt_cv_deplibs_check_method=pass_all
6211 netbsd*)
6212 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6213 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6214 else
6215 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6219 newos6*)
6220 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6221 lt_cv_file_magic_cmd=/usr/bin/file
6222 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6225 *nto* | *qnx*)
6226 lt_cv_deplibs_check_method=pass_all
6229 openbsd*)
6230 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6231 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6232 else
6233 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6237 osf3* | osf4* | osf5*)
6238 lt_cv_deplibs_check_method=pass_all
6241 rdos*)
6242 lt_cv_deplibs_check_method=pass_all
6245 solaris*)
6246 lt_cv_deplibs_check_method=pass_all
6249 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6250 lt_cv_deplibs_check_method=pass_all
6253 sysv4 | sysv4.3*)
6254 case $host_vendor in
6255 motorola)
6256 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]'
6257 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6259 ncr)
6260 lt_cv_deplibs_check_method=pass_all
6262 sequent)
6263 lt_cv_file_magic_cmd='/bin/file'
6264 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6266 sni)
6267 lt_cv_file_magic_cmd='/bin/file'
6268 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6269 lt_cv_file_magic_test_file=/lib/libc.so
6271 siemens)
6272 lt_cv_deplibs_check_method=pass_all
6275 lt_cv_deplibs_check_method=pass_all
6277 esac
6280 tpf*)
6281 lt_cv_deplibs_check_method=pass_all
6283 esac
6286 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6287 $as_echo "$lt_cv_deplibs_check_method" >&6; }
6288 file_magic_cmd=$lt_cv_file_magic_cmd
6289 deplibs_check_method=$lt_cv_deplibs_check_method
6290 test -z "$deplibs_check_method" && deplibs_check_method=unknown
6303 if test -n "$ac_tool_prefix"; then
6304 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6305 set dummy ${ac_tool_prefix}ar; ac_word=$2
6306 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6307 $as_echo_n "checking for $ac_word... " >&6; }
6308 if test "${ac_cv_prog_AR+set}" = set; then :
6309 $as_echo_n "(cached) " >&6
6310 else
6311 if test -n "$AR"; then
6312 ac_cv_prog_AR="$AR" # Let the user override the test.
6313 else
6314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6315 for as_dir in $PATH
6317 IFS=$as_save_IFS
6318 test -z "$as_dir" && as_dir=.
6319 for ac_exec_ext in '' $ac_executable_extensions; do
6320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6321 ac_cv_prog_AR="${ac_tool_prefix}ar"
6322 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6323 break 2
6325 done
6326 done
6327 IFS=$as_save_IFS
6331 AR=$ac_cv_prog_AR
6332 if test -n "$AR"; then
6333 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6334 $as_echo "$AR" >&6; }
6335 else
6336 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6337 $as_echo "no" >&6; }
6342 if test -z "$ac_cv_prog_AR"; then
6343 ac_ct_AR=$AR
6344 # Extract the first word of "ar", so it can be a program name with args.
6345 set dummy ar; ac_word=$2
6346 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6347 $as_echo_n "checking for $ac_word... " >&6; }
6348 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6349 $as_echo_n "(cached) " >&6
6350 else
6351 if test -n "$ac_ct_AR"; then
6352 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6353 else
6354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6355 for as_dir in $PATH
6357 IFS=$as_save_IFS
6358 test -z "$as_dir" && as_dir=.
6359 for ac_exec_ext in '' $ac_executable_extensions; do
6360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6361 ac_cv_prog_ac_ct_AR="ar"
6362 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6363 break 2
6365 done
6366 done
6367 IFS=$as_save_IFS
6371 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6372 if test -n "$ac_ct_AR"; then
6373 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6374 $as_echo "$ac_ct_AR" >&6; }
6375 else
6376 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6377 $as_echo "no" >&6; }
6380 if test "x$ac_ct_AR" = x; then
6381 AR="false"
6382 else
6383 case $cross_compiling:$ac_tool_warned in
6384 yes:)
6385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6386 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6387 ac_tool_warned=yes ;;
6388 esac
6389 AR=$ac_ct_AR
6391 else
6392 AR="$ac_cv_prog_AR"
6395 test -z "$AR" && AR=ar
6396 test -z "$AR_FLAGS" && AR_FLAGS=cru
6408 if test -n "$ac_tool_prefix"; then
6409 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6410 set dummy ${ac_tool_prefix}strip; ac_word=$2
6411 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6412 $as_echo_n "checking for $ac_word... " >&6; }
6413 if test "${ac_cv_prog_STRIP+set}" = set; then :
6414 $as_echo_n "(cached) " >&6
6415 else
6416 if test -n "$STRIP"; then
6417 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6418 else
6419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6420 for as_dir in $PATH
6422 IFS=$as_save_IFS
6423 test -z "$as_dir" && as_dir=.
6424 for ac_exec_ext in '' $ac_executable_extensions; do
6425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6426 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6427 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6428 break 2
6430 done
6431 done
6432 IFS=$as_save_IFS
6436 STRIP=$ac_cv_prog_STRIP
6437 if test -n "$STRIP"; then
6438 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6439 $as_echo "$STRIP" >&6; }
6440 else
6441 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6442 $as_echo "no" >&6; }
6447 if test -z "$ac_cv_prog_STRIP"; then
6448 ac_ct_STRIP=$STRIP
6449 # Extract the first word of "strip", so it can be a program name with args.
6450 set dummy strip; ac_word=$2
6451 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6452 $as_echo_n "checking for $ac_word... " >&6; }
6453 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6454 $as_echo_n "(cached) " >&6
6455 else
6456 if test -n "$ac_ct_STRIP"; then
6457 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6458 else
6459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6460 for as_dir in $PATH
6462 IFS=$as_save_IFS
6463 test -z "$as_dir" && as_dir=.
6464 for ac_exec_ext in '' $ac_executable_extensions; do
6465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6466 ac_cv_prog_ac_ct_STRIP="strip"
6467 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6468 break 2
6470 done
6471 done
6472 IFS=$as_save_IFS
6476 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6477 if test -n "$ac_ct_STRIP"; then
6478 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6479 $as_echo "$ac_ct_STRIP" >&6; }
6480 else
6481 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6482 $as_echo "no" >&6; }
6485 if test "x$ac_ct_STRIP" = x; then
6486 STRIP=":"
6487 else
6488 case $cross_compiling:$ac_tool_warned in
6489 yes:)
6490 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6491 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6492 ac_tool_warned=yes ;;
6493 esac
6494 STRIP=$ac_ct_STRIP
6496 else
6497 STRIP="$ac_cv_prog_STRIP"
6500 test -z "$STRIP" && STRIP=:
6507 if test -n "$ac_tool_prefix"; then
6508 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6509 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6510 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6511 $as_echo_n "checking for $ac_word... " >&6; }
6512 if test "${ac_cv_prog_RANLIB+set}" = set; then :
6513 $as_echo_n "(cached) " >&6
6514 else
6515 if test -n "$RANLIB"; then
6516 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6517 else
6518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6519 for as_dir in $PATH
6521 IFS=$as_save_IFS
6522 test -z "$as_dir" && as_dir=.
6523 for ac_exec_ext in '' $ac_executable_extensions; do
6524 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6525 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6526 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6527 break 2
6529 done
6530 done
6531 IFS=$as_save_IFS
6535 RANLIB=$ac_cv_prog_RANLIB
6536 if test -n "$RANLIB"; then
6537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6538 $as_echo "$RANLIB" >&6; }
6539 else
6540 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6541 $as_echo "no" >&6; }
6546 if test -z "$ac_cv_prog_RANLIB"; then
6547 ac_ct_RANLIB=$RANLIB
6548 # Extract the first word of "ranlib", so it can be a program name with args.
6549 set dummy ranlib; ac_word=$2
6550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6551 $as_echo_n "checking for $ac_word... " >&6; }
6552 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6553 $as_echo_n "(cached) " >&6
6554 else
6555 if test -n "$ac_ct_RANLIB"; then
6556 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6557 else
6558 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6559 for as_dir in $PATH
6561 IFS=$as_save_IFS
6562 test -z "$as_dir" && as_dir=.
6563 for ac_exec_ext in '' $ac_executable_extensions; do
6564 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6565 ac_cv_prog_ac_ct_RANLIB="ranlib"
6566 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6567 break 2
6569 done
6570 done
6571 IFS=$as_save_IFS
6575 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6576 if test -n "$ac_ct_RANLIB"; then
6577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
6578 $as_echo "$ac_ct_RANLIB" >&6; }
6579 else
6580 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6581 $as_echo "no" >&6; }
6584 if test "x$ac_ct_RANLIB" = x; then
6585 RANLIB=":"
6586 else
6587 case $cross_compiling:$ac_tool_warned in
6588 yes:)
6589 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6590 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6591 ac_tool_warned=yes ;;
6592 esac
6593 RANLIB=$ac_ct_RANLIB
6595 else
6596 RANLIB="$ac_cv_prog_RANLIB"
6599 test -z "$RANLIB" && RANLIB=:
6606 # Determine commands to create old-style static archives.
6607 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
6608 old_postinstall_cmds='chmod 644 $oldlib'
6609 old_postuninstall_cmds=
6611 if test -n "$RANLIB"; then
6612 case $host_os in
6613 openbsd*)
6614 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
6617 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
6619 esac
6620 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
6623 case $host_os in
6624 darwin*)
6625 lock_old_archive_extraction=yes ;;
6627 lock_old_archive_extraction=no ;;
6628 esac
6668 # If no C compiler was specified, use CC.
6669 LTCC=${LTCC-"$CC"}
6671 # If no C compiler flags were specified, use CFLAGS.
6672 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
6674 # Allow CC to be a program name with arguments.
6675 compiler=$CC
6678 # Check for command to grab the raw symbol name followed by C symbol from nm.
6679 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
6680 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
6681 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
6682 $as_echo_n "(cached) " >&6
6683 else
6685 # These are sane defaults that work on at least a few old systems.
6686 # [They come from Ultrix. What could be older than Ultrix?!! ;)]
6688 # Character class describing NM global symbol codes.
6689 symcode='[BCDEGRST]'
6691 # Regexp to match symbols that can be accessed directly from C.
6692 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
6694 # Define system-specific variables.
6695 case $host_os in
6696 aix*)
6697 symcode='[BCDT]'
6699 cygwin* | mingw* | pw32* | cegcc*)
6700 symcode='[ABCDGISTW]'
6702 hpux*)
6703 if test "$host_cpu" = ia64; then
6704 symcode='[ABCDEGRST]'
6707 irix* | nonstopux*)
6708 symcode='[BCDEGRST]'
6710 osf*)
6711 symcode='[BCDEGQRST]'
6713 solaris*)
6714 symcode='[BDRT]'
6716 sco3.2v5*)
6717 symcode='[DT]'
6719 sysv4.2uw2*)
6720 symcode='[DT]'
6722 sysv5* | sco5v6* | unixware* | OpenUNIX*)
6723 symcode='[ABDT]'
6725 sysv4)
6726 symcode='[DFNSTU]'
6728 esac
6730 # If we're using GNU nm, then use its standard symbol codes.
6731 case `$NM -V 2>&1` in
6732 *GNU* | *'with BFD'*)
6733 symcode='[ABCDGIRSTW]' ;;
6734 esac
6736 # Transform an extracted symbol line into a proper C declaration.
6737 # Some systems (esp. on ia64) link data and code symbols differently,
6738 # so use this general approach.
6739 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
6741 # Transform an extracted symbol line into symbol name and symbol address
6742 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
6743 lt_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'"
6745 # Handle CRLF in mingw tool chain
6746 opt_cr=
6747 case $build_os in
6748 mingw*)
6749 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
6751 esac
6753 # Try without a prefix underscore, then with it.
6754 for ac_symprfx in "" "_"; do
6756 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
6757 symxfrm="\\1 $ac_symprfx\\2 \\2"
6759 # Write the raw and C identifiers.
6760 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6761 # Fake it for dumpbin and say T for any non-static function
6762 # and D for any global variable.
6763 # Also find C++ and __fastcall symbols from MSVC++,
6764 # which start with @ or ?.
6765 lt_cv_sys_global_symbol_pipe="$AWK '"\
6766 " {last_section=section; section=\$ 3};"\
6767 " /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
6768 " \$ 0!~/External *\|/{next};"\
6769 " / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
6770 " {if(hide[section]) next};"\
6771 " {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
6772 " {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
6773 " s[1]~/^[@?]/{print s[1], s[1]; next};"\
6774 " s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
6775 " ' prfx=^$ac_symprfx"
6776 else
6777 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
6780 # Check to see that the pipe works correctly.
6781 pipe_works=no
6783 rm -f conftest*
6784 cat > conftest.$ac_ext <<_LT_EOF
6785 #ifdef __cplusplus
6786 extern "C" {
6787 #endif
6788 char nm_test_var;
6789 void nm_test_func(void);
6790 void nm_test_func(void){}
6791 #ifdef __cplusplus
6793 #endif
6794 int main(){nm_test_var='a';nm_test_func();return(0);}
6795 _LT_EOF
6797 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6798 (eval $ac_compile) 2>&5
6799 ac_status=$?
6800 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6801 test $ac_status = 0; }; then
6802 # Now try to grab the symbols.
6803 nlist=conftest.nm
6804 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6805 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
6806 ac_status=$?
6807 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6808 test $ac_status = 0; } && test -s "$nlist"; then
6809 # Try sorting and uniquifying the output.
6810 if sort "$nlist" | uniq > "$nlist"T; then
6811 mv -f "$nlist"T "$nlist"
6812 else
6813 rm -f "$nlist"T
6816 # Make sure that we snagged all the symbols we need.
6817 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6818 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6819 cat <<_LT_EOF > conftest.$ac_ext
6820 #ifdef __cplusplus
6821 extern "C" {
6822 #endif
6824 _LT_EOF
6825 # Now generate the symbol file.
6826 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
6828 cat <<_LT_EOF >> conftest.$ac_ext
6830 /* The mapping between symbol names and symbols. */
6831 const struct {
6832 const char *name;
6833 void *address;
6835 lt__PROGRAM__LTX_preloaded_symbols[] =
6837 { "@PROGRAM@", (void *) 0 },
6838 _LT_EOF
6839 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6840 cat <<\_LT_EOF >> conftest.$ac_ext
6841 {0, (void *) 0}
6844 /* This works around a problem in FreeBSD linker */
6845 #ifdef FREEBSD_WORKAROUND
6846 static const void *lt_preloaded_setup() {
6847 return lt__PROGRAM__LTX_preloaded_symbols;
6849 #endif
6851 #ifdef __cplusplus
6853 #endif
6854 _LT_EOF
6855 # Now try linking the two files.
6856 mv conftest.$ac_objext conftstm.$ac_objext
6857 lt_save_LIBS="$LIBS"
6858 lt_save_CFLAGS="$CFLAGS"
6859 LIBS="conftstm.$ac_objext"
6860 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
6861 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
6862 (eval $ac_link) 2>&5
6863 ac_status=$?
6864 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6865 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
6866 pipe_works=yes
6868 LIBS="$lt_save_LIBS"
6869 CFLAGS="$lt_save_CFLAGS"
6870 else
6871 echo "cannot find nm_test_func in $nlist" >&5
6873 else
6874 echo "cannot find nm_test_var in $nlist" >&5
6876 else
6877 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6879 else
6880 echo "$progname: failed program was:" >&5
6881 cat conftest.$ac_ext >&5
6883 rm -rf conftest* conftst*
6885 # Do not use the global_symbol_pipe unless it works.
6886 if test "$pipe_works" = yes; then
6887 break
6888 else
6889 lt_cv_sys_global_symbol_pipe=
6891 done
6895 if test -z "$lt_cv_sys_global_symbol_pipe"; then
6896 lt_cv_sys_global_symbol_to_cdecl=
6898 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
6899 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
6900 $as_echo "failed" >&6; }
6901 else
6902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
6903 $as_echo "ok" >&6; }
6927 # Check whether --enable-libtool-lock was given.
6928 if test "${enable_libtool_lock+set}" = set; then :
6929 enableval=$enable_libtool_lock;
6932 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6934 # Some flags need to be propagated to the compiler or linker for good
6935 # libtool support.
6936 case $host in
6937 ia64-*-hpux*)
6938 # Find out which ABI we are using.
6939 echo 'int i;' > conftest.$ac_ext
6940 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6941 (eval $ac_compile) 2>&5
6942 ac_status=$?
6943 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6944 test $ac_status = 0; }; then
6945 case `/usr/bin/file conftest.$ac_objext` in
6946 *ELF-32*)
6947 HPUX_IA64_MODE="32"
6949 *ELF-64*)
6950 HPUX_IA64_MODE="64"
6952 esac
6954 rm -rf conftest*
6956 *-*-irix6*)
6957 # Find out which ABI we are using.
6958 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6959 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6960 (eval $ac_compile) 2>&5
6961 ac_status=$?
6962 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6963 test $ac_status = 0; }; then
6964 if test "$lt_cv_prog_gnu_ld" = yes; then
6965 case `/usr/bin/file conftest.$ac_objext` in
6966 *32-bit*)
6967 LD="${LD-ld} -melf32bsmip"
6969 *N32*)
6970 LD="${LD-ld} -melf32bmipn32"
6972 *64-bit*)
6973 LD="${LD-ld} -melf64bmip"
6975 esac
6976 else
6977 case `/usr/bin/file conftest.$ac_objext` in
6978 *32-bit*)
6979 LD="${LD-ld} -32"
6981 *N32*)
6982 LD="${LD-ld} -n32"
6984 *64-bit*)
6985 LD="${LD-ld} -64"
6987 esac
6990 rm -rf conftest*
6993 x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6994 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6995 # Find out which ABI we are using.
6996 echo 'int i;' > conftest.$ac_ext
6997 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
6998 (eval $ac_compile) 2>&5
6999 ac_status=$?
7000 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7001 test $ac_status = 0; }; then
7002 case `/usr/bin/file conftest.o` in
7003 *32-bit*)
7004 case $host in
7005 x86_64-*kfreebsd*-gnu)
7006 LD="${LD-ld} -m elf_i386_fbsd"
7008 x86_64-*linux*)
7009 case `/usr/bin/file conftest.o` in
7010 *x86-64*)
7011 LD="${LD-ld} -m elf32_x86_64"
7014 LD="${LD-ld} -m elf_i386"
7016 esac
7018 powerpc64le-*linux*)
7019 LD="${LD-ld} -m elf32lppclinux"
7021 powerpc64-*linux*)
7022 LD="${LD-ld} -m elf32ppclinux"
7024 s390x-*linux*)
7025 LD="${LD-ld} -m elf_s390"
7027 sparc64-*linux*)
7028 LD="${LD-ld} -m elf32_sparc"
7030 esac
7032 *64-bit*)
7033 case $host in
7034 x86_64-*kfreebsd*-gnu)
7035 LD="${LD-ld} -m elf_x86_64_fbsd"
7037 x86_64-*linux*)
7038 LD="${LD-ld} -m elf_x86_64"
7040 powerpcle-*linux*)
7041 LD="${LD-ld} -m elf64lppc"
7043 powerpc-*linux*)
7044 LD="${LD-ld} -m elf64ppc"
7046 s390*-*linux*|s390*-*tpf*)
7047 LD="${LD-ld} -m elf64_s390"
7049 sparc*-*linux*)
7050 LD="${LD-ld} -m elf64_sparc"
7052 esac
7054 esac
7056 rm -rf conftest*
7059 *-*-sco3.2v5*)
7060 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7061 SAVE_CFLAGS="$CFLAGS"
7062 CFLAGS="$CFLAGS -belf"
7063 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7064 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7065 if test "${lt_cv_cc_needs_belf+set}" = set; then :
7066 $as_echo_n "(cached) " >&6
7067 else
7068 ac_ext=c
7069 ac_cpp='$CPP $CPPFLAGS'
7070 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7071 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7072 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7074 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7075 /* end confdefs.h. */
7078 main ()
7082 return 0;
7084 _ACEOF
7085 if ac_fn_c_try_link "$LINENO"; then :
7086 lt_cv_cc_needs_belf=yes
7087 else
7088 lt_cv_cc_needs_belf=no
7090 rm -f core conftest.err conftest.$ac_objext \
7091 conftest$ac_exeext conftest.$ac_ext
7092 ac_ext=c
7093 ac_cpp='$CPP $CPPFLAGS'
7094 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7095 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7096 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7099 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7100 $as_echo "$lt_cv_cc_needs_belf" >&6; }
7101 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7102 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7103 CFLAGS="$SAVE_CFLAGS"
7106 sparc*-*solaris*)
7107 # Find out which ABI we are using.
7108 echo 'int i;' > conftest.$ac_ext
7109 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7110 (eval $ac_compile) 2>&5
7111 ac_status=$?
7112 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7113 test $ac_status = 0; }; then
7114 case `/usr/bin/file conftest.o` in
7115 *64-bit*)
7116 case $lt_cv_prog_gnu_ld in
7117 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7119 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7120 LD="${LD-ld} -64"
7123 esac
7125 esac
7127 rm -rf conftest*
7129 esac
7131 need_locks="$enable_libtool_lock"
7134 case $host_os in
7135 rhapsody* | darwin*)
7136 if test -n "$ac_tool_prefix"; then
7137 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7138 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7139 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7140 $as_echo_n "checking for $ac_word... " >&6; }
7141 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7142 $as_echo_n "(cached) " >&6
7143 else
7144 if test -n "$DSYMUTIL"; then
7145 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7146 else
7147 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7148 for as_dir in $PATH
7150 IFS=$as_save_IFS
7151 test -z "$as_dir" && as_dir=.
7152 for ac_exec_ext in '' $ac_executable_extensions; do
7153 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7154 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7155 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7156 break 2
7158 done
7159 done
7160 IFS=$as_save_IFS
7164 DSYMUTIL=$ac_cv_prog_DSYMUTIL
7165 if test -n "$DSYMUTIL"; then
7166 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7167 $as_echo "$DSYMUTIL" >&6; }
7168 else
7169 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7170 $as_echo "no" >&6; }
7175 if test -z "$ac_cv_prog_DSYMUTIL"; then
7176 ac_ct_DSYMUTIL=$DSYMUTIL
7177 # Extract the first word of "dsymutil", so it can be a program name with args.
7178 set dummy dsymutil; ac_word=$2
7179 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7180 $as_echo_n "checking for $ac_word... " >&6; }
7181 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7182 $as_echo_n "(cached) " >&6
7183 else
7184 if test -n "$ac_ct_DSYMUTIL"; then
7185 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7186 else
7187 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7188 for as_dir in $PATH
7190 IFS=$as_save_IFS
7191 test -z "$as_dir" && as_dir=.
7192 for ac_exec_ext in '' $ac_executable_extensions; do
7193 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7194 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7195 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7196 break 2
7198 done
7199 done
7200 IFS=$as_save_IFS
7204 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7205 if test -n "$ac_ct_DSYMUTIL"; then
7206 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7207 $as_echo "$ac_ct_DSYMUTIL" >&6; }
7208 else
7209 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7210 $as_echo "no" >&6; }
7213 if test "x$ac_ct_DSYMUTIL" = x; then
7214 DSYMUTIL=":"
7215 else
7216 case $cross_compiling:$ac_tool_warned in
7217 yes:)
7218 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7219 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7220 ac_tool_warned=yes ;;
7221 esac
7222 DSYMUTIL=$ac_ct_DSYMUTIL
7224 else
7225 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7228 if test -n "$ac_tool_prefix"; then
7229 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7230 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7231 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7232 $as_echo_n "checking for $ac_word... " >&6; }
7233 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7234 $as_echo_n "(cached) " >&6
7235 else
7236 if test -n "$NMEDIT"; then
7237 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7238 else
7239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7240 for as_dir in $PATH
7242 IFS=$as_save_IFS
7243 test -z "$as_dir" && as_dir=.
7244 for ac_exec_ext in '' $ac_executable_extensions; do
7245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7246 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7247 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7248 break 2
7250 done
7251 done
7252 IFS=$as_save_IFS
7256 NMEDIT=$ac_cv_prog_NMEDIT
7257 if test -n "$NMEDIT"; then
7258 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7259 $as_echo "$NMEDIT" >&6; }
7260 else
7261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7262 $as_echo "no" >&6; }
7267 if test -z "$ac_cv_prog_NMEDIT"; then
7268 ac_ct_NMEDIT=$NMEDIT
7269 # Extract the first word of "nmedit", so it can be a program name with args.
7270 set dummy nmedit; ac_word=$2
7271 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7272 $as_echo_n "checking for $ac_word... " >&6; }
7273 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7274 $as_echo_n "(cached) " >&6
7275 else
7276 if test -n "$ac_ct_NMEDIT"; then
7277 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7278 else
7279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7280 for as_dir in $PATH
7282 IFS=$as_save_IFS
7283 test -z "$as_dir" && as_dir=.
7284 for ac_exec_ext in '' $ac_executable_extensions; do
7285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7286 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7287 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7288 break 2
7290 done
7291 done
7292 IFS=$as_save_IFS
7296 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7297 if test -n "$ac_ct_NMEDIT"; then
7298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7299 $as_echo "$ac_ct_NMEDIT" >&6; }
7300 else
7301 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7302 $as_echo "no" >&6; }
7305 if test "x$ac_ct_NMEDIT" = x; then
7306 NMEDIT=":"
7307 else
7308 case $cross_compiling:$ac_tool_warned in
7309 yes:)
7310 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7311 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7312 ac_tool_warned=yes ;;
7313 esac
7314 NMEDIT=$ac_ct_NMEDIT
7316 else
7317 NMEDIT="$ac_cv_prog_NMEDIT"
7320 if test -n "$ac_tool_prefix"; then
7321 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7322 set dummy ${ac_tool_prefix}lipo; ac_word=$2
7323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7324 $as_echo_n "checking for $ac_word... " >&6; }
7325 if test "${ac_cv_prog_LIPO+set}" = set; then :
7326 $as_echo_n "(cached) " >&6
7327 else
7328 if test -n "$LIPO"; then
7329 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7330 else
7331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7332 for as_dir in $PATH
7334 IFS=$as_save_IFS
7335 test -z "$as_dir" && as_dir=.
7336 for ac_exec_ext in '' $ac_executable_extensions; do
7337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7338 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7339 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7340 break 2
7342 done
7343 done
7344 IFS=$as_save_IFS
7348 LIPO=$ac_cv_prog_LIPO
7349 if test -n "$LIPO"; then
7350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7351 $as_echo "$LIPO" >&6; }
7352 else
7353 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7354 $as_echo "no" >&6; }
7359 if test -z "$ac_cv_prog_LIPO"; then
7360 ac_ct_LIPO=$LIPO
7361 # Extract the first word of "lipo", so it can be a program name with args.
7362 set dummy lipo; ac_word=$2
7363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7364 $as_echo_n "checking for $ac_word... " >&6; }
7365 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7366 $as_echo_n "(cached) " >&6
7367 else
7368 if test -n "$ac_ct_LIPO"; then
7369 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7370 else
7371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7372 for as_dir in $PATH
7374 IFS=$as_save_IFS
7375 test -z "$as_dir" && as_dir=.
7376 for ac_exec_ext in '' $ac_executable_extensions; do
7377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7378 ac_cv_prog_ac_ct_LIPO="lipo"
7379 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7380 break 2
7382 done
7383 done
7384 IFS=$as_save_IFS
7388 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7389 if test -n "$ac_ct_LIPO"; then
7390 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7391 $as_echo "$ac_ct_LIPO" >&6; }
7392 else
7393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7394 $as_echo "no" >&6; }
7397 if test "x$ac_ct_LIPO" = x; then
7398 LIPO=":"
7399 else
7400 case $cross_compiling:$ac_tool_warned in
7401 yes:)
7402 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7403 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7404 ac_tool_warned=yes ;;
7405 esac
7406 LIPO=$ac_ct_LIPO
7408 else
7409 LIPO="$ac_cv_prog_LIPO"
7412 if test -n "$ac_tool_prefix"; then
7413 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7414 set dummy ${ac_tool_prefix}otool; ac_word=$2
7415 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7416 $as_echo_n "checking for $ac_word... " >&6; }
7417 if test "${ac_cv_prog_OTOOL+set}" = set; then :
7418 $as_echo_n "(cached) " >&6
7419 else
7420 if test -n "$OTOOL"; then
7421 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7422 else
7423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7424 for as_dir in $PATH
7426 IFS=$as_save_IFS
7427 test -z "$as_dir" && as_dir=.
7428 for ac_exec_ext in '' $ac_executable_extensions; do
7429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7430 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7432 break 2
7434 done
7435 done
7436 IFS=$as_save_IFS
7440 OTOOL=$ac_cv_prog_OTOOL
7441 if test -n "$OTOOL"; then
7442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7443 $as_echo "$OTOOL" >&6; }
7444 else
7445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7446 $as_echo "no" >&6; }
7451 if test -z "$ac_cv_prog_OTOOL"; then
7452 ac_ct_OTOOL=$OTOOL
7453 # Extract the first word of "otool", so it can be a program name with args.
7454 set dummy otool; ac_word=$2
7455 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7456 $as_echo_n "checking for $ac_word... " >&6; }
7457 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7458 $as_echo_n "(cached) " >&6
7459 else
7460 if test -n "$ac_ct_OTOOL"; then
7461 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7462 else
7463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7464 for as_dir in $PATH
7466 IFS=$as_save_IFS
7467 test -z "$as_dir" && as_dir=.
7468 for ac_exec_ext in '' $ac_executable_extensions; do
7469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7470 ac_cv_prog_ac_ct_OTOOL="otool"
7471 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7472 break 2
7474 done
7475 done
7476 IFS=$as_save_IFS
7480 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7481 if test -n "$ac_ct_OTOOL"; then
7482 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7483 $as_echo "$ac_ct_OTOOL" >&6; }
7484 else
7485 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7486 $as_echo "no" >&6; }
7489 if test "x$ac_ct_OTOOL" = x; then
7490 OTOOL=":"
7491 else
7492 case $cross_compiling:$ac_tool_warned in
7493 yes:)
7494 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7496 ac_tool_warned=yes ;;
7497 esac
7498 OTOOL=$ac_ct_OTOOL
7500 else
7501 OTOOL="$ac_cv_prog_OTOOL"
7504 if test -n "$ac_tool_prefix"; then
7505 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7506 set dummy ${ac_tool_prefix}otool64; ac_word=$2
7507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7508 $as_echo_n "checking for $ac_word... " >&6; }
7509 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7510 $as_echo_n "(cached) " >&6
7511 else
7512 if test -n "$OTOOL64"; then
7513 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7514 else
7515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7516 for as_dir in $PATH
7518 IFS=$as_save_IFS
7519 test -z "$as_dir" && as_dir=.
7520 for ac_exec_ext in '' $ac_executable_extensions; do
7521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7522 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7523 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7524 break 2
7526 done
7527 done
7528 IFS=$as_save_IFS
7532 OTOOL64=$ac_cv_prog_OTOOL64
7533 if test -n "$OTOOL64"; then
7534 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
7535 $as_echo "$OTOOL64" >&6; }
7536 else
7537 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7538 $as_echo "no" >&6; }
7543 if test -z "$ac_cv_prog_OTOOL64"; then
7544 ac_ct_OTOOL64=$OTOOL64
7545 # Extract the first word of "otool64", so it can be a program name with args.
7546 set dummy otool64; ac_word=$2
7547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7548 $as_echo_n "checking for $ac_word... " >&6; }
7549 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
7550 $as_echo_n "(cached) " >&6
7551 else
7552 if test -n "$ac_ct_OTOOL64"; then
7553 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
7554 else
7555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7556 for as_dir in $PATH
7558 IFS=$as_save_IFS
7559 test -z "$as_dir" && as_dir=.
7560 for ac_exec_ext in '' $ac_executable_extensions; do
7561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7562 ac_cv_prog_ac_ct_OTOOL64="otool64"
7563 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7564 break 2
7566 done
7567 done
7568 IFS=$as_save_IFS
7572 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
7573 if test -n "$ac_ct_OTOOL64"; then
7574 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
7575 $as_echo "$ac_ct_OTOOL64" >&6; }
7576 else
7577 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7578 $as_echo "no" >&6; }
7581 if test "x$ac_ct_OTOOL64" = x; then
7582 OTOOL64=":"
7583 else
7584 case $cross_compiling:$ac_tool_warned in
7585 yes:)
7586 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7587 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7588 ac_tool_warned=yes ;;
7589 esac
7590 OTOOL64=$ac_ct_OTOOL64
7592 else
7593 OTOOL64="$ac_cv_prog_OTOOL64"
7622 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
7623 $as_echo_n "checking for -single_module linker flag... " >&6; }
7624 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
7625 $as_echo_n "(cached) " >&6
7626 else
7627 lt_cv_apple_cc_single_mod=no
7628 if test -z "${LT_MULTI_MODULE}"; then
7629 # By default we will add the -single_module flag. You can override
7630 # by either setting the environment variable LT_MULTI_MODULE
7631 # non-empty at configure time, or by adding -multi_module to the
7632 # link flags.
7633 rm -rf libconftest.dylib*
7634 echo "int foo(void){return 1;}" > conftest.c
7635 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7636 -dynamiclib -Wl,-single_module conftest.c" >&5
7637 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7638 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7639 _lt_result=$?
7640 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
7641 lt_cv_apple_cc_single_mod=yes
7642 else
7643 cat conftest.err >&5
7645 rm -rf libconftest.dylib*
7646 rm -f conftest.*
7649 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
7650 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
7652 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
7653 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
7654 $as_echo_n "(cached) " >&6
7655 else
7656 lt_cv_ld_exported_symbols_list=no
7657 save_LDFLAGS=$LDFLAGS
7658 echo "_main" > conftest.sym
7659 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
7660 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7661 /* end confdefs.h. */
7664 main ()
7668 return 0;
7670 _ACEOF
7671 if ac_fn_c_try_link "$LINENO"; then :
7672 lt_cv_ld_exported_symbols_list=yes
7673 else
7674 lt_cv_ld_exported_symbols_list=no
7676 rm -f core conftest.err conftest.$ac_objext \
7677 conftest$ac_exeext conftest.$ac_ext
7678 LDFLAGS="$save_LDFLAGS"
7681 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
7682 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
7683 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7684 $as_echo_n "checking for -force_load linker flag... " >&6; }
7685 if test "${lt_cv_ld_force_load+set}" = set; then :
7686 $as_echo_n "(cached) " >&6
7687 else
7688 lt_cv_ld_force_load=no
7689 cat > conftest.c << _LT_EOF
7690 int forced_loaded() { return 2;}
7691 _LT_EOF
7692 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7693 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7694 echo "$AR cru libconftest.a conftest.o" >&5
7695 $AR cru libconftest.a conftest.o 2>&5
7696 cat > conftest.c << _LT_EOF
7697 int main() { return 0;}
7698 _LT_EOF
7699 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7700 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7701 _lt_result=$?
7702 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
7703 lt_cv_ld_force_load=yes
7704 else
7705 cat conftest.err >&5
7707 rm -f conftest.err libconftest.a conftest conftest.c
7708 rm -rf conftest.dSYM
7711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7712 $as_echo "$lt_cv_ld_force_load" >&6; }
7713 case $host_os in
7714 rhapsody* | darwin1.[012])
7715 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7716 darwin1.*)
7717 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7718 darwin*) # darwin 5.x on
7719 # if running on 10.5 or later, the deployment target defaults
7720 # to the OS version, if on x86, and 10.4, the deployment
7721 # target defaults to 10.4. Don't you love it?
7722 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7723 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7724 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7725 10.[012][,.]*)
7726 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7727 10.*)
7728 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7729 esac
7731 esac
7732 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7733 _lt_dar_single_mod='$single_module'
7735 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7736 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7737 else
7738 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7740 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
7741 _lt_dsymutil='~$DSYMUTIL $lib || :'
7742 else
7743 _lt_dsymutil=
7746 esac
7748 for ac_header in dlfcn.h
7749 do :
7750 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7752 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
7753 cat >>confdefs.h <<_ACEOF
7754 #define HAVE_DLFCN_H 1
7755 _ACEOF
7759 done
7765 # Set options
7770 enable_win32_dll=no
7773 # Check whether --enable-shared was given.
7774 if test "${enable_shared+set}" = set; then :
7775 enableval=$enable_shared; p=${PACKAGE-default}
7776 case $enableval in
7777 yes) enable_shared=yes ;;
7778 no) enable_shared=no ;;
7780 enable_shared=no
7781 # Look at the argument we got. We use all the common list separators.
7782 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7783 for pkg in $enableval; do
7784 IFS="$lt_save_ifs"
7785 if test "X$pkg" = "X$p"; then
7786 enable_shared=yes
7788 done
7789 IFS="$lt_save_ifs"
7791 esac
7792 else
7793 enable_shared=yes
7804 # Check whether --enable-static was given.
7805 if test "${enable_static+set}" = set; then :
7806 enableval=$enable_static; p=${PACKAGE-default}
7807 case $enableval in
7808 yes) enable_static=yes ;;
7809 no) enable_static=no ;;
7811 enable_static=no
7812 # Look at the argument we got. We use all the common list separators.
7813 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7814 for pkg in $enableval; do
7815 IFS="$lt_save_ifs"
7816 if test "X$pkg" = "X$p"; then
7817 enable_static=yes
7819 done
7820 IFS="$lt_save_ifs"
7822 esac
7823 else
7824 enable_static=yes
7836 # Check whether --with-pic was given.
7837 if test "${with_pic+set}" = set; then :
7838 withval=$with_pic; pic_mode="$withval"
7839 else
7840 pic_mode=default
7844 test -z "$pic_mode" && pic_mode=default
7852 # Check whether --enable-fast-install was given.
7853 if test "${enable_fast_install+set}" = set; then :
7854 enableval=$enable_fast_install; p=${PACKAGE-default}
7855 case $enableval in
7856 yes) enable_fast_install=yes ;;
7857 no) enable_fast_install=no ;;
7859 enable_fast_install=no
7860 # Look at the argument we got. We use all the common list separators.
7861 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7862 for pkg in $enableval; do
7863 IFS="$lt_save_ifs"
7864 if test "X$pkg" = "X$p"; then
7865 enable_fast_install=yes
7867 done
7868 IFS="$lt_save_ifs"
7870 esac
7871 else
7872 enable_fast_install=yes
7885 # This can be used to rebuild libtool when needed
7886 LIBTOOL_DEPS="$ltmain"
7888 # Always use our own libtool.
7889 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
7916 test -z "$LN_S" && LN_S="ln -s"
7931 if test -n "${ZSH_VERSION+set}" ; then
7932 setopt NO_GLOB_SUBST
7935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
7936 $as_echo_n "checking for objdir... " >&6; }
7937 if test "${lt_cv_objdir+set}" = set; then :
7938 $as_echo_n "(cached) " >&6
7939 else
7940 rm -f .libs 2>/dev/null
7941 mkdir .libs 2>/dev/null
7942 if test -d .libs; then
7943 lt_cv_objdir=.libs
7944 else
7945 # MS-DOS does not allow filenames that begin with a dot.
7946 lt_cv_objdir=_libs
7948 rmdir .libs 2>/dev/null
7950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
7951 $as_echo "$lt_cv_objdir" >&6; }
7952 objdir=$lt_cv_objdir
7958 cat >>confdefs.h <<_ACEOF
7959 #define LT_OBJDIR "$lt_cv_objdir/"
7960 _ACEOF
7965 case $host_os in
7966 aix3*)
7967 # AIX sometimes has problems with the GCC collect2 program. For some
7968 # reason, if we set the COLLECT_NAMES environment variable, the problems
7969 # vanish in a puff of smoke.
7970 if test "X${COLLECT_NAMES+set}" != Xset; then
7971 COLLECT_NAMES=
7972 export COLLECT_NAMES
7975 esac
7977 # Global variables:
7978 ofile=libtool
7979 can_build_shared=yes
7981 # All known linkers require a `.a' archive for static linking (except MSVC,
7982 # which needs '.lib').
7983 libext=a
7985 with_gnu_ld="$lt_cv_prog_gnu_ld"
7987 old_CC="$CC"
7988 old_CFLAGS="$CFLAGS"
7990 # Set sane defaults for various variables
7991 test -z "$CC" && CC=cc
7992 test -z "$LTCC" && LTCC=$CC
7993 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7994 test -z "$LD" && LD=ld
7995 test -z "$ac_objext" && ac_objext=o
7997 for cc_temp in $compiler""; do
7998 case $cc_temp in
7999 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
8000 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
8001 \-*) ;;
8002 *) break;;
8003 esac
8004 done
8005 cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
8008 # Only perform the check for file, if the check method requires it
8009 test -z "$MAGIC_CMD" && MAGIC_CMD=file
8010 case $deplibs_check_method in
8011 file_magic*)
8012 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
8013 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8014 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
8015 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8016 $as_echo_n "(cached) " >&6
8017 else
8018 case $MAGIC_CMD in
8019 [\\/*] | ?:[\\/]*)
8020 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8023 lt_save_MAGIC_CMD="$MAGIC_CMD"
8024 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8025 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8026 for ac_dir in $ac_dummy; do
8027 IFS="$lt_save_ifs"
8028 test -z "$ac_dir" && ac_dir=.
8029 if test -f $ac_dir/${ac_tool_prefix}file; then
8030 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
8031 if test -n "$file_magic_test_file"; then
8032 case $deplibs_check_method in
8033 "file_magic "*)
8034 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8035 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8036 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8037 $EGREP "$file_magic_regex" > /dev/null; then
8039 else
8040 cat <<_LT_EOF 1>&2
8042 *** Warning: the command libtool uses to detect shared libraries,
8043 *** $file_magic_cmd, produces output that libtool cannot recognize.
8044 *** The result is that libtool may fail to recognize shared libraries
8045 *** as such. This will affect the creation of libtool libraries that
8046 *** depend on shared libraries, but programs linked with such libtool
8047 *** libraries will work regardless of this problem. Nevertheless, you
8048 *** may want to report the problem to your system manager and/or to
8049 *** bug-libtool@gnu.org
8051 _LT_EOF
8052 fi ;;
8053 esac
8055 break
8057 done
8058 IFS="$lt_save_ifs"
8059 MAGIC_CMD="$lt_save_MAGIC_CMD"
8061 esac
8064 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8065 if test -n "$MAGIC_CMD"; then
8066 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8067 $as_echo "$MAGIC_CMD" >&6; }
8068 else
8069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8070 $as_echo "no" >&6; }
8077 if test -z "$lt_cv_path_MAGIC_CMD"; then
8078 if test -n "$ac_tool_prefix"; then
8079 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8080 $as_echo_n "checking for file... " >&6; }
8081 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
8082 $as_echo_n "(cached) " >&6
8083 else
8084 case $MAGIC_CMD in
8085 [\\/*] | ?:[\\/]*)
8086 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
8089 lt_save_MAGIC_CMD="$MAGIC_CMD"
8090 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
8091 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
8092 for ac_dir in $ac_dummy; do
8093 IFS="$lt_save_ifs"
8094 test -z "$ac_dir" && ac_dir=.
8095 if test -f $ac_dir/file; then
8096 lt_cv_path_MAGIC_CMD="$ac_dir/file"
8097 if test -n "$file_magic_test_file"; then
8098 case $deplibs_check_method in
8099 "file_magic "*)
8100 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
8101 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8102 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
8103 $EGREP "$file_magic_regex" > /dev/null; then
8105 else
8106 cat <<_LT_EOF 1>&2
8108 *** Warning: the command libtool uses to detect shared libraries,
8109 *** $file_magic_cmd, produces output that libtool cannot recognize.
8110 *** The result is that libtool may fail to recognize shared libraries
8111 *** as such. This will affect the creation of libtool libraries that
8112 *** depend on shared libraries, but programs linked with such libtool
8113 *** libraries will work regardless of this problem. Nevertheless, you
8114 *** may want to report the problem to your system manager and/or to
8115 *** bug-libtool@gnu.org
8117 _LT_EOF
8118 fi ;;
8119 esac
8121 break
8123 done
8124 IFS="$lt_save_ifs"
8125 MAGIC_CMD="$lt_save_MAGIC_CMD"
8127 esac
8130 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
8131 if test -n "$MAGIC_CMD"; then
8132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8133 $as_echo "$MAGIC_CMD" >&6; }
8134 else
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8136 $as_echo "no" >&6; }
8140 else
8141 MAGIC_CMD=:
8147 esac
8149 # Use C for the default configuration in the libtool script
8151 lt_save_CC="$CC"
8152 ac_ext=c
8153 ac_cpp='$CPP $CPPFLAGS'
8154 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
8155 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
8156 ac_compiler_gnu=$ac_cv_c_compiler_gnu
8159 # Source file extension for C test sources.
8160 ac_ext=c
8162 # Object file extension for compiled C test sources.
8163 objext=o
8164 objext=$objext
8166 # Code to be used in simple compile tests
8167 lt_simple_compile_test_code="int some_variable = 0;"
8169 # Code to be used in simple link tests
8170 lt_simple_link_test_code='int main(){return(0);}'
8178 # If no C compiler was specified, use CC.
8179 LTCC=${LTCC-"$CC"}
8181 # If no C compiler flags were specified, use CFLAGS.
8182 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
8184 # Allow CC to be a program name with arguments.
8185 compiler=$CC
8187 # Save the default compiler, since it gets overwritten when the other
8188 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
8189 compiler_DEFAULT=$CC
8191 # save warnings/boilerplate of simple test code
8192 ac_outfile=conftest.$ac_objext
8193 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
8194 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8195 _lt_compiler_boilerplate=`cat conftest.err`
8196 $RM conftest*
8198 ac_outfile=conftest.$ac_objext
8199 echo "$lt_simple_link_test_code" >conftest.$ac_ext
8200 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
8201 _lt_linker_boilerplate=`cat conftest.err`
8202 $RM -r conftest*
8205 ## CAVEAT EMPTOR:
8206 ## There is no encapsulation within the following macros, do not change
8207 ## the running order or otherwise move them around unless you know exactly
8208 ## what you are doing...
8209 if test -n "$compiler"; then
8211 lt_prog_compiler_no_builtin_flag=
8213 if test "$GCC" = yes; then
8214 case $cc_basename in
8215 nvcc*)
8216 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
8218 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
8219 esac
8221 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8222 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
8223 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
8224 $as_echo_n "(cached) " >&6
8225 else
8226 lt_cv_prog_compiler_rtti_exceptions=no
8227 ac_outfile=conftest.$ac_objext
8228 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8229 lt_compiler_flag="-fno-rtti -fno-exceptions"
8230 # Insert the option either (1) after the last *FLAGS variable, or
8231 # (2) before a word containing "conftest.", or (3) at the end.
8232 # Note that $ac_compile itself does not contain backslashes and begins
8233 # with a dollar sign (not a hyphen), so the echo should work correctly.
8234 # The option is referenced via a variable to avoid confusing sed.
8235 lt_compile=`echo "$ac_compile" | $SED \
8236 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8237 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8238 -e 's:$: $lt_compiler_flag:'`
8239 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8240 (eval "$lt_compile" 2>conftest.err)
8241 ac_status=$?
8242 cat conftest.err >&5
8243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8244 if (exit $ac_status) && test -s "$ac_outfile"; then
8245 # The compiler can only warn and ignore the option if not recognized
8246 # So say no if there are warnings other than the usual output.
8247 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8248 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8249 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8250 lt_cv_prog_compiler_rtti_exceptions=yes
8253 $RM conftest*
8256 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8257 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
8259 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8260 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
8261 else
8272 lt_prog_compiler_wl=
8273 lt_prog_compiler_pic=
8274 lt_prog_compiler_static=
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8277 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8279 if test "$GCC" = yes; then
8280 lt_prog_compiler_wl='-Wl,'
8281 lt_prog_compiler_static='-static'
8283 case $host_os in
8284 aix*)
8285 # All AIX code is PIC.
8286 if test "$host_cpu" = ia64; then
8287 # AIX 5 now supports IA64 processor
8288 lt_prog_compiler_static='-Bstatic'
8290 lt_prog_compiler_pic='-fPIC'
8293 amigaos*)
8294 case $host_cpu in
8295 powerpc)
8296 # see comment about AmigaOS4 .so support
8297 lt_prog_compiler_pic='-fPIC'
8299 m68k)
8300 # FIXME: we need at least 68020 code to build shared libraries, but
8301 # adding the `-m68020' flag to GCC prevents building anything better,
8302 # like `-m68040'.
8303 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
8305 esac
8308 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
8309 # PIC is the default for these OSes.
8312 mingw* | cygwin* | pw32* | os2* | cegcc*)
8313 # This hack is so that the source file can tell whether it is being
8314 # built for inclusion in a dll (and should export symbols for example).
8315 # Although the cygwin gcc ignores -fPIC, still need this for old-style
8316 # (--disable-auto-import) libraries
8317 lt_prog_compiler_pic='-DDLL_EXPORT'
8320 darwin* | rhapsody*)
8321 # PIC is the default on this platform
8322 # Common symbols not allowed in MH_DYLIB files
8323 lt_prog_compiler_pic='-fno-common'
8326 haiku*)
8327 # PIC is the default for Haiku.
8328 # The "-static" flag exists, but is broken.
8329 lt_prog_compiler_static=
8332 hpux*)
8333 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8334 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8335 # sets the default TLS model and affects inlining.
8336 case $host_cpu in
8337 hppa*64*)
8338 # +Z the default
8341 lt_prog_compiler_pic='-fPIC'
8343 esac
8346 interix[3-9]*)
8347 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8348 # Instead, we relocate shared libraries at runtime.
8351 msdosdjgpp*)
8352 # Just because we use GCC doesn't mean we suddenly get shared libraries
8353 # on systems that don't support them.
8354 lt_prog_compiler_can_build_shared=no
8355 enable_shared=no
8358 *nto* | *qnx*)
8359 # QNX uses GNU C++, but need to define -shared option too, otherwise
8360 # it will coredump.
8361 lt_prog_compiler_pic='-fPIC -shared'
8364 sysv4*MP*)
8365 if test -d /usr/nec; then
8366 lt_prog_compiler_pic=-Kconform_pic
8371 lt_prog_compiler_pic='-fPIC'
8373 esac
8375 case $cc_basename in
8376 nvcc*) # Cuda Compiler Driver 2.2
8377 lt_prog_compiler_wl='-Xlinker '
8378 lt_prog_compiler_pic='-Xcompiler -fPIC'
8380 esac
8381 else
8382 # PORTME Check for flag to pass linker flags through the system compiler.
8383 case $host_os in
8384 aix*)
8385 lt_prog_compiler_wl='-Wl,'
8386 if test "$host_cpu" = ia64; then
8387 # AIX 5 now supports IA64 processor
8388 lt_prog_compiler_static='-Bstatic'
8389 else
8390 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8394 mingw* | cygwin* | pw32* | os2* | cegcc*)
8395 # This hack is so that the source file can tell whether it is being
8396 # built for inclusion in a dll (and should export symbols for example).
8397 lt_prog_compiler_pic='-DDLL_EXPORT'
8400 hpux9* | hpux10* | hpux11*)
8401 lt_prog_compiler_wl='-Wl,'
8402 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8403 # not for PA HP-UX.
8404 case $host_cpu in
8405 hppa*64*|ia64*)
8406 # +Z the default
8409 lt_prog_compiler_pic='+Z'
8411 esac
8412 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8413 lt_prog_compiler_static='${wl}-a ${wl}archive'
8416 irix5* | irix6* | nonstopux*)
8417 lt_prog_compiler_wl='-Wl,'
8418 # PIC (with -KPIC) is the default.
8419 lt_prog_compiler_static='-non_shared'
8422 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8423 case $cc_basename in
8424 # old Intel for x86_64 which still supported -KPIC.
8425 ecc*)
8426 lt_prog_compiler_wl='-Wl,'
8427 lt_prog_compiler_pic='-KPIC'
8428 lt_prog_compiler_static='-static'
8430 # icc used to be incompatible with GCC.
8431 # ICC 10 doesn't accept -KPIC any more.
8432 icc* | ifort*)
8433 lt_prog_compiler_wl='-Wl,'
8434 lt_prog_compiler_pic='-fPIC'
8435 lt_prog_compiler_static='-static'
8437 # Lahey Fortran 8.1.
8438 lf95*)
8439 lt_prog_compiler_wl='-Wl,'
8440 lt_prog_compiler_pic='--shared'
8441 lt_prog_compiler_static='--static'
8443 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8444 # Portland Group compilers (*not* the Pentium gcc compiler,
8445 # which looks to be a dead project)
8446 lt_prog_compiler_wl='-Wl,'
8447 lt_prog_compiler_pic='-fpic'
8448 lt_prog_compiler_static='-Bstatic'
8450 ccc*)
8451 lt_prog_compiler_wl='-Wl,'
8452 # All Alpha code is PIC.
8453 lt_prog_compiler_static='-non_shared'
8455 xl* | bgxl* | bgf* | mpixl*)
8456 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8457 lt_prog_compiler_wl='-Wl,'
8458 lt_prog_compiler_pic='-qpic'
8459 lt_prog_compiler_static='-qstaticlink'
8462 case `$CC -V 2>&1 | sed 5q` in
8463 *Sun\ F* | *Sun*Fortran*)
8464 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8465 lt_prog_compiler_pic='-KPIC'
8466 lt_prog_compiler_static='-Bstatic'
8467 lt_prog_compiler_wl=''
8469 *Sun\ C*)
8470 # Sun C 5.9
8471 lt_prog_compiler_pic='-KPIC'
8472 lt_prog_compiler_static='-Bstatic'
8473 lt_prog_compiler_wl='-Wl,'
8475 esac
8477 esac
8480 newsos6)
8481 lt_prog_compiler_pic='-KPIC'
8482 lt_prog_compiler_static='-Bstatic'
8485 *nto* | *qnx*)
8486 # QNX uses GNU C++, but need to define -shared option too, otherwise
8487 # it will coredump.
8488 lt_prog_compiler_pic='-fPIC -shared'
8491 osf3* | osf4* | osf5*)
8492 lt_prog_compiler_wl='-Wl,'
8493 # All OSF/1 code is PIC.
8494 lt_prog_compiler_static='-non_shared'
8497 rdos*)
8498 lt_prog_compiler_static='-non_shared'
8501 solaris*)
8502 lt_prog_compiler_pic='-KPIC'
8503 lt_prog_compiler_static='-Bstatic'
8504 case $cc_basename in
8505 f77* | f90* | f95*)
8506 lt_prog_compiler_wl='-Qoption ld ';;
8508 lt_prog_compiler_wl='-Wl,';;
8509 esac
8512 sunos4*)
8513 lt_prog_compiler_wl='-Qoption ld '
8514 lt_prog_compiler_pic='-PIC'
8515 lt_prog_compiler_static='-Bstatic'
8518 sysv4 | sysv4.2uw2* | sysv4.3*)
8519 lt_prog_compiler_wl='-Wl,'
8520 lt_prog_compiler_pic='-KPIC'
8521 lt_prog_compiler_static='-Bstatic'
8524 sysv4*MP*)
8525 if test -d /usr/nec ;then
8526 lt_prog_compiler_pic='-Kconform_pic'
8527 lt_prog_compiler_static='-Bstatic'
8531 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8532 lt_prog_compiler_wl='-Wl,'
8533 lt_prog_compiler_pic='-KPIC'
8534 lt_prog_compiler_static='-Bstatic'
8537 unicos*)
8538 lt_prog_compiler_wl='-Wl,'
8539 lt_prog_compiler_can_build_shared=no
8542 uts4*)
8543 lt_prog_compiler_pic='-pic'
8544 lt_prog_compiler_static='-Bstatic'
8548 lt_prog_compiler_can_build_shared=no
8550 esac
8553 case $host_os in
8554 # For platforms which do not support PIC, -DPIC is meaningless:
8555 *djgpp*)
8556 lt_prog_compiler_pic=
8559 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8561 esac
8562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
8563 $as_echo "$lt_prog_compiler_pic" >&6; }
8571 # Check to make sure the PIC flag actually works.
8573 if test -n "$lt_prog_compiler_pic"; then
8574 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8575 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8576 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
8577 $as_echo_n "(cached) " >&6
8578 else
8579 lt_cv_prog_compiler_pic_works=no
8580 ac_outfile=conftest.$ac_objext
8581 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8582 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8583 # Insert the option either (1) after the last *FLAGS variable, or
8584 # (2) before a word containing "conftest.", or (3) at the end.
8585 # Note that $ac_compile itself does not contain backslashes and begins
8586 # with a dollar sign (not a hyphen), so the echo should work correctly.
8587 # The option is referenced via a variable to avoid confusing sed.
8588 lt_compile=`echo "$ac_compile" | $SED \
8589 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8590 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8591 -e 's:$: $lt_compiler_flag:'`
8592 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8593 (eval "$lt_compile" 2>conftest.err)
8594 ac_status=$?
8595 cat conftest.err >&5
8596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8597 if (exit $ac_status) && test -s "$ac_outfile"; then
8598 # The compiler can only warn and ignore the option if not recognized
8599 # So say no if there are warnings other than the usual output.
8600 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8601 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8602 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8603 lt_cv_prog_compiler_pic_works=yes
8606 $RM conftest*
8609 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8610 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
8612 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8613 case $lt_prog_compiler_pic in
8614 "" | " "*) ;;
8615 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8616 esac
8617 else
8618 lt_prog_compiler_pic=
8619 lt_prog_compiler_can_build_shared=no
8630 # Check to make sure the static flag actually works.
8632 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8633 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8634 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8635 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
8636 $as_echo_n "(cached) " >&6
8637 else
8638 lt_cv_prog_compiler_static_works=no
8639 save_LDFLAGS="$LDFLAGS"
8640 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8641 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8642 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8643 # The linker can only warn and ignore the option if not recognized
8644 # So say no if there are warnings
8645 if test -s conftest.err; then
8646 # Append any errors to the config.log.
8647 cat conftest.err 1>&5
8648 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8649 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8650 if diff conftest.exp conftest.er2 >/dev/null; then
8651 lt_cv_prog_compiler_static_works=yes
8653 else
8654 lt_cv_prog_compiler_static_works=yes
8657 $RM -r conftest*
8658 LDFLAGS="$save_LDFLAGS"
8661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8662 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
8664 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8666 else
8667 lt_prog_compiler_static=
8676 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8677 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8678 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8679 $as_echo_n "(cached) " >&6
8680 else
8681 lt_cv_prog_compiler_c_o=no
8682 $RM -r conftest 2>/dev/null
8683 mkdir conftest
8684 cd conftest
8685 mkdir out
8686 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8688 lt_compiler_flag="-o out/conftest2.$ac_objext"
8689 # Insert the option either (1) after the last *FLAGS variable, or
8690 # (2) before a word containing "conftest.", or (3) at the end.
8691 # Note that $ac_compile itself does not contain backslashes and begins
8692 # with a dollar sign (not a hyphen), so the echo should work correctly.
8693 lt_compile=`echo "$ac_compile" | $SED \
8694 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8695 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8696 -e 's:$: $lt_compiler_flag:'`
8697 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8698 (eval "$lt_compile" 2>out/conftest.err)
8699 ac_status=$?
8700 cat out/conftest.err >&5
8701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8702 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8703 then
8704 # The compiler can only warn and ignore the option if not recognized
8705 # So say no if there are warnings
8706 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8707 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8708 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8709 lt_cv_prog_compiler_c_o=yes
8712 chmod u+w . 2>&5
8713 $RM conftest*
8714 # SGI C++ compiler will create directory out/ii_files/ for
8715 # template instantiation
8716 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8717 $RM out/* && rmdir out
8718 cd ..
8719 $RM -r conftest
8720 $RM conftest*
8723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8724 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8731 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8732 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8733 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
8734 $as_echo_n "(cached) " >&6
8735 else
8736 lt_cv_prog_compiler_c_o=no
8737 $RM -r conftest 2>/dev/null
8738 mkdir conftest
8739 cd conftest
8740 mkdir out
8741 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8743 lt_compiler_flag="-o out/conftest2.$ac_objext"
8744 # Insert the option either (1) after the last *FLAGS variable, or
8745 # (2) before a word containing "conftest.", or (3) at the end.
8746 # Note that $ac_compile itself does not contain backslashes and begins
8747 # with a dollar sign (not a hyphen), so the echo should work correctly.
8748 lt_compile=`echo "$ac_compile" | $SED \
8749 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8750 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8751 -e 's:$: $lt_compiler_flag:'`
8752 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8753 (eval "$lt_compile" 2>out/conftest.err)
8754 ac_status=$?
8755 cat out/conftest.err >&5
8756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8757 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8758 then
8759 # The compiler can only warn and ignore the option if not recognized
8760 # So say no if there are warnings
8761 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8762 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8763 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8764 lt_cv_prog_compiler_c_o=yes
8767 chmod u+w . 2>&5
8768 $RM conftest*
8769 # SGI C++ compiler will create directory out/ii_files/ for
8770 # template instantiation
8771 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8772 $RM out/* && rmdir out
8773 cd ..
8774 $RM -r conftest
8775 $RM conftest*
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8779 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8784 hard_links="nottested"
8785 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8786 # do not overwrite the value of need_locks provided by the user
8787 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8788 $as_echo_n "checking if we can lock with hard links... " >&6; }
8789 hard_links=yes
8790 $RM conftest*
8791 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8792 touch conftest.a
8793 ln conftest.a conftest.b 2>&5 || hard_links=no
8794 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8795 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8796 $as_echo "$hard_links" >&6; }
8797 if test "$hard_links" = no; then
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8799 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8800 need_locks=warn
8802 else
8803 need_locks=no
8811 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8812 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
8814 runpath_var=
8815 allow_undefined_flag=
8816 always_export_symbols=no
8817 archive_cmds=
8818 archive_expsym_cmds=
8819 compiler_needs_object=no
8820 enable_shared_with_static_runtimes=no
8821 export_dynamic_flag_spec=
8822 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8823 hardcode_automatic=no
8824 hardcode_direct=no
8825 hardcode_direct_absolute=no
8826 hardcode_libdir_flag_spec=
8827 hardcode_libdir_flag_spec_ld=
8828 hardcode_libdir_separator=
8829 hardcode_minus_L=no
8830 hardcode_shlibpath_var=unsupported
8831 inherit_rpath=no
8832 link_all_deplibs=unknown
8833 module_cmds=
8834 module_expsym_cmds=
8835 old_archive_from_new_cmds=
8836 old_archive_from_expsyms_cmds=
8837 thread_safe_flag_spec=
8838 whole_archive_flag_spec=
8839 # include_expsyms should be a list of space-separated symbols to be *always*
8840 # included in the symbol list
8841 include_expsyms=
8842 # exclude_expsyms can be an extended regexp of symbols to exclude
8843 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8844 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8845 # as well as any symbol that contains `d'.
8846 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8847 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8848 # platforms (ab)use it in PIC code, but their linkers get confused if
8849 # the symbol is explicitly referenced. Since portable code cannot
8850 # rely on this symbol name, it's probably fine to never include it in
8851 # preloaded symbol tables.
8852 # Exclude shared library initialization/finalization symbols.
8853 extract_expsyms_cmds=
8855 case $host_os in
8856 cygwin* | mingw* | pw32* | cegcc*)
8857 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8858 # When not using gcc, we currently assume that we are using
8859 # Microsoft Visual C++.
8860 if test "$GCC" != yes; then
8861 with_gnu_ld=no
8864 interix*)
8865 # we just hope/assume this is gcc and not c89 (= MSVC++)
8866 with_gnu_ld=yes
8868 openbsd*)
8869 with_gnu_ld=no
8871 esac
8873 ld_shlibs=yes
8875 # On some targets, GNU ld is compatible enough with the native linker
8876 # that we're better off using the native interface for both.
8877 lt_use_gnu_ld_interface=no
8878 if test "$with_gnu_ld" = yes; then
8879 case $host_os in
8880 aix*)
8881 # The AIX port of GNU ld has always aspired to compatibility
8882 # with the native linker. However, as the warning in the GNU ld
8883 # block says, versions before 2.19.5* couldn't really create working
8884 # shared libraries, regardless of the interface used.
8885 case `$LD -v 2>&1` in
8886 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8887 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8888 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8890 lt_use_gnu_ld_interface=yes
8892 esac
8895 lt_use_gnu_ld_interface=yes
8897 esac
8900 if test "$lt_use_gnu_ld_interface" = yes; then
8901 # If archive_cmds runs LD, not CC, wlarc should be empty
8902 wlarc='${wl}'
8904 # Set some defaults for GNU ld with shared library support. These
8905 # are reset later if shared libraries are not supported. Putting them
8906 # here allows them to be overridden if necessary.
8907 runpath_var=LD_RUN_PATH
8908 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8909 export_dynamic_flag_spec='${wl}--export-dynamic'
8910 # ancient GNU ld didn't support --whole-archive et. al.
8911 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8912 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8913 else
8914 whole_archive_flag_spec=
8916 supports_anon_versioning=no
8917 case `$LD -v 2>&1` in
8918 *GNU\ gold*) supports_anon_versioning=yes ;;
8919 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8920 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8921 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8922 *\ 2.11.*) ;; # other 2.11 versions
8923 *) supports_anon_versioning=yes ;;
8924 esac
8926 # See if GNU ld supports shared libraries.
8927 case $host_os in
8928 aix[3-9]*)
8929 # On AIX/PPC, the GNU linker is very broken
8930 if test "$host_cpu" != ia64; then
8931 ld_shlibs=no
8932 cat <<_LT_EOF 1>&2
8934 *** Warning: the GNU linker, at least up to release 2.19, is reported
8935 *** to be unable to reliably create shared libraries on AIX.
8936 *** Therefore, libtool is disabling shared libraries support. If you
8937 *** really care for shared libraries, you may want to install binutils
8938 *** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8939 *** You will then need to restart the configuration process.
8941 _LT_EOF
8945 amigaos*)
8946 case $host_cpu in
8947 powerpc)
8948 # see comment about AmigaOS4 .so support
8949 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8950 archive_expsym_cmds=''
8952 m68k)
8953 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)'
8954 hardcode_libdir_flag_spec='-L$libdir'
8955 hardcode_minus_L=yes
8957 esac
8960 beos*)
8961 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8962 allow_undefined_flag=unsupported
8963 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8964 # support --undefined. This deserves some investigation. FIXME
8965 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8966 else
8967 ld_shlibs=no
8971 cygwin* | mingw* | pw32* | cegcc*)
8972 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8973 # as there is no search path for DLLs.
8974 hardcode_libdir_flag_spec='-L$libdir'
8975 export_dynamic_flag_spec='${wl}--export-all-symbols'
8976 allow_undefined_flag=unsupported
8977 always_export_symbols=no
8978 enable_shared_with_static_runtimes=yes
8979 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8981 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8982 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8983 # If the export-symbols file already is a .def file (1st line
8984 # is EXPORTS), use it as is; otherwise, prepend...
8985 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8986 cp $export_symbols $output_objdir/$soname.def;
8987 else
8988 echo EXPORTS > $output_objdir/$soname.def;
8989 cat $export_symbols >> $output_objdir/$soname.def;
8991 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8992 else
8993 ld_shlibs=no
8997 haiku*)
8998 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8999 link_all_deplibs=yes
9002 interix[3-9]*)
9003 hardcode_direct=no
9004 hardcode_shlibpath_var=no
9005 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9006 export_dynamic_flag_spec='${wl}-E'
9007 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
9008 # Instead, shared libraries are loaded at an image base (0x10000000 by
9009 # default) and relocated if they conflict, which is a slow very memory
9010 # consuming and fragmenting process. To avoid this, we pick a random,
9011 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
9012 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
9013 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
9014 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'
9017 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
9018 tmp_diet=no
9019 if test "$host_os" = linux-dietlibc; then
9020 case $cc_basename in
9021 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
9022 esac
9024 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
9025 && test "$tmp_diet" = no
9026 then
9027 tmp_addflag=' $pic_flag'
9028 tmp_sharedflag='-shared'
9029 case $cc_basename,$host_cpu in
9030 pgcc*) # Portland Group C compiler
9031 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'
9032 tmp_addflag=' $pic_flag'
9034 pgf77* | pgf90* | pgf95* | pgfortran*)
9035 # Portland Group f77 and f90 compilers
9036 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'
9037 tmp_addflag=' $pic_flag -Mnomain' ;;
9038 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
9039 tmp_addflag=' -i_dynamic' ;;
9040 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
9041 tmp_addflag=' -i_dynamic -nofor_main' ;;
9042 ifc* | ifort*) # Intel Fortran compiler
9043 tmp_addflag=' -nofor_main' ;;
9044 lf95*) # Lahey Fortran 8.1
9045 whole_archive_flag_spec=
9046 tmp_sharedflag='--shared' ;;
9047 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
9048 tmp_sharedflag='-qmkshrobj'
9049 tmp_addflag= ;;
9050 nvcc*) # Cuda Compiler Driver 2.2
9051 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'
9052 compiler_needs_object=yes
9054 esac
9055 case `$CC -V 2>&1 | sed 5q` in
9056 *Sun\ C*) # Sun C 5.9
9057 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'
9058 compiler_needs_object=yes
9059 tmp_sharedflag='-G' ;;
9060 *Sun\ F*) # Sun Fortran 8.3
9061 tmp_sharedflag='-G' ;;
9062 esac
9063 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9065 if test "x$supports_anon_versioning" = xyes; then
9066 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9067 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9068 echo "local: *; };" >> $output_objdir/$libname.ver~
9069 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
9072 case $cc_basename in
9073 xlf* | bgf* | bgxlf* | mpixlf*)
9074 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
9075 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
9076 hardcode_libdir_flag_spec=
9077 hardcode_libdir_flag_spec_ld='-rpath $libdir'
9078 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
9079 if test "x$supports_anon_versioning" = xyes; then
9080 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
9081 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
9082 echo "local: *; };" >> $output_objdir/$libname.ver~
9083 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
9086 esac
9087 else
9088 ld_shlibs=no
9092 netbsd*)
9093 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9094 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
9095 wlarc=
9096 else
9097 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9098 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9102 solaris*)
9103 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
9104 ld_shlibs=no
9105 cat <<_LT_EOF 1>&2
9107 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
9108 *** create shared libraries on Solaris systems. Therefore, libtool
9109 *** is disabling shared libraries support. We urge you to upgrade GNU
9110 *** binutils to release 2.9.1 or newer. Another option is to modify
9111 *** your PATH or compiler configuration so that the native linker is
9112 *** used, and then restart.
9114 _LT_EOF
9115 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9116 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9117 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9118 else
9119 ld_shlibs=no
9123 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
9124 case `$LD -v 2>&1` in
9125 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
9126 ld_shlibs=no
9127 cat <<_LT_EOF 1>&2
9129 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
9130 *** reliably create shared libraries on SCO systems. Therefore, libtool
9131 *** is disabling shared libraries support. We urge you to upgrade GNU
9132 *** binutils to release 2.16.91.0.3 or newer. Another option is to modify
9133 *** your PATH or compiler configuration so that the native linker is
9134 *** used, and then restart.
9136 _LT_EOF
9139 # For security reasons, it is highly recommended that you always
9140 # use absolute paths for naming shared libraries, and exclude the
9141 # DT_RUNPATH tag from executables and libraries. But doing so
9142 # requires that you compile everything twice, which is a pain.
9143 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9144 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9145 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9146 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9147 else
9148 ld_shlibs=no
9151 esac
9154 sunos4*)
9155 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9156 wlarc=
9157 hardcode_direct=yes
9158 hardcode_shlibpath_var=no
9162 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
9163 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9164 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
9165 else
9166 ld_shlibs=no
9169 esac
9171 if test "$ld_shlibs" = no; then
9172 runpath_var=
9173 hardcode_libdir_flag_spec=
9174 export_dynamic_flag_spec=
9175 whole_archive_flag_spec=
9177 else
9178 # PORTME fill in a description of your system's linker (not GNU ld)
9179 case $host_os in
9180 aix3*)
9181 allow_undefined_flag=unsupported
9182 always_export_symbols=yes
9183 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'
9184 # Note: this linker hardcodes the directories in LIBPATH if there
9185 # are no directories specified by -L.
9186 hardcode_minus_L=yes
9187 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
9188 # Neither direct hardcoding nor static linking is supported with a
9189 # broken collect2.
9190 hardcode_direct=unsupported
9194 aix[4-9]*)
9195 if test "$host_cpu" = ia64; then
9196 # On IA64, the linker does run time linking by default, so we don't
9197 # have to do anything special.
9198 aix_use_runtimelinking=no
9199 exp_sym_flag='-Bexport'
9200 no_entry_flag=""
9201 else
9202 # If we're using GNU nm, then we don't want the "-C" option.
9203 # -C means demangle to AIX nm, but means don't demangle with GNU nm
9204 # Also, AIX nm treats weak defined symbols like other global
9205 # defined symbols, whereas GNU nm marks them as "W".
9206 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
9207 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'
9208 else
9209 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
9211 aix_use_runtimelinking=no
9213 # Test if we are trying to use run time linking or normal
9214 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
9215 # need to do runtime linking.
9216 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
9217 for ld_flag in $LDFLAGS; do
9218 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
9219 aix_use_runtimelinking=yes
9220 break
9222 done
9224 esac
9226 exp_sym_flag='-bexport'
9227 no_entry_flag='-bnoentry'
9230 # When large executables or shared objects are built, AIX ld can
9231 # have problems creating the table of contents. If linking a library
9232 # or program results in "error TOC overflow" add -mminimal-toc to
9233 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
9234 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
9236 archive_cmds=''
9237 hardcode_direct=yes
9238 hardcode_direct_absolute=yes
9239 hardcode_libdir_separator=':'
9240 link_all_deplibs=yes
9241 file_list_spec='${wl}-f,'
9243 if test "$GCC" = yes; then
9244 case $host_os in aix4.[012]|aix4.[012].*)
9245 # We only want to do this on AIX 4.2 and lower, the check
9246 # below for broken collect2 doesn't work under 4.3+
9247 collect2name=`${CC} -print-prog-name=collect2`
9248 if test -f "$collect2name" &&
9249 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
9250 then
9251 # We have reworked collect2
9253 else
9254 # We have old collect2
9255 hardcode_direct=unsupported
9256 # It fails to find uninstalled libraries when the uninstalled
9257 # path is not listed in the libpath. Setting hardcode_minus_L
9258 # to unsupported forces relinking
9259 hardcode_minus_L=yes
9260 hardcode_libdir_flag_spec='-L$libdir'
9261 hardcode_libdir_separator=
9264 esac
9265 shared_flag='-shared'
9266 if test "$aix_use_runtimelinking" = yes; then
9267 shared_flag="$shared_flag "'${wl}-G'
9269 else
9270 # not using gcc
9271 if test "$host_cpu" = ia64; then
9272 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
9273 # chokes on -Wl,-G. The following line is correct:
9274 shared_flag='-G'
9275 else
9276 if test "$aix_use_runtimelinking" = yes; then
9277 shared_flag='${wl}-G'
9278 else
9279 shared_flag='${wl}-bM:SRE'
9284 export_dynamic_flag_spec='${wl}-bexpall'
9285 # It seems that -bexpall does not export symbols beginning with
9286 # underscore (_), so it is better to generate a list of symbols to export.
9287 always_export_symbols=yes
9288 if test "$aix_use_runtimelinking" = yes; then
9289 # Warning - without using the other runtime loading flags (-brtl),
9290 # -berok will link without error, but may produce a broken library.
9291 allow_undefined_flag='-berok'
9292 # Determine the default libpath from the value encoded in an
9293 # empty executable.
9294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9295 /* end confdefs.h. */
9298 main ()
9302 return 0;
9304 _ACEOF
9305 if ac_fn_c_try_link "$LINENO"; then :
9307 lt_aix_libpath_sed='
9308 /Import File Strings/,/^$/ {
9309 /^0/ {
9310 s/^0 *\(.*\)$/\1/
9314 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9315 # Check for a 64-bit object if we didn't find anything.
9316 if test -z "$aix_libpath"; then
9317 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9320 rm -f core conftest.err conftest.$ac_objext \
9321 conftest$ac_exeext conftest.$ac_ext
9322 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9324 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9325 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"
9326 else
9327 if test "$host_cpu" = ia64; then
9328 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9329 allow_undefined_flag="-z nodefs"
9330 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"
9331 else
9332 # Determine the default libpath from the value encoded in an
9333 # empty executable.
9334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9335 /* end confdefs.h. */
9338 main ()
9342 return 0;
9344 _ACEOF
9345 if ac_fn_c_try_link "$LINENO"; then :
9347 lt_aix_libpath_sed='
9348 /Import File Strings/,/^$/ {
9349 /^0/ {
9350 s/^0 *\(.*\)$/\1/
9354 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9355 # Check for a 64-bit object if we didn't find anything.
9356 if test -z "$aix_libpath"; then
9357 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9360 rm -f core conftest.err conftest.$ac_objext \
9361 conftest$ac_exeext conftest.$ac_ext
9362 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
9364 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9365 # Warning - without using the other run time loading flags,
9366 # -berok will link without error, but may produce a broken library.
9367 no_undefined_flag=' ${wl}-bernotok'
9368 allow_undefined_flag=' ${wl}-berok'
9369 if test "$with_gnu_ld" = yes; then
9370 # We only use this code for GNU lds that support --whole-archive.
9371 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9372 else
9373 # Exported symbols can be pulled into shared objects from archives
9374 whole_archive_flag_spec='$convenience'
9376 archive_cmds_need_lc=yes
9377 # This is similar to how AIX traditionally builds its shared libraries.
9378 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'
9383 amigaos*)
9384 case $host_cpu in
9385 powerpc)
9386 # see comment about AmigaOS4 .so support
9387 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9388 archive_expsym_cmds=''
9390 m68k)
9391 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)'
9392 hardcode_libdir_flag_spec='-L$libdir'
9393 hardcode_minus_L=yes
9395 esac
9398 bsdi[45]*)
9399 export_dynamic_flag_spec=-rdynamic
9402 cygwin* | mingw* | pw32* | cegcc*)
9403 # When not using gcc, we currently assume that we are using
9404 # Microsoft Visual C++.
9405 # hardcode_libdir_flag_spec is actually meaningless, as there is
9406 # no search path for DLLs.
9407 hardcode_libdir_flag_spec=' '
9408 allow_undefined_flag=unsupported
9409 # Tell ltmain to make .lib files, not .a files.
9410 libext=lib
9411 # Tell ltmain to make .dll files, not .so files.
9412 shrext_cmds=".dll"
9413 # FIXME: Setting linknames here is a bad hack.
9414 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9415 # The linker will automatically build a .lib file if we build a DLL.
9416 old_archive_from_new_cmds='true'
9417 # FIXME: Should let the user specify the lib program.
9418 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9419 fix_srcfile_path='`cygpath -w "$srcfile"`'
9420 enable_shared_with_static_runtimes=yes
9423 darwin* | rhapsody*)
9426 archive_cmds_need_lc=no
9427 hardcode_direct=no
9428 hardcode_automatic=yes
9429 hardcode_shlibpath_var=unsupported
9430 if test "$lt_cv_ld_force_load" = "yes"; then
9431 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\"`'
9432 else
9433 whole_archive_flag_spec=''
9435 link_all_deplibs=yes
9436 allow_undefined_flag="$_lt_dar_allow_undefined"
9437 case $cc_basename in
9438 ifort*) _lt_dar_can_shared=yes ;;
9439 *) _lt_dar_can_shared=$GCC ;;
9440 esac
9441 if test "$_lt_dar_can_shared" = "yes"; then
9442 output_verbose_link_cmd=func_echo_all
9443 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9444 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9445 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}"
9446 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}"
9448 else
9449 ld_shlibs=no
9454 dgux*)
9455 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9456 hardcode_libdir_flag_spec='-L$libdir'
9457 hardcode_shlibpath_var=no
9460 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9461 # support. Future versions do this automatically, but an explicit c++rt0.o
9462 # does not break anything, and helps significantly (at the cost of a little
9463 # extra space).
9464 freebsd2.2*)
9465 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9466 hardcode_libdir_flag_spec='-R$libdir'
9467 hardcode_direct=yes
9468 hardcode_shlibpath_var=no
9471 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9472 freebsd2.*)
9473 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9474 hardcode_direct=yes
9475 hardcode_minus_L=yes
9476 hardcode_shlibpath_var=no
9479 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9480 freebsd* | dragonfly*)
9481 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9482 hardcode_libdir_flag_spec='-R$libdir'
9483 hardcode_direct=yes
9484 hardcode_shlibpath_var=no
9487 hpux9*)
9488 if test "$GCC" = yes; then
9489 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'
9490 else
9491 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'
9493 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9494 hardcode_libdir_separator=:
9495 hardcode_direct=yes
9497 # hardcode_minus_L: Not really in the search PATH,
9498 # but as the default location of the library.
9499 hardcode_minus_L=yes
9500 export_dynamic_flag_spec='${wl}-E'
9503 hpux10*)
9504 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9505 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9506 else
9507 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9509 if test "$with_gnu_ld" = no; then
9510 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9511 hardcode_libdir_flag_spec_ld='+b $libdir'
9512 hardcode_libdir_separator=:
9513 hardcode_direct=yes
9514 hardcode_direct_absolute=yes
9515 export_dynamic_flag_spec='${wl}-E'
9516 # hardcode_minus_L: Not really in the search PATH,
9517 # but as the default location of the library.
9518 hardcode_minus_L=yes
9522 hpux11*)
9523 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9524 case $host_cpu in
9525 hppa*64*)
9526 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9528 ia64*)
9529 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9532 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9534 esac
9535 else
9536 case $host_cpu in
9537 hppa*64*)
9538 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9540 ia64*)
9541 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9545 # Older versions of the 11.00 compiler do not understand -b yet
9546 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9548 $as_echo_n "checking if $CC understands -b... " >&6; }
9549 if test "${lt_cv_prog_compiler__b+set}" = set; then :
9550 $as_echo_n "(cached) " >&6
9551 else
9552 lt_cv_prog_compiler__b=no
9553 save_LDFLAGS="$LDFLAGS"
9554 LDFLAGS="$LDFLAGS -b"
9555 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9556 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9557 # The linker can only warn and ignore the option if not recognized
9558 # So say no if there are warnings
9559 if test -s conftest.err; then
9560 # Append any errors to the config.log.
9561 cat conftest.err 1>&5
9562 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9563 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9564 if diff conftest.exp conftest.er2 >/dev/null; then
9565 lt_cv_prog_compiler__b=yes
9567 else
9568 lt_cv_prog_compiler__b=yes
9571 $RM -r conftest*
9572 LDFLAGS="$save_LDFLAGS"
9575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9576 $as_echo "$lt_cv_prog_compiler__b" >&6; }
9578 if test x"$lt_cv_prog_compiler__b" = xyes; then
9579 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9580 else
9581 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9585 esac
9587 if test "$with_gnu_ld" = no; then
9588 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9589 hardcode_libdir_separator=:
9591 case $host_cpu in
9592 hppa*64*|ia64*)
9593 hardcode_direct=no
9594 hardcode_shlibpath_var=no
9597 hardcode_direct=yes
9598 hardcode_direct_absolute=yes
9599 export_dynamic_flag_spec='${wl}-E'
9601 # hardcode_minus_L: Not really in the search PATH,
9602 # but as the default location of the library.
9603 hardcode_minus_L=yes
9605 esac
9609 irix5* | irix6* | nonstopux*)
9610 if test "$GCC" = yes; then
9611 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'
9612 # Try to use the -exported_symbol ld option, if it does not
9613 # work, assume that -exports_file does not work either and
9614 # implicitly export all symbols.
9615 save_LDFLAGS="$LDFLAGS"
9616 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9617 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9618 /* end confdefs.h. */
9619 int foo(void) {}
9620 _ACEOF
9621 if ac_fn_c_try_link "$LINENO"; then :
9622 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'
9625 rm -f core conftest.err conftest.$ac_objext \
9626 conftest$ac_exeext conftest.$ac_ext
9627 LDFLAGS="$save_LDFLAGS"
9628 else
9629 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'
9630 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'
9632 archive_cmds_need_lc='no'
9633 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9634 hardcode_libdir_separator=:
9635 inherit_rpath=yes
9636 link_all_deplibs=yes
9639 netbsd*)
9640 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9641 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9642 else
9643 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9645 hardcode_libdir_flag_spec='-R$libdir'
9646 hardcode_direct=yes
9647 hardcode_shlibpath_var=no
9650 newsos6)
9651 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9652 hardcode_direct=yes
9653 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9654 hardcode_libdir_separator=:
9655 hardcode_shlibpath_var=no
9658 *nto* | *qnx*)
9661 openbsd*)
9662 if test -f /usr/libexec/ld.so; then
9663 hardcode_direct=yes
9664 hardcode_shlibpath_var=no
9665 hardcode_direct_absolute=yes
9666 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9667 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9668 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9669 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9670 export_dynamic_flag_spec='${wl}-E'
9671 else
9672 case $host_os in
9673 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9674 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9675 hardcode_libdir_flag_spec='-R$libdir'
9678 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9679 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9681 esac
9683 else
9684 ld_shlibs=no
9688 os2*)
9689 hardcode_libdir_flag_spec='-L$libdir'
9690 hardcode_minus_L=yes
9691 allow_undefined_flag=unsupported
9692 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'
9693 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9696 osf3*)
9697 if test "$GCC" = yes; then
9698 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9699 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'
9700 else
9701 allow_undefined_flag=' -expect_unresolved \*'
9702 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'
9704 archive_cmds_need_lc='no'
9705 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9706 hardcode_libdir_separator=:
9709 osf4* | osf5*) # as osf3* with the addition of -msym flag
9710 if test "$GCC" = yes; then
9711 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9712 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'
9713 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9714 else
9715 allow_undefined_flag=' -expect_unresolved \*'
9716 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'
9717 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~
9718 $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'
9720 # Both c and cxx compiler support -rpath directly
9721 hardcode_libdir_flag_spec='-rpath $libdir'
9723 archive_cmds_need_lc='no'
9724 hardcode_libdir_separator=:
9727 solaris*)
9728 no_undefined_flag=' -z defs'
9729 if test "$GCC" = yes; then
9730 wlarc='${wl}'
9731 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9732 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9733 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9734 else
9735 case `$CC -V 2>&1` in
9736 *"Compilers 5.0"*)
9737 wlarc=''
9738 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9739 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9740 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9743 wlarc='${wl}'
9744 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9745 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9746 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9748 esac
9750 hardcode_libdir_flag_spec='-R$libdir'
9751 hardcode_shlibpath_var=no
9752 case $host_os in
9753 solaris2.[0-5] | solaris2.[0-5].*) ;;
9755 # The compiler driver will combine and reorder linker options,
9756 # but understands `-z linker_flag'. GCC discards it without `$wl',
9757 # but is careful enough not to reorder.
9758 # Supported since Solaris 2.6 (maybe 2.5.1?)
9759 if test "$GCC" = yes; then
9760 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9761 else
9762 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9765 esac
9766 link_all_deplibs=yes
9769 sunos4*)
9770 if test "x$host_vendor" = xsequent; then
9771 # Use $CC to link under sequent, because it throws in some extra .o
9772 # files that make .init and .fini sections work.
9773 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9774 else
9775 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9777 hardcode_libdir_flag_spec='-L$libdir'
9778 hardcode_direct=yes
9779 hardcode_minus_L=yes
9780 hardcode_shlibpath_var=no
9783 sysv4)
9784 case $host_vendor in
9785 sni)
9786 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9787 hardcode_direct=yes # is this really true???
9789 siemens)
9790 ## LD is ld it makes a PLAMLIB
9791 ## CC just makes a GrossModule.
9792 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9793 reload_cmds='$CC -r -o $output$reload_objs'
9794 hardcode_direct=no
9796 motorola)
9797 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9798 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9800 esac
9801 runpath_var='LD_RUN_PATH'
9802 hardcode_shlibpath_var=no
9805 sysv4.3*)
9806 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9807 hardcode_shlibpath_var=no
9808 export_dynamic_flag_spec='-Bexport'
9811 sysv4*MP*)
9812 if test -d /usr/nec; then
9813 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9814 hardcode_shlibpath_var=no
9815 runpath_var=LD_RUN_PATH
9816 hardcode_runpath_var=yes
9817 ld_shlibs=yes
9821 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9822 no_undefined_flag='${wl}-z,text'
9823 archive_cmds_need_lc=no
9824 hardcode_shlibpath_var=no
9825 runpath_var='LD_RUN_PATH'
9827 if test "$GCC" = yes; then
9828 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9829 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9830 else
9831 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9832 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9836 sysv5* | sco3.2v5* | sco5v6*)
9837 # Note: We can NOT use -z defs as we might desire, because we do not
9838 # link with -lc, and that would cause any symbols used from libc to
9839 # always be unresolved, which means just about no library would
9840 # ever link correctly. If we're not using GNU ld we use -z text
9841 # though, which does catch some bad symbols but isn't as heavy-handed
9842 # as -z defs.
9843 no_undefined_flag='${wl}-z,text'
9844 allow_undefined_flag='${wl}-z,nodefs'
9845 archive_cmds_need_lc=no
9846 hardcode_shlibpath_var=no
9847 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9848 hardcode_libdir_separator=':'
9849 link_all_deplibs=yes
9850 export_dynamic_flag_spec='${wl}-Bexport'
9851 runpath_var='LD_RUN_PATH'
9853 if test "$GCC" = yes; then
9854 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9855 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9856 else
9857 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9858 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9862 uts4*)
9863 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9864 hardcode_libdir_flag_spec='-L$libdir'
9865 hardcode_shlibpath_var=no
9869 ld_shlibs=no
9871 esac
9873 if test x$host_vendor = xsni; then
9874 case $host in
9875 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9876 export_dynamic_flag_spec='${wl}-Blargedynsym'
9878 esac
9882 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
9883 $as_echo "$ld_shlibs" >&6; }
9884 test "$ld_shlibs" = no && can_build_shared=no
9886 with_gnu_ld=$with_gnu_ld
9903 # Do we need to explicitly link libc?
9905 case "x$archive_cmds_need_lc" in
9906 x|xyes)
9907 # Assume -lc should be added
9908 archive_cmds_need_lc=yes
9910 if test "$enable_shared" = yes && test "$GCC" = yes; then
9911 case $archive_cmds in
9912 *'~'*)
9913 # FIXME: we may have to deal with multi-command sequences.
9915 '$CC '*)
9916 # Test whether the compiler implicitly links with -lc since on some
9917 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9918 # to ld, don't add -lc before -lgcc.
9919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
9920 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9921 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
9922 $as_echo_n "(cached) " >&6
9923 else
9924 $RM conftest*
9925 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9927 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
9928 (eval $ac_compile) 2>&5
9929 ac_status=$?
9930 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9931 test $ac_status = 0; } 2>conftest.err; then
9932 soname=conftest
9933 lib=conftest
9934 libobjs=conftest.$ac_objext
9935 deplibs=
9936 wl=$lt_prog_compiler_wl
9937 pic_flag=$lt_prog_compiler_pic
9938 compiler_flags=-v
9939 linker_flags=-v
9940 verstring=
9941 output_objdir=.
9942 libname=conftest
9943 lt_save_allow_undefined_flag=$allow_undefined_flag
9944 allow_undefined_flag=
9945 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
9946 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9947 ac_status=$?
9948 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9949 test $ac_status = 0; }
9950 then
9951 lt_cv_archive_cmds_need_lc=no
9952 else
9953 lt_cv_archive_cmds_need_lc=yes
9955 allow_undefined_flag=$lt_save_allow_undefined_flag
9956 else
9957 cat conftest.err 1>&5
9959 $RM conftest*
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9963 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9964 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
9966 esac
9969 esac
10127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
10128 $as_echo_n "checking dynamic linker characteristics... " >&6; }
10130 if test "$GCC" = yes; then
10131 case $host_os in
10132 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
10133 *) lt_awk_arg="/^libraries:/" ;;
10134 esac
10135 case $host_os in
10136 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
10137 *) lt_sed_strip_eq="s,=/,/,g" ;;
10138 esac
10139 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
10140 case $lt_search_path_spec in
10141 *\;*)
10142 # if the path contains ";" then we assume it to be the separator
10143 # otherwise default to the standard path separator (i.e. ":") - it is
10144 # assumed that no part of a normal pathname contains ";" but that should
10145 # okay in the real world where ";" in dirpaths is itself problematic.
10146 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
10149 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
10151 esac
10152 # Ok, now we have the path, separated by spaces, we can step through it
10153 # and add multilib dir if necessary.
10154 lt_tmp_lt_search_path_spec=
10155 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
10156 for lt_sys_path in $lt_search_path_spec; do
10157 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
10158 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
10159 else
10160 test -d "$lt_sys_path" && \
10161 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
10163 done
10164 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
10165 BEGIN {RS=" "; FS="/|\n";} {
10166 lt_foo="";
10167 lt_count=0;
10168 for (lt_i = NF; lt_i > 0; lt_i--) {
10169 if ($lt_i != "" && $lt_i != ".") {
10170 if ($lt_i == "..") {
10171 lt_count++;
10172 } else {
10173 if (lt_count == 0) {
10174 lt_foo="/" $lt_i lt_foo;
10175 } else {
10176 lt_count--;
10181 if (lt_foo != "") { lt_freq[lt_foo]++; }
10182 if (lt_freq[lt_foo] == 1) { print lt_foo; }
10184 # AWK program above erroneously prepends '/' to C:/dos/paths
10185 # for these hosts.
10186 case $host_os in
10187 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
10188 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
10189 esac
10190 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
10191 else
10192 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
10194 library_names_spec=
10195 libname_spec='lib$name'
10196 soname_spec=
10197 shrext_cmds=".so"
10198 postinstall_cmds=
10199 postuninstall_cmds=
10200 finish_cmds=
10201 finish_eval=
10202 shlibpath_var=
10203 shlibpath_overrides_runpath=unknown
10204 version_type=none
10205 dynamic_linker="$host_os ld.so"
10206 sys_lib_dlsearch_path_spec="/lib /usr/lib"
10207 need_lib_prefix=unknown
10208 hardcode_into_libs=no
10210 # when you set need_version to no, make sure it does not cause -set_version
10211 # flags to be left without arguments
10212 need_version=unknown
10214 case $host_os in
10215 aix3*)
10216 version_type=linux
10217 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10218 shlibpath_var=LIBPATH
10220 # AIX 3 has no versioning support, so we append a major version to the name.
10221 soname_spec='${libname}${release}${shared_ext}$major'
10224 aix[4-9]*)
10225 version_type=linux
10226 need_lib_prefix=no
10227 need_version=no
10228 hardcode_into_libs=yes
10229 if test "$host_cpu" = ia64; then
10230 # AIX 5 supports IA64
10231 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10232 shlibpath_var=LD_LIBRARY_PATH
10233 else
10234 # With GCC up to 2.95.x, collect2 would create an import file
10235 # for dependence libraries. The import file would start with
10236 # the line `#! .'. This would cause the generated library to
10237 # depend on `.', always an invalid library. This was fixed in
10238 # development snapshots of GCC prior to 3.0.
10239 case $host_os in
10240 aix4 | aix4.[01] | aix4.[01].*)
10241 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10242 echo ' yes '
10243 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10245 else
10246 can_build_shared=no
10249 esac
10250 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10251 # soname into executable. Probably we can add versioning support to
10252 # collect2, so additional links can be useful in future.
10253 if test "$aix_use_runtimelinking" = yes; then
10254 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10255 # instead of lib<name>.a to let people know that these are not
10256 # typical AIX shared libraries.
10257 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10258 else
10259 # We preserve .a as extension for shared libraries through AIX4.2
10260 # and later when we are not doing run time linking.
10261 library_names_spec='${libname}${release}.a $libname.a'
10262 soname_spec='${libname}${release}${shared_ext}$major'
10264 shlibpath_var=LIBPATH
10268 amigaos*)
10269 case $host_cpu in
10270 powerpc)
10271 # Since July 2007 AmigaOS4 officially supports .so libraries.
10272 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10273 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10275 m68k)
10276 library_names_spec='$libname.ixlibrary $libname.a'
10277 # Create ${libname}_ixlibrary.a entries in /sys/libs.
10278 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'
10280 esac
10283 beos*)
10284 library_names_spec='${libname}${shared_ext}'
10285 dynamic_linker="$host_os ld.so"
10286 shlibpath_var=LIBRARY_PATH
10289 bsdi[45]*)
10290 version_type=linux
10291 need_version=no
10292 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10293 soname_spec='${libname}${release}${shared_ext}$major'
10294 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10295 shlibpath_var=LD_LIBRARY_PATH
10296 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10297 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10298 # the default ld.so.conf also contains /usr/contrib/lib and
10299 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10300 # libtool to hard-code these into programs
10303 cygwin* | mingw* | pw32* | cegcc*)
10304 version_type=windows
10305 shrext_cmds=".dll"
10306 need_version=no
10307 need_lib_prefix=no
10309 case $GCC,$host_os in
10310 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
10311 library_names_spec='$libname.dll.a'
10312 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10313 postinstall_cmds='base_file=`basename \${file}`~
10314 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10315 dldir=$destdir/`dirname \$dlpath`~
10316 test -d \$dldir || mkdir -p \$dldir~
10317 $install_prog $dir/$dlname \$dldir/$dlname~
10318 chmod a+x \$dldir/$dlname~
10319 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10320 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10322 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10323 dlpath=$dir/\$dldll~
10324 $RM \$dlpath'
10325 shlibpath_overrides_runpath=yes
10327 case $host_os in
10328 cygwin*)
10329 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10330 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10332 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
10334 mingw* | cegcc*)
10335 # MinGW DLLs use traditional 'lib' prefix
10336 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10338 pw32*)
10339 # pw32 DLLs use 'pw' prefix rather than 'lib'
10340 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10342 esac
10346 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
10348 esac
10349 dynamic_linker='Win32 ld.exe'
10350 # FIXME: first we should search . and the directory the executable is in
10351 shlibpath_var=PATH
10354 darwin* | rhapsody*)
10355 dynamic_linker="$host_os dyld"
10356 version_type=darwin
10357 need_lib_prefix=no
10358 need_version=no
10359 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10360 soname_spec='${libname}${release}${major}$shared_ext'
10361 shlibpath_overrides_runpath=yes
10362 shlibpath_var=DYLD_LIBRARY_PATH
10363 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
10365 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10366 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10369 dgux*)
10370 version_type=linux
10371 need_lib_prefix=no
10372 need_version=no
10373 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10374 soname_spec='${libname}${release}${shared_ext}$major'
10375 shlibpath_var=LD_LIBRARY_PATH
10378 freebsd* | dragonfly*)
10379 # DragonFly does not have aout. When/if they implement a new
10380 # versioning mechanism, adjust this.
10381 if test -x /usr/bin/objformat; then
10382 objformat=`/usr/bin/objformat`
10383 else
10384 case $host_os in
10385 freebsd[23].*) objformat=aout ;;
10386 *) objformat=elf ;;
10387 esac
10389 version_type=freebsd-$objformat
10390 case $version_type in
10391 freebsd-elf*)
10392 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10393 need_version=no
10394 need_lib_prefix=no
10396 freebsd-*)
10397 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10398 need_version=yes
10400 esac
10401 shlibpath_var=LD_LIBRARY_PATH
10402 case $host_os in
10403 freebsd2.*)
10404 shlibpath_overrides_runpath=yes
10406 freebsd3.[01]* | freebsdelf3.[01]*)
10407 shlibpath_overrides_runpath=yes
10408 hardcode_into_libs=yes
10410 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10411 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10412 shlibpath_overrides_runpath=no
10413 hardcode_into_libs=yes
10415 *) # from 4.6 on, and DragonFly
10416 shlibpath_overrides_runpath=yes
10417 hardcode_into_libs=yes
10419 esac
10422 gnu*)
10423 version_type=linux
10424 need_lib_prefix=no
10425 need_version=no
10426 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10427 soname_spec='${libname}${release}${shared_ext}$major'
10428 shlibpath_var=LD_LIBRARY_PATH
10429 hardcode_into_libs=yes
10432 haiku*)
10433 version_type=linux
10434 need_lib_prefix=no
10435 need_version=no
10436 dynamic_linker="$host_os runtime_loader"
10437 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10438 soname_spec='${libname}${release}${shared_ext}$major'
10439 shlibpath_var=LIBRARY_PATH
10440 shlibpath_overrides_runpath=yes
10441 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
10442 hardcode_into_libs=yes
10445 hpux9* | hpux10* | hpux11*)
10446 # Give a soname corresponding to the major version so that dld.sl refuses to
10447 # link against other versions.
10448 version_type=sunos
10449 need_lib_prefix=no
10450 need_version=no
10451 case $host_cpu in
10452 ia64*)
10453 shrext_cmds='.so'
10454 hardcode_into_libs=yes
10455 dynamic_linker="$host_os dld.so"
10456 shlibpath_var=LD_LIBRARY_PATH
10457 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10458 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10459 soname_spec='${libname}${release}${shared_ext}$major'
10460 if test "X$HPUX_IA64_MODE" = X32; then
10461 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10462 else
10463 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10465 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10467 hppa*64*)
10468 shrext_cmds='.sl'
10469 hardcode_into_libs=yes
10470 dynamic_linker="$host_os dld.sl"
10471 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10472 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10473 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10474 soname_spec='${libname}${release}${shared_ext}$major'
10475 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10476 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10479 shrext_cmds='.sl'
10480 dynamic_linker="$host_os dld.sl"
10481 shlibpath_var=SHLIB_PATH
10482 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10483 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10484 soname_spec='${libname}${release}${shared_ext}$major'
10486 esac
10487 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
10488 postinstall_cmds='chmod 555 $lib'
10489 # or fails outright, so override atomically:
10490 install_override_mode=555
10493 interix[3-9]*)
10494 version_type=linux
10495 need_lib_prefix=no
10496 need_version=no
10497 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10498 soname_spec='${libname}${release}${shared_ext}$major'
10499 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10500 shlibpath_var=LD_LIBRARY_PATH
10501 shlibpath_overrides_runpath=no
10502 hardcode_into_libs=yes
10505 irix5* | irix6* | nonstopux*)
10506 case $host_os in
10507 nonstopux*) version_type=nonstopux ;;
10509 if test "$lt_cv_prog_gnu_ld" = yes; then
10510 version_type=linux
10511 else
10512 version_type=irix
10513 fi ;;
10514 esac
10515 need_lib_prefix=no
10516 need_version=no
10517 soname_spec='${libname}${release}${shared_ext}$major'
10518 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10519 case $host_os in
10520 irix5* | nonstopux*)
10521 libsuff= shlibsuff=
10524 case $LD in # libtool.m4 will add one of these switches to LD
10525 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10526 libsuff= shlibsuff= libmagic=32-bit;;
10527 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10528 libsuff=32 shlibsuff=N32 libmagic=N32;;
10529 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10530 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10531 *) libsuff= shlibsuff= libmagic=never-match;;
10532 esac
10534 esac
10535 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10536 shlibpath_overrides_runpath=no
10537 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10538 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10539 hardcode_into_libs=yes
10542 # No shared lib support for Linux oldld, aout, or coff.
10543 linux*oldld* | linux*aout* | linux*coff*)
10544 dynamic_linker=no
10547 # This must be Linux ELF.
10548 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10549 version_type=linux
10550 need_lib_prefix=no
10551 need_version=no
10552 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10553 soname_spec='${libname}${release}${shared_ext}$major'
10554 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10555 shlibpath_var=LD_LIBRARY_PATH
10556 shlibpath_overrides_runpath=no
10558 # Some binutils ld are patched to set DT_RUNPATH
10559 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
10560 $as_echo_n "(cached) " >&6
10561 else
10562 lt_cv_shlibpath_overrides_runpath=no
10563 save_LDFLAGS=$LDFLAGS
10564 save_libdir=$libdir
10565 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10566 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10567 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10568 /* end confdefs.h. */
10571 main ()
10575 return 0;
10577 _ACEOF
10578 if ac_fn_c_try_link "$LINENO"; then :
10579 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10580 lt_cv_shlibpath_overrides_runpath=yes
10583 rm -f core conftest.err conftest.$ac_objext \
10584 conftest$ac_exeext conftest.$ac_ext
10585 LDFLAGS=$save_LDFLAGS
10586 libdir=$save_libdir
10590 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
10592 # This implies no fast_install, which is unacceptable.
10593 # Some rework will be needed to allow for fast_install
10594 # before this can be enabled.
10595 hardcode_into_libs=yes
10597 # Append ld.so.conf contents to the search path
10598 if test -f /etc/ld.so.conf; then
10599 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' ' '`
10600 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
10603 # We used to test for /lib/ld.so.1 and disable shared libraries on
10604 # powerpc, because MkLinux only supported shared libraries with the
10605 # GNU dynamic linker. Since this was broken with cross compilers,
10606 # most powerpc-linux boxes support dynamic linking these days and
10607 # people can always --disable-shared, the test was removed, and we
10608 # assume the GNU/Linux dynamic linker is in use.
10609 dynamic_linker='GNU/Linux ld.so'
10612 netbsd*)
10613 version_type=sunos
10614 need_lib_prefix=no
10615 need_version=no
10616 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10617 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10618 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10619 dynamic_linker='NetBSD (a.out) ld.so'
10620 else
10621 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10622 soname_spec='${libname}${release}${shared_ext}$major'
10623 dynamic_linker='NetBSD ld.elf_so'
10625 shlibpath_var=LD_LIBRARY_PATH
10626 shlibpath_overrides_runpath=yes
10627 hardcode_into_libs=yes
10630 newsos6)
10631 version_type=linux
10632 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10633 shlibpath_var=LD_LIBRARY_PATH
10634 shlibpath_overrides_runpath=yes
10637 *nto* | *qnx*)
10638 version_type=qnx
10639 need_lib_prefix=no
10640 need_version=no
10641 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10642 soname_spec='${libname}${release}${shared_ext}$major'
10643 shlibpath_var=LD_LIBRARY_PATH
10644 shlibpath_overrides_runpath=no
10645 hardcode_into_libs=yes
10646 dynamic_linker='ldqnx.so'
10649 openbsd*)
10650 version_type=sunos
10651 sys_lib_dlsearch_path_spec="/usr/lib"
10652 need_lib_prefix=no
10653 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10654 case $host_os in
10655 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10656 *) need_version=no ;;
10657 esac
10658 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10659 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10660 shlibpath_var=LD_LIBRARY_PATH
10661 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10662 case $host_os in
10663 openbsd2.[89] | openbsd2.[89].*)
10664 shlibpath_overrides_runpath=no
10667 shlibpath_overrides_runpath=yes
10669 esac
10670 else
10671 shlibpath_overrides_runpath=yes
10675 os2*)
10676 libname_spec='$name'
10677 shrext_cmds=".dll"
10678 need_lib_prefix=no
10679 library_names_spec='$libname${shared_ext} $libname.a'
10680 dynamic_linker='OS/2 ld.exe'
10681 shlibpath_var=LIBPATH
10684 osf3* | osf4* | osf5*)
10685 version_type=osf
10686 need_lib_prefix=no
10687 need_version=no
10688 soname_spec='${libname}${release}${shared_ext}$major'
10689 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10690 shlibpath_var=LD_LIBRARY_PATH
10691 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10692 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10695 rdos*)
10696 dynamic_linker=no
10699 solaris*)
10700 version_type=linux
10701 need_lib_prefix=no
10702 need_version=no
10703 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10704 soname_spec='${libname}${release}${shared_ext}$major'
10705 shlibpath_var=LD_LIBRARY_PATH
10706 shlibpath_overrides_runpath=yes
10707 hardcode_into_libs=yes
10708 # ldd complains unless libraries are executable
10709 postinstall_cmds='chmod +x $lib'
10712 sunos4*)
10713 version_type=sunos
10714 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10715 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10716 shlibpath_var=LD_LIBRARY_PATH
10717 shlibpath_overrides_runpath=yes
10718 if test "$with_gnu_ld" = yes; then
10719 need_lib_prefix=no
10721 need_version=yes
10724 sysv4 | sysv4.3*)
10725 version_type=linux
10726 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10727 soname_spec='${libname}${release}${shared_ext}$major'
10728 shlibpath_var=LD_LIBRARY_PATH
10729 case $host_vendor in
10730 sni)
10731 shlibpath_overrides_runpath=no
10732 need_lib_prefix=no
10733 runpath_var=LD_RUN_PATH
10735 siemens)
10736 need_lib_prefix=no
10738 motorola)
10739 need_lib_prefix=no
10740 need_version=no
10741 shlibpath_overrides_runpath=no
10742 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10744 esac
10747 sysv4*MP*)
10748 if test -d /usr/nec ;then
10749 version_type=linux
10750 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10751 soname_spec='$libname${shared_ext}.$major'
10752 shlibpath_var=LD_LIBRARY_PATH
10756 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10757 version_type=freebsd-elf
10758 need_lib_prefix=no
10759 need_version=no
10760 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10761 soname_spec='${libname}${release}${shared_ext}$major'
10762 shlibpath_var=LD_LIBRARY_PATH
10763 shlibpath_overrides_runpath=yes
10764 hardcode_into_libs=yes
10765 if test "$with_gnu_ld" = yes; then
10766 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10767 else
10768 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10769 case $host_os in
10770 sco3.2v5*)
10771 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10773 esac
10775 sys_lib_dlsearch_path_spec='/usr/lib'
10778 tpf*)
10779 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10780 version_type=linux
10781 need_lib_prefix=no
10782 need_version=no
10783 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10784 shlibpath_var=LD_LIBRARY_PATH
10785 shlibpath_overrides_runpath=no
10786 hardcode_into_libs=yes
10789 uts4*)
10790 version_type=linux
10791 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10792 soname_spec='${libname}${release}${shared_ext}$major'
10793 shlibpath_var=LD_LIBRARY_PATH
10797 dynamic_linker=no
10799 esac
10800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
10801 $as_echo "$dynamic_linker" >&6; }
10802 test "$dynamic_linker" = no && can_build_shared=no
10804 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10805 if test "$GCC" = yes; then
10806 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10809 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10810 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10812 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10813 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10907 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
10908 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10909 hardcode_action=
10910 if test -n "$hardcode_libdir_flag_spec" ||
10911 test -n "$runpath_var" ||
10912 test "X$hardcode_automatic" = "Xyes" ; then
10914 # We can hardcode non-existent directories.
10915 if test "$hardcode_direct" != no &&
10916 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10917 # have to relink, otherwise we might link with an installed library
10918 # when we should be linking with a yet-to-be-installed one
10919 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10920 test "$hardcode_minus_L" != no; then
10921 # Linking always hardcodes the temporary library directory.
10922 hardcode_action=relink
10923 else
10924 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10925 hardcode_action=immediate
10927 else
10928 # We cannot hardcode anything, or else we can only hardcode existing
10929 # directories.
10930 hardcode_action=unsupported
10932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
10933 $as_echo "$hardcode_action" >&6; }
10935 if test "$hardcode_action" = relink ||
10936 test "$inherit_rpath" = yes; then
10937 # Fast installation is not supported
10938 enable_fast_install=no
10939 elif test "$shlibpath_overrides_runpath" = yes ||
10940 test "$enable_shared" = no; then
10941 # Fast installation is not necessary
10942 enable_fast_install=needless
10950 if test "x$enable_dlopen" != xyes; then
10951 enable_dlopen=unknown
10952 enable_dlopen_self=unknown
10953 enable_dlopen_self_static=unknown
10954 else
10955 lt_cv_dlopen=no
10956 lt_cv_dlopen_libs=
10958 case $host_os in
10959 beos*)
10960 lt_cv_dlopen="load_add_on"
10961 lt_cv_dlopen_libs=
10962 lt_cv_dlopen_self=yes
10965 mingw* | pw32* | cegcc*)
10966 lt_cv_dlopen="LoadLibrary"
10967 lt_cv_dlopen_libs=
10970 cygwin*)
10971 lt_cv_dlopen="dlopen"
10972 lt_cv_dlopen_libs=
10975 darwin*)
10976 # if libdl is installed we need to link against it
10977 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
10978 $as_echo_n "checking for dlopen in -ldl... " >&6; }
10979 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
10980 $as_echo_n "(cached) " >&6
10981 else
10982 ac_check_lib_save_LIBS=$LIBS
10983 LIBS="-ldl $LIBS"
10984 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10985 /* end confdefs.h. */
10987 /* Override any GCC internal prototype to avoid an error.
10988 Use char because int might match the return type of a GCC
10989 builtin and then its argument prototype would still apply. */
10990 #ifdef __cplusplus
10991 extern "C"
10992 #endif
10993 char dlopen ();
10995 main ()
10997 return dlopen ();
10999 return 0;
11001 _ACEOF
11002 if ac_fn_c_try_link "$LINENO"; then :
11003 ac_cv_lib_dl_dlopen=yes
11004 else
11005 ac_cv_lib_dl_dlopen=no
11007 rm -f core conftest.err conftest.$ac_objext \
11008 conftest$ac_exeext conftest.$ac_ext
11009 LIBS=$ac_check_lib_save_LIBS
11011 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11012 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11013 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11014 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11015 else
11017 lt_cv_dlopen="dyld"
11018 lt_cv_dlopen_libs=
11019 lt_cv_dlopen_self=yes
11026 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
11027 if test "x$ac_cv_func_shl_load" = x""yes; then :
11028 lt_cv_dlopen="shl_load"
11029 else
11030 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
11031 $as_echo_n "checking for shl_load in -ldld... " >&6; }
11032 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
11033 $as_echo_n "(cached) " >&6
11034 else
11035 ac_check_lib_save_LIBS=$LIBS
11036 LIBS="-ldld $LIBS"
11037 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11038 /* end confdefs.h. */
11040 /* Override any GCC internal prototype to avoid an error.
11041 Use char because int might match the return type of a GCC
11042 builtin and then its argument prototype would still apply. */
11043 #ifdef __cplusplus
11044 extern "C"
11045 #endif
11046 char shl_load ();
11048 main ()
11050 return shl_load ();
11052 return 0;
11054 _ACEOF
11055 if ac_fn_c_try_link "$LINENO"; then :
11056 ac_cv_lib_dld_shl_load=yes
11057 else
11058 ac_cv_lib_dld_shl_load=no
11060 rm -f core conftest.err conftest.$ac_objext \
11061 conftest$ac_exeext conftest.$ac_ext
11062 LIBS=$ac_check_lib_save_LIBS
11064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
11065 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
11066 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
11067 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
11068 else
11069 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
11070 if test "x$ac_cv_func_dlopen" = x""yes; then :
11071 lt_cv_dlopen="dlopen"
11072 else
11073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
11074 $as_echo_n "checking for dlopen in -ldl... " >&6; }
11075 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
11076 $as_echo_n "(cached) " >&6
11077 else
11078 ac_check_lib_save_LIBS=$LIBS
11079 LIBS="-ldl $LIBS"
11080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11081 /* end confdefs.h. */
11083 /* Override any GCC internal prototype to avoid an error.
11084 Use char because int might match the return type of a GCC
11085 builtin and then its argument prototype would still apply. */
11086 #ifdef __cplusplus
11087 extern "C"
11088 #endif
11089 char dlopen ();
11091 main ()
11093 return dlopen ();
11095 return 0;
11097 _ACEOF
11098 if ac_fn_c_try_link "$LINENO"; then :
11099 ac_cv_lib_dl_dlopen=yes
11100 else
11101 ac_cv_lib_dl_dlopen=no
11103 rm -f core conftest.err conftest.$ac_objext \
11104 conftest$ac_exeext conftest.$ac_ext
11105 LIBS=$ac_check_lib_save_LIBS
11107 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
11108 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
11109 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
11110 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
11111 else
11112 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
11113 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
11114 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
11115 $as_echo_n "(cached) " >&6
11116 else
11117 ac_check_lib_save_LIBS=$LIBS
11118 LIBS="-lsvld $LIBS"
11119 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11120 /* end confdefs.h. */
11122 /* Override any GCC internal prototype to avoid an error.
11123 Use char because int might match the return type of a GCC
11124 builtin and then its argument prototype would still apply. */
11125 #ifdef __cplusplus
11126 extern "C"
11127 #endif
11128 char dlopen ();
11130 main ()
11132 return dlopen ();
11134 return 0;
11136 _ACEOF
11137 if ac_fn_c_try_link "$LINENO"; then :
11138 ac_cv_lib_svld_dlopen=yes
11139 else
11140 ac_cv_lib_svld_dlopen=no
11142 rm -f core conftest.err conftest.$ac_objext \
11143 conftest$ac_exeext conftest.$ac_ext
11144 LIBS=$ac_check_lib_save_LIBS
11146 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
11147 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11148 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
11149 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11150 else
11151 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
11152 $as_echo_n "checking for dld_link in -ldld... " >&6; }
11153 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
11154 $as_echo_n "(cached) " >&6
11155 else
11156 ac_check_lib_save_LIBS=$LIBS
11157 LIBS="-ldld $LIBS"
11158 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11159 /* end confdefs.h. */
11161 /* Override any GCC internal prototype to avoid an error.
11162 Use char because int might match the return type of a GCC
11163 builtin and then its argument prototype would still apply. */
11164 #ifdef __cplusplus
11165 extern "C"
11166 #endif
11167 char dld_link ();
11169 main ()
11171 return dld_link ();
11173 return 0;
11175 _ACEOF
11176 if ac_fn_c_try_link "$LINENO"; then :
11177 ac_cv_lib_dld_dld_link=yes
11178 else
11179 ac_cv_lib_dld_dld_link=no
11181 rm -f core conftest.err conftest.$ac_objext \
11182 conftest$ac_exeext conftest.$ac_ext
11183 LIBS=$ac_check_lib_save_LIBS
11185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
11186 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11187 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
11188 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11207 esac
11209 if test "x$lt_cv_dlopen" != xno; then
11210 enable_dlopen=yes
11211 else
11212 enable_dlopen=no
11215 case $lt_cv_dlopen in
11216 dlopen)
11217 save_CPPFLAGS="$CPPFLAGS"
11218 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
11220 save_LDFLAGS="$LDFLAGS"
11221 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
11223 save_LIBS="$LIBS"
11224 LIBS="$lt_cv_dlopen_libs $LIBS"
11226 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
11227 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
11228 if test "${lt_cv_dlopen_self+set}" = set; then :
11229 $as_echo_n "(cached) " >&6
11230 else
11231 if test "$cross_compiling" = yes; then :
11232 lt_cv_dlopen_self=cross
11233 else
11234 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11235 lt_status=$lt_dlunknown
11236 cat > conftest.$ac_ext <<_LT_EOF
11237 #line 11237 "configure"
11238 #include "confdefs.h"
11240 #if HAVE_DLFCN_H
11241 #include <dlfcn.h>
11242 #endif
11244 #include <stdio.h>
11246 #ifdef RTLD_GLOBAL
11247 # define LT_DLGLOBAL RTLD_GLOBAL
11248 #else
11249 # ifdef DL_GLOBAL
11250 # define LT_DLGLOBAL DL_GLOBAL
11251 # else
11252 # define LT_DLGLOBAL 0
11253 # endif
11254 #endif
11256 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11257 find out it does not work in some platform. */
11258 #ifndef LT_DLLAZY_OR_NOW
11259 # ifdef RTLD_LAZY
11260 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11261 # else
11262 # ifdef DL_LAZY
11263 # define LT_DLLAZY_OR_NOW DL_LAZY
11264 # else
11265 # ifdef RTLD_NOW
11266 # define LT_DLLAZY_OR_NOW RTLD_NOW
11267 # else
11268 # ifdef DL_NOW
11269 # define LT_DLLAZY_OR_NOW DL_NOW
11270 # else
11271 # define LT_DLLAZY_OR_NOW 0
11272 # endif
11273 # endif
11274 # endif
11275 # endif
11276 #endif
11278 /* When -fvisbility=hidden is used, assume the code has been annotated
11279 correspondingly for the symbols needed. */
11280 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11281 void fnord () __attribute__((visibility("default")));
11282 #endif
11284 void fnord () { int i=42; }
11285 int main ()
11287 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11288 int status = $lt_dlunknown;
11290 if (self)
11292 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11293 else
11295 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11296 else puts (dlerror ());
11298 /* dlclose (self); */
11300 else
11301 puts (dlerror ());
11303 return status;
11305 _LT_EOF
11306 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11307 (eval $ac_link) 2>&5
11308 ac_status=$?
11309 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11310 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11311 (./conftest; exit; ) >&5 2>/dev/null
11312 lt_status=$?
11313 case x$lt_status in
11314 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11315 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11316 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11317 esac
11318 else :
11319 # compilation failed
11320 lt_cv_dlopen_self=no
11323 rm -fr conftest*
11327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
11328 $as_echo "$lt_cv_dlopen_self" >&6; }
11330 if test "x$lt_cv_dlopen_self" = xyes; then
11331 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11332 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
11333 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11334 if test "${lt_cv_dlopen_self_static+set}" = set; then :
11335 $as_echo_n "(cached) " >&6
11336 else
11337 if test "$cross_compiling" = yes; then :
11338 lt_cv_dlopen_self_static=cross
11339 else
11340 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11341 lt_status=$lt_dlunknown
11342 cat > conftest.$ac_ext <<_LT_EOF
11343 #line 11343 "configure"
11344 #include "confdefs.h"
11346 #if HAVE_DLFCN_H
11347 #include <dlfcn.h>
11348 #endif
11350 #include <stdio.h>
11352 #ifdef RTLD_GLOBAL
11353 # define LT_DLGLOBAL RTLD_GLOBAL
11354 #else
11355 # ifdef DL_GLOBAL
11356 # define LT_DLGLOBAL DL_GLOBAL
11357 # else
11358 # define LT_DLGLOBAL 0
11359 # endif
11360 #endif
11362 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11363 find out it does not work in some platform. */
11364 #ifndef LT_DLLAZY_OR_NOW
11365 # ifdef RTLD_LAZY
11366 # define LT_DLLAZY_OR_NOW RTLD_LAZY
11367 # else
11368 # ifdef DL_LAZY
11369 # define LT_DLLAZY_OR_NOW DL_LAZY
11370 # else
11371 # ifdef RTLD_NOW
11372 # define LT_DLLAZY_OR_NOW RTLD_NOW
11373 # else
11374 # ifdef DL_NOW
11375 # define LT_DLLAZY_OR_NOW DL_NOW
11376 # else
11377 # define LT_DLLAZY_OR_NOW 0
11378 # endif
11379 # endif
11380 # endif
11381 # endif
11382 #endif
11384 /* When -fvisbility=hidden is used, assume the code has been annotated
11385 correspondingly for the symbols needed. */
11386 #if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11387 void fnord () __attribute__((visibility("default")));
11388 #endif
11390 void fnord () { int i=42; }
11391 int main ()
11393 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11394 int status = $lt_dlunknown;
11396 if (self)
11398 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11399 else
11401 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11402 else puts (dlerror ());
11404 /* dlclose (self); */
11406 else
11407 puts (dlerror ());
11409 return status;
11411 _LT_EOF
11412 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
11413 (eval $ac_link) 2>&5
11414 ac_status=$?
11415 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11416 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
11417 (./conftest; exit; ) >&5 2>/dev/null
11418 lt_status=$?
11419 case x$lt_status in
11420 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11421 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11422 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11423 esac
11424 else :
11425 # compilation failed
11426 lt_cv_dlopen_self_static=no
11429 rm -fr conftest*
11433 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
11434 $as_echo "$lt_cv_dlopen_self_static" >&6; }
11437 CPPFLAGS="$save_CPPFLAGS"
11438 LDFLAGS="$save_LDFLAGS"
11439 LIBS="$save_LIBS"
11441 esac
11443 case $lt_cv_dlopen_self in
11444 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11445 *) enable_dlopen_self=unknown ;;
11446 esac
11448 case $lt_cv_dlopen_self_static in
11449 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11450 *) enable_dlopen_self_static=unknown ;;
11451 esac
11470 striplib=
11471 old_striplib=
11472 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
11473 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
11474 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11475 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11476 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11477 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11478 $as_echo "yes" >&6; }
11479 else
11480 # FIXME - insert some real tests, host_os isn't really good enough
11481 case $host_os in
11482 darwin*)
11483 if test -n "$STRIP" ; then
11484 striplib="$STRIP -x"
11485 old_striplib="$STRIP -S"
11486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
11487 $as_echo "yes" >&6; }
11488 else
11489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11490 $as_echo "no" >&6; }
11494 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
11495 $as_echo "no" >&6; }
11497 esac
11511 # Report which library types will actually be built
11512 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
11513 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
11514 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
11515 $as_echo "$can_build_shared" >&6; }
11517 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
11518 $as_echo_n "checking whether to build shared libraries... " >&6; }
11519 test "$can_build_shared" = "no" && enable_shared=no
11521 # On AIX, shared libraries and static libraries use the same namespace, and
11522 # are all built from PIC.
11523 case $host_os in
11524 aix3*)
11525 test "$enable_shared" = yes && enable_static=no
11526 if test -n "$RANLIB"; then
11527 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11528 postinstall_cmds='$RANLIB $lib'
11532 aix[4-9]*)
11533 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11534 test "$enable_shared" = yes && enable_static=no
11537 esac
11538 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
11539 $as_echo "$enable_shared" >&6; }
11541 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
11542 $as_echo_n "checking whether to build static libraries... " >&6; }
11543 # Make sure either enable_shared or enable_static is yes.
11544 test "$enable_shared" = yes || enable_static=yes
11545 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
11546 $as_echo "$enable_static" >&6; }
11552 ac_ext=c
11553 ac_cpp='$CPP $CPPFLAGS'
11554 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11555 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11556 ac_compiler_gnu=$ac_cv_c_compiler_gnu
11558 CC="$lt_save_CC"
11572 ac_config_commands="$ac_config_commands libtool"
11577 # Only expand once:
11583 XCFLAGS="-Wall -Wextra"
11586 if test "${multilib}" = "yes"; then
11587 multilib_arg="--enable-multilib"
11588 else
11589 multilib_arg=
11592 # Determine what GCC version number to use in filesystem paths.
11594 get_gcc_base_ver="cat"
11596 # Check whether --with-gcc-major-version-only was given.
11597 if test "${with_gcc_major_version_only+set}" = set; then :
11598 withval=$with_gcc_major_version_only; if test x$with_gcc_major_version_only = xyes ; then
11599 get_gcc_base_ver="sed -e 's/^\([0-9]*\).*\$\$/\1/'"
11607 ac_config_files="$ac_config_files Makefile libmpx.spec"
11609 ac_config_headers="$ac_config_headers config.h"
11611 ac_config_files="$ac_config_files mpxrt/Makefile mpxwrap/Makefile"
11614 cat >confcache <<\_ACEOF
11615 # This file is a shell script that caches the results of configure
11616 # tests run on this system so they can be shared between configure
11617 # scripts and configure runs, see configure's option --config-cache.
11618 # It is not useful on other systems. If it contains results you don't
11619 # want to keep, you may remove or edit it.
11621 # config.status only pays attention to the cache file if you give it
11622 # the --recheck option to rerun configure.
11624 # `ac_cv_env_foo' variables (set or unset) will be overridden when
11625 # loading this file, other *unset* `ac_cv_foo' will be assigned the
11626 # following values.
11628 _ACEOF
11630 # The following way of writing the cache mishandles newlines in values,
11631 # but we know of no workaround that is simple, portable, and efficient.
11632 # So, we kill variables containing newlines.
11633 # Ultrix sh set writes to stderr and can't be redirected directly,
11634 # and sets the high bit in the cache file unless we assign to the vars.
11636 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11637 eval ac_val=\$$ac_var
11638 case $ac_val in #(
11639 *${as_nl}*)
11640 case $ac_var in #(
11641 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
11642 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11643 esac
11644 case $ac_var in #(
11645 _ | IFS | as_nl) ;; #(
11646 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11647 *) { eval $ac_var=; unset $ac_var;} ;;
11648 esac ;;
11649 esac
11650 done
11652 (set) 2>&1 |
11653 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11654 *${as_nl}ac_space=\ *)
11655 # `set' does not quote correctly, so add quotes: double-quote
11656 # substitution turns \\\\ into \\, and sed turns \\ into \.
11657 sed -n \
11658 "s/'/'\\\\''/g;
11659 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11660 ;; #(
11662 # `set' quotes correctly as required by POSIX, so do not add quotes.
11663 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11665 esac |
11666 sort
11668 sed '
11669 /^ac_cv_env_/b end
11670 t clear
11671 :clear
11672 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11673 t end
11674 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11675 :end' >>confcache
11676 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11677 if test -w "$cache_file"; then
11678 test "x$cache_file" != "x/dev/null" &&
11679 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11680 $as_echo "$as_me: updating cache $cache_file" >&6;}
11681 cat confcache >$cache_file
11682 else
11683 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11684 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11687 rm -f confcache
11689 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11690 # Let make expand exec_prefix.
11691 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11693 DEFS=-DHAVE_CONFIG_H
11695 ac_libobjs=
11696 ac_ltlibobjs=
11697 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11698 # 1. Remove the extension, and $U if already installed.
11699 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11700 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11701 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11702 # will be set to the directory where LIBOBJS objects are built.
11703 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11704 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11705 done
11706 LIBOBJS=$ac_libobjs
11708 LTLIBOBJS=$ac_ltlibobjs
11711 if test -z "${LIBMPX_SUPPORTED_TRUE}" && test -z "${LIBMPX_SUPPORTED_FALSE}"; then
11712 as_fn_error "conditional \"LIBMPX_SUPPORTED\" was never defined.
11713 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11715 if test -n "$EXEEXT"; then
11716 am__EXEEXT_TRUE=
11717 am__EXEEXT_FALSE='#'
11718 else
11719 am__EXEEXT_TRUE='#'
11720 am__EXEEXT_FALSE=
11723 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11724 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11725 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11727 if test -z "${MPX_AS_SUPPORTED_TRUE}" && test -z "${MPX_AS_SUPPORTED_FALSE}"; then
11728 as_fn_error "conditional \"MPX_AS_SUPPORTED\" was never defined.
11729 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11732 : ${CONFIG_STATUS=./config.status}
11733 ac_write_fail=0
11734 ac_clean_files_save=$ac_clean_files
11735 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11736 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11737 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11738 as_write_fail=0
11739 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11740 #! $SHELL
11741 # Generated by $as_me.
11742 # Run this file to recreate the current configuration.
11743 # Compiler output produced by configure, useful for debugging
11744 # configure, is in config.log if it exists.
11746 debug=false
11747 ac_cs_recheck=false
11748 ac_cs_silent=false
11750 SHELL=\${CONFIG_SHELL-$SHELL}
11751 export SHELL
11752 _ASEOF
11753 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11754 ## -------------------- ##
11755 ## M4sh Initialization. ##
11756 ## -------------------- ##
11758 # Be more Bourne compatible
11759 DUALCASE=1; export DUALCASE # for MKS sh
11760 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11761 emulate sh
11762 NULLCMD=:
11763 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11764 # is contrary to our usage. Disable this feature.
11765 alias -g '${1+"$@"}'='"$@"'
11766 setopt NO_GLOB_SUBST
11767 else
11768 case `(set -o) 2>/dev/null` in #(
11769 *posix*) :
11770 set -o posix ;; #(
11771 *) :
11773 esac
11777 as_nl='
11779 export as_nl
11780 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11781 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11782 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11783 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11784 # Prefer a ksh shell builtin over an external printf program on Solaris,
11785 # but without wasting forks for bash or zsh.
11786 if test -z "$BASH_VERSION$ZSH_VERSION" \
11787 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11788 as_echo='print -r --'
11789 as_echo_n='print -rn --'
11790 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11791 as_echo='printf %s\n'
11792 as_echo_n='printf %s'
11793 else
11794 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11795 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11796 as_echo_n='/usr/ucb/echo -n'
11797 else
11798 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11799 as_echo_n_body='eval
11800 arg=$1;
11801 case $arg in #(
11802 *"$as_nl"*)
11803 expr "X$arg" : "X\\(.*\\)$as_nl";
11804 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11805 esac;
11806 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11808 export as_echo_n_body
11809 as_echo_n='sh -c $as_echo_n_body as_echo'
11811 export as_echo_body
11812 as_echo='sh -c $as_echo_body as_echo'
11815 # The user is always right.
11816 if test "${PATH_SEPARATOR+set}" != set; then
11817 PATH_SEPARATOR=:
11818 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11819 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11820 PATH_SEPARATOR=';'
11825 # IFS
11826 # We need space, tab and new line, in precisely that order. Quoting is
11827 # there to prevent editors from complaining about space-tab.
11828 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11829 # splitting by setting IFS to empty value.)
11830 IFS=" "" $as_nl"
11832 # Find who we are. Look in the path if we contain no directory separator.
11833 case $0 in #((
11834 *[\\/]* ) as_myself=$0 ;;
11835 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11836 for as_dir in $PATH
11838 IFS=$as_save_IFS
11839 test -z "$as_dir" && as_dir=.
11840 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11841 done
11842 IFS=$as_save_IFS
11845 esac
11846 # We did not find ourselves, most probably we were run as `sh COMMAND'
11847 # in which case we are not to be found in the path.
11848 if test "x$as_myself" = x; then
11849 as_myself=$0
11851 if test ! -f "$as_myself"; then
11852 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11853 exit 1
11856 # Unset variables that we do not need and which cause bugs (e.g. in
11857 # pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11858 # suppresses any "Segmentation fault" message there. '((' could
11859 # trigger a bug in pdksh 5.2.14.
11860 for as_var in BASH_ENV ENV MAIL MAILPATH
11861 do eval test x\${$as_var+set} = xset \
11862 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11863 done
11864 PS1='$ '
11865 PS2='> '
11866 PS4='+ '
11868 # NLS nuisances.
11869 LC_ALL=C
11870 export LC_ALL
11871 LANGUAGE=C
11872 export LANGUAGE
11874 # CDPATH.
11875 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11878 # as_fn_error ERROR [LINENO LOG_FD]
11879 # ---------------------------------
11880 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11881 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11882 # script with status $?, using 1 if that was 0.
11883 as_fn_error ()
11885 as_status=$?; test $as_status -eq 0 && as_status=1
11886 if test "$3"; then
11887 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11888 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11890 $as_echo "$as_me: error: $1" >&2
11891 as_fn_exit $as_status
11892 } # as_fn_error
11895 # as_fn_set_status STATUS
11896 # -----------------------
11897 # Set $? to STATUS, without forking.
11898 as_fn_set_status ()
11900 return $1
11901 } # as_fn_set_status
11903 # as_fn_exit STATUS
11904 # -----------------
11905 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11906 as_fn_exit ()
11908 set +e
11909 as_fn_set_status $1
11910 exit $1
11911 } # as_fn_exit
11913 # as_fn_unset VAR
11914 # ---------------
11915 # Portably unset VAR.
11916 as_fn_unset ()
11918 { eval $1=; unset $1;}
11920 as_unset=as_fn_unset
11921 # as_fn_append VAR VALUE
11922 # ----------------------
11923 # Append the text in VALUE to the end of the definition contained in VAR. Take
11924 # advantage of any shell optimizations that allow amortized linear growth over
11925 # repeated appends, instead of the typical quadratic growth present in naive
11926 # implementations.
11927 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11928 eval 'as_fn_append ()
11930 eval $1+=\$2
11932 else
11933 as_fn_append ()
11935 eval $1=\$$1\$2
11937 fi # as_fn_append
11939 # as_fn_arith ARG...
11940 # ------------------
11941 # Perform arithmetic evaluation on the ARGs, and store the result in the
11942 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11943 # must be portable across $(()) and expr.
11944 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11945 eval 'as_fn_arith ()
11947 as_val=$(( $* ))
11949 else
11950 as_fn_arith ()
11952 as_val=`expr "$@" || test $? -eq 1`
11954 fi # as_fn_arith
11957 if expr a : '\(a\)' >/dev/null 2>&1 &&
11958 test "X`expr 00001 : '.*\(...\)'`" = X001; then
11959 as_expr=expr
11960 else
11961 as_expr=false
11964 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11965 as_basename=basename
11966 else
11967 as_basename=false
11970 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11971 as_dirname=dirname
11972 else
11973 as_dirname=false
11976 as_me=`$as_basename -- "$0" ||
11977 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11978 X"$0" : 'X\(//\)$' \| \
11979 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11980 $as_echo X/"$0" |
11981 sed '/^.*\/\([^/][^/]*\)\/*$/{
11982 s//\1/
11985 /^X\/\(\/\/\)$/{
11986 s//\1/
11989 /^X\/\(\/\).*/{
11990 s//\1/
11993 s/.*/./; q'`
11995 # Avoid depending upon Character Ranges.
11996 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11997 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11998 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11999 as_cr_digits='0123456789'
12000 as_cr_alnum=$as_cr_Letters$as_cr_digits
12002 ECHO_C= ECHO_N= ECHO_T=
12003 case `echo -n x` in #(((((
12004 -n*)
12005 case `echo 'xy\c'` in
12006 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
12007 xy) ECHO_C='\c';;
12008 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12009 ECHO_T=' ';;
12010 esac;;
12012 ECHO_N='-n';;
12013 esac
12015 rm -f conf$$ conf$$.exe conf$$.file
12016 if test -d conf$$.dir; then
12017 rm -f conf$$.dir/conf$$.file
12018 else
12019 rm -f conf$$.dir
12020 mkdir conf$$.dir 2>/dev/null
12022 if (echo >conf$$.file) 2>/dev/null; then
12023 if ln -s conf$$.file conf$$ 2>/dev/null; then
12024 as_ln_s='ln -s'
12025 # ... but there are two gotchas:
12026 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12027 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12028 # In both cases, we have to default to `cp -p'.
12029 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12030 as_ln_s='cp -p'
12031 elif ln conf$$.file conf$$ 2>/dev/null; then
12032 as_ln_s=ln
12033 else
12034 as_ln_s='cp -p'
12036 else
12037 as_ln_s='cp -p'
12039 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12040 rmdir conf$$.dir 2>/dev/null
12043 # as_fn_mkdir_p
12044 # -------------
12045 # Create "$as_dir" as a directory, including parents if necessary.
12046 as_fn_mkdir_p ()
12049 case $as_dir in #(
12050 -*) as_dir=./$as_dir;;
12051 esac
12052 test -d "$as_dir" || eval $as_mkdir_p || {
12053 as_dirs=
12054 while :; do
12055 case $as_dir in #(
12056 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12057 *) as_qdir=$as_dir;;
12058 esac
12059 as_dirs="'$as_qdir' $as_dirs"
12060 as_dir=`$as_dirname -- "$as_dir" ||
12061 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12062 X"$as_dir" : 'X\(//\)[^/]' \| \
12063 X"$as_dir" : 'X\(//\)$' \| \
12064 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12065 $as_echo X"$as_dir" |
12066 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12067 s//\1/
12070 /^X\(\/\/\)[^/].*/{
12071 s//\1/
12074 /^X\(\/\/\)$/{
12075 s//\1/
12078 /^X\(\/\).*/{
12079 s//\1/
12082 s/.*/./; q'`
12083 test -d "$as_dir" && break
12084 done
12085 test -z "$as_dirs" || eval "mkdir $as_dirs"
12086 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
12089 } # as_fn_mkdir_p
12090 if mkdir -p . 2>/dev/null; then
12091 as_mkdir_p='mkdir -p "$as_dir"'
12092 else
12093 test -d ./-p && rmdir ./-p
12094 as_mkdir_p=false
12097 if test -x / >/dev/null 2>&1; then
12098 as_test_x='test -x'
12099 else
12100 if ls -dL / >/dev/null 2>&1; then
12101 as_ls_L_option=L
12102 else
12103 as_ls_L_option=
12105 as_test_x='
12106 eval sh -c '\''
12107 if test -d "$1"; then
12108 test -d "$1/.";
12109 else
12110 case $1 in #(
12111 -*)set "./$1";;
12112 esac;
12113 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
12114 ???[sx]*):;;*)false;;esac;fi
12115 '\'' sh
12118 as_executable_p=$as_test_x
12120 # Sed expression to map a string onto a valid CPP name.
12121 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12123 # Sed expression to map a string onto a valid variable name.
12124 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12127 exec 6>&1
12128 ## ----------------------------------- ##
12129 ## Main body of $CONFIG_STATUS script. ##
12130 ## ----------------------------------- ##
12131 _ASEOF
12132 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
12134 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12135 # Save the log message, to keep $0 and so on meaningful, and to
12136 # report actual input values of CONFIG_FILES etc. instead of their
12137 # values after options handling.
12138 ac_log="
12139 This file was extended by package-unused $as_me version-unused, which was
12140 generated by GNU Autoconf 2.64. Invocation command line was
12142 CONFIG_FILES = $CONFIG_FILES
12143 CONFIG_HEADERS = $CONFIG_HEADERS
12144 CONFIG_LINKS = $CONFIG_LINKS
12145 CONFIG_COMMANDS = $CONFIG_COMMANDS
12146 $ $0 $@
12148 on `(hostname || uname -n) 2>/dev/null | sed 1q`
12151 _ACEOF
12153 case $ac_config_files in *"
12154 "*) set x $ac_config_files; shift; ac_config_files=$*;;
12155 esac
12157 case $ac_config_headers in *"
12158 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12159 esac
12162 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12163 # Files that config.status was made for.
12164 config_files="$ac_config_files"
12165 config_headers="$ac_config_headers"
12166 config_commands="$ac_config_commands"
12168 _ACEOF
12170 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12171 ac_cs_usage="\
12172 \`$as_me' instantiates files and other configuration actions
12173 from templates according to the current configuration. Unless the files
12174 and actions are specified as TAGs, all are instantiated by default.
12176 Usage: $0 [OPTION]... [TAG]...
12178 -h, --help print this help, then exit
12179 -V, --version print version number and configuration settings, then exit
12180 -q, --quiet, --silent
12181 do not print progress messages
12182 -d, --debug don't remove temporary files
12183 --recheck update $as_me by reconfiguring in the same conditions
12184 --file=FILE[:TEMPLATE]
12185 instantiate the configuration file FILE
12186 --header=FILE[:TEMPLATE]
12187 instantiate the configuration header FILE
12189 Configuration files:
12190 $config_files
12192 Configuration headers:
12193 $config_headers
12195 Configuration commands:
12196 $config_commands
12198 Report bugs to <libmpx>."
12200 _ACEOF
12201 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12202 ac_cs_version="\\
12203 package-unused config.status version-unused
12204 configured by $0, generated by GNU Autoconf 2.64,
12205 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
12207 Copyright (C) 2009 Free Software Foundation, Inc.
12208 This config.status script is free software; the Free Software Foundation
12209 gives unlimited permission to copy, distribute and modify it."
12211 ac_pwd='$ac_pwd'
12212 srcdir='$srcdir'
12213 INSTALL='$INSTALL'
12214 MKDIR_P='$MKDIR_P'
12215 AWK='$AWK'
12216 test -n "\$AWK" || AWK=awk
12217 _ACEOF
12219 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12220 # The default lists apply if the user does not specify any file.
12221 ac_need_defaults=:
12222 while test $# != 0
12224 case $1 in
12225 --*=*)
12226 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12227 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12228 ac_shift=:
12231 ac_option=$1
12232 ac_optarg=$2
12233 ac_shift=shift
12235 esac
12237 case $ac_option in
12238 # Handling of the options.
12239 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12240 ac_cs_recheck=: ;;
12241 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12242 $as_echo "$ac_cs_version"; exit ;;
12243 --debug | --debu | --deb | --de | --d | -d )
12244 debug=: ;;
12245 --file | --fil | --fi | --f )
12246 $ac_shift
12247 case $ac_optarg in
12248 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12249 esac
12250 as_fn_append CONFIG_FILES " '$ac_optarg'"
12251 ac_need_defaults=false;;
12252 --header | --heade | --head | --hea )
12253 $ac_shift
12254 case $ac_optarg in
12255 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12256 esac
12257 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
12258 ac_need_defaults=false;;
12259 --he | --h)
12260 # Conflict between --help and --header
12261 as_fn_error "ambiguous option: \`$1'
12262 Try \`$0 --help' for more information.";;
12263 --help | --hel | -h )
12264 $as_echo "$ac_cs_usage"; exit ;;
12265 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12266 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12267 ac_cs_silent=: ;;
12269 # This is an error.
12270 -*) as_fn_error "unrecognized option: \`$1'
12271 Try \`$0 --help' for more information." ;;
12273 *) as_fn_append ac_config_targets " $1"
12274 ac_need_defaults=false ;;
12276 esac
12277 shift
12278 done
12280 ac_configure_extra_args=
12282 if $ac_cs_silent; then
12283 exec 6>/dev/null
12284 ac_configure_extra_args="$ac_configure_extra_args --silent"
12287 _ACEOF
12288 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12289 if \$ac_cs_recheck; then
12290 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
12291 shift
12292 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12293 CONFIG_SHELL='$SHELL'
12294 export CONFIG_SHELL
12295 exec "\$@"
12298 _ACEOF
12299 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12300 exec 5>>config.log
12302 echo
12303 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12304 ## Running $as_me. ##
12305 _ASBOX
12306 $as_echo "$ac_log"
12307 } >&5
12309 _ACEOF
12310 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12312 # INIT-COMMANDS
12315 srcdir="$srcdir"
12316 host="$host"
12317 target="$target"
12318 with_multisubdir="$with_multisubdir"
12319 with_multisrctop="$with_multisrctop"
12320 with_target_subdir="$with_target_subdir"
12321 ac_configure_args="${multilib_arg} ${ac_configure_args}"
12322 multi_basedir="$multi_basedir"
12323 CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
12324 CC="$CC"
12325 CXX="$CXX"
12326 GFORTRAN="$GFORTRAN"
12329 # The HP-UX ksh and POSIX shell print the target directory to stdout
12330 # if CDPATH is set.
12331 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12333 sed_quote_subst='$sed_quote_subst'
12334 double_quote_subst='$double_quote_subst'
12335 delay_variable_subst='$delay_variable_subst'
12336 macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12337 macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12338 enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12339 enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12340 pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12341 enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12342 SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12343 ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12344 host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12345 host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12346 host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12347 build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12348 build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12349 build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12350 SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12351 Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12352 GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12353 EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12354 FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12355 LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12356 NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12357 LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12358 max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12359 ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12360 exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12361 lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12362 lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12363 lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12364 reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12365 reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12366 OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12367 deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12368 file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12369 AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12370 AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12371 STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12372 RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12373 old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12374 old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12375 old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12376 lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12377 CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12378 CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12379 compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12380 GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12381 lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12382 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12383 lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12384 lt_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"`'
12385 objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12386 MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12387 lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12388 lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12389 lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12390 lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12391 lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12392 need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12393 DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12394 NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12395 LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12396 OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12397 OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12398 libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12399 shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12400 extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12401 archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12402 enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12403 export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12404 whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12405 compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12406 old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12407 old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12408 archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12409 archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12410 module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12411 module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12412 with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12413 allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12414 no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12415 hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12416 hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
12417 hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12418 hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12419 hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12420 hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12421 hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12422 hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12423 inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12424 link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12425 fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
12426 always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12427 export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12428 exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12429 include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12430 prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12431 file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12432 variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12433 need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12434 need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12435 version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12436 runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12437 shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12438 shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12439 libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12440 library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12441 soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12442 install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12443 postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12444 postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12445 finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12446 finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12447 hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12448 sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12449 sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12450 hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12451 enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12452 enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12453 enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12454 old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12455 striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
12457 LTCC='$LTCC'
12458 LTCFLAGS='$LTCFLAGS'
12459 compiler='$compiler_DEFAULT'
12461 # A function that is used when there is no print builtin or printf.
12462 func_fallback_echo ()
12464 eval 'cat <<_LTECHO_EOF
12466 _LTECHO_EOF'
12469 # Quote evaled strings.
12470 for var in SHELL \
12471 ECHO \
12472 SED \
12473 GREP \
12474 EGREP \
12475 FGREP \
12476 LD \
12477 NM \
12478 LN_S \
12479 lt_SP2NL \
12480 lt_NL2SP \
12481 reload_flag \
12482 OBJDUMP \
12483 deplibs_check_method \
12484 file_magic_cmd \
12485 AR \
12486 AR_FLAGS \
12487 STRIP \
12488 RANLIB \
12489 CC \
12490 CFLAGS \
12491 compiler \
12492 lt_cv_sys_global_symbol_pipe \
12493 lt_cv_sys_global_symbol_to_cdecl \
12494 lt_cv_sys_global_symbol_to_c_name_address \
12495 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
12496 lt_prog_compiler_no_builtin_flag \
12497 lt_prog_compiler_wl \
12498 lt_prog_compiler_pic \
12499 lt_prog_compiler_static \
12500 lt_cv_prog_compiler_c_o \
12501 need_locks \
12502 DSYMUTIL \
12503 NMEDIT \
12504 LIPO \
12505 OTOOL \
12506 OTOOL64 \
12507 shrext_cmds \
12508 export_dynamic_flag_spec \
12509 whole_archive_flag_spec \
12510 compiler_needs_object \
12511 with_gnu_ld \
12512 allow_undefined_flag \
12513 no_undefined_flag \
12514 hardcode_libdir_flag_spec \
12515 hardcode_libdir_flag_spec_ld \
12516 hardcode_libdir_separator \
12517 fix_srcfile_path \
12518 exclude_expsyms \
12519 include_expsyms \
12520 file_list_spec \
12521 variables_saved_for_relink \
12522 libname_spec \
12523 library_names_spec \
12524 soname_spec \
12525 install_override_mode \
12526 finish_eval \
12527 old_striplib \
12528 striplib; do
12529 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12530 *[\\\\\\\`\\"\\\$]*)
12531 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
12534 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12536 esac
12537 done
12539 # Double-quote double-evaled strings.
12540 for var in reload_cmds \
12541 old_postinstall_cmds \
12542 old_postuninstall_cmds \
12543 old_archive_cmds \
12544 extract_expsyms_cmds \
12545 old_archive_from_new_cmds \
12546 old_archive_from_expsyms_cmds \
12547 archive_cmds \
12548 archive_expsym_cmds \
12549 module_cmds \
12550 module_expsym_cmds \
12551 export_symbols_cmds \
12552 prelink_cmds \
12553 postinstall_cmds \
12554 postuninstall_cmds \
12555 finish_cmds \
12556 sys_lib_search_path_spec \
12557 sys_lib_dlsearch_path_spec; do
12558 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
12559 *[\\\\\\\`\\"\\\$]*)
12560 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
12563 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12565 esac
12566 done
12568 ac_aux_dir='$ac_aux_dir'
12569 xsi_shell='$xsi_shell'
12570 lt_shell_append='$lt_shell_append'
12572 # See if we are running on zsh, and set the options which allow our
12573 # commands through without removal of \ escapes INIT.
12574 if test -n "\${ZSH_VERSION+set}" ; then
12575 setopt NO_GLOB_SUBST
12579 PACKAGE='$PACKAGE'
12580 VERSION='$VERSION'
12581 TIMESTAMP='$TIMESTAMP'
12582 RM='$RM'
12583 ofile='$ofile'
12588 _ACEOF
12590 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12592 # Handling of arguments.
12593 for ac_config_target in $ac_config_targets
12595 case $ac_config_target in
12596 "default-1") CONFIG_COMMANDS="$CONFIG_COMMANDS default-1" ;;
12597 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12598 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
12599 "libmpx.spec") CONFIG_FILES="$CONFIG_FILES libmpx.spec" ;;
12600 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12601 "mpxrt/Makefile") CONFIG_FILES="$CONFIG_FILES mpxrt/Makefile" ;;
12602 "mpxwrap/Makefile") CONFIG_FILES="$CONFIG_FILES mpxwrap/Makefile" ;;
12604 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
12605 esac
12606 done
12609 # If the user did not use the arguments to specify the items to instantiate,
12610 # then the envvar interface is used. Set only those that are not.
12611 # We use the long form for the default assignment because of an extremely
12612 # bizarre bug on SunOS 4.1.3.
12613 if $ac_need_defaults; then
12614 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12615 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12616 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12619 # Have a temporary directory for convenience. Make it in the build tree
12620 # simply because there is no reason against having it here, and in addition,
12621 # creating and moving files from /tmp can sometimes cause problems.
12622 # Hook for its removal unless debugging.
12623 # Note that there is a small window in which the directory will not be cleaned:
12624 # after its creation but before its name has been assigned to `$tmp'.
12625 $debug ||
12627 tmp=
12628 trap 'exit_status=$?
12629 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
12631 trap 'as_fn_exit 1' 1 2 13 15
12633 # Create a (secure) tmp directory for tmp files.
12636 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
12637 test -n "$tmp" && test -d "$tmp"
12638 } ||
12640 tmp=./conf$$-$RANDOM
12641 (umask 077 && mkdir "$tmp")
12642 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
12644 # Set up the scripts for CONFIG_FILES section.
12645 # No need to generate them if there are no CONFIG_FILES.
12646 # This happens for instance with `./config.status config.h'.
12647 if test -n "$CONFIG_FILES"; then
12650 ac_cr=`echo X | tr X '\015'`
12651 # On cygwin, bash can eat \r inside `` if the user requested igncr.
12652 # But we know of no other shell where ac_cr would be empty at this
12653 # point, so we can use a bashism as a fallback.
12654 if test "x$ac_cr" = x; then
12655 eval ac_cr=\$\'\\r\'
12657 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12658 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12659 ac_cs_awk_cr='\r'
12660 else
12661 ac_cs_awk_cr=$ac_cr
12664 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12665 _ACEOF
12669 echo "cat >conf$$subs.awk <<_ACEOF" &&
12670 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12671 echo "_ACEOF"
12672 } >conf$$subs.sh ||
12673 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12674 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12675 ac_delim='%!_!# '
12676 for ac_last_try in false false false false false :; do
12677 . ./conf$$subs.sh ||
12678 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12680 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12681 if test $ac_delim_n = $ac_delim_num; then
12682 break
12683 elif $ac_last_try; then
12684 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12685 else
12686 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12688 done
12689 rm -f conf$$subs.sh
12691 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12692 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12693 _ACEOF
12694 sed -n '
12696 s/^/S["/; s/!.*/"]=/
12699 s/^[^!]*!//
12700 :repl
12701 t repl
12702 s/'"$ac_delim"'$//
12703 t delim
12706 s/\(.\{148\}\).*/\1/
12707 t more1
12708 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12711 b repl
12712 :more1
12713 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12716 s/.\{148\}//
12717 t nl
12718 :delim
12720 s/\(.\{148\}\).*/\1/
12721 t more2
12722 s/["\\]/\\&/g; s/^/"/; s/$/"/
12725 :more2
12726 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12729 s/.\{148\}//
12730 t delim
12731 ' <conf$$subs.awk | sed '
12732 /^[^""]/{
12734 s/\n//
12736 ' >>$CONFIG_STATUS || ac_write_fail=1
12737 rm -f conf$$subs.awk
12738 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12739 _ACAWK
12740 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12741 for (key in S) S_is_set[key] = 1
12742 FS = "\a"
12746 line = $ 0
12747 nfields = split(line, field, "@")
12748 substed = 0
12749 len = length(field[1])
12750 for (i = 2; i < nfields; i++) {
12751 key = field[i]
12752 keylen = length(key)
12753 if (S_is_set[key]) {
12754 value = S[key]
12755 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12756 len += length(value) + length(field[++i])
12757 substed = 1
12758 } else
12759 len += 1 + keylen
12762 print line
12765 _ACAWK
12766 _ACEOF
12767 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12768 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12769 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12770 else
12772 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12773 || as_fn_error "could not setup config files machinery" "$LINENO" 5
12774 _ACEOF
12776 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12777 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12778 # trailing colons and then remove the whole line if VPATH becomes empty
12779 # (actually we leave an empty line to preserve line numbers).
12780 if test "x$srcdir" = x.; then
12781 ac_vpsub='/^[ ]*VPATH[ ]*=/{
12782 s/:*\$(srcdir):*/:/
12783 s/:*\${srcdir}:*/:/
12784 s/:*@srcdir@:*/:/
12785 s/^\([^=]*=[ ]*\):*/\1/
12786 s/:*$//
12787 s/^[^=]*=[ ]*$//
12791 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12792 fi # test -n "$CONFIG_FILES"
12794 # Set up the scripts for CONFIG_HEADERS section.
12795 # No need to generate them if there are no CONFIG_HEADERS.
12796 # This happens for instance with `./config.status Makefile'.
12797 if test -n "$CONFIG_HEADERS"; then
12798 cat >"$tmp/defines.awk" <<\_ACAWK ||
12799 BEGIN {
12800 _ACEOF
12802 # Transform confdefs.h into an awk script `defines.awk', embedded as
12803 # here-document in config.status, that substitutes the proper values into
12804 # config.h.in to produce config.h.
12806 # Create a delimiter string that does not exist in confdefs.h, to ease
12807 # handling of long lines.
12808 ac_delim='%!_!# '
12809 for ac_last_try in false false :; do
12810 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12811 if test -z "$ac_t"; then
12812 break
12813 elif $ac_last_try; then
12814 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12815 else
12816 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12818 done
12820 # For the awk script, D is an array of macro values keyed by name,
12821 # likewise P contains macro parameters if any. Preserve backslash
12822 # newline sequences.
12824 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12825 sed -n '
12826 s/.\{148\}/&'"$ac_delim"'/g
12827 t rset
12828 :rset
12829 s/^[ ]*#[ ]*define[ ][ ]*/ /
12830 t def
12832 :def
12833 s/\\$//
12834 t bsnl
12835 s/["\\]/\\&/g
12836 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12837 D["\1"]=" \3"/p
12838 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12840 :bsnl
12841 s/["\\]/\\&/g
12842 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12843 D["\1"]=" \3\\\\\\n"\\/p
12844 t cont
12845 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12846 t cont
12848 :cont
12850 s/.\{148\}/&'"$ac_delim"'/g
12851 t clear
12852 :clear
12853 s/\\$//
12854 t bsnlc
12855 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12857 :bsnlc
12858 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12859 b cont
12860 ' <confdefs.h | sed '
12861 s/'"$ac_delim"'/"\\\
12862 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12864 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12865 for (key in D) D_is_set[key] = 1
12866 FS = "\a"
12868 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12869 line = \$ 0
12870 split(line, arg, " ")
12871 if (arg[1] == "#") {
12872 defundef = arg[2]
12873 mac1 = arg[3]
12874 } else {
12875 defundef = substr(arg[1], 2)
12876 mac1 = arg[2]
12878 split(mac1, mac2, "(") #)
12879 macro = mac2[1]
12880 prefix = substr(line, 1, index(line, defundef) - 1)
12881 if (D_is_set[macro]) {
12882 # Preserve the white space surrounding the "#".
12883 print prefix "define", macro P[macro] D[macro]
12884 next
12885 } else {
12886 # Replace #undef with comments. This is necessary, for example,
12887 # in the case of _POSIX_SOURCE, which is predefined and required
12888 # on some systems where configure will not decide to define it.
12889 if (defundef == "undef") {
12890 print "/*", prefix defundef, macro, "*/"
12891 next
12895 { print }
12896 _ACAWK
12897 _ACEOF
12898 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12899 as_fn_error "could not setup config headers machinery" "$LINENO" 5
12900 fi # test -n "$CONFIG_HEADERS"
12903 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
12904 shift
12905 for ac_tag
12907 case $ac_tag in
12908 :[FHLC]) ac_mode=$ac_tag; continue;;
12909 esac
12910 case $ac_mode$ac_tag in
12911 :[FHL]*:*);;
12912 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12913 :[FH]-) ac_tag=-:-;;
12914 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12915 esac
12916 ac_save_IFS=$IFS
12917 IFS=:
12918 set x $ac_tag
12919 IFS=$ac_save_IFS
12920 shift
12921 ac_file=$1
12922 shift
12924 case $ac_mode in
12925 :L) ac_source=$1;;
12926 :[FH])
12927 ac_file_inputs=
12928 for ac_f
12930 case $ac_f in
12931 -) ac_f="$tmp/stdin";;
12932 *) # Look for the file first in the build tree, then in the source tree
12933 # (if the path is not absolute). The absolute path cannot be DOS-style,
12934 # because $ac_f cannot contain `:'.
12935 test -f "$ac_f" ||
12936 case $ac_f in
12937 [\\/$]*) false;;
12938 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12939 esac ||
12940 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12941 esac
12942 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12943 as_fn_append ac_file_inputs " '$ac_f'"
12944 done
12946 # Let's still pretend it is `configure' which instantiates (i.e., don't
12947 # use $as_me), people would be surprised to read:
12948 # /* config.h. Generated by config.status. */
12949 configure_input='Generated from '`
12950 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12951 `' by configure.'
12952 if test x"$ac_file" != x-; then
12953 configure_input="$ac_file. $configure_input"
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12955 $as_echo "$as_me: creating $ac_file" >&6;}
12957 # Neutralize special characters interpreted by sed in replacement strings.
12958 case $configure_input in #(
12959 *\&* | *\|* | *\\* )
12960 ac_sed_conf_input=`$as_echo "$configure_input" |
12961 sed 's/[\\\\&|]/\\\\&/g'`;; #(
12962 *) ac_sed_conf_input=$configure_input;;
12963 esac
12965 case $ac_tag in
12966 *:-:* | *:-) cat >"$tmp/stdin" \
12967 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12968 esac
12970 esac
12972 ac_dir=`$as_dirname -- "$ac_file" ||
12973 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12974 X"$ac_file" : 'X\(//\)[^/]' \| \
12975 X"$ac_file" : 'X\(//\)$' \| \
12976 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12977 $as_echo X"$ac_file" |
12978 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12979 s//\1/
12982 /^X\(\/\/\)[^/].*/{
12983 s//\1/
12986 /^X\(\/\/\)$/{
12987 s//\1/
12990 /^X\(\/\).*/{
12991 s//\1/
12994 s/.*/./; q'`
12995 as_dir="$ac_dir"; as_fn_mkdir_p
12996 ac_builddir=.
12998 case "$ac_dir" in
12999 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13001 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13002 # A ".." for each directory in $ac_dir_suffix.
13003 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13004 case $ac_top_builddir_sub in
13005 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13006 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13007 esac ;;
13008 esac
13009 ac_abs_top_builddir=$ac_pwd
13010 ac_abs_builddir=$ac_pwd$ac_dir_suffix
13011 # for backward compatibility:
13012 ac_top_builddir=$ac_top_build_prefix
13014 case $srcdir in
13015 .) # We are building in place.
13016 ac_srcdir=.
13017 ac_top_srcdir=$ac_top_builddir_sub
13018 ac_abs_top_srcdir=$ac_pwd ;;
13019 [\\/]* | ?:[\\/]* ) # Absolute name.
13020 ac_srcdir=$srcdir$ac_dir_suffix;
13021 ac_top_srcdir=$srcdir
13022 ac_abs_top_srcdir=$srcdir ;;
13023 *) # Relative name.
13024 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13025 ac_top_srcdir=$ac_top_build_prefix$srcdir
13026 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13027 esac
13028 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13031 case $ac_mode in
13034 # CONFIG_FILE
13037 case $INSTALL in
13038 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13039 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13040 esac
13041 ac_MKDIR_P=$MKDIR_P
13042 case $MKDIR_P in
13043 [\\/$]* | ?:[\\/]* ) ;;
13044 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13045 esac
13046 _ACEOF
13048 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13049 # If the template does not know about datarootdir, expand it.
13050 # FIXME: This hack should be removed a few years after 2.60.
13051 ac_datarootdir_hack=; ac_datarootdir_seen=
13052 ac_sed_dataroot='
13053 /datarootdir/ {
13057 /@datadir@/p
13058 /@docdir@/p
13059 /@infodir@/p
13060 /@localedir@/p
13061 /@mandir@/p'
13062 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13063 *datarootdir*) ac_datarootdir_seen=yes;;
13064 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
13065 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
13066 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13067 _ACEOF
13068 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13069 ac_datarootdir_hack='
13070 s&@datadir@&$datadir&g
13071 s&@docdir@&$docdir&g
13072 s&@infodir@&$infodir&g
13073 s&@localedir@&$localedir&g
13074 s&@mandir@&$mandir&g
13075 s&\\\${datarootdir}&$datarootdir&g' ;;
13076 esac
13077 _ACEOF
13079 # Neutralize VPATH when `$srcdir' = `.'.
13080 # Shell code in configure.ac might set extrasub.
13081 # FIXME: do we really want to maintain this feature?
13082 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13083 ac_sed_extra="$ac_vpsub
13084 $extrasub
13085 _ACEOF
13086 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13088 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13089 s|@configure_input@|$ac_sed_conf_input|;t t
13090 s&@top_builddir@&$ac_top_builddir_sub&;t t
13091 s&@top_build_prefix@&$ac_top_build_prefix&;t t
13092 s&@srcdir@&$ac_srcdir&;t t
13093 s&@abs_srcdir@&$ac_abs_srcdir&;t t
13094 s&@top_srcdir@&$ac_top_srcdir&;t t
13095 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13096 s&@builddir@&$ac_builddir&;t t
13097 s&@abs_builddir@&$ac_abs_builddir&;t t
13098 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13099 s&@INSTALL@&$ac_INSTALL&;t t
13100 s&@MKDIR_P@&$ac_MKDIR_P&;t t
13101 $ac_datarootdir_hack
13103 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
13104 || as_fn_error "could not create $ac_file" "$LINENO" 5
13106 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
13107 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
13108 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
13109 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13110 which seems to be undefined. Please make sure it is defined." >&5
13111 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13112 which seems to be undefined. Please make sure it is defined." >&2;}
13114 rm -f "$tmp/stdin"
13115 case $ac_file in
13116 -) cat "$tmp/out" && rm -f "$tmp/out";;
13117 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
13118 esac \
13119 || as_fn_error "could not create $ac_file" "$LINENO" 5
13123 # CONFIG_HEADER
13125 if test x"$ac_file" != x-; then
13127 $as_echo "/* $configure_input */" \
13128 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
13129 } >"$tmp/config.h" \
13130 || as_fn_error "could not create $ac_file" "$LINENO" 5
13131 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
13132 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
13133 $as_echo "$as_me: $ac_file is unchanged" >&6;}
13134 else
13135 rm -f "$ac_file"
13136 mv "$tmp/config.h" "$ac_file" \
13137 || as_fn_error "could not create $ac_file" "$LINENO" 5
13139 else
13140 $as_echo "/* $configure_input */" \
13141 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
13142 || as_fn_error "could not create -" "$LINENO" 5
13144 # Compute "$ac_file"'s index in $config_headers.
13145 _am_arg="$ac_file"
13146 _am_stamp_count=1
13147 for _am_header in $config_headers :; do
13148 case $_am_header in
13149 $_am_arg | $_am_arg:* )
13150 break ;;
13152 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13153 esac
13154 done
13155 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13156 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13157 X"$_am_arg" : 'X\(//\)[^/]' \| \
13158 X"$_am_arg" : 'X\(//\)$' \| \
13159 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13160 $as_echo X"$_am_arg" |
13161 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13162 s//\1/
13165 /^X\(\/\/\)[^/].*/{
13166 s//\1/
13169 /^X\(\/\/\)$/{
13170 s//\1/
13173 /^X\(\/\).*/{
13174 s//\1/
13177 s/.*/./; q'`/stamp-h$_am_stamp_count
13180 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
13181 $as_echo "$as_me: executing $ac_file commands" >&6;}
13183 esac
13186 case $ac_file$ac_mode in
13187 "default-1":C)
13188 # Only add multilib support code if we just rebuilt the top-level
13189 # Makefile.
13190 case " $CONFIG_FILES " in
13191 *" Makefile "*)
13192 ac_file=Makefile . ${multi_basedir}/config-ml.in
13194 esac ;;
13195 "libtool":C)
13197 # See if we are running on zsh, and set the options which allow our
13198 # commands through without removal of \ escapes.
13199 if test -n "${ZSH_VERSION+set}" ; then
13200 setopt NO_GLOB_SUBST
13203 cfgfile="${ofile}T"
13204 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13205 $RM "$cfgfile"
13207 cat <<_LT_EOF >> "$cfgfile"
13208 #! $SHELL
13210 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13211 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13212 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13213 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
13215 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
13216 # 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
13217 # Written by Gordon Matzigkeit, 1996
13219 # This file is part of GNU Libtool.
13221 # GNU Libtool is free software; you can redistribute it and/or
13222 # modify it under the terms of the GNU General Public License as
13223 # published by the Free Software Foundation; either version 2 of
13224 # the License, or (at your option) any later version.
13226 # As a special exception to the GNU General Public License,
13227 # if you distribute this file as part of a program or library that
13228 # is built using GNU Libtool, you may include this file under the
13229 # same distribution terms that you use for the rest of that program.
13231 # GNU Libtool is distributed in the hope that it will be useful,
13232 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13233 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13234 # GNU General Public License for more details.
13236 # You should have received a copy of the GNU General Public License
13237 # along with GNU Libtool; see the file COPYING. If not, a copy
13238 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13239 # obtained by writing to the Free Software Foundation, Inc.,
13240 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
13243 # The names of the tagged configurations supported by this script.
13244 available_tags=""
13246 # ### BEGIN LIBTOOL CONFIG
13248 # Which release of libtool.m4 was used?
13249 macro_version=$macro_version
13250 macro_revision=$macro_revision
13252 # Whether or not to build shared libraries.
13253 build_libtool_libs=$enable_shared
13255 # Whether or not to build static libraries.
13256 build_old_libs=$enable_static
13258 # What type of objects to build.
13259 pic_mode=$pic_mode
13261 # Whether or not to optimize for fast installation.
13262 fast_install=$enable_fast_install
13264 # Shell to use when invoking shell scripts.
13265 SHELL=$lt_SHELL
13267 # An echo program that protects backslashes.
13268 ECHO=$lt_ECHO
13270 # The host system.
13271 host_alias=$host_alias
13272 host=$host
13273 host_os=$host_os
13275 # The build system.
13276 build_alias=$build_alias
13277 build=$build
13278 build_os=$build_os
13280 # A sed program that does not truncate output.
13281 SED=$lt_SED
13283 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
13284 Xsed="\$SED -e 1s/^X//"
13286 # A grep program that handles long lines.
13287 GREP=$lt_GREP
13289 # An ERE matcher.
13290 EGREP=$lt_EGREP
13292 # A literal string matcher.
13293 FGREP=$lt_FGREP
13295 # A BSD- or MS-compatible name lister.
13296 NM=$lt_NM
13298 # Whether we need soft or hard links.
13299 LN_S=$lt_LN_S
13301 # What is the maximum length of a command?
13302 max_cmd_len=$max_cmd_len
13304 # Object file suffix (normally "o").
13305 objext=$ac_objext
13307 # Executable file suffix (normally "").
13308 exeext=$exeext
13310 # whether the shell understands "unset".
13311 lt_unset=$lt_unset
13313 # turn spaces into newlines.
13314 SP2NL=$lt_lt_SP2NL
13316 # turn newlines into spaces.
13317 NL2SP=$lt_lt_NL2SP
13319 # An object symbol dumper.
13320 OBJDUMP=$lt_OBJDUMP
13322 # Method to check whether dependent libraries are shared objects.
13323 deplibs_check_method=$lt_deplibs_check_method
13325 # Command to use when deplibs_check_method == "file_magic".
13326 file_magic_cmd=$lt_file_magic_cmd
13328 # The archiver.
13329 AR=$lt_AR
13330 AR_FLAGS=$lt_AR_FLAGS
13332 # A symbol stripping program.
13333 STRIP=$lt_STRIP
13335 # Commands used to install an old-style archive.
13336 RANLIB=$lt_RANLIB
13337 old_postinstall_cmds=$lt_old_postinstall_cmds
13338 old_postuninstall_cmds=$lt_old_postuninstall_cmds
13340 # Whether to use a lock for old archive extraction.
13341 lock_old_archive_extraction=$lock_old_archive_extraction
13343 # A C compiler.
13344 LTCC=$lt_CC
13346 # LTCC compiler flags.
13347 LTCFLAGS=$lt_CFLAGS
13349 # Take the output of nm and produce a listing of raw symbols and C names.
13350 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
13352 # Transform the output of nm in a proper C declaration.
13353 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
13355 # Transform the output of nm in a C name address pair.
13356 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
13358 # Transform the output of nm in a C name address pair when lib prefix is needed.
13359 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13361 # The name of the directory that contains temporary libtool files.
13362 objdir=$objdir
13364 # Used to examine libraries when file_magic_cmd begins with "file".
13365 MAGIC_CMD=$MAGIC_CMD
13367 # Must we lock files when doing compilation?
13368 need_locks=$lt_need_locks
13370 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13371 DSYMUTIL=$lt_DSYMUTIL
13373 # Tool to change global to local symbols on Mac OS X.
13374 NMEDIT=$lt_NMEDIT
13376 # Tool to manipulate fat objects and archives on Mac OS X.
13377 LIPO=$lt_LIPO
13379 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
13380 OTOOL=$lt_OTOOL
13382 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13383 OTOOL64=$lt_OTOOL64
13385 # Old archive suffix (normally "a").
13386 libext=$libext
13388 # Shared library suffix (normally ".so").
13389 shrext_cmds=$lt_shrext_cmds
13391 # The commands to extract the exported symbol list from a shared archive.
13392 extract_expsyms_cmds=$lt_extract_expsyms_cmds
13394 # Variables whose values should be saved in libtool wrapper scripts and
13395 # restored at link time.
13396 variables_saved_for_relink=$lt_variables_saved_for_relink
13398 # Do we need the "lib" prefix for modules?
13399 need_lib_prefix=$need_lib_prefix
13401 # Do we need a version for libraries?
13402 need_version=$need_version
13404 # Library versioning type.
13405 version_type=$version_type
13407 # Shared library runtime path variable.
13408 runpath_var=$runpath_var
13410 # Shared library path variable.
13411 shlibpath_var=$shlibpath_var
13413 # Is shlibpath searched before the hard-coded library search path?
13414 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
13416 # Format of library name prefix.
13417 libname_spec=$lt_libname_spec
13419 # List of archive names. First name is the real one, the rest are links.
13420 # The last name is the one that the linker finds with -lNAME
13421 library_names_spec=$lt_library_names_spec
13423 # The coded name of the library, if different from the real name.
13424 soname_spec=$lt_soname_spec
13426 # Permission mode override for installation of shared libraries.
13427 install_override_mode=$lt_install_override_mode
13429 # Command to use after installation of a shared archive.
13430 postinstall_cmds=$lt_postinstall_cmds
13432 # Command to use after uninstallation of a shared archive.
13433 postuninstall_cmds=$lt_postuninstall_cmds
13435 # Commands used to finish a libtool library installation in a directory.
13436 finish_cmds=$lt_finish_cmds
13438 # As "finish_cmds", except a single script fragment to be evaled but
13439 # not shown.
13440 finish_eval=$lt_finish_eval
13442 # Whether we should hardcode library paths into libraries.
13443 hardcode_into_libs=$hardcode_into_libs
13445 # Compile-time system search path for libraries.
13446 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
13448 # Run-time system search path for libraries.
13449 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
13451 # Whether dlopen is supported.
13452 dlopen_support=$enable_dlopen
13454 # Whether dlopen of programs is supported.
13455 dlopen_self=$enable_dlopen_self
13457 # Whether dlopen of statically linked programs is supported.
13458 dlopen_self_static=$enable_dlopen_self_static
13460 # Commands to strip libraries.
13461 old_striplib=$lt_old_striplib
13462 striplib=$lt_striplib
13465 # The linker used to build libraries.
13466 LD=$lt_LD
13468 # How to create reloadable object files.
13469 reload_flag=$lt_reload_flag
13470 reload_cmds=$lt_reload_cmds
13472 # Commands used to build an old-style archive.
13473 old_archive_cmds=$lt_old_archive_cmds
13475 # A language specific compiler.
13476 CC=$lt_compiler
13478 # Is the compiler the GNU compiler?
13479 with_gcc=$GCC
13481 # Compiler flag to turn off builtin functions.
13482 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
13484 # How to pass a linker flag through the compiler.
13485 wl=$lt_lt_prog_compiler_wl
13487 # Additional compiler flags for building library objects.
13488 pic_flag=$lt_lt_prog_compiler_pic
13490 # Compiler flag to prevent dynamic linking.
13491 link_static_flag=$lt_lt_prog_compiler_static
13493 # Does compiler simultaneously support -c and -o options?
13494 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13496 # Whether or not to add -lc for building shared libraries.
13497 build_libtool_need_lc=$archive_cmds_need_lc
13499 # Whether or not to disallow shared libs when runtime libs are static.
13500 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13502 # Compiler flag to allow reflexive dlopens.
13503 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
13505 # Compiler flag to generate shared objects directly from archives.
13506 whole_archive_flag_spec=$lt_whole_archive_flag_spec
13508 # Whether the compiler copes with passing no objects directly.
13509 compiler_needs_object=$lt_compiler_needs_object
13511 # Create an old-style archive from a shared archive.
13512 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
13514 # Create a temporary old-style archive to link instead of a shared archive.
13515 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
13517 # Commands used to build a shared archive.
13518 archive_cmds=$lt_archive_cmds
13519 archive_expsym_cmds=$lt_archive_expsym_cmds
13521 # Commands used to build a loadable module if different from building
13522 # a shared archive.
13523 module_cmds=$lt_module_cmds
13524 module_expsym_cmds=$lt_module_expsym_cmds
13526 # Whether we are building with GNU ld or not.
13527 with_gnu_ld=$lt_with_gnu_ld
13529 # Flag that allows shared libraries with undefined symbols to be built.
13530 allow_undefined_flag=$lt_allow_undefined_flag
13532 # Flag that enforces no undefined symbols.
13533 no_undefined_flag=$lt_no_undefined_flag
13535 # Flag to hardcode \$libdir into a binary during linking.
13536 # This must work even if \$libdir does not exist
13537 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
13539 # If ld is used when linking, flag to hardcode \$libdir into a binary
13540 # during linking. This must work even if \$libdir does not exist.
13541 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
13543 # Whether we need a single "-rpath" flag with a separated argument.
13544 hardcode_libdir_separator=$lt_hardcode_libdir_separator
13546 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13547 # DIR into the resulting binary.
13548 hardcode_direct=$hardcode_direct
13550 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13551 # DIR into the resulting binary and the resulting library dependency is
13552 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13553 # library is relocated.
13554 hardcode_direct_absolute=$hardcode_direct_absolute
13556 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13557 # into the resulting binary.
13558 hardcode_minus_L=$hardcode_minus_L
13560 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13561 # into the resulting binary.
13562 hardcode_shlibpath_var=$hardcode_shlibpath_var
13564 # Set to "yes" if building a shared library automatically hardcodes DIR
13565 # into the library and all subsequent libraries and executables linked
13566 # against it.
13567 hardcode_automatic=$hardcode_automatic
13569 # Set to yes if linker adds runtime paths of dependent libraries
13570 # to runtime path list.
13571 inherit_rpath=$inherit_rpath
13573 # Whether libtool must link a program against all its dependency libraries.
13574 link_all_deplibs=$link_all_deplibs
13576 # Fix the shell variable \$srcfile for the compiler.
13577 fix_srcfile_path=$lt_fix_srcfile_path
13579 # Set to "yes" if exported symbols are required.
13580 always_export_symbols=$always_export_symbols
13582 # The commands to list exported symbols.
13583 export_symbols_cmds=$lt_export_symbols_cmds
13585 # Symbols that should not be listed in the preloaded symbols.
13586 exclude_expsyms=$lt_exclude_expsyms
13588 # Symbols that must always be exported.
13589 include_expsyms=$lt_include_expsyms
13591 # Commands necessary for linking programs (against libraries) with templates.
13592 prelink_cmds=$lt_prelink_cmds
13594 # Specify filename containing input files.
13595 file_list_spec=$lt_file_list_spec
13597 # How to hardcode a shared library path into an executable.
13598 hardcode_action=$hardcode_action
13600 # ### END LIBTOOL CONFIG
13602 _LT_EOF
13604 case $host_os in
13605 aix3*)
13606 cat <<\_LT_EOF >> "$cfgfile"
13607 # AIX sometimes has problems with the GCC collect2 program. For some
13608 # reason, if we set the COLLECT_NAMES environment variable, the problems
13609 # vanish in a puff of smoke.
13610 if test "X${COLLECT_NAMES+set}" != Xset; then
13611 COLLECT_NAMES=
13612 export COLLECT_NAMES
13614 _LT_EOF
13616 esac
13619 ltmain="$ac_aux_dir/ltmain.sh"
13622 # We use sed instead of cat because bash on DJGPP gets confused if
13623 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13624 # text mode, it properly converts lines to CR/LF. This bash problem
13625 # is reportedly fixed, but why not run on old versions too?
13626 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13627 || (rm -f "$cfgfile"; exit 1)
13629 case $xsi_shell in
13630 yes)
13631 cat << \_LT_EOF >> "$cfgfile"
13633 # func_dirname file append nondir_replacement
13634 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13635 # otherwise set result to NONDIR_REPLACEMENT.
13636 func_dirname ()
13638 case ${1} in
13639 */*) func_dirname_result="${1%/*}${2}" ;;
13640 * ) func_dirname_result="${3}" ;;
13641 esac
13644 # func_basename file
13645 func_basename ()
13647 func_basename_result="${1##*/}"
13650 # func_dirname_and_basename file append nondir_replacement
13651 # perform func_basename and func_dirname in a single function
13652 # call:
13653 # dirname: Compute the dirname of FILE. If nonempty,
13654 # add APPEND to the result, otherwise set result
13655 # to NONDIR_REPLACEMENT.
13656 # value returned in "$func_dirname_result"
13657 # basename: Compute filename of FILE.
13658 # value retuned in "$func_basename_result"
13659 # Implementation must be kept synchronized with func_dirname
13660 # and func_basename. For efficiency, we do not delegate to
13661 # those functions but instead duplicate the functionality here.
13662 func_dirname_and_basename ()
13664 case ${1} in
13665 */*) func_dirname_result="${1%/*}${2}" ;;
13666 * ) func_dirname_result="${3}" ;;
13667 esac
13668 func_basename_result="${1##*/}"
13671 # func_stripname prefix suffix name
13672 # strip PREFIX and SUFFIX off of NAME.
13673 # PREFIX and SUFFIX must not contain globbing or regex special
13674 # characters, hashes, percent signs, but SUFFIX may contain a leading
13675 # dot (in which case that matches only a dot).
13676 func_stripname ()
13678 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13679 # positional parameters, so assign one to ordinary parameter first.
13680 func_stripname_result=${3}
13681 func_stripname_result=${func_stripname_result#"${1}"}
13682 func_stripname_result=${func_stripname_result%"${2}"}
13685 # func_opt_split
13686 func_opt_split ()
13688 func_opt_split_opt=${1%%=*}
13689 func_opt_split_arg=${1#*=}
13692 # func_lo2o object
13693 func_lo2o ()
13695 case ${1} in
13696 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13697 *) func_lo2o_result=${1} ;;
13698 esac
13701 # func_xform libobj-or-source
13702 func_xform ()
13704 func_xform_result=${1%.*}.lo
13707 # func_arith arithmetic-term...
13708 func_arith ()
13710 func_arith_result=$(( $* ))
13713 # func_len string
13714 # STRING may not start with a hyphen.
13715 func_len ()
13717 func_len_result=${#1}
13720 _LT_EOF
13722 *) # Bourne compatible functions.
13723 cat << \_LT_EOF >> "$cfgfile"
13725 # func_dirname file append nondir_replacement
13726 # Compute the dirname of FILE. If nonempty, add APPEND to the result,
13727 # otherwise set result to NONDIR_REPLACEMENT.
13728 func_dirname ()
13730 # Extract subdirectory from the argument.
13731 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
13732 if test "X$func_dirname_result" = "X${1}"; then
13733 func_dirname_result="${3}"
13734 else
13735 func_dirname_result="$func_dirname_result${2}"
13739 # func_basename file
13740 func_basename ()
13742 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
13746 # func_stripname prefix suffix name
13747 # strip PREFIX and SUFFIX off of NAME.
13748 # PREFIX and SUFFIX must not contain globbing or regex special
13749 # characters, hashes, percent signs, but SUFFIX may contain a leading
13750 # dot (in which case that matches only a dot).
13751 # func_strip_suffix prefix name
13752 func_stripname ()
13754 case ${2} in
13755 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
13756 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
13757 esac
13760 # sed scripts:
13761 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13762 my_sed_long_arg='1s/^-[^=]*=//'
13764 # func_opt_split
13765 func_opt_split ()
13767 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
13768 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
13771 # func_lo2o object
13772 func_lo2o ()
13774 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
13777 # func_xform libobj-or-source
13778 func_xform ()
13780 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
13783 # func_arith arithmetic-term...
13784 func_arith ()
13786 func_arith_result=`expr "$@"`
13789 # func_len string
13790 # STRING may not start with a hyphen.
13791 func_len ()
13793 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13796 _LT_EOF
13797 esac
13799 case $lt_shell_append in
13800 yes)
13801 cat << \_LT_EOF >> "$cfgfile"
13803 # func_append var value
13804 # Append VALUE to the end of shell variable VAR.
13805 func_append ()
13807 eval "$1+=\$2"
13809 _LT_EOF
13812 cat << \_LT_EOF >> "$cfgfile"
13814 # func_append var value
13815 # Append VALUE to the end of shell variable VAR.
13816 func_append ()
13818 eval "$1=\$$1\$2"
13821 _LT_EOF
13823 esac
13826 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13827 || (rm -f "$cfgfile"; exit 1)
13829 mv -f "$cfgfile" "$ofile" ||
13830 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13831 chmod +x "$ofile"
13834 "mpxrt/Makefile":F) cat > vpsed$$ << \_EOF
13835 s!`test -f '$<' || echo '$(srcdir)/'`!!
13836 _EOF
13837 sed -f vpsed$$ $ac_file > tmp$$
13838 mv tmp$$ $ac_file
13839 rm vpsed$$
13840 echo 'MULTISUBDIR =' >> $ac_file
13841 ml_norecursion=yes
13842 . ${multi_basedir}/config-ml.in
13843 { ml_norecursion=; unset ml_norecursion;}
13845 "mpxwrap/Makefile":F) cat > vpsed$$ << \_EOF
13846 s!`test -f '$<' || echo '$(srcdir)/'`!!
13847 _EOF
13848 sed -f vpsed$$ $ac_file > tmp$$
13849 mv tmp$$ $ac_file
13850 rm vpsed$$
13851 echo 'MULTISUBDIR =' >> $ac_file
13852 ml_norecursion=yes
13853 . ${multi_basedir}/config-ml.in
13854 { ml_norecursion=; unset ml_norecursion;}
13857 esac
13858 done # for ac_tag
13861 as_fn_exit 0
13862 _ACEOF
13863 ac_clean_files=$ac_clean_files_save
13865 test $ac_write_fail = 0 ||
13866 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13869 # configure is writing to config.log, and then calls config.status.
13870 # config.status does its own redirection, appending to config.log.
13871 # Unfortunately, on DOS this fails, as config.log is still kept open
13872 # by configure, so config.status won't be able to write to it; its
13873 # output is simply discarded. So we exec the FD to /dev/null,
13874 # effectively closing config.log, so it can be properly (re)opened and
13875 # appended to by config.status. When coming back to configure, we
13876 # need to make the FD available again.
13877 if test "$no_create" != yes; then
13878 ac_cs_success=:
13879 ac_config_status_args=
13880 test "$silent" = yes &&
13881 ac_config_status_args="$ac_config_status_args --quiet"
13882 exec 5>/dev/null
13883 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13884 exec 5>>config.log
13885 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13886 # would make configure fail if this is the last instruction.
13887 $ac_cs_success || as_fn_exit $?
13889 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13890 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13891 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}