gold: Add view and view_size parameters to is_call_to_non_split.
[deliverable/binutils-gdb.git] / sim / rx / configure
CommitLineData
4f8d4a38
DD
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
3# Generated by GNU Autoconf 2.64.
4#
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7# Foundation, Inc.
8#
9# This configure script is free software; the Free Software Foundation
10# gives unlimited permission to copy, distribute and modify it.
11## -------------------- ##
12## M4sh Initialization. ##
13## -------------------- ##
14
15# Be more Bourne compatible
16DUALCASE=1; export DUALCASE # for MKS sh
17if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24else
25 case `(set -o) 2>/dev/null` in #(
26 *posix*) :
27 set -o posix ;; #(
28 *) :
29 ;;
30esac
31fi
32
33
34as_nl='
35'
36export as_nl
37# Printing a long string crashes Solaris 7 /usr/bin/printf.
38as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41# Prefer a ksh shell builtin over an external printf program on Solaris,
42# but without wasting forks for bash or zsh.
43if test -z "$BASH_VERSION$ZSH_VERSION" \
44 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45 as_echo='print -r --'
46 as_echo_n='print -rn --'
47elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in #(
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
79fi
80
81
82# IFS
83# We need space, tab and new line, in precisely that order. Quoting is
84# there to prevent editors from complaining about space-tab.
85# (If _AS_PATH_WALK were called with IFS unset, it would disable word
86# splitting by setting IFS to empty value.)
87IFS=" "" $as_nl"
88
89# Find who we are. Look in the path if we contain no directory separator.
90case $0 in #((
91 *[\\/]* ) as_myself=$0 ;;
92 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93for as_dir in $PATH
94do
95 IFS=$as_save_IFS
96 test -z "$as_dir" && as_dir=.
97 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98 done
99IFS=$as_save_IFS
100
101 ;;
102esac
103# We did not find ourselves, most probably we were run as `sh COMMAND'
104# in which case we are not to be found in the path.
105if test "x$as_myself" = x; then
106 as_myself=$0
107fi
108if test ! -f "$as_myself"; then
109 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110 exit 1
111fi
112
113# Unset variables that we do not need and which cause bugs (e.g. in
114# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
115# suppresses any "Segmentation fault" message there. '((' could
116# trigger a bug in pdksh 5.2.14.
117for as_var in BASH_ENV ENV MAIL MAILPATH
118do eval test x\${$as_var+set} = xset \
119 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120done
121PS1='$ '
122PS2='> '
123PS4='+ '
124
125# NLS nuisances.
126LC_ALL=C
127export LC_ALL
128LANGUAGE=C
129export LANGUAGE
130
131# CDPATH.
132(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134if test "x$CONFIG_SHELL" = x; then
135 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136 emulate sh
137 NULLCMD=:
138 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139 # is contrary to our usage. Disable this feature.
140 alias -g '\${1+\"\$@\"}'='\"\$@\"'
141 setopt NO_GLOB_SUBST
142else
143 case \`(set -o) 2>/dev/null\` in #(
144 *posix*) :
145 set -o posix ;; #(
146 *) :
147 ;;
148esac
149fi
150"
151 as_required="as_fn_return () { (exit \$1); }
152as_fn_success () { as_fn_return 0; }
153as_fn_failure () { as_fn_return 1; }
154as_fn_ret_success () { return 0; }
155as_fn_ret_failure () { return 1; }
156
157exitcode=0
158as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164else
165 exitcode=1; echo positional parameters were not saved.
166fi
167test x\$exitcode = x0 || exit 1"
168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
172test \$(( 1 + 1 )) = 2 || exit 1
173
174 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
175 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
176 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
177 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
178 PATH=/empty FPATH=/empty; export PATH FPATH
179 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
180 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
4f8d4a38
DD
181 if (eval "$as_required") 2>/dev/null; then :
182 as_have_required=yes
183else
184 as_have_required=no
185fi
186 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
187
188else
189 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
190as_found=false
191for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
192do
193 IFS=$as_save_IFS
194 test -z "$as_dir" && as_dir=.
195 as_found=:
196 case $as_dir in #(
197 /*)
198 for as_base in sh bash ksh sh5; do
199 # Try only shells that exist, to save several forks.
200 as_shell=$as_dir/$as_base
201 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
202 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
203 CONFIG_SHELL=$as_shell as_have_required=yes
204 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
205 break 2
206fi
207fi
208 done;;
209 esac
210 as_found=false
211done
212$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
213 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
214 CONFIG_SHELL=$SHELL as_have_required=yes
215fi; }
216IFS=$as_save_IFS
217
218
219 if test "x$CONFIG_SHELL" != x; then :
220 # We cannot yet assume a decent shell, so we have to provide a
221 # neutralization value for shells without unset; and this also
222 # works around shells that cannot unset nonexistent variables.
223 BASH_ENV=/dev/null
224 ENV=/dev/null
225 (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
226 export CONFIG_SHELL
227 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
228fi
229
230 if test x$as_have_required = xno; then :
231 $as_echo "$0: This script requires a shell more modern than all"
232 $as_echo "$0: the shells that I found on your system."
233 if test x${ZSH_VERSION+set} = xset ; then
234 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
235 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
236 else
237 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
238$0: including any error possibly output before this
239$0: message. Then install a modern shell, or manually run
240$0: the script under such a shell if you do have one."
241 fi
242 exit 1
243fi
244fi
245fi
246SHELL=${CONFIG_SHELL-/bin/sh}
247export SHELL
248# Unset more variables known to interfere with behavior of common tools.
249CLICOLOR_FORCE= GREP_OPTIONS=
250unset CLICOLOR_FORCE GREP_OPTIONS
251
252## --------------------- ##
253## M4sh Shell Functions. ##
254## --------------------- ##
255# as_fn_unset VAR
256# ---------------
257# Portably unset VAR.
258as_fn_unset ()
259{
260 { eval $1=; unset $1;}
261}
262as_unset=as_fn_unset
263
264# as_fn_set_status STATUS
265# -----------------------
266# Set $? to STATUS, without forking.
267as_fn_set_status ()
268{
269 return $1
270} # as_fn_set_status
271
272# as_fn_exit STATUS
273# -----------------
274# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
275as_fn_exit ()
276{
277 set +e
278 as_fn_set_status $1
279 exit $1
280} # as_fn_exit
281
282# as_fn_mkdir_p
283# -------------
284# Create "$as_dir" as a directory, including parents if necessary.
285as_fn_mkdir_p ()
286{
287
288 case $as_dir in #(
289 -*) as_dir=./$as_dir;;
290 esac
291 test -d "$as_dir" || eval $as_mkdir_p || {
292 as_dirs=
293 while :; do
294 case $as_dir in #(
295 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
296 *) as_qdir=$as_dir;;
297 esac
298 as_dirs="'$as_qdir' $as_dirs"
299 as_dir=`$as_dirname -- "$as_dir" ||
300$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
301 X"$as_dir" : 'X\(//\)[^/]' \| \
302 X"$as_dir" : 'X\(//\)$' \| \
303 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
304$as_echo X"$as_dir" |
305 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
306 s//\1/
307 q
308 }
309 /^X\(\/\/\)[^/].*/{
310 s//\1/
311 q
312 }
313 /^X\(\/\/\)$/{
314 s//\1/
315 q
316 }
317 /^X\(\/\).*/{
318 s//\1/
319 q
320 }
321 s/.*/./; q'`
322 test -d "$as_dir" && break
323 done
324 test -z "$as_dirs" || eval "mkdir $as_dirs"
325 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
326
327
328} # as_fn_mkdir_p
329# as_fn_append VAR VALUE
330# ----------------------
331# Append the text in VALUE to the end of the definition contained in VAR. Take
332# advantage of any shell optimizations that allow amortized linear growth over
333# repeated appends, instead of the typical quadratic growth present in naive
334# implementations.
335if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
336 eval 'as_fn_append ()
337 {
338 eval $1+=\$2
339 }'
340else
341 as_fn_append ()
342 {
343 eval $1=\$$1\$2
344 }
345fi # as_fn_append
346
347# as_fn_arith ARG...
348# ------------------
349# Perform arithmetic evaluation on the ARGs, and store the result in the
350# global $as_val. Take advantage of shells that can avoid forks. The arguments
351# must be portable across $(()) and expr.
352if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
353 eval 'as_fn_arith ()
354 {
355 as_val=$(( $* ))
356 }'
357else
358 as_fn_arith ()
359 {
360 as_val=`expr "$@" || test $? -eq 1`
361 }
362fi # as_fn_arith
363
364
365# as_fn_error ERROR [LINENO LOG_FD]
366# ---------------------------------
367# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
368# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
369# script with status $?, using 1 if that was 0.
370as_fn_error ()
371{
372 as_status=$?; test $as_status -eq 0 && as_status=1
373 if test "$3"; then
374 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
375 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
376 fi
377 $as_echo "$as_me: error: $1" >&2
378 as_fn_exit $as_status
379} # as_fn_error
380
381if expr a : '\(a\)' >/dev/null 2>&1 &&
382 test "X`expr 00001 : '.*\(...\)'`" = X001; then
383 as_expr=expr
384else
385 as_expr=false
386fi
387
388if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
389 as_basename=basename
390else
391 as_basename=false
392fi
393
394if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
395 as_dirname=dirname
396else
397 as_dirname=false
398fi
399
400as_me=`$as_basename -- "$0" ||
401$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
402 X"$0" : 'X\(//\)$' \| \
403 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
404$as_echo X/"$0" |
405 sed '/^.*\/\([^/][^/]*\)\/*$/{
406 s//\1/
407 q
408 }
409 /^X\/\(\/\/\)$/{
410 s//\1/
411 q
412 }
413 /^X\/\(\/\).*/{
414 s//\1/
415 q
416 }
417 s/.*/./; q'`
418
419# Avoid depending upon Character Ranges.
420as_cr_letters='abcdefghijklmnopqrstuvwxyz'
421as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
422as_cr_Letters=$as_cr_letters$as_cr_LETTERS
423as_cr_digits='0123456789'
424as_cr_alnum=$as_cr_Letters$as_cr_digits
425
426
427 as_lineno_1=$LINENO as_lineno_1a=$LINENO
428 as_lineno_2=$LINENO as_lineno_2a=$LINENO
429 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
430 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
431 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
432 sed -n '
433 p
434 /[$]LINENO/=
435 ' <$as_myself |
436 sed '
437 s/[$]LINENO.*/&-/
438 t lineno
439 b
440 :lineno
441 N
442 :loop
443 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444 t loop
445 s/-\n.*//
446 ' >$as_me.lineno &&
447 chmod +x "$as_me.lineno" ||
448 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
449
450 # Don't try to exec as it changes $[0], causing all sort of problems
451 # (the dirname of $[0] is not the place where we might find the
452 # original and so on. Autoconf is especially sensitive to this).
453 . "./$as_me.lineno"
454 # Exit status is that of the last command.
455 exit
456}
457
458ECHO_C= ECHO_N= ECHO_T=
459case `echo -n x` in #(((((
460-n*)
461 case `echo 'xy\c'` in
462 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
463 xy) ECHO_C='\c';;
464 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
465 ECHO_T=' ';;
466 esac;;
467*)
468 ECHO_N='-n';;
469esac
470
471rm -f conf$$ conf$$.exe conf$$.file
472if test -d conf$$.dir; then
473 rm -f conf$$.dir/conf$$.file
474else
475 rm -f conf$$.dir
476 mkdir conf$$.dir 2>/dev/null
477fi
478if (echo >conf$$.file) 2>/dev/null; then
479 if ln -s conf$$.file conf$$ 2>/dev/null; then
480 as_ln_s='ln -s'
481 # ... but there are two gotchas:
482 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
483 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
484 # In both cases, we have to default to `cp -p'.
485 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
486 as_ln_s='cp -p'
487 elif ln conf$$.file conf$$ 2>/dev/null; then
488 as_ln_s=ln
489 else
490 as_ln_s='cp -p'
491 fi
492else
493 as_ln_s='cp -p'
494fi
495rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
496rmdir conf$$.dir 2>/dev/null
497
498if mkdir -p . 2>/dev/null; then
499 as_mkdir_p='mkdir -p "$as_dir"'
500else
501 test -d ./-p && rmdir ./-p
502 as_mkdir_p=false
503fi
504
505if test -x / >/dev/null 2>&1; then
506 as_test_x='test -x'
507else
508 if ls -dL / >/dev/null 2>&1; then
509 as_ls_L_option=L
510 else
511 as_ls_L_option=
512 fi
513 as_test_x='
514 eval sh -c '\''
515 if test -d "$1"; then
516 test -d "$1/.";
517 else
518 case $1 in #(
519 -*)set "./$1";;
520 esac;
521 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
522 ???[sx]*):;;*)false;;esac;fi
523 '\'' sh
524 '
525fi
526as_executable_p=$as_test_x
527
528# Sed expression to map a string onto a valid CPP name.
529as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
530
531# Sed expression to map a string onto a valid variable name.
532as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
533
6bb11ab3
L
534SHELL=${CONFIG_SHELL-/bin/sh}
535
4f8d4a38
DD
536
537exec 7<&0 </dev/null 6>&1
538
539# Name of the host.
540# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541# so uname gets run too.
542ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
544#
545# Initializations.
546#
547ac_default_prefix=/usr/local
548ac_clean_files=
549ac_config_libobj_dir=.
550LIBOBJS=
551cross_compiling=no
552subdirs=
553MFLAGS=
554MAKEFLAGS=
555
556# Identity of this package.
557PACKAGE_NAME=
558PACKAGE_TARNAME=
559PACKAGE_VERSION=
560PACKAGE_STRING=
561PACKAGE_BUGREPORT=
562PACKAGE_URL=
563
564ac_unique_file="Makefile.in"
565# Factoring default headers for most tests.
566ac_includes_default="\
567#include <stdio.h>
568#ifdef HAVE_SYS_TYPES_H
569# include <sys/types.h>
570#endif
571#ifdef HAVE_SYS_STAT_H
572# include <sys/stat.h>
573#endif
574#ifdef STDC_HEADERS
575# include <stdlib.h>
576# include <stddef.h>
577#else
578# ifdef HAVE_STDLIB_H
579# include <stdlib.h>
580# endif
581#endif
582#ifdef HAVE_STRING_H
583# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
584# include <memory.h>
585# endif
586# include <string.h>
587#endif
588#ifdef HAVE_STRINGS_H
589# include <strings.h>
590#endif
591#ifdef HAVE_INTTYPES_H
592# include <inttypes.h>
593#endif
594#ifdef HAVE_STDINT_H
595# include <stdint.h>
596#endif
597#ifdef HAVE_UNISTD_H
598# include <unistd.h>
599#endif"
600
601ac_subst_vars='LTLIBOBJS
602LIBOBJS
603cgen_breaks
604REPORT_BUGS_TEXI
605REPORT_BUGS_TO
606PKGVERSION
4f8d4a38 607MAINT
31e6ad7d
MF
608MAINTAINER_MODE_FALSE
609MAINTAINER_MODE_TRUE
6bb11ab3
L
610lt_cv_dlopen_libs
611OTOOL64
612OTOOL
613LIPO
614NMEDIT
615DSYMUTIL
616AWK
617STRIP
618OBJDUMP
619LN_S
620NM
621ac_ct_DUMPBIN
622DUMPBIN
623LD
624FGREP
625SED
626LIBTOOL
627PLUGINS_FALSE
628PLUGINS_TRUE
aadc9410
MF
629zlibinc
630zlibdir
4f8d4a38
DD
631CATOBJEXT
632GENCAT
633INSTOBJEXT
634DATADIRNAME
635CATALOGS
636POSUB
637GMSGFMT
638XGETTEXT
639INCINTL
640LIBINTL_DEP
641LIBINTL
642USE_NLS
db2e4d67
MF
643GMAKE_FALSE
644GMAKE_TRUE
645MAKE
646CCDEPMODE
647DEPDIR
648am__leading_dot
5f3ef9d0 649PACKAGE
4f8d4a38
DD
650RANLIB
651AR
652HDEFINES
653CC_FOR_BUILD
654INSTALL_DATA
655INSTALL_SCRIPT
656INSTALL_PROGRAM
2232061b
MF
657EGREP
658GREP
659CPP
4f8d4a38
DD
660target_os
661target_vendor
662target_cpu
663target
664host_os
665host_vendor
666host_cpu
667host
668build_os
669build_vendor
670build_cpu
671build
6ffe910a
MF
672OBJEXT
673EXEEXT
674ac_ct_CC
675CPPFLAGS
676LDFLAGS
677CFLAGS
678CC
4f8d4a38
DD
679WERROR_CFLAGS
680WARN_CFLAGS
4f8d4a38 681sim_reserved_bits
4f8d4a38
DD
682sim_inline
683sim_hw
684sim_hw_objs
685sim_hw_cflags
686sim_default_model
687sim_scache
688sim_float
4f8d4a38
DD
689sim_endian
690sim_bitsize
4f8d4a38 691sim_alignment
4f8d4a38
DD
692target_alias
693host_alias
694build_alias
695LIBS
696ECHO_T
697ECHO_N
698ECHO_C
699DEFS
700mandir
701localedir
702libdir
703psdir
704pdfdir
705dvidir
706htmldir
707infodir
708docdir
709oldincludedir
710includedir
711localstatedir
712sharedstatedir
713sysconfdir
714datadir
715datarootdir
716libexecdir
717sbindir
718bindir
719program_transform_name
720prefix
721exec_prefix
722PACKAGE_URL
723PACKAGE_BUGREPORT
724PACKAGE_STRING
725PACKAGE_VERSION
726PACKAGE_TARNAME
727PACKAGE_NAME
728PATH_SEPARATOR
729SHELL'
730ac_subst_files=''
731ac_user_opts='
732enable_option_checking
aadc9410 733with_system_zlib
6bb11ab3
L
734enable_plugins
735enable_shared
736enable_static
737with_pic
738enable_fast_install
739with_gnu_ld
740enable_libtool_lock
4f8d4a38 741enable_maintainer_mode
4f8d4a38
DD
742enable_sim_debug
743enable_sim_stdio
744enable_sim_trace
745enable_sim_profile
35656e95 746enable_sim_assert
16f7876d 747enable_sim_environment
347fe5bb 748enable_sim_inline
4f8d4a38
DD
749with_pkgversion
750with_bugurl
6ffe910a
MF
751enable_cycle_accurate
752enable_cycle_stats
4f8d4a38
DD
753'
754 ac_precious_vars='build_alias
755host_alias
756target_alias
757CC
758CFLAGS
759LDFLAGS
760LIBS
761CPPFLAGS
762CPP'
763
764
765# Initialize some variables set by options.
766ac_init_help=
767ac_init_version=false
768ac_unrecognized_opts=
769ac_unrecognized_sep=
770# The variables have the same names as the options, with
771# dashes changed to underlines.
772cache_file=/dev/null
773exec_prefix=NONE
774no_create=
775no_recursion=
776prefix=NONE
777program_prefix=NONE
778program_suffix=NONE
779program_transform_name=s,x,x,
780silent=
781site=
782srcdir=
783verbose=
784x_includes=NONE
785x_libraries=NONE
786
787# Installation directory options.
788# These are left unexpanded so users can "make install exec_prefix=/foo"
789# and all the variables that are supposed to be based on exec_prefix
790# by default will actually change.
791# Use braces instead of parens because sh, perl, etc. also accept them.
792# (The list follows the same order as the GNU Coding Standards.)
793bindir='${exec_prefix}/bin'
794sbindir='${exec_prefix}/sbin'
795libexecdir='${exec_prefix}/libexec'
796datarootdir='${prefix}/share'
797datadir='${datarootdir}'
798sysconfdir='${prefix}/etc'
799sharedstatedir='${prefix}/com'
800localstatedir='${prefix}/var'
801includedir='${prefix}/include'
802oldincludedir='/usr/include'
803docdir='${datarootdir}/doc/${PACKAGE}'
804infodir='${datarootdir}/info'
805htmldir='${docdir}'
806dvidir='${docdir}'
807pdfdir='${docdir}'
808psdir='${docdir}'
809libdir='${exec_prefix}/lib'
810localedir='${datarootdir}/locale'
811mandir='${datarootdir}/man'
812
813ac_prev=
814ac_dashdash=
815for ac_option
816do
817 # If the previous option needs an argument, assign it.
818 if test -n "$ac_prev"; then
819 eval $ac_prev=\$ac_option
820 ac_prev=
821 continue
822 fi
823
824 case $ac_option in
825 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
826 *) ac_optarg=yes ;;
827 esac
828
829 # Accept the important Cygnus configure options, so we can diagnose typos.
830
831 case $ac_dashdash$ac_option in
832 --)
833 ac_dashdash=yes ;;
834
835 -bindir | --bindir | --bindi | --bind | --bin | --bi)
836 ac_prev=bindir ;;
837 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
838 bindir=$ac_optarg ;;
839
840 -build | --build | --buil | --bui | --bu)
841 ac_prev=build_alias ;;
842 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
843 build_alias=$ac_optarg ;;
844
845 -cache-file | --cache-file | --cache-fil | --cache-fi \
846 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
847 ac_prev=cache_file ;;
848 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
849 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
850 cache_file=$ac_optarg ;;
851
852 --config-cache | -C)
853 cache_file=config.cache ;;
854
855 -datadir | --datadir | --datadi | --datad)
856 ac_prev=datadir ;;
857 -datadir=* | --datadir=* | --datadi=* | --datad=*)
858 datadir=$ac_optarg ;;
859
860 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
861 | --dataroo | --dataro | --datar)
862 ac_prev=datarootdir ;;
863 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
864 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
865 datarootdir=$ac_optarg ;;
866
867 -disable-* | --disable-*)
868 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
869 # Reject names that are not valid shell variable names.
870 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
871 as_fn_error "invalid feature name: $ac_useropt"
872 ac_useropt_orig=$ac_useropt
873 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
874 case $ac_user_opts in
875 *"
876"enable_$ac_useropt"
877"*) ;;
878 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
879 ac_unrecognized_sep=', ';;
880 esac
881 eval enable_$ac_useropt=no ;;
882
883 -docdir | --docdir | --docdi | --doc | --do)
884 ac_prev=docdir ;;
885 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
886 docdir=$ac_optarg ;;
887
888 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
889 ac_prev=dvidir ;;
890 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
891 dvidir=$ac_optarg ;;
892
893 -enable-* | --enable-*)
894 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
895 # Reject names that are not valid shell variable names.
896 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
897 as_fn_error "invalid feature name: $ac_useropt"
898 ac_useropt_orig=$ac_useropt
899 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
900 case $ac_user_opts in
901 *"
902"enable_$ac_useropt"
903"*) ;;
904 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
905 ac_unrecognized_sep=', ';;
906 esac
907 eval enable_$ac_useropt=\$ac_optarg ;;
908
909 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
910 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
911 | --exec | --exe | --ex)
912 ac_prev=exec_prefix ;;
913 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
914 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
915 | --exec=* | --exe=* | --ex=*)
916 exec_prefix=$ac_optarg ;;
917
918 -gas | --gas | --ga | --g)
919 # Obsolete; use --with-gas.
920 with_gas=yes ;;
921
922 -help | --help | --hel | --he | -h)
923 ac_init_help=long ;;
924 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
925 ac_init_help=recursive ;;
926 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
927 ac_init_help=short ;;
928
929 -host | --host | --hos | --ho)
930 ac_prev=host_alias ;;
931 -host=* | --host=* | --hos=* | --ho=*)
932 host_alias=$ac_optarg ;;
933
934 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
935 ac_prev=htmldir ;;
936 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
937 | --ht=*)
938 htmldir=$ac_optarg ;;
939
940 -includedir | --includedir | --includedi | --included | --include \
941 | --includ | --inclu | --incl | --inc)
942 ac_prev=includedir ;;
943 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
944 | --includ=* | --inclu=* | --incl=* | --inc=*)
945 includedir=$ac_optarg ;;
946
947 -infodir | --infodir | --infodi | --infod | --info | --inf)
948 ac_prev=infodir ;;
949 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
950 infodir=$ac_optarg ;;
951
952 -libdir | --libdir | --libdi | --libd)
953 ac_prev=libdir ;;
954 -libdir=* | --libdir=* | --libdi=* | --libd=*)
955 libdir=$ac_optarg ;;
956
957 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
958 | --libexe | --libex | --libe)
959 ac_prev=libexecdir ;;
960 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
961 | --libexe=* | --libex=* | --libe=*)
962 libexecdir=$ac_optarg ;;
963
964 -localedir | --localedir | --localedi | --localed | --locale)
965 ac_prev=localedir ;;
966 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
967 localedir=$ac_optarg ;;
968
969 -localstatedir | --localstatedir | --localstatedi | --localstated \
970 | --localstate | --localstat | --localsta | --localst | --locals)
971 ac_prev=localstatedir ;;
972 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
973 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
974 localstatedir=$ac_optarg ;;
975
976 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
977 ac_prev=mandir ;;
978 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
979 mandir=$ac_optarg ;;
980
981 -nfp | --nfp | --nf)
982 # Obsolete; use --without-fp.
983 with_fp=no ;;
984
985 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
986 | --no-cr | --no-c | -n)
987 no_create=yes ;;
988
989 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
990 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
991 no_recursion=yes ;;
992
993 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
994 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
995 | --oldin | --oldi | --old | --ol | --o)
996 ac_prev=oldincludedir ;;
997 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
998 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
999 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1000 oldincludedir=$ac_optarg ;;
1001
1002 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1003 ac_prev=prefix ;;
1004 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1005 prefix=$ac_optarg ;;
1006
1007 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1008 | --program-pre | --program-pr | --program-p)
1009 ac_prev=program_prefix ;;
1010 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1011 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1012 program_prefix=$ac_optarg ;;
1013
1014 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1015 | --program-suf | --program-su | --program-s)
1016 ac_prev=program_suffix ;;
1017 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1018 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1019 program_suffix=$ac_optarg ;;
1020
1021 -program-transform-name | --program-transform-name \
1022 | --program-transform-nam | --program-transform-na \
1023 | --program-transform-n | --program-transform- \
1024 | --program-transform | --program-transfor \
1025 | --program-transfo | --program-transf \
1026 | --program-trans | --program-tran \
1027 | --progr-tra | --program-tr | --program-t)
1028 ac_prev=program_transform_name ;;
1029 -program-transform-name=* | --program-transform-name=* \
1030 | --program-transform-nam=* | --program-transform-na=* \
1031 | --program-transform-n=* | --program-transform-=* \
1032 | --program-transform=* | --program-transfor=* \
1033 | --program-transfo=* | --program-transf=* \
1034 | --program-trans=* | --program-tran=* \
1035 | --progr-tra=* | --program-tr=* | --program-t=*)
1036 program_transform_name=$ac_optarg ;;
1037
1038 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1039 ac_prev=pdfdir ;;
1040 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1041 pdfdir=$ac_optarg ;;
1042
1043 -psdir | --psdir | --psdi | --psd | --ps)
1044 ac_prev=psdir ;;
1045 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1046 psdir=$ac_optarg ;;
1047
1048 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1049 | -silent | --silent | --silen | --sile | --sil)
1050 silent=yes ;;
1051
1052 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1053 ac_prev=sbindir ;;
1054 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1055 | --sbi=* | --sb=*)
1056 sbindir=$ac_optarg ;;
1057
1058 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1059 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1060 | --sharedst | --shareds | --shared | --share | --shar \
1061 | --sha | --sh)
1062 ac_prev=sharedstatedir ;;
1063 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1064 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1065 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1066 | --sha=* | --sh=*)
1067 sharedstatedir=$ac_optarg ;;
1068
1069 -site | --site | --sit)
1070 ac_prev=site ;;
1071 -site=* | --site=* | --sit=*)
1072 site=$ac_optarg ;;
1073
1074 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1075 ac_prev=srcdir ;;
1076 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1077 srcdir=$ac_optarg ;;
1078
1079 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1080 | --syscon | --sysco | --sysc | --sys | --sy)
1081 ac_prev=sysconfdir ;;
1082 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1083 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1084 sysconfdir=$ac_optarg ;;
1085
1086 -target | --target | --targe | --targ | --tar | --ta | --t)
1087 ac_prev=target_alias ;;
1088 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1089 target_alias=$ac_optarg ;;
1090
1091 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1092 verbose=yes ;;
1093
1094 -version | --version | --versio | --versi | --vers | -V)
1095 ac_init_version=: ;;
1096
1097 -with-* | --with-*)
1098 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1099 # Reject names that are not valid shell variable names.
1100 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1101 as_fn_error "invalid package name: $ac_useropt"
1102 ac_useropt_orig=$ac_useropt
1103 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1104 case $ac_user_opts in
1105 *"
1106"with_$ac_useropt"
1107"*) ;;
1108 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1109 ac_unrecognized_sep=', ';;
1110 esac
1111 eval with_$ac_useropt=\$ac_optarg ;;
1112
1113 -without-* | --without-*)
1114 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1115 # Reject names that are not valid shell variable names.
1116 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1117 as_fn_error "invalid package name: $ac_useropt"
1118 ac_useropt_orig=$ac_useropt
1119 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1120 case $ac_user_opts in
1121 *"
1122"with_$ac_useropt"
1123"*) ;;
1124 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1125 ac_unrecognized_sep=', ';;
1126 esac
1127 eval with_$ac_useropt=no ;;
1128
1129 --x)
1130 # Obsolete; use --with-x.
1131 with_x=yes ;;
1132
1133 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1134 | --x-incl | --x-inc | --x-in | --x-i)
1135 ac_prev=x_includes ;;
1136 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1137 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1138 x_includes=$ac_optarg ;;
1139
1140 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1141 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1142 ac_prev=x_libraries ;;
1143 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1144 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1145 x_libraries=$ac_optarg ;;
1146
1147 -*) as_fn_error "unrecognized option: \`$ac_option'
1148Try \`$0 --help' for more information."
1149 ;;
1150
1151 *=*)
1152 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1153 # Reject names that are not valid shell variable names.
1154 case $ac_envvar in #(
1155 '' | [0-9]* | *[!_$as_cr_alnum]* )
1156 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1157 esac
1158 eval $ac_envvar=\$ac_optarg
1159 export $ac_envvar ;;
1160
1161 *)
1162 # FIXME: should be removed in autoconf 3.0.
1163 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1164 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1165 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1166 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1167 ;;
1168
1169 esac
1170done
1171
1172if test -n "$ac_prev"; then
1173 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1174 as_fn_error "missing argument to $ac_option"
1175fi
1176
1177if test -n "$ac_unrecognized_opts"; then
1178 case $enable_option_checking in
1179 no) ;;
1180 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1181 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1182 esac
1183fi
1184
1185# Check all directory arguments for consistency.
1186for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1187 datadir sysconfdir sharedstatedir localstatedir includedir \
1188 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1189 libdir localedir mandir
1190do
1191 eval ac_val=\$$ac_var
1192 # Remove trailing slashes.
1193 case $ac_val in
1194 */ )
1195 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1196 eval $ac_var=\$ac_val;;
1197 esac
1198 # Be sure to have absolute directory names.
1199 case $ac_val in
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1202 esac
1203 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1204done
1205
1206# There might be people who depend on the old broken behavior: `$host'
1207# used to hold the argument of --host etc.
1208# FIXME: To remove some day.
1209build=$build_alias
1210host=$host_alias
1211target=$target_alias
1212
1213# FIXME: To remove some day.
1214if test "x$host_alias" != x; then
1215 if test "x$build_alias" = x; then
1216 cross_compiling=maybe
1217 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1220 cross_compiling=yes
1221 fi
1222fi
1223
1224ac_tool_prefix=
1225test -n "$host_alias" && ac_tool_prefix=$host_alias-
1226
1227test "$silent" = yes && exec 6>/dev/null
1228
1229
1230ac_pwd=`pwd` && test -n "$ac_pwd" &&
1231ac_ls_di=`ls -di .` &&
1232ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1233 as_fn_error "working directory cannot be determined"
1234test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1235 as_fn_error "pwd does not report name of working directory"
1236
1237
1238# Find the source files, if location was not specified.
1239if test -z "$srcdir"; then
1240 ac_srcdir_defaulted=yes
1241 # Try the directory containing this script, then the parent directory.
1242 ac_confdir=`$as_dirname -- "$as_myself" ||
1243$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1244 X"$as_myself" : 'X\(//\)[^/]' \| \
1245 X"$as_myself" : 'X\(//\)$' \| \
1246 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1247$as_echo X"$as_myself" |
1248 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1249 s//\1/
1250 q
1251 }
1252 /^X\(\/\/\)[^/].*/{
1253 s//\1/
1254 q
1255 }
1256 /^X\(\/\/\)$/{
1257 s//\1/
1258 q
1259 }
1260 /^X\(\/\).*/{
1261 s//\1/
1262 q
1263 }
1264 s/.*/./; q'`
1265 srcdir=$ac_confdir
1266 if test ! -r "$srcdir/$ac_unique_file"; then
1267 srcdir=..
1268 fi
1269else
1270 ac_srcdir_defaulted=no
1271fi
1272if test ! -r "$srcdir/$ac_unique_file"; then
1273 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1274 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1275fi
1276ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1277ac_abs_confdir=`(
1278 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1279 pwd)`
1280# When building in place, set srcdir=.
1281if test "$ac_abs_confdir" = "$ac_pwd"; then
1282 srcdir=.
1283fi
1284# Remove unnecessary trailing slashes from srcdir.
1285# Double slashes in file names in object file debugging info
1286# mess up M-x gdb in Emacs.
1287case $srcdir in
1288*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1289esac
1290for ac_var in $ac_precious_vars; do
1291 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1292 eval ac_env_${ac_var}_value=\$${ac_var}
1293 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1294 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1295done
1296
1297#
1298# Report the --help message.
1299#
1300if test "$ac_init_help" = "long"; then
1301 # Omit some internal or obsolete options to make the list less imposing.
1302 # This message is too long to be a string in the A/UX 3.1 sh.
1303 cat <<_ACEOF
1304\`configure' configures this package to adapt to many kinds of systems.
1305
1306Usage: $0 [OPTION]... [VAR=VALUE]...
1307
1308To assign environment variables (e.g., CC, CFLAGS...), specify them as
1309VAR=VALUE. See below for descriptions of some of the useful variables.
1310
1311Defaults for the options are specified in brackets.
1312
1313Configuration:
1314 -h, --help display this help and exit
1315 --help=short display options specific to this package
1316 --help=recursive display the short help of all the included packages
1317 -V, --version display version information and exit
1318 -q, --quiet, --silent do not print \`checking...' messages
1319 --cache-file=FILE cache test results in FILE [disabled]
1320 -C, --config-cache alias for \`--cache-file=config.cache'
1321 -n, --no-create do not create output files
1322 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1323
1324Installation directories:
1325 --prefix=PREFIX install architecture-independent files in PREFIX
1326 [$ac_default_prefix]
1327 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1328 [PREFIX]
1329
1330By default, \`make install' will install all the files in
1331\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1332an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1333for instance \`--prefix=\$HOME'.
1334
1335For better control, use the options below.
1336
1337Fine tuning of the installation directories:
1338 --bindir=DIR user executables [EPREFIX/bin]
1339 --sbindir=DIR system admin executables [EPREFIX/sbin]
1340 --libexecdir=DIR program executables [EPREFIX/libexec]
1341 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1342 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1343 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1344 --libdir=DIR object code libraries [EPREFIX/lib]
1345 --includedir=DIR C header files [PREFIX/include]
1346 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1347 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1348 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1349 --infodir=DIR info documentation [DATAROOTDIR/info]
1350 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1351 --mandir=DIR man documentation [DATAROOTDIR/man]
1352 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1353 --htmldir=DIR html documentation [DOCDIR]
1354 --dvidir=DIR dvi documentation [DOCDIR]
1355 --pdfdir=DIR pdf documentation [DOCDIR]
1356 --psdir=DIR ps documentation [DOCDIR]
1357_ACEOF
1358
1359 cat <<\_ACEOF
1360
1361Program names:
1362 --program-prefix=PREFIX prepend PREFIX to installed program names
1363 --program-suffix=SUFFIX append SUFFIX to installed program names
1364 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1365
1366System types:
1367 --build=BUILD configure for building on BUILD [guessed]
1368 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1369 --target=TARGET configure for building compilers for TARGET [HOST]
1370_ACEOF
1371fi
1372
1373if test -n "$ac_init_help"; then
1374
1375 cat <<\_ACEOF
1376
1377Optional Features:
1378 --disable-option-checking ignore unrecognized --enable/--with options
1379 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1380 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1381 --enable-plugins Enable support for plugins
6bb11ab3
L
1382 --enable-shared[=PKGS] build shared libraries [default=yes]
1383 --enable-static[=PKGS] build static libraries [default=yes]
1384 --enable-fast-install[=PKGS]
1385 optimize for fast installation [default=yes]
1386 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1387 --enable-maintainer-mode enable make rules and dependencies not useful
1388 (and sometimes confusing) to the casual installer
8d0978fb
MF
1389 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1390 itself)
1391 --enable-sim-stdio Specify whether to use stdio for console
1392 input/output
1393 --enable-sim-trace=opts Enable tracing of simulated programs
1394 --enable-sim-profile=opts
1395 Enable profiling flags
35656e95 1396 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1397 --enable-sim-environment=environment
1398 Specify mixed, user, virtual or operating
1399 environment
347fe5bb
MF
1400 --enable-sim-inline=inlines
1401 Specify which functions should be inlined
6ffe910a 1402 --disable-cycle-accurate
8d0978fb
MF
1403 Disable cycle accurate simulation (faster runtime)
1404 --disable-cycle-stats Disable cycle statistics (faster runtime)
4f8d4a38
DD
1405
1406Optional Packages:
1407 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1408 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1409 --with-system-zlib use installed libz
6bb11ab3
L
1410 --with-pic try to use only PIC/non-PIC objects [default=use
1411 both]
1412 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1413 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
4f8d4a38
DD
1414 --with-bugurl=URL Direct users to URL to report a bug
1415
1416Some influential environment variables:
1417 CC C compiler command
1418 CFLAGS C compiler flags
1419 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1420 nonstandard directory <lib dir>
1421 LIBS libraries to pass to the linker, e.g. -l<library>
1422 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1423 you have headers in a nonstandard directory <include dir>
1424 CPP C preprocessor
1425
1426Use these variables to override the choices made by `configure' or to help
1427it to find libraries and programs with nonstandard names/locations.
1428
1429Report bugs to the package provider.
1430_ACEOF
1431ac_status=$?
1432fi
1433
1434if test "$ac_init_help" = "recursive"; then
1435 # If there are subdirs, report their specific --help.
1436 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1437 test -d "$ac_dir" ||
1438 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1439 continue
1440 ac_builddir=.
1441
1442case "$ac_dir" in
1443.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1444*)
1445 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1446 # A ".." for each directory in $ac_dir_suffix.
1447 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1448 case $ac_top_builddir_sub in
1449 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1450 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1451 esac ;;
1452esac
1453ac_abs_top_builddir=$ac_pwd
1454ac_abs_builddir=$ac_pwd$ac_dir_suffix
1455# for backward compatibility:
1456ac_top_builddir=$ac_top_build_prefix
1457
1458case $srcdir in
1459 .) # We are building in place.
1460 ac_srcdir=.
1461 ac_top_srcdir=$ac_top_builddir_sub
1462 ac_abs_top_srcdir=$ac_pwd ;;
1463 [\\/]* | ?:[\\/]* ) # Absolute name.
1464 ac_srcdir=$srcdir$ac_dir_suffix;
1465 ac_top_srcdir=$srcdir
1466 ac_abs_top_srcdir=$srcdir ;;
1467 *) # Relative name.
1468 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1469 ac_top_srcdir=$ac_top_build_prefix$srcdir
1470 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1471esac
1472ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1473
1474 cd "$ac_dir" || { ac_status=$?; continue; }
1475 # Check for guested configure.
1476 if test -f "$ac_srcdir/configure.gnu"; then
1477 echo &&
1478 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1479 elif test -f "$ac_srcdir/configure"; then
1480 echo &&
1481 $SHELL "$ac_srcdir/configure" --help=recursive
1482 else
1483 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1484 fi || ac_status=$?
1485 cd "$ac_pwd" || { ac_status=$?; break; }
1486 done
1487fi
1488
1489test -n "$ac_init_help" && exit $ac_status
1490if $ac_init_version; then
1491 cat <<\_ACEOF
1492configure
1493generated by GNU Autoconf 2.64
1494
1495Copyright (C) 2009 Free Software Foundation, Inc.
1496This configure script is free software; the Free Software Foundation
1497gives unlimited permission to copy, distribute and modify it.
1498_ACEOF
1499 exit
1500fi
1501
1502## ------------------------ ##
1503## Autoconf initialization. ##
1504## ------------------------ ##
1505
1506# ac_fn_c_try_compile LINENO
1507# --------------------------
1508# Try to compile conftest.$ac_ext, and return whether this succeeded.
1509ac_fn_c_try_compile ()
1510{
1511 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1512 rm -f conftest.$ac_objext
1513 if { { ac_try="$ac_compile"
1514case "(($ac_try" in
1515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1516 *) ac_try_echo=$ac_try;;
1517esac
1518eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1519$as_echo "$ac_try_echo"; } >&5
1520 (eval "$ac_compile") 2>conftest.err
1521 ac_status=$?
1522 if test -s conftest.err; then
1523 grep -v '^ *+' conftest.err >conftest.er1
1524 cat conftest.er1 >&5
1525 mv -f conftest.er1 conftest.err
1526 fi
1527 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1528 test $ac_status = 0; } && {
1529 test -z "$ac_c_werror_flag" ||
1530 test ! -s conftest.err
1531 } && test -s conftest.$ac_objext; then :
1532 ac_retval=0
1533else
1534 $as_echo "$as_me: failed program was:" >&5
1535sed 's/^/| /' conftest.$ac_ext >&5
1536
1537 ac_retval=1
1538fi
1539 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1540 return $ac_retval
1541
1542} # ac_fn_c_try_compile
1543
1544# ac_fn_c_try_cpp LINENO
1545# ----------------------
1546# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1547ac_fn_c_try_cpp ()
1548{
1549 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1550 if { { ac_try="$ac_cpp conftest.$ac_ext"
1551case "(($ac_try" in
1552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1553 *) ac_try_echo=$ac_try;;
1554esac
1555eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1556$as_echo "$ac_try_echo"; } >&5
1557 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1558 ac_status=$?
1559 if test -s conftest.err; then
1560 grep -v '^ *+' conftest.err >conftest.er1
1561 cat conftest.er1 >&5
1562 mv -f conftest.er1 conftest.err
1563 fi
1564 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1565 test $ac_status = 0; } >/dev/null && {
1566 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1567 test ! -s conftest.err
1568 }; then :
1569 ac_retval=0
1570else
1571 $as_echo "$as_me: failed program was:" >&5
1572sed 's/^/| /' conftest.$ac_ext >&5
1573
1574 ac_retval=1
1575fi
1576 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1577 return $ac_retval
1578
1579} # ac_fn_c_try_cpp
1580
1581# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1582# -------------------------------------------------------
1583# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1584# the include files in INCLUDES and setting the cache variable VAR
1585# accordingly.
1586ac_fn_c_check_header_mongrel ()
1587{
1588 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1589 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1590 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1591$as_echo_n "checking for $2... " >&6; }
1592if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1593 $as_echo_n "(cached) " >&6
1594fi
1595eval ac_res=\$$3
1596 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1597$as_echo "$ac_res" >&6; }
1598else
1599 # Is the header compilable?
1600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1601$as_echo_n "checking $2 usability... " >&6; }
1602cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1603/* end confdefs.h. */
1604$4
1605#include <$2>
1606_ACEOF
1607if ac_fn_c_try_compile "$LINENO"; then :
1608 ac_header_compiler=yes
1609else
1610 ac_header_compiler=no
1611fi
1612rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1613{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1614$as_echo "$ac_header_compiler" >&6; }
1615
1616# Is the header present?
1617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1618$as_echo_n "checking $2 presence... " >&6; }
1619cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1620/* end confdefs.h. */
1621#include <$2>
1622_ACEOF
1623if ac_fn_c_try_cpp "$LINENO"; then :
1624 ac_header_preproc=yes
1625else
1626 ac_header_preproc=no
1627fi
1628rm -f conftest.err conftest.$ac_ext
1629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1630$as_echo "$ac_header_preproc" >&6; }
1631
1632# So? What about this header?
1633case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1634 yes:no: )
1635 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1636$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1637 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1638$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1639 ;;
1640 no:yes:* )
1641 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1642$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1643 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1644$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1645 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1646$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1647 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1648$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1649 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1650$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1651 ;;
1652esac
1653 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1654$as_echo_n "checking for $2... " >&6; }
1655if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1656 $as_echo_n "(cached) " >&6
1657else
1658 eval "$3=\$ac_header_compiler"
1659fi
1660eval ac_res=\$$3
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1662$as_echo "$ac_res" >&6; }
1663fi
1664 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1665
1666} # ac_fn_c_check_header_mongrel
1667
1668# ac_fn_c_try_run LINENO
1669# ----------------------
1670# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1671# that executables *can* be run.
1672ac_fn_c_try_run ()
1673{
1674 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1675 if { { ac_try="$ac_link"
1676case "(($ac_try" in
1677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1678 *) ac_try_echo=$ac_try;;
1679esac
1680eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1681$as_echo "$ac_try_echo"; } >&5
1682 (eval "$ac_link") 2>&5
1683 ac_status=$?
1684 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1685 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1686 { { case "(($ac_try" in
1687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1688 *) ac_try_echo=$ac_try;;
1689esac
1690eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1691$as_echo "$ac_try_echo"; } >&5
1692 (eval "$ac_try") 2>&5
1693 ac_status=$?
1694 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1695 test $ac_status = 0; }; }; then :
1696 ac_retval=0
1697else
1698 $as_echo "$as_me: program exited with status $ac_status" >&5
1699 $as_echo "$as_me: failed program was:" >&5
1700sed 's/^/| /' conftest.$ac_ext >&5
1701
1702 ac_retval=$ac_status
1703fi
1704 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1705 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1706 return $ac_retval
1707
1708} # ac_fn_c_try_run
1709
1710# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1711# -------------------------------------------------------
1712# Tests whether HEADER exists and can be compiled using the include files in
1713# INCLUDES, setting the cache variable VAR accordingly.
1714ac_fn_c_check_header_compile ()
1715{
1716 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1718$as_echo_n "checking for $2... " >&6; }
1719if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1720 $as_echo_n "(cached) " >&6
1721else
1722 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1723/* end confdefs.h. */
1724$4
1725#include <$2>
1726_ACEOF
1727if ac_fn_c_try_compile "$LINENO"; then :
1728 eval "$3=yes"
1729else
1730 eval "$3=no"
1731fi
1732rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1733fi
1734eval ac_res=\$$3
1735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1736$as_echo "$ac_res" >&6; }
1737 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1738
1739} # ac_fn_c_check_header_compile
1740
1741# ac_fn_c_try_link LINENO
1742# -----------------------
1743# Try to link conftest.$ac_ext, and return whether this succeeded.
1744ac_fn_c_try_link ()
1745{
1746 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1747 rm -f conftest.$ac_objext conftest$ac_exeext
1748 if { { ac_try="$ac_link"
1749case "(($ac_try" in
1750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1751 *) ac_try_echo=$ac_try;;
1752esac
1753eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1754$as_echo "$ac_try_echo"; } >&5
1755 (eval "$ac_link") 2>conftest.err
1756 ac_status=$?
1757 if test -s conftest.err; then
1758 grep -v '^ *+' conftest.err >conftest.er1
1759 cat conftest.er1 >&5
1760 mv -f conftest.er1 conftest.err
1761 fi
1762 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1763 test $ac_status = 0; } && {
1764 test -z "$ac_c_werror_flag" ||
1765 test ! -s conftest.err
1766 } && test -s conftest$ac_exeext && {
1767 test "$cross_compiling" = yes ||
1768 $as_test_x conftest$ac_exeext
1769 }; then :
1770 ac_retval=0
1771else
1772 $as_echo "$as_me: failed program was:" >&5
1773sed 's/^/| /' conftest.$ac_ext >&5
1774
1775 ac_retval=1
1776fi
1777 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1778 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1779 # interfere with the next link command; also delete a directory that is
1780 # left behind by Apple's compiler. We do this before executing the actions.
1781 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1782 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1783 return $ac_retval
1784
1785} # ac_fn_c_try_link
1786
1787# ac_fn_c_check_func LINENO FUNC VAR
1788# ----------------------------------
1789# Tests whether FUNC exists, setting the cache variable VAR accordingly
1790ac_fn_c_check_func ()
1791{
1792 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1793 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1794$as_echo_n "checking for $2... " >&6; }
1795if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1796 $as_echo_n "(cached) " >&6
1797else
1798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1799/* end confdefs.h. */
1800/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1801 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1802#define $2 innocuous_$2
1803
1804/* System header to define __stub macros and hopefully few prototypes,
1805 which can conflict with char $2 (); below.
1806 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1807 <limits.h> exists even on freestanding compilers. */
1808
1809#ifdef __STDC__
1810# include <limits.h>
1811#else
1812# include <assert.h>
1813#endif
1814
1815#undef $2
1816
1817/* Override any GCC internal prototype to avoid an error.
1818 Use char because int might match the return type of a GCC
1819 builtin and then its argument prototype would still apply. */
1820#ifdef __cplusplus
1821extern "C"
1822#endif
1823char $2 ();
1824/* The GNU C library defines this for functions which it implements
1825 to always fail with ENOSYS. Some functions are actually named
1826 something starting with __ and the normal name is an alias. */
1827#if defined __stub_$2 || defined __stub___$2
1828choke me
1829#endif
1830
1831int
1832main ()
1833{
1834return $2 ();
1835 ;
1836 return 0;
1837}
1838_ACEOF
1839if ac_fn_c_try_link "$LINENO"; then :
1840 eval "$3=yes"
1841else
1842 eval "$3=no"
1843fi
1844rm -f core conftest.err conftest.$ac_objext \
1845 conftest$ac_exeext conftest.$ac_ext
1846fi
1847eval ac_res=\$$3
1848 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1849$as_echo "$ac_res" >&6; }
1850 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1851
1852} # ac_fn_c_check_func
936df756
MF
1853
1854# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1855# ----------------------------------------------------
1856# Tries to find if the field MEMBER exists in type AGGR, after including
1857# INCLUDES, setting cache variable VAR accordingly.
1858ac_fn_c_check_member ()
1859{
1860 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1861 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1862$as_echo_n "checking for $2.$3... " >&6; }
1863if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1864 $as_echo_n "(cached) " >&6
1865else
1866 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1867/* end confdefs.h. */
1868$5
1869int
1870main ()
1871{
1872static $2 ac_aggr;
1873if (ac_aggr.$3)
1874return 0;
1875 ;
1876 return 0;
1877}
1878_ACEOF
1879if ac_fn_c_try_compile "$LINENO"; then :
1880 eval "$4=yes"
1881else
1882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1883/* end confdefs.h. */
1884$5
1885int
1886main ()
1887{
1888static $2 ac_aggr;
1889if (sizeof ac_aggr.$3)
1890return 0;
1891 ;
1892 return 0;
1893}
1894_ACEOF
1895if ac_fn_c_try_compile "$LINENO"; then :
1896 eval "$4=yes"
1897else
1898 eval "$4=no"
1899fi
1900rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1901fi
1902rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1903fi
1904eval ac_res=\$$4
1905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1906$as_echo "$ac_res" >&6; }
1907 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1908
1909} # ac_fn_c_check_member
1910
1911# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1912# -------------------------------------------
1913# Tests whether TYPE exists after having included INCLUDES, setting cache
1914# variable VAR accordingly.
1915ac_fn_c_check_type ()
1916{
1917 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1919$as_echo_n "checking for $2... " >&6; }
1920if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1921 $as_echo_n "(cached) " >&6
1922else
1923 eval "$3=no"
1924 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1925/* end confdefs.h. */
1926$4
1927int
1928main ()
1929{
1930if (sizeof ($2))
1931 return 0;
1932 ;
1933 return 0;
1934}
1935_ACEOF
1936if ac_fn_c_try_compile "$LINENO"; then :
1937 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1938/* end confdefs.h. */
1939$4
1940int
1941main ()
1942{
1943if (sizeof (($2)))
1944 return 0;
1945 ;
1946 return 0;
1947}
1948_ACEOF
1949if ac_fn_c_try_compile "$LINENO"; then :
1950
1951else
1952 eval "$3=yes"
1953fi
1954rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1955fi
1956rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1957fi
1958eval ac_res=\$$3
1959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1960$as_echo "$ac_res" >&6; }
1961 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1962
1963} # ac_fn_c_check_type
4f8d4a38
DD
1964cat >config.log <<_ACEOF
1965This file contains any messages produced by compilers while
1966running configure, to aid debugging if configure makes a mistake.
1967
1968It was created by $as_me, which was
1969generated by GNU Autoconf 2.64. Invocation command line was
1970
1971 $ $0 $@
1972
1973_ACEOF
1974exec 5>>config.log
1975{
1976cat <<_ASUNAME
1977## --------- ##
1978## Platform. ##
1979## --------- ##
1980
1981hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1982uname -m = `(uname -m) 2>/dev/null || echo unknown`
1983uname -r = `(uname -r) 2>/dev/null || echo unknown`
1984uname -s = `(uname -s) 2>/dev/null || echo unknown`
1985uname -v = `(uname -v) 2>/dev/null || echo unknown`
1986
1987/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1988/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1989
1990/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1991/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1992/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1993/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1994/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1995/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1996/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1997
1998_ASUNAME
1999
2000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2001for as_dir in $PATH
2002do
2003 IFS=$as_save_IFS
2004 test -z "$as_dir" && as_dir=.
2005 $as_echo "PATH: $as_dir"
2006 done
2007IFS=$as_save_IFS
2008
2009} >&5
2010
2011cat >&5 <<_ACEOF
2012
2013
2014## ----------- ##
2015## Core tests. ##
2016## ----------- ##
2017
2018_ACEOF
2019
2020
2021# Keep a trace of the command line.
2022# Strip out --no-create and --no-recursion so they do not pile up.
2023# Strip out --silent because we don't want to record it for future runs.
2024# Also quote any args containing shell meta-characters.
2025# Make two passes to allow for proper duplicate-argument suppression.
2026ac_configure_args=
2027ac_configure_args0=
2028ac_configure_args1=
2029ac_must_keep_next=false
2030for ac_pass in 1 2
2031do
2032 for ac_arg
2033 do
2034 case $ac_arg in
2035 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2036 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2037 | -silent | --silent | --silen | --sile | --sil)
2038 continue ;;
2039 *\'*)
2040 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2041 esac
2042 case $ac_pass in
2043 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2044 2)
2045 as_fn_append ac_configure_args1 " '$ac_arg'"
2046 if test $ac_must_keep_next = true; then
2047 ac_must_keep_next=false # Got value, back to normal.
2048 else
2049 case $ac_arg in
2050 *=* | --config-cache | -C | -disable-* | --disable-* \
2051 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2052 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2053 | -with-* | --with-* | -without-* | --without-* | --x)
2054 case "$ac_configure_args0 " in
2055 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2056 esac
2057 ;;
2058 -* ) ac_must_keep_next=true ;;
2059 esac
2060 fi
2061 as_fn_append ac_configure_args " '$ac_arg'"
2062 ;;
2063 esac
2064 done
2065done
2066{ ac_configure_args0=; unset ac_configure_args0;}
2067{ ac_configure_args1=; unset ac_configure_args1;}
2068
2069# When interrupted or exit'd, cleanup temporary files, and complete
2070# config.log. We remove comments because anyway the quotes in there
2071# would cause problems or look ugly.
2072# WARNING: Use '\'' to represent an apostrophe within the trap.
2073# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2074trap 'exit_status=$?
2075 # Save into config.log some information that might help in debugging.
2076 {
2077 echo
2078
2079 cat <<\_ASBOX
2080## ---------------- ##
2081## Cache variables. ##
2082## ---------------- ##
2083_ASBOX
2084 echo
2085 # The following way of writing the cache mishandles newlines in values,
2086(
2087 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2088 eval ac_val=\$$ac_var
2089 case $ac_val in #(
2090 *${as_nl}*)
2091 case $ac_var in #(
2092 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2093$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2094 esac
2095 case $ac_var in #(
2096 _ | IFS | as_nl) ;; #(
2097 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2098 *) { eval $ac_var=; unset $ac_var;} ;;
2099 esac ;;
2100 esac
2101 done
2102 (set) 2>&1 |
2103 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2104 *${as_nl}ac_space=\ *)
2105 sed -n \
2106 "s/'\''/'\''\\\\'\'''\''/g;
2107 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2108 ;; #(
2109 *)
2110 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2111 ;;
2112 esac |
2113 sort
2114)
2115 echo
2116
2117 cat <<\_ASBOX
2118## ----------------- ##
2119## Output variables. ##
2120## ----------------- ##
2121_ASBOX
2122 echo
2123 for ac_var in $ac_subst_vars
2124 do
2125 eval ac_val=\$$ac_var
2126 case $ac_val in
2127 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2128 esac
2129 $as_echo "$ac_var='\''$ac_val'\''"
2130 done | sort
2131 echo
2132
2133 if test -n "$ac_subst_files"; then
2134 cat <<\_ASBOX
2135## ------------------- ##
2136## File substitutions. ##
2137## ------------------- ##
2138_ASBOX
2139 echo
2140 for ac_var in $ac_subst_files
2141 do
2142 eval ac_val=\$$ac_var
2143 case $ac_val in
2144 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2145 esac
2146 $as_echo "$ac_var='\''$ac_val'\''"
2147 done | sort
2148 echo
2149 fi
2150
2151 if test -s confdefs.h; then
2152 cat <<\_ASBOX
2153## ----------- ##
2154## confdefs.h. ##
2155## ----------- ##
2156_ASBOX
2157 echo
2158 cat confdefs.h
2159 echo
2160 fi
2161 test "$ac_signal" != 0 &&
2162 $as_echo "$as_me: caught signal $ac_signal"
2163 $as_echo "$as_me: exit $exit_status"
2164 } >&5
2165 rm -f core *.core core.conftest.* &&
2166 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2167 exit $exit_status
2168' 0
2169for ac_signal in 1 2 13 15; do
2170 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2171done
2172ac_signal=0
2173
2174# confdefs.h avoids OS command line length limits that DEFS can exceed.
2175rm -f -r conftest* confdefs.h
2176
2177$as_echo "/* confdefs.h */" > confdefs.h
2178
2179# Predefined preprocessor variables.
2180
2181cat >>confdefs.h <<_ACEOF
2182#define PACKAGE_NAME "$PACKAGE_NAME"
2183_ACEOF
2184
2185cat >>confdefs.h <<_ACEOF
2186#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2187_ACEOF
2188
2189cat >>confdefs.h <<_ACEOF
2190#define PACKAGE_VERSION "$PACKAGE_VERSION"
2191_ACEOF
2192
2193cat >>confdefs.h <<_ACEOF
2194#define PACKAGE_STRING "$PACKAGE_STRING"
2195_ACEOF
2196
2197cat >>confdefs.h <<_ACEOF
2198#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2199_ACEOF
2200
2201cat >>confdefs.h <<_ACEOF
2202#define PACKAGE_URL "$PACKAGE_URL"
2203_ACEOF
2204
2205
2206# Let the site file select an alternate cache file if it wants to.
2207# Prefer an explicitly selected file to automatically selected ones.
2208ac_site_file1=NONE
2209ac_site_file2=NONE
2210if test -n "$CONFIG_SITE"; then
2211 ac_site_file1=$CONFIG_SITE
2212elif test "x$prefix" != xNONE; then
2213 ac_site_file1=$prefix/share/config.site
2214 ac_site_file2=$prefix/etc/config.site
2215else
2216 ac_site_file1=$ac_default_prefix/share/config.site
2217 ac_site_file2=$ac_default_prefix/etc/config.site
2218fi
2219for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2220do
2221 test "x$ac_site_file" = xNONE && continue
2222 if test -r "$ac_site_file"; then
2223 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2224$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2225 sed 's/^/| /' "$ac_site_file" >&5
2226 . "$ac_site_file"
2227 fi
2228done
2229
2230if test -r "$cache_file"; then
2231 # Some versions of bash will fail to source /dev/null (special
2232 # files actually), so we avoid doing that.
2233 if test -f "$cache_file"; then
2234 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2235$as_echo "$as_me: loading cache $cache_file" >&6;}
2236 case $cache_file in
2237 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2238 *) . "./$cache_file";;
2239 esac
2240 fi
2241else
2242 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2243$as_echo "$as_me: creating cache $cache_file" >&6;}
2244 >$cache_file
2245fi
2246
2247# Check that the precious variables saved in the cache have kept the same
2248# value.
2249ac_cache_corrupted=false
2250for ac_var in $ac_precious_vars; do
2251 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2252 eval ac_new_set=\$ac_env_${ac_var}_set
2253 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2254 eval ac_new_val=\$ac_env_${ac_var}_value
2255 case $ac_old_set,$ac_new_set in
2256 set,)
2257 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2258$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2259 ac_cache_corrupted=: ;;
2260 ,set)
2261 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2262$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2263 ac_cache_corrupted=: ;;
2264 ,);;
2265 *)
2266 if test "x$ac_old_val" != "x$ac_new_val"; then
2267 # differences in whitespace do not lead to failure.
2268 ac_old_val_w=`echo x $ac_old_val`
2269 ac_new_val_w=`echo x $ac_new_val`
2270 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2271 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2272$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2273 ac_cache_corrupted=:
2274 else
2275 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2276$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2277 eval $ac_var=\$ac_old_val
2278 fi
2279 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2280$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2281 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2282$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2283 fi;;
2284 esac
2285 # Pass precious variables to config.status.
2286 if test "$ac_new_set" = set; then
2287 case $ac_new_val in
2288 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2289 *) ac_arg=$ac_var=$ac_new_val ;;
2290 esac
2291 case " $ac_configure_args " in
2292 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2293 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2294 esac
2295 fi
2296done
2297if $ac_cache_corrupted; then
2298 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2299$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2301$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2302 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2303fi
2304## -------------------- ##
2305## Main body of script. ##
2306## -------------------- ##
2307
2308ac_ext=c
2309ac_cpp='$CPP $CPPFLAGS'
2310ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2311ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2312ac_compiler_gnu=$ac_cv_c_compiler_gnu
2313
2314
6ffe910a
MF
2315# This file contains common code used by all simulators.
2316#
2317# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2318# directory. It is intended to be invoked before any target specific stuff.
2319# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2320# It is intended to be invoked last.
2321#
306f4178 2322# The simulator's configure.ac should look like:
6ffe910a
MF
2323#
2324# dnl Process this file with autoconf to produce a configure script.
2325# AC_PREREQ(2.64)dnl
2326# AC_INIT(Makefile.in)
2327# sinclude(../common/aclocal.m4)
2328#
2329# SIM_AC_COMMON
2330#
2331# ... target specific stuff ...
2332#
2333# SIM_AC_OUTPUT
4f8d4a38 2334
6ffe910a 2335# Include global overrides and fixes for Autoconf.
4f8d4a38 2336
4f8d4a38
DD
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
6ffe910a
MF
2362# _AC_CHECK_DECL_BODY
2363# -------------------
2364# Shell function body for AC_CHECK_DECL.
2365# _AC_CHECK_DECL_BODY
4f8d4a38 2366
6ffe910a
MF
2367# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2368# INCLUDES)
2369# -------------------------------------------------------------
2370# Helper to AC_CHECK_DECLS, which generates the check for a single
2371# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2372# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
93378652
DD
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
db2e4d67 2383
6bb11ab3 2384# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2385#
6bb11ab3
L
2386# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2387# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2388# Written by Gordon Matzigkeit, 1996
2389#
2390# This file is free software; the Free Software Foundation gives
2391# unlimited permission to copy and/or distribute it, with or without
2392# modifications, as long as this notice is preserved.
db2e4d67 2393
db2e4d67 2394
db2e4d67 2395
6bb11ab3 2396# serial 56 LT_INIT
db2e4d67
MF
2397
2398
6bb11ab3
L
2399# LT_PREREQ(VERSION)
2400# ------------------
2401# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2402
db2e4d67
MF
2403
2404
6bb11ab3
L
2405# _LT_CHECK_BUILDDIR
2406# ------------------
2407# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2408
2409
93378652 2410
6bb11ab3
L
2411# LT_INIT([OPTIONS])
2412# ------------------
2413# LT_INIT
93378652 2414
6bb11ab3
L
2415# Old names:
2416# This is what autoupdate's m4 run will expand. It fires
2417# the warning (with _au_warn_XXX), outputs it into the
2418# updated configure.ac (with AC_DIAGNOSE), and then outputs
2419# the replacement expansion.
93378652
DD
2420
2421
6bb11ab3
L
2422# This is an auxiliary macro that is also run when
2423# autoupdate runs m4. It simply calls m4_warning, but
2424# we need a wrapper so that each warning is emitted only
2425# once. We break the quoting in m4_warning's argument in
2426# order to expand this macro's arguments, not AU_DEFUN's.
93378652
DD
2427
2428
6bb11ab3
L
2429# Finally, this is the expansion that is picked up by
2430# autoconf. It tells the user to run autoupdate, and
2431# then outputs the replacement expansion. We do not care
2432# about autoupdate's warning because that contains
2433# information on what to do *after* running autoupdate.
93378652 2434
6bb11ab3
L
2435# This is what autoupdate's m4 run will expand. It fires
2436# the warning (with _au_warn_XXX), outputs it into the
2437# updated configure.ac (with AC_DIAGNOSE), and then outputs
2438# the replacement expansion.
93378652
DD
2439
2440
6bb11ab3
L
2441# This is an auxiliary macro that is also run when
2442# autoupdate runs m4. It simply calls m4_warning, but
2443# we need a wrapper so that each warning is emitted only
2444# once. We break the quoting in m4_warning's argument in
2445# order to expand this macro's arguments, not AU_DEFUN's.
93378652
DD
2446
2447
6bb11ab3
L
2448# Finally, this is the expansion that is picked up by
2449# autoconf. It tells the user to run autoupdate, and
2450# then outputs the replacement expansion. We do not care
2451# about autoupdate's warning because that contains
2452# information on what to do *after* running autoupdate.
93378652
DD
2453
2454
2455
6bb11ab3
L
2456# _LT_CC_BASENAME(CC)
2457# -------------------
2458# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
93378652
DD
2459
2460
2461
6bb11ab3
L
2462# _LT_FILEUTILS_DEFAULTS
2463# ----------------------
2464# It is okay to use these file commands and assume they have been set
2465# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2466# _LT_FILEUTILS_DEFAULTS
93378652
DD
2467
2468
6bb11ab3
L
2469# _LT_SETUP
2470# ---------
2471# _LT_SETUP
93378652
DD
2472
2473
6bb11ab3
L
2474# _LT_PREPARE_SED_QUOTE_VARS
2475# --------------------------
2476# Define a few sed substitution that help us do robust quoting.
93378652
DD
2477
2478
6bb11ab3
L
2479# _LT_PROG_LTMAIN
2480# ---------------
2481# Note that this code is called both from `configure', and `config.status'
2482# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2483# `config.status' has no value for ac_aux_dir unless we are using Automake,
2484# so we pass a copy along to make sure it has a sensible value anyway.
2485# _LT_PROG_LTMAIN
93378652
DD
2486
2487
6bb11ab3
L
2488## ------------------------------------- ##
2489## Accumulate code for creating libtool. ##
2490## ------------------------------------- ##
93378652 2491
6bb11ab3
L
2492# So that we can recreate a full libtool script including additional
2493# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2494# in macros and then make a single call at the end using the `libtool'
2495# label.
93378652
DD
2496
2497
6bb11ab3
L
2498# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2499# ----------------------------------------
2500# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
93378652
DD
2501
2502
6bb11ab3 2503# Initialize.
93378652
DD
2504
2505
2506
6bb11ab3
L
2507# _LT_CONFIG_LIBTOOL([COMMANDS])
2508# ------------------------------
2509# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
93378652
DD
2510
2511
6bb11ab3 2512# Initialize.
93378652
DD
2513
2514
2515
6bb11ab3
L
2516# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2517# -----------------------------------------------------
93378652
DD
2518
2519
2520
6bb11ab3
L
2521# _LT_FORMAT_COMMENT([COMMENT])
2522# -----------------------------
2523# Add leading comment marks to the start of each line, and a trailing
2524# full-stop to the whole comment if one is not present already.
93378652
DD
2525
2526
2527
2528
6bb11ab3
L
2529## ------------------------ ##
2530## FIXME: Eliminate VARNAME ##
2531## ------------------------ ##
93378652
DD
2532
2533
6bb11ab3
L
2534# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2535# -------------------------------------------------------------------
2536# CONFIGNAME is the name given to the value in the libtool script.
2537# VARNAME is the (base) name used in the configure script.
2538# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2539# VARNAME. Any other value will be used directly.
93378652 2540
4f8d4a38
DD
2541
2542
6bb11ab3
L
2543# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2544# --------------------------------------------------------
4f8d4a38
DD
2545
2546
2547
6bb11ab3
L
2548# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2549# ------------------------------------------------
4f8d4a38
DD
2550
2551
2552
6bb11ab3
L
2553# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2554# ---------------------------------------------------------
4f8d4a38
DD
2555
2556
2557
6bb11ab3
L
2558# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2559# --------------------------------------------------
4f8d4a38
DD
2560
2561
2562
6bb11ab3
L
2563# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2564# ---------------------------------------------------
4f8d4a38
DD
2565
2566
2567
6bb11ab3
L
2568# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2569# ---------------------------------------------------
4f8d4a38
DD
2570
2571
2572
2573
6bb11ab3
L
2574# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2575# ------------------------------------------------
4f8d4a38
DD
2576
2577
2578
2579
6bb11ab3
L
2580# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2581# ------------------------------------
2582# Quote a variable value, and forward it to `config.status' so that its
2583# declaration there will have the same value as in `configure'. VARNAME
2584# must have a single quote delimited value for this to work.
4f8d4a38
DD
2585
2586
2587
6bb11ab3
L
2588# _LT_CONFIG_STATUS_DECLARATIONS
2589# ------------------------------
2590# We delimit libtool config variables with single quotes, so when
2591# we write them to config.status, we have to be sure to quote all
2592# embedded single quotes properly. In configure, this macro expands
2593# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2594#
2595# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
4f8d4a38
DD
2596
2597
2598
6bb11ab3
L
2599# _LT_LIBTOOL_TAGS
2600# ----------------
2601# Output comment and list of tags supported by the script
4f8d4a38
DD
2602
2603
2604
6bb11ab3
L
2605# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2606# -----------------------------------
2607# Extract the dictionary values for VARNAME (optionally with TAG) and
2608# expand to a commented shell variable setting:
2609#
2610# # Some comment about what VAR is for.
2611# visible_name=$lt_internal_name
4f8d4a38
DD
2612
2613
4f8d4a38 2614
6bb11ab3
L
2615# _LT_LIBTOOL_CONFIG_VARS
2616# -----------------------
2617# Produce commented declarations of non-tagged libtool config variables
2618# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2619# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2620# section) are produced by _LT_LIBTOOL_TAG_VARS.
4f8d4a38
DD
2621
2622
2623
6bb11ab3
L
2624# _LT_LIBTOOL_TAG_VARS(TAG)
2625# -------------------------
4f8d4a38
DD
2626
2627
2628
6bb11ab3
L
2629# _LT_TAGVAR(VARNAME, [TAGNAME])
2630# ------------------------------
4f8d4a38
DD
2631
2632
2633
6bb11ab3
L
2634# _LT_CONFIG_COMMANDS
2635# -------------------
2636# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2637# variables for single and double quote escaping we saved from calls
2638# to _LT_DECL, we can put quote escaped variables declarations
2639# into `config.status', and then the shell code to quote escape them in
2640# for loops in `config.status'. Finally, any additional code accumulated
2641# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2642#_LT_CONFIG_COMMANDS
2643
2644
2645# Initialize.
2646
2647
2648# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2649# ------------------------------------
2650# Generate a child script FILE with all initialization necessary to
2651# reuse the environment learned by the parent script, and make the
2652# file executable. If COMMENT is supplied, it is inserted after the
2653# `#!' sequence but before initialization text begins. After this
2654# macro, additional text can be appended to FILE to form the body of
2655# the child script. The macro ends with non-zero status if the
2656# file could not be fully written (such as if the disk is full).
2657# _LT_GENERATED_FILE_INIT
2658
2659# LT_OUTPUT
2660# ---------
2661# This macro allows early generation of the libtool script (before
2662# AC_OUTPUT is called), incase it is used in configure for compilation
2663# tests.
2664# LT_OUTPUT
2665
2666
2667# _LT_CONFIG(TAG)
2668# ---------------
2669# If TAG is the built-in tag, create an initial libtool script with a
2670# default configuration from the untagged config vars. Otherwise add code
2671# to config.status for appending the configuration named by TAG from the
2672# matching tagged config vars.
2673# _LT_CONFIG
4f8d4a38
DD
2674
2675
6bb11ab3
L
2676# LT_SUPPORTED_TAG(TAG)
2677# ---------------------
2678# Trace this macro to discover what tags are supported by the libtool
2679# --tag option, using:
2680# autoconf --trace 'LT_SUPPORTED_TAG:$1'
4f8d4a38 2681
4f8d4a38 2682
4f8d4a38 2683
6bb11ab3 2684# C support is built-in for now
4f8d4a38 2685
4f8d4a38
DD
2686
2687
2688
6bb11ab3
L
2689# LT_LANG(LANG)
2690# -------------
2691# Enable libtool support for the given language if not already enabled.
2692# LT_LANG
4f8d4a38
DD
2693
2694
6bb11ab3
L
2695# _LT_LANG(LANGNAME)
2696# ------------------
2697# _LT_LANG
4f8d4a38
DD
2698
2699
6bb11ab3
L
2700# _LT_LANG_DEFAULT_CONFIG
2701# -----------------------
2702# _LT_LANG_DEFAULT_CONFIG
4f8d4a38 2703
6bb11ab3
L
2704# Obsolete macros:
2705# This is what autoupdate's m4 run will expand. It fires
2706# the warning (with _au_warn_XXX), outputs it into the
2707# updated configure.ac (with AC_DIAGNOSE), and then outputs
2708# the replacement expansion.
4f8d4a38 2709
4f8d4a38 2710
6bb11ab3
L
2711# This is an auxiliary macro that is also run when
2712# autoupdate runs m4. It simply calls m4_warning, but
2713# we need a wrapper so that each warning is emitted only
2714# once. We break the quoting in m4_warning's argument in
2715# order to expand this macro's arguments, not AU_DEFUN's.
4f8d4a38 2716
4f8d4a38 2717
6bb11ab3
L
2718# Finally, this is the expansion that is picked up by
2719# autoconf. It tells the user to run autoupdate, and
2720# then outputs the replacement expansion. We do not care
2721# about autoupdate's warning because that contains
2722# information on what to do *after* running autoupdate.
4f8d4a38 2723
6bb11ab3
L
2724# This is what autoupdate's m4 run will expand. It fires
2725# the warning (with _au_warn_XXX), outputs it into the
2726# updated configure.ac (with AC_DIAGNOSE), and then outputs
2727# the replacement expansion.
4f8d4a38
DD
2728
2729
6bb11ab3
L
2730# This is an auxiliary macro that is also run when
2731# autoupdate runs m4. It simply calls m4_warning, but
2732# we need a wrapper so that each warning is emitted only
2733# once. We break the quoting in m4_warning's argument in
2734# order to expand this macro's arguments, not AU_DEFUN's.
4f8d4a38
DD
2735
2736
6bb11ab3
L
2737# Finally, this is the expansion that is picked up by
2738# autoconf. It tells the user to run autoupdate, and
2739# then outputs the replacement expansion. We do not care
2740# about autoupdate's warning because that contains
2741# information on what to do *after* running autoupdate.
4f8d4a38 2742
6bb11ab3
L
2743# This is what autoupdate's m4 run will expand. It fires
2744# the warning (with _au_warn_XXX), outputs it into the
2745# updated configure.ac (with AC_DIAGNOSE), and then outputs
2746# the replacement expansion.
4f8d4a38
DD
2747
2748
6bb11ab3
L
2749# This is an auxiliary macro that is also run when
2750# autoupdate runs m4. It simply calls m4_warning, but
2751# we need a wrapper so that each warning is emitted only
2752# once. We break the quoting in m4_warning's argument in
2753# order to expand this macro's arguments, not AU_DEFUN's.
4f8d4a38
DD
2754
2755
6bb11ab3
L
2756# Finally, this is the expansion that is picked up by
2757# autoconf. It tells the user to run autoupdate, and
2758# then outputs the replacement expansion. We do not care
2759# about autoupdate's warning because that contains
2760# information on what to do *after* running autoupdate.
4f8d4a38 2761
6bb11ab3
L
2762# This is what autoupdate's m4 run will expand. It fires
2763# the warning (with _au_warn_XXX), outputs it into the
2764# updated configure.ac (with AC_DIAGNOSE), and then outputs
2765# the replacement expansion.
4f8d4a38
DD
2766
2767
6bb11ab3
L
2768# This is an auxiliary macro that is also run when
2769# autoupdate runs m4. It simply calls m4_warning, but
2770# we need a wrapper so that each warning is emitted only
2771# once. We break the quoting in m4_warning's argument in
2772# order to expand this macro's arguments, not AU_DEFUN's.
4f8d4a38
DD
2773
2774
6bb11ab3
L
2775# Finally, this is the expansion that is picked up by
2776# autoconf. It tells the user to run autoupdate, and
2777# then outputs the replacement expansion. We do not care
2778# about autoupdate's warning because that contains
2779# information on what to do *after* running autoupdate.
4f8d4a38 2780
6bb11ab3
L
2781# This is what autoupdate's m4 run will expand. It fires
2782# the warning (with _au_warn_XXX), outputs it into the
2783# updated configure.ac (with AC_DIAGNOSE), and then outputs
2784# the replacement expansion.
4f8d4a38
DD
2785
2786
6bb11ab3
L
2787# This is an auxiliary macro that is also run when
2788# autoupdate runs m4. It simply calls m4_warning, but
2789# we need a wrapper so that each warning is emitted only
2790# once. We break the quoting in m4_warning's argument in
2791# order to expand this macro's arguments, not AU_DEFUN's.
4f8d4a38
DD
2792
2793
6bb11ab3
L
2794# Finally, this is the expansion that is picked up by
2795# autoconf. It tells the user to run autoupdate, and
2796# then outputs the replacement expansion. We do not care
2797# about autoupdate's warning because that contains
2798# information on what to do *after* running autoupdate.
4f8d4a38
DD
2799
2800
2801
6bb11ab3
L
2802# _LT_TAG_COMPILER
2803# ----------------
2804# _LT_TAG_COMPILER
4f8d4a38 2805
93378652 2806
6bb11ab3
L
2807# _LT_COMPILER_BOILERPLATE
2808# ------------------------
2809# Check for compiler boilerplate output or warnings with
2810# the simple compiler test code.
2811# _LT_COMPILER_BOILERPLATE
93378652 2812
6ffe910a 2813
6bb11ab3
L
2814# _LT_LINKER_BOILERPLATE
2815# ----------------------
2816# Check for linker boilerplate output or warnings with
2817# the simple link test code.
2818# _LT_LINKER_BOILERPLATE
6ffe910a 2819
6bb11ab3
L
2820# _LT_REQUIRED_DARWIN_CHECKS
2821# -------------------------
6ffe910a 2822
6ffe910a 2823
6ffe910a 2824
6bb11ab3
L
2825# _LT_DARWIN_LINKER_FEATURES
2826# --------------------------
2827# Checks for linker and compiler features on darwin
6ffe910a 2828
6ffe910a 2829
6bb11ab3
L
2830# _LT_SYS_MODULE_PATH_AIX
2831# -----------------------
2832# Links a minimal program and checks the executable
2833# for the system default hardcoded library path. In most cases,
2834# this is /usr/lib:/lib, but when the MPI compilers are used
2835# the location of the communication and MPI libs are included too.
2836# If we don't find anything, use the default library path according
2837# to the aix ld manual.
2838# _LT_SYS_MODULE_PATH_AIX
6ffe910a
MF
2839
2840
6bb11ab3
L
2841# _LT_SHELL_INIT(ARG)
2842# -------------------
2843# _LT_SHELL_INIT
6ffe910a 2844
6ffe910a
MF
2845
2846
6bb11ab3
L
2847# _LT_PROG_ECHO_BACKSLASH
2848# -----------------------
2849# Find how we can fake an echo command that does not interpret backslash.
2850# In particular, with Autoconf 2.60 or later we add some code to the start
2851# of the generated configure script which will find a shell with a builtin
2852# printf (which we can use as an echo command).
2853# _LT_PROG_ECHO_BACKSLASH
6ffe910a 2854
6ffe910a 2855
6bb11ab3
L
2856# _LT_ENABLE_LOCK
2857# ---------------
2858# _LT_ENABLE_LOCK
6ffe910a 2859
6ffe910a 2860
6bb11ab3
L
2861# _LT_CMD_OLD_ARCHIVE
2862# -------------------
2863# _LT_CMD_OLD_ARCHIVE
6ffe910a
MF
2864
2865
6bb11ab3
L
2866# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2867# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2868# ----------------------------------------------------------------
2869# Check whether the given compiler option works
2870# _LT_COMPILER_OPTION
6ffe910a 2871
6bb11ab3
L
2872# Old name:
2873# This is what autoupdate's m4 run will expand. It fires
2874# the warning (with _au_warn_XXX), outputs it into the
2875# updated configure.ac (with AC_DIAGNOSE), and then outputs
2876# the replacement expansion.
6ffe910a 2877
6ffe910a 2878
6bb11ab3
L
2879# This is an auxiliary macro that is also run when
2880# autoupdate runs m4. It simply calls m4_warning, but
2881# we need a wrapper so that each warning is emitted only
2882# once. We break the quoting in m4_warning's argument in
2883# order to expand this macro's arguments, not AU_DEFUN's.
6ffe910a 2884
6ffe910a 2885
6bb11ab3
L
2886# Finally, this is the expansion that is picked up by
2887# autoconf. It tells the user to run autoupdate, and
2888# then outputs the replacement expansion. We do not care
2889# about autoupdate's warning because that contains
2890# information on what to do *after* running autoupdate.
6ffe910a 2891
6ffe910a 2892
6ffe910a 2893
6bb11ab3
L
2894# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2895# [ACTION-SUCCESS], [ACTION-FAILURE])
2896# ----------------------------------------------------
2897# Check whether the given linker option works
2898# _LT_LINKER_OPTION
6ffe910a 2899
6bb11ab3
L
2900# Old name:
2901# This is what autoupdate's m4 run will expand. It fires
2902# the warning (with _au_warn_XXX), outputs it into the
2903# updated configure.ac (with AC_DIAGNOSE), and then outputs
2904# the replacement expansion.
6ffe910a 2905
6ffe910a 2906
6bb11ab3
L
2907# This is an auxiliary macro that is also run when
2908# autoupdate runs m4. It simply calls m4_warning, but
2909# we need a wrapper so that each warning is emitted only
2910# once. We break the quoting in m4_warning's argument in
2911# order to expand this macro's arguments, not AU_DEFUN's.
6ffe910a 2912
6ffe910a 2913
6bb11ab3
L
2914# Finally, this is the expansion that is picked up by
2915# autoconf. It tells the user to run autoupdate, and
2916# then outputs the replacement expansion. We do not care
2917# about autoupdate's warning because that contains
2918# information on what to do *after* running autoupdate.
2919
2920
2921
2922# LT_CMD_MAX_LEN
2923#---------------
2924# LT_CMD_MAX_LEN
2925
2926# Old name:
2927# This is what autoupdate's m4 run will expand. It fires
2928# the warning (with _au_warn_XXX), outputs it into the
2929# updated configure.ac (with AC_DIAGNOSE), and then outputs
2930# the replacement expansion.
2931
2932
2933# This is an auxiliary macro that is also run when
2934# autoupdate runs m4. It simply calls m4_warning, but
2935# we need a wrapper so that each warning is emitted only
2936# once. We break the quoting in m4_warning's argument in
2937# order to expand this macro's arguments, not AU_DEFUN's.
2938
2939
2940# Finally, this is the expansion that is picked up by
2941# autoconf. It tells the user to run autoupdate, and
2942# then outputs the replacement expansion. We do not care
2943# about autoupdate's warning because that contains
2944# information on what to do *after* running autoupdate.
2945
2946
2947
2948# _LT_HEADER_DLFCN
2949# ----------------
2950# _LT_HEADER_DLFCN
2951
2952
2953# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2954# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2955# ----------------------------------------------------------------
2956# _LT_TRY_DLOPEN_SELF
2957
2958
2959# LT_SYS_DLOPEN_SELF
2960# ------------------
2961# LT_SYS_DLOPEN_SELF
2962
2963# Old name:
2964# This is what autoupdate's m4 run will expand. It fires
2965# the warning (with _au_warn_XXX), outputs it into the
2966# updated configure.ac (with AC_DIAGNOSE), and then outputs
2967# the replacement expansion.
2968
2969
2970# This is an auxiliary macro that is also run when
2971# autoupdate runs m4. It simply calls m4_warning, but
2972# we need a wrapper so that each warning is emitted only
2973# once. We break the quoting in m4_warning's argument in
2974# order to expand this macro's arguments, not AU_DEFUN's.
2975
2976
2977# Finally, this is the expansion that is picked up by
2978# autoconf. It tells the user to run autoupdate, and
2979# then outputs the replacement expansion. We do not care
2980# about autoupdate's warning because that contains
2981# information on what to do *after* running autoupdate.
2982
2983
2984
2985# _LT_COMPILER_C_O([TAGNAME])
2986# ---------------------------
2987# Check to see if options -c and -o are simultaneously supported by compiler.
2988# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2989# _LT_COMPILER_C_O
2990
2991
2992# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2993# ----------------------------------
2994# Check to see if we can do hard links to lock some files if needed
2995# _LT_COMPILER_FILE_LOCKS
2996
2997
2998# _LT_CHECK_OBJDIR
2999# ----------------
3000# _LT_CHECK_OBJDIR
3001
3002
3003# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3004# --------------------------------------
3005# Check hardcoding attributes.
3006# _LT_LINKER_HARDCODE_LIBPATH
3007
3008
3009# _LT_CMD_STRIPLIB
3010# ----------------
3011# _LT_CMD_STRIPLIB
3012
3013
3014# _LT_SYS_DYNAMIC_LINKER([TAG])
3015# -----------------------------
3016# PORTME Fill in your ld.so characteristics
3017# _LT_SYS_DYNAMIC_LINKER
3018
3019
3020# _LT_PATH_TOOL_PREFIX(TOOL)
3021# --------------------------
3022# find a file program which can recognize shared library
3023# _LT_PATH_TOOL_PREFIX
3024
3025# Old name:
3026# This is what autoupdate's m4 run will expand. It fires
3027# the warning (with _au_warn_XXX), outputs it into the
3028# updated configure.ac (with AC_DIAGNOSE), and then outputs
3029# the replacement expansion.
3030
3031
3032# This is an auxiliary macro that is also run when
3033# autoupdate runs m4. It simply calls m4_warning, but
3034# we need a wrapper so that each warning is emitted only
3035# once. We break the quoting in m4_warning's argument in
3036# order to expand this macro's arguments, not AU_DEFUN's.
3037
3038
3039# Finally, this is the expansion that is picked up by
3040# autoconf. It tells the user to run autoupdate, and
3041# then outputs the replacement expansion. We do not care
3042# about autoupdate's warning because that contains
3043# information on what to do *after* running autoupdate.
3044
3045
3046
3047# _LT_PATH_MAGIC
3048# --------------
3049# find a file program which can recognize a shared library
3050# _LT_PATH_MAGIC
3051
3052
3053# LT_PATH_LD
3054# ----------
3055# find the pathname to the GNU or non-GNU linker
3056# LT_PATH_LD
3057
3058# Old names:
3059# This is what autoupdate's m4 run will expand. It fires
3060# the warning (with _au_warn_XXX), outputs it into the
3061# updated configure.ac (with AC_DIAGNOSE), and then outputs
3062# the replacement expansion.
3063
3064
3065# This is an auxiliary macro that is also run when
3066# autoupdate runs m4. It simply calls m4_warning, but
3067# we need a wrapper so that each warning is emitted only
3068# once. We break the quoting in m4_warning's argument in
3069# order to expand this macro's arguments, not AU_DEFUN's.
3070
3071
3072# Finally, this is the expansion that is picked up by
3073# autoconf. It tells the user to run autoupdate, and
3074# then outputs the replacement expansion. We do not care
3075# about autoupdate's warning because that contains
3076# information on what to do *after* running autoupdate.
3077
3078# This is what autoupdate's m4 run will expand. It fires
3079# the warning (with _au_warn_XXX), outputs it into the
3080# updated configure.ac (with AC_DIAGNOSE), and then outputs
3081# the replacement expansion.
3082
3083
3084# This is an auxiliary macro that is also run when
3085# autoupdate runs m4. It simply calls m4_warning, but
3086# we need a wrapper so that each warning is emitted only
3087# once. We break the quoting in m4_warning's argument in
3088# order to expand this macro's arguments, not AU_DEFUN's.
3089
3090
3091# Finally, this is the expansion that is picked up by
3092# autoconf. It tells the user to run autoupdate, and
3093# then outputs the replacement expansion. We do not care
3094# about autoupdate's warning because that contains
3095# information on what to do *after* running autoupdate.
3096
3097
3098
3099# _LT_PATH_LD_GNU
3100#- --------------
3101# _LT_PATH_LD_GNU
3102
3103
3104# _LT_CMD_RELOAD
3105# --------------
3106# find reload flag for linker
3107# -- PORTME Some linkers may need a different reload flag.
3108# _LT_CMD_RELOAD
3109
3110
3111# _LT_CHECK_MAGIC_METHOD
3112# ----------------------
3113# how to check for library dependencies
3114# -- PORTME fill in with the dynamic library characteristics
3115# _LT_CHECK_MAGIC_METHOD
3116
3117
3118# LT_PATH_NM
3119# ----------
3120# find the pathname to a BSD- or MS-compatible name lister
3121# LT_PATH_NM
3122
3123# Old names:
3124# This is what autoupdate's m4 run will expand. It fires
3125# the warning (with _au_warn_XXX), outputs it into the
3126# updated configure.ac (with AC_DIAGNOSE), and then outputs
3127# the replacement expansion.
3128
3129
3130# This is an auxiliary macro that is also run when
3131# autoupdate runs m4. It simply calls m4_warning, but
3132# we need a wrapper so that each warning is emitted only
3133# once. We break the quoting in m4_warning's argument in
3134# order to expand this macro's arguments, not AU_DEFUN's.
3135
3136
3137# Finally, this is the expansion that is picked up by
3138# autoconf. It tells the user to run autoupdate, and
3139# then outputs the replacement expansion. We do not care
3140# about autoupdate's warning because that contains
3141# information on what to do *after* running autoupdate.
3142
3143# This is what autoupdate's m4 run will expand. It fires
3144# the warning (with _au_warn_XXX), outputs it into the
3145# updated configure.ac (with AC_DIAGNOSE), and then outputs
3146# the replacement expansion.
3147
3148
3149# This is an auxiliary macro that is also run when
3150# autoupdate runs m4. It simply calls m4_warning, but
3151# we need a wrapper so that each warning is emitted only
3152# once. We break the quoting in m4_warning's argument in
3153# order to expand this macro's arguments, not AU_DEFUN's.
3154
3155
3156# Finally, this is the expansion that is picked up by
3157# autoconf. It tells the user to run autoupdate, and
3158# then outputs the replacement expansion. We do not care
3159# about autoupdate's warning because that contains
3160# information on what to do *after* running autoupdate.
3161
3162
3163
3164# LT_LIB_M
3165# --------
3166# check for math library
3167# LT_LIB_M
3168
3169# Old name:
3170# This is what autoupdate's m4 run will expand. It fires
3171# the warning (with _au_warn_XXX), outputs it into the
3172# updated configure.ac (with AC_DIAGNOSE), and then outputs
3173# the replacement expansion.
3174
3175
3176# This is an auxiliary macro that is also run when
3177# autoupdate runs m4. It simply calls m4_warning, but
3178# we need a wrapper so that each warning is emitted only
3179# once. We break the quoting in m4_warning's argument in
3180# order to expand this macro's arguments, not AU_DEFUN's.
3181
3182
3183# Finally, this is the expansion that is picked up by
3184# autoconf. It tells the user to run autoupdate, and
3185# then outputs the replacement expansion. We do not care
3186# about autoupdate's warning because that contains
3187# information on what to do *after* running autoupdate.
3188
3189
3190
3191# _LT_COMPILER_NO_RTTI([TAGNAME])
3192# -------------------------------
3193# _LT_COMPILER_NO_RTTI
3194
3195
3196# _LT_CMD_GLOBAL_SYMBOLS
3197# ----------------------
3198 # _LT_CMD_GLOBAL_SYMBOLS
3199
3200
3201# _LT_COMPILER_PIC([TAGNAME])
3202# ---------------------------
3203# _LT_COMPILER_PIC
3204
3205
3206# _LT_LINKER_SHLIBS([TAGNAME])
3207# ----------------------------
3208# See if the linker supports building shared libraries.
3209# _LT_LINKER_SHLIBS
3210
3211
3212# _LT_LANG_C_CONFIG([TAG])
3213# ------------------------
3214# Ensure that the configuration variables for a C compiler are suitably
3215# defined. These variables are subsequently used by _LT_CONFIG to write
3216# the compiler configuration to `libtool'.
3217# _LT_LANG_C_CONFIG
3218
3219
3220# _LT_LANG_CXX_CONFIG([TAG])
3221# --------------------------
3222# Ensure that the configuration variables for a C++ compiler are suitably
3223# defined. These variables are subsequently used by _LT_CONFIG to write
3224# the compiler configuration to `libtool'.
3225# _LT_LANG_CXX_CONFIG
3226
3227
3228# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3229# ---------------------------------
3230# Figure out "hidden" library dependencies from verbose
3231# compiler output when linking a shared library.
3232# Parse the compiler output and extract the necessary
3233# objects, libraries and library flags.
3234# _LT_SYS_HIDDEN_LIBDEPS
3235
3236
3237# _LT_LANG_F77_CONFIG([TAG])
3238# --------------------------
3239# Ensure that the configuration variables for a Fortran 77 compiler are
3240# suitably defined. These variables are subsequently used by _LT_CONFIG
3241# to write the compiler configuration to `libtool'.
3242# _LT_LANG_F77_CONFIG
3243
3244
3245# _LT_LANG_FC_CONFIG([TAG])
3246# -------------------------
3247# Ensure that the configuration variables for a Fortran compiler are
3248# suitably defined. These variables are subsequently used by _LT_CONFIG
3249# to write the compiler configuration to `libtool'.
3250# _LT_LANG_FC_CONFIG
3251
3252
3253# _LT_LANG_GCJ_CONFIG([TAG])
3254# --------------------------
3255# Ensure that the configuration variables for the GNU Java Compiler compiler
3256# are suitably defined. These variables are subsequently used by _LT_CONFIG
3257# to write the compiler configuration to `libtool'.
3258# _LT_LANG_GCJ_CONFIG
3259
3260
3261# _LT_LANG_RC_CONFIG([TAG])
3262# -------------------------
3263# Ensure that the configuration variables for the Windows resource compiler
3264# are suitably defined. These variables are subsequently used by _LT_CONFIG
3265# to write the compiler configuration to `libtool'.
3266# _LT_LANG_RC_CONFIG
3267
3268
3269# LT_PROG_GCJ
3270# -----------
3271
3272
3273# Old name:
3274# This is what autoupdate's m4 run will expand. It fires
3275# the warning (with _au_warn_XXX), outputs it into the
3276# updated configure.ac (with AC_DIAGNOSE), and then outputs
3277# the replacement expansion.
3278
3279
3280# This is an auxiliary macro that is also run when
3281# autoupdate runs m4. It simply calls m4_warning, but
3282# we need a wrapper so that each warning is emitted only
3283# once. We break the quoting in m4_warning's argument in
3284# order to expand this macro's arguments, not AU_DEFUN's.
3285
3286
3287# Finally, this is the expansion that is picked up by
3288# autoconf. It tells the user to run autoupdate, and
3289# then outputs the replacement expansion. We do not care
3290# about autoupdate's warning because that contains
3291# information on what to do *after* running autoupdate.
3292
3293
3294
3295# LT_PROG_RC
3296# ----------
3297
3298
3299# Old name:
3300# This is what autoupdate's m4 run will expand. It fires
3301# the warning (with _au_warn_XXX), outputs it into the
3302# updated configure.ac (with AC_DIAGNOSE), and then outputs
3303# the replacement expansion.
3304
3305
3306# This is an auxiliary macro that is also run when
3307# autoupdate runs m4. It simply calls m4_warning, but
3308# we need a wrapper so that each warning is emitted only
3309# once. We break the quoting in m4_warning's argument in
3310# order to expand this macro's arguments, not AU_DEFUN's.
3311
3312
3313# Finally, this is the expansion that is picked up by
3314# autoconf. It tells the user to run autoupdate, and
3315# then outputs the replacement expansion. We do not care
3316# about autoupdate's warning because that contains
3317# information on what to do *after* running autoupdate.
3318
3319
3320
3321# _LT_DECL_EGREP
3322# --------------
3323# If we don't have a new enough Autoconf to choose the best grep
3324# available, choose the one first in the user's PATH.
3325
3326
3327
3328# _LT_DECL_OBJDUMP
3329# --------------
3330# If we don't have a new enough Autoconf to choose the best objdump
3331# available, choose the one first in the user's PATH.
3332
3333
3334
3335# _LT_DECL_SED
3336# ------------
3337# Check for a fully-functional sed program, that truncates
3338# as few characters as possible. Prefer GNU sed if found.
3339# _LT_DECL_SED
3340
3341#m4_ifndef
3342
3343# Old name:
3344# This is what autoupdate's m4 run will expand. It fires
3345# the warning (with _au_warn_XXX), outputs it into the
3346# updated configure.ac (with AC_DIAGNOSE), and then outputs
3347# the replacement expansion.
3348
3349
3350# This is an auxiliary macro that is also run when
3351# autoupdate runs m4. It simply calls m4_warning, but
3352# we need a wrapper so that each warning is emitted only
3353# once. We break the quoting in m4_warning's argument in
3354# order to expand this macro's arguments, not AU_DEFUN's.
3355
3356
3357# Finally, this is the expansion that is picked up by
3358# autoconf. It tells the user to run autoupdate, and
3359# then outputs the replacement expansion. We do not care
3360# about autoupdate's warning because that contains
3361# information on what to do *after* running autoupdate.
3362
3363
3364
3365# _LT_CHECK_SHELL_FEATURES
3366# ------------------------
3367# Find out whether the shell is Bourne or XSI compatible,
3368# or has some other useful features.
3369# _LT_CHECK_SHELL_FEATURES
3370
3371
3372# _LT_PROG_XSI_SHELLFNS
3373# ---------------------
3374# Bourne and XSI compatible variants of some useful shell functions.
3375
3376
3377# Helper functions for option handling. -*- Autoconf -*-
3378#
3379# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3380# Inc.
3381# Written by Gary V. Vaughan, 2004
3382#
3383# This file is free software; the Free Software Foundation gives
3384# unlimited permission to copy and/or distribute it, with or without
3385# modifications, as long as this notice is preserved.
3386
3387# serial 6 ltoptions.m4
3388
3389# This is to help aclocal find these macros, as it can't see m4_define.
3390
3391
3392
3393# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3394# ------------------------------------------
3395
3396
3397
3398# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3399# ---------------------------------------
3400# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3401# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3402# saved as a flag.
3403
3404
3405
3406# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3407# ------------------------------------------------------------
3408# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3409
3410
3411
3412# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3413# -------------------------------------------------------
3414# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3415# are set.
3416
3417
3418
3419# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3420# ----------------------------------------
3421# OPTION-LIST is a space-separated list of Libtool options associated
3422# with MACRO-NAME. If any OPTION has a matching handler declared with
3423# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3424# the unknown option and exit.
3425# _LT_SET_OPTIONS
3426
3427
3428## --------------------------------- ##
3429## Macros to handle LT_INIT options. ##
3430## --------------------------------- ##
3431
3432# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3433# -----------------------------------------
3434
3435
3436
3437# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3438# -----------------------------------------------
3439# LT_OPTION_DEFINE
3440
3441
3442# dlopen
3443# ------
3444
3445
3446# This is what autoupdate's m4 run will expand. It fires
3447# the warning (with _au_warn_XXX), outputs it into the
3448# updated configure.ac (with AC_DIAGNOSE), and then outputs
3449# the replacement expansion.
3450
3451
3452# This is an auxiliary macro that is also run when
3453# autoupdate runs m4. It simply calls m4_warning, but
3454# we need a wrapper so that each warning is emitted only
3455# once. We break the quoting in m4_warning's argument in
3456# order to expand this macro's arguments, not AU_DEFUN's.
3457
3458
3459# Finally, this is the expansion that is picked up by
3460# autoconf. It tells the user to run autoupdate, and
3461# then outputs the replacement expansion. We do not care
3462# about autoupdate's warning because that contains
3463# information on what to do *after* running autoupdate.
3464
3465
3466
3467
3468# win32-dll
3469# ---------
3470# Declare package support for building win32 dll's.
3471# win32-dll
3472
3473# This is what autoupdate's m4 run will expand. It fires
3474# the warning (with _au_warn_XXX), outputs it into the
3475# updated configure.ac (with AC_DIAGNOSE), and then outputs
3476# the replacement expansion.
3477
3478
3479# This is an auxiliary macro that is also run when
3480# autoupdate runs m4. It simply calls m4_warning, but
3481# we need a wrapper so that each warning is emitted only
3482# once. We break the quoting in m4_warning's argument in
3483# order to expand this macro's arguments, not AU_DEFUN's.
3484
3485
3486# Finally, this is the expansion that is picked up by
3487# autoconf. It tells the user to run autoupdate, and
3488# then outputs the replacement expansion. We do not care
3489# about autoupdate's warning because that contains
3490# information on what to do *after* running autoupdate.
3491
3492
3493
3494
3495# _LT_ENABLE_SHARED([DEFAULT])
3496# ----------------------------
3497# implement the --enable-shared flag, and supports the `shared' and
3498# `disable-shared' LT_INIT options.
3499# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3500# _LT_ENABLE_SHARED
3501
3502
3503
3504
3505# Old names:
3506
3507
3508
3509
3510# This is what autoupdate's m4 run will expand. It fires
3511# the warning (with _au_warn_XXX), outputs it into the
3512# updated configure.ac (with AC_DIAGNOSE), and then outputs
3513# the replacement expansion.
3514
3515
3516# This is an auxiliary macro that is also run when
3517# autoupdate runs m4. It simply calls m4_warning, but
3518# we need a wrapper so that each warning is emitted only
3519# once. We break the quoting in m4_warning's argument in
3520# order to expand this macro's arguments, not AU_DEFUN's.
3521
3522
3523# Finally, this is the expansion that is picked up by
3524# autoconf. It tells the user to run autoupdate, and
3525# then outputs the replacement expansion. We do not care
3526# about autoupdate's warning because that contains
3527# information on what to do *after* running autoupdate.
3528
3529# This is what autoupdate's m4 run will expand. It fires
3530# the warning (with _au_warn_XXX), outputs it into the
3531# updated configure.ac (with AC_DIAGNOSE), and then outputs
3532# the replacement expansion.
3533
3534
3535# This is an auxiliary macro that is also run when
3536# autoupdate runs m4. It simply calls m4_warning, but
3537# we need a wrapper so that each warning is emitted only
3538# once. We break the quoting in m4_warning's argument in
3539# order to expand this macro's arguments, not AU_DEFUN's.
3540
3541
3542# Finally, this is the expansion that is picked up by
3543# autoconf. It tells the user to run autoupdate, and
3544# then outputs the replacement expansion. We do not care
3545# about autoupdate's warning because that contains
3546# information on what to do *after* running autoupdate.
3547
3548
3549
3550
3551
3552# _LT_ENABLE_STATIC([DEFAULT])
3553# ----------------------------
3554# implement the --enable-static flag, and support the `static' and
3555# `disable-static' LT_INIT options.
3556# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3557# _LT_ENABLE_STATIC
3558
3559
3560
3561
3562# Old names:
3563
3564
3565
3566
3567# This is what autoupdate's m4 run will expand. It fires
3568# the warning (with _au_warn_XXX), outputs it into the
3569# updated configure.ac (with AC_DIAGNOSE), and then outputs
3570# the replacement expansion.
3571
3572
3573# This is an auxiliary macro that is also run when
3574# autoupdate runs m4. It simply calls m4_warning, but
3575# we need a wrapper so that each warning is emitted only
3576# once. We break the quoting in m4_warning's argument in
3577# order to expand this macro's arguments, not AU_DEFUN's.
3578
3579
3580# Finally, this is the expansion that is picked up by
3581# autoconf. It tells the user to run autoupdate, and
3582# then outputs the replacement expansion. We do not care
3583# about autoupdate's warning because that contains
3584# information on what to do *after* running autoupdate.
3585
3586# This is what autoupdate's m4 run will expand. It fires
3587# the warning (with _au_warn_XXX), outputs it into the
3588# updated configure.ac (with AC_DIAGNOSE), and then outputs
3589# the replacement expansion.
3590
3591
3592# This is an auxiliary macro that is also run when
3593# autoupdate runs m4. It simply calls m4_warning, but
3594# we need a wrapper so that each warning is emitted only
3595# once. We break the quoting in m4_warning's argument in
3596# order to expand this macro's arguments, not AU_DEFUN's.
3597
3598
3599# Finally, this is the expansion that is picked up by
3600# autoconf. It tells the user to run autoupdate, and
3601# then outputs the replacement expansion. We do not care
3602# about autoupdate's warning because that contains
3603# information on what to do *after* running autoupdate.
3604
3605
3606
3607
3608
3609# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3610# ----------------------------------
3611# implement the --enable-fast-install flag, and support the `fast-install'
3612# and `disable-fast-install' LT_INIT options.
3613# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3614# _LT_ENABLE_FAST_INSTALL
3615
3616
3617
3618
3619# Old names:
3620# This is what autoupdate's m4 run will expand. It fires
3621# the warning (with _au_warn_XXX), outputs it into the
3622# updated configure.ac (with AC_DIAGNOSE), and then outputs
3623# the replacement expansion.
3624
3625
3626# This is an auxiliary macro that is also run when
3627# autoupdate runs m4. It simply calls m4_warning, but
3628# we need a wrapper so that each warning is emitted only
3629# once. We break the quoting in m4_warning's argument in
3630# order to expand this macro's arguments, not AU_DEFUN's.
3631
3632
3633# Finally, this is the expansion that is picked up by
3634# autoconf. It tells the user to run autoupdate, and
3635# then outputs the replacement expansion. We do not care
3636# about autoupdate's warning because that contains
3637# information on what to do *after* running autoupdate.
3638
3639
3640# This is what autoupdate's m4 run will expand. It fires
3641# the warning (with _au_warn_XXX), outputs it into the
3642# updated configure.ac (with AC_DIAGNOSE), and then outputs
3643# the replacement expansion.
3644
3645
3646# This is an auxiliary macro that is also run when
3647# autoupdate runs m4. It simply calls m4_warning, but
3648# we need a wrapper so that each warning is emitted only
3649# once. We break the quoting in m4_warning's argument in
3650# order to expand this macro's arguments, not AU_DEFUN's.
3651
3652
3653# Finally, this is the expansion that is picked up by
3654# autoconf. It tells the user to run autoupdate, and
3655# then outputs the replacement expansion. We do not care
3656# about autoupdate's warning because that contains
3657# information on what to do *after* running autoupdate.
3658
3659
3660
3661
3662# _LT_WITH_PIC([MODE])
3663# --------------------
3664# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3665# LT_INIT options.
3666# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3667# _LT_WITH_PIC
3668
3669
3670
3671
3672# Old name:
3673# This is what autoupdate's m4 run will expand. It fires
3674# the warning (with _au_warn_XXX), outputs it into the
3675# updated configure.ac (with AC_DIAGNOSE), and then outputs
3676# the replacement expansion.
3677
3678
3679# This is an auxiliary macro that is also run when
3680# autoupdate runs m4. It simply calls m4_warning, but
3681# we need a wrapper so that each warning is emitted only
3682# once. We break the quoting in m4_warning's argument in
3683# order to expand this macro's arguments, not AU_DEFUN's.
3684
3685
3686# Finally, this is the expansion that is picked up by
3687# autoconf. It tells the user to run autoupdate, and
3688# then outputs the replacement expansion. We do not care
3689# about autoupdate's warning because that contains
3690# information on what to do *after* running autoupdate.
3691
3692
3693
3694## ----------------- ##
3695## LTDL_INIT Options ##
3696## ----------------- ##
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3708#
3709# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3710# Written by Gary V. Vaughan, 2004
3711#
3712# This file is free software; the Free Software Foundation gives
3713# unlimited permission to copy and/or distribute it, with or without
3714# modifications, as long as this notice is preserved.
3715
3716# serial 6 ltsugar.m4
3717
3718# This is to help aclocal find these macros, as it can't see m4_define.
3719
3720
3721
3722# lt_join(SEP, ARG1, [ARG2...])
3723# -----------------------------
3724# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3725# associated separator.
3726# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3727# versions in m4sugar had bugs.
3728
3729
3730
3731
3732# lt_car(LIST)
3733# lt_cdr(LIST)
3734# ------------
3735# Manipulate m4 lists.
3736# These macros are necessary as long as will still need to support
3737# Autoconf-2.59 which quotes differently.
3738
3739
3740
3741
3742
3743# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3744# ------------------------------------------
3745# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3746# Note that neither SEPARATOR nor STRING are expanded; they are appended
3747# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3748# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3749# than defined and empty).
3750#
3751# This macro is needed until we can rely on Autoconf 2.62, since earlier
3752# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3753
3754
3755
3756
3757# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3758# ----------------------------------------------------------
3759# Produce a SEP delimited list of all paired combinations of elements of
3760# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3761# has the form PREFIXmINFIXSUFFIXn.
3762# Needed until we can rely on m4_combine added in Autoconf 2.62.
3763
3764
3765
3766# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3767# -----------------------------------------------------------------------
3768# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3769# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3770
3771
3772
3773# lt_dict_add(DICT, KEY, VALUE)
3774# -----------------------------
3775
3776
3777
3778# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3779# --------------------------------------------
3780
3781
3782
3783# lt_dict_fetch(DICT, KEY, [SUBKEY])
3784# ----------------------------------
3785
3786
3787
3788# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3789# -----------------------------------------------------------------
3790
3791
3792
3793# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3794# --------------------------------------------------------------
3795
3796
3797# ltversion.m4 -- version numbers -*- Autoconf -*-
3798#
3799# Copyright (C) 2004 Free Software Foundation, Inc.
3800# Written by Scott James Remnant, 2004
3801#
3802# This file is free software; the Free Software Foundation gives
3803# unlimited permission to copy and/or distribute it, with or without
3804# modifications, as long as this notice is preserved.
3805
3806# Generated from ltversion.in.
3807
3808# serial 3134 ltversion.m4
3809# This file is part of GNU Libtool
3810
3811
3812
3813
3814
3815
3816# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3817#
3818# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3819# Written by Scott James Remnant, 2004.
3820#
3821# This file is free software; the Free Software Foundation gives
3822# unlimited permission to copy and/or distribute it, with or without
3823# modifications, as long as this notice is preserved.
3824
3825# serial 4 lt~obsolete.m4
3826
3827# These exist entirely to fool aclocal when bootstrapping libtool.
3828#
3829# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3830# which have later been changed to m4_define as they aren't part of the
3831# exported API, or moved to Autoconf or Automake where they belong.
3832#
3833# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3834# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3835# using a macro with the same name in our local m4/libtool.m4 it'll
3836# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3837# and doesn't know about Autoconf macros at all.)
3838#
3839# So we provide this file, which has a silly filename so it's always
3840# included after everything else. This provides aclocal with the
3841# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3842# because those macros already exist, or will be overwritten later.
3843# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3844#
3845# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3846# Yes, that means every name once taken will need to remain here until
3847# we give up compatibility with versions before 1.7, at which point
3848# we need to keep only those names which we still refer to.
3849
3850# This is to help aclocal find these macros, as it can't see m4_define.
3851
3852
3853
3854
3855
3856
3857
3858
3859
3860
3861
3862
3863
3864
3865
3866
3867
3868
3869
3870
3871
3872
3873
3874
3875
3876
3877
3878
3879
3880
3881
3882
3883
3884
3885
3886
3887
3888
3889
3890
3891
3892
3893
3894
3895
3896
3897
3898
3899
3900
3901
3902
3903
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915## -*- Autoconf -*-
3916
3917# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3918# Free Software Foundation, Inc.
3919#
3920# This file is free software; the Free Software Foundation
3921# gives unlimited permission to copy and/or distribute it,
3922# with or without modifications, as long as this notice is preserved.
3923
3924# serial 8
3925
3926# Based on depend.m4 from automake 1.9, modified for standalone use in
3927# an environment where GNU make is required.
3928
3929# ZW_PROG_COMPILER_DEPENDENCIES
3930# -----------------------------
3931# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3932# sets fooDEPMODE accordingly. Cache-variable compatible with
3933# original; not side-effect compatible. As the users of this macro
3934# may require accurate dependencies for correct builds, it does *not*
3935# honor --disable-dependency-checking, and failure to detect a usable
3936# method is an error. depcomp is assumed to be located in
3937# $ac_aux_dir.
3938#
3939# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3940
3941
3942
3943# AM_SET_DEPDIR
3944# -------------
3945# Choose a directory name for dependency files.
3946
3947
3948# ZW_CREATE_DEPDIR
3949# ----------------
3950# As AM_SET_DEPDIR, but also create the directory at config.status time.
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968
3969
3970
3971
3972
3973
3974
3975
3976
3977
3978
3979
3980
3981
3982
3983
3984
3985
3986
3987
3988
3989
3990
3991
6bb11ab3
L
3992
3993
3994
3995
3996
6bb11ab3
L
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010
4011
6bb11ab3
L
4012
4013
4014
4015
4016
4017# intl sister-directory configuration rules.
4018#
4019
4020# The idea behind this macro is that there's no need to repeat all the
4021# autoconf probes done by the intl directory - it's already done them
4022# for us. In fact, there's no need even to look at the cache for the
4023# answers. All we need to do is nab a few pieces of information.
4024# The intl directory is set up to make this easy, by generating a
4025# small file which can be sourced as a shell script; then we produce
4026# the necessary substitutions and definitions for this directory.
4027
4028
4029
4030# Autoconf M4 include file defining utility macros for complex Canadian
4031# cross builds.
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041####
4042# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4043# or AC_INIT.
4044# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4045
4046####
4047# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4048# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4049
4050
4051####
4052# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4053# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4054
4055
4056
4057# Backported from Autoconf 2.5x; can go away when and if
4058# we switch. Put the OS path separator in $PATH_SEPARATOR.
4059
4060
4061
4062
4063# ACX_HAVE_GCC_FOR_TARGET
4064# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4065
4066
4067# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4068# Searching for installed target binutils. We need to take extra care,
4069# else we may find the wrong assembler, linker, etc., and lose.
4070#
4071# First try --with-build-time-tools, if specified.
4072#
4073# For build != host, we ask the installed GCC for the name of the tool it
4074# uses, and accept it if it is an absolute path. This is because the
4075# only good choice for a compiler is the same GCC version that is being
4076# installed (or we couldn't make target libraries), and we assume that
4077# on the host system we'll have not only the same GCC version, but also
4078# the same binutils version.
4079#
4080# For build == host, search the same directories that the installed
4081# compiler will search. We used to do this for the assembler, linker,
4082# and nm only; for simplicity of configuration, however, we extend this
4083# criterion to tools (such as ar and ranlib) that are never invoked by
4084# the compiler, to avoid mismatches.
4085#
4086# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4087# if build == target. This makes the most sense only when bootstrapping,
4088# but we also do so when build != host. In this case, we hope that the
4089# build and host systems will have similar contents of MD_EXEC_PREFIX.
4090#
4091# If we do not find a suitable binary, then try the user's path.
4092
4093
4094###
4095# AC_PROG_CPP_WERROR
4096# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4097# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4098# For now, using this also overrides header checks to use only the
4099# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4100# bit harder from here).
4101# Eventually autoconf will default to checking headers with the compiler
4102# instead, and we'll have to do this differently.
4103
4104# AC_PROG_CPP_WERROR
4105
4106# Test for GNAT.
4107# We require the gnatbind & gnatmake programs, as well as a compiler driver
4108# that understands Ada. We use the user's CC setting, already found, and
4109# possibly add $1 to the command-line parameters.
4110#
4111# Sets the shell variable have_gnat to yes or no as appropriate, and
4112# substitutes GNATBIND and GNATMAKE.
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
4136
4137
4138ac_ext=c
4139ac_cpp='$CPP $CPPFLAGS'
4140ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4141ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4142ac_compiler_gnu=$ac_cv_c_compiler_gnu
4143if test -n "$ac_tool_prefix"; then
4144 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4145set dummy ${ac_tool_prefix}gcc; ac_word=$2
4146{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4147$as_echo_n "checking for $ac_word... " >&6; }
4148if test "${ac_cv_prog_CC+set}" = set; then :
4149 $as_echo_n "(cached) " >&6
4150else
4151 if test -n "$CC"; then
4152 ac_cv_prog_CC="$CC" # Let the user override the test.
4153else
4154as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4155for as_dir in $PATH
4156do
4157 IFS=$as_save_IFS
4158 test -z "$as_dir" && as_dir=.
4159 for ac_exec_ext in '' $ac_executable_extensions; do
4160 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4161 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4162 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4163 break 2
4164 fi
4165done
4166 done
4167IFS=$as_save_IFS
4168
4169fi
4170fi
4171CC=$ac_cv_prog_CC
4172if test -n "$CC"; then
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4174$as_echo "$CC" >&6; }
4175else
4176 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4177$as_echo "no" >&6; }
4178fi
4179
4180
4181fi
4182if test -z "$ac_cv_prog_CC"; then
4183 ac_ct_CC=$CC
4184 # Extract the first word of "gcc", so it can be a program name with args.
4185set dummy gcc; ac_word=$2
4186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4187$as_echo_n "checking for $ac_word... " >&6; }
4188if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4189 $as_echo_n "(cached) " >&6
4190else
4191 if test -n "$ac_ct_CC"; then
4192 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4193else
4194as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4195for as_dir in $PATH
4196do
4197 IFS=$as_save_IFS
4198 test -z "$as_dir" && as_dir=.
4199 for ac_exec_ext in '' $ac_executable_extensions; do
4200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4201 ac_cv_prog_ac_ct_CC="gcc"
4202 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4203 break 2
4204 fi
4205done
4206 done
4207IFS=$as_save_IFS
4208
4209fi
4210fi
4211ac_ct_CC=$ac_cv_prog_ac_ct_CC
4212if test -n "$ac_ct_CC"; then
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4214$as_echo "$ac_ct_CC" >&6; }
4215else
4216 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4217$as_echo "no" >&6; }
4218fi
4219
4220 if test "x$ac_ct_CC" = x; then
4221 CC=""
4222 else
4223 case $cross_compiling:$ac_tool_warned in
4224yes:)
4225{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4226$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4227ac_tool_warned=yes ;;
4228esac
4229 CC=$ac_ct_CC
4230 fi
4231else
4232 CC="$ac_cv_prog_CC"
4233fi
4234
4235if test -z "$CC"; then
4236 if test -n "$ac_tool_prefix"; then
4237 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4238set dummy ${ac_tool_prefix}cc; ac_word=$2
4239{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4240$as_echo_n "checking for $ac_word... " >&6; }
4241if test "${ac_cv_prog_CC+set}" = set; then :
4242 $as_echo_n "(cached) " >&6
4243else
4244 if test -n "$CC"; then
4245 ac_cv_prog_CC="$CC" # Let the user override the test.
4246else
4247as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4248for as_dir in $PATH
4249do
4250 IFS=$as_save_IFS
4251 test -z "$as_dir" && as_dir=.
4252 for ac_exec_ext in '' $ac_executable_extensions; do
4253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4254 ac_cv_prog_CC="${ac_tool_prefix}cc"
4255 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4256 break 2
4257 fi
4258done
4259 done
4260IFS=$as_save_IFS
4261
4262fi
4263fi
4264CC=$ac_cv_prog_CC
4265if test -n "$CC"; then
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4267$as_echo "$CC" >&6; }
4268else
4269 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4270$as_echo "no" >&6; }
4271fi
4272
4273
4274 fi
4275fi
4276if test -z "$CC"; then
4277 # Extract the first word of "cc", so it can be a program name with args.
4278set dummy cc; ac_word=$2
4279{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4280$as_echo_n "checking for $ac_word... " >&6; }
4281if test "${ac_cv_prog_CC+set}" = set; then :
4282 $as_echo_n "(cached) " >&6
4283else
4284 if test -n "$CC"; then
4285 ac_cv_prog_CC="$CC" # Let the user override the test.
4286else
4287 ac_prog_rejected=no
4288as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4289for as_dir in $PATH
4290do
4291 IFS=$as_save_IFS
4292 test -z "$as_dir" && as_dir=.
4293 for ac_exec_ext in '' $ac_executable_extensions; do
4294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4295 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4296 ac_prog_rejected=yes
4297 continue
4298 fi
4299 ac_cv_prog_CC="cc"
4300 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4301 break 2
4302 fi
4303done
4304 done
4305IFS=$as_save_IFS
4306
4307if test $ac_prog_rejected = yes; then
4308 # We found a bogon in the path, so make sure we never use it.
4309 set dummy $ac_cv_prog_CC
4310 shift
4311 if test $# != 0; then
4312 # We chose a different compiler from the bogus one.
4313 # However, it has the same basename, so the bogon will be chosen
4314 # first if we set CC to just the basename; use the full file name.
4315 shift
4316 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4317 fi
4318fi
4319fi
4320fi
4321CC=$ac_cv_prog_CC
4322if test -n "$CC"; then
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4324$as_echo "$CC" >&6; }
4325else
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4327$as_echo "no" >&6; }
4328fi
4329
4330
4331fi
4332if test -z "$CC"; then
4333 if test -n "$ac_tool_prefix"; then
4334 for ac_prog in cl.exe
4335 do
4336 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4337set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4338{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4339$as_echo_n "checking for $ac_word... " >&6; }
4340if test "${ac_cv_prog_CC+set}" = set; then :
4341 $as_echo_n "(cached) " >&6
4342else
4343 if test -n "$CC"; then
4344 ac_cv_prog_CC="$CC" # Let the user override the test.
4345else
4346as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4347for as_dir in $PATH
4348do
4349 IFS=$as_save_IFS
4350 test -z "$as_dir" && as_dir=.
4351 for ac_exec_ext in '' $ac_executable_extensions; do
4352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4353 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4354 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4355 break 2
4356 fi
4357done
4358 done
4359IFS=$as_save_IFS
4360
4361fi
4362fi
4363CC=$ac_cv_prog_CC
4364if test -n "$CC"; then
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4366$as_echo "$CC" >&6; }
4367else
4368 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4369$as_echo "no" >&6; }
4370fi
4371
4372
4373 test -n "$CC" && break
4374 done
4375fi
4376if test -z "$CC"; then
4377 ac_ct_CC=$CC
4378 for ac_prog in cl.exe
4379do
4380 # Extract the first word of "$ac_prog", so it can be a program name with args.
4381set dummy $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; }
4384if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4385 $as_echo_n "(cached) " >&6
4386else
4387 if test -n "$ac_ct_CC"; then
4388 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4389else
4390as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4391for as_dir in $PATH
4392do
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_ac_ct_CC="$ac_prog"
4398 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4399 break 2
4400 fi
4401done
4402 done
4403IFS=$as_save_IFS
4404
4405fi
4406fi
4407ac_ct_CC=$ac_cv_prog_ac_ct_CC
4408if test -n "$ac_ct_CC"; then
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4410$as_echo "$ac_ct_CC" >&6; }
4411else
4412 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4413$as_echo "no" >&6; }
4414fi
4415
4416
4417 test -n "$ac_ct_CC" && break
4418done
4419
4420 if test "x$ac_ct_CC" = x; then
4421 CC=""
4422 else
4423 case $cross_compiling:$ac_tool_warned in
4424yes:)
4425{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4426$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4427ac_tool_warned=yes ;;
4428esac
4429 CC=$ac_ct_CC
4430 fi
4431fi
4432
4433fi
4434
4435
4436test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4437$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4438as_fn_error "no acceptable C compiler found in \$PATH
4439See \`config.log' for more details." "$LINENO" 5; }
4440
4441# Provide some information about the compiler.
4442$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4443set X $ac_compile
4444ac_compiler=$2
4445for ac_option in --version -v -V -qversion; do
4446 { { ac_try="$ac_compiler $ac_option >&5"
4447case "(($ac_try" in
4448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4449 *) ac_try_echo=$ac_try;;
4450esac
4451eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4452$as_echo "$ac_try_echo"; } >&5
4453 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4454 ac_status=$?
4455 if test -s conftest.err; then
4456 sed '10a\
4457... rest of stderr output deleted ...
4458 10q' conftest.err >conftest.er1
4459 cat conftest.er1 >&5
4460 rm -f conftest.er1 conftest.err
4461 fi
4462 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4463 test $ac_status = 0; }
4464done
4465
4466cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4467/* end confdefs.h. */
4468
4469int
4470main ()
4471{
4472
4473 ;
4474 return 0;
4475}
4476_ACEOF
4477ac_clean_files_save=$ac_clean_files
4478ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4479# Try to create an executable without -o first, disregard a.out.
4480# It will help us diagnose broken compilers, and finding out an intuition
4481# of exeext.
4482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4483$as_echo_n "checking for C compiler default output file name... " >&6; }
4484ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4485
4486# The possible output files:
4487ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4488
4489ac_rmfiles=
4490for ac_file in $ac_files
4491do
4492 case $ac_file in
4493 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4494 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4495 esac
4496done
4497rm -f $ac_rmfiles
4498
4499if { { ac_try="$ac_link_default"
4500case "(($ac_try" in
4501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4502 *) ac_try_echo=$ac_try;;
4503esac
4504eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4505$as_echo "$ac_try_echo"; } >&5
4506 (eval "$ac_link_default") 2>&5
4507 ac_status=$?
4508 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4509 test $ac_status = 0; }; then :
4510 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4511# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4512# in a Makefile. We should not override ac_cv_exeext if it was cached,
4513# so that the user can short-circuit this test for compilers unknown to
4514# Autoconf.
4515for ac_file in $ac_files ''
4516do
4517 test -f "$ac_file" || continue
4518 case $ac_file in
4519 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4520 ;;
4521 [ab].out )
4522 # We found the default executable, but exeext='' is most
4523 # certainly right.
4524 break;;
4525 *.* )
4526 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4527 then :; else
4528 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4529 fi
4530 # We set ac_cv_exeext here because the later test for it is not
4531 # safe: cross compilers may not add the suffix if given an `-o'
4532 # argument, so we may need to know it at that point already.
4533 # Even if this section looks crufty: it has the advantage of
4534 # actually working.
4535 break;;
4536 * )
4537 break;;
4538 esac
4539done
4540test "$ac_cv_exeext" = no && ac_cv_exeext=
4541
4542else
4543 ac_file=''
4544fi
4545{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4546$as_echo "$ac_file" >&6; }
4547if test -z "$ac_file"; then :
4548 $as_echo "$as_me: failed program was:" >&5
4549sed 's/^/| /' conftest.$ac_ext >&5
4550
4551{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4552$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4553{ as_fn_set_status 77
4554as_fn_error "C compiler cannot create executables
4555See \`config.log' for more details." "$LINENO" 5; }; }
4556fi
4557ac_exeext=$ac_cv_exeext
4558
4559# Check that the compiler produces executables we can run. If not, either
4560# the compiler is broken, or we cross compile.
4561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4562$as_echo_n "checking whether the C compiler works... " >&6; }
4563# If not cross compiling, check that we can run a simple program.
4564if test "$cross_compiling" != yes; then
4565 if { ac_try='./$ac_file'
4566 { { case "(($ac_try" in
4567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4568 *) ac_try_echo=$ac_try;;
4569esac
4570eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4571$as_echo "$ac_try_echo"; } >&5
4572 (eval "$ac_try") 2>&5
4573 ac_status=$?
4574 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4575 test $ac_status = 0; }; }; then
4576 cross_compiling=no
4577 else
4578 if test "$cross_compiling" = maybe; then
4579 cross_compiling=yes
4580 else
4581 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4582$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4583as_fn_error "cannot run C compiled programs.
4584If you meant to cross compile, use \`--host'.
4585See \`config.log' for more details." "$LINENO" 5; }
4586 fi
4587 fi
4588fi
4589{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4590$as_echo "yes" >&6; }
4591
4592rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4593ac_clean_files=$ac_clean_files_save
4594# Check that the compiler produces executables we can run. If not, either
4595# the compiler is broken, or we cross compile.
4596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4597$as_echo_n "checking whether we are cross compiling... " >&6; }
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4599$as_echo "$cross_compiling" >&6; }
4600
4601{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4602$as_echo_n "checking for suffix of executables... " >&6; }
4603if { { ac_try="$ac_link"
4604case "(($ac_try" in
4605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4606 *) ac_try_echo=$ac_try;;
4607esac
4608eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4609$as_echo "$ac_try_echo"; } >&5
4610 (eval "$ac_link") 2>&5
4611 ac_status=$?
4612 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4613 test $ac_status = 0; }; then :
4614 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4615# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4616# work properly (i.e., refer to `conftest.exe'), while it won't with
4617# `rm'.
4618for ac_file in conftest.exe conftest conftest.*; do
4619 test -f "$ac_file" || continue
4620 case $ac_file in
4621 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4622 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4623 break;;
4624 * ) break;;
4625 esac
4626done
4627else
4628 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4629$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4630as_fn_error "cannot compute suffix of executables: cannot compile and link
4631See \`config.log' for more details." "$LINENO" 5; }
4632fi
4633rm -f conftest$ac_cv_exeext
4634{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4635$as_echo "$ac_cv_exeext" >&6; }
4636
4637rm -f conftest.$ac_ext
4638EXEEXT=$ac_cv_exeext
4639ac_exeext=$EXEEXT
4640{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4641$as_echo_n "checking for suffix of object files... " >&6; }
4642if test "${ac_cv_objext+set}" = set; then :
4643 $as_echo_n "(cached) " >&6
4644else
4645 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4646/* end confdefs.h. */
4647
4648int
4649main ()
4650{
4651
4652 ;
4653 return 0;
4654}
4655_ACEOF
4656rm -f conftest.o conftest.obj
4657if { { ac_try="$ac_compile"
4658case "(($ac_try" in
4659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4660 *) ac_try_echo=$ac_try;;
4661esac
4662eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4663$as_echo "$ac_try_echo"; } >&5
4664 (eval "$ac_compile") 2>&5
4665 ac_status=$?
4666 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4667 test $ac_status = 0; }; then :
4668 for ac_file in conftest.o conftest.obj conftest.*; do
4669 test -f "$ac_file" || continue;
4670 case $ac_file in
4671 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4672 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4673 break;;
4674 esac
4675done
4676else
4677 $as_echo "$as_me: failed program was:" >&5
4678sed 's/^/| /' conftest.$ac_ext >&5
4679
4680{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4681$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4682as_fn_error "cannot compute suffix of object files: cannot compile
4683See \`config.log' for more details." "$LINENO" 5; }
4684fi
4685rm -f conftest.$ac_cv_objext conftest.$ac_ext
4686fi
4687{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4688$as_echo "$ac_cv_objext" >&6; }
4689OBJEXT=$ac_cv_objext
4690ac_objext=$OBJEXT
4691{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4692$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4693if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4694 $as_echo_n "(cached) " >&6
4695else
4696 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4697/* end confdefs.h. */
4698
4699int
4700main ()
4701{
4702#ifndef __GNUC__
4703 choke me
4704#endif
4705
4706 ;
4707 return 0;
4708}
4709_ACEOF
4710if ac_fn_c_try_compile "$LINENO"; then :
4711 ac_compiler_gnu=yes
4712else
4713 ac_compiler_gnu=no
4714fi
4715rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4716ac_cv_c_compiler_gnu=$ac_compiler_gnu
4717
4718fi
4719{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4720$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4721if test $ac_compiler_gnu = yes; then
4722 GCC=yes
4723else
4724 GCC=
4725fi
4726ac_test_CFLAGS=${CFLAGS+set}
4727ac_save_CFLAGS=$CFLAGS
4728{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4729$as_echo_n "checking whether $CC accepts -g... " >&6; }
4730if test "${ac_cv_prog_cc_g+set}" = set; then :
4731 $as_echo_n "(cached) " >&6
4732else
4733 ac_save_c_werror_flag=$ac_c_werror_flag
4734 ac_c_werror_flag=yes
4735 ac_cv_prog_cc_g=no
4736 CFLAGS="-g"
4737 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4738/* end confdefs.h. */
4739
4740int
4741main ()
4742{
4743
4744 ;
4745 return 0;
4746}
4747_ACEOF
4748if ac_fn_c_try_compile "$LINENO"; then :
4749 ac_cv_prog_cc_g=yes
4750else
4751 CFLAGS=""
4752 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4753/* end confdefs.h. */
4754
4755int
4756main ()
4757{
4758
4759 ;
4760 return 0;
4761}
4762_ACEOF
4763if ac_fn_c_try_compile "$LINENO"; then :
4764
4765else
4766 ac_c_werror_flag=$ac_save_c_werror_flag
4767 CFLAGS="-g"
4768 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4769/* end confdefs.h. */
4770
4771int
4772main ()
4773{
4774
4775 ;
4776 return 0;
4777}
4778_ACEOF
4779if ac_fn_c_try_compile "$LINENO"; then :
4780 ac_cv_prog_cc_g=yes
4781fi
4782rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4783fi
4784rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4785fi
4786rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4787 ac_c_werror_flag=$ac_save_c_werror_flag
4788fi
4789{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4790$as_echo "$ac_cv_prog_cc_g" >&6; }
4791if test "$ac_test_CFLAGS" = set; then
4792 CFLAGS=$ac_save_CFLAGS
4793elif test $ac_cv_prog_cc_g = yes; then
4794 if test "$GCC" = yes; then
4795 CFLAGS="-g -O2"
4796 else
4797 CFLAGS="-g"
4798 fi
4799else
4800 if test "$GCC" = yes; then
4801 CFLAGS="-O2"
4802 else
4803 CFLAGS=
4804 fi
4805fi
4806{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4807$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4808if test "${ac_cv_prog_cc_c89+set}" = set; then :
4809 $as_echo_n "(cached) " >&6
4810else
4811 ac_cv_prog_cc_c89=no
4812ac_save_CC=$CC
4813cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4814/* end confdefs.h. */
4815#include <stdarg.h>
4816#include <stdio.h>
4817#include <sys/types.h>
4818#include <sys/stat.h>
4819/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4820struct buf { int x; };
4821FILE * (*rcsopen) (struct buf *, struct stat *, int);
4822static char *e (p, i)
4823 char **p;
4824 int i;
4825{
4826 return p[i];
4827}
4828static char *f (char * (*g) (char **, int), char **p, ...)
4829{
4830 char *s;
4831 va_list v;
4832 va_start (v,p);
4833 s = g (p, va_arg (v,int));
4834 va_end (v);
4835 return s;
4836}
4837
4838/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4839 function prototypes and stuff, but not '\xHH' hex character constants.
4840 These don't provoke an error unfortunately, instead are silently treated
4841 as 'x'. The following induces an error, until -std is added to get
4842 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4843 array size at least. It's necessary to write '\x00'==0 to get something
4844 that's true only with -std. */
4845int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4846
4847/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4848 inside strings and character constants. */
4849#define FOO(x) 'x'
4850int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4851
4852int test (int i, double x);
4853struct s1 {int (*f) (int a);};
4854struct s2 {int (*f) (double a);};
4855int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4856int argc;
4857char **argv;
4858int
4859main ()
4860{
4861return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4862 ;
4863 return 0;
4864}
4865_ACEOF
4866for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4867 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4868do
4869 CC="$ac_save_CC $ac_arg"
4870 if ac_fn_c_try_compile "$LINENO"; then :
4871 ac_cv_prog_cc_c89=$ac_arg
4872fi
4873rm -f core conftest.err conftest.$ac_objext
4874 test "x$ac_cv_prog_cc_c89" != "xno" && break
4875done
4876rm -f conftest.$ac_ext
4877CC=$ac_save_CC
4878
4879fi
4880# AC_CACHE_VAL
4881case "x$ac_cv_prog_cc_c89" in
4882 x)
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4884$as_echo "none needed" >&6; } ;;
4885 xno)
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4887$as_echo "unsupported" >&6; } ;;
4888 *)
4889 CC="$CC $ac_cv_prog_cc_c89"
4890 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4891$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4892esac
4893if test "x$ac_cv_prog_cc_c89" != xno; then :
4894
4895fi
4896
4897ac_ext=c
4898ac_cpp='$CPP $CPPFLAGS'
4899ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4900ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4901ac_compiler_gnu=$ac_cv_c_compiler_gnu
4902
4903ac_aux_dir=
4904for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4905 for ac_t in install-sh install.sh shtool; do
4906 if test -f "$ac_dir/$ac_t"; then
4907 ac_aux_dir=$ac_dir
4908 ac_install_sh="$ac_aux_dir/$ac_t -c"
4909 break 2
4910 fi
4911 done
4912done
4913if test -z "$ac_aux_dir"; then
4914 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4915fi
4916
4917# These three variables are undocumented and unsupported,
4918# and are intended to be withdrawn in a future Autoconf release.
4919# They can cause serious problems if a builder's source tree is in a directory
4920# whose full name contains unusual characters.
4921ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4922ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4923ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4924
4925
4926# Make sure we can run config.sub.
4927$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4928 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4929
4930{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4931$as_echo_n "checking build system type... " >&6; }
4932if test "${ac_cv_build+set}" = set; then :
4933 $as_echo_n "(cached) " >&6
4934else
4935 ac_build_alias=$build_alias
4936test "x$ac_build_alias" = x &&
4937 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4938test "x$ac_build_alias" = x &&
4939 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4940ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4941 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4942
4943fi
4944{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4945$as_echo "$ac_cv_build" >&6; }
4946case $ac_cv_build in
4947*-*-*) ;;
4948*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4949esac
4950build=$ac_cv_build
4951ac_save_IFS=$IFS; IFS='-'
4952set x $ac_cv_build
4953shift
4954build_cpu=$1
4955build_vendor=$2
4956shift; shift
4957# Remember, the first character of IFS is used to create $*,
4958# except with old shells:
4959build_os=$*
4960IFS=$ac_save_IFS
4961case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4962
4963
4964{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4965$as_echo_n "checking host system type... " >&6; }
4966if test "${ac_cv_host+set}" = set; then :
4967 $as_echo_n "(cached) " >&6
4968else
4969 if test "x$host_alias" = x; then
4970 ac_cv_host=$ac_cv_build
4971else
4972 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4973 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4974fi
4975
4976fi
4977{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4978$as_echo "$ac_cv_host" >&6; }
4979case $ac_cv_host in
4980*-*-*) ;;
4981*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4982esac
4983host=$ac_cv_host
4984ac_save_IFS=$IFS; IFS='-'
4985set x $ac_cv_host
4986shift
4987host_cpu=$1
4988host_vendor=$2
4989shift; shift
4990# Remember, the first character of IFS is used to create $*,
4991# except with old shells:
4992host_os=$*
4993IFS=$ac_save_IFS
4994case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4995
4996
4997{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4998$as_echo_n "checking target system type... " >&6; }
4999if test "${ac_cv_target+set}" = set; then :
5000 $as_echo_n "(cached) " >&6
5001else
5002 if test "x$target_alias" = x; then
5003 ac_cv_target=$ac_cv_host
5004else
5005 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5006 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5007fi
5008
5009fi
5010{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5011$as_echo "$ac_cv_target" >&6; }
5012case $ac_cv_target in
5013*-*-*) ;;
5014*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5015esac
5016target=$ac_cv_target
5017ac_save_IFS=$IFS; IFS='-'
5018set x $ac_cv_target
5019shift
5020target_cpu=$1
5021target_vendor=$2
5022shift; shift
5023# Remember, the first character of IFS is used to create $*,
5024# except with old shells:
5025target_os=$*
5026IFS=$ac_save_IFS
5027case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5028
5029
5030# The aliases save the names the user supplied, while $host etc.
5031# will get canonicalized.
5032test -n "$target_alias" &&
5033 test "$program_prefix$program_suffix$program_transform_name" = \
5034 NONENONEs,x,x, &&
5035 program_prefix=${target_alias}-
5036
5037ac_ext=c
5038ac_cpp='$CPP $CPPFLAGS'
5039ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5040ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5041ac_compiler_gnu=$ac_cv_c_compiler_gnu
5042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5043$as_echo_n "checking how to run the C preprocessor... " >&6; }
5044# On Suns, sometimes $CPP names a directory.
5045if test -n "$CPP" && test -d "$CPP"; then
5046 CPP=
5047fi
5048if test -z "$CPP"; then
5049 if test "${ac_cv_prog_CPP+set}" = set; then :
5050 $as_echo_n "(cached) " >&6
5051else
5052 # Double quotes because CPP needs to be expanded
5053 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5054 do
5055 ac_preproc_ok=false
5056for ac_c_preproc_warn_flag in '' yes
5057do
5058 # Use a header file that comes with gcc, so configuring glibc
5059 # with a fresh cross-compiler works.
5060 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5061 # <limits.h> exists even on freestanding compilers.
5062 # On the NeXT, cc -E runs the code through the compiler's parser,
5063 # not just through cpp. "Syntax error" is here to catch this case.
5064 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5065/* end confdefs.h. */
5066#ifdef __STDC__
5067# include <limits.h>
5068#else
5069# include <assert.h>
5070#endif
5071 Syntax error
5072_ACEOF
5073if ac_fn_c_try_cpp "$LINENO"; then :
5074
5075else
5076 # Broken: fails on valid input.
5077continue
5078fi
5079rm -f conftest.err conftest.$ac_ext
5080
5081 # OK, works on sane cases. Now check whether nonexistent headers
5082 # can be detected and how.
5083 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5084/* end confdefs.h. */
5085#include <ac_nonexistent.h>
5086_ACEOF
5087if ac_fn_c_try_cpp "$LINENO"; then :
5088 # Broken: success on invalid input.
5089continue
5090else
5091 # Passes both tests.
5092ac_preproc_ok=:
5093break
5094fi
5095rm -f conftest.err conftest.$ac_ext
5096
5097done
5098# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5099rm -f conftest.err conftest.$ac_ext
5100if $ac_preproc_ok; then :
5101 break
5102fi
5103
5104 done
5105 ac_cv_prog_CPP=$CPP
5106
5107fi
5108 CPP=$ac_cv_prog_CPP
5109else
5110 ac_cv_prog_CPP=$CPP
5111fi
5112{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5113$as_echo "$CPP" >&6; }
5114ac_preproc_ok=false
5115for ac_c_preproc_warn_flag in '' yes
5116do
5117 # Use a header file that comes with gcc, so configuring glibc
5118 # with a fresh cross-compiler works.
5119 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5120 # <limits.h> exists even on freestanding compilers.
5121 # On the NeXT, cc -E runs the code through the compiler's parser,
5122 # not just through cpp. "Syntax error" is here to catch this case.
5123 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5124/* end confdefs.h. */
5125#ifdef __STDC__
5126# include <limits.h>
5127#else
5128# include <assert.h>
5129#endif
5130 Syntax error
5131_ACEOF
5132if ac_fn_c_try_cpp "$LINENO"; then :
5133
5134else
5135 # Broken: fails on valid input.
5136continue
5137fi
5138rm -f conftest.err conftest.$ac_ext
5139
5140 # OK, works on sane cases. Now check whether nonexistent headers
5141 # can be detected and how.
5142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5143/* end confdefs.h. */
5144#include <ac_nonexistent.h>
5145_ACEOF
5146if ac_fn_c_try_cpp "$LINENO"; then :
5147 # Broken: success on invalid input.
5148continue
5149else
5150 # Passes both tests.
5151ac_preproc_ok=:
5152break
5153fi
5154rm -f conftest.err conftest.$ac_ext
5155
5156done
5157# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5158rm -f conftest.err conftest.$ac_ext
5159if $ac_preproc_ok; then :
5160
5161else
5162 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5163$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5164as_fn_error "C preprocessor \"$CPP\" fails sanity check
5165See \`config.log' for more details." "$LINENO" 5; }
5166fi
5167
5168ac_ext=c
5169ac_cpp='$CPP $CPPFLAGS'
5170ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5171ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5172ac_compiler_gnu=$ac_cv_c_compiler_gnu
5173
5174
5175{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5176$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5177if test "${ac_cv_path_GREP+set}" = set; then :
5178 $as_echo_n "(cached) " >&6
5179else
5180 if test -z "$GREP"; then
5181 ac_path_GREP_found=false
5182 # Loop through the user's path and test for each of PROGNAME-LIST
5183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5184for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5185do
5186 IFS=$as_save_IFS
5187 test -z "$as_dir" && as_dir=.
5188 for ac_prog in grep ggrep; do
5189 for ac_exec_ext in '' $ac_executable_extensions; do
5190 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5191 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5192# Check for GNU ac_path_GREP and select it if it is found.
5193 # Check for GNU $ac_path_GREP
5194case `"$ac_path_GREP" --version 2>&1` in
5195*GNU*)
5196 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5197*)
5198 ac_count=0
5199 $as_echo_n 0123456789 >"conftest.in"
5200 while :
5201 do
5202 cat "conftest.in" "conftest.in" >"conftest.tmp"
5203 mv "conftest.tmp" "conftest.in"
5204 cp "conftest.in" "conftest.nl"
5205 $as_echo 'GREP' >> "conftest.nl"
5206 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5207 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5208 as_fn_arith $ac_count + 1 && ac_count=$as_val
5209 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5210 # Best one so far, save it but keep looking for a better one
5211 ac_cv_path_GREP="$ac_path_GREP"
5212 ac_path_GREP_max=$ac_count
5213 fi
5214 # 10*(2^10) chars as input seems more than enough
5215 test $ac_count -gt 10 && break
5216 done
5217 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5218esac
5219
5220 $ac_path_GREP_found && break 3
5221 done
5222 done
5223 done
5224IFS=$as_save_IFS
5225 if test -z "$ac_cv_path_GREP"; then
5226 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5227 fi
5228else
5229 ac_cv_path_GREP=$GREP
5230fi
5231
5232fi
5233{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5234$as_echo "$ac_cv_path_GREP" >&6; }
5235 GREP="$ac_cv_path_GREP"
5236
5237
5238{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5239$as_echo_n "checking for egrep... " >&6; }
5240if test "${ac_cv_path_EGREP+set}" = set; then :
5241 $as_echo_n "(cached) " >&6
5242else
5243 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5244 then ac_cv_path_EGREP="$GREP -E"
5245 else
5246 if test -z "$EGREP"; then
5247 ac_path_EGREP_found=false
5248 # Loop through the user's path and test for each of PROGNAME-LIST
5249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5250for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5251do
5252 IFS=$as_save_IFS
5253 test -z "$as_dir" && as_dir=.
5254 for ac_prog in egrep; do
5255 for ac_exec_ext in '' $ac_executable_extensions; do
5256 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5257 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5258# Check for GNU ac_path_EGREP and select it if it is found.
5259 # Check for GNU $ac_path_EGREP
5260case `"$ac_path_EGREP" --version 2>&1` in
5261*GNU*)
5262 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5263*)
5264 ac_count=0
5265 $as_echo_n 0123456789 >"conftest.in"
5266 while :
5267 do
5268 cat "conftest.in" "conftest.in" >"conftest.tmp"
5269 mv "conftest.tmp" "conftest.in"
5270 cp "conftest.in" "conftest.nl"
5271 $as_echo 'EGREP' >> "conftest.nl"
5272 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5273 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5274 as_fn_arith $ac_count + 1 && ac_count=$as_val
5275 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5276 # Best one so far, save it but keep looking for a better one
5277 ac_cv_path_EGREP="$ac_path_EGREP"
5278 ac_path_EGREP_max=$ac_count
5279 fi
5280 # 10*(2^10) chars as input seems more than enough
5281 test $ac_count -gt 10 && break
5282 done
5283 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5284esac
5285
5286 $ac_path_EGREP_found && break 3
5287 done
5288 done
5289 done
5290IFS=$as_save_IFS
5291 if test -z "$ac_cv_path_EGREP"; then
5292 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5293 fi
5294else
5295 ac_cv_path_EGREP=$EGREP
5296fi
5297
5298 fi
5299fi
5300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5301$as_echo "$ac_cv_path_EGREP" >&6; }
5302 EGREP="$ac_cv_path_EGREP"
5303
5304
5305{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5306$as_echo_n "checking for ANSI C header files... " >&6; }
5307if test "${ac_cv_header_stdc+set}" = set; then :
5308 $as_echo_n "(cached) " >&6
5309else
5310 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5311/* end confdefs.h. */
5312#include <stdlib.h>
5313#include <stdarg.h>
5314#include <string.h>
5315#include <float.h>
5316
5317int
5318main ()
5319{
5320
5321 ;
5322 return 0;
5323}
5324_ACEOF
5325if ac_fn_c_try_compile "$LINENO"; then :
5326 ac_cv_header_stdc=yes
5327else
5328 ac_cv_header_stdc=no
5329fi
5330rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5331
5332if test $ac_cv_header_stdc = yes; then
5333 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5334 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5335/* end confdefs.h. */
5336#include <string.h>
5337
5338_ACEOF
5339if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5340 $EGREP "memchr" >/dev/null 2>&1; then :
5341
5342else
5343 ac_cv_header_stdc=no
5344fi
5345rm -f conftest*
5346
5347fi
5348
5349if test $ac_cv_header_stdc = yes; then
5350 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5351 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5352/* end confdefs.h. */
5353#include <stdlib.h>
5354
5355_ACEOF
5356if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5357 $EGREP "free" >/dev/null 2>&1; then :
5358
5359else
5360 ac_cv_header_stdc=no
5361fi
5362rm -f conftest*
5363
5364fi
5365
5366if test $ac_cv_header_stdc = yes; then
5367 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5368 if test "$cross_compiling" = yes; then :
5369 :
5370else
5371 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5372/* end confdefs.h. */
5373#include <ctype.h>
5374#include <stdlib.h>
5375#if ((' ' & 0x0FF) == 0x020)
5376# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5377# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5378#else
5379# define ISLOWER(c) \
5380 (('a' <= (c) && (c) <= 'i') \
5381 || ('j' <= (c) && (c) <= 'r') \
5382 || ('s' <= (c) && (c) <= 'z'))
5383# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5384#endif
5385
5386#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5387int
5388main ()
5389{
5390 int i;
5391 for (i = 0; i < 256; i++)
5392 if (XOR (islower (i), ISLOWER (i))
5393 || toupper (i) != TOUPPER (i))
5394 return 2;
5395 return 0;
5396}
5397_ACEOF
5398if ac_fn_c_try_run "$LINENO"; then :
5399
5400else
5401 ac_cv_header_stdc=no
5402fi
5403rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5404 conftest.$ac_objext conftest.beam conftest.$ac_ext
5405fi
5406
5407fi
5408fi
5409{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5410$as_echo "$ac_cv_header_stdc" >&6; }
5411if test $ac_cv_header_stdc = yes; then
5412
5413$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5414
5415fi
5416
5417# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5418for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5419 inttypes.h stdint.h unistd.h
5420do :
5421 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5422ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5423"
5424eval as_val=\$$as_ac_Header
5425 if test "x$as_val" = x""yes; then :
5426 cat >>confdefs.h <<_ACEOF
5427#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5428_ACEOF
5429
5430fi
5431
5432done
5433
5434
5435
5436 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5437if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5438 MINIX=yes
5439else
5440 MINIX=
5441fi
5442
5443
5444 if test "$MINIX" = yes; then
5445
5446$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5447
5448
5449$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5450
5451
5452$as_echo "#define _MINIX 1" >>confdefs.h
5453
5454 fi
5455
5456
5457 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5458$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5459if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5460 $as_echo_n "(cached) " >&6
5461else
5462 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5463/* end confdefs.h. */
5464
5465# define __EXTENSIONS__ 1
5466 $ac_includes_default
5467int
5468main ()
5469{
5470
5471 ;
5472 return 0;
5473}
5474_ACEOF
5475if ac_fn_c_try_compile "$LINENO"; then :
5476 ac_cv_safe_to_define___extensions__=yes
5477else
5478 ac_cv_safe_to_define___extensions__=no
5479fi
5480rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5481fi
5482{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5483$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5484 test $ac_cv_safe_to_define___extensions__ = yes &&
5485 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5486
5487 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5488
5489 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5490
5491 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5492
5493 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5494
5495
5496test "$program_prefix" != NONE &&
5497 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5498# Use a double $ so make ignores it.
5499test "$program_suffix" != NONE &&
5500 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5501# Double any \ or $.
5502# By default was `s,x,x', remove it if useless.
5503ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5504program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5505
5506# Find a good install program. We prefer a C program (faster),
5507# so one script is as good as another. But avoid the broken or
5508# incompatible versions:
5509# SysV /etc/install, /usr/sbin/install
5510# SunOS /usr/etc/install
5511# IRIX /sbin/install
5512# AIX /bin/install
5513# AmigaOS /C/install, which installs bootblocks on floppy discs
5514# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5515# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5516# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5517# OS/2's system install, which has a completely different semantic
5518# ./install, which can be erroneously created by make from ./install.sh.
5519# Reject install programs that cannot install multiple files.
5520{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5521$as_echo_n "checking for a BSD-compatible install... " >&6; }
5522if test -z "$INSTALL"; then
5523if test "${ac_cv_path_install+set}" = set; then :
5524 $as_echo_n "(cached) " >&6
5525else
5526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5527for as_dir in $PATH
5528do
5529 IFS=$as_save_IFS
5530 test -z "$as_dir" && as_dir=.
5531 # Account for people who put trailing slashes in PATH elements.
5532case $as_dir/ in #((
5533 ./ | .// | /[cC]/* | \
5534 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5535 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5536 /usr/ucb/* ) ;;
5537 *)
5538 # OSF1 and SCO ODT 3.0 have their own names for install.
5539 # Don't use installbsd from OSF since it installs stuff as root
5540 # by default.
5541 for ac_prog in ginstall scoinst install; do
5542 for ac_exec_ext in '' $ac_executable_extensions; do
5543 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5544 if test $ac_prog = install &&
5545 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5546 # AIX install. It has an incompatible calling convention.
5547 :
5548 elif test $ac_prog = install &&
5549 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5550 # program-specific install script used by HP pwplus--don't use.
5551 :
5552 else
5553 rm -rf conftest.one conftest.two conftest.dir
5554 echo one > conftest.one
5555 echo two > conftest.two
5556 mkdir conftest.dir
5557 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5558 test -s conftest.one && test -s conftest.two &&
5559 test -s conftest.dir/conftest.one &&
5560 test -s conftest.dir/conftest.two
5561 then
5562 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5563 break 3
5564 fi
5565 fi
5566 fi
5567 done
5568 done
5569 ;;
5570esac
5571
5572 done
5573IFS=$as_save_IFS
5574
5575rm -rf conftest.one conftest.two conftest.dir
5576
5577fi
5578 if test "${ac_cv_path_install+set}" = set; then
5579 INSTALL=$ac_cv_path_install
5580 else
5581 # As a last resort, use the slow shell script. Don't cache a
5582 # value for INSTALL within a source directory, because that will
5583 # break other packages using the cache if that directory is
5584 # removed, or if the value is a relative name.
5585 INSTALL=$ac_install_sh
5586 fi
5587fi
5588{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5589$as_echo "$INSTALL" >&6; }
5590
5591# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5592# It thinks the first close brace ends the variable substitution.
5593test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5594
5595test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5596
5597test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5598
5599rm -rf .tst 2>/dev/null
5600mkdir .tst 2>/dev/null
5601if test -d .tst; then
5602 am__leading_dot=.
5603else
5604 am__leading_dot=_
5605fi
5606rmdir .tst 2>/dev/null
5607
5608DEPDIR="${am__leading_dot}deps"
5609
5610case `pwd` in
5611 *\ * | *\ *)
5612 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5613$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5614esac
5615
5616
5617
5618macro_version='2.2.7a'
5619macro_revision='1.3134'
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630
5631
5632
5633ltmain="$ac_aux_dir/ltmain.sh"
5634
5635# Backslashify metacharacters that are still active within
5636# double-quoted strings.
5637sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5638
5639# Same as above, but do not quote variable references.
5640double_quote_subst='s/\(["`\\]\)/\\\1/g'
5641
5642# Sed substitution to delay expansion of an escaped shell variable in a
5643# double_quote_subst'ed string.
5644delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5645
5646# Sed substitution to delay expansion of an escaped single quote.
5647delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5648
5649# Sed substitution to avoid accidental globbing in evaled expressions
5650no_glob_subst='s/\*/\\\*/g'
5651
5652ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5653ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5654ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5655
5656{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5657$as_echo_n "checking how to print strings... " >&6; }
5658# Test print first, because it will be a builtin if present.
5659if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5660 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5661 ECHO='print -r --'
5662elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5663 ECHO='printf %s\n'
5664else
5665 # Use this function as a fallback that always works.
5666 func_fallback_echo ()
5667 {
5668 eval 'cat <<_LTECHO_EOF
5669$1
5670_LTECHO_EOF'
5671 }
5672 ECHO='func_fallback_echo'
5673fi
5674
5675# func_echo_all arg...
5676# Invoke $ECHO with all args, space-separated.
5677func_echo_all ()
5678{
5679 $ECHO ""
5680}
5681
5682case "$ECHO" in
5683 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5684$as_echo "printf" >&6; } ;;
5685 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5686$as_echo "print -r" >&6; } ;;
5687 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5688$as_echo "cat" >&6; } ;;
5689esac
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701
5702
5703
5704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5705$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5706if test "${ac_cv_path_SED+set}" = set; then :
5707 $as_echo_n "(cached) " >&6
5708else
5709 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5710 for ac_i in 1 2 3 4 5 6 7; do
5711 ac_script="$ac_script$as_nl$ac_script"
5712 done
5713 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5714 { ac_script=; unset ac_script;}
5715 if test -z "$SED"; then
5716 ac_path_SED_found=false
5717 # Loop through the user's path and test for each of PROGNAME-LIST
5718 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5719for as_dir in $PATH
5720do
5721 IFS=$as_save_IFS
5722 test -z "$as_dir" && as_dir=.
5723 for ac_prog in sed gsed; do
5724 for ac_exec_ext in '' $ac_executable_extensions; do
5725 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5726 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5727# Check for GNU ac_path_SED and select it if it is found.
5728 # Check for GNU $ac_path_SED
5729case `"$ac_path_SED" --version 2>&1` in
5730*GNU*)
5731 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5732*)
5733 ac_count=0
5734 $as_echo_n 0123456789 >"conftest.in"
5735 while :
5736 do
5737 cat "conftest.in" "conftest.in" >"conftest.tmp"
5738 mv "conftest.tmp" "conftest.in"
5739 cp "conftest.in" "conftest.nl"
5740 $as_echo '' >> "conftest.nl"
5741 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5742 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5743 as_fn_arith $ac_count + 1 && ac_count=$as_val
5744 if test $ac_count -gt ${ac_path_SED_max-0}; then
5745 # Best one so far, save it but keep looking for a better one
5746 ac_cv_path_SED="$ac_path_SED"
5747 ac_path_SED_max=$ac_count
5748 fi
5749 # 10*(2^10) chars as input seems more than enough
5750 test $ac_count -gt 10 && break
5751 done
5752 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5753esac
5754
5755 $ac_path_SED_found && break 3
5756 done
5757 done
5758 done
5759IFS=$as_save_IFS
5760 if test -z "$ac_cv_path_SED"; then
5761 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5762 fi
5763else
5764 ac_cv_path_SED=$SED
5765fi
5766
5767fi
5768{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5769$as_echo "$ac_cv_path_SED" >&6; }
5770 SED="$ac_cv_path_SED"
5771 rm -f conftest.sed
5772
5773test -z "$SED" && SED=sed
5774Xsed="$SED -e 1s/^X//"
5775
5776
5777
5778
5779
5780
5781
5782
5783
5784
5785
5786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5787$as_echo_n "checking for fgrep... " >&6; }
5788if test "${ac_cv_path_FGREP+set}" = set; then :
5789 $as_echo_n "(cached) " >&6
5790else
5791 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5792 then ac_cv_path_FGREP="$GREP -F"
5793 else
5794 if test -z "$FGREP"; then
5795 ac_path_FGREP_found=false
5796 # Loop through the user's path and test for each of PROGNAME-LIST
5797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5798for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5799do
5800 IFS=$as_save_IFS
5801 test -z "$as_dir" && as_dir=.
5802 for ac_prog in fgrep; do
5803 for ac_exec_ext in '' $ac_executable_extensions; do
5804 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5805 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5806# Check for GNU ac_path_FGREP and select it if it is found.
5807 # Check for GNU $ac_path_FGREP
5808case `"$ac_path_FGREP" --version 2>&1` in
5809*GNU*)
5810 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5811*)
5812 ac_count=0
5813 $as_echo_n 0123456789 >"conftest.in"
5814 while :
5815 do
5816 cat "conftest.in" "conftest.in" >"conftest.tmp"
5817 mv "conftest.tmp" "conftest.in"
5818 cp "conftest.in" "conftest.nl"
5819 $as_echo 'FGREP' >> "conftest.nl"
5820 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5821 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5822 as_fn_arith $ac_count + 1 && ac_count=$as_val
5823 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5824 # Best one so far, save it but keep looking for a better one
5825 ac_cv_path_FGREP="$ac_path_FGREP"
5826 ac_path_FGREP_max=$ac_count
5827 fi
5828 # 10*(2^10) chars as input seems more than enough
5829 test $ac_count -gt 10 && break
5830 done
5831 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5832esac
5833
5834 $ac_path_FGREP_found && break 3
5835 done
5836 done
5837 done
5838IFS=$as_save_IFS
5839 if test -z "$ac_cv_path_FGREP"; then
5840 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5841 fi
5842else
5843 ac_cv_path_FGREP=$FGREP
5844fi
5845
5846 fi
5847fi
5848{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5849$as_echo "$ac_cv_path_FGREP" >&6; }
5850 FGREP="$ac_cv_path_FGREP"
5851
5852
5853test -z "$GREP" && GREP=grep
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870
5871
5872
5873# Check whether --with-gnu-ld was given.
5874if test "${with_gnu_ld+set}" = set; then :
5875 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5876else
5877 with_gnu_ld=no
5878fi
5879
5880ac_prog=ld
5881if test "$GCC" = yes; then
5882 # Check if gcc -print-prog-name=ld gives a path.
5883 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5884$as_echo_n "checking for ld used by $CC... " >&6; }
5885 case $host in
5886 *-*-mingw*)
5887 # gcc leaves a trailing carriage return which upsets mingw
5888 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5889 *)
5890 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5891 esac
5892 case $ac_prog in
5893 # Accept absolute paths.
5894 [\\/]* | ?:[\\/]*)
5895 re_direlt='/[^/][^/]*/\.\./'
5896 # Canonicalize the pathname of ld
5897 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5898 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5899 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5900 done
5901 test -z "$LD" && LD="$ac_prog"
5902 ;;
5903 "")
5904 # If it fails, then pretend we aren't using GCC.
5905 ac_prog=ld
5906 ;;
5907 *)
5908 # If it is relative, then search for the first ld in PATH.
5909 with_gnu_ld=unknown
5910 ;;
5911 esac
5912elif test "$with_gnu_ld" = yes; then
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5914$as_echo_n "checking for GNU ld... " >&6; }
5915else
5916 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5917$as_echo_n "checking for non-GNU ld... " >&6; }
5918fi
5919if test "${lt_cv_path_LD+set}" = set; then :
5920 $as_echo_n "(cached) " >&6
5921else
5922 if test -z "$LD"; then
5923 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5924 for ac_dir in $PATH; do
5925 IFS="$lt_save_ifs"
5926 test -z "$ac_dir" && ac_dir=.
5927 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5928 lt_cv_path_LD="$ac_dir/$ac_prog"
5929 # Check to see if the program is GNU ld. I'd rather use --version,
5930 # but apparently some variants of GNU ld only accept -v.
5931 # Break only if it was the GNU/non-GNU ld that we prefer.
5932 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5933 *GNU* | *'with BFD'*)
5934 test "$with_gnu_ld" != no && break
5935 ;;
5936 *)
5937 test "$with_gnu_ld" != yes && break
5938 ;;
5939 esac
5940 fi
5941 done
5942 IFS="$lt_save_ifs"
5943else
5944 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5945fi
5946fi
5947
5948LD="$lt_cv_path_LD"
5949if test -n "$LD"; then
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5951$as_echo "$LD" >&6; }
5952else
5953 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5954$as_echo "no" >&6; }
5955fi
5956test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5957{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5958$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5959if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5960 $as_echo_n "(cached) " >&6
5961else
5962 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5963case `$LD -v 2>&1 </dev/null` in
5964*GNU* | *'with BFD'*)
5965 lt_cv_prog_gnu_ld=yes
5966 ;;
5967*)
5968 lt_cv_prog_gnu_ld=no
5969 ;;
5970esac
5971fi
5972{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5973$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5974with_gnu_ld=$lt_cv_prog_gnu_ld
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5985$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5986if test "${lt_cv_path_NM+set}" = set; then :
5987 $as_echo_n "(cached) " >&6
5988else
5989 if test -n "$NM"; then
5990 # Let the user override the test.
5991 lt_cv_path_NM="$NM"
5992else
5993 lt_nm_to_check="${ac_tool_prefix}nm"
5994 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5995 lt_nm_to_check="$lt_nm_to_check nm"
5996 fi
5997 for lt_tmp_nm in $lt_nm_to_check; do
5998 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5999 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6000 IFS="$lt_save_ifs"
6001 test -z "$ac_dir" && ac_dir=.
6002 tmp_nm="$ac_dir/$lt_tmp_nm"
6003 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6004 # Check to see if the nm accepts a BSD-compat flag.
6005 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6006 # nm: unknown option "B" ignored
6007 # Tru64's nm complains that /dev/null is an invalid object file
6008 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6009 */dev/null* | *'Invalid file or object type'*)
6010 lt_cv_path_NM="$tmp_nm -B"
6011 break
6012 ;;
6013 *)
6014 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6015 */dev/null*)
6016 lt_cv_path_NM="$tmp_nm -p"
6017 break
6018 ;;
6019 *)
6020 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6021 continue # so that we can try to find one that supports BSD flags
6022 ;;
6023 esac
6024 ;;
6025 esac
6026 fi
6027 done
6028 IFS="$lt_save_ifs"
6029 done
6030 : ${lt_cv_path_NM=no}
6031fi
6032fi
6033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6034$as_echo "$lt_cv_path_NM" >&6; }
6035if test "$lt_cv_path_NM" != "no"; then
6036 NM="$lt_cv_path_NM"
6037else
6038 # Didn't find any BSD compatible name lister, look for dumpbin.
6039 if test -n "$DUMPBIN"; then :
6040 # Let the user override the test.
6041 else
6042 if test -n "$ac_tool_prefix"; then
6043 for ac_prog in dumpbin "link -dump"
6044 do
6045 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6046set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6047{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6048$as_echo_n "checking for $ac_word... " >&6; }
6049if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6050 $as_echo_n "(cached) " >&6
6051else
6052 if test -n "$DUMPBIN"; then
6053 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6054else
6055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6056for as_dir in $PATH
6057do
6058 IFS=$as_save_IFS
6059 test -z "$as_dir" && as_dir=.
6060 for ac_exec_ext in '' $ac_executable_extensions; do
6061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6062 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6063 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6064 break 2
6065 fi
6066done
6067 done
6068IFS=$as_save_IFS
6069
6070fi
6071fi
6072DUMPBIN=$ac_cv_prog_DUMPBIN
6073if test -n "$DUMPBIN"; then
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6075$as_echo "$DUMPBIN" >&6; }
6076else
6077 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6078$as_echo "no" >&6; }
6079fi
6080
6081
6082 test -n "$DUMPBIN" && break
6083 done
6084fi
6085if test -z "$DUMPBIN"; then
6086 ac_ct_DUMPBIN=$DUMPBIN
6087 for ac_prog in dumpbin "link -dump"
6088do
6089 # Extract the first word of "$ac_prog", so it can be a program name with args.
6090set dummy $ac_prog; ac_word=$2
6091{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6092$as_echo_n "checking for $ac_word... " >&6; }
6093if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6094 $as_echo_n "(cached) " >&6
6095else
6096 if test -n "$ac_ct_DUMPBIN"; then
6097 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6098else
6099as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6100for as_dir in $PATH
6101do
6102 IFS=$as_save_IFS
6103 test -z "$as_dir" && as_dir=.
6104 for ac_exec_ext in '' $ac_executable_extensions; do
6105 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6106 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6107 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6108 break 2
6109 fi
6110done
6111 done
6112IFS=$as_save_IFS
6113
6114fi
6115fi
6116ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6117if test -n "$ac_ct_DUMPBIN"; then
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6119$as_echo "$ac_ct_DUMPBIN" >&6; }
6120else
6121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6122$as_echo "no" >&6; }
6123fi
6124
6125
6126 test -n "$ac_ct_DUMPBIN" && break
6127done
6128
6129 if test "x$ac_ct_DUMPBIN" = x; then
6130 DUMPBIN=":"
6131 else
6132 case $cross_compiling:$ac_tool_warned in
6133yes:)
6134{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6135$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6136ac_tool_warned=yes ;;
6137esac
6138 DUMPBIN=$ac_ct_DUMPBIN
6139 fi
6140fi
6141
6142 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6143 *COFF*)
6144 DUMPBIN="$DUMPBIN -symbols"
6145 ;;
6146 *)
6147 DUMPBIN=:
6148 ;;
6149 esac
6150 fi
6151
6152 if test "$DUMPBIN" != ":"; then
6153 NM="$DUMPBIN"
6154 fi
6155fi
6156test -z "$NM" && NM=nm
6157
6158
6159
6160
6161
6162
6163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6164$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6165if test "${lt_cv_nm_interface+set}" = set; then :
6166 $as_echo_n "(cached) " >&6
6167else
6168 lt_cv_nm_interface="BSD nm"
6169 echo "int some_variable = 0;" > conftest.$ac_ext
6170 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6171 (eval "$ac_compile" 2>conftest.err)
6172 cat conftest.err >&5
6173 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6174 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6175 cat conftest.err >&5
6176 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6177 cat conftest.out >&5
6178 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6179 lt_cv_nm_interface="MS dumpbin"
6180 fi
6181 rm -f conftest*
6182fi
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6184$as_echo "$lt_cv_nm_interface" >&6; }
6185
6186{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6187$as_echo_n "checking whether ln -s works... " >&6; }
6188LN_S=$as_ln_s
6189if test "$LN_S" = "ln -s"; then
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6191$as_echo "yes" >&6; }
6192else
6193 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6194$as_echo "no, using $LN_S" >&6; }
6195fi
6196
6197# find the maximum length of command line arguments
6198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6199$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6200if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6201 $as_echo_n "(cached) " >&6
6202else
6203 i=0
6204 teststring="ABCD"
6205
6206 case $build_os in
6207 msdosdjgpp*)
6208 # On DJGPP, this test can blow up pretty badly due to problems in libc
6209 # (any single argument exceeding 2000 bytes causes a buffer overrun
6210 # during glob expansion). Even if it were fixed, the result of this
6211 # check would be larger than it should be.
6212 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6213 ;;
6214
6215 gnu*)
6216 # Under GNU Hurd, this test is not required because there is
6217 # no limit to the length of command line arguments.
6218 # Libtool will interpret -1 as no limit whatsoever
6219 lt_cv_sys_max_cmd_len=-1;
6220 ;;
6221
6222 cygwin* | mingw* | cegcc*)
6223 # On Win9x/ME, this test blows up -- it succeeds, but takes
6224 # about 5 minutes as the teststring grows exponentially.
6225 # Worse, since 9x/ME are not pre-emptively multitasking,
6226 # you end up with a "frozen" computer, even though with patience
6227 # the test eventually succeeds (with a max line length of 256k).
6228 # Instead, let's just punt: use the minimum linelength reported by
6229 # all of the supported platforms: 8192 (on NT/2K/XP).
6230 lt_cv_sys_max_cmd_len=8192;
6231 ;;
6232
6233 mint*)
6234 # On MiNT this can take a long time and run out of memory.
6235 lt_cv_sys_max_cmd_len=8192;
6236 ;;
6237
6238 amigaos*)
6239 # On AmigaOS with pdksh, this test takes hours, literally.
6240 # So we just punt and use a minimum line length of 8192.
6241 lt_cv_sys_max_cmd_len=8192;
6242 ;;
6243
6244 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6245 # This has been around since 386BSD, at least. Likely further.
6246 if test -x /sbin/sysctl; then
6247 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6248 elif test -x /usr/sbin/sysctl; then
6249 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6250 else
6251 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6252 fi
6253 # And add a safety zone
6254 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6255 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6256 ;;
6257
6258 interix*)
6259 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6260 lt_cv_sys_max_cmd_len=196608
6261 ;;
6262
6263 osf*)
6264 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6265 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6266 # nice to cause kernel panics so lets avoid the loop below.
6267 # First set a reasonable default.
6268 lt_cv_sys_max_cmd_len=16384
6269 #
6270 if test -x /sbin/sysconfig; then
6271 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6272 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6273 esac
6274 fi
6275 ;;
6276 sco3.2v5*)
6277 lt_cv_sys_max_cmd_len=102400
6278 ;;
6279 sysv5* | sco5v6* | sysv4.2uw2*)
6280 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6281 if test -n "$kargmax"; then
6282 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6283 else
6284 lt_cv_sys_max_cmd_len=32768
6285 fi
6286 ;;
6287 *)
6288 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6289 if test -n "$lt_cv_sys_max_cmd_len"; then
6290 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6291 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6292 else
6293 # Make teststring a little bigger before we do anything with it.
6294 # a 1K string should be a reasonable start.
6295 for i in 1 2 3 4 5 6 7 8 ; do
6296 teststring=$teststring$teststring
6297 done
6298 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6299 # If test is not a shell built-in, we'll probably end up computing a
6300 # maximum length that is only half of the actual maximum length, but
6301 # we can't tell.
6302 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6303 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6304 test $i != 17 # 1/2 MB should be enough
6305 do
6306 i=`expr $i + 1`
6307 teststring=$teststring$teststring
6308 done
6309 # Only check the string length outside the loop.
6310 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6311 teststring=
6312 # Add a significant safety factor because C++ compilers can tack on
6313 # massive amounts of additional arguments before passing them to the
6314 # linker. It appears as though 1/2 is a usable value.
6315 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6316 fi
6317 ;;
6318 esac
6319
6320fi
6321
6322if test -n $lt_cv_sys_max_cmd_len ; then
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6324$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6325else
6326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6327$as_echo "none" >&6; }
6328fi
6329max_cmd_len=$lt_cv_sys_max_cmd_len
6330
6331
6332
6333
6334
6335
6336: ${CP="cp -f"}
6337: ${MV="mv -f"}
6338: ${RM="rm -f"}
6339
6340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6341$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6342# Try some XSI features
6343xsi_shell=no
6344( _lt_dummy="a/b/c"
6345 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6346 = c,a/b,, \
6347 && eval 'test $(( 1 + 1 )) -eq 2 \
6348 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6349 && xsi_shell=yes
6350{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6351$as_echo "$xsi_shell" >&6; }
6352
6353
6354{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6355$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6356lt_shell_append=no
6357( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6358 >/dev/null 2>&1 \
6359 && lt_shell_append=yes
6360{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6361$as_echo "$lt_shell_append" >&6; }
6362
6363
6364if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6365 lt_unset=unset
6366else
6367 lt_unset=false
6368fi
6369
6370
6371
6372
6373
6374# test EBCDIC or ASCII
6375case `echo X|tr X '\101'` in
6376 A) # ASCII based system
6377 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6378 lt_SP2NL='tr \040 \012'
6379 lt_NL2SP='tr \015\012 \040\040'
6380 ;;
6381 *) # EBCDIC based system
6382 lt_SP2NL='tr \100 \n'
6383 lt_NL2SP='tr \r\n \100\100'
6384 ;;
6385esac
6386
6387
6388
6389
6390
6391
6392
6393
6394
6395{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6396$as_echo_n "checking for $LD option to reload object files... " >&6; }
6397if test "${lt_cv_ld_reload_flag+set}" = set; then :
6398 $as_echo_n "(cached) " >&6
6399else
6400 lt_cv_ld_reload_flag='-r'
6401fi
6402{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6403$as_echo "$lt_cv_ld_reload_flag" >&6; }
6404reload_flag=$lt_cv_ld_reload_flag
6405case $reload_flag in
6406"" | " "*) ;;
6407*) reload_flag=" $reload_flag" ;;
6408esac
6409reload_cmds='$LD$reload_flag -o $output$reload_objs'
6410case $host_os in
6411 darwin*)
6412 if test "$GCC" = yes; then
6413 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6414 else
6415 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6416 fi
6417 ;;
6418esac
6419
6420
6421
6422
6423
6424
6425
6426
6427
6428if test -n "$ac_tool_prefix"; then
6429 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6430set dummy ${ac_tool_prefix}objdump; ac_word=$2
6431{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6432$as_echo_n "checking for $ac_word... " >&6; }
6433if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6434 $as_echo_n "(cached) " >&6
6435else
6436 if test -n "$OBJDUMP"; then
6437 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6438else
6439as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6440for as_dir in $PATH
6441do
6442 IFS=$as_save_IFS
6443 test -z "$as_dir" && as_dir=.
6444 for ac_exec_ext in '' $ac_executable_extensions; do
6445 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6446 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6447 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6448 break 2
6449 fi
6450done
6451 done
6452IFS=$as_save_IFS
6453
6454fi
6455fi
6456OBJDUMP=$ac_cv_prog_OBJDUMP
6457if test -n "$OBJDUMP"; then
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6459$as_echo "$OBJDUMP" >&6; }
6460else
6461 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6462$as_echo "no" >&6; }
6463fi
6464
6465
6466fi
6467if test -z "$ac_cv_prog_OBJDUMP"; then
6468 ac_ct_OBJDUMP=$OBJDUMP
6469 # Extract the first word of "objdump", so it can be a program name with args.
6470set dummy objdump; ac_word=$2
6471{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6472$as_echo_n "checking for $ac_word... " >&6; }
6473if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6474 $as_echo_n "(cached) " >&6
6475else
6476 if test -n "$ac_ct_OBJDUMP"; then
6477 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6478else
6479as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6480for as_dir in $PATH
6481do
6482 IFS=$as_save_IFS
6483 test -z "$as_dir" && as_dir=.
6484 for ac_exec_ext in '' $ac_executable_extensions; do
6485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6486 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6487 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6488 break 2
6489 fi
6490done
6491 done
6492IFS=$as_save_IFS
6493
6494fi
6495fi
6496ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6497if test -n "$ac_ct_OBJDUMP"; then
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6499$as_echo "$ac_ct_OBJDUMP" >&6; }
6500else
6501 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6502$as_echo "no" >&6; }
6503fi
6504
6505 if test "x$ac_ct_OBJDUMP" = x; then
6506 OBJDUMP="false"
6507 else
6508 case $cross_compiling:$ac_tool_warned in
6509yes:)
6510{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6511$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6512ac_tool_warned=yes ;;
6513esac
6514 OBJDUMP=$ac_ct_OBJDUMP
6515 fi
6516else
6517 OBJDUMP="$ac_cv_prog_OBJDUMP"
6518fi
6519
6520test -z "$OBJDUMP" && OBJDUMP=objdump
6521
6522
6523
6524
6525
6526
6527
6528
6529
6530{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6531$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6532if test "${lt_cv_deplibs_check_method+set}" = set; then :
6533 $as_echo_n "(cached) " >&6
6534else
6535 lt_cv_file_magic_cmd='$MAGIC_CMD'
6536lt_cv_file_magic_test_file=
6537lt_cv_deplibs_check_method='unknown'
6538# Need to set the preceding variable on all platforms that support
6539# interlibrary dependencies.
6540# 'none' -- dependencies not supported.
6541# `unknown' -- same as none, but documents that we really don't know.
6542# 'pass_all' -- all dependencies passed with no checks.
6543# 'test_compile' -- check by making test program.
6544# 'file_magic [[regex]]' -- check by looking for files in library path
6545# which responds to the $file_magic_cmd with a given extended regex.
6546# If you have `file' or equivalent on your system and you're not sure
6547# whether `pass_all' will *always* work, you probably want this one.
6548
6549case $host_os in
6550aix[4-9]*)
6551 lt_cv_deplibs_check_method=pass_all
6552 ;;
6553
6554beos*)
6555 lt_cv_deplibs_check_method=pass_all
6556 ;;
6557
6558bsdi[45]*)
6559 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6560 lt_cv_file_magic_cmd='/usr/bin/file -L'
6561 lt_cv_file_magic_test_file=/shlib/libc.so
6562 ;;
6563
6564cygwin*)
6565 # func_win32_libid is a shell function defined in ltmain.sh
6566 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6567 lt_cv_file_magic_cmd='func_win32_libid'
6568 ;;
6569
6570mingw* | pw32*)
6571 # Base MSYS/MinGW do not provide the 'file' command needed by
6572 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6573 # unless we find 'file', for example because we are cross-compiling.
6574 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6575 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6576 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6577 lt_cv_file_magic_cmd='func_win32_libid'
6578 else
6579 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6580 lt_cv_file_magic_cmd='$OBJDUMP -f'
6581 fi
6582 ;;
6583
6584cegcc*)
6585 # use the weaker test based on 'objdump'. See mingw*.
6586 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6587 lt_cv_file_magic_cmd='$OBJDUMP -f'
6588 ;;
6589
6590darwin* | rhapsody*)
6591 lt_cv_deplibs_check_method=pass_all
6592 ;;
6593
6594freebsd* | dragonfly*)
6595 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6596 case $host_cpu in
6597 i*86 )
6598 # Not sure whether the presence of OpenBSD here was a mistake.
6599 # Let's accept both of them until this is cleared up.
6600 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6601 lt_cv_file_magic_cmd=/usr/bin/file
6602 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6603 ;;
6604 esac
6605 else
6606 lt_cv_deplibs_check_method=pass_all
6607 fi
6608 ;;
6609
6610gnu*)
6611 lt_cv_deplibs_check_method=pass_all
6612 ;;
6613
6614haiku*)
6615 lt_cv_deplibs_check_method=pass_all
6616 ;;
6617
6618hpux10.20* | hpux11*)
6619 lt_cv_file_magic_cmd=/usr/bin/file
6620 case $host_cpu in
6621 ia64*)
6622 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6623 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6624 ;;
6625 hppa*64*)
6626 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]'
6627 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6628 ;;
6629 *)
6630 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6631 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6632 ;;
6633 esac
6634 ;;
6635
6636interix[3-9]*)
6637 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6638 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6639 ;;
6640
6641irix5* | irix6* | nonstopux*)
6642 case $LD in
6643 *-32|*"-32 ") libmagic=32-bit;;
6644 *-n32|*"-n32 ") libmagic=N32;;
6645 *-64|*"-64 ") libmagic=64-bit;;
6646 *) libmagic=never-match;;
6647 esac
6648 lt_cv_deplibs_check_method=pass_all
6649 ;;
6650
6651# This must be Linux ELF.
6652linux* | k*bsd*-gnu | kopensolaris*-gnu)
6653 lt_cv_deplibs_check_method=pass_all
6654 ;;
6655
6656netbsd*)
6657 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6658 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6659 else
6660 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6661 fi
6662 ;;
6663
6664newos6*)
6665 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6666 lt_cv_file_magic_cmd=/usr/bin/file
6667 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6668 ;;
6669
6670*nto* | *qnx*)
6671 lt_cv_deplibs_check_method=pass_all
6672 ;;
6673
6674openbsd*)
6675 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6676 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6677 else
6678 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6679 fi
6680 ;;
6681
6682osf3* | osf4* | osf5*)
6683 lt_cv_deplibs_check_method=pass_all
6684 ;;
6685
6686rdos*)
6687 lt_cv_deplibs_check_method=pass_all
6688 ;;
6689
6690solaris*)
6691 lt_cv_deplibs_check_method=pass_all
6692 ;;
6693
6694sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6695 lt_cv_deplibs_check_method=pass_all
6696 ;;
6697
6698sysv4 | sysv4.3*)
6699 case $host_vendor in
6700 motorola)
6701 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]'
6702 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6703 ;;
6704 ncr)
6705 lt_cv_deplibs_check_method=pass_all
6706 ;;
6707 sequent)
6708 lt_cv_file_magic_cmd='/bin/file'
6709 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6710 ;;
6711 sni)
6712 lt_cv_file_magic_cmd='/bin/file'
6713 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6714 lt_cv_file_magic_test_file=/lib/libc.so
6715 ;;
6716 siemens)
6717 lt_cv_deplibs_check_method=pass_all
6718 ;;
6719 pc)
6720 lt_cv_deplibs_check_method=pass_all
6721 ;;
6722 esac
6723 ;;
6724
6725tpf*)
6726 lt_cv_deplibs_check_method=pass_all
6727 ;;
6728esac
6729
6730fi
6731{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6732$as_echo "$lt_cv_deplibs_check_method" >&6; }
6733file_magic_cmd=$lt_cv_file_magic_cmd
6734deplibs_check_method=$lt_cv_deplibs_check_method
6735test -z "$deplibs_check_method" && deplibs_check_method=unknown
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748if test -n "$ac_tool_prefix"; then
6749 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6750set dummy ${ac_tool_prefix}ar; ac_word=$2
6751{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6752$as_echo_n "checking for $ac_word... " >&6; }
6753if test "${ac_cv_prog_AR+set}" = set; then :
6754 $as_echo_n "(cached) " >&6
6755else
6756 if test -n "$AR"; then
6757 ac_cv_prog_AR="$AR" # Let the user override the test.
6758else
6759as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6760for as_dir in $PATH
6761do
6762 IFS=$as_save_IFS
6763 test -z "$as_dir" && as_dir=.
6764 for ac_exec_ext in '' $ac_executable_extensions; do
6765 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6766 ac_cv_prog_AR="${ac_tool_prefix}ar"
6767 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6768 break 2
6769 fi
6770done
6771 done
6772IFS=$as_save_IFS
6773
6774fi
6775fi
6776AR=$ac_cv_prog_AR
6777if test -n "$AR"; then
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6779$as_echo "$AR" >&6; }
6780else
6781 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6782$as_echo "no" >&6; }
6783fi
6784
6785
6786fi
6787if test -z "$ac_cv_prog_AR"; then
6788 ac_ct_AR=$AR
6789 # Extract the first word of "ar", so it can be a program name with args.
6790set dummy ar; ac_word=$2
6791{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6792$as_echo_n "checking for $ac_word... " >&6; }
6793if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6794 $as_echo_n "(cached) " >&6
6795else
6796 if test -n "$ac_ct_AR"; then
6797 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6798else
6799as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6800for as_dir in $PATH
6801do
6802 IFS=$as_save_IFS
6803 test -z "$as_dir" && as_dir=.
6804 for ac_exec_ext in '' $ac_executable_extensions; do
6805 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6806 ac_cv_prog_ac_ct_AR="ar"
6807 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6808 break 2
6809 fi
6810done
6811 done
6812IFS=$as_save_IFS
6813
6814fi
6815fi
6816ac_ct_AR=$ac_cv_prog_ac_ct_AR
6817if test -n "$ac_ct_AR"; then
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6819$as_echo "$ac_ct_AR" >&6; }
6820else
6821 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6822$as_echo "no" >&6; }
6823fi
6824
6825 if test "x$ac_ct_AR" = x; then
6826 AR="false"
6827 else
6828 case $cross_compiling:$ac_tool_warned in
6829yes:)
6830{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6831$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6832ac_tool_warned=yes ;;
6833esac
6834 AR=$ac_ct_AR
6835 fi
6836else
6837 AR="$ac_cv_prog_AR"
6838fi
6839
6840test -z "$AR" && AR=ar
6841test -z "$AR_FLAGS" && AR_FLAGS=cru
6842
6843
6844
6845
6846
6847
6848
6849
6850
6851
6852
6853if test -n "$ac_tool_prefix"; then
6854 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6855set dummy ${ac_tool_prefix}strip; ac_word=$2
6856{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6857$as_echo_n "checking for $ac_word... " >&6; }
6858if test "${ac_cv_prog_STRIP+set}" = set; then :
6859 $as_echo_n "(cached) " >&6
6860else
6861 if test -n "$STRIP"; then
6862 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6863else
6864as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6865for as_dir in $PATH
6866do
6867 IFS=$as_save_IFS
6868 test -z "$as_dir" && as_dir=.
6869 for ac_exec_ext in '' $ac_executable_extensions; do
6870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6871 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6872 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6873 break 2
6874 fi
6875done
6876 done
6877IFS=$as_save_IFS
6878
6879fi
6880fi
6881STRIP=$ac_cv_prog_STRIP
6882if test -n "$STRIP"; then
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6884$as_echo "$STRIP" >&6; }
6885else
6886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6887$as_echo "no" >&6; }
6888fi
6889
6890
6891fi
6892if test -z "$ac_cv_prog_STRIP"; then
6893 ac_ct_STRIP=$STRIP
6894 # Extract the first word of "strip", so it can be a program name with args.
6895set dummy strip; ac_word=$2
6896{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6897$as_echo_n "checking for $ac_word... " >&6; }
6898if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6899 $as_echo_n "(cached) " >&6
6900else
6901 if test -n "$ac_ct_STRIP"; then
6902 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6903else
6904as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6905for as_dir in $PATH
6906do
6907 IFS=$as_save_IFS
6908 test -z "$as_dir" && as_dir=.
6909 for ac_exec_ext in '' $ac_executable_extensions; do
6910 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6911 ac_cv_prog_ac_ct_STRIP="strip"
6912 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6913 break 2
6914 fi
6915done
6916 done
6917IFS=$as_save_IFS
6918
6919fi
6920fi
6921ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6922if test -n "$ac_ct_STRIP"; then
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6924$as_echo "$ac_ct_STRIP" >&6; }
6925else
6926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6927$as_echo "no" >&6; }
6928fi
6929
6930 if test "x$ac_ct_STRIP" = x; then
6931 STRIP=":"
6932 else
6933 case $cross_compiling:$ac_tool_warned in
6934yes:)
6935{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6936$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6937ac_tool_warned=yes ;;
6938esac
6939 STRIP=$ac_ct_STRIP
6940 fi
6941else
6942 STRIP="$ac_cv_prog_STRIP"
6943fi
6944
6945test -z "$STRIP" && STRIP=:
6946
6947
6948
6949
6950
6951
6952if test -n "$ac_tool_prefix"; then
6953 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6954set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6955{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6956$as_echo_n "checking for $ac_word... " >&6; }
6957if test "${ac_cv_prog_RANLIB+set}" = set; then :
6958 $as_echo_n "(cached) " >&6
6959else
6960 if test -n "$RANLIB"; then
6961 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6962else
6963as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6964for as_dir in $PATH
6965do
6966 IFS=$as_save_IFS
6967 test -z "$as_dir" && as_dir=.
6968 for ac_exec_ext in '' $ac_executable_extensions; do
6969 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6970 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6971 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6972 break 2
6973 fi
6974done
6975 done
6976IFS=$as_save_IFS
6977
6978fi
6979fi
6980RANLIB=$ac_cv_prog_RANLIB
6981if test -n "$RANLIB"; then
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6983$as_echo "$RANLIB" >&6; }
6984else
6985 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6986$as_echo "no" >&6; }
6987fi
6988
6989
6990fi
6991if test -z "$ac_cv_prog_RANLIB"; then
6992 ac_ct_RANLIB=$RANLIB
6993 # Extract the first word of "ranlib", so it can be a program name with args.
6994set dummy ranlib; ac_word=$2
6995{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6996$as_echo_n "checking for $ac_word... " >&6; }
6997if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6998 $as_echo_n "(cached) " >&6
6999else
7000 if test -n "$ac_ct_RANLIB"; then
7001 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7002else
7003as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7004for as_dir in $PATH
7005do
7006 IFS=$as_save_IFS
7007 test -z "$as_dir" && as_dir=.
7008 for ac_exec_ext in '' $ac_executable_extensions; do
7009 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7010 ac_cv_prog_ac_ct_RANLIB="ranlib"
7011 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7012 break 2
7013 fi
7014done
7015 done
7016IFS=$as_save_IFS
7017
7018fi
7019fi
7020ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7021if test -n "$ac_ct_RANLIB"; then
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7023$as_echo "$ac_ct_RANLIB" >&6; }
7024else
7025 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7026$as_echo "no" >&6; }
7027fi
7028
7029 if test "x$ac_ct_RANLIB" = x; then
7030 RANLIB=":"
7031 else
7032 case $cross_compiling:$ac_tool_warned in
7033yes:)
7034{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7035$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7036ac_tool_warned=yes ;;
7037esac
7038 RANLIB=$ac_ct_RANLIB
7039 fi
7040else
7041 RANLIB="$ac_cv_prog_RANLIB"
7042fi
7043
7044test -z "$RANLIB" && RANLIB=:
7045
7046
7047
7048
7049
7050
7051# Determine commands to create old-style static archives.
7052old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7053old_postinstall_cmds='chmod 644 $oldlib'
7054old_postuninstall_cmds=
7055
7056if test -n "$RANLIB"; then
7057 case $host_os in
7058 openbsd*)
7059 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7060 ;;
7061 *)
7062 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7063 ;;
7064 esac
7065 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7066fi
7067
7068case $host_os in
7069 darwin*)
7070 lock_old_archive_extraction=yes ;;
7071 *)
7072 lock_old_archive_extraction=no ;;
7073esac
7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092
7093
7094
7095for ac_prog in gawk mawk nawk awk
7096do
7097 # Extract the first word of "$ac_prog", so it can be a program name with args.
7098set dummy $ac_prog; ac_word=$2
7099{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7100$as_echo_n "checking for $ac_word... " >&6; }
7101if test "${ac_cv_prog_AWK+set}" = set; then :
7102 $as_echo_n "(cached) " >&6
7103else
7104 if test -n "$AWK"; then
7105 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7106else
7107as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7108for as_dir in $PATH
7109do
7110 IFS=$as_save_IFS
7111 test -z "$as_dir" && as_dir=.
7112 for ac_exec_ext in '' $ac_executable_extensions; do
7113 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7114 ac_cv_prog_AWK="$ac_prog"
7115 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7116 break 2
7117 fi
7118done
7119 done
7120IFS=$as_save_IFS
7121
7122fi
7123fi
7124AWK=$ac_cv_prog_AWK
7125if test -n "$AWK"; then
7126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7127$as_echo "$AWK" >&6; }
7128else
7129 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7130$as_echo "no" >&6; }
7131fi
7132
7133
7134 test -n "$AWK" && break
7135done
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152
7153
7154
7155# If no C compiler was specified, use CC.
7156LTCC=${LTCC-"$CC"}
7157
7158# If no C compiler flags were specified, use CFLAGS.
7159LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7160
7161# Allow CC to be a program name with arguments.
7162compiler=$CC
7163
7164
7165# Check for command to grab the raw symbol name followed by C symbol from nm.
7166{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7167$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7168if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7169 $as_echo_n "(cached) " >&6
7170else
7171
7172# These are sane defaults that work on at least a few old systems.
7173# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7174
7175# Character class describing NM global symbol codes.
7176symcode='[BCDEGRST]'
7177
7178# Regexp to match symbols that can be accessed directly from C.
7179sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7180
7181# Define system-specific variables.
7182case $host_os in
7183aix*)
7184 symcode='[BCDT]'
7185 ;;
7186cygwin* | mingw* | pw32* | cegcc*)
7187 symcode='[ABCDGISTW]'
7188 ;;
7189hpux*)
7190 if test "$host_cpu" = ia64; then
7191 symcode='[ABCDEGRST]'
7192 fi
7193 ;;
7194irix* | nonstopux*)
7195 symcode='[BCDEGRST]'
7196 ;;
7197osf*)
7198 symcode='[BCDEGQRST]'
7199 ;;
7200solaris*)
7201 symcode='[BDRT]'
7202 ;;
7203sco3.2v5*)
7204 symcode='[DT]'
7205 ;;
7206sysv4.2uw2*)
7207 symcode='[DT]'
7208 ;;
7209sysv5* | sco5v6* | unixware* | OpenUNIX*)
7210 symcode='[ABDT]'
7211 ;;
7212sysv4)
7213 symcode='[DFNSTU]'
7214 ;;
7215esac
7216
7217# If we're using GNU nm, then use its standard symbol codes.
7218case `$NM -V 2>&1` in
7219*GNU* | *'with BFD'*)
7220 symcode='[ABCDGIRSTW]' ;;
7221esac
7222
7223# Transform an extracted symbol line into a proper C declaration.
7224# Some systems (esp. on ia64) link data and code symbols differently,
7225# so use this general approach.
7226lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7227
7228# Transform an extracted symbol line into symbol name and symbol address
7229lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7230lt_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'"
7231
7232# Handle CRLF in mingw tool chain
7233opt_cr=
7234case $build_os in
7235mingw*)
7236 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7237 ;;
7238esac
7239
7240# Try without a prefix underscore, then with it.
7241for ac_symprfx in "" "_"; do
7242
7243 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7244 symxfrm="\\1 $ac_symprfx\\2 \\2"
7245
7246 # Write the raw and C identifiers.
7247 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7248 # Fake it for dumpbin and say T for any non-static function
7249 # and D for any global variable.
7250 # Also find C++ and __fastcall symbols from MSVC++,
7251 # which start with @ or ?.
7252 lt_cv_sys_global_symbol_pipe="$AWK '"\
7253" {last_section=section; section=\$ 3};"\
7254" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7255" \$ 0!~/External *\|/{next};"\
7256" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7257" {if(hide[section]) next};"\
7258" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7259" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7260" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7261" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7262" ' prfx=^$ac_symprfx"
7263 else
7264 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7265 fi
7266
7267 # Check to see that the pipe works correctly.
7268 pipe_works=no
7269
7270 rm -f conftest*
7271 cat > conftest.$ac_ext <<_LT_EOF
7272#ifdef __cplusplus
7273extern "C" {
7274#endif
7275char nm_test_var;
7276void nm_test_func(void);
7277void nm_test_func(void){}
7278#ifdef __cplusplus
7279}
7280#endif
7281int main(){nm_test_var='a';nm_test_func();return(0);}
7282_LT_EOF
7283
7284 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7285 (eval $ac_compile) 2>&5
7286 ac_status=$?
7287 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7288 test $ac_status = 0; }; then
7289 # Now try to grab the symbols.
7290 nlist=conftest.nm
7291 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7292 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7293 ac_status=$?
7294 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7295 test $ac_status = 0; } && test -s "$nlist"; then
7296 # Try sorting and uniquifying the output.
7297 if sort "$nlist" | uniq > "$nlist"T; then
7298 mv -f "$nlist"T "$nlist"
7299 else
7300 rm -f "$nlist"T
7301 fi
7302
7303 # Make sure that we snagged all the symbols we need.
7304 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7305 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7306 cat <<_LT_EOF > conftest.$ac_ext
7307#ifdef __cplusplus
7308extern "C" {
7309#endif
7310
7311_LT_EOF
7312 # Now generate the symbol file.
7313 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7314
7315 cat <<_LT_EOF >> conftest.$ac_ext
7316
7317/* The mapping between symbol names and symbols. */
7318const struct {
7319 const char *name;
7320 void *address;
7321}
7322lt__PROGRAM__LTX_preloaded_symbols[] =
7323{
7324 { "@PROGRAM@", (void *) 0 },
7325_LT_EOF
7326 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7327 cat <<\_LT_EOF >> conftest.$ac_ext
7328 {0, (void *) 0}
7329};
7330
7331/* This works around a problem in FreeBSD linker */
7332#ifdef FREEBSD_WORKAROUND
7333static const void *lt_preloaded_setup() {
7334 return lt__PROGRAM__LTX_preloaded_symbols;
7335}
7336#endif
7337
7338#ifdef __cplusplus
7339}
7340#endif
7341_LT_EOF
7342 # Now try linking the two files.
7343 mv conftest.$ac_objext conftstm.$ac_objext
7344 lt_save_LIBS="$LIBS"
7345 lt_save_CFLAGS="$CFLAGS"
7346 LIBS="conftstm.$ac_objext"
7347 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7348 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7349 (eval $ac_link) 2>&5
7350 ac_status=$?
7351 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7352 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7353 pipe_works=yes
7354 fi
7355 LIBS="$lt_save_LIBS"
7356 CFLAGS="$lt_save_CFLAGS"
7357 else
7358 echo "cannot find nm_test_func in $nlist" >&5
7359 fi
7360 else
7361 echo "cannot find nm_test_var in $nlist" >&5
7362 fi
7363 else
7364 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7365 fi
7366 else
7367 echo "$progname: failed program was:" >&5
7368 cat conftest.$ac_ext >&5
7369 fi
7370 rm -rf conftest* conftst*
7371
7372 # Do not use the global_symbol_pipe unless it works.
7373 if test "$pipe_works" = yes; then
7374 break
7375 else
7376 lt_cv_sys_global_symbol_pipe=
7377 fi
7378done
7379
7380fi
7381
7382if test -z "$lt_cv_sys_global_symbol_pipe"; then
7383 lt_cv_sys_global_symbol_to_cdecl=
7384fi
7385if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7387$as_echo "failed" >&6; }
7388else
7389 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7390$as_echo "ok" >&6; }
7391fi
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411
7412
7413
7414# Check whether --enable-libtool-lock was given.
7415if test "${enable_libtool_lock+set}" = set; then :
7416 enableval=$enable_libtool_lock;
7417fi
7418
7419test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7420
7421# Some flags need to be propagated to the compiler or linker for good
7422# libtool support.
7423case $host in
7424ia64-*-hpux*)
7425 # Find out which ABI we are using.
7426 echo 'int i;' > conftest.$ac_ext
7427 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7428 (eval $ac_compile) 2>&5
7429 ac_status=$?
7430 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7431 test $ac_status = 0; }; then
7432 case `/usr/bin/file conftest.$ac_objext` in
7433 *ELF-32*)
7434 HPUX_IA64_MODE="32"
7435 ;;
7436 *ELF-64*)
7437 HPUX_IA64_MODE="64"
7438 ;;
7439 esac
7440 fi
7441 rm -rf conftest*
7442 ;;
7443*-*-irix6*)
7444 # Find out which ABI we are using.
7445 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7446 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7447 (eval $ac_compile) 2>&5
7448 ac_status=$?
7449 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7450 test $ac_status = 0; }; then
7451 if test "$lt_cv_prog_gnu_ld" = yes; then
7452 case `/usr/bin/file conftest.$ac_objext` in
7453 *32-bit*)
7454 LD="${LD-ld} -melf32bsmip"
7455 ;;
7456 *N32*)
7457 LD="${LD-ld} -melf32bmipn32"
7458 ;;
7459 *64-bit*)
7460 LD="${LD-ld} -melf64bmip"
7461 ;;
7462 esac
7463 else
7464 case `/usr/bin/file conftest.$ac_objext` in
7465 *32-bit*)
7466 LD="${LD-ld} -32"
7467 ;;
7468 *N32*)
7469 LD="${LD-ld} -n32"
7470 ;;
7471 *64-bit*)
7472 LD="${LD-ld} -64"
7473 ;;
7474 esac
7475 fi
7476 fi
7477 rm -rf conftest*
7478 ;;
7479
bf3d9781 7480x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7481s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7482 # Find out which ABI we are using.
7483 echo 'int i;' > conftest.$ac_ext
7484 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7485 (eval $ac_compile) 2>&5
7486 ac_status=$?
7487 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7488 test $ac_status = 0; }; then
7489 case `/usr/bin/file conftest.o` in
7490 *32-bit*)
7491 case $host in
7492 x86_64-*kfreebsd*-gnu)
7493 LD="${LD-ld} -m elf_i386_fbsd"
7494 ;;
7495 x86_64-*linux*)
7496 case `/usr/bin/file conftest.o` in
7497 *x86-64*)
7498 LD="${LD-ld} -m elf32_x86_64"
7499 ;;
7500 *)
7501 LD="${LD-ld} -m elf_i386"
7502 ;;
7503 esac
7504 ;;
bf3d9781
AM
7505 powerpc64le-*linux*)
7506 LD="${LD-ld} -m elf32lppclinux"
7507 ;;
7508 powerpc64-*linux*)
6bb11ab3
L
7509 LD="${LD-ld} -m elf32ppclinux"
7510 ;;
7511 s390x-*linux*)
7512 LD="${LD-ld} -m elf_s390"
7513 ;;
7514 sparc64-*linux*)
7515 LD="${LD-ld} -m elf32_sparc"
7516 ;;
7517 esac
7518 ;;
7519 *64-bit*)
7520 case $host in
7521 x86_64-*kfreebsd*-gnu)
7522 LD="${LD-ld} -m elf_x86_64_fbsd"
7523 ;;
7524 x86_64-*linux*)
7525 LD="${LD-ld} -m elf_x86_64"
7526 ;;
bf3d9781
AM
7527 powerpcle-*linux*)
7528 LD="${LD-ld} -m elf64lppc"
7529 ;;
7530 powerpc-*linux*)
6bb11ab3
L
7531 LD="${LD-ld} -m elf64ppc"
7532 ;;
7533 s390*-*linux*|s390*-*tpf*)
7534 LD="${LD-ld} -m elf64_s390"
7535 ;;
7536 sparc*-*linux*)
7537 LD="${LD-ld} -m elf64_sparc"
7538 ;;
7539 esac
7540 ;;
7541 esac
7542 fi
7543 rm -rf conftest*
7544 ;;
7545
7546*-*-sco3.2v5*)
7547 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7548 SAVE_CFLAGS="$CFLAGS"
7549 CFLAGS="$CFLAGS -belf"
7550 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7551$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7552if test "${lt_cv_cc_needs_belf+set}" = set; then :
7553 $as_echo_n "(cached) " >&6
7554else
7555 ac_ext=c
7556ac_cpp='$CPP $CPPFLAGS'
7557ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7558ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7559ac_compiler_gnu=$ac_cv_c_compiler_gnu
7560
7561 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7562/* end confdefs.h. */
7563
7564int
7565main ()
7566{
7567
7568 ;
7569 return 0;
7570}
7571_ACEOF
7572if ac_fn_c_try_link "$LINENO"; then :
7573 lt_cv_cc_needs_belf=yes
7574else
7575 lt_cv_cc_needs_belf=no
7576fi
7577rm -f core conftest.err conftest.$ac_objext \
7578 conftest$ac_exeext conftest.$ac_ext
7579 ac_ext=c
7580ac_cpp='$CPP $CPPFLAGS'
7581ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7582ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7583ac_compiler_gnu=$ac_cv_c_compiler_gnu
7584
7585fi
7586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7587$as_echo "$lt_cv_cc_needs_belf" >&6; }
7588 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7589 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7590 CFLAGS="$SAVE_CFLAGS"
7591 fi
7592 ;;
7593sparc*-*solaris*)
7594 # Find out which ABI we are using.
7595 echo 'int i;' > conftest.$ac_ext
7596 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7597 (eval $ac_compile) 2>&5
7598 ac_status=$?
7599 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7600 test $ac_status = 0; }; then
7601 case `/usr/bin/file conftest.o` in
7602 *64-bit*)
7603 case $lt_cv_prog_gnu_ld in
7604 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7605 *)
7606 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7607 LD="${LD-ld} -64"
7608 fi
7609 ;;
7610 esac
7611 ;;
7612 esac
7613 fi
7614 rm -rf conftest*
7615 ;;
7616esac
7617
7618need_locks="$enable_libtool_lock"
7619
7620
7621 case $host_os in
7622 rhapsody* | darwin*)
7623 if test -n "$ac_tool_prefix"; then
7624 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7625set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7627$as_echo_n "checking for $ac_word... " >&6; }
7628if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7629 $as_echo_n "(cached) " >&6
7630else
7631 if test -n "$DSYMUTIL"; then
7632 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7633else
7634as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7635for as_dir in $PATH
7636do
7637 IFS=$as_save_IFS
7638 test -z "$as_dir" && as_dir=.
7639 for ac_exec_ext in '' $ac_executable_extensions; do
7640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7641 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7642 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7643 break 2
7644 fi
7645done
7646 done
7647IFS=$as_save_IFS
7648
7649fi
7650fi
7651DSYMUTIL=$ac_cv_prog_DSYMUTIL
7652if test -n "$DSYMUTIL"; then
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7654$as_echo "$DSYMUTIL" >&6; }
7655else
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7657$as_echo "no" >&6; }
7658fi
7659
7660
7661fi
7662if test -z "$ac_cv_prog_DSYMUTIL"; then
7663 ac_ct_DSYMUTIL=$DSYMUTIL
7664 # Extract the first word of "dsymutil", so it can be a program name with args.
7665set dummy dsymutil; ac_word=$2
7666{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7667$as_echo_n "checking for $ac_word... " >&6; }
7668if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7669 $as_echo_n "(cached) " >&6
7670else
7671 if test -n "$ac_ct_DSYMUTIL"; then
7672 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7673else
7674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7675for as_dir in $PATH
7676do
7677 IFS=$as_save_IFS
7678 test -z "$as_dir" && as_dir=.
7679 for ac_exec_ext in '' $ac_executable_extensions; do
7680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7681 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7682 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7683 break 2
7684 fi
7685done
7686 done
7687IFS=$as_save_IFS
7688
7689fi
7690fi
7691ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7692if test -n "$ac_ct_DSYMUTIL"; then
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7694$as_echo "$ac_ct_DSYMUTIL" >&6; }
7695else
7696 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7697$as_echo "no" >&6; }
7698fi
7699
7700 if test "x$ac_ct_DSYMUTIL" = x; then
7701 DSYMUTIL=":"
7702 else
7703 case $cross_compiling:$ac_tool_warned in
7704yes:)
7705{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7706$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7707ac_tool_warned=yes ;;
7708esac
7709 DSYMUTIL=$ac_ct_DSYMUTIL
7710 fi
7711else
7712 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7713fi
7714
7715 if test -n "$ac_tool_prefix"; then
7716 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7717set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7718{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7719$as_echo_n "checking for $ac_word... " >&6; }
7720if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7721 $as_echo_n "(cached) " >&6
7722else
7723 if test -n "$NMEDIT"; then
7724 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7725else
7726as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7727for as_dir in $PATH
7728do
7729 IFS=$as_save_IFS
7730 test -z "$as_dir" && as_dir=.
7731 for ac_exec_ext in '' $ac_executable_extensions; do
7732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7733 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7734 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7735 break 2
7736 fi
7737done
7738 done
7739IFS=$as_save_IFS
7740
7741fi
7742fi
7743NMEDIT=$ac_cv_prog_NMEDIT
7744if test -n "$NMEDIT"; then
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7746$as_echo "$NMEDIT" >&6; }
7747else
7748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7749$as_echo "no" >&6; }
7750fi
7751
7752
7753fi
7754if test -z "$ac_cv_prog_NMEDIT"; then
7755 ac_ct_NMEDIT=$NMEDIT
7756 # Extract the first word of "nmedit", so it can be a program name with args.
7757set dummy nmedit; ac_word=$2
7758{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7759$as_echo_n "checking for $ac_word... " >&6; }
7760if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7761 $as_echo_n "(cached) " >&6
7762else
7763 if test -n "$ac_ct_NMEDIT"; then
7764 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7765else
7766as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7767for as_dir in $PATH
7768do
7769 IFS=$as_save_IFS
7770 test -z "$as_dir" && as_dir=.
7771 for ac_exec_ext in '' $ac_executable_extensions; do
7772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7773 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7774 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7775 break 2
7776 fi
7777done
7778 done
7779IFS=$as_save_IFS
7780
7781fi
7782fi
7783ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7784if test -n "$ac_ct_NMEDIT"; then
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7786$as_echo "$ac_ct_NMEDIT" >&6; }
7787else
7788 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7789$as_echo "no" >&6; }
7790fi
7791
7792 if test "x$ac_ct_NMEDIT" = x; then
7793 NMEDIT=":"
7794 else
7795 case $cross_compiling:$ac_tool_warned in
7796yes:)
7797{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7798$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7799ac_tool_warned=yes ;;
7800esac
7801 NMEDIT=$ac_ct_NMEDIT
7802 fi
7803else
7804 NMEDIT="$ac_cv_prog_NMEDIT"
7805fi
7806
7807 if test -n "$ac_tool_prefix"; then
7808 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7809set dummy ${ac_tool_prefix}lipo; ac_word=$2
7810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7811$as_echo_n "checking for $ac_word... " >&6; }
7812if test "${ac_cv_prog_LIPO+set}" = set; then :
7813 $as_echo_n "(cached) " >&6
7814else
7815 if test -n "$LIPO"; then
7816 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7817else
7818as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7819for as_dir in $PATH
7820do
7821 IFS=$as_save_IFS
7822 test -z "$as_dir" && as_dir=.
7823 for ac_exec_ext in '' $ac_executable_extensions; do
7824 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7825 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7826 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7827 break 2
7828 fi
7829done
7830 done
7831IFS=$as_save_IFS
7832
7833fi
7834fi
7835LIPO=$ac_cv_prog_LIPO
7836if test -n "$LIPO"; then
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7838$as_echo "$LIPO" >&6; }
7839else
7840 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7841$as_echo "no" >&6; }
7842fi
7843
7844
7845fi
7846if test -z "$ac_cv_prog_LIPO"; then
7847 ac_ct_LIPO=$LIPO
7848 # Extract the first word of "lipo", so it can be a program name with args.
7849set dummy lipo; ac_word=$2
7850{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7851$as_echo_n "checking for $ac_word... " >&6; }
7852if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7853 $as_echo_n "(cached) " >&6
7854else
7855 if test -n "$ac_ct_LIPO"; then
7856 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7857else
7858as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7859for as_dir in $PATH
7860do
7861 IFS=$as_save_IFS
7862 test -z "$as_dir" && as_dir=.
7863 for ac_exec_ext in '' $ac_executable_extensions; do
7864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7865 ac_cv_prog_ac_ct_LIPO="lipo"
7866 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7867 break 2
7868 fi
7869done
7870 done
7871IFS=$as_save_IFS
7872
7873fi
7874fi
7875ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7876if test -n "$ac_ct_LIPO"; then
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7878$as_echo "$ac_ct_LIPO" >&6; }
7879else
7880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7881$as_echo "no" >&6; }
7882fi
7883
7884 if test "x$ac_ct_LIPO" = x; then
7885 LIPO=":"
7886 else
7887 case $cross_compiling:$ac_tool_warned in
7888yes:)
7889{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7890$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7891ac_tool_warned=yes ;;
7892esac
7893 LIPO=$ac_ct_LIPO
7894 fi
7895else
7896 LIPO="$ac_cv_prog_LIPO"
7897fi
7898
7899 if test -n "$ac_tool_prefix"; then
7900 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7901set dummy ${ac_tool_prefix}otool; ac_word=$2
7902{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7903$as_echo_n "checking for $ac_word... " >&6; }
7904if test "${ac_cv_prog_OTOOL+set}" = set; then :
7905 $as_echo_n "(cached) " >&6
7906else
7907 if test -n "$OTOOL"; then
7908 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7909else
7910as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7911for as_dir in $PATH
7912do
7913 IFS=$as_save_IFS
7914 test -z "$as_dir" && as_dir=.
7915 for ac_exec_ext in '' $ac_executable_extensions; do
7916 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7917 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7918 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7919 break 2
7920 fi
7921done
7922 done
7923IFS=$as_save_IFS
7924
7925fi
7926fi
7927OTOOL=$ac_cv_prog_OTOOL
7928if test -n "$OTOOL"; then
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7930$as_echo "$OTOOL" >&6; }
7931else
7932 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7933$as_echo "no" >&6; }
7934fi
7935
7936
7937fi
7938if test -z "$ac_cv_prog_OTOOL"; then
7939 ac_ct_OTOOL=$OTOOL
7940 # Extract the first word of "otool", so it can be a program name with args.
7941set dummy otool; ac_word=$2
7942{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7943$as_echo_n "checking for $ac_word... " >&6; }
7944if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7945 $as_echo_n "(cached) " >&6
7946else
7947 if test -n "$ac_ct_OTOOL"; then
7948 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7949else
7950as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7951for as_dir in $PATH
7952do
7953 IFS=$as_save_IFS
7954 test -z "$as_dir" && as_dir=.
7955 for ac_exec_ext in '' $ac_executable_extensions; do
7956 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7957 ac_cv_prog_ac_ct_OTOOL="otool"
7958 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7959 break 2
7960 fi
7961done
7962 done
7963IFS=$as_save_IFS
7964
7965fi
7966fi
7967ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7968if test -n "$ac_ct_OTOOL"; then
7969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7970$as_echo "$ac_ct_OTOOL" >&6; }
7971else
7972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7973$as_echo "no" >&6; }
7974fi
7975
7976 if test "x$ac_ct_OTOOL" = x; then
7977 OTOOL=":"
7978 else
7979 case $cross_compiling:$ac_tool_warned in
7980yes:)
7981{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7982$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7983ac_tool_warned=yes ;;
7984esac
7985 OTOOL=$ac_ct_OTOOL
7986 fi
7987else
7988 OTOOL="$ac_cv_prog_OTOOL"
7989fi
7990
7991 if test -n "$ac_tool_prefix"; then
7992 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7993set dummy ${ac_tool_prefix}otool64; ac_word=$2
7994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7995$as_echo_n "checking for $ac_word... " >&6; }
7996if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7997 $as_echo_n "(cached) " >&6
7998else
7999 if test -n "$OTOOL64"; then
8000 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8001else
8002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8003for as_dir in $PATH
8004do
8005 IFS=$as_save_IFS
8006 test -z "$as_dir" && as_dir=.
8007 for ac_exec_ext in '' $ac_executable_extensions; do
8008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8009 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8011 break 2
8012 fi
8013done
8014 done
8015IFS=$as_save_IFS
8016
8017fi
8018fi
8019OTOOL64=$ac_cv_prog_OTOOL64
8020if test -n "$OTOOL64"; then
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8022$as_echo "$OTOOL64" >&6; }
8023else
8024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8025$as_echo "no" >&6; }
8026fi
8027
8028
8029fi
8030if test -z "$ac_cv_prog_OTOOL64"; then
8031 ac_ct_OTOOL64=$OTOOL64
8032 # Extract the first word of "otool64", so it can be a program name with args.
8033set dummy otool64; ac_word=$2
8034{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8035$as_echo_n "checking for $ac_word... " >&6; }
8036if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8037 $as_echo_n "(cached) " >&6
8038else
8039 if test -n "$ac_ct_OTOOL64"; then
8040 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8041else
8042as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8043for as_dir in $PATH
8044do
8045 IFS=$as_save_IFS
8046 test -z "$as_dir" && as_dir=.
8047 for ac_exec_ext in '' $ac_executable_extensions; do
8048 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8049 ac_cv_prog_ac_ct_OTOOL64="otool64"
8050 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8051 break 2
8052 fi
8053done
8054 done
8055IFS=$as_save_IFS
8056
8057fi
8058fi
8059ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8060if test -n "$ac_ct_OTOOL64"; then
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8062$as_echo "$ac_ct_OTOOL64" >&6; }
8063else
8064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8065$as_echo "no" >&6; }
8066fi
8067
8068 if test "x$ac_ct_OTOOL64" = x; then
8069 OTOOL64=":"
8070 else
8071 case $cross_compiling:$ac_tool_warned in
8072yes:)
8073{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8074$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8075ac_tool_warned=yes ;;
8076esac
8077 OTOOL64=$ac_ct_OTOOL64
8078 fi
8079else
8080 OTOOL64="$ac_cv_prog_OTOOL64"
8081fi
8082
8083
8084
8085
8086
8087
8088
8089
8090
8091
8092
8093
8094
8095
8096
8097
8098
8099
8100
8101
8102
8103
8104
8105
8106
8107
8108
8109 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8110$as_echo_n "checking for -single_module linker flag... " >&6; }
8111if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8112 $as_echo_n "(cached) " >&6
8113else
8114 lt_cv_apple_cc_single_mod=no
8115 if test -z "${LT_MULTI_MODULE}"; then
8116 # By default we will add the -single_module flag. You can override
8117 # by either setting the environment variable LT_MULTI_MODULE
8118 # non-empty at configure time, or by adding -multi_module to the
8119 # link flags.
8120 rm -rf libconftest.dylib*
8121 echo "int foo(void){return 1;}" > conftest.c
8122 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8123-dynamiclib -Wl,-single_module conftest.c" >&5
8124 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8125 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8126 _lt_result=$?
8127 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8128 lt_cv_apple_cc_single_mod=yes
8129 else
8130 cat conftest.err >&5
8131 fi
8132 rm -rf libconftest.dylib*
8133 rm -f conftest.*
8134 fi
8135fi
8136{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8137$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8138 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8139$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8140if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8141 $as_echo_n "(cached) " >&6
8142else
8143 lt_cv_ld_exported_symbols_list=no
8144 save_LDFLAGS=$LDFLAGS
8145 echo "_main" > conftest.sym
8146 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8147 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8148/* end confdefs.h. */
8149
8150int
8151main ()
8152{
8153
8154 ;
8155 return 0;
8156}
8157_ACEOF
8158if ac_fn_c_try_link "$LINENO"; then :
8159 lt_cv_ld_exported_symbols_list=yes
8160else
8161 lt_cv_ld_exported_symbols_list=no
8162fi
8163rm -f core conftest.err conftest.$ac_objext \
8164 conftest$ac_exeext conftest.$ac_ext
8165 LDFLAGS="$save_LDFLAGS"
8166
8167fi
8168{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8169$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8171$as_echo_n "checking for -force_load linker flag... " >&6; }
8172if test "${lt_cv_ld_force_load+set}" = set; then :
8173 $as_echo_n "(cached) " >&6
8174else
8175 lt_cv_ld_force_load=no
8176 cat > conftest.c << _LT_EOF
8177int forced_loaded() { return 2;}
8178_LT_EOF
8179 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8180 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8181 echo "$AR cru libconftest.a conftest.o" >&5
8182 $AR cru libconftest.a conftest.o 2>&5
8183 cat > conftest.c << _LT_EOF
8184int main() { return 0;}
8185_LT_EOF
8186 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8187 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8188 _lt_result=$?
8189 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8190 lt_cv_ld_force_load=yes
8191 else
8192 cat conftest.err >&5
8193 fi
8194 rm -f conftest.err libconftest.a conftest conftest.c
8195 rm -rf conftest.dSYM
8196
8197fi
8198{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8199$as_echo "$lt_cv_ld_force_load" >&6; }
8200 case $host_os in
8201 rhapsody* | darwin1.[012])
8202 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8203 darwin1.*)
8204 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8205 darwin*) # darwin 5.x on
8206 # if running on 10.5 or later, the deployment target defaults
8207 # to the OS version, if on x86, and 10.4, the deployment
8208 # target defaults to 10.4. Don't you love it?
8209 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8210 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8211 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8212 10.[012][,.]*)
6bb11ab3
L
8213 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8214 10.*)
8215 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8216 esac
8217 ;;
8218 esac
8219 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8220 _lt_dar_single_mod='$single_module'
8221 fi
8222 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8223 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8224 else
8225 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8226 fi
8227 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8228 _lt_dsymutil='~$DSYMUTIL $lib || :'
8229 else
8230 _lt_dsymutil=
8231 fi
8232 ;;
8233 esac
8234
8235for ac_header in dlfcn.h
8236do :
8237 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8238"
8239if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8240 cat >>confdefs.h <<_ACEOF
8241#define HAVE_DLFCN_H 1
8242_ACEOF
8243
8244fi
8245
8246done
8247
8248
8249
8250# autoconf.info says this should be called right after AC_INIT.
8251ac_config_headers="$ac_config_headers config.h:config.in"
8252
8253
8254
0cb8d851
MF
8255 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8256$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8257if test "${ac_cv_c_bigendian+set}" = set; then :
8258 $as_echo_n "(cached) " >&6
8259else
8260 ac_cv_c_bigendian=unknown
8261 # See if we're dealing with a universal compiler.
8262 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8263/* end confdefs.h. */
8264#ifndef __APPLE_CC__
8265 not a universal capable compiler
8266 #endif
8267 typedef int dummy;
8268
8269_ACEOF
8270if ac_fn_c_try_compile "$LINENO"; then :
8271
8272 # Check for potential -arch flags. It is not universal unless
8273 # there are at least two -arch flags with different values.
8274 ac_arch=
8275 ac_prev=
8276 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8277 if test -n "$ac_prev"; then
8278 case $ac_word in
8279 i?86 | x86_64 | ppc | ppc64)
8280 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8281 ac_arch=$ac_word
8282 else
8283 ac_cv_c_bigendian=universal
8284 break
8285 fi
8286 ;;
8287 esac
8288 ac_prev=
8289 elif test "x$ac_word" = "x-arch"; then
8290 ac_prev=arch
8291 fi
8292 done
8293fi
8294rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8295 if test $ac_cv_c_bigendian = unknown; then
8296 # See if sys/param.h defines the BYTE_ORDER macro.
8297 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8298/* end confdefs.h. */
8299#include <sys/types.h>
8300 #include <sys/param.h>
8301
8302int
8303main ()
8304{
8305#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8306 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8307 && LITTLE_ENDIAN)
8308 bogus endian macros
8309 #endif
8310
8311 ;
8312 return 0;
8313}
8314_ACEOF
8315if ac_fn_c_try_compile "$LINENO"; then :
8316 # It does; now see whether it defined to BIG_ENDIAN or not.
8317 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8318/* end confdefs.h. */
8319#include <sys/types.h>
8320 #include <sys/param.h>
8321
8322int
8323main ()
8324{
8325#if BYTE_ORDER != BIG_ENDIAN
8326 not big endian
8327 #endif
8328
8329 ;
8330 return 0;
8331}
8332_ACEOF
8333if ac_fn_c_try_compile "$LINENO"; then :
8334 ac_cv_c_bigendian=yes
8335else
8336 ac_cv_c_bigendian=no
8337fi
8338rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8339fi
8340rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8341 fi
8342 if test $ac_cv_c_bigendian = unknown; then
8343 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8344 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8345/* end confdefs.h. */
8346#include <limits.h>
8347
8348int
8349main ()
8350{
8351#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8352 bogus endian macros
8353 #endif
8354
8355 ;
8356 return 0;
8357}
8358_ACEOF
8359if ac_fn_c_try_compile "$LINENO"; then :
8360 # It does; now see whether it defined to _BIG_ENDIAN or not.
8361 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8362/* end confdefs.h. */
8363#include <limits.h>
8364
8365int
8366main ()
8367{
8368#ifndef _BIG_ENDIAN
8369 not big endian
8370 #endif
8371
8372 ;
8373 return 0;
8374}
8375_ACEOF
8376if ac_fn_c_try_compile "$LINENO"; then :
8377 ac_cv_c_bigendian=yes
8378else
8379 ac_cv_c_bigendian=no
8380fi
8381rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8382fi
8383rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8384 fi
8385 if test $ac_cv_c_bigendian = unknown; then
8386 # Compile a test program.
8387 if test "$cross_compiling" = yes; then :
8388 # Try to guess by grepping values from an object file.
8389 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8390/* end confdefs.h. */
8391short int ascii_mm[] =
8392 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8393 short int ascii_ii[] =
8394 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8395 int use_ascii (int i) {
8396 return ascii_mm[i] + ascii_ii[i];
8397 }
8398 short int ebcdic_ii[] =
8399 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8400 short int ebcdic_mm[] =
8401 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8402 int use_ebcdic (int i) {
8403 return ebcdic_mm[i] + ebcdic_ii[i];
8404 }
8405 extern int foo;
8406
8407int
8408main ()
8409{
8410return use_ascii (foo) == use_ebcdic (foo);
8411 ;
8412 return 0;
8413}
8414_ACEOF
8415if ac_fn_c_try_compile "$LINENO"; then :
8416 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8417 ac_cv_c_bigendian=yes
8418 fi
8419 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8420 if test "$ac_cv_c_bigendian" = unknown; then
8421 ac_cv_c_bigendian=no
8422 else
8423 # finding both strings is unlikely to happen, but who knows?
8424 ac_cv_c_bigendian=unknown
8425 fi
8426 fi
8427fi
8428rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8429else
8430 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8431/* end confdefs.h. */
8432$ac_includes_default
8433int
8434main ()
8435{
8436
8437 /* Are we little or big endian? From Harbison&Steele. */
8438 union
8439 {
8440 long int l;
8441 char c[sizeof (long int)];
8442 } u;
8443 u.l = 1;
8444 return u.c[sizeof (long int) - 1] == 1;
8445
8446 ;
8447 return 0;
8448}
8449_ACEOF
8450if ac_fn_c_try_run "$LINENO"; then :
8451 ac_cv_c_bigendian=no
8452else
8453 ac_cv_c_bigendian=yes
8454fi
8455rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8456 conftest.$ac_objext conftest.beam conftest.$ac_ext
8457fi
8458
8459 fi
8460fi
8461{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8462$as_echo "$ac_cv_c_bigendian" >&6; }
8463 case $ac_cv_c_bigendian in #(
8464 yes)
8465 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8466;; #(
8467 no)
8468 ;; #(
8469 universal)
8470
8471$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8472
8473 ;; #(
8474 *)
8475 as_fn_error "unknown endianness
8476 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8477 esac
8478
6bb11ab3
L
8479
8480
8481
8482# Put a plausible default for CC_FOR_BUILD in Makefile.
8483if test "x$cross_compiling" = "xno"; then
8484 CC_FOR_BUILD='$(CC)'
8485else
8486 CC_FOR_BUILD=gcc
8487fi
8488
8489
8490
8491
8492AR=${AR-ar}
8493
8494if test -n "$ac_tool_prefix"; then
8495 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8496set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8498$as_echo_n "checking for $ac_word... " >&6; }
8499if test "${ac_cv_prog_RANLIB+set}" = set; then :
8500 $as_echo_n "(cached) " >&6
8501else
8502 if test -n "$RANLIB"; then
8503 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8504else
8505as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8506for as_dir in $PATH
8507do
8508 IFS=$as_save_IFS
8509 test -z "$as_dir" && as_dir=.
8510 for ac_exec_ext in '' $ac_executable_extensions; do
8511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8512 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8514 break 2
8515 fi
8516done
8517 done
8518IFS=$as_save_IFS
8519
8520fi
8521fi
8522RANLIB=$ac_cv_prog_RANLIB
8523if test -n "$RANLIB"; then
8524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8525$as_echo "$RANLIB" >&6; }
8526else
8527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8528$as_echo "no" >&6; }
8529fi
8530
8531
8532fi
8533if test -z "$ac_cv_prog_RANLIB"; then
8534 ac_ct_RANLIB=$RANLIB
8535 # Extract the first word of "ranlib", so it can be a program name with args.
8536set dummy ranlib; ac_word=$2
8537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8538$as_echo_n "checking for $ac_word... " >&6; }
8539if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8540 $as_echo_n "(cached) " >&6
8541else
8542 if test -n "$ac_ct_RANLIB"; then
8543 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8544else
8545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8546for as_dir in $PATH
8547do
8548 IFS=$as_save_IFS
8549 test -z "$as_dir" && as_dir=.
8550 for ac_exec_ext in '' $ac_executable_extensions; do
8551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8552 ac_cv_prog_ac_ct_RANLIB="ranlib"
8553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8554 break 2
8555 fi
8556done
8557 done
8558IFS=$as_save_IFS
8559
8560fi
8561fi
8562ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8563if test -n "$ac_ct_RANLIB"; then
8564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8565$as_echo "$ac_ct_RANLIB" >&6; }
8566else
8567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8568$as_echo "no" >&6; }
8569fi
8570
8571 if test "x$ac_ct_RANLIB" = x; then
8572 RANLIB=":"
8573 else
8574 case $cross_compiling:$ac_tool_warned in
8575yes:)
8576{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8577$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8578ac_tool_warned=yes ;;
8579esac
8580 RANLIB=$ac_ct_RANLIB
8581 fi
8582else
8583 RANLIB="$ac_cv_prog_RANLIB"
8584fi
8585
8586
8587# Some of the common include files depend on bfd.h, and bfd.h checks
8588# that config.h is included first by testing that the PACKAGE macro
8589# is defined.
8590PACKAGE=sim
8591
8592cat >>confdefs.h <<_ACEOF
8593#define PACKAGE "$PACKAGE"
8594_ACEOF
8595
8596
8597
8598# Dependency checking.
8599ac_config_commands="$ac_config_commands depdir"
8600
8601
8602depcc="$CC" am_compiler_list=
8603
8604am_depcomp=$ac_aux_dir/depcomp
8605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8606$as_echo_n "checking dependency style of $depcc... " >&6; }
8607if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8608 $as_echo_n "(cached) " >&6
8609else
8610 if test -f "$am_depcomp"; then
8611 # We make a subdir and do the tests there. Otherwise we can end up
8612 # making bogus files that we don't know about and never remove. For
8613 # instance it was reported that on HP-UX the gcc test will end up
8614 # making a dummy file named `D' -- because `-MD' means `put the output
8615 # in D'.
8616 mkdir conftest.dir
8617 # Copy depcomp to subdir because otherwise we won't find it if we're
8618 # using a relative directory.
8619 cp "$am_depcomp" conftest.dir
8620 cd conftest.dir
8621 # We will build objects and dependencies in a subdirectory because
8622 # it helps to detect inapplicable dependency modes. For instance
8623 # both Tru64's cc and ICC support -MD to output dependencies as a
8624 # side effect of compilation, but ICC will put the dependencies in
8625 # the current directory while Tru64 will put them in the object
8626 # directory.
8627 mkdir sub
8628
8629 am_cv_CC_dependencies_compiler_type=none
8630 if test "$am_compiler_list" = ""; then
8631 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8632 fi
8633 for depmode in $am_compiler_list; do
8634 if test $depmode = none; then break; fi
8635
8636 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8637 # Setup a source with many dependencies, because some compilers
8638 # like to wrap large dependency lists on column 80 (with \), and
8639 # we should not choose a depcomp mode which is confused by this.
8640 #
8641 # We need to recreate these files for each test, as the compiler may
8642 # overwrite some of them when testing with obscure command lines.
8643 # This happens at least with the AIX C compiler.
8644 : > sub/conftest.c
8645 for i in 1 2 3 4 5 6; do
8646 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8647 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8648 # Solaris 8's {/usr,}/bin/sh.
8649 touch sub/conftst$i.h
8650 done
8651 echo "include sub/conftest.Po" > confmf
8652
8653 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8654 # mode. It turns out that the SunPro C++ compiler does not properly
8655 # handle `-M -o', and we need to detect this.
8656 depcmd="depmode=$depmode \
8657 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8658 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8659 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8660 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8661 if env $depcmd > conftest.err 2>&1 &&
8662 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8663 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8664 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8665 # icc doesn't choke on unknown options, it will just issue warnings
8666 # or remarks (even with -Werror). So we grep stderr for any message
8667 # that says an option was ignored or not supported.
8668 # When given -MP, icc 7.0 and 7.1 complain thusly:
8669 # icc: Command line warning: ignoring option '-M'; no argument required
8670 # The diagnosis changed in icc 8.0:
8671 # icc: Command line remark: option '-MP' not supported
8672 if (grep 'ignoring option' conftest.err ||
8673 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8674 am_cv_CC_dependencies_compiler_type=$depmode
8675 $as_echo "$as_me:$LINENO: success" >&5
8676 break
8677 fi
8678 fi
8679 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8680 sed -e 's/^/| /' < conftest.err >&5
8681 done
8682
8683 cd ..
8684 rm -rf conftest.dir
8685else
8686 am_cv_CC_dependencies_compiler_type=none
8687fi
8688
8689fi
8690{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8691$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8692if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8693then as_fn_error "no usable dependency style found" "$LINENO" 5
8694else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8695
8696fi
8697
8698
8699# Check for the 'make' the user wants to use.
8700for ac_prog in make
8701do
8702 # Extract the first word of "$ac_prog", so it can be a program name with args.
8703set dummy $ac_prog; ac_word=$2
8704{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8705$as_echo_n "checking for $ac_word... " >&6; }
8706if test "${ac_cv_prog_MAKE+set}" = set; then :
8707 $as_echo_n "(cached) " >&6
8708else
8709 if test -n "$MAKE"; then
8710 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8711else
8712as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8713for as_dir in $PATH
8714do
8715 IFS=$as_save_IFS
8716 test -z "$as_dir" && as_dir=.
8717 for ac_exec_ext in '' $ac_executable_extensions; do
8718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8719 ac_cv_prog_MAKE="$ac_prog"
8720 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8721 break 2
8722 fi
8723done
8724 done
8725IFS=$as_save_IFS
8726
8727fi
8728fi
8729MAKE=$ac_cv_prog_MAKE
8730if test -n "$MAKE"; then
8731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8732$as_echo "$MAKE" >&6; }
8733else
8734 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8735$as_echo "no" >&6; }
8736fi
8737
8738
8739 test -n "$MAKE" && break
8740done
8741
8742MAKE_IS_GNU=
8743case "`$MAKE --version 2>&1 | sed 1q`" in
8744 *GNU*)
8745 MAKE_IS_GNU=yes
8746 ;;
8747esac
8748 if test "$MAKE_IS_GNU" = yes; then
8749 GMAKE_TRUE=
8750 GMAKE_FALSE='#'
8751else
8752 GMAKE_TRUE='#'
8753 GMAKE_FALSE=
8754fi
8755
8756
8757ALL_LINGUAS=
8758# If we haven't got the data from the intl directory,
8759# assume NLS is disabled.
8760USE_NLS=no
8761LIBINTL=
8762LIBINTL_DEP=
8763INCINTL=
8764XGETTEXT=
8765GMSGFMT=
8766POSUB=
8767
8768if test -f ../../intl/config.intl; then
8769 . ../../intl/config.intl
8770fi
8771{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8772$as_echo_n "checking whether NLS is requested... " >&6; }
8773if test x"$USE_NLS" != xyes; then
8774 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8775$as_echo "no" >&6; }
8776else
8777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8778$as_echo "yes" >&6; }
8779
8780$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8781
8782
8783 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8784$as_echo_n "checking for catalogs to be installed... " >&6; }
8785 # Look for .po and .gmo files in the source directory.
8786 CATALOGS=
8787 XLINGUAS=
8788 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8789 # If there aren't any .gmo files the shell will give us the
8790 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8791 # weeded out.
8792 case "$cat" in *\**)
8793 continue;;
8794 esac
8795 # The quadruple backslash is collapsed to a double backslash
8796 # by the backticks, then collapsed again by the double quotes,
8797 # leaving us with one backslash in the sed expression (right
8798 # before the dot that mustn't act as a wildcard).
8799 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8800 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8801 # The user is allowed to set LINGUAS to a list of languages to
8802 # install catalogs for. If it's empty that means "all of them."
8803 if test "x$LINGUAS" = x; then
8804 CATALOGS="$CATALOGS $cat"
8805 XLINGUAS="$XLINGUAS $lang"
8806 else
8807 case "$LINGUAS" in *$lang*)
8808 CATALOGS="$CATALOGS $cat"
8809 XLINGUAS="$XLINGUAS $lang"
8810 ;;
8811 esac
8812 fi
8813 done
8814 LINGUAS="$XLINGUAS"
8815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8816$as_echo "$LINGUAS" >&6; }
8817
8818
8819 DATADIRNAME=share
8820
8821 INSTOBJEXT=.mo
8822
8823 GENCAT=gencat
8824
8825 CATOBJEXT=.gmo
8826
8827fi
8828
8829# Check for common headers.
8830# FIXME: Seems to me this can cause problems for i386-windows hosts.
8831# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8832for ac_header in stdlib.h string.h strings.h unistd.h time.h
8833do :
8834 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8835ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8836eval as_val=\$$as_ac_Header
8837 if test "x$as_val" = x""yes; then :
8838 cat >>confdefs.h <<_ACEOF
8839#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8840_ACEOF
8841
8842fi
8843
8844done
8845
936df756 8846for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8847do :
8848 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8849ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8850eval as_val=\$$as_ac_Header
8851 if test "x$as_val" = x""yes; then :
8852 cat >>confdefs.h <<_ACEOF
8853#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8854_ACEOF
8855
8856fi
8857
8858done
8859
8860for ac_header in fcntl.h fpu_control.h
8861do :
8862 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8863ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8864eval as_val=\$$as_ac_Header
8865 if test "x$as_val" = x""yes; then :
8866 cat >>confdefs.h <<_ACEOF
8867#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8868_ACEOF
8869
8870fi
8871
8872done
8873
8874for ac_header in dlfcn.h errno.h sys/stat.h
8875do :
8876 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8877ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8878eval as_val=\$$as_ac_Header
8879 if test "x$as_val" = x""yes; then :
8880 cat >>confdefs.h <<_ACEOF
8881#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8882_ACEOF
8883
8884fi
8885
8886done
8887
8888for ac_func in getrusage time sigaction __setfpucw
8889do :
8890 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8891ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8892eval as_val=\$$as_ac_var
8893 if test "x$as_val" = x""yes; then :
8894 cat >>confdefs.h <<_ACEOF
8895#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8896_ACEOF
8897
8898fi
8899done
8900
936df756
MF
8901for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8902do :
8903 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8904ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8905eval as_val=\$$as_ac_var
8906 if test "x$as_val" = x""yes; then :
8907 cat >>confdefs.h <<_ACEOF
8908#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8909_ACEOF
8910
8911fi
8912done
8913
8914ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8915#include <sys/types.h>
8916#endif
8917#ifdef HAVE_SYS_STAT_H
8918#include <sys/stat.h>
8919#endif
8920"
8921if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8922
8923cat >>confdefs.h <<_ACEOF
8924#define HAVE_STRUCT_STAT_ST_DEV 1
8925_ACEOF
8926
8927
8928fi
8929ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8930#include <sys/types.h>
8931#endif
8932#ifdef HAVE_SYS_STAT_H
8933#include <sys/stat.h>
8934#endif
8935"
8936if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8937
8938cat >>confdefs.h <<_ACEOF
8939#define HAVE_STRUCT_STAT_ST_INO 1
8940_ACEOF
8941
8942
8943fi
8944ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8945#include <sys/types.h>
8946#endif
8947#ifdef HAVE_SYS_STAT_H
8948#include <sys/stat.h>
8949#endif
8950"
8951if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8952
8953cat >>confdefs.h <<_ACEOF
8954#define HAVE_STRUCT_STAT_ST_MODE 1
8955_ACEOF
8956
8957
8958fi
8959ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8960#include <sys/types.h>
8961#endif
8962#ifdef HAVE_SYS_STAT_H
8963#include <sys/stat.h>
8964#endif
8965"
8966if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8967
8968cat >>confdefs.h <<_ACEOF
8969#define HAVE_STRUCT_STAT_ST_NLINK 1
8970_ACEOF
8971
8972
8973fi
8974ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
8975#include <sys/types.h>
8976#endif
8977#ifdef HAVE_SYS_STAT_H
8978#include <sys/stat.h>
8979#endif
8980"
8981if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
8982
8983cat >>confdefs.h <<_ACEOF
8984#define HAVE_STRUCT_STAT_ST_UID 1
8985_ACEOF
8986
8987
8988fi
8989ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
8990#include <sys/types.h>
8991#endif
8992#ifdef HAVE_SYS_STAT_H
8993#include <sys/stat.h>
8994#endif
8995"
8996if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
8997
8998cat >>confdefs.h <<_ACEOF
8999#define HAVE_STRUCT_STAT_ST_GID 1
9000_ACEOF
9001
9002
9003fi
9004ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9005#include <sys/types.h>
9006#endif
9007#ifdef HAVE_SYS_STAT_H
9008#include <sys/stat.h>
9009#endif
9010"
9011if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9012
9013cat >>confdefs.h <<_ACEOF
9014#define HAVE_STRUCT_STAT_ST_RDEV 1
9015_ACEOF
9016
9017
9018fi
9019ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9020#include <sys/types.h>
9021#endif
9022#ifdef HAVE_SYS_STAT_H
9023#include <sys/stat.h>
9024#endif
9025"
9026if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9027
9028cat >>confdefs.h <<_ACEOF
9029#define HAVE_STRUCT_STAT_ST_SIZE 1
9030_ACEOF
9031
9032
9033fi
9034ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9035#include <sys/types.h>
9036#endif
9037#ifdef HAVE_SYS_STAT_H
9038#include <sys/stat.h>
9039#endif
9040"
9041if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9042
9043cat >>confdefs.h <<_ACEOF
9044#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9045_ACEOF
9046
9047
9048fi
9049ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9050#include <sys/types.h>
9051#endif
9052#ifdef HAVE_SYS_STAT_H
9053#include <sys/stat.h>
9054#endif
9055"
9056if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9057
9058cat >>confdefs.h <<_ACEOF
9059#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9060_ACEOF
9061
9062
9063fi
9064ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9065#include <sys/types.h>
9066#endif
9067#ifdef HAVE_SYS_STAT_H
9068#include <sys/stat.h>
9069#endif
9070"
9071if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9072
9073cat >>confdefs.h <<_ACEOF
9074#define HAVE_STRUCT_STAT_ST_ATIME 1
9075_ACEOF
9076
9077
9078fi
9079ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9080#include <sys/types.h>
9081#endif
9082#ifdef HAVE_SYS_STAT_H
9083#include <sys/stat.h>
9084#endif
9085"
9086if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9087
9088cat >>confdefs.h <<_ACEOF
9089#define HAVE_STRUCT_STAT_ST_MTIME 1
9090_ACEOF
9091
9092
9093fi
9094ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9095#include <sys/types.h>
9096#endif
9097#ifdef HAVE_SYS_STAT_H
9098#include <sys/stat.h>
9099#endif
9100"
9101if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9102
9103cat >>confdefs.h <<_ACEOF
9104#define HAVE_STRUCT_STAT_ST_CTIME 1
9105_ACEOF
9106
9107
9108fi
9109
9110ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9111#include <sys/socket.h>
9112
9113"
9114if test "x$ac_cv_type_socklen_t" = x""yes; then :
9115
9116cat >>confdefs.h <<_ACEOF
9117#define HAVE_SOCKLEN_T 1
9118_ACEOF
9119
9120
9121fi
9122
6bb11ab3
L
9123
9124# Check for socket libraries
9125{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9126$as_echo_n "checking for bind in -lsocket... " >&6; }
9127if test "${ac_cv_lib_socket_bind+set}" = set; then :
9128 $as_echo_n "(cached) " >&6
9129else
9130 ac_check_lib_save_LIBS=$LIBS
9131LIBS="-lsocket $LIBS"
9132cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9133/* end confdefs.h. */
9134
9135/* Override any GCC internal prototype to avoid an error.
9136 Use char because int might match the return type of a GCC
9137 builtin and then its argument prototype would still apply. */
9138#ifdef __cplusplus
9139extern "C"
9140#endif
9141char bind ();
9142int
9143main ()
9144{
9145return bind ();
9146 ;
9147 return 0;
9148}
9149_ACEOF
9150if ac_fn_c_try_link "$LINENO"; then :
9151 ac_cv_lib_socket_bind=yes
9152else
9153 ac_cv_lib_socket_bind=no
9154fi
9155rm -f core conftest.err conftest.$ac_objext \
9156 conftest$ac_exeext conftest.$ac_ext
9157LIBS=$ac_check_lib_save_LIBS
9158fi
9159{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9160$as_echo "$ac_cv_lib_socket_bind" >&6; }
9161if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9162 cat >>confdefs.h <<_ACEOF
9163#define HAVE_LIBSOCKET 1
9164_ACEOF
9165
9166 LIBS="-lsocket $LIBS"
9167
9168fi
9169
9170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9171$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9172if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9173 $as_echo_n "(cached) " >&6
9174else
9175 ac_check_lib_save_LIBS=$LIBS
9176LIBS="-lnsl $LIBS"
9177cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9178/* end confdefs.h. */
9179
9180/* Override any GCC internal prototype to avoid an error.
9181 Use char because int might match the return type of a GCC
9182 builtin and then its argument prototype would still apply. */
9183#ifdef __cplusplus
9184extern "C"
9185#endif
9186char gethostbyname ();
9187int
9188main ()
9189{
9190return gethostbyname ();
9191 ;
9192 return 0;
9193}
9194_ACEOF
9195if ac_fn_c_try_link "$LINENO"; then :
9196 ac_cv_lib_nsl_gethostbyname=yes
9197else
9198 ac_cv_lib_nsl_gethostbyname=no
9199fi
9200rm -f core conftest.err conftest.$ac_objext \
9201 conftest$ac_exeext conftest.$ac_ext
9202LIBS=$ac_check_lib_save_LIBS
9203fi
9204{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9205$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9206if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9207 cat >>confdefs.h <<_ACEOF
9208#define HAVE_LIBNSL 1
9209_ACEOF
9210
9211 LIBS="-lnsl $LIBS"
9212
9213fi
9214
9215
9216# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9217# using the same condition.
9218
aadc9410 9219 # Use the system's zlib library.
7fed4b0b
L
9220 zlibdir="-L\$(top_builddir)/../zlib"
9221 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9222
aadc9410
MF
9223# Check whether --with-system-zlib was given.
9224if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9225 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9226 zlibdir=
9227 zlibinc=
9228 fi
6bb11ab3
L
9229
9230fi
9231
6bb11ab3 9232
6bb11ab3 9233
6bb11ab3
L
9234
9235
9236# BFD uses libdl when when plugins enabled.
9237
faa743bb
RM
9238 maybe_plugins=no
9239 for ac_header in dlfcn.h
9240do :
9241 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9242"
9243if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9244 cat >>confdefs.h <<_ACEOF
9245#define HAVE_DLFCN_H 1
9246_ACEOF
9247 maybe_plugins=yes
9248fi
9249
9250done
9251
9252 for ac_header in windows.h
9253do :
9254 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9255"
9256if test "x$ac_cv_header_windows_h" = x""yes; then :
9257 cat >>confdefs.h <<_ACEOF
9258#define HAVE_WINDOWS_H 1
9259_ACEOF
9260 maybe_plugins=yes
9261fi
9262
9263done
9264
9265
9266 # Check whether --enable-plugins was given.
6bb11ab3
L
9267if test "${enable_plugins+set}" = set; then :
9268 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9269 no) plugins=no ;;
9270 *) plugins=yes
9271 if test "$maybe_plugins" != "yes" ; then
9272 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9273 fi ;;
9274 esac
6bb11ab3 9275else
faa743bb
RM
9276 plugins=$maybe_plugins
9277
6bb11ab3
L
9278fi
9279
2974be62
AM
9280 if test "$plugins" = "yes"; then
9281 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9282$as_echo_n "checking for library containing dlopen... " >&6; }
9283if test "${ac_cv_search_dlopen+set}" = set; then :
9284 $as_echo_n "(cached) " >&6
9285else
9286 ac_func_search_save_LIBS=$LIBS
9287cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9288/* end confdefs.h. */
9289
9290/* Override any GCC internal prototype to avoid an error.
9291 Use char because int might match the return type of a GCC
9292 builtin and then its argument prototype would still apply. */
9293#ifdef __cplusplus
9294extern "C"
9295#endif
9296char dlopen ();
9297int
9298main ()
9299{
9300return dlopen ();
9301 ;
9302 return 0;
9303}
9304_ACEOF
9305for ac_lib in '' dl; do
9306 if test -z "$ac_lib"; then
9307 ac_res="none required"
9308 else
9309 ac_res=-l$ac_lib
9310 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9311 fi
9312 if ac_fn_c_try_link "$LINENO"; then :
9313 ac_cv_search_dlopen=$ac_res
9314fi
9315rm -f core conftest.err conftest.$ac_objext \
9316 conftest$ac_exeext
9317 if test "${ac_cv_search_dlopen+set}" = set; then :
9318 break
9319fi
9320done
9321if test "${ac_cv_search_dlopen+set}" = set; then :
9322
9323else
9324 ac_cv_search_dlopen=no
9325fi
9326rm conftest.$ac_ext
9327LIBS=$ac_func_search_save_LIBS
9328fi
9329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9330$as_echo "$ac_cv_search_dlopen" >&6; }
9331ac_res=$ac_cv_search_dlopen
9332if test "$ac_res" != no; then :
9333 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9334
9335fi
9336
9337 fi
6bb11ab3
L
9338
9339 if test "$plugins" = yes; then
9340 PLUGINS_TRUE=
9341 PLUGINS_FALSE='#'
9342else
9343 PLUGINS_TRUE='#'
9344 PLUGINS_FALSE=
9345fi
9346
9347
9348
9349
9350
9351# Set options
9352enable_dlopen=yes
9353
9354
9355
9356
9357 enable_win32_dll=no
9358
9359
9360 # Check whether --enable-shared was given.
9361if test "${enable_shared+set}" = set; then :
9362 enableval=$enable_shared; p=${PACKAGE-default}
9363 case $enableval in
9364 yes) enable_shared=yes ;;
9365 no) enable_shared=no ;;
9366 *)
9367 enable_shared=no
9368 # Look at the argument we got. We use all the common list separators.
9369 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9370 for pkg in $enableval; do
9371 IFS="$lt_save_ifs"
9372 if test "X$pkg" = "X$p"; then
9373 enable_shared=yes
9374 fi
9375 done
9376 IFS="$lt_save_ifs"
9377 ;;
9378 esac
9379else
9380 enable_shared=yes
9381fi
9382
9383
9384
9385
9386
9387
9388
9389
9390
9391 # Check whether --enable-static was given.
9392if test "${enable_static+set}" = set; then :
9393 enableval=$enable_static; p=${PACKAGE-default}
9394 case $enableval in
9395 yes) enable_static=yes ;;
9396 no) enable_static=no ;;
9397 *)
9398 enable_static=no
9399 # Look at the argument we got. We use all the common list separators.
9400 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9401 for pkg in $enableval; do
9402 IFS="$lt_save_ifs"
9403 if test "X$pkg" = "X$p"; then
9404 enable_static=yes
9405 fi
9406 done
9407 IFS="$lt_save_ifs"
9408 ;;
9409 esac
9410else
9411 enable_static=yes
9412fi
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422
9423# Check whether --with-pic was given.
9424if test "${with_pic+set}" = set; then :
9425 withval=$with_pic; pic_mode="$withval"
9426else
9427 pic_mode=default
9428fi
9429
9430
9431test -z "$pic_mode" && pic_mode=default
9432
9433
9434
9435
9436
9437
9438
9439 # Check whether --enable-fast-install was given.
9440if test "${enable_fast_install+set}" = set; then :
9441 enableval=$enable_fast_install; p=${PACKAGE-default}
9442 case $enableval in
9443 yes) enable_fast_install=yes ;;
9444 no) enable_fast_install=no ;;
9445 *)
9446 enable_fast_install=no
9447 # Look at the argument we got. We use all the common list separators.
9448 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9449 for pkg in $enableval; do
9450 IFS="$lt_save_ifs"
9451 if test "X$pkg" = "X$p"; then
9452 enable_fast_install=yes
9453 fi
9454 done
9455 IFS="$lt_save_ifs"
9456 ;;
9457 esac
9458else
9459 enable_fast_install=yes
9460fi
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471
9472# This can be used to rebuild libtool when needed
9473LIBTOOL_DEPS="$ltmain"
9474
9475# Always use our own libtool.
9476LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502
9503test -z "$LN_S" && LN_S="ln -s"
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517
9518if test -n "${ZSH_VERSION+set}" ; then
9519 setopt NO_GLOB_SUBST
6ffe910a 9520fi
6ffe910a 9521
6bb11ab3
L
9522{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9523$as_echo_n "checking for objdir... " >&6; }
9524if test "${lt_cv_objdir+set}" = set; then :
9525 $as_echo_n "(cached) " >&6
9526else
9527 rm -f .libs 2>/dev/null
9528mkdir .libs 2>/dev/null
9529if test -d .libs; then
9530 lt_cv_objdir=.libs
9531else
9532 # MS-DOS does not allow filenames that begin with a dot.
9533 lt_cv_objdir=_libs
9534fi
9535rmdir .libs 2>/dev/null
9536fi
9537{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9538$as_echo "$lt_cv_objdir" >&6; }
9539objdir=$lt_cv_objdir
9540
9541
9542
9543
9544
9545cat >>confdefs.h <<_ACEOF
9546#define LT_OBJDIR "$lt_cv_objdir/"
9547_ACEOF
9548
9549
9550
9551
9552case $host_os in
9553aix3*)
9554 # AIX sometimes has problems with the GCC collect2 program. For some
9555 # reason, if we set the COLLECT_NAMES environment variable, the problems
9556 # vanish in a puff of smoke.
9557 if test "X${COLLECT_NAMES+set}" != Xset; then
9558 COLLECT_NAMES=
9559 export COLLECT_NAMES
9560 fi
9561 ;;
6ffe910a 9562esac
6bb11ab3
L
9563
9564# Global variables:
9565ofile=libtool
9566can_build_shared=yes
9567
9568# All known linkers require a `.a' archive for static linking (except MSVC,
9569# which needs '.lib').
9570libext=a
9571
9572with_gnu_ld="$lt_cv_prog_gnu_ld"
9573
9574old_CC="$CC"
9575old_CFLAGS="$CFLAGS"
9576
9577# Set sane defaults for various variables
9578test -z "$CC" && CC=cc
9579test -z "$LTCC" && LTCC=$CC
9580test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9581test -z "$LD" && LD=ld
9582test -z "$ac_objext" && ac_objext=o
9583
9584for cc_temp in $compiler""; do
9585 case $cc_temp in
9586 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9587 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9588 \-*) ;;
9589 *) break;;
9590 esac
9591done
9592cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9593
9594
9595# Only perform the check for file, if the check method requires it
9596test -z "$MAGIC_CMD" && MAGIC_CMD=file
9597case $deplibs_check_method in
9598file_magic*)
9599 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9600 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9601$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9602if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9603 $as_echo_n "(cached) " >&6
9604else
9605 case $MAGIC_CMD in
9606[\\/*] | ?:[\\/]*)
9607 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9608 ;;
9609*)
9610 lt_save_MAGIC_CMD="$MAGIC_CMD"
9611 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9612 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9613 for ac_dir in $ac_dummy; do
9614 IFS="$lt_save_ifs"
9615 test -z "$ac_dir" && ac_dir=.
9616 if test -f $ac_dir/${ac_tool_prefix}file; then
9617 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9618 if test -n "$file_magic_test_file"; then
9619 case $deplibs_check_method in
9620 "file_magic "*)
9621 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9622 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9623 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9624 $EGREP "$file_magic_regex" > /dev/null; then
9625 :
9626 else
9627 cat <<_LT_EOF 1>&2
9628
9629*** Warning: the command libtool uses to detect shared libraries,
9630*** $file_magic_cmd, produces output that libtool cannot recognize.
9631*** The result is that libtool may fail to recognize shared libraries
9632*** as such. This will affect the creation of libtool libraries that
9633*** depend on shared libraries, but programs linked with such libtool
9634*** libraries will work regardless of this problem. Nevertheless, you
9635*** may want to report the problem to your system manager and/or to
9636*** bug-libtool@gnu.org
9637
9638_LT_EOF
9639 fi ;;
9640 esac
9641 fi
9642 break
6ffe910a 9643 fi
6bb11ab3
L
9644 done
9645 IFS="$lt_save_ifs"
9646 MAGIC_CMD="$lt_save_MAGIC_CMD"
9647 ;;
9648esac
6ffe910a 9649fi
6ffe910a 9650
6bb11ab3
L
9651MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9652if test -n "$MAGIC_CMD"; then
9653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9654$as_echo "$MAGIC_CMD" >&6; }
9655else
9656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9657$as_echo "no" >&6; }
9658fi
6ffe910a 9659
6bb11ab3
L
9660
9661
9662
9663
9664if test -z "$lt_cv_path_MAGIC_CMD"; then
9665 if test -n "$ac_tool_prefix"; then
9666 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9667$as_echo_n "checking for file... " >&6; }
9668if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9669 $as_echo_n "(cached) " >&6
9670else
9671 case $MAGIC_CMD in
9672[\\/*] | ?:[\\/]*)
9673 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9674 ;;
9675*)
9676 lt_save_MAGIC_CMD="$MAGIC_CMD"
9677 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9678 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9679 for ac_dir in $ac_dummy; do
9680 IFS="$lt_save_ifs"
9681 test -z "$ac_dir" && ac_dir=.
9682 if test -f $ac_dir/file; then
9683 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9684 if test -n "$file_magic_test_file"; then
9685 case $deplibs_check_method in
9686 "file_magic "*)
9687 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9688 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9689 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9690 $EGREP "$file_magic_regex" > /dev/null; then
9691 :
9692 else
9693 cat <<_LT_EOF 1>&2
9694
9695*** Warning: the command libtool uses to detect shared libraries,
9696*** $file_magic_cmd, produces output that libtool cannot recognize.
9697*** The result is that libtool may fail to recognize shared libraries
9698*** as such. This will affect the creation of libtool libraries that
9699*** depend on shared libraries, but programs linked with such libtool
9700*** libraries will work regardless of this problem. Nevertheless, you
9701*** may want to report the problem to your system manager and/or to
9702*** bug-libtool@gnu.org
9703
9704_LT_EOF
9705 fi ;;
9706 esac
9707 fi
9708 break
9709 fi
9710 done
9711 IFS="$lt_save_ifs"
9712 MAGIC_CMD="$lt_save_MAGIC_CMD"
9713 ;;
6ffe910a 9714esac
6bb11ab3
L
9715fi
9716
9717MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9718if test -n "$MAGIC_CMD"; then
9719 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9720$as_echo "$MAGIC_CMD" >&6; }
9721else
9722 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9723$as_echo "no" >&6; }
9724fi
9725
9726
9727 else
9728 MAGIC_CMD=:
9729 fi
9730fi
9731
9732 fi
9733 ;;
9734esac
9735
9736# Use C for the default configuration in the libtool script
9737
9738lt_save_CC="$CC"
9739ac_ext=c
9740ac_cpp='$CPP $CPPFLAGS'
9741ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9742ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9743ac_compiler_gnu=$ac_cv_c_compiler_gnu
9744
9745
9746# Source file extension for C test sources.
9747ac_ext=c
9748
9749# Object file extension for compiled C test sources.
9750objext=o
9751objext=$objext
9752
9753# Code to be used in simple compile tests
9754lt_simple_compile_test_code="int some_variable = 0;"
9755
9756# Code to be used in simple link tests
9757lt_simple_link_test_code='int main(){return(0);}'
9758
9759
9760
9761
9762
9763
9764
9765# If no C compiler was specified, use CC.
9766LTCC=${LTCC-"$CC"}
9767
9768# If no C compiler flags were specified, use CFLAGS.
9769LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9770
9771# Allow CC to be a program name with arguments.
9772compiler=$CC
9773
9774# Save the default compiler, since it gets overwritten when the other
9775# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9776compiler_DEFAULT=$CC
9777
9778# save warnings/boilerplate of simple test code
9779ac_outfile=conftest.$ac_objext
9780echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9781eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9782_lt_compiler_boilerplate=`cat conftest.err`
9783$RM conftest*
9784
9785ac_outfile=conftest.$ac_objext
9786echo "$lt_simple_link_test_code" >conftest.$ac_ext
9787eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9788_lt_linker_boilerplate=`cat conftest.err`
9789$RM -r conftest*
9790
9791
9792## CAVEAT EMPTOR:
9793## There is no encapsulation within the following macros, do not change
9794## the running order or otherwise move them around unless you know exactly
9795## what you are doing...
9796if test -n "$compiler"; then
9797
9798lt_prog_compiler_no_builtin_flag=
9799
9800if test "$GCC" = yes; then
9801 case $cc_basename in
9802 nvcc*)
9803 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9804 *)
9805 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
6ffe910a 9806 esac
6bb11ab3
L
9807
9808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9809$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9810if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9811 $as_echo_n "(cached) " >&6
6ffe910a 9812else
6bb11ab3
L
9813 lt_cv_prog_compiler_rtti_exceptions=no
9814 ac_outfile=conftest.$ac_objext
9815 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9816 lt_compiler_flag="-fno-rtti -fno-exceptions"
9817 # Insert the option either (1) after the last *FLAGS variable, or
9818 # (2) before a word containing "conftest.", or (3) at the end.
9819 # Note that $ac_compile itself does not contain backslashes and begins
9820 # with a dollar sign (not a hyphen), so the echo should work correctly.
9821 # The option is referenced via a variable to avoid confusing sed.
9822 lt_compile=`echo "$ac_compile" | $SED \
9823 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9824 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9825 -e 's:$: $lt_compiler_flag:'`
9826 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9827 (eval "$lt_compile" 2>conftest.err)
9828 ac_status=$?
9829 cat conftest.err >&5
9830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9831 if (exit $ac_status) && test -s "$ac_outfile"; then
9832 # The compiler can only warn and ignore the option if not recognized
9833 # So say no if there are warnings other than the usual output.
9834 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9835 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9836 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9837 lt_cv_prog_compiler_rtti_exceptions=yes
9838 fi
9839 fi
9840 $RM conftest*
9841
6ffe910a 9842fi
6bb11ab3
L
9843{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9844$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9845
9846if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9847 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9848else
9849 :
9850fi
9851
9852fi
9853
9854
9855
9856
9857
9858
9859 lt_prog_compiler_wl=
9860lt_prog_compiler_pic=
9861lt_prog_compiler_static=
9862
9863{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9864$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9865
9866 if test "$GCC" = yes; then
9867 lt_prog_compiler_wl='-Wl,'
9868 lt_prog_compiler_static='-static'
9869
9870 case $host_os in
9871 aix*)
9872 # All AIX code is PIC.
9873 if test "$host_cpu" = ia64; then
9874 # AIX 5 now supports IA64 processor
9875 lt_prog_compiler_static='-Bstatic'
9876 fi
9877 lt_prog_compiler_pic='-fPIC'
9878 ;;
9879
9880 amigaos*)
9881 case $host_cpu in
9882 powerpc)
9883 # see comment about AmigaOS4 .so support
9884 lt_prog_compiler_pic='-fPIC'
9885 ;;
9886 m68k)
9887 # FIXME: we need at least 68020 code to build shared libraries, but
9888 # adding the `-m68020' flag to GCC prevents building anything better,
9889 # like `-m68040'.
9890 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9891 ;;
9892 esac
9893 ;;
9894
9895 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9896 # PIC is the default for these OSes.
9897 ;;
9898
9899 mingw* | cygwin* | pw32* | os2* | cegcc*)
9900 # This hack is so that the source file can tell whether it is being
9901 # built for inclusion in a dll (and should export symbols for example).
9902 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9903 # (--disable-auto-import) libraries
9904 lt_prog_compiler_pic='-DDLL_EXPORT'
9905 ;;
9906
9907 darwin* | rhapsody*)
9908 # PIC is the default on this platform
9909 # Common symbols not allowed in MH_DYLIB files
9910 lt_prog_compiler_pic='-fno-common'
9911 ;;
9912
9913 haiku*)
9914 # PIC is the default for Haiku.
9915 # The "-static" flag exists, but is broken.
9916 lt_prog_compiler_static=
9917 ;;
9918
9919 hpux*)
9920 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9921 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9922 # sets the default TLS model and affects inlining.
9923 case $host_cpu in
9924 hppa*64*)
9925 # +Z the default
9926 ;;
9927 *)
9928 lt_prog_compiler_pic='-fPIC'
9929 ;;
9930 esac
9931 ;;
9932
9933 interix[3-9]*)
9934 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9935 # Instead, we relocate shared libraries at runtime.
9936 ;;
9937
9938 msdosdjgpp*)
9939 # Just because we use GCC doesn't mean we suddenly get shared libraries
9940 # on systems that don't support them.
9941 lt_prog_compiler_can_build_shared=no
9942 enable_shared=no
9943 ;;
9944
9945 *nto* | *qnx*)
9946 # QNX uses GNU C++, but need to define -shared option too, otherwise
9947 # it will coredump.
9948 lt_prog_compiler_pic='-fPIC -shared'
9949 ;;
9950
9951 sysv4*MP*)
9952 if test -d /usr/nec; then
9953 lt_prog_compiler_pic=-Kconform_pic
9954 fi
9955 ;;
9956
9957 *)
9958 lt_prog_compiler_pic='-fPIC'
9959 ;;
9960 esac
9961
9962 case $cc_basename in
9963 nvcc*) # Cuda Compiler Driver 2.2
9964 lt_prog_compiler_wl='-Xlinker '
9965 lt_prog_compiler_pic='-Xcompiler -fPIC'
9966 ;;
9967 esac
9968 else
9969 # PORTME Check for flag to pass linker flags through the system compiler.
9970 case $host_os in
9971 aix*)
9972 lt_prog_compiler_wl='-Wl,'
9973 if test "$host_cpu" = ia64; then
9974 # AIX 5 now supports IA64 processor
9975 lt_prog_compiler_static='-Bstatic'
9976 else
9977 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9978 fi
9979 ;;
9980
9981 mingw* | cygwin* | pw32* | os2* | cegcc*)
9982 # This hack is so that the source file can tell whether it is being
9983 # built for inclusion in a dll (and should export symbols for example).
9984 lt_prog_compiler_pic='-DDLL_EXPORT'
9985 ;;
9986
9987 hpux9* | hpux10* | hpux11*)
9988 lt_prog_compiler_wl='-Wl,'
9989 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9990 # not for PA HP-UX.
9991 case $host_cpu in
9992 hppa*64*|ia64*)
9993 # +Z the default
9994 ;;
9995 *)
9996 lt_prog_compiler_pic='+Z'
9997 ;;
9998 esac
9999 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10000 lt_prog_compiler_static='${wl}-a ${wl}archive'
10001 ;;
10002
10003 irix5* | irix6* | nonstopux*)
10004 lt_prog_compiler_wl='-Wl,'
10005 # PIC (with -KPIC) is the default.
10006 lt_prog_compiler_static='-non_shared'
10007 ;;
10008
10009 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10010 case $cc_basename in
10011 # old Intel for x86_64 which still supported -KPIC.
10012 ecc*)
10013 lt_prog_compiler_wl='-Wl,'
10014 lt_prog_compiler_pic='-KPIC'
10015 lt_prog_compiler_static='-static'
10016 ;;
10017 # icc used to be incompatible with GCC.
10018 # ICC 10 doesn't accept -KPIC any more.
10019 icc* | ifort*)
10020 lt_prog_compiler_wl='-Wl,'
10021 lt_prog_compiler_pic='-fPIC'
10022 lt_prog_compiler_static='-static'
10023 ;;
10024 # Lahey Fortran 8.1.
10025 lf95*)
10026 lt_prog_compiler_wl='-Wl,'
10027 lt_prog_compiler_pic='--shared'
10028 lt_prog_compiler_static='--static'
10029 ;;
10030 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10031 # Portland Group compilers (*not* the Pentium gcc compiler,
10032 # which looks to be a dead project)
10033 lt_prog_compiler_wl='-Wl,'
10034 lt_prog_compiler_pic='-fpic'
10035 lt_prog_compiler_static='-Bstatic'
10036 ;;
10037 ccc*)
10038 lt_prog_compiler_wl='-Wl,'
10039 # All Alpha code is PIC.
10040 lt_prog_compiler_static='-non_shared'
10041 ;;
10042 xl* | bgxl* | bgf* | mpixl*)
10043 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10044 lt_prog_compiler_wl='-Wl,'
10045 lt_prog_compiler_pic='-qpic'
10046 lt_prog_compiler_static='-qstaticlink'
10047 ;;
10048 *)
10049 case `$CC -V 2>&1 | sed 5q` in
10050 *Sun\ F* | *Sun*Fortran*)
10051 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10052 lt_prog_compiler_pic='-KPIC'
10053 lt_prog_compiler_static='-Bstatic'
10054 lt_prog_compiler_wl=''
10055 ;;
10056 *Sun\ C*)
10057 # Sun C 5.9
10058 lt_prog_compiler_pic='-KPIC'
10059 lt_prog_compiler_static='-Bstatic'
10060 lt_prog_compiler_wl='-Wl,'
10061 ;;
10062 esac
10063 ;;
10064 esac
10065 ;;
10066
10067 newsos6)
10068 lt_prog_compiler_pic='-KPIC'
10069 lt_prog_compiler_static='-Bstatic'
10070 ;;
10071
10072 *nto* | *qnx*)
10073 # QNX uses GNU C++, but need to define -shared option too, otherwise
10074 # it will coredump.
10075 lt_prog_compiler_pic='-fPIC -shared'
10076 ;;
10077
10078 osf3* | osf4* | osf5*)
10079 lt_prog_compiler_wl='-Wl,'
10080 # All OSF/1 code is PIC.
10081 lt_prog_compiler_static='-non_shared'
10082 ;;
10083
10084 rdos*)
10085 lt_prog_compiler_static='-non_shared'
10086 ;;
6ffe910a 10087
6bb11ab3
L
10088 solaris*)
10089 lt_prog_compiler_pic='-KPIC'
10090 lt_prog_compiler_static='-Bstatic'
10091 case $cc_basename in
10092 f77* | f90* | f95*)
10093 lt_prog_compiler_wl='-Qoption ld ';;
10094 *)
10095 lt_prog_compiler_wl='-Wl,';;
10096 esac
10097 ;;
6ffe910a 10098
6bb11ab3
L
10099 sunos4*)
10100 lt_prog_compiler_wl='-Qoption ld '
10101 lt_prog_compiler_pic='-PIC'
10102 lt_prog_compiler_static='-Bstatic'
10103 ;;
6ffe910a 10104
6bb11ab3
L
10105 sysv4 | sysv4.2uw2* | sysv4.3*)
10106 lt_prog_compiler_wl='-Wl,'
10107 lt_prog_compiler_pic='-KPIC'
10108 lt_prog_compiler_static='-Bstatic'
10109 ;;
10110
10111 sysv4*MP*)
10112 if test -d /usr/nec ;then
10113 lt_prog_compiler_pic='-Kconform_pic'
10114 lt_prog_compiler_static='-Bstatic'
10115 fi
10116 ;;
10117
10118 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10119 lt_prog_compiler_wl='-Wl,'
10120 lt_prog_compiler_pic='-KPIC'
10121 lt_prog_compiler_static='-Bstatic'
10122 ;;
10123
10124 unicos*)
10125 lt_prog_compiler_wl='-Wl,'
10126 lt_prog_compiler_can_build_shared=no
10127 ;;
10128
10129 uts4*)
10130 lt_prog_compiler_pic='-pic'
10131 lt_prog_compiler_static='-Bstatic'
10132 ;;
10133
10134 *)
10135 lt_prog_compiler_can_build_shared=no
10136 ;;
10137 esac
10138 fi
10139
10140case $host_os in
10141 # For platforms which do not support PIC, -DPIC is meaningless:
10142 *djgpp*)
10143 lt_prog_compiler_pic=
10144 ;;
10145 *)
10146 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10147 ;;
6ffe910a 10148esac
6bb11ab3
L
10149{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10150$as_echo "$lt_prog_compiler_pic" >&6; }
10151
10152
10153
10154
10155
10156
10157#
10158# Check to make sure the PIC flag actually works.
10159#
10160if test -n "$lt_prog_compiler_pic"; then
10161 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10162$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10163if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10164 $as_echo_n "(cached) " >&6
6ffe910a 10165else
6bb11ab3
L
10166 lt_cv_prog_compiler_pic_works=no
10167 ac_outfile=conftest.$ac_objext
10168 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10169 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10170 # Insert the option either (1) after the last *FLAGS variable, or
10171 # (2) before a word containing "conftest.", or (3) at the end.
10172 # Note that $ac_compile itself does not contain backslashes and begins
10173 # with a dollar sign (not a hyphen), so the echo should work correctly.
10174 # The option is referenced via a variable to avoid confusing sed.
10175 lt_compile=`echo "$ac_compile" | $SED \
10176 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10177 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10178 -e 's:$: $lt_compiler_flag:'`
10179 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10180 (eval "$lt_compile" 2>conftest.err)
10181 ac_status=$?
10182 cat conftest.err >&5
10183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10184 if (exit $ac_status) && test -s "$ac_outfile"; then
10185 # The compiler can only warn and ignore the option if not recognized
10186 # So say no if there are warnings other than the usual output.
10187 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10188 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10189 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10190 lt_cv_prog_compiler_pic_works=yes
10191 fi
10192 fi
10193 $RM conftest*
6ffe910a 10194
6ffe910a 10195fi
6bb11ab3
L
10196{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10197$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10198
10199if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10200 case $lt_prog_compiler_pic in
10201 "" | " "*) ;;
10202 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10203 esac
10204else
10205 lt_prog_compiler_pic=
10206 lt_prog_compiler_can_build_shared=no
6ffe910a 10207fi
6bb11ab3
L
10208
10209fi
10210
10211
10212
10213
10214
10215
10216#
10217# Check to make sure the static flag actually works.
10218#
10219wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10221$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10222if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
6ffe910a
MF
10223 $as_echo_n "(cached) " >&6
10224else
6bb11ab3
L
10225 lt_cv_prog_compiler_static_works=no
10226 save_LDFLAGS="$LDFLAGS"
10227 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10228 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10229 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10230 # The linker can only warn and ignore the option if not recognized
10231 # So say no if there are warnings
10232 if test -s conftest.err; then
10233 # Append any errors to the config.log.
10234 cat conftest.err 1>&5
10235 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10236 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10237 if diff conftest.exp conftest.er2 >/dev/null; then
10238 lt_cv_prog_compiler_static_works=yes
10239 fi
10240 else
10241 lt_cv_prog_compiler_static_works=yes
10242 fi
10243 fi
10244 $RM -r conftest*
10245 LDFLAGS="$save_LDFLAGS"
6ffe910a 10246
6bb11ab3
L
10247fi
10248{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10249$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
6ffe910a 10250
6bb11ab3
L
10251if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10252 :
6ffe910a 10253else
6bb11ab3 10254 lt_prog_compiler_static=
6ffe910a 10255fi
6ffe910a 10256
6bb11ab3
L
10257
10258
10259
10260
10261
10262
10263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10264$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10265if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10266 $as_echo_n "(cached) " >&6
6ffe910a 10267else
6bb11ab3
L
10268 lt_cv_prog_compiler_c_o=no
10269 $RM -r conftest 2>/dev/null
10270 mkdir conftest
10271 cd conftest
10272 mkdir out
10273 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10274
10275 lt_compiler_flag="-o out/conftest2.$ac_objext"
10276 # Insert the option either (1) after the last *FLAGS variable, or
10277 # (2) before a word containing "conftest.", or (3) at the end.
10278 # Note that $ac_compile itself does not contain backslashes and begins
10279 # with a dollar sign (not a hyphen), so the echo should work correctly.
10280 lt_compile=`echo "$ac_compile" | $SED \
10281 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10282 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10283 -e 's:$: $lt_compiler_flag:'`
10284 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10285 (eval "$lt_compile" 2>out/conftest.err)
10286 ac_status=$?
10287 cat out/conftest.err >&5
10288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10289 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10290 then
10291 # The compiler can only warn and ignore the option if not recognized
10292 # So say no if there are warnings
10293 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10294 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10295 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10296 lt_cv_prog_compiler_c_o=yes
10297 fi
10298 fi
10299 chmod u+w . 2>&5
10300 $RM conftest*
10301 # SGI C++ compiler will create directory out/ii_files/ for
10302 # template instantiation
10303 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10304 $RM out/* && rmdir out
10305 cd ..
10306 $RM -r conftest
10307 $RM conftest*
10308
6ffe910a 10309fi
6bb11ab3
L
10310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10311$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10312
10313
10314
10315
10316
10317
10318 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10319$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10320if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
6ffe910a
MF
10321 $as_echo_n "(cached) " >&6
10322else
6bb11ab3
L
10323 lt_cv_prog_compiler_c_o=no
10324 $RM -r conftest 2>/dev/null
10325 mkdir conftest
10326 cd conftest
10327 mkdir out
10328 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10329
10330 lt_compiler_flag="-o out/conftest2.$ac_objext"
10331 # Insert the option either (1) after the last *FLAGS variable, or
10332 # (2) before a word containing "conftest.", or (3) at the end.
10333 # Note that $ac_compile itself does not contain backslashes and begins
10334 # with a dollar sign (not a hyphen), so the echo should work correctly.
10335 lt_compile=`echo "$ac_compile" | $SED \
10336 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10337 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10338 -e 's:$: $lt_compiler_flag:'`
10339 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10340 (eval "$lt_compile" 2>out/conftest.err)
10341 ac_status=$?
10342 cat out/conftest.err >&5
10343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10344 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10345 then
10346 # The compiler can only warn and ignore the option if not recognized
10347 # So say no if there are warnings
10348 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10349 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10350 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10351 lt_cv_prog_compiler_c_o=yes
10352 fi
10353 fi
10354 chmod u+w . 2>&5
10355 $RM conftest*
10356 # SGI C++ compiler will create directory out/ii_files/ for
10357 # template instantiation
10358 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10359 $RM out/* && rmdir out
10360 cd ..
10361 $RM -r conftest
10362 $RM conftest*
10363
10364fi
10365{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10366$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10367
10368
10369
10370
10371hard_links="nottested"
10372if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10373 # do not overwrite the value of need_locks provided by the user
10374 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10375$as_echo_n "checking if we can lock with hard links... " >&6; }
10376 hard_links=yes
10377 $RM conftest*
10378 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10379 touch conftest.a
10380 ln conftest.a conftest.b 2>&5 || hard_links=no
10381 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10383$as_echo "$hard_links" >&6; }
10384 if test "$hard_links" = no; then
10385 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10386$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10387 need_locks=warn
10388 fi
10389else
10390 need_locks=no
10391fi
10392
10393
10394
10395
10396
10397
10398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10399$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10400
10401 runpath_var=
10402 allow_undefined_flag=
10403 always_export_symbols=no
10404 archive_cmds=
10405 archive_expsym_cmds=
10406 compiler_needs_object=no
10407 enable_shared_with_static_runtimes=no
10408 export_dynamic_flag_spec=
10409 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10410 hardcode_automatic=no
10411 hardcode_direct=no
10412 hardcode_direct_absolute=no
10413 hardcode_libdir_flag_spec=
10414 hardcode_libdir_flag_spec_ld=
10415 hardcode_libdir_separator=
10416 hardcode_minus_L=no
10417 hardcode_shlibpath_var=unsupported
10418 inherit_rpath=no
10419 link_all_deplibs=unknown
10420 module_cmds=
10421 module_expsym_cmds=
10422 old_archive_from_new_cmds=
10423 old_archive_from_expsyms_cmds=
10424 thread_safe_flag_spec=
10425 whole_archive_flag_spec=
10426 # include_expsyms should be a list of space-separated symbols to be *always*
10427 # included in the symbol list
10428 include_expsyms=
10429 # exclude_expsyms can be an extended regexp of symbols to exclude
10430 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10431 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10432 # as well as any symbol that contains `d'.
10433 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10434 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10435 # platforms (ab)use it in PIC code, but their linkers get confused if
10436 # the symbol is explicitly referenced. Since portable code cannot
10437 # rely on this symbol name, it's probably fine to never include it in
10438 # preloaded symbol tables.
10439 # Exclude shared library initialization/finalization symbols.
10440 extract_expsyms_cmds=
10441
10442 case $host_os in
10443 cygwin* | mingw* | pw32* | cegcc*)
10444 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10445 # When not using gcc, we currently assume that we are using
10446 # Microsoft Visual C++.
10447 if test "$GCC" != yes; then
10448 with_gnu_ld=no
10449 fi
10450 ;;
10451 interix*)
10452 # we just hope/assume this is gcc and not c89 (= MSVC++)
10453 with_gnu_ld=yes
10454 ;;
10455 openbsd*)
10456 with_gnu_ld=no
10457 ;;
10458 esac
6ffe910a 10459
6bb11ab3
L
10460 ld_shlibs=yes
10461
10462 # On some targets, GNU ld is compatible enough with the native linker
10463 # that we're better off using the native interface for both.
10464 lt_use_gnu_ld_interface=no
10465 if test "$with_gnu_ld" = yes; then
10466 case $host_os in
10467 aix*)
10468 # The AIX port of GNU ld has always aspired to compatibility
10469 # with the native linker. However, as the warning in the GNU ld
10470 # block says, versions before 2.19.5* couldn't really create working
10471 # shared libraries, regardless of the interface used.
10472 case `$LD -v 2>&1` in
10473 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10474 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10475 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10476 *)
10477 lt_use_gnu_ld_interface=yes
10478 ;;
10479 esac
10480 ;;
10481 *)
10482 lt_use_gnu_ld_interface=yes
10483 ;;
10484 esac
10485 fi
6ffe910a 10486
6bb11ab3
L
10487 if test "$lt_use_gnu_ld_interface" = yes; then
10488 # If archive_cmds runs LD, not CC, wlarc should be empty
10489 wlarc='${wl}'
10490
10491 # Set some defaults for GNU ld with shared library support. These
10492 # are reset later if shared libraries are not supported. Putting them
10493 # here allows them to be overridden if necessary.
10494 runpath_var=LD_RUN_PATH
10495 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10496 export_dynamic_flag_spec='${wl}--export-dynamic'
10497 # ancient GNU ld didn't support --whole-archive et. al.
10498 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10499 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10500 else
10501 whole_archive_flag_spec=
10502 fi
10503 supports_anon_versioning=no
10504 case `$LD -v 2>&1` in
10505 *GNU\ gold*) supports_anon_versioning=yes ;;
10506 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10507 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10508 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10509 *\ 2.11.*) ;; # other 2.11 versions
10510 *) supports_anon_versioning=yes ;;
10511 esac
10512
10513 # See if GNU ld supports shared libraries.
10514 case $host_os in
10515 aix[3-9]*)
10516 # On AIX/PPC, the GNU linker is very broken
10517 if test "$host_cpu" != ia64; then
10518 ld_shlibs=no
10519 cat <<_LT_EOF 1>&2
10520
10521*** Warning: the GNU linker, at least up to release 2.19, is reported
10522*** to be unable to reliably create shared libraries on AIX.
10523*** Therefore, libtool is disabling shared libraries support. If you
10524*** really care for shared libraries, you may want to install binutils
10525*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10526*** You will then need to restart the configuration process.
10527
10528_LT_EOF
10529 fi
10530 ;;
10531
10532 amigaos*)
10533 case $host_cpu in
10534 powerpc)
10535 # see comment about AmigaOS4 .so support
10536 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10537 archive_expsym_cmds=''
10538 ;;
10539 m68k)
10540 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)'
10541 hardcode_libdir_flag_spec='-L$libdir'
10542 hardcode_minus_L=yes
10543 ;;
10544 esac
10545 ;;
10546
10547 beos*)
10548 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10549 allow_undefined_flag=unsupported
10550 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10551 # support --undefined. This deserves some investigation. FIXME
10552 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10553 else
10554 ld_shlibs=no
10555 fi
10556 ;;
10557
10558 cygwin* | mingw* | pw32* | cegcc*)
10559 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10560 # as there is no search path for DLLs.
10561 hardcode_libdir_flag_spec='-L$libdir'
10562 export_dynamic_flag_spec='${wl}--export-all-symbols'
10563 allow_undefined_flag=unsupported
10564 always_export_symbols=no
10565 enable_shared_with_static_runtimes=yes
10566 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10567
10568 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10569 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10570 # If the export-symbols file already is a .def file (1st line
10571 # is EXPORTS), use it as is; otherwise, prepend...
10572 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10573 cp $export_symbols $output_objdir/$soname.def;
10574 else
10575 echo EXPORTS > $output_objdir/$soname.def;
10576 cat $export_symbols >> $output_objdir/$soname.def;
10577 fi~
10578 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10579 else
10580 ld_shlibs=no
10581 fi
10582 ;;
10583
10584 haiku*)
10585 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10586 link_all_deplibs=yes
10587 ;;
10588
10589 interix[3-9]*)
10590 hardcode_direct=no
10591 hardcode_shlibpath_var=no
10592 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10593 export_dynamic_flag_spec='${wl}-E'
10594 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10595 # Instead, shared libraries are loaded at an image base (0x10000000 by
10596 # default) and relocated if they conflict, which is a slow very memory
10597 # consuming and fragmenting process. To avoid this, we pick a random,
10598 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10599 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10600 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10601 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'
10602 ;;
10603
10604 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10605 tmp_diet=no
10606 if test "$host_os" = linux-dietlibc; then
10607 case $cc_basename in
10608 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10609 esac
10610 fi
10611 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10612 && test "$tmp_diet" = no
10613 then
ae7d0cac 10614 tmp_addflag=' $pic_flag'
6bb11ab3
L
10615 tmp_sharedflag='-shared'
10616 case $cc_basename,$host_cpu in
10617 pgcc*) # Portland Group C compiler
10618 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'
10619 tmp_addflag=' $pic_flag'
10620 ;;
10621 pgf77* | pgf90* | pgf95* | pgfortran*)
10622 # Portland Group f77 and f90 compilers
10623 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'
10624 tmp_addflag=' $pic_flag -Mnomain' ;;
10625 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10626 tmp_addflag=' -i_dynamic' ;;
10627 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10628 tmp_addflag=' -i_dynamic -nofor_main' ;;
10629 ifc* | ifort*) # Intel Fortran compiler
10630 tmp_addflag=' -nofor_main' ;;
10631 lf95*) # Lahey Fortran 8.1
10632 whole_archive_flag_spec=
10633 tmp_sharedflag='--shared' ;;
10634 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10635 tmp_sharedflag='-qmkshrobj'
10636 tmp_addflag= ;;
10637 nvcc*) # Cuda Compiler Driver 2.2
10638 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'
10639 compiler_needs_object=yes
10640 ;;
10641 esac
10642 case `$CC -V 2>&1 | sed 5q` in
10643 *Sun\ C*) # Sun C 5.9
10644 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'
10645 compiler_needs_object=yes
10646 tmp_sharedflag='-G' ;;
10647 *Sun\ F*) # Sun Fortran 8.3
10648 tmp_sharedflag='-G' ;;
10649 esac
10650 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10651
10652 if test "x$supports_anon_versioning" = xyes; then
10653 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10654 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10655 echo "local: *; };" >> $output_objdir/$libname.ver~
10656 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10657 fi
10658
10659 case $cc_basename in
10660 xlf* | bgf* | bgxlf* | mpixlf*)
10661 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10662 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10663 hardcode_libdir_flag_spec=
10664 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10665 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10666 if test "x$supports_anon_versioning" = xyes; then
10667 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10668 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10669 echo "local: *; };" >> $output_objdir/$libname.ver~
10670 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10671 fi
10672 ;;
10673 esac
10674 else
10675 ld_shlibs=no
10676 fi
10677 ;;
10678
10679 netbsd*)
10680 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10681 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10682 wlarc=
10683 else
10684 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10685 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10686 fi
10687 ;;
10688
10689 solaris*)
10690 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10691 ld_shlibs=no
10692 cat <<_LT_EOF 1>&2
10693
10694*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10695*** create shared libraries on Solaris systems. Therefore, libtool
10696*** is disabling shared libraries support. We urge you to upgrade GNU
10697*** binutils to release 2.9.1 or newer. Another option is to modify
10698*** your PATH or compiler configuration so that the native linker is
10699*** used, and then restart.
10700
10701_LT_EOF
10702 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10703 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10704 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10705 else
10706 ld_shlibs=no
10707 fi
10708 ;;
10709
10710 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10711 case `$LD -v 2>&1` in
10712 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10713 ld_shlibs=no
10714 cat <<_LT_EOF 1>&2
10715
10716*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10717*** reliably create shared libraries on SCO systems. Therefore, libtool
10718*** is disabling shared libraries support. We urge you to upgrade GNU
10719*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10720*** your PATH or compiler configuration so that the native linker is
10721*** used, and then restart.
10722
10723_LT_EOF
10724 ;;
10725 *)
10726 # For security reasons, it is highly recommended that you always
10727 # use absolute paths for naming shared libraries, and exclude the
10728 # DT_RUNPATH tag from executables and libraries. But doing so
10729 # requires that you compile everything twice, which is a pain.
10730 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10731 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10732 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10733 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10734 else
10735 ld_shlibs=no
10736 fi
10737 ;;
10738 esac
10739 ;;
10740
10741 sunos4*)
10742 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10743 wlarc=
10744 hardcode_direct=yes
10745 hardcode_shlibpath_var=no
10746 ;;
10747
10748 *)
10749 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10750 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10751 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10752 else
10753 ld_shlibs=no
10754 fi
10755 ;;
10756 esac
10757
10758 if test "$ld_shlibs" = no; then
10759 runpath_var=
10760 hardcode_libdir_flag_spec=
10761 export_dynamic_flag_spec=
10762 whole_archive_flag_spec=
10763 fi
10764 else
10765 # PORTME fill in a description of your system's linker (not GNU ld)
10766 case $host_os in
10767 aix3*)
10768 allow_undefined_flag=unsupported
10769 always_export_symbols=yes
10770 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'
10771 # Note: this linker hardcodes the directories in LIBPATH if there
10772 # are no directories specified by -L.
10773 hardcode_minus_L=yes
10774 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10775 # Neither direct hardcoding nor static linking is supported with a
10776 # broken collect2.
10777 hardcode_direct=unsupported
10778 fi
10779 ;;
10780
10781 aix[4-9]*)
10782 if test "$host_cpu" = ia64; then
10783 # On IA64, the linker does run time linking by default, so we don't
10784 # have to do anything special.
10785 aix_use_runtimelinking=no
10786 exp_sym_flag='-Bexport'
10787 no_entry_flag=""
10788 else
10789 # If we're using GNU nm, then we don't want the "-C" option.
10790 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10791 # Also, AIX nm treats weak defined symbols like other global
10792 # defined symbols, whereas GNU nm marks them as "W".
10793 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10794 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'
10795 else
10796 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10797 fi
10798 aix_use_runtimelinking=no
10799
10800 # Test if we are trying to use run time linking or normal
10801 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10802 # need to do runtime linking.
10803 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10804 for ld_flag in $LDFLAGS; do
10805 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10806 aix_use_runtimelinking=yes
10807 break
10808 fi
10809 done
10810 ;;
10811 esac
10812
10813 exp_sym_flag='-bexport'
10814 no_entry_flag='-bnoentry'
10815 fi
10816
10817 # When large executables or shared objects are built, AIX ld can
10818 # have problems creating the table of contents. If linking a library
10819 # or program results in "error TOC overflow" add -mminimal-toc to
10820 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10821 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10822
10823 archive_cmds=''
10824 hardcode_direct=yes
10825 hardcode_direct_absolute=yes
10826 hardcode_libdir_separator=':'
10827 link_all_deplibs=yes
10828 file_list_spec='${wl}-f,'
10829
10830 if test "$GCC" = yes; then
10831 case $host_os in aix4.[012]|aix4.[012].*)
10832 # We only want to do this on AIX 4.2 and lower, the check
10833 # below for broken collect2 doesn't work under 4.3+
10834 collect2name=`${CC} -print-prog-name=collect2`
10835 if test -f "$collect2name" &&
10836 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10837 then
10838 # We have reworked collect2
10839 :
10840 else
10841 # We have old collect2
10842 hardcode_direct=unsupported
10843 # It fails to find uninstalled libraries when the uninstalled
10844 # path is not listed in the libpath. Setting hardcode_minus_L
10845 # to unsupported forces relinking
10846 hardcode_minus_L=yes
10847 hardcode_libdir_flag_spec='-L$libdir'
10848 hardcode_libdir_separator=
10849 fi
10850 ;;
10851 esac
10852 shared_flag='-shared'
10853 if test "$aix_use_runtimelinking" = yes; then
10854 shared_flag="$shared_flag "'${wl}-G'
10855 fi
10856 else
10857 # not using gcc
10858 if test "$host_cpu" = ia64; then
10859 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10860 # chokes on -Wl,-G. The following line is correct:
10861 shared_flag='-G'
10862 else
10863 if test "$aix_use_runtimelinking" = yes; then
10864 shared_flag='${wl}-G'
10865 else
10866 shared_flag='${wl}-bM:SRE'
10867 fi
10868 fi
10869 fi
10870
10871 export_dynamic_flag_spec='${wl}-bexpall'
10872 # It seems that -bexpall does not export symbols beginning with
10873 # underscore (_), so it is better to generate a list of symbols to export.
10874 always_export_symbols=yes
10875 if test "$aix_use_runtimelinking" = yes; then
10876 # Warning - without using the other runtime loading flags (-brtl),
10877 # -berok will link without error, but may produce a broken library.
10878 allow_undefined_flag='-berok'
10879 # Determine the default libpath from the value encoded in an
10880 # empty executable.
10881 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6ffe910a
MF
10882/* end confdefs.h. */
10883
10884int
10885main ()
10886{
10887
10888 ;
10889 return 0;
10890}
10891_ACEOF
6bb11ab3 10892if ac_fn_c_try_link "$LINENO"; then :
6ffe910a 10893
6bb11ab3
L
10894lt_aix_libpath_sed='
10895 /Import File Strings/,/^$/ {
10896 /^0/ {
10897 s/^0 *\(.*\)$/\1/
10898 p
10899 }
10900 }'
10901aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10902# Check for a 64-bit object if we didn't find anything.
10903if test -z "$aix_libpath"; then
10904 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10905fi
10906fi
10907rm -f core conftest.err conftest.$ac_objext \
10908 conftest$ac_exeext conftest.$ac_ext
10909if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10910
10911 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10912 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"
10913 else
10914 if test "$host_cpu" = ia64; then
10915 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10916 allow_undefined_flag="-z nodefs"
10917 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"
10918 else
10919 # Determine the default libpath from the value encoded in an
10920 # empty executable.
6ffe910a
MF
10921 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10922/* end confdefs.h. */
10923
10924int
10925main ()
10926{
10927
10928 ;
10929 return 0;
10930}
10931_ACEOF
6bb11ab3
L
10932if ac_fn_c_try_link "$LINENO"; then :
10933
10934lt_aix_libpath_sed='
10935 /Import File Strings/,/^$/ {
10936 /^0/ {
10937 s/^0 *\(.*\)$/\1/
10938 p
10939 }
10940 }'
10941aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10942# Check for a 64-bit object if we didn't find anything.
10943if test -z "$aix_libpath"; then
10944 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
6ffe910a 10945fi
6ffe910a 10946fi
6bb11ab3
L
10947rm -f core conftest.err conftest.$ac_objext \
10948 conftest$ac_exeext conftest.$ac_ext
10949if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10950
10951 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10952 # Warning - without using the other run time loading flags,
10953 # -berok will link without error, but may produce a broken library.
10954 no_undefined_flag=' ${wl}-bernotok'
10955 allow_undefined_flag=' ${wl}-berok'
10956 if test "$with_gnu_ld" = yes; then
10957 # We only use this code for GNU lds that support --whole-archive.
10958 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10959 else
10960 # Exported symbols can be pulled into shared objects from archives
10961 whole_archive_flag_spec='$convenience'
10962 fi
10963 archive_cmds_need_lc=yes
10964 # This is similar to how AIX traditionally builds its shared libraries.
10965 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'
10966 fi
10967 fi
10968 ;;
10969
10970 amigaos*)
10971 case $host_cpu in
10972 powerpc)
10973 # see comment about AmigaOS4 .so support
10974 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10975 archive_expsym_cmds=''
10976 ;;
10977 m68k)
10978 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)'
10979 hardcode_libdir_flag_spec='-L$libdir'
10980 hardcode_minus_L=yes
10981 ;;
10982 esac
10983 ;;
10984
10985 bsdi[45]*)
10986 export_dynamic_flag_spec=-rdynamic
10987 ;;
10988
10989 cygwin* | mingw* | pw32* | cegcc*)
10990 # When not using gcc, we currently assume that we are using
10991 # Microsoft Visual C++.
10992 # hardcode_libdir_flag_spec is actually meaningless, as there is
10993 # no search path for DLLs.
10994 hardcode_libdir_flag_spec=' '
10995 allow_undefined_flag=unsupported
10996 # Tell ltmain to make .lib files, not .a files.
10997 libext=lib
10998 # Tell ltmain to make .dll files, not .so files.
10999 shrext_cmds=".dll"
11000 # FIXME: Setting linknames here is a bad hack.
11001 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11002 # The linker will automatically build a .lib file if we build a DLL.
11003 old_archive_from_new_cmds='true'
11004 # FIXME: Should let the user specify the lib program.
11005 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11006 fix_srcfile_path='`cygpath -w "$srcfile"`'
11007 enable_shared_with_static_runtimes=yes
11008 ;;
11009
11010 darwin* | rhapsody*)
11011
11012
11013 archive_cmds_need_lc=no
11014 hardcode_direct=no
11015 hardcode_automatic=yes
11016 hardcode_shlibpath_var=unsupported
11017 if test "$lt_cv_ld_force_load" = "yes"; then
11018 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\"`'
6ffe910a 11019 else
6bb11ab3 11020 whole_archive_flag_spec=''
6ffe910a 11021 fi
6bb11ab3
L
11022 link_all_deplibs=yes
11023 allow_undefined_flag="$_lt_dar_allow_undefined"
11024 case $cc_basename in
11025 ifort*) _lt_dar_can_shared=yes ;;
11026 *) _lt_dar_can_shared=$GCC ;;
11027 esac
11028 if test "$_lt_dar_can_shared" = "yes"; then
11029 output_verbose_link_cmd=func_echo_all
11030 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11031 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11032 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}"
11033 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}"
11034
6ffe910a 11035 else
6bb11ab3 11036 ld_shlibs=no
6ffe910a 11037 fi
6bb11ab3
L
11038
11039 ;;
11040
11041 dgux*)
11042 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11043 hardcode_libdir_flag_spec='-L$libdir'
11044 hardcode_shlibpath_var=no
11045 ;;
11046
11047 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11048 # support. Future versions do this automatically, but an explicit c++rt0.o
11049 # does not break anything, and helps significantly (at the cost of a little
11050 # extra space).
11051 freebsd2.2*)
11052 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11053 hardcode_libdir_flag_spec='-R$libdir'
11054 hardcode_direct=yes
11055 hardcode_shlibpath_var=no
11056 ;;
11057
11058 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11059 freebsd2.*)
11060 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11061 hardcode_direct=yes
11062 hardcode_minus_L=yes
11063 hardcode_shlibpath_var=no
11064 ;;
11065
11066 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11067 freebsd* | dragonfly*)
11068 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11069 hardcode_libdir_flag_spec='-R$libdir'
11070 hardcode_direct=yes
11071 hardcode_shlibpath_var=no
11072 ;;
11073
11074 hpux9*)
11075 if test "$GCC" = yes; then
11076 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'
11077 else
11078 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'
11079 fi
11080 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11081 hardcode_libdir_separator=:
11082 hardcode_direct=yes
11083
11084 # hardcode_minus_L: Not really in the search PATH,
11085 # but as the default location of the library.
11086 hardcode_minus_L=yes
11087 export_dynamic_flag_spec='${wl}-E'
11088 ;;
11089
11090 hpux10*)
11091 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11092 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11093 else
11094 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11095 fi
11096 if test "$with_gnu_ld" = no; then
11097 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11098 hardcode_libdir_flag_spec_ld='+b $libdir'
11099 hardcode_libdir_separator=:
11100 hardcode_direct=yes
11101 hardcode_direct_absolute=yes
11102 export_dynamic_flag_spec='${wl}-E'
11103 # hardcode_minus_L: Not really in the search PATH,
11104 # but as the default location of the library.
11105 hardcode_minus_L=yes
11106 fi
11107 ;;
11108
11109 hpux11*)
11110 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11111 case $host_cpu in
11112 hppa*64*)
11113 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11114 ;;
11115 ia64*)
11116 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11117 ;;
11118 *)
11119 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11120 ;;
11121 esac
11122 else
11123 case $host_cpu in
11124 hppa*64*)
11125 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11126 ;;
11127 ia64*)
11128 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11129 ;;
11130 *)
11131
11132 # Older versions of the 11.00 compiler do not understand -b yet
11133 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11134 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11135$as_echo_n "checking if $CC understands -b... " >&6; }
11136if test "${lt_cv_prog_compiler__b+set}" = set; then :
6ffe910a
MF
11137 $as_echo_n "(cached) " >&6
11138else
6bb11ab3
L
11139 lt_cv_prog_compiler__b=no
11140 save_LDFLAGS="$LDFLAGS"
11141 LDFLAGS="$LDFLAGS -b"
11142 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11143 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11144 # The linker can only warn and ignore the option if not recognized
11145 # So say no if there are warnings
11146 if test -s conftest.err; then
11147 # Append any errors to the config.log.
11148 cat conftest.err 1>&5
11149 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11150 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11151 if diff conftest.exp conftest.er2 >/dev/null; then
11152 lt_cv_prog_compiler__b=yes
11153 fi
11154 else
11155 lt_cv_prog_compiler__b=yes
11156 fi
11157 fi
11158 $RM -r conftest*
11159 LDFLAGS="$save_LDFLAGS"
6ffe910a 11160
6bb11ab3
L
11161fi
11162{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11163$as_echo "$lt_cv_prog_compiler__b" >&6; }
6ffe910a 11164
6bb11ab3
L
11165if test x"$lt_cv_prog_compiler__b" = xyes; then
11166 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11167else
11168 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11169fi
6ffe910a 11170
6bb11ab3
L
11171 ;;
11172 esac
11173 fi
11174 if test "$with_gnu_ld" = no; then
11175 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11176 hardcode_libdir_separator=:
11177
11178 case $host_cpu in
11179 hppa*64*|ia64*)
11180 hardcode_direct=no
11181 hardcode_shlibpath_var=no
11182 ;;
11183 *)
11184 hardcode_direct=yes
11185 hardcode_direct_absolute=yes
11186 export_dynamic_flag_spec='${wl}-E'
11187
11188 # hardcode_minus_L: Not really in the search PATH,
11189 # but as the default location of the library.
11190 hardcode_minus_L=yes
11191 ;;
11192 esac
11193 fi
11194 ;;
11195
11196 irix5* | irix6* | nonstopux*)
11197 if test "$GCC" = yes; then
11198 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'
11199 # Try to use the -exported_symbol ld option, if it does not
11200 # work, assume that -exports_file does not work either and
11201 # implicitly export all symbols.
11202 save_LDFLAGS="$LDFLAGS"
11203 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11204 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11205/* end confdefs.h. */
11206int foo(void) {}
6ffe910a 11207_ACEOF
6bb11ab3
L
11208if ac_fn_c_try_link "$LINENO"; then :
11209 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'
93378652 11210
93378652 11211fi
6bb11ab3
L
11212rm -f core conftest.err conftest.$ac_objext \
11213 conftest$ac_exeext conftest.$ac_ext
11214 LDFLAGS="$save_LDFLAGS"
11215 else
11216 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'
11217 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'
11218 fi
11219 archive_cmds_need_lc='no'
11220 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11221 hardcode_libdir_separator=:
11222 inherit_rpath=yes
11223 link_all_deplibs=yes
11224 ;;
11225
11226 netbsd*)
11227 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11228 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11229 else
11230 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11231 fi
11232 hardcode_libdir_flag_spec='-R$libdir'
11233 hardcode_direct=yes
11234 hardcode_shlibpath_var=no
11235 ;;
11236
11237 newsos6)
11238 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11239 hardcode_direct=yes
11240 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11241 hardcode_libdir_separator=:
11242 hardcode_shlibpath_var=no
11243 ;;
11244
11245 *nto* | *qnx*)
11246 ;;
11247
11248 openbsd*)
11249 if test -f /usr/libexec/ld.so; then
11250 hardcode_direct=yes
11251 hardcode_shlibpath_var=no
11252 hardcode_direct_absolute=yes
11253 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11254 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11255 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11256 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11257 export_dynamic_flag_spec='${wl}-E'
11258 else
11259 case $host_os in
11260 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11261 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11262 hardcode_libdir_flag_spec='-R$libdir'
11263 ;;
11264 *)
11265 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11266 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11267 ;;
11268 esac
11269 fi
11270 else
11271 ld_shlibs=no
11272 fi
11273 ;;
11274
11275 os2*)
11276 hardcode_libdir_flag_spec='-L$libdir'
11277 hardcode_minus_L=yes
11278 allow_undefined_flag=unsupported
11279 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'
11280 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11281 ;;
11282
11283 osf3*)
11284 if test "$GCC" = yes; then
11285 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11286 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'
11287 else
11288 allow_undefined_flag=' -expect_unresolved \*'
11289 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'
11290 fi
11291 archive_cmds_need_lc='no'
11292 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11293 hardcode_libdir_separator=:
11294 ;;
11295
11296 osf4* | osf5*) # as osf3* with the addition of -msym flag
11297 if test "$GCC" = yes; then
11298 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11299 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'
11300 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11301 else
11302 allow_undefined_flag=' -expect_unresolved \*'
11303 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'
11304 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~
11305 $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'
11306
11307 # Both c and cxx compiler support -rpath directly
11308 hardcode_libdir_flag_spec='-rpath $libdir'
11309 fi
11310 archive_cmds_need_lc='no'
11311 hardcode_libdir_separator=:
11312 ;;
11313
11314 solaris*)
11315 no_undefined_flag=' -z defs'
11316 if test "$GCC" = yes; then
11317 wlarc='${wl}'
11318 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11319 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11320 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11321 else
11322 case `$CC -V 2>&1` in
11323 *"Compilers 5.0"*)
11324 wlarc=''
11325 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11326 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11327 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11328 ;;
11329 *)
11330 wlarc='${wl}'
11331 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11332 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11333 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11334 ;;
11335 esac
11336 fi
11337 hardcode_libdir_flag_spec='-R$libdir'
11338 hardcode_shlibpath_var=no
11339 case $host_os in
11340 solaris2.[0-5] | solaris2.[0-5].*) ;;
11341 *)
11342 # The compiler driver will combine and reorder linker options,
11343 # but understands `-z linker_flag'. GCC discards it without `$wl',
11344 # but is careful enough not to reorder.
11345 # Supported since Solaris 2.6 (maybe 2.5.1?)
11346 if test "$GCC" = yes; then
11347 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11348 else
11349 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11350 fi
11351 ;;
11352 esac
11353 link_all_deplibs=yes
11354 ;;
11355
11356 sunos4*)
11357 if test "x$host_vendor" = xsequent; then
11358 # Use $CC to link under sequent, because it throws in some extra .o
11359 # files that make .init and .fini sections work.
11360 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11361 else
11362 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11363 fi
11364 hardcode_libdir_flag_spec='-L$libdir'
11365 hardcode_direct=yes
11366 hardcode_minus_L=yes
11367 hardcode_shlibpath_var=no
11368 ;;
11369
11370 sysv4)
11371 case $host_vendor in
11372 sni)
11373 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11374 hardcode_direct=yes # is this really true???
11375 ;;
11376 siemens)
11377 ## LD is ld it makes a PLAMLIB
11378 ## CC just makes a GrossModule.
11379 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11380 reload_cmds='$CC -r -o $output$reload_objs'
11381 hardcode_direct=no
11382 ;;
11383 motorola)
11384 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11385 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11386 ;;
11387 esac
11388 runpath_var='LD_RUN_PATH'
11389 hardcode_shlibpath_var=no
11390 ;;
11391
11392 sysv4.3*)
11393 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11394 hardcode_shlibpath_var=no
11395 export_dynamic_flag_spec='-Bexport'
11396 ;;
11397
11398 sysv4*MP*)
11399 if test -d /usr/nec; then
11400 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11401 hardcode_shlibpath_var=no
11402 runpath_var=LD_RUN_PATH
11403 hardcode_runpath_var=yes
11404 ld_shlibs=yes
11405 fi
11406 ;;
11407
11408 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11409 no_undefined_flag='${wl}-z,text'
11410 archive_cmds_need_lc=no
11411 hardcode_shlibpath_var=no
11412 runpath_var='LD_RUN_PATH'
11413
11414 if test "$GCC" = yes; then
11415 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11416 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11417 else
11418 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11419 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11420 fi
11421 ;;
11422
11423 sysv5* | sco3.2v5* | sco5v6*)
11424 # Note: We can NOT use -z defs as we might desire, because we do not
11425 # link with -lc, and that would cause any symbols used from libc to
11426 # always be unresolved, which means just about no library would
11427 # ever link correctly. If we're not using GNU ld we use -z text
11428 # though, which does catch some bad symbols but isn't as heavy-handed
11429 # as -z defs.
11430 no_undefined_flag='${wl}-z,text'
11431 allow_undefined_flag='${wl}-z,nodefs'
11432 archive_cmds_need_lc=no
11433 hardcode_shlibpath_var=no
11434 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11435 hardcode_libdir_separator=':'
11436 link_all_deplibs=yes
11437 export_dynamic_flag_spec='${wl}-Bexport'
11438 runpath_var='LD_RUN_PATH'
11439
11440 if test "$GCC" = yes; then
11441 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11442 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11443 else
11444 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11445 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11446 fi
11447 ;;
11448
11449 uts4*)
11450 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11451 hardcode_libdir_flag_spec='-L$libdir'
11452 hardcode_shlibpath_var=no
11453 ;;
11454
11455 *)
11456 ld_shlibs=no
11457 ;;
11458 esac
11459
11460 if test x$host_vendor = xsni; then
11461 case $host in
11462 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11463 export_dynamic_flag_spec='${wl}-Blargedynsym'
11464 ;;
11465 esac
11466 fi
11467 fi
11468
11469{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11470$as_echo "$ld_shlibs" >&6; }
11471test "$ld_shlibs" = no && can_build_shared=no
11472
11473with_gnu_ld=$with_gnu_ld
11474
11475
11476
93378652 11477
4f8d4a38 11478
4f8d4a38 11479
4f8d4a38 11480
4f8d4a38
DD
11481
11482
4f8d4a38 11483
4f8d4a38 11484
4f8d4a38
DD
11485
11486
6bb11ab3
L
11487
11488
11489#
11490# Do we need to explicitly link libc?
11491#
11492case "x$archive_cmds_need_lc" in
11493x|xyes)
11494 # Assume -lc should be added
11495 archive_cmds_need_lc=yes
11496
11497 if test "$enable_shared" = yes && test "$GCC" = yes; then
11498 case $archive_cmds in
11499 *'~'*)
11500 # FIXME: we may have to deal with multi-command sequences.
11501 ;;
11502 '$CC '*)
11503 # Test whether the compiler implicitly links with -lc since on some
11504 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11505 # to ld, don't add -lc before -lgcc.
11506 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11507$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11508if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
4f8d4a38
DD
11509 $as_echo_n "(cached) " >&6
11510else
6bb11ab3
L
11511 $RM conftest*
11512 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11513
11514 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11515 (eval $ac_compile) 2>&5
11516 ac_status=$?
11517 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11518 test $ac_status = 0; } 2>conftest.err; then
11519 soname=conftest
11520 lib=conftest
11521 libobjs=conftest.$ac_objext
11522 deplibs=
11523 wl=$lt_prog_compiler_wl
11524 pic_flag=$lt_prog_compiler_pic
11525 compiler_flags=-v
11526 linker_flags=-v
11527 verstring=
11528 output_objdir=.
11529 libname=conftest
11530 lt_save_allow_undefined_flag=$allow_undefined_flag
11531 allow_undefined_flag=
11532 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11533 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11534 ac_status=$?
11535 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11536 test $ac_status = 0; }
11537 then
11538 lt_cv_archive_cmds_need_lc=no
11539 else
11540 lt_cv_archive_cmds_need_lc=yes
11541 fi
11542 allow_undefined_flag=$lt_save_allow_undefined_flag
11543 else
11544 cat conftest.err 1>&5
11545 fi
11546 $RM conftest*
4f8d4a38
DD
11547
11548fi
6bb11ab3
L
11549{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11550$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11551 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11552 ;;
11553 esac
11554 fi
11555 ;;
4f8d4a38 11556esac
4f8d4a38
DD
11557
11558
4f8d4a38 11559
4f8d4a38
DD
11560
11561
4f8d4a38 11562
6ffe910a 11563
6ffe910a 11564
4f8d4a38 11565
6ffe910a 11566
6ffe910a 11567
93378652 11568
93378652 11569
6ffe910a 11570
4f8d4a38 11571
4f8d4a38 11572
4f8d4a38 11573
6ffe910a 11574
4f8d4a38 11575
4f8d4a38 11576
4f8d4a38
DD
11577
11578
6ffe910a 11579
4f8d4a38 11580
93378652
DD
11581
11582
93378652 11583
4f8d4a38 11584
93378652 11585
4f8d4a38 11586
4f8d4a38 11587
6ffe910a 11588
93378652 11589
93378652 11590
93378652 11591
6ffe910a 11592
6ffe910a 11593
6ffe910a 11594
6ffe910a 11595
93378652 11596
6ffe910a 11597
4f8d4a38 11598
4f8d4a38 11599
4f8d4a38 11600
4f8d4a38 11601
4f8d4a38 11602
4f8d4a38 11603
4f8d4a38 11604
2232061b
MF
11605
11606
2232061b 11607
2232061b
MF
11608
11609
2232061b
MF
11610
11611
2232061b 11612
2232061b
MF
11613
11614
6bb11ab3
L
11615
11616
11617
11618
11619
11620
11621
11622
11623
11624
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640
11641
11642
11643
11644
11645
11646
11647
11648
11649
11650
11651
11652
11653
11654
11655
11656
11657
11658
11659
11660
11661
11662
11663
11664
11665
11666
11667
11668
11669
11670
11671
11672
11673
11674
11675
11676
11677
11678
11679
11680
11681
11682
11683
11684
11685
11686
11687
11688
11689
11690
11691
11692
11693
11694
11695
11696
11697
11698
11699
11700
11701
11702
11703
11704
11705
11706
11707
11708
11709
11710
11711
11712
11713
11714 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11715$as_echo_n "checking dynamic linker characteristics... " >&6; }
11716
11717if test "$GCC" = yes; then
11718 case $host_os in
11719 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11720 *) lt_awk_arg="/^libraries:/" ;;
11721 esac
11722 case $host_os in
11723 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11724 *) lt_sed_strip_eq="s,=/,/,g" ;;
11725 esac
11726 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11727 case $lt_search_path_spec in
11728 *\;*)
11729 # if the path contains ";" then we assume it to be the separator
11730 # otherwise default to the standard path separator (i.e. ":") - it is
11731 # assumed that no part of a normal pathname contains ";" but that should
11732 # okay in the real world where ";" in dirpaths is itself problematic.
11733 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11734 ;;
11735 *)
11736 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11737 ;;
11738 esac
11739 # Ok, now we have the path, separated by spaces, we can step through it
11740 # and add multilib dir if necessary.
11741 lt_tmp_lt_search_path_spec=
11742 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11743 for lt_sys_path in $lt_search_path_spec; do
11744 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11745 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11746 else
11747 test -d "$lt_sys_path" && \
11748 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11749 fi
11750 done
11751 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11752BEGIN {RS=" "; FS="/|\n";} {
11753 lt_foo="";
11754 lt_count=0;
11755 for (lt_i = NF; lt_i > 0; lt_i--) {
11756 if ($lt_i != "" && $lt_i != ".") {
11757 if ($lt_i == "..") {
11758 lt_count++;
11759 } else {
11760 if (lt_count == 0) {
11761 lt_foo="/" $lt_i lt_foo;
11762 } else {
11763 lt_count--;
11764 }
11765 }
11766 }
11767 }
11768 if (lt_foo != "") { lt_freq[lt_foo]++; }
11769 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11770}'`
11771 # AWK program above erroneously prepends '/' to C:/dos/paths
11772 # for these hosts.
11773 case $host_os in
11774 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11775 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11776 esac
11777 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11778else
11779 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11780fi
11781library_names_spec=
11782libname_spec='lib$name'
11783soname_spec=
11784shrext_cmds=".so"
11785postinstall_cmds=
11786postuninstall_cmds=
11787finish_cmds=
11788finish_eval=
11789shlibpath_var=
11790shlibpath_overrides_runpath=unknown
11791version_type=none
11792dynamic_linker="$host_os ld.so"
11793sys_lib_dlsearch_path_spec="/lib /usr/lib"
11794need_lib_prefix=unknown
11795hardcode_into_libs=no
11796
11797# when you set need_version to no, make sure it does not cause -set_version
11798# flags to be left without arguments
11799need_version=unknown
11800
11801case $host_os in
11802aix3*)
11803 version_type=linux
11804 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11805 shlibpath_var=LIBPATH
11806
11807 # AIX 3 has no versioning support, so we append a major version to the name.
11808 soname_spec='${libname}${release}${shared_ext}$major'
11809 ;;
11810
11811aix[4-9]*)
11812 version_type=linux
11813 need_lib_prefix=no
11814 need_version=no
11815 hardcode_into_libs=yes
11816 if test "$host_cpu" = ia64; then
11817 # AIX 5 supports IA64
11818 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11819 shlibpath_var=LD_LIBRARY_PATH
11820 else
11821 # With GCC up to 2.95.x, collect2 would create an import file
11822 # for dependence libraries. The import file would start with
11823 # the line `#! .'. This would cause the generated library to
11824 # depend on `.', always an invalid library. This was fixed in
11825 # development snapshots of GCC prior to 3.0.
11826 case $host_os in
11827 aix4 | aix4.[01] | aix4.[01].*)
11828 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11829 echo ' yes '
11830 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11831 :
11832 else
11833 can_build_shared=no
11834 fi
11835 ;;
11836 esac
11837 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11838 # soname into executable. Probably we can add versioning support to
11839 # collect2, so additional links can be useful in future.
11840 if test "$aix_use_runtimelinking" = yes; then
11841 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11842 # instead of lib<name>.a to let people know that these are not
11843 # typical AIX shared libraries.
11844 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11845 else
11846 # We preserve .a as extension for shared libraries through AIX4.2
11847 # and later when we are not doing run time linking.
11848 library_names_spec='${libname}${release}.a $libname.a'
11849 soname_spec='${libname}${release}${shared_ext}$major'
11850 fi
11851 shlibpath_var=LIBPATH
11852 fi
11853 ;;
11854
11855amigaos*)
11856 case $host_cpu in
11857 powerpc)
11858 # Since July 2007 AmigaOS4 officially supports .so libraries.
11859 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11860 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11861 ;;
11862 m68k)
11863 library_names_spec='$libname.ixlibrary $libname.a'
11864 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11865 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'
11866 ;;
11867 esac
11868 ;;
11869
11870beos*)
11871 library_names_spec='${libname}${shared_ext}'
11872 dynamic_linker="$host_os ld.so"
11873 shlibpath_var=LIBRARY_PATH
11874 ;;
11875
11876bsdi[45]*)
11877 version_type=linux
11878 need_version=no
11879 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11880 soname_spec='${libname}${release}${shared_ext}$major'
11881 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11882 shlibpath_var=LD_LIBRARY_PATH
11883 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11884 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11885 # the default ld.so.conf also contains /usr/contrib/lib and
11886 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11887 # libtool to hard-code these into programs
11888 ;;
11889
11890cygwin* | mingw* | pw32* | cegcc*)
11891 version_type=windows
11892 shrext_cmds=".dll"
11893 need_version=no
11894 need_lib_prefix=no
11895
11896 case $GCC,$host_os in
11897 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11898 library_names_spec='$libname.dll.a'
11899 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11900 postinstall_cmds='base_file=`basename \${file}`~
11901 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11902 dldir=$destdir/`dirname \$dlpath`~
11903 test -d \$dldir || mkdir -p \$dldir~
11904 $install_prog $dir/$dlname \$dldir/$dlname~
11905 chmod a+x \$dldir/$dlname~
11906 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11907 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11908 fi'
11909 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11910 dlpath=$dir/\$dldll~
11911 $RM \$dlpath'
11912 shlibpath_overrides_runpath=yes
11913
11914 case $host_os in
11915 cygwin*)
11916 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11917 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11918
11919 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11920 ;;
11921 mingw* | cegcc*)
11922 # MinGW DLLs use traditional 'lib' prefix
11923 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11924 ;;
11925 pw32*)
11926 # pw32 DLLs use 'pw' prefix rather than 'lib'
11927 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11928 ;;
11929 esac
11930 ;;
11931
11932 *)
11933 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11934 ;;
11935 esac
11936 dynamic_linker='Win32 ld.exe'
11937 # FIXME: first we should search . and the directory the executable is in
11938 shlibpath_var=PATH
11939 ;;
11940
11941darwin* | rhapsody*)
11942 dynamic_linker="$host_os dyld"
11943 version_type=darwin
11944 need_lib_prefix=no
11945 need_version=no
11946 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11947 soname_spec='${libname}${release}${major}$shared_ext'
11948 shlibpath_overrides_runpath=yes
11949 shlibpath_var=DYLD_LIBRARY_PATH
11950 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11951
11952 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11953 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11954 ;;
11955
11956dgux*)
11957 version_type=linux
11958 need_lib_prefix=no
11959 need_version=no
11960 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11961 soname_spec='${libname}${release}${shared_ext}$major'
11962 shlibpath_var=LD_LIBRARY_PATH
11963 ;;
11964
11965freebsd* | dragonfly*)
11966 # DragonFly does not have aout. When/if they implement a new
11967 # versioning mechanism, adjust this.
11968 if test -x /usr/bin/objformat; then
11969 objformat=`/usr/bin/objformat`
11970 else
11971 case $host_os in
11972 freebsd[23].*) objformat=aout ;;
11973 *) objformat=elf ;;
11974 esac
11975 fi
11976 version_type=freebsd-$objformat
11977 case $version_type in
11978 freebsd-elf*)
11979 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11980 need_version=no
11981 need_lib_prefix=no
11982 ;;
11983 freebsd-*)
11984 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11985 need_version=yes
11986 ;;
11987 esac
11988 shlibpath_var=LD_LIBRARY_PATH
11989 case $host_os in
11990 freebsd2.*)
11991 shlibpath_overrides_runpath=yes
11992 ;;
11993 freebsd3.[01]* | freebsdelf3.[01]*)
11994 shlibpath_overrides_runpath=yes
11995 hardcode_into_libs=yes
11996 ;;
11997 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11998 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11999 shlibpath_overrides_runpath=no
12000 hardcode_into_libs=yes
12001 ;;
12002 *) # from 4.6 on, and DragonFly
12003 shlibpath_overrides_runpath=yes
12004 hardcode_into_libs=yes
12005 ;;
12006 esac
12007 ;;
12008
12009gnu*)
12010 version_type=linux
12011 need_lib_prefix=no
12012 need_version=no
12013 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12014 soname_spec='${libname}${release}${shared_ext}$major'
12015 shlibpath_var=LD_LIBRARY_PATH
12016 hardcode_into_libs=yes
12017 ;;
12018
12019haiku*)
12020 version_type=linux
12021 need_lib_prefix=no
12022 need_version=no
12023 dynamic_linker="$host_os runtime_loader"
12024 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12025 soname_spec='${libname}${release}${shared_ext}$major'
12026 shlibpath_var=LIBRARY_PATH
12027 shlibpath_overrides_runpath=yes
12028 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12029 hardcode_into_libs=yes
12030 ;;
12031
12032hpux9* | hpux10* | hpux11*)
12033 # Give a soname corresponding to the major version so that dld.sl refuses to
12034 # link against other versions.
12035 version_type=sunos
12036 need_lib_prefix=no
12037 need_version=no
12038 case $host_cpu in
12039 ia64*)
12040 shrext_cmds='.so'
12041 hardcode_into_libs=yes
12042 dynamic_linker="$host_os dld.so"
12043 shlibpath_var=LD_LIBRARY_PATH
12044 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12045 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12046 soname_spec='${libname}${release}${shared_ext}$major'
12047 if test "X$HPUX_IA64_MODE" = X32; then
12048 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12049 else
12050 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12051 fi
12052 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12053 ;;
12054 hppa*64*)
12055 shrext_cmds='.sl'
12056 hardcode_into_libs=yes
12057 dynamic_linker="$host_os dld.sl"
12058 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12059 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12060 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12061 soname_spec='${libname}${release}${shared_ext}$major'
12062 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12063 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12064 ;;
12065 *)
12066 shrext_cmds='.sl'
12067 dynamic_linker="$host_os dld.sl"
12068 shlibpath_var=SHLIB_PATH
12069 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12070 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12071 soname_spec='${libname}${release}${shared_ext}$major'
12072 ;;
12073 esac
12074 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12075 postinstall_cmds='chmod 555 $lib'
12076 # or fails outright, so override atomically:
12077 install_override_mode=555
12078 ;;
12079
12080interix[3-9]*)
12081 version_type=linux
12082 need_lib_prefix=no
12083 need_version=no
12084 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12085 soname_spec='${libname}${release}${shared_ext}$major'
12086 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12087 shlibpath_var=LD_LIBRARY_PATH
12088 shlibpath_overrides_runpath=no
12089 hardcode_into_libs=yes
12090 ;;
12091
12092irix5* | irix6* | nonstopux*)
12093 case $host_os in
12094 nonstopux*) version_type=nonstopux ;;
12095 *)
12096 if test "$lt_cv_prog_gnu_ld" = yes; then
12097 version_type=linux
12098 else
12099 version_type=irix
12100 fi ;;
12101 esac
12102 need_lib_prefix=no
12103 need_version=no
12104 soname_spec='${libname}${release}${shared_ext}$major'
12105 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12106 case $host_os in
12107 irix5* | nonstopux*)
12108 libsuff= shlibsuff=
12109 ;;
12110 *)
12111 case $LD in # libtool.m4 will add one of these switches to LD
12112 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12113 libsuff= shlibsuff= libmagic=32-bit;;
12114 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12115 libsuff=32 shlibsuff=N32 libmagic=N32;;
12116 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12117 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12118 *) libsuff= shlibsuff= libmagic=never-match;;
12119 esac
12120 ;;
12121 esac
12122 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12123 shlibpath_overrides_runpath=no
12124 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12125 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12126 hardcode_into_libs=yes
12127 ;;
12128
12129# No shared lib support for Linux oldld, aout, or coff.
12130linux*oldld* | linux*aout* | linux*coff*)
12131 dynamic_linker=no
12132 ;;
12133
12134# This must be Linux ELF.
12135linux* | k*bsd*-gnu | kopensolaris*-gnu)
12136 version_type=linux
12137 need_lib_prefix=no
12138 need_version=no
12139 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12140 soname_spec='${libname}${release}${shared_ext}$major'
12141 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12142 shlibpath_var=LD_LIBRARY_PATH
12143 shlibpath_overrides_runpath=no
12144
12145 # Some binutils ld are patched to set DT_RUNPATH
12146 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
12147 $as_echo_n "(cached) " >&6
12148else
6bb11ab3
L
12149 lt_cv_shlibpath_overrides_runpath=no
12150 save_LDFLAGS=$LDFLAGS
12151 save_libdir=$libdir
12152 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12153 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12154 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12155/* end confdefs.h. */
12156
2232061b
MF
12157int
12158main ()
12159{
12160
12161 ;
12162 return 0;
12163}
12164_ACEOF
6bb11ab3
L
12165if ac_fn_c_try_link "$LINENO"; then :
12166 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12167 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12168fi
2232061b 12169fi
6bb11ab3
L
12170rm -f core conftest.err conftest.$ac_objext \
12171 conftest$ac_exeext conftest.$ac_ext
12172 LDFLAGS=$save_LDFLAGS
12173 libdir=$save_libdir
2232061b 12174
6bb11ab3 12175fi
2232061b 12176
6bb11ab3 12177 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12178
6bb11ab3
L
12179 # This implies no fast_install, which is unacceptable.
12180 # Some rework will be needed to allow for fast_install
12181 # before this can be enabled.
12182 hardcode_into_libs=yes
2232061b 12183
6bb11ab3
L
12184 # Append ld.so.conf contents to the search path
12185 if test -f /etc/ld.so.conf; then
12186 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' ' '`
12187 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12188 fi
2232061b 12189
6bb11ab3
L
12190 # We used to test for /lib/ld.so.1 and disable shared libraries on
12191 # powerpc, because MkLinux only supported shared libraries with the
12192 # GNU dynamic linker. Since this was broken with cross compilers,
12193 # most powerpc-linux boxes support dynamic linking these days and
12194 # people can always --disable-shared, the test was removed, and we
12195 # assume the GNU/Linux dynamic linker is in use.
12196 dynamic_linker='GNU/Linux ld.so'
12197 ;;
12198
12199netbsd*)
12200 version_type=sunos
12201 need_lib_prefix=no
12202 need_version=no
12203 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12204 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12205 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12206 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12207 else
6bb11ab3
L
12208 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12209 soname_spec='${libname}${release}${shared_ext}$major'
12210 dynamic_linker='NetBSD ld.elf_so'
12211 fi
12212 shlibpath_var=LD_LIBRARY_PATH
12213 shlibpath_overrides_runpath=yes
12214 hardcode_into_libs=yes
12215 ;;
12216
12217newsos6)
12218 version_type=linux
12219 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12220 shlibpath_var=LD_LIBRARY_PATH
12221 shlibpath_overrides_runpath=yes
12222 ;;
12223
12224*nto* | *qnx*)
12225 version_type=qnx
12226 need_lib_prefix=no
12227 need_version=no
12228 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12229 soname_spec='${libname}${release}${shared_ext}$major'
12230 shlibpath_var=LD_LIBRARY_PATH
12231 shlibpath_overrides_runpath=no
12232 hardcode_into_libs=yes
12233 dynamic_linker='ldqnx.so'
12234 ;;
12235
12236openbsd*)
12237 version_type=sunos
12238 sys_lib_dlsearch_path_spec="/usr/lib"
12239 need_lib_prefix=no
12240 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12241 case $host_os in
12242 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12243 *) need_version=no ;;
12244 esac
12245 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12246 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12247 shlibpath_var=LD_LIBRARY_PATH
12248 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12249 case $host_os in
12250 openbsd2.[89] | openbsd2.[89].*)
12251 shlibpath_overrides_runpath=no
12252 ;;
12253 *)
12254 shlibpath_overrides_runpath=yes
12255 ;;
12256 esac
12257 else
12258 shlibpath_overrides_runpath=yes
12259 fi
12260 ;;
12261
12262os2*)
12263 libname_spec='$name'
12264 shrext_cmds=".dll"
12265 need_lib_prefix=no
12266 library_names_spec='$libname${shared_ext} $libname.a'
12267 dynamic_linker='OS/2 ld.exe'
12268 shlibpath_var=LIBPATH
12269 ;;
12270
12271osf3* | osf4* | osf5*)
12272 version_type=osf
12273 need_lib_prefix=no
12274 need_version=no
12275 soname_spec='${libname}${release}${shared_ext}$major'
12276 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12277 shlibpath_var=LD_LIBRARY_PATH
12278 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12279 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12280 ;;
12281
12282rdos*)
12283 dynamic_linker=no
12284 ;;
12285
12286solaris*)
12287 version_type=linux
12288 need_lib_prefix=no
12289 need_version=no
12290 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12291 soname_spec='${libname}${release}${shared_ext}$major'
12292 shlibpath_var=LD_LIBRARY_PATH
12293 shlibpath_overrides_runpath=yes
12294 hardcode_into_libs=yes
12295 # ldd complains unless libraries are executable
12296 postinstall_cmds='chmod +x $lib'
12297 ;;
12298
12299sunos4*)
12300 version_type=sunos
12301 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12302 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12303 shlibpath_var=LD_LIBRARY_PATH
12304 shlibpath_overrides_runpath=yes
12305 if test "$with_gnu_ld" = yes; then
12306 need_lib_prefix=no
12307 fi
12308 need_version=yes
12309 ;;
12310
12311sysv4 | sysv4.3*)
12312 version_type=linux
12313 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12314 soname_spec='${libname}${release}${shared_ext}$major'
12315 shlibpath_var=LD_LIBRARY_PATH
12316 case $host_vendor in
12317 sni)
12318 shlibpath_overrides_runpath=no
12319 need_lib_prefix=no
12320 runpath_var=LD_RUN_PATH
12321 ;;
12322 siemens)
12323 need_lib_prefix=no
12324 ;;
12325 motorola)
12326 need_lib_prefix=no
12327 need_version=no
12328 shlibpath_overrides_runpath=no
12329 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12330 ;;
12331 esac
12332 ;;
12333
12334sysv4*MP*)
12335 if test -d /usr/nec ;then
12336 version_type=linux
12337 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12338 soname_spec='$libname${shared_ext}.$major'
12339 shlibpath_var=LD_LIBRARY_PATH
2232061b 12340 fi
6bb11ab3
L
12341 ;;
12342
12343sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12344 version_type=freebsd-elf
12345 need_lib_prefix=no
12346 need_version=no
12347 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12348 soname_spec='${libname}${release}${shared_ext}$major'
12349 shlibpath_var=LD_LIBRARY_PATH
12350 shlibpath_overrides_runpath=yes
12351 hardcode_into_libs=yes
12352 if test "$with_gnu_ld" = yes; then
12353 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12354 else
12355 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12356 case $host_os in
12357 sco3.2v5*)
12358 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12359 ;;
12360 esac
12361 fi
12362 sys_lib_dlsearch_path_spec='/usr/lib'
12363 ;;
12364
12365tpf*)
12366 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12367 version_type=linux
12368 need_lib_prefix=no
12369 need_version=no
12370 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12371 shlibpath_var=LD_LIBRARY_PATH
12372 shlibpath_overrides_runpath=no
12373 hardcode_into_libs=yes
12374 ;;
12375
12376uts4*)
12377 version_type=linux
12378 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12379 soname_spec='${libname}${release}${shared_ext}$major'
12380 shlibpath_var=LD_LIBRARY_PATH
12381 ;;
12382
12383*)
12384 dynamic_linker=no
12385 ;;
12386esac
12387{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12388$as_echo "$dynamic_linker" >&6; }
12389test "$dynamic_linker" = no && can_build_shared=no
12390
12391variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12392if test "$GCC" = yes; then
12393 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12394fi
2232061b 12395
6bb11ab3
L
12396if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12397 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12398fi
12399if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12400 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12401fi
12402
12403
12404
12405
12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426
12427
2232061b 12428
2232061b 12429
2232061b 12430
2232061b 12431
2232061b
MF
12432
12433
93378652 12434
6ffe910a
MF
12435
12436
93378652 12437
4f8d4a38 12438
4f8d4a38 12439
2232061b 12440
4f8d4a38 12441
4f8d4a38 12442
4f8d4a38 12443
4f8d4a38 12444
93378652 12445
4f8d4a38 12446
4f8d4a38 12447
4f8d4a38 12448
93378652 12449
93378652 12450
4f8d4a38 12451
4f8d4a38 12452
5f3ef9d0 12453
5f3ef9d0
JB
12454
12455
12456
db2e4d67
MF
12457
12458
db2e4d67 12459
db2e4d67 12460
db2e4d67 12461
db2e4d67 12462
db2e4d67 12463
db2e4d67 12464
db2e4d67 12465
db2e4d67
MF
12466
12467
db2e4d67 12468
db2e4d67
MF
12469
12470
db2e4d67 12471
db2e4d67
MF
12472
12473
93378652 12474
4f8d4a38 12475
4f8d4a38 12476
4f8d4a38 12477
93378652
DD
12478
12479
93378652 12480
93378652 12481
93378652 12482
4f8d4a38
DD
12483
12484
4f8d4a38 12485
4f8d4a38 12486
4f8d4a38 12487
4f8d4a38 12488
4f8d4a38 12489
4f8d4a38 12490
4f8d4a38 12491
4f8d4a38 12492
4f8d4a38 12493
6bb11ab3
L
12494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12495$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12496hardcode_action=
12497if test -n "$hardcode_libdir_flag_spec" ||
12498 test -n "$runpath_var" ||
12499 test "X$hardcode_automatic" = "Xyes" ; then
4f8d4a38 12500
6bb11ab3
L
12501 # We can hardcode non-existent directories.
12502 if test "$hardcode_direct" != no &&
12503 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12504 # have to relink, otherwise we might link with an installed library
12505 # when we should be linking with a yet-to-be-installed one
12506 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12507 test "$hardcode_minus_L" != no; then
12508 # Linking always hardcodes the temporary library directory.
12509 hardcode_action=relink
12510 else
12511 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12512 hardcode_action=immediate
12513 fi
12514else
12515 # We cannot hardcode anything, or else we can only hardcode existing
12516 # directories.
12517 hardcode_action=unsupported
4f8d4a38 12518fi
6bb11ab3
L
12519{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12520$as_echo "$hardcode_action" >&6; }
4f8d4a38 12521
6bb11ab3
L
12522if test "$hardcode_action" = relink ||
12523 test "$inherit_rpath" = yes; then
12524 # Fast installation is not supported
12525 enable_fast_install=no
12526elif test "$shlibpath_overrides_runpath" = yes ||
12527 test "$enable_shared" = no; then
12528 # Fast installation is not necessary
12529 enable_fast_install=needless
12530fi
4f8d4a38 12531
6bb11ab3
L
12532
12533
12534
12535
12536
12537 if test "x$enable_dlopen" != xyes; then
12538 enable_dlopen=unknown
12539 enable_dlopen_self=unknown
12540 enable_dlopen_self_static=unknown
12541else
12542 lt_cv_dlopen=no
12543 lt_cv_dlopen_libs=
12544
12545 case $host_os in
12546 beos*)
12547 lt_cv_dlopen="load_add_on"
12548 lt_cv_dlopen_libs=
12549 lt_cv_dlopen_self=yes
12550 ;;
12551
12552 mingw* | pw32* | cegcc*)
12553 lt_cv_dlopen="LoadLibrary"
12554 lt_cv_dlopen_libs=
12555 ;;
12556
12557 cygwin*)
12558 lt_cv_dlopen="dlopen"
12559 lt_cv_dlopen_libs=
12560 ;;
12561
12562 darwin*)
12563 # if libdl is installed we need to link against it
12564 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12565$as_echo_n "checking for dlopen in -ldl... " >&6; }
12566if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12567 $as_echo_n "(cached) " >&6
12568else
12569 ac_check_lib_save_LIBS=$LIBS
12570LIBS="-ldl $LIBS"
12571cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12572/* end confdefs.h. */
12573
12574/* Override any GCC internal prototype to avoid an error.
12575 Use char because int might match the return type of a GCC
12576 builtin and then its argument prototype would still apply. */
12577#ifdef __cplusplus
12578extern "C"
12579#endif
12580char dlopen ();
12581int
12582main ()
12583{
12584return dlopen ();
12585 ;
12586 return 0;
12587}
4f8d4a38 12588_ACEOF
6bb11ab3
L
12589if ac_fn_c_try_link "$LINENO"; then :
12590 ac_cv_lib_dl_dlopen=yes
12591else
12592 ac_cv_lib_dl_dlopen=no
12593fi
12594rm -f core conftest.err conftest.$ac_objext \
12595 conftest$ac_exeext conftest.$ac_ext
12596LIBS=$ac_check_lib_save_LIBS
12597fi
12598{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12599$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12600if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12601 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12602else
12603
12604 lt_cv_dlopen="dyld"
12605 lt_cv_dlopen_libs=
12606 lt_cv_dlopen_self=yes
4f8d4a38
DD
12607
12608fi
4f8d4a38 12609
6bb11ab3 12610 ;;
4f8d4a38 12611
6bb11ab3
L
12612 *)
12613 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12614if test "x$ac_cv_func_shl_load" = x""yes; then :
12615 lt_cv_dlopen="shl_load"
12616else
12617 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12618$as_echo_n "checking for shl_load in -ldld... " >&6; }
12619if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12620 $as_echo_n "(cached) " >&6
12621else
12622 ac_check_lib_save_LIBS=$LIBS
12623LIBS="-ldld $LIBS"
12624cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12625/* end confdefs.h. */
12626
12627/* Override any GCC internal prototype to avoid an error.
12628 Use char because int might match the return type of a GCC
12629 builtin and then its argument prototype would still apply. */
12630#ifdef __cplusplus
12631extern "C"
12632#endif
12633char shl_load ();
12634int
12635main ()
12636{
12637return shl_load ();
12638 ;
12639 return 0;
12640}
12641_ACEOF
12642if ac_fn_c_try_link "$LINENO"; then :
12643 ac_cv_lib_dld_shl_load=yes
12644else
12645 ac_cv_lib_dld_shl_load=no
12646fi
12647rm -f core conftest.err conftest.$ac_objext \
12648 conftest$ac_exeext conftest.$ac_ext
12649LIBS=$ac_check_lib_save_LIBS
12650fi
12651{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12652$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12653if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12654 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12655else
12656 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12657if test "x$ac_cv_func_dlopen" = x""yes; then :
12658 lt_cv_dlopen="dlopen"
12659else
12660 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12661$as_echo_n "checking for dlopen in -ldl... " >&6; }
12662if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
4f8d4a38
DD
12663 $as_echo_n "(cached) " >&6
12664else
12665 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12666LIBS="-ldl $LIBS"
4f8d4a38
DD
12667cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12668/* end confdefs.h. */
12669
12670/* Override any GCC internal prototype to avoid an error.
12671 Use char because int might match the return type of a GCC
12672 builtin and then its argument prototype would still apply. */
12673#ifdef __cplusplus
12674extern "C"
12675#endif
6bb11ab3 12676char dlopen ();
4f8d4a38
DD
12677int
12678main ()
12679{
6bb11ab3 12680return dlopen ();
4f8d4a38
DD
12681 ;
12682 return 0;
12683}
12684_ACEOF
12685if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12686 ac_cv_lib_dl_dlopen=yes
4f8d4a38 12687else
6bb11ab3 12688 ac_cv_lib_dl_dlopen=no
4f8d4a38
DD
12689fi
12690rm -f core conftest.err conftest.$ac_objext \
12691 conftest$ac_exeext conftest.$ac_ext
12692LIBS=$ac_check_lib_save_LIBS
12693fi
6bb11ab3
L
12694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12695$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12696if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12697 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12698else
12699 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12700$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12701if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
4f8d4a38
DD
12702 $as_echo_n "(cached) " >&6
12703else
12704 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12705LIBS="-lsvld $LIBS"
4f8d4a38
DD
12706cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12707/* end confdefs.h. */
12708
12709/* Override any GCC internal prototype to avoid an error.
12710 Use char because int might match the return type of a GCC
12711 builtin and then its argument prototype would still apply. */
12712#ifdef __cplusplus
12713extern "C"
12714#endif
6bb11ab3 12715char dlopen ();
4f8d4a38
DD
12716int
12717main ()
12718{
6bb11ab3 12719return dlopen ();
4f8d4a38
DD
12720 ;
12721 return 0;
12722}
12723_ACEOF
12724if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12725 ac_cv_lib_svld_dlopen=yes
4f8d4a38 12726else
6bb11ab3 12727 ac_cv_lib_svld_dlopen=no
4f8d4a38
DD
12728fi
12729rm -f core conftest.err conftest.$ac_objext \
12730 conftest$ac_exeext conftest.$ac_ext
12731LIBS=$ac_check_lib_save_LIBS
12732fi
6bb11ab3
L
12733{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12734$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12735if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12736 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
3725885a 12737else
6bb11ab3
L
12738 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12739$as_echo_n "checking for dld_link in -ldld... " >&6; }
12740if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
4f8d4a38
DD
12741 $as_echo_n "(cached) " >&6
12742else
6bb11ab3
L
12743 ac_check_lib_save_LIBS=$LIBS
12744LIBS="-ldld $LIBS"
4f8d4a38
DD
12745cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12746/* end confdefs.h. */
12747
12748/* Override any GCC internal prototype to avoid an error.
12749 Use char because int might match the return type of a GCC
12750 builtin and then its argument prototype would still apply. */
12751#ifdef __cplusplus
12752extern "C"
12753#endif
6bb11ab3 12754char dld_link ();
4f8d4a38
DD
12755int
12756main ()
12757{
6bb11ab3 12758return dld_link ();
4f8d4a38
DD
12759 ;
12760 return 0;
12761}
12762_ACEOF
6bb11ab3
L
12763if ac_fn_c_try_link "$LINENO"; then :
12764 ac_cv_lib_dld_dld_link=yes
12765else
12766 ac_cv_lib_dld_dld_link=no
12767fi
12768rm -f core conftest.err conftest.$ac_objext \
12769 conftest$ac_exeext conftest.$ac_ext
12770LIBS=$ac_check_lib_save_LIBS
12771fi
12772{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12773$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12774if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12775 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12776fi
12777
12778
12779fi
12780
12781
12782fi
12783
12784
12785fi
12786
12787
12788fi
12789
12790
12791fi
12792
12793 ;;
12794 esac
12795
12796 if test "x$lt_cv_dlopen" != xno; then
12797 enable_dlopen=yes
4f8d4a38 12798 else
6bb11ab3
L
12799 enable_dlopen=no
12800 fi
12801
12802 case $lt_cv_dlopen in
12803 dlopen)
12804 save_CPPFLAGS="$CPPFLAGS"
12805 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12806
12807 save_LDFLAGS="$LDFLAGS"
12808 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12809
12810 save_LIBS="$LIBS"
12811 LIBS="$lt_cv_dlopen_libs $LIBS"
12812
12813 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12814$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12815if test "${lt_cv_dlopen_self+set}" = set; then :
12816 $as_echo_n "(cached) " >&6
12817else
12818 if test "$cross_compiling" = yes; then :
12819 lt_cv_dlopen_self=cross
12820else
12821 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12822 lt_status=$lt_dlunknown
12823 cat > conftest.$ac_ext <<_LT_EOF
ce39bd38 12824#line 12824 "configure"
6bb11ab3
L
12825#include "confdefs.h"
12826
12827#if HAVE_DLFCN_H
12828#include <dlfcn.h>
12829#endif
12830
12831#include <stdio.h>
12832
12833#ifdef RTLD_GLOBAL
12834# define LT_DLGLOBAL RTLD_GLOBAL
12835#else
12836# ifdef DL_GLOBAL
12837# define LT_DLGLOBAL DL_GLOBAL
12838# else
12839# define LT_DLGLOBAL 0
12840# endif
12841#endif
12842
12843/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12844 find out it does not work in some platform. */
12845#ifndef LT_DLLAZY_OR_NOW
12846# ifdef RTLD_LAZY
12847# define LT_DLLAZY_OR_NOW RTLD_LAZY
12848# else
12849# ifdef DL_LAZY
12850# define LT_DLLAZY_OR_NOW DL_LAZY
12851# else
12852# ifdef RTLD_NOW
12853# define LT_DLLAZY_OR_NOW RTLD_NOW
12854# else
12855# ifdef DL_NOW
12856# define LT_DLLAZY_OR_NOW DL_NOW
12857# else
12858# define LT_DLLAZY_OR_NOW 0
12859# endif
12860# endif
12861# endif
12862# endif
12863#endif
12864
12865/* When -fvisbility=hidden is used, assume the code has been annotated
12866 correspondingly for the symbols needed. */
12867#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12868void fnord () __attribute__((visibility("default")));
12869#endif
12870
12871void fnord () { int i=42; }
12872int main ()
12873{
12874 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12875 int status = $lt_dlunknown;
12876
12877 if (self)
12878 {
12879 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12880 else
12881 {
12882 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12883 else puts (dlerror ());
12884 }
12885 /* dlclose (self); */
12886 }
12887 else
12888 puts (dlerror ());
12889
12890 return status;
12891}
12892_LT_EOF
12893 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12894 (eval $ac_link) 2>&5
12895 ac_status=$?
12896 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12897 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12898 (./conftest; exit; ) >&5 2>/dev/null
12899 lt_status=$?
12900 case x$lt_status in
12901 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12902 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12903 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12904 esac
12905 else :
12906 # compilation failed
12907 lt_cv_dlopen_self=no
4f8d4a38 12908 fi
4f8d4a38 12909fi
6bb11ab3
L
12910rm -fr conftest*
12911
12912
4f8d4a38 12913fi
6bb11ab3
L
12914{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12915$as_echo "$lt_cv_dlopen_self" >&6; }
4f8d4a38 12916
6bb11ab3
L
12917 if test "x$lt_cv_dlopen_self" = xyes; then
12918 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12919 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12920$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12921if test "${lt_cv_dlopen_self_static+set}" = set; then :
12922 $as_echo_n "(cached) " >&6
4f8d4a38 12923else
6bb11ab3
L
12924 if test "$cross_compiling" = yes; then :
12925 lt_cv_dlopen_self_static=cross
12926else
12927 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12928 lt_status=$lt_dlunknown
12929 cat > conftest.$ac_ext <<_LT_EOF
ce39bd38 12930#line 12930 "configure"
6bb11ab3
L
12931#include "confdefs.h"
12932
12933#if HAVE_DLFCN_H
12934#include <dlfcn.h>
12935#endif
12936
12937#include <stdio.h>
12938
12939#ifdef RTLD_GLOBAL
12940# define LT_DLGLOBAL RTLD_GLOBAL
12941#else
12942# ifdef DL_GLOBAL
12943# define LT_DLGLOBAL DL_GLOBAL
12944# else
12945# define LT_DLGLOBAL 0
12946# endif
12947#endif
12948
12949/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12950 find out it does not work in some platform. */
12951#ifndef LT_DLLAZY_OR_NOW
12952# ifdef RTLD_LAZY
12953# define LT_DLLAZY_OR_NOW RTLD_LAZY
12954# else
12955# ifdef DL_LAZY
12956# define LT_DLLAZY_OR_NOW DL_LAZY
12957# else
12958# ifdef RTLD_NOW
12959# define LT_DLLAZY_OR_NOW RTLD_NOW
12960# else
12961# ifdef DL_NOW
12962# define LT_DLLAZY_OR_NOW DL_NOW
12963# else
12964# define LT_DLLAZY_OR_NOW 0
12965# endif
12966# endif
12967# endif
12968# endif
12969#endif
12970
12971/* When -fvisbility=hidden is used, assume the code has been annotated
12972 correspondingly for the symbols needed. */
12973#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12974void fnord () __attribute__((visibility("default")));
12975#endif
12976
12977void fnord () { int i=42; }
12978int main ()
12979{
12980 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12981 int status = $lt_dlunknown;
12982
12983 if (self)
12984 {
12985 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12986 else
12987 {
12988 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12989 else puts (dlerror ());
12990 }
12991 /* dlclose (self); */
12992 }
12993 else
12994 puts (dlerror ());
12995
12996 return status;
12997}
12998_LT_EOF
12999 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13000 (eval $ac_link) 2>&5
13001 ac_status=$?
13002 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13003 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13004 (./conftest; exit; ) >&5 2>/dev/null
13005 lt_status=$?
13006 case x$lt_status in
13007 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13008 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13009 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13010 esac
13011 else :
13012 # compilation failed
13013 lt_cv_dlopen_self_static=no
13014 fi
4f8d4a38 13015fi
6bb11ab3
L
13016rm -fr conftest*
13017
13018
4f8d4a38 13019fi
6bb11ab3
L
13020{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13021$as_echo "$lt_cv_dlopen_self_static" >&6; }
13022 fi
13023
13024 CPPFLAGS="$save_CPPFLAGS"
13025 LDFLAGS="$save_LDFLAGS"
13026 LIBS="$save_LIBS"
13027 ;;
13028 esac
13029
13030 case $lt_cv_dlopen_self in
13031 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13032 *) enable_dlopen_self=unknown ;;
13033 esac
13034
13035 case $lt_cv_dlopen_self_static in
13036 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13037 *) enable_dlopen_self_static=unknown ;;
13038 esac
13039fi
13040
13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
13054
13055
13056
13057striplib=
13058old_striplib=
13059{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13060$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13061if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13062 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13063 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13064 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13065$as_echo "yes" >&6; }
13066else
13067# FIXME - insert some real tests, host_os isn't really good enough
13068 case $host_os in
13069 darwin*)
13070 if test -n "$STRIP" ; then
13071 striplib="$STRIP -x"
13072 old_striplib="$STRIP -S"
13073 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13074$as_echo "yes" >&6; }
13075 else
13076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13077$as_echo "no" >&6; }
13078 fi
13079 ;;
13080 *)
13081 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13082$as_echo "no" >&6; }
13083 ;;
13084 esac
13085fi
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097
13098 # Report which library types will actually be built
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13100$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13101 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13102$as_echo "$can_build_shared" >&6; }
13103
13104 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13105$as_echo_n "checking whether to build shared libraries... " >&6; }
13106 test "$can_build_shared" = "no" && enable_shared=no
13107
13108 # On AIX, shared libraries and static libraries use the same namespace, and
13109 # are all built from PIC.
13110 case $host_os in
13111 aix3*)
13112 test "$enable_shared" = yes && enable_static=no
13113 if test -n "$RANLIB"; then
13114 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13115 postinstall_cmds='$RANLIB $lib'
13116 fi
13117 ;;
13118
13119 aix[4-9]*)
13120 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13121 test "$enable_shared" = yes && enable_static=no
13122 fi
13123 ;;
13124 esac
13125 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13126$as_echo "$enable_shared" >&6; }
13127
13128 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13129$as_echo_n "checking whether to build static libraries... " >&6; }
13130 # Make sure either enable_shared or enable_static is yes.
13131 test "$enable_shared" = yes || enable_static=yes
13132 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13133$as_echo "$enable_static" >&6; }
13134
13135
13136
13137
13138fi
13139ac_ext=c
13140ac_cpp='$CPP $CPPFLAGS'
13141ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13142ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13143ac_compiler_gnu=$ac_cv_c_compiler_gnu
13144
13145CC="$lt_save_CC"
13146
13147
13148
13149
13150
13151
13152
13153
13154
4f8d4a38 13155
4f8d4a38 13156
4f8d4a38 13157
4f8d4a38 13158
6bb11ab3
L
13159 ac_config_commands="$ac_config_commands libtool"
13160
13161
13162
13163
13164# Only expand once:
13165
13166
3725885a 13167
4f8d4a38
DD
13168
13169. ${srcdir}/../../bfd/configure.host
13170
13171
13172
31e6ad7d
MF
13173
13174{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13175$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13176 # Check whether --enable-maintainer-mode was given.
4f8d4a38 13177if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13178 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13179else
13180 USE_MAINTAINER_MODE=no
4f8d4a38 13181fi
31e6ad7d
MF
13182
13183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13184$as_echo "$USE_MAINTAINER_MODE" >&6; }
13185 if test $USE_MAINTAINER_MODE = yes; then
13186 MAINTAINER_MODE_TRUE=
13187 MAINTAINER_MODE_FALSE='#'
4f8d4a38 13188else
31e6ad7d
MF
13189 MAINTAINER_MODE_TRUE='#'
13190 MAINTAINER_MODE_FALSE=
4f8d4a38
DD
13191fi
13192
31e6ad7d
MF
13193 MAINT=$MAINTAINER_MODE_TRUE
13194
13195
4f8d4a38
DD
13196
13197
ce39bd38
MF
13198{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13199$as_echo_n "checking for sim debug setting... " >&6; }
13200sim_debug="0"
4f8d4a38
DD
13201# Check whether --enable-sim-debug was given.
13202if test "${enable_sim_debug+set}" = set; then :
13203 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13204 yes) sim_debug="7";;
13205 no) sim_debug="0";;
13206 *) sim_debug="($enableval)";;
4f8d4a38 13207esac
4f8d4a38 13208fi
ce39bd38
MF
13209if test "$sim_debug" != "0"; then
13210
13211cat >>confdefs.h <<_ACEOF
13212#define DEBUG $sim_debug
13213_ACEOF
13214
4f8d4a38
DD
13215fi
13216
ce39bd38
MF
13217cat >>confdefs.h <<_ACEOF
13218#define WITH_DEBUG $sim_debug
13219_ACEOF
13220
13221{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13222$as_echo "$sim_debug" >&6; }
4f8d4a38
DD
13223
13224
ce39bd38
MF
13225{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13226$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13227sim_stdio="0"
4f8d4a38
DD
13228# Check whether --enable-sim-stdio was given.
13229if test "${enable_sim_stdio+set}" = set; then :
13230 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13231 yes) sim_stdio="DO_USE_STDIO";;
13232 no) sim_stdio="DONT_USE_STDIO";;
13233 *) as_fn_error "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
4f8d4a38 13234esac
4f8d4a38
DD
13235fi
13236
ce39bd38
MF
13237cat >>confdefs.h <<_ACEOF
13238#define WITH_STDIO $sim_stdio
13239_ACEOF
13240
13241{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13242$as_echo "$sim_stdio" >&6; }
4f8d4a38
DD
13243
13244
ce39bd38
MF
13245{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13246$as_echo_n "checking for sim trace settings... " >&6; }
13247sim_trace="~TRACE_debug"
4f8d4a38
DD
13248# Check whether --enable-sim-trace was given.
13249if test "${enable_sim_trace+set}" = set; then :
13250 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13251 yes) sim_trace="-1";;
13252 no) sim_trace="0";;
4f8d4a38 13253 [-0-9]*)
ce39bd38 13254 sim_trace="'(${enableval})'";;
2232061b 13255 [[:lower:]]*)
4f8d4a38
DD
13256 sim_trace=""
13257 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13258 if test x"$sim_trace" = x; then
ce39bd38 13259 sim_trace="(TRACE_$x"
4f8d4a38
DD
13260 else
13261 sim_trace="${sim_trace}|TRACE_$x"
13262 fi
13263 done
ce39bd38 13264 sim_trace="$sim_trace)" ;;
4f8d4a38 13265esac
4f8d4a38
DD
13266fi
13267
ce39bd38
MF
13268cat >>confdefs.h <<_ACEOF
13269#define WITH_TRACE $sim_trace
13270_ACEOF
13271
13272{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13273$as_echo "$sim_trace" >&6; }
4f8d4a38
DD
13274
13275
ce39bd38
MF
13276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13277$as_echo_n "checking for sim profile settings... " >&6; }
13278profile="1"
13279sim_profile="-1"
4f8d4a38
DD
13280# Check whether --enable-sim-profile was given.
13281if test "${enable_sim_profile+set}" = set; then :
13282 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13283 yes) profile="1" sim_profile="-1";;
13284 no) profile="0" sim_profile="0";;
4f8d4a38 13285 [-0-9]*)
ce39bd38 13286 profile="(${enableval})" sim_profile="(${enableval})";;
4f8d4a38 13287 [a-z]*)
ce39bd38 13288 profile="1"
4f8d4a38
DD
13289 sim_profile=""
13290 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13291 if test x"$sim_profile" = x; then
ce39bd38 13292 sim_profile="(PROFILE_$x"
4f8d4a38
DD
13293 else
13294 sim_profile="${sim_profile}|PROFILE_$x"
13295 fi
13296 done
ce39bd38 13297 sim_profile="$sim_profile)" ;;
4f8d4a38 13298esac
4f8d4a38
DD
13299fi
13300
ce39bd38
MF
13301cat >>confdefs.h <<_ACEOF
13302#define PROFILE $profile
13303_ACEOF
4f8d4a38
DD
13304
13305
ce39bd38
MF
13306cat >>confdefs.h <<_ACEOF
13307#define WITH_PROFILE $sim_profile
13308_ACEOF
13309
13310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13311$as_echo "$sim_profile" >&6; }
13312
13313
13314
13315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13316$as_echo_n "checking whether to enable sim asserts... " >&6; }
13317sim_assert="1"
35656e95
MF
13318# Check whether --enable-sim-assert was given.
13319if test "${enable_sim_assert+set}" = set; then :
13320 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13321 yes) sim_assert="1";;
13322 no) sim_assert="0";;
13323 *) as_fn_error "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13324esac
35656e95
MF
13325fi
13326
ce39bd38
MF
13327cat >>confdefs.h <<_ACEOF
13328#define WITH_ASSERT $sim_assert
13329_ACEOF
13330
13331{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13332$as_echo "$sim_assert" >&6; }
13333
35656e95 13334
ce39bd38
MF
13335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13336$as_echo_n "checking default sim environment setting... " >&6; }
13337sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13338# Check whether --enable-sim-environment was given.
13339if test "${enable_sim_environment+set}" = set; then :
13340 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13341 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13342 user | USER) sim_environment="USER_ENVIRONMENT";;
13343 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13344 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
13345 *) as_fn_error "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13346esac
16f7876d
MF
13347fi
13348
ce39bd38
MF
13349cat >>confdefs.h <<_ACEOF
13350#define WITH_ENVIRONMENT $sim_environment
13351_ACEOF
13352
13353{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13354$as_echo "$sim_environment" >&6; }
13355
16f7876d 13356
347fe5bb
MF
13357sim_inline="-DDEFAULT_INLINE=0"
13358# Check whether --enable-sim-inline was given.
13359if test "${enable_sim_inline+set}" = set; then :
13360 enableval=$enable_sim_inline; sim_inline=""
13361case "$enableval" in
13362 no) sim_inline="-DDEFAULT_INLINE=0";;
13363 0) sim_inline="-DDEFAULT_INLINE=0";;
13364 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13365 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13366 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13367 new_flag=""
13368 case "$x" in
13369 *_INLINE=*) new_flag="-D$x";;
13370 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13371 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13372 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13373 esac
13374 if test x"$sim_inline" = x""; then
13375 sim_inline="$new_flag"
13376 else
13377 sim_inline="$sim_inline $new_flag"
13378 fi
13379 done;;
13380esac
13381if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13382 echo "Setting inline flags = $sim_inline" 6>&1
13383fi
13384fi
13385
13386
13387
4f8d4a38
DD
13388
13389# Check whether --with-pkgversion was given.
13390if test "${with_pkgversion+set}" = set; then :
13391 withval=$with_pkgversion; case "$withval" in
13392 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13393 no) PKGVERSION= ;;
13394 *) PKGVERSION="($withval) " ;;
13395 esac
13396else
bf12d44e 13397 PKGVERSION="(SIM) "
4f8d4a38
DD
13398
13399fi
13400
13401
13402
13403
13404
13405# Check whether --with-bugurl was given.
13406if test "${with_bugurl+set}" = set; then :
13407 withval=$with_bugurl; case "$withval" in
13408 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13409 no) BUGURL=
13410 ;;
13411 *) BUGURL="$withval"
13412 ;;
13413 esac
13414else
13415 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13416
13417fi
13418
13419 case ${BUGURL} in
13420 "")
13421 REPORT_BUGS_TO=
13422 REPORT_BUGS_TEXI=
13423 ;;
13424 *)
13425 REPORT_BUGS_TO="<$BUGURL>"
13426 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13427 ;;
13428 esac;
13429
13430
13431
13432
13433cat >>confdefs.h <<_ACEOF
13434#define PKGVERSION "$PKGVERSION"
13435_ACEOF
13436
13437
13438cat >>confdefs.h <<_ACEOF
13439#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13440_ACEOF
13441
13442
13443{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13444$as_echo_n "checking return type of signal handlers... " >&6; }
13445if test "${ac_cv_type_signal+set}" = set; then :
13446 $as_echo_n "(cached) " >&6
13447else
13448 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13449/* end confdefs.h. */
13450#include <sys/types.h>
13451#include <signal.h>
13452
13453int
13454main ()
13455{
13456return *(signal (0, 0)) (0) == 1;
13457 ;
13458 return 0;
13459}
13460_ACEOF
13461if ac_fn_c_try_compile "$LINENO"; then :
13462 ac_cv_type_signal=int
13463else
13464 ac_cv_type_signal=void
13465fi
13466rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13467fi
13468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13469$as_echo "$ac_cv_type_signal" >&6; }
13470
13471cat >>confdefs.h <<_ACEOF
13472#define RETSIGTYPE $ac_cv_type_signal
13473_ACEOF
13474
13475
13476
13477
13478
4f8d4a38
DD
13479
13480
6ffe910a
MF
13481for ac_header in getopt.h
13482do :
13483 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
13484if test "x$ac_cv_header_getopt_h" = x""yes; then :
13485 cat >>confdefs.h <<_ACEOF
13486#define HAVE_GETOPT_H 1
13487_ACEOF
13488
13489fi
13490
13491done
13492
13493
13494# Check whether --enable-cycle-accurate was given.
13495if test "${enable_cycle_accurate+set}" = set; then :
13496 enableval=$enable_cycle_accurate; case "${enableval}" in
13497yes | no) ;;
13498*) as_fn_error "bad value ${enableval} given for --enable-cycle-accurate option" "$LINENO" 5 ;;
13499esac
13500fi
13501
13502
13503# Check whether --enable-cycle-stats was given.
13504if test "${enable_cycle_stats+set}" = set; then :
13505 enableval=$enable_cycle_stats; case "${enableval}" in
13506yes | no) ;;
13507*) as_fn_error "bad value ${enableval} given for --enable-cycle-stats option" "$LINENO" 5 ;;
13508esac
13509fi
13510
13511
13512echo enable_cycle_accurate is $enable_cycle_accurate
13513echo enable_cycle_stats is $enable_cycle_stats
13514
13515if test "x${enable_cycle_accurate}" != xno; then
2232061b 13516
6ffe910a
MF
13517$as_echo "#define CYCLE_ACCURATE 1" >>confdefs.h
13518
13519
13520 if test "x${enable_cycle_stats}" != xno; then
2232061b
MF
13521
13522$as_echo "#define CYCLE_STATS 1" >>confdefs.h
6ffe910a
MF
13523
13524 fi
13525else
13526 if test "x${enable_cycle_stats}" != xno; then
2232061b 13527 as_fn_error "cycle-stats not available without cycle-accurate" "$LINENO" 5
6ffe910a
MF
13528 fi
13529fi
13530
13531
4f8d4a38
DD
13532cgen_breaks=""
13533if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13534cgen_breaks="break cgen_rtx_error";
13535fi
13536
13537ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13538
13539ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13540
13541ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13542
13543ac_config_commands="$ac_config_commands Makefile"
13544
13545ac_config_commands="$ac_config_commands stamp-h"
13546
13547cat >confcache <<\_ACEOF
13548# This file is a shell script that caches the results of configure
13549# tests run on this system so they can be shared between configure
13550# scripts and configure runs, see configure's option --config-cache.
13551# It is not useful on other systems. If it contains results you don't
13552# want to keep, you may remove or edit it.
13553#
13554# config.status only pays attention to the cache file if you give it
13555# the --recheck option to rerun configure.
13556#
13557# `ac_cv_env_foo' variables (set or unset) will be overridden when
13558# loading this file, other *unset* `ac_cv_foo' will be assigned the
13559# following values.
13560
13561_ACEOF
13562
13563# The following way of writing the cache mishandles newlines in values,
13564# but we know of no workaround that is simple, portable, and efficient.
13565# So, we kill variables containing newlines.
13566# Ultrix sh set writes to stderr and can't be redirected directly,
13567# and sets the high bit in the cache file unless we assign to the vars.
13568(
13569 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13570 eval ac_val=\$$ac_var
13571 case $ac_val in #(
13572 *${as_nl}*)
13573 case $ac_var in #(
13574 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13575$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13576 esac
13577 case $ac_var in #(
13578 _ | IFS | as_nl) ;; #(
13579 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13580 *) { eval $ac_var=; unset $ac_var;} ;;
13581 esac ;;
13582 esac
13583 done
13584
13585 (set) 2>&1 |
13586 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13587 *${as_nl}ac_space=\ *)
13588 # `set' does not quote correctly, so add quotes: double-quote
13589 # substitution turns \\\\ into \\, and sed turns \\ into \.
13590 sed -n \
13591 "s/'/'\\\\''/g;
13592 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13593 ;; #(
13594 *)
13595 # `set' quotes correctly as required by POSIX, so do not add quotes.
13596 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13597 ;;
13598 esac |
13599 sort
13600) |
13601 sed '
13602 /^ac_cv_env_/b end
13603 t clear
13604 :clear
13605 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13606 t end
13607 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13608 :end' >>confcache
13609if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13610 if test -w "$cache_file"; then
13611 test "x$cache_file" != "x/dev/null" &&
13612 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13613$as_echo "$as_me: updating cache $cache_file" >&6;}
13614 cat confcache >$cache_file
13615 else
13616 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13617$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13618 fi
13619fi
13620rm -f confcache
13621
13622test "x$prefix" = xNONE && prefix=$ac_default_prefix
13623# Let make expand exec_prefix.
13624test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13625
13626DEFS=-DHAVE_CONFIG_H
13627
13628ac_libobjs=
13629ac_ltlibobjs=
13630for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13631 # 1. Remove the extension, and $U if already installed.
13632 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13633 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13634 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13635 # will be set to the directory where LIBOBJS objects are built.
13636 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13637 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13638done
13639LIBOBJS=$ac_libobjs
13640
13641LTLIBOBJS=$ac_ltlibobjs
13642
13643
0cb8d851 13644
db2e4d67
MF
13645if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13646 as_fn_error "conditional \"GMAKE\" was never defined.
13647Usually this means the macro was only invoked conditionally." "$LINENO" 5
13648fi
6bb11ab3
L
13649if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13650 as_fn_error "conditional \"PLUGINS\" was never defined.
13651Usually this means the macro was only invoked conditionally." "$LINENO" 5
13652fi
31e6ad7d
MF
13653if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13654 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13655Usually this means the macro was only invoked conditionally." "$LINENO" 5
13656fi
4f8d4a38
DD
13657
13658: ${CONFIG_STATUS=./config.status}
13659ac_write_fail=0
13660ac_clean_files_save=$ac_clean_files
13661ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13662{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13663$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13664as_write_fail=0
13665cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13666#! $SHELL
13667# Generated by $as_me.
13668# Run this file to recreate the current configuration.
13669# Compiler output produced by configure, useful for debugging
13670# configure, is in config.log if it exists.
13671
13672debug=false
13673ac_cs_recheck=false
13674ac_cs_silent=false
13675
13676SHELL=\${CONFIG_SHELL-$SHELL}
13677export SHELL
13678_ASEOF
13679cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13680## -------------------- ##
13681## M4sh Initialization. ##
13682## -------------------- ##
13683
13684# Be more Bourne compatible
13685DUALCASE=1; export DUALCASE # for MKS sh
13686if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13687 emulate sh
13688 NULLCMD=:
13689 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13690 # is contrary to our usage. Disable this feature.
13691 alias -g '${1+"$@"}'='"$@"'
13692 setopt NO_GLOB_SUBST
13693else
13694 case `(set -o) 2>/dev/null` in #(
13695 *posix*) :
13696 set -o posix ;; #(
13697 *) :
13698 ;;
13699esac
13700fi
13701
13702
13703as_nl='
13704'
13705export as_nl
13706# Printing a long string crashes Solaris 7 /usr/bin/printf.
13707as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13708as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13709as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13710# Prefer a ksh shell builtin over an external printf program on Solaris,
13711# but without wasting forks for bash or zsh.
13712if test -z "$BASH_VERSION$ZSH_VERSION" \
13713 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13714 as_echo='print -r --'
13715 as_echo_n='print -rn --'
13716elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13717 as_echo='printf %s\n'
13718 as_echo_n='printf %s'
13719else
13720 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13721 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13722 as_echo_n='/usr/ucb/echo -n'
13723 else
13724 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13725 as_echo_n_body='eval
13726 arg=$1;
13727 case $arg in #(
13728 *"$as_nl"*)
13729 expr "X$arg" : "X\\(.*\\)$as_nl";
13730 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13731 esac;
13732 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13733 '
13734 export as_echo_n_body
13735 as_echo_n='sh -c $as_echo_n_body as_echo'
13736 fi
13737 export as_echo_body
13738 as_echo='sh -c $as_echo_body as_echo'
13739fi
13740
13741# The user is always right.
13742if test "${PATH_SEPARATOR+set}" != set; then
13743 PATH_SEPARATOR=:
13744 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13745 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13746 PATH_SEPARATOR=';'
13747 }
13748fi
13749
13750
13751# IFS
13752# We need space, tab and new line, in precisely that order. Quoting is
13753# there to prevent editors from complaining about space-tab.
13754# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13755# splitting by setting IFS to empty value.)
13756IFS=" "" $as_nl"
13757
13758# Find who we are. Look in the path if we contain no directory separator.
13759case $0 in #((
13760 *[\\/]* ) as_myself=$0 ;;
13761 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13762for as_dir in $PATH
13763do
13764 IFS=$as_save_IFS
13765 test -z "$as_dir" && as_dir=.
13766 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13767 done
13768IFS=$as_save_IFS
13769
13770 ;;
13771esac
13772# We did not find ourselves, most probably we were run as `sh COMMAND'
13773# in which case we are not to be found in the path.
13774if test "x$as_myself" = x; then
13775 as_myself=$0
13776fi
13777if test ! -f "$as_myself"; then
13778 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13779 exit 1
13780fi
13781
13782# Unset variables that we do not need and which cause bugs (e.g. in
13783# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13784# suppresses any "Segmentation fault" message there. '((' could
13785# trigger a bug in pdksh 5.2.14.
13786for as_var in BASH_ENV ENV MAIL MAILPATH
13787do eval test x\${$as_var+set} = xset \
13788 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13789done
13790PS1='$ '
13791PS2='> '
13792PS4='+ '
13793
13794# NLS nuisances.
13795LC_ALL=C
13796export LC_ALL
13797LANGUAGE=C
13798export LANGUAGE
13799
13800# CDPATH.
13801(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13802
13803
13804# as_fn_error ERROR [LINENO LOG_FD]
13805# ---------------------------------
13806# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13807# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13808# script with status $?, using 1 if that was 0.
13809as_fn_error ()
13810{
13811 as_status=$?; test $as_status -eq 0 && as_status=1
13812 if test "$3"; then
13813 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13814 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13815 fi
13816 $as_echo "$as_me: error: $1" >&2
13817 as_fn_exit $as_status
13818} # as_fn_error
13819
13820
13821# as_fn_set_status STATUS
13822# -----------------------
13823# Set $? to STATUS, without forking.
13824as_fn_set_status ()
13825{
13826 return $1
13827} # as_fn_set_status
13828
13829# as_fn_exit STATUS
13830# -----------------
13831# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13832as_fn_exit ()
13833{
13834 set +e
13835 as_fn_set_status $1
13836 exit $1
13837} # as_fn_exit
13838
13839# as_fn_unset VAR
13840# ---------------
13841# Portably unset VAR.
13842as_fn_unset ()
13843{
13844 { eval $1=; unset $1;}
13845}
13846as_unset=as_fn_unset
13847# as_fn_append VAR VALUE
13848# ----------------------
13849# Append the text in VALUE to the end of the definition contained in VAR. Take
13850# advantage of any shell optimizations that allow amortized linear growth over
13851# repeated appends, instead of the typical quadratic growth present in naive
13852# implementations.
13853if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13854 eval 'as_fn_append ()
13855 {
13856 eval $1+=\$2
13857 }'
13858else
13859 as_fn_append ()
13860 {
13861 eval $1=\$$1\$2
13862 }
13863fi # as_fn_append
13864
13865# as_fn_arith ARG...
13866# ------------------
13867# Perform arithmetic evaluation on the ARGs, and store the result in the
13868# global $as_val. Take advantage of shells that can avoid forks. The arguments
13869# must be portable across $(()) and expr.
13870if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13871 eval 'as_fn_arith ()
13872 {
13873 as_val=$(( $* ))
13874 }'
13875else
13876 as_fn_arith ()
13877 {
13878 as_val=`expr "$@" || test $? -eq 1`
13879 }
13880fi # as_fn_arith
13881
13882
13883if expr a : '\(a\)' >/dev/null 2>&1 &&
13884 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13885 as_expr=expr
13886else
13887 as_expr=false
13888fi
13889
13890if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13891 as_basename=basename
13892else
13893 as_basename=false
13894fi
13895
13896if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13897 as_dirname=dirname
13898else
13899 as_dirname=false
13900fi
13901
13902as_me=`$as_basename -- "$0" ||
13903$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13904 X"$0" : 'X\(//\)$' \| \
13905 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13906$as_echo X/"$0" |
13907 sed '/^.*\/\([^/][^/]*\)\/*$/{
13908 s//\1/
13909 q
13910 }
13911 /^X\/\(\/\/\)$/{
13912 s//\1/
13913 q
13914 }
13915 /^X\/\(\/\).*/{
13916 s//\1/
13917 q
13918 }
13919 s/.*/./; q'`
13920
13921# Avoid depending upon Character Ranges.
13922as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13923as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13924as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13925as_cr_digits='0123456789'
13926as_cr_alnum=$as_cr_Letters$as_cr_digits
13927
13928ECHO_C= ECHO_N= ECHO_T=
13929case `echo -n x` in #(((((
13930-n*)
13931 case `echo 'xy\c'` in
13932 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13933 xy) ECHO_C='\c';;
13934 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13935 ECHO_T=' ';;
13936 esac;;
13937*)
13938 ECHO_N='-n';;
13939esac
13940
13941rm -f conf$$ conf$$.exe conf$$.file
13942if test -d conf$$.dir; then
13943 rm -f conf$$.dir/conf$$.file
13944else
13945 rm -f conf$$.dir
13946 mkdir conf$$.dir 2>/dev/null
13947fi
13948if (echo >conf$$.file) 2>/dev/null; then
13949 if ln -s conf$$.file conf$$ 2>/dev/null; then
13950 as_ln_s='ln -s'
13951 # ... but there are two gotchas:
13952 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13953 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13954 # In both cases, we have to default to `cp -p'.
13955 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13956 as_ln_s='cp -p'
13957 elif ln conf$$.file conf$$ 2>/dev/null; then
13958 as_ln_s=ln
13959 else
13960 as_ln_s='cp -p'
13961 fi
13962else
13963 as_ln_s='cp -p'
13964fi
13965rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13966rmdir conf$$.dir 2>/dev/null
13967
13968
13969# as_fn_mkdir_p
13970# -------------
13971# Create "$as_dir" as a directory, including parents if necessary.
13972as_fn_mkdir_p ()
13973{
13974
13975 case $as_dir in #(
13976 -*) as_dir=./$as_dir;;
13977 esac
13978 test -d "$as_dir" || eval $as_mkdir_p || {
13979 as_dirs=
13980 while :; do
13981 case $as_dir in #(
13982 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13983 *) as_qdir=$as_dir;;
13984 esac
13985 as_dirs="'$as_qdir' $as_dirs"
13986 as_dir=`$as_dirname -- "$as_dir" ||
13987$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13988 X"$as_dir" : 'X\(//\)[^/]' \| \
13989 X"$as_dir" : 'X\(//\)$' \| \
13990 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13991$as_echo X"$as_dir" |
13992 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13993 s//\1/
13994 q
13995 }
13996 /^X\(\/\/\)[^/].*/{
13997 s//\1/
13998 q
13999 }
14000 /^X\(\/\/\)$/{
14001 s//\1/
14002 q
14003 }
14004 /^X\(\/\).*/{
14005 s//\1/
14006 q
14007 }
14008 s/.*/./; q'`
14009 test -d "$as_dir" && break
14010 done
14011 test -z "$as_dirs" || eval "mkdir $as_dirs"
14012 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
14013
14014
14015} # as_fn_mkdir_p
14016if mkdir -p . 2>/dev/null; then
14017 as_mkdir_p='mkdir -p "$as_dir"'
14018else
14019 test -d ./-p && rmdir ./-p
14020 as_mkdir_p=false
14021fi
14022
14023if test -x / >/dev/null 2>&1; then
14024 as_test_x='test -x'
14025else
14026 if ls -dL / >/dev/null 2>&1; then
14027 as_ls_L_option=L
14028 else
14029 as_ls_L_option=
14030 fi
14031 as_test_x='
14032 eval sh -c '\''
14033 if test -d "$1"; then
14034 test -d "$1/.";
14035 else
14036 case $1 in #(
14037 -*)set "./$1";;
14038 esac;
14039 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14040 ???[sx]*):;;*)false;;esac;fi
14041 '\'' sh
14042 '
14043fi
14044as_executable_p=$as_test_x
14045
14046# Sed expression to map a string onto a valid CPP name.
14047as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14048
14049# Sed expression to map a string onto a valid variable name.
14050as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14051
14052
14053exec 6>&1
14054## ----------------------------------- ##
14055## Main body of $CONFIG_STATUS script. ##
14056## ----------------------------------- ##
14057_ASEOF
14058test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14059
14060cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14061# Save the log message, to keep $0 and so on meaningful, and to
14062# report actual input values of CONFIG_FILES etc. instead of their
14063# values after options handling.
14064ac_log="
14065This file was extended by $as_me, which was
14066generated by GNU Autoconf 2.64. Invocation command line was
14067
14068 CONFIG_FILES = $CONFIG_FILES
14069 CONFIG_HEADERS = $CONFIG_HEADERS
14070 CONFIG_LINKS = $CONFIG_LINKS
14071 CONFIG_COMMANDS = $CONFIG_COMMANDS
14072 $ $0 $@
14073
14074on `(hostname || uname -n) 2>/dev/null | sed 1q`
14075"
14076
14077_ACEOF
14078
14079case $ac_config_files in *"
14080"*) set x $ac_config_files; shift; ac_config_files=$*;;
14081esac
14082
14083case $ac_config_headers in *"
14084"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14085esac
14086
14087
14088cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14089# Files that config.status was made for.
14090config_files="$ac_config_files"
14091config_headers="$ac_config_headers"
4f8d4a38
DD
14092config_commands="$ac_config_commands"
14093
14094_ACEOF
14095
14096cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14097ac_cs_usage="\
14098\`$as_me' instantiates files and other configuration actions
14099from templates according to the current configuration. Unless the files
14100and actions are specified as TAGs, all are instantiated by default.
14101
14102Usage: $0 [OPTION]... [TAG]...
14103
14104 -h, --help print this help, then exit
14105 -V, --version print version number and configuration settings, then exit
14106 -q, --quiet, --silent
14107 do not print progress messages
14108 -d, --debug don't remove temporary files
14109 --recheck update $as_me by reconfiguring in the same conditions
14110 --file=FILE[:TEMPLATE]
14111 instantiate the configuration file FILE
14112 --header=FILE[:TEMPLATE]
14113 instantiate the configuration header FILE
14114
14115Configuration files:
14116$config_files
14117
14118Configuration headers:
14119$config_headers
14120
4f8d4a38
DD
14121Configuration commands:
14122$config_commands
14123
14124Report bugs to the package provider."
14125
14126_ACEOF
14127cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14128ac_cs_version="\\
14129config.status
14130configured by $0, generated by GNU Autoconf 2.64,
14131 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14132
14133Copyright (C) 2009 Free Software Foundation, Inc.
14134This config.status script is free software; the Free Software Foundation
14135gives unlimited permission to copy, distribute and modify it."
14136
14137ac_pwd='$ac_pwd'
14138srcdir='$srcdir'
14139INSTALL='$INSTALL'
6bb11ab3 14140AWK='$AWK'
4f8d4a38
DD
14141test -n "\$AWK" || AWK=awk
14142_ACEOF
14143
14144cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14145# The default lists apply if the user does not specify any file.
14146ac_need_defaults=:
14147while test $# != 0
14148do
14149 case $1 in
14150 --*=*)
14151 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14152 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14153 ac_shift=:
14154 ;;
14155 *)
14156 ac_option=$1
14157 ac_optarg=$2
14158 ac_shift=shift
14159 ;;
14160 esac
14161
14162 case $ac_option in
14163 # Handling of the options.
14164 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14165 ac_cs_recheck=: ;;
14166 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14167 $as_echo "$ac_cs_version"; exit ;;
14168 --debug | --debu | --deb | --de | --d | -d )
14169 debug=: ;;
14170 --file | --fil | --fi | --f )
14171 $ac_shift
14172 case $ac_optarg in
14173 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14174 esac
14175 as_fn_append CONFIG_FILES " '$ac_optarg'"
14176 ac_need_defaults=false;;
14177 --header | --heade | --head | --hea )
14178 $ac_shift
14179 case $ac_optarg in
14180 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14181 esac
14182 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14183 ac_need_defaults=false;;
14184 --he | --h)
14185 # Conflict between --help and --header
14186 as_fn_error "ambiguous option: \`$1'
14187Try \`$0 --help' for more information.";;
14188 --help | --hel | -h )
14189 $as_echo "$ac_cs_usage"; exit ;;
14190 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14191 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14192 ac_cs_silent=: ;;
14193
14194 # This is an error.
14195 -*) as_fn_error "unrecognized option: \`$1'
14196Try \`$0 --help' for more information." ;;
14197
14198 *) as_fn_append ac_config_targets " $1"
14199 ac_need_defaults=false ;;
14200
14201 esac
14202 shift
14203done
14204
14205ac_configure_extra_args=
14206
14207if $ac_cs_silent; then
14208 exec 6>/dev/null
14209 ac_configure_extra_args="$ac_configure_extra_args --silent"
14210fi
14211
14212_ACEOF
14213cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14214if \$ac_cs_recheck; then
14215 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14216 shift
14217 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14218 CONFIG_SHELL='$SHELL'
14219 export CONFIG_SHELL
14220 exec "\$@"
14221fi
14222
14223_ACEOF
14224cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14225exec 5>>config.log
14226{
14227 echo
14228 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14229## Running $as_me. ##
14230_ASBOX
14231 $as_echo "$ac_log"
14232} >&5
14233
14234_ACEOF
14235cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14236#
14237# INIT-COMMANDS
14238#
14239ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14240
6bb11ab3
L
14241
14242# The HP-UX ksh and POSIX shell print the target directory to stdout
14243# if CDPATH is set.
14244(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14245
14246sed_quote_subst='$sed_quote_subst'
14247double_quote_subst='$double_quote_subst'
14248delay_variable_subst='$delay_variable_subst'
14249macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14250macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14251enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14252enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14253pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14254enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14255SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14256ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14257host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14258host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14259host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14260build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14261build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14262build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14263SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14264Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14265GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14266EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14267FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14268LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14269NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14270LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14271max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14272ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14273exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14274lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14275lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14276lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14277reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14278reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14279OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14280deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14281file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14282AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14283AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14284STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14285RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14286old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14287old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14288old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14289lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14290CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14291CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14292compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14293GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14294lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14295lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14296lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14297lt_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"`'
14298objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14299MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14300lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14301lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14302lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14303lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14304lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14305need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14306DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14307NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14308LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14309OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14310OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14311libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14312shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14313extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14314archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14315enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14316export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14317whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14318compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14319old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14320old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14321archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14322archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14323module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14324module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14325with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14326allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14327no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14328hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14329hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14330hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14331hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14332hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14333hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14334hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14335hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14336inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14337link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14338fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14339always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14340export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14341exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14342include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14343prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14344file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14345variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14346need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14347need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14348version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14349runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14350shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14351shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14352libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14353library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14354soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14355install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14356postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14357postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14358finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14359finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14360hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14361sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14362sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14363hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14364enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14365enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14366enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14367old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14368striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14369
14370LTCC='$LTCC'
14371LTCFLAGS='$LTCFLAGS'
14372compiler='$compiler_DEFAULT'
14373
14374# A function that is used when there is no print builtin or printf.
14375func_fallback_echo ()
14376{
14377 eval 'cat <<_LTECHO_EOF
14378\$1
14379_LTECHO_EOF'
14380}
14381
14382# Quote evaled strings.
14383for var in SHELL \
14384ECHO \
14385SED \
14386GREP \
14387EGREP \
14388FGREP \
14389LD \
14390NM \
14391LN_S \
14392lt_SP2NL \
14393lt_NL2SP \
14394reload_flag \
14395OBJDUMP \
14396deplibs_check_method \
14397file_magic_cmd \
14398AR \
14399AR_FLAGS \
14400STRIP \
14401RANLIB \
14402CC \
14403CFLAGS \
14404compiler \
14405lt_cv_sys_global_symbol_pipe \
14406lt_cv_sys_global_symbol_to_cdecl \
14407lt_cv_sys_global_symbol_to_c_name_address \
14408lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14409lt_prog_compiler_no_builtin_flag \
14410lt_prog_compiler_wl \
14411lt_prog_compiler_pic \
14412lt_prog_compiler_static \
14413lt_cv_prog_compiler_c_o \
14414need_locks \
14415DSYMUTIL \
14416NMEDIT \
14417LIPO \
14418OTOOL \
14419OTOOL64 \
14420shrext_cmds \
14421export_dynamic_flag_spec \
14422whole_archive_flag_spec \
14423compiler_needs_object \
14424with_gnu_ld \
14425allow_undefined_flag \
14426no_undefined_flag \
14427hardcode_libdir_flag_spec \
14428hardcode_libdir_flag_spec_ld \
14429hardcode_libdir_separator \
14430fix_srcfile_path \
14431exclude_expsyms \
14432include_expsyms \
14433file_list_spec \
14434variables_saved_for_relink \
14435libname_spec \
14436library_names_spec \
14437soname_spec \
14438install_override_mode \
14439finish_eval \
14440old_striplib \
14441striplib; do
14442 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14443 *[\\\\\\\`\\"\\\$]*)
14444 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14445 ;;
14446 *)
14447 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14448 ;;
14449 esac
14450done
14451
14452# Double-quote double-evaled strings.
14453for var in reload_cmds \
14454old_postinstall_cmds \
14455old_postuninstall_cmds \
14456old_archive_cmds \
14457extract_expsyms_cmds \
14458old_archive_from_new_cmds \
14459old_archive_from_expsyms_cmds \
14460archive_cmds \
14461archive_expsym_cmds \
14462module_cmds \
14463module_expsym_cmds \
14464export_symbols_cmds \
14465prelink_cmds \
14466postinstall_cmds \
14467postuninstall_cmds \
14468finish_cmds \
14469sys_lib_search_path_spec \
14470sys_lib_dlsearch_path_spec; do
14471 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14472 *[\\\\\\\`\\"\\\$]*)
14473 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14474 ;;
14475 *)
14476 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14477 ;;
14478 esac
14479done
14480
14481ac_aux_dir='$ac_aux_dir'
14482xsi_shell='$xsi_shell'
14483lt_shell_append='$lt_shell_append'
14484
14485# See if we are running on zsh, and set the options which allow our
14486# commands through without removal of \ escapes INIT.
14487if test -n "\${ZSH_VERSION+set}" ; then
14488 setopt NO_GLOB_SUBST
14489fi
14490
14491
14492 PACKAGE='$PACKAGE'
14493 VERSION='$VERSION'
14494 TIMESTAMP='$TIMESTAMP'
14495 RM='$RM'
14496 ofile='$ofile'
14497
14498
14499
14500
4f8d4a38
DD
14501_ACEOF
14502
14503cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14504
14505# Handling of arguments.
14506for ac_config_target in $ac_config_targets
14507do
14508 case $ac_config_target in
14509 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14510 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14511 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
4f8d4a38
DD
14512 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14513 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14514 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14515 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14516 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14517
14518 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14519 esac
14520done
14521
14522
14523# If the user did not use the arguments to specify the items to instantiate,
14524# then the envvar interface is used. Set only those that are not.
14525# We use the long form for the default assignment because of an extremely
14526# bizarre bug on SunOS 4.1.3.
14527if $ac_need_defaults; then
14528 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14529 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
4f8d4a38
DD
14530 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14531fi
14532
14533# Have a temporary directory for convenience. Make it in the build tree
14534# simply because there is no reason against having it here, and in addition,
14535# creating and moving files from /tmp can sometimes cause problems.
14536# Hook for its removal unless debugging.
14537# Note that there is a small window in which the directory will not be cleaned:
14538# after its creation but before its name has been assigned to `$tmp'.
14539$debug ||
14540{
14541 tmp=
14542 trap 'exit_status=$?
14543 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14544' 0
14545 trap 'as_fn_exit 1' 1 2 13 15
14546}
14547# Create a (secure) tmp directory for tmp files.
14548
14549{
14550 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14551 test -n "$tmp" && test -d "$tmp"
14552} ||
14553{
14554 tmp=./conf$$-$RANDOM
14555 (umask 077 && mkdir "$tmp")
14556} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14557
14558# Set up the scripts for CONFIG_FILES section.
14559# No need to generate them if there are no CONFIG_FILES.
14560# This happens for instance with `./config.status config.h'.
14561if test -n "$CONFIG_FILES"; then
14562
14563
14564ac_cr=`echo X | tr X '\015'`
14565# On cygwin, bash can eat \r inside `` if the user requested igncr.
14566# But we know of no other shell where ac_cr would be empty at this
14567# point, so we can use a bashism as a fallback.
14568if test "x$ac_cr" = x; then
14569 eval ac_cr=\$\'\\r\'
14570fi
14571ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14572if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14573 ac_cs_awk_cr='\r'
14574else
14575 ac_cs_awk_cr=$ac_cr
14576fi
14577
14578echo 'BEGIN {' >"$tmp/subs1.awk" &&
14579_ACEOF
14580
14581
14582{
14583 echo "cat >conf$$subs.awk <<_ACEOF" &&
14584 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14585 echo "_ACEOF"
14586} >conf$$subs.sh ||
14587 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14588ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14589ac_delim='%!_!# '
14590for ac_last_try in false false false false false :; do
14591 . ./conf$$subs.sh ||
14592 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14593
14594 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14595 if test $ac_delim_n = $ac_delim_num; then
14596 break
14597 elif $ac_last_try; then
14598 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14599 else
14600 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14601 fi
14602done
14603rm -f conf$$subs.sh
14604
14605cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14606cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14607_ACEOF
14608sed -n '
14609h
14610s/^/S["/; s/!.*/"]=/
14611p
14612g
14613s/^[^!]*!//
14614:repl
14615t repl
14616s/'"$ac_delim"'$//
14617t delim
14618:nl
14619h
14620s/\(.\{148\}\).*/\1/
14621t more1
14622s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14623p
14624n
14625b repl
14626:more1
14627s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14628p
14629g
14630s/.\{148\}//
14631t nl
14632:delim
14633h
14634s/\(.\{148\}\).*/\1/
14635t more2
14636s/["\\]/\\&/g; s/^/"/; s/$/"/
14637p
14638b
14639:more2
14640s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14641p
14642g
14643s/.\{148\}//
14644t delim
14645' <conf$$subs.awk | sed '
14646/^[^""]/{
14647 N
14648 s/\n//
14649}
14650' >>$CONFIG_STATUS || ac_write_fail=1
14651rm -f conf$$subs.awk
14652cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14653_ACAWK
14654cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14655 for (key in S) S_is_set[key] = 1
14656 FS = "\a"
14657
14658}
14659{
14660 line = $ 0
14661 nfields = split(line, field, "@")
14662 substed = 0
14663 len = length(field[1])
14664 for (i = 2; i < nfields; i++) {
14665 key = field[i]
14666 keylen = length(key)
14667 if (S_is_set[key]) {
14668 value = S[key]
14669 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14670 len += length(value) + length(field[++i])
14671 substed = 1
14672 } else
14673 len += 1 + keylen
14674 }
14675
14676 print line
14677}
14678
14679_ACAWK
14680_ACEOF
14681cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14682if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14683 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14684else
14685 cat
14686fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14687 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14688_ACEOF
14689
14690# VPATH may cause trouble with some makes, so we remove $(srcdir),
14691# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14692# trailing colons and then remove the whole line if VPATH becomes empty
14693# (actually we leave an empty line to preserve line numbers).
14694if test "x$srcdir" = x.; then
14695 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14696s/:*\$(srcdir):*/:/
14697s/:*\${srcdir}:*/:/
14698s/:*@srcdir@:*/:/
14699s/^\([^=]*=[ ]*\):*/\1/
14700s/:*$//
14701s/^[^=]*=[ ]*$//
14702}'
14703fi
14704
14705cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14706fi # test -n "$CONFIG_FILES"
14707
14708# Set up the scripts for CONFIG_HEADERS section.
14709# No need to generate them if there are no CONFIG_HEADERS.
14710# This happens for instance with `./config.status Makefile'.
14711if test -n "$CONFIG_HEADERS"; then
14712cat >"$tmp/defines.awk" <<\_ACAWK ||
14713BEGIN {
14714_ACEOF
14715
14716# Transform confdefs.h into an awk script `defines.awk', embedded as
14717# here-document in config.status, that substitutes the proper values into
14718# config.h.in to produce config.h.
14719
14720# Create a delimiter string that does not exist in confdefs.h, to ease
14721# handling of long lines.
14722ac_delim='%!_!# '
14723for ac_last_try in false false :; do
14724 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14725 if test -z "$ac_t"; then
14726 break
14727 elif $ac_last_try; then
14728 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14729 else
14730 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14731 fi
14732done
14733
14734# For the awk script, D is an array of macro values keyed by name,
14735# likewise P contains macro parameters if any. Preserve backslash
14736# newline sequences.
14737
14738ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14739sed -n '
14740s/.\{148\}/&'"$ac_delim"'/g
14741t rset
14742:rset
14743s/^[ ]*#[ ]*define[ ][ ]*/ /
14744t def
14745d
14746:def
14747s/\\$//
14748t bsnl
14749s/["\\]/\\&/g
14750s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14751D["\1"]=" \3"/p
14752s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14753d
14754:bsnl
14755s/["\\]/\\&/g
14756s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14757D["\1"]=" \3\\\\\\n"\\/p
14758t cont
14759s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14760t cont
14761d
14762:cont
14763n
14764s/.\{148\}/&'"$ac_delim"'/g
14765t clear
14766:clear
14767s/\\$//
14768t bsnlc
14769s/["\\]/\\&/g; s/^/"/; s/$/"/p
14770d
14771:bsnlc
14772s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14773b cont
14774' <confdefs.h | sed '
14775s/'"$ac_delim"'/"\\\
14776"/g' >>$CONFIG_STATUS || ac_write_fail=1
14777
14778cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14779 for (key in D) D_is_set[key] = 1
14780 FS = "\a"
14781}
14782/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14783 line = \$ 0
14784 split(line, arg, " ")
14785 if (arg[1] == "#") {
14786 defundef = arg[2]
14787 mac1 = arg[3]
14788 } else {
14789 defundef = substr(arg[1], 2)
14790 mac1 = arg[2]
14791 }
14792 split(mac1, mac2, "(") #)
14793 macro = mac2[1]
14794 prefix = substr(line, 1, index(line, defundef) - 1)
14795 if (D_is_set[macro]) {
14796 # Preserve the white space surrounding the "#".
14797 print prefix "define", macro P[macro] D[macro]
14798 next
14799 } else {
14800 # Replace #undef with comments. This is necessary, for example,
14801 # in the case of _POSIX_SOURCE, which is predefined and required
14802 # on some systems where configure will not decide to define it.
14803 if (defundef == "undef") {
14804 print "/*", prefix defundef, macro, "*/"
14805 next
14806 }
14807 }
14808}
14809{ print }
14810_ACAWK
14811_ACEOF
14812cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14813 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14814fi # test -n "$CONFIG_HEADERS"
14815
14816
99d8e879 14817eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
4f8d4a38
DD
14818shift
14819for ac_tag
14820do
14821 case $ac_tag in
14822 :[FHLC]) ac_mode=$ac_tag; continue;;
14823 esac
14824 case $ac_mode$ac_tag in
14825 :[FHL]*:*);;
14826 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14827 :[FH]-) ac_tag=-:-;;
14828 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14829 esac
14830 ac_save_IFS=$IFS
14831 IFS=:
14832 set x $ac_tag
14833 IFS=$ac_save_IFS
14834 shift
14835 ac_file=$1
14836 shift
14837
14838 case $ac_mode in
14839 :L) ac_source=$1;;
14840 :[FH])
14841 ac_file_inputs=
14842 for ac_f
14843 do
14844 case $ac_f in
14845 -) ac_f="$tmp/stdin";;
14846 *) # Look for the file first in the build tree, then in the source tree
14847 # (if the path is not absolute). The absolute path cannot be DOS-style,
14848 # because $ac_f cannot contain `:'.
14849 test -f "$ac_f" ||
14850 case $ac_f in
14851 [\\/$]*) false;;
14852 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14853 esac ||
14854 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14855 esac
14856 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14857 as_fn_append ac_file_inputs " '$ac_f'"
14858 done
14859
14860 # Let's still pretend it is `configure' which instantiates (i.e., don't
14861 # use $as_me), people would be surprised to read:
14862 # /* config.h. Generated by config.status. */
14863 configure_input='Generated from '`
14864 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14865 `' by configure.'
14866 if test x"$ac_file" != x-; then
14867 configure_input="$ac_file. $configure_input"
14868 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14869$as_echo "$as_me: creating $ac_file" >&6;}
14870 fi
14871 # Neutralize special characters interpreted by sed in replacement strings.
14872 case $configure_input in #(
14873 *\&* | *\|* | *\\* )
14874 ac_sed_conf_input=`$as_echo "$configure_input" |
14875 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14876 *) ac_sed_conf_input=$configure_input;;
14877 esac
14878
14879 case $ac_tag in
14880 *:-:* | *:-) cat >"$tmp/stdin" \
14881 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14882 esac
14883 ;;
14884 esac
14885
14886 ac_dir=`$as_dirname -- "$ac_file" ||
14887$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14888 X"$ac_file" : 'X\(//\)[^/]' \| \
14889 X"$ac_file" : 'X\(//\)$' \| \
14890 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14891$as_echo X"$ac_file" |
14892 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14893 s//\1/
14894 q
14895 }
14896 /^X\(\/\/\)[^/].*/{
14897 s//\1/
14898 q
14899 }
14900 /^X\(\/\/\)$/{
14901 s//\1/
14902 q
14903 }
14904 /^X\(\/\).*/{
14905 s//\1/
14906 q
14907 }
14908 s/.*/./; q'`
14909 as_dir="$ac_dir"; as_fn_mkdir_p
14910 ac_builddir=.
14911
14912case "$ac_dir" in
14913.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14914*)
14915 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14916 # A ".." for each directory in $ac_dir_suffix.
14917 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14918 case $ac_top_builddir_sub in
14919 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14920 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14921 esac ;;
14922esac
14923ac_abs_top_builddir=$ac_pwd
14924ac_abs_builddir=$ac_pwd$ac_dir_suffix
14925# for backward compatibility:
14926ac_top_builddir=$ac_top_build_prefix
14927
14928case $srcdir in
14929 .) # We are building in place.
14930 ac_srcdir=.
14931 ac_top_srcdir=$ac_top_builddir_sub
14932 ac_abs_top_srcdir=$ac_pwd ;;
14933 [\\/]* | ?:[\\/]* ) # Absolute name.
14934 ac_srcdir=$srcdir$ac_dir_suffix;
14935 ac_top_srcdir=$srcdir
14936 ac_abs_top_srcdir=$srcdir ;;
14937 *) # Relative name.
14938 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14939 ac_top_srcdir=$ac_top_build_prefix$srcdir
14940 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14941esac
14942ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14943
14944
14945 case $ac_mode in
14946 :F)
14947 #
14948 # CONFIG_FILE
14949 #
14950
14951 case $INSTALL in
14952 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14953 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14954 esac
14955_ACEOF
14956
14957cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14958# If the template does not know about datarootdir, expand it.
14959# FIXME: This hack should be removed a few years after 2.60.
14960ac_datarootdir_hack=; ac_datarootdir_seen=
14961ac_sed_dataroot='
14962/datarootdir/ {
14963 p
14964 q
14965}
14966/@datadir@/p
14967/@docdir@/p
14968/@infodir@/p
14969/@localedir@/p
14970/@mandir@/p'
14971case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14972*datarootdir*) ac_datarootdir_seen=yes;;
14973*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14974 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14975$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14976_ACEOF
14977cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14978 ac_datarootdir_hack='
14979 s&@datadir@&$datadir&g
14980 s&@docdir@&$docdir&g
14981 s&@infodir@&$infodir&g
14982 s&@localedir@&$localedir&g
14983 s&@mandir@&$mandir&g
14984 s&\\\${datarootdir}&$datarootdir&g' ;;
14985esac
14986_ACEOF
14987
14988# Neutralize VPATH when `$srcdir' = `.'.
14989# Shell code in configure.ac might set extrasub.
14990# FIXME: do we really want to maintain this feature?
14991cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14992ac_sed_extra="$ac_vpsub
14993$extrasub
14994_ACEOF
14995cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14996:t
14997/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14998s|@configure_input@|$ac_sed_conf_input|;t t
14999s&@top_builddir@&$ac_top_builddir_sub&;t t
15000s&@top_build_prefix@&$ac_top_build_prefix&;t t
15001s&@srcdir@&$ac_srcdir&;t t
15002s&@abs_srcdir@&$ac_abs_srcdir&;t t
15003s&@top_srcdir@&$ac_top_srcdir&;t t
15004s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15005s&@builddir@&$ac_builddir&;t t
15006s&@abs_builddir@&$ac_abs_builddir&;t t
15007s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15008s&@INSTALL@&$ac_INSTALL&;t t
15009$ac_datarootdir_hack
15010"
15011eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
15012 || as_fn_error "could not create $ac_file" "$LINENO" 5
15013
15014test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
15015 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
15016 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
15017 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15018which seems to be undefined. Please make sure it is defined." >&5
15019$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
15020which seems to be undefined. Please make sure it is defined." >&2;}
15021
15022 rm -f "$tmp/stdin"
15023 case $ac_file in
15024 -) cat "$tmp/out" && rm -f "$tmp/out";;
15025 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
15026 esac \
15027 || as_fn_error "could not create $ac_file" "$LINENO" 5
15028 ;;
15029 :H)
15030 #
15031 # CONFIG_HEADER
15032 #
15033 if test x"$ac_file" != x-; then
15034 {
15035 $as_echo "/* $configure_input */" \
15036 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
15037 } >"$tmp/config.h" \
15038 || as_fn_error "could not create $ac_file" "$LINENO" 5
15039 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15040 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15041$as_echo "$as_me: $ac_file is unchanged" >&6;}
15042 else
15043 rm -f "$ac_file"
15044 mv "$tmp/config.h" "$ac_file" \
15045 || as_fn_error "could not create $ac_file" "$LINENO" 5
15046 fi
15047 else
15048 $as_echo "/* $configure_input */" \
15049 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15050 || as_fn_error "could not create -" "$LINENO" 5
15051 fi
15052 ;;
4f8d4a38 15053
4f8d4a38
DD
15054 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15055$as_echo "$as_me: executing $ac_file commands" >&6;}
15056 ;;
15057 esac
15058
15059
15060 case $ac_file$ac_mode in
db2e4d67 15061 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15062 "libtool":C)
15063
15064 # See if we are running on zsh, and set the options which allow our
15065 # commands through without removal of \ escapes.
15066 if test -n "${ZSH_VERSION+set}" ; then
15067 setopt NO_GLOB_SUBST
15068 fi
15069
15070 cfgfile="${ofile}T"
15071 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15072 $RM "$cfgfile"
15073
15074 cat <<_LT_EOF >> "$cfgfile"
15075#! $SHELL
15076
15077# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15078# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15079# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15080# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15081#
15082# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15083# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15084# Written by Gordon Matzigkeit, 1996
15085#
15086# This file is part of GNU Libtool.
15087#
15088# GNU Libtool is free software; you can redistribute it and/or
15089# modify it under the terms of the GNU General Public License as
15090# published by the Free Software Foundation; either version 2 of
15091# the License, or (at your option) any later version.
15092#
15093# As a special exception to the GNU General Public License,
15094# if you distribute this file as part of a program or library that
15095# is built using GNU Libtool, you may include this file under the
15096# same distribution terms that you use for the rest of that program.
15097#
15098# GNU Libtool is distributed in the hope that it will be useful,
15099# but WITHOUT ANY WARRANTY; without even the implied warranty of
15100# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15101# GNU General Public License for more details.
15102#
15103# You should have received a copy of the GNU General Public License
15104# along with GNU Libtool; see the file COPYING. If not, a copy
15105# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15106# obtained by writing to the Free Software Foundation, Inc.,
15107# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15108
15109
15110# The names of the tagged configurations supported by this script.
15111available_tags=""
15112
15113# ### BEGIN LIBTOOL CONFIG
15114
15115# Which release of libtool.m4 was used?
15116macro_version=$macro_version
15117macro_revision=$macro_revision
15118
15119# Whether or not to build shared libraries.
15120build_libtool_libs=$enable_shared
15121
15122# Whether or not to build static libraries.
15123build_old_libs=$enable_static
15124
15125# What type of objects to build.
15126pic_mode=$pic_mode
15127
15128# Whether or not to optimize for fast installation.
15129fast_install=$enable_fast_install
15130
15131# Shell to use when invoking shell scripts.
15132SHELL=$lt_SHELL
15133
15134# An echo program that protects backslashes.
15135ECHO=$lt_ECHO
15136
15137# The host system.
15138host_alias=$host_alias
15139host=$host
15140host_os=$host_os
15141
15142# The build system.
15143build_alias=$build_alias
15144build=$build
15145build_os=$build_os
15146
15147# A sed program that does not truncate output.
15148SED=$lt_SED
15149
15150# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15151Xsed="\$SED -e 1s/^X//"
15152
15153# A grep program that handles long lines.
15154GREP=$lt_GREP
15155
15156# An ERE matcher.
15157EGREP=$lt_EGREP
15158
15159# A literal string matcher.
15160FGREP=$lt_FGREP
15161
15162# A BSD- or MS-compatible name lister.
15163NM=$lt_NM
15164
15165# Whether we need soft or hard links.
15166LN_S=$lt_LN_S
15167
15168# What is the maximum length of a command?
15169max_cmd_len=$max_cmd_len
15170
15171# Object file suffix (normally "o").
15172objext=$ac_objext
15173
15174# Executable file suffix (normally "").
15175exeext=$exeext
15176
15177# whether the shell understands "unset".
15178lt_unset=$lt_unset
15179
15180# turn spaces into newlines.
15181SP2NL=$lt_lt_SP2NL
15182
15183# turn newlines into spaces.
15184NL2SP=$lt_lt_NL2SP
15185
15186# An object symbol dumper.
15187OBJDUMP=$lt_OBJDUMP
15188
15189# Method to check whether dependent libraries are shared objects.
15190deplibs_check_method=$lt_deplibs_check_method
15191
15192# Command to use when deplibs_check_method == "file_magic".
15193file_magic_cmd=$lt_file_magic_cmd
15194
15195# The archiver.
15196AR=$lt_AR
15197AR_FLAGS=$lt_AR_FLAGS
15198
15199# A symbol stripping program.
15200STRIP=$lt_STRIP
15201
15202# Commands used to install an old-style archive.
15203RANLIB=$lt_RANLIB
15204old_postinstall_cmds=$lt_old_postinstall_cmds
15205old_postuninstall_cmds=$lt_old_postuninstall_cmds
15206
15207# Whether to use a lock for old archive extraction.
15208lock_old_archive_extraction=$lock_old_archive_extraction
15209
15210# A C compiler.
15211LTCC=$lt_CC
15212
15213# LTCC compiler flags.
15214LTCFLAGS=$lt_CFLAGS
15215
15216# Take the output of nm and produce a listing of raw symbols and C names.
15217global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15218
15219# Transform the output of nm in a proper C declaration.
15220global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15221
15222# Transform the output of nm in a C name address pair.
15223global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15224
15225# Transform the output of nm in a C name address pair when lib prefix is needed.
15226global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15227
15228# The name of the directory that contains temporary libtool files.
15229objdir=$objdir
15230
15231# Used to examine libraries when file_magic_cmd begins with "file".
15232MAGIC_CMD=$MAGIC_CMD
15233
15234# Must we lock files when doing compilation?
15235need_locks=$lt_need_locks
15236
15237# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15238DSYMUTIL=$lt_DSYMUTIL
15239
15240# Tool to change global to local symbols on Mac OS X.
15241NMEDIT=$lt_NMEDIT
15242
15243# Tool to manipulate fat objects and archives on Mac OS X.
15244LIPO=$lt_LIPO
15245
15246# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15247OTOOL=$lt_OTOOL
15248
15249# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15250OTOOL64=$lt_OTOOL64
15251
15252# Old archive suffix (normally "a").
15253libext=$libext
15254
15255# Shared library suffix (normally ".so").
15256shrext_cmds=$lt_shrext_cmds
15257
15258# The commands to extract the exported symbol list from a shared archive.
15259extract_expsyms_cmds=$lt_extract_expsyms_cmds
15260
15261# Variables whose values should be saved in libtool wrapper scripts and
15262# restored at link time.
15263variables_saved_for_relink=$lt_variables_saved_for_relink
15264
15265# Do we need the "lib" prefix for modules?
15266need_lib_prefix=$need_lib_prefix
15267
15268# Do we need a version for libraries?
15269need_version=$need_version
15270
15271# Library versioning type.
15272version_type=$version_type
15273
15274# Shared library runtime path variable.
15275runpath_var=$runpath_var
15276
15277# Shared library path variable.
15278shlibpath_var=$shlibpath_var
15279
15280# Is shlibpath searched before the hard-coded library search path?
15281shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15282
15283# Format of library name prefix.
15284libname_spec=$lt_libname_spec
15285
15286# List of archive names. First name is the real one, the rest are links.
15287# The last name is the one that the linker finds with -lNAME
15288library_names_spec=$lt_library_names_spec
15289
15290# The coded name of the library, if different from the real name.
15291soname_spec=$lt_soname_spec
15292
15293# Permission mode override for installation of shared libraries.
15294install_override_mode=$lt_install_override_mode
15295
15296# Command to use after installation of a shared archive.
15297postinstall_cmds=$lt_postinstall_cmds
15298
15299# Command to use after uninstallation of a shared archive.
15300postuninstall_cmds=$lt_postuninstall_cmds
15301
15302# Commands used to finish a libtool library installation in a directory.
15303finish_cmds=$lt_finish_cmds
15304
15305# As "finish_cmds", except a single script fragment to be evaled but
15306# not shown.
15307finish_eval=$lt_finish_eval
15308
15309# Whether we should hardcode library paths into libraries.
15310hardcode_into_libs=$hardcode_into_libs
15311
15312# Compile-time system search path for libraries.
15313sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15314
15315# Run-time system search path for libraries.
15316sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15317
15318# Whether dlopen is supported.
15319dlopen_support=$enable_dlopen
15320
15321# Whether dlopen of programs is supported.
15322dlopen_self=$enable_dlopen_self
15323
15324# Whether dlopen of statically linked programs is supported.
15325dlopen_self_static=$enable_dlopen_self_static
15326
15327# Commands to strip libraries.
15328old_striplib=$lt_old_striplib
15329striplib=$lt_striplib
15330
15331
15332# The linker used to build libraries.
15333LD=$lt_LD
15334
15335# How to create reloadable object files.
15336reload_flag=$lt_reload_flag
15337reload_cmds=$lt_reload_cmds
15338
15339# Commands used to build an old-style archive.
15340old_archive_cmds=$lt_old_archive_cmds
15341
15342# A language specific compiler.
15343CC=$lt_compiler
15344
15345# Is the compiler the GNU compiler?
15346with_gcc=$GCC
15347
15348# Compiler flag to turn off builtin functions.
15349no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15350
15351# How to pass a linker flag through the compiler.
15352wl=$lt_lt_prog_compiler_wl
15353
15354# Additional compiler flags for building library objects.
15355pic_flag=$lt_lt_prog_compiler_pic
15356
15357# Compiler flag to prevent dynamic linking.
15358link_static_flag=$lt_lt_prog_compiler_static
15359
15360# Does compiler simultaneously support -c and -o options?
15361compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15362
15363# Whether or not to add -lc for building shared libraries.
15364build_libtool_need_lc=$archive_cmds_need_lc
15365
15366# Whether or not to disallow shared libs when runtime libs are static.
15367allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15368
15369# Compiler flag to allow reflexive dlopens.
15370export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15371
15372# Compiler flag to generate shared objects directly from archives.
15373whole_archive_flag_spec=$lt_whole_archive_flag_spec
15374
15375# Whether the compiler copes with passing no objects directly.
15376compiler_needs_object=$lt_compiler_needs_object
15377
15378# Create an old-style archive from a shared archive.
15379old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15380
15381# Create a temporary old-style archive to link instead of a shared archive.
15382old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15383
15384# Commands used to build a shared archive.
15385archive_cmds=$lt_archive_cmds
15386archive_expsym_cmds=$lt_archive_expsym_cmds
15387
15388# Commands used to build a loadable module if different from building
15389# a shared archive.
15390module_cmds=$lt_module_cmds
15391module_expsym_cmds=$lt_module_expsym_cmds
15392
15393# Whether we are building with GNU ld or not.
15394with_gnu_ld=$lt_with_gnu_ld
15395
15396# Flag that allows shared libraries with undefined symbols to be built.
15397allow_undefined_flag=$lt_allow_undefined_flag
15398
15399# Flag that enforces no undefined symbols.
15400no_undefined_flag=$lt_no_undefined_flag
15401
15402# Flag to hardcode \$libdir into a binary during linking.
15403# This must work even if \$libdir does not exist
15404hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15405
15406# If ld is used when linking, flag to hardcode \$libdir into a binary
15407# during linking. This must work even if \$libdir does not exist.
15408hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15409
15410# Whether we need a single "-rpath" flag with a separated argument.
15411hardcode_libdir_separator=$lt_hardcode_libdir_separator
15412
15413# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15414# DIR into the resulting binary.
15415hardcode_direct=$hardcode_direct
15416
15417# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15418# DIR into the resulting binary and the resulting library dependency is
15419# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15420# library is relocated.
15421hardcode_direct_absolute=$hardcode_direct_absolute
15422
15423# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15424# into the resulting binary.
15425hardcode_minus_L=$hardcode_minus_L
15426
15427# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15428# into the resulting binary.
15429hardcode_shlibpath_var=$hardcode_shlibpath_var
15430
15431# Set to "yes" if building a shared library automatically hardcodes DIR
15432# into the library and all subsequent libraries and executables linked
15433# against it.
15434hardcode_automatic=$hardcode_automatic
15435
15436# Set to yes if linker adds runtime paths of dependent libraries
15437# to runtime path list.
15438inherit_rpath=$inherit_rpath
15439
15440# Whether libtool must link a program against all its dependency libraries.
15441link_all_deplibs=$link_all_deplibs
15442
15443# Fix the shell variable \$srcfile for the compiler.
15444fix_srcfile_path=$lt_fix_srcfile_path
15445
15446# Set to "yes" if exported symbols are required.
15447always_export_symbols=$always_export_symbols
15448
15449# The commands to list exported symbols.
15450export_symbols_cmds=$lt_export_symbols_cmds
15451
15452# Symbols that should not be listed in the preloaded symbols.
15453exclude_expsyms=$lt_exclude_expsyms
15454
15455# Symbols that must always be exported.
15456include_expsyms=$lt_include_expsyms
15457
15458# Commands necessary for linking programs (against libraries) with templates.
15459prelink_cmds=$lt_prelink_cmds
15460
15461# Specify filename containing input files.
15462file_list_spec=$lt_file_list_spec
15463
15464# How to hardcode a shared library path into an executable.
15465hardcode_action=$hardcode_action
15466
15467# ### END LIBTOOL CONFIG
15468
15469_LT_EOF
15470
15471 case $host_os in
15472 aix3*)
15473 cat <<\_LT_EOF >> "$cfgfile"
15474# AIX sometimes has problems with the GCC collect2 program. For some
15475# reason, if we set the COLLECT_NAMES environment variable, the problems
15476# vanish in a puff of smoke.
15477if test "X${COLLECT_NAMES+set}" != Xset; then
15478 COLLECT_NAMES=
15479 export COLLECT_NAMES
15480fi
15481_LT_EOF
15482 ;;
15483 esac
15484
15485
15486ltmain="$ac_aux_dir/ltmain.sh"
15487
15488
15489 # We use sed instead of cat because bash on DJGPP gets confused if
15490 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15491 # text mode, it properly converts lines to CR/LF. This bash problem
15492 # is reportedly fixed, but why not run on old versions too?
15493 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15494 || (rm -f "$cfgfile"; exit 1)
15495
15496 case $xsi_shell in
15497 yes)
15498 cat << \_LT_EOF >> "$cfgfile"
15499
15500# func_dirname file append nondir_replacement
15501# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15502# otherwise set result to NONDIR_REPLACEMENT.
15503func_dirname ()
15504{
15505 case ${1} in
15506 */*) func_dirname_result="${1%/*}${2}" ;;
15507 * ) func_dirname_result="${3}" ;;
15508 esac
15509}
15510
15511# func_basename file
15512func_basename ()
15513{
15514 func_basename_result="${1##*/}"
15515}
15516
15517# func_dirname_and_basename file append nondir_replacement
15518# perform func_basename and func_dirname in a single function
15519# call:
15520# dirname: Compute the dirname of FILE. If nonempty,
15521# add APPEND to the result, otherwise set result
15522# to NONDIR_REPLACEMENT.
15523# value returned in "$func_dirname_result"
15524# basename: Compute filename of FILE.
15525# value retuned in "$func_basename_result"
15526# Implementation must be kept synchronized with func_dirname
15527# and func_basename. For efficiency, we do not delegate to
15528# those functions but instead duplicate the functionality here.
15529func_dirname_and_basename ()
15530{
15531 case ${1} in
15532 */*) func_dirname_result="${1%/*}${2}" ;;
15533 * ) func_dirname_result="${3}" ;;
15534 esac
15535 func_basename_result="${1##*/}"
15536}
15537
15538# func_stripname prefix suffix name
15539# strip PREFIX and SUFFIX off of NAME.
15540# PREFIX and SUFFIX must not contain globbing or regex special
15541# characters, hashes, percent signs, but SUFFIX may contain a leading
15542# dot (in which case that matches only a dot).
15543func_stripname ()
15544{
15545 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15546 # positional parameters, so assign one to ordinary parameter first.
15547 func_stripname_result=${3}
15548 func_stripname_result=${func_stripname_result#"${1}"}
15549 func_stripname_result=${func_stripname_result%"${2}"}
15550}
15551
15552# func_opt_split
15553func_opt_split ()
15554{
15555 func_opt_split_opt=${1%%=*}
15556 func_opt_split_arg=${1#*=}
15557}
15558
15559# func_lo2o object
15560func_lo2o ()
15561{
15562 case ${1} in
15563 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15564 *) func_lo2o_result=${1} ;;
15565 esac
15566}
15567
15568# func_xform libobj-or-source
15569func_xform ()
15570{
15571 func_xform_result=${1%.*}.lo
15572}
15573
15574# func_arith arithmetic-term...
15575func_arith ()
15576{
15577 func_arith_result=$(( $* ))
15578}
15579
15580# func_len string
15581# STRING may not start with a hyphen.
15582func_len ()
15583{
15584 func_len_result=${#1}
15585}
15586
15587_LT_EOF
15588 ;;
15589 *) # Bourne compatible functions.
15590 cat << \_LT_EOF >> "$cfgfile"
15591
15592# func_dirname file append nondir_replacement
15593# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15594# otherwise set result to NONDIR_REPLACEMENT.
15595func_dirname ()
15596{
15597 # Extract subdirectory from the argument.
15598 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15599 if test "X$func_dirname_result" = "X${1}"; then
15600 func_dirname_result="${3}"
15601 else
15602 func_dirname_result="$func_dirname_result${2}"
15603 fi
15604}
15605
15606# func_basename file
15607func_basename ()
15608{
15609 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15610}
15611
15612
15613# func_stripname prefix suffix name
15614# strip PREFIX and SUFFIX off of NAME.
15615# PREFIX and SUFFIX must not contain globbing or regex special
15616# characters, hashes, percent signs, but SUFFIX may contain a leading
15617# dot (in which case that matches only a dot).
15618# func_strip_suffix prefix name
15619func_stripname ()
15620{
15621 case ${2} in
15622 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15623 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15624 esac
15625}
15626
15627# sed scripts:
15628my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15629my_sed_long_arg='1s/^-[^=]*=//'
15630
15631# func_opt_split
15632func_opt_split ()
15633{
15634 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15635 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15636}
15637
15638# func_lo2o object
15639func_lo2o ()
15640{
15641 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15642}
15643
15644# func_xform libobj-or-source
15645func_xform ()
15646{
15647 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15648}
15649
15650# func_arith arithmetic-term...
15651func_arith ()
15652{
15653 func_arith_result=`expr "$@"`
15654}
15655
15656# func_len string
15657# STRING may not start with a hyphen.
15658func_len ()
15659{
15660 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15661}
15662
15663_LT_EOF
15664esac
15665
15666case $lt_shell_append in
15667 yes)
15668 cat << \_LT_EOF >> "$cfgfile"
15669
15670# func_append var value
15671# Append VALUE to the end of shell variable VAR.
15672func_append ()
15673{
15674 eval "$1+=\$2"
15675}
15676_LT_EOF
15677 ;;
15678 *)
15679 cat << \_LT_EOF >> "$cfgfile"
15680
15681# func_append var value
15682# Append VALUE to the end of shell variable VAR.
15683func_append ()
15684{
15685 eval "$1=\$$1\$2"
15686}
15687
15688_LT_EOF
15689 ;;
15690 esac
15691
15692
15693 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15694 || (rm -f "$cfgfile"; exit 1)
15695
15696 mv -f "$cfgfile" "$ofile" ||
15697 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15698 chmod +x "$ofile"
15699
15700 ;;
4f8d4a38
DD
15701 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15702 rm -f Makesim1.tmp Makesim2.tmp Makefile
15703 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15704 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15705 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15706 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15707 <Makefile.sim >Makefile
15708 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15709 ;;
15710 "stamp-h":C) echo > stamp-h ;;
15711
15712 esac
15713done # for ac_tag
15714
15715
15716as_fn_exit 0
15717_ACEOF
15718ac_clean_files=$ac_clean_files_save
15719
15720test $ac_write_fail = 0 ||
15721 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15722
15723
15724# configure is writing to config.log, and then calls config.status.
15725# config.status does its own redirection, appending to config.log.
15726# Unfortunately, on DOS this fails, as config.log is still kept open
15727# by configure, so config.status won't be able to write to it; its
15728# output is simply discarded. So we exec the FD to /dev/null,
15729# effectively closing config.log, so it can be properly (re)opened and
15730# appended to by config.status. When coming back to configure, we
15731# need to make the FD available again.
15732if test "$no_create" != yes; then
15733 ac_cs_success=:
15734 ac_config_status_args=
15735 test "$silent" = yes &&
15736 ac_config_status_args="$ac_config_status_args --quiet"
15737 exec 5>/dev/null
15738 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15739 exec 5>>config.log
15740 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15741 # would make configure fail if this is the last instruction.
15742 $ac_cs_success || as_fn_exit $?
15743fi
15744if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15745 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15746$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15747fi
15748
15749
This page took 1.697865 seconds and 4 git commands to generate.