]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/rl78/configure
Honor an existing CC_FOR_BUILD in the environment for sim.
[thirdparty/binutils-gdb.git] / sim / rl78 / configure
CommitLineData
87326c78
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"
87326c78
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
87326c78
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
87326c78 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
87326c78
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
87326c78
DD
650RANLIB
651AR
652HDEFINES
653CC_FOR_BUILD
654INSTALL_DATA
655INSTALL_SCRIPT
656INSTALL_PROGRAM
2232061b
MF
657EGREP
658GREP
659CPP
87326c78
DD
660target_os
661target_vendor
662target_cpu
663target
664host_os
665host_vendor
666host_cpu
667host
668build_os
669build_vendor
670build_cpu
671build
672OBJEXT
673EXEEXT
674ac_ct_CC
675CPPFLAGS
676LDFLAGS
677CFLAGS
678CC
679WERROR_CFLAGS
680WARN_CFLAGS
87326c78 681sim_reserved_bits
87326c78
DD
682sim_inline
683sim_hw
684sim_hw_objs
685sim_hw_cflags
686sim_default_model
687sim_scache
688sim_float
87326c78
DD
689sim_endian
690sim_bitsize
87326c78 691sim_alignment
87326c78
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
87326c78 741enable_maintainer_mode
87326c78
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
87326c78
DD
749with_pkgversion
750with_bugurl
751'
752 ac_precious_vars='build_alias
753host_alias
754target_alias
755CC
756CFLAGS
757LDFLAGS
758LIBS
759CPPFLAGS
760CPP'
761
762
763# Initialize some variables set by options.
764ac_init_help=
765ac_init_version=false
766ac_unrecognized_opts=
767ac_unrecognized_sep=
768# The variables have the same names as the options, with
769# dashes changed to underlines.
770cache_file=/dev/null
771exec_prefix=NONE
772no_create=
773no_recursion=
774prefix=NONE
775program_prefix=NONE
776program_suffix=NONE
777program_transform_name=s,x,x,
778silent=
779site=
780srcdir=
781verbose=
782x_includes=NONE
783x_libraries=NONE
784
785# Installation directory options.
786# These are left unexpanded so users can "make install exec_prefix=/foo"
787# and all the variables that are supposed to be based on exec_prefix
788# by default will actually change.
789# Use braces instead of parens because sh, perl, etc. also accept them.
790# (The list follows the same order as the GNU Coding Standards.)
791bindir='${exec_prefix}/bin'
792sbindir='${exec_prefix}/sbin'
793libexecdir='${exec_prefix}/libexec'
794datarootdir='${prefix}/share'
795datadir='${datarootdir}'
796sysconfdir='${prefix}/etc'
797sharedstatedir='${prefix}/com'
798localstatedir='${prefix}/var'
799includedir='${prefix}/include'
800oldincludedir='/usr/include'
801docdir='${datarootdir}/doc/${PACKAGE}'
802infodir='${datarootdir}/info'
803htmldir='${docdir}'
804dvidir='${docdir}'
805pdfdir='${docdir}'
806psdir='${docdir}'
807libdir='${exec_prefix}/lib'
808localedir='${datarootdir}/locale'
809mandir='${datarootdir}/man'
810
811ac_prev=
812ac_dashdash=
813for ac_option
814do
815 # If the previous option needs an argument, assign it.
816 if test -n "$ac_prev"; then
817 eval $ac_prev=\$ac_option
818 ac_prev=
819 continue
820 fi
821
822 case $ac_option in
823 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
824 *) ac_optarg=yes ;;
825 esac
826
827 # Accept the important Cygnus configure options, so we can diagnose typos.
828
829 case $ac_dashdash$ac_option in
830 --)
831 ac_dashdash=yes ;;
832
833 -bindir | --bindir | --bindi | --bind | --bin | --bi)
834 ac_prev=bindir ;;
835 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
836 bindir=$ac_optarg ;;
837
838 -build | --build | --buil | --bui | --bu)
839 ac_prev=build_alias ;;
840 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
841 build_alias=$ac_optarg ;;
842
843 -cache-file | --cache-file | --cache-fil | --cache-fi \
844 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
845 ac_prev=cache_file ;;
846 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
847 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
848 cache_file=$ac_optarg ;;
849
850 --config-cache | -C)
851 cache_file=config.cache ;;
852
853 -datadir | --datadir | --datadi | --datad)
854 ac_prev=datadir ;;
855 -datadir=* | --datadir=* | --datadi=* | --datad=*)
856 datadir=$ac_optarg ;;
857
858 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
859 | --dataroo | --dataro | --datar)
860 ac_prev=datarootdir ;;
861 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
862 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
863 datarootdir=$ac_optarg ;;
864
865 -disable-* | --disable-*)
866 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
867 # Reject names that are not valid shell variable names.
868 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
869 as_fn_error "invalid feature name: $ac_useropt"
870 ac_useropt_orig=$ac_useropt
871 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
872 case $ac_user_opts in
873 *"
874"enable_$ac_useropt"
875"*) ;;
876 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
877 ac_unrecognized_sep=', ';;
878 esac
879 eval enable_$ac_useropt=no ;;
880
881 -docdir | --docdir | --docdi | --doc | --do)
882 ac_prev=docdir ;;
883 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
884 docdir=$ac_optarg ;;
885
886 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
887 ac_prev=dvidir ;;
888 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
889 dvidir=$ac_optarg ;;
890
891 -enable-* | --enable-*)
892 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
893 # Reject names that are not valid shell variable names.
894 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
895 as_fn_error "invalid feature name: $ac_useropt"
896 ac_useropt_orig=$ac_useropt
897 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
898 case $ac_user_opts in
899 *"
900"enable_$ac_useropt"
901"*) ;;
902 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
903 ac_unrecognized_sep=', ';;
904 esac
905 eval enable_$ac_useropt=\$ac_optarg ;;
906
907 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
908 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
909 | --exec | --exe | --ex)
910 ac_prev=exec_prefix ;;
911 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
912 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
913 | --exec=* | --exe=* | --ex=*)
914 exec_prefix=$ac_optarg ;;
915
916 -gas | --gas | --ga | --g)
917 # Obsolete; use --with-gas.
918 with_gas=yes ;;
919
920 -help | --help | --hel | --he | -h)
921 ac_init_help=long ;;
922 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
923 ac_init_help=recursive ;;
924 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
925 ac_init_help=short ;;
926
927 -host | --host | --hos | --ho)
928 ac_prev=host_alias ;;
929 -host=* | --host=* | --hos=* | --ho=*)
930 host_alias=$ac_optarg ;;
931
932 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
933 ac_prev=htmldir ;;
934 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
935 | --ht=*)
936 htmldir=$ac_optarg ;;
937
938 -includedir | --includedir | --includedi | --included | --include \
939 | --includ | --inclu | --incl | --inc)
940 ac_prev=includedir ;;
941 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
942 | --includ=* | --inclu=* | --incl=* | --inc=*)
943 includedir=$ac_optarg ;;
944
945 -infodir | --infodir | --infodi | --infod | --info | --inf)
946 ac_prev=infodir ;;
947 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
948 infodir=$ac_optarg ;;
949
950 -libdir | --libdir | --libdi | --libd)
951 ac_prev=libdir ;;
952 -libdir=* | --libdir=* | --libdi=* | --libd=*)
953 libdir=$ac_optarg ;;
954
955 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
956 | --libexe | --libex | --libe)
957 ac_prev=libexecdir ;;
958 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
959 | --libexe=* | --libex=* | --libe=*)
960 libexecdir=$ac_optarg ;;
961
962 -localedir | --localedir | --localedi | --localed | --locale)
963 ac_prev=localedir ;;
964 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
965 localedir=$ac_optarg ;;
966
967 -localstatedir | --localstatedir | --localstatedi | --localstated \
968 | --localstate | --localstat | --localsta | --localst | --locals)
969 ac_prev=localstatedir ;;
970 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
971 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
972 localstatedir=$ac_optarg ;;
973
974 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
975 ac_prev=mandir ;;
976 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
977 mandir=$ac_optarg ;;
978
979 -nfp | --nfp | --nf)
980 # Obsolete; use --without-fp.
981 with_fp=no ;;
982
983 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
984 | --no-cr | --no-c | -n)
985 no_create=yes ;;
986
987 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
988 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
989 no_recursion=yes ;;
990
991 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
992 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
993 | --oldin | --oldi | --old | --ol | --o)
994 ac_prev=oldincludedir ;;
995 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
996 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
997 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
998 oldincludedir=$ac_optarg ;;
999
1000 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1001 ac_prev=prefix ;;
1002 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1003 prefix=$ac_optarg ;;
1004
1005 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1006 | --program-pre | --program-pr | --program-p)
1007 ac_prev=program_prefix ;;
1008 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1009 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1010 program_prefix=$ac_optarg ;;
1011
1012 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1013 | --program-suf | --program-su | --program-s)
1014 ac_prev=program_suffix ;;
1015 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1016 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1017 program_suffix=$ac_optarg ;;
1018
1019 -program-transform-name | --program-transform-name \
1020 | --program-transform-nam | --program-transform-na \
1021 | --program-transform-n | --program-transform- \
1022 | --program-transform | --program-transfor \
1023 | --program-transfo | --program-transf \
1024 | --program-trans | --program-tran \
1025 | --progr-tra | --program-tr | --program-t)
1026 ac_prev=program_transform_name ;;
1027 -program-transform-name=* | --program-transform-name=* \
1028 | --program-transform-nam=* | --program-transform-na=* \
1029 | --program-transform-n=* | --program-transform-=* \
1030 | --program-transform=* | --program-transfor=* \
1031 | --program-transfo=* | --program-transf=* \
1032 | --program-trans=* | --program-tran=* \
1033 | --progr-tra=* | --program-tr=* | --program-t=*)
1034 program_transform_name=$ac_optarg ;;
1035
1036 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1037 ac_prev=pdfdir ;;
1038 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1039 pdfdir=$ac_optarg ;;
1040
1041 -psdir | --psdir | --psdi | --psd | --ps)
1042 ac_prev=psdir ;;
1043 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1044 psdir=$ac_optarg ;;
1045
1046 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1047 | -silent | --silent | --silen | --sile | --sil)
1048 silent=yes ;;
1049
1050 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1051 ac_prev=sbindir ;;
1052 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1053 | --sbi=* | --sb=*)
1054 sbindir=$ac_optarg ;;
1055
1056 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1057 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1058 | --sharedst | --shareds | --shared | --share | --shar \
1059 | --sha | --sh)
1060 ac_prev=sharedstatedir ;;
1061 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1062 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1063 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1064 | --sha=* | --sh=*)
1065 sharedstatedir=$ac_optarg ;;
1066
1067 -site | --site | --sit)
1068 ac_prev=site ;;
1069 -site=* | --site=* | --sit=*)
1070 site=$ac_optarg ;;
1071
1072 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1073 ac_prev=srcdir ;;
1074 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1075 srcdir=$ac_optarg ;;
1076
1077 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1078 | --syscon | --sysco | --sysc | --sys | --sy)
1079 ac_prev=sysconfdir ;;
1080 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1081 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1082 sysconfdir=$ac_optarg ;;
1083
1084 -target | --target | --targe | --targ | --tar | --ta | --t)
1085 ac_prev=target_alias ;;
1086 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1087 target_alias=$ac_optarg ;;
1088
1089 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1090 verbose=yes ;;
1091
1092 -version | --version | --versio | --versi | --vers | -V)
1093 ac_init_version=: ;;
1094
1095 -with-* | --with-*)
1096 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1097 # Reject names that are not valid shell variable names.
1098 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1099 as_fn_error "invalid package name: $ac_useropt"
1100 ac_useropt_orig=$ac_useropt
1101 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1102 case $ac_user_opts in
1103 *"
1104"with_$ac_useropt"
1105"*) ;;
1106 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1107 ac_unrecognized_sep=', ';;
1108 esac
1109 eval with_$ac_useropt=\$ac_optarg ;;
1110
1111 -without-* | --without-*)
1112 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1113 # Reject names that are not valid shell variable names.
1114 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1115 as_fn_error "invalid package name: $ac_useropt"
1116 ac_useropt_orig=$ac_useropt
1117 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1118 case $ac_user_opts in
1119 *"
1120"with_$ac_useropt"
1121"*) ;;
1122 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1123 ac_unrecognized_sep=', ';;
1124 esac
1125 eval with_$ac_useropt=no ;;
1126
1127 --x)
1128 # Obsolete; use --with-x.
1129 with_x=yes ;;
1130
1131 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1132 | --x-incl | --x-inc | --x-in | --x-i)
1133 ac_prev=x_includes ;;
1134 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1135 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1136 x_includes=$ac_optarg ;;
1137
1138 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1139 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1140 ac_prev=x_libraries ;;
1141 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1142 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1143 x_libraries=$ac_optarg ;;
1144
1145 -*) as_fn_error "unrecognized option: \`$ac_option'
1146Try \`$0 --help' for more information."
1147 ;;
1148
1149 *=*)
1150 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1151 # Reject names that are not valid shell variable names.
1152 case $ac_envvar in #(
1153 '' | [0-9]* | *[!_$as_cr_alnum]* )
1154 as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1155 esac
1156 eval $ac_envvar=\$ac_optarg
1157 export $ac_envvar ;;
1158
1159 *)
1160 # FIXME: should be removed in autoconf 3.0.
1161 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1162 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1163 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1164 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1165 ;;
1166
1167 esac
1168done
1169
1170if test -n "$ac_prev"; then
1171 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1172 as_fn_error "missing argument to $ac_option"
1173fi
1174
1175if test -n "$ac_unrecognized_opts"; then
1176 case $enable_option_checking in
1177 no) ;;
1178 fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1179 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1180 esac
1181fi
1182
1183# Check all directory arguments for consistency.
1184for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1185 datadir sysconfdir sharedstatedir localstatedir includedir \
1186 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1187 libdir localedir mandir
1188do
1189 eval ac_val=\$$ac_var
1190 # Remove trailing slashes.
1191 case $ac_val in
1192 */ )
1193 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1194 eval $ac_var=\$ac_val;;
1195 esac
1196 # Be sure to have absolute directory names.
1197 case $ac_val in
1198 [\\/$]* | ?:[\\/]* ) continue;;
1199 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1200 esac
1201 as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1202done
1203
1204# There might be people who depend on the old broken behavior: `$host'
1205# used to hold the argument of --host etc.
1206# FIXME: To remove some day.
1207build=$build_alias
1208host=$host_alias
1209target=$target_alias
1210
1211# FIXME: To remove some day.
1212if test "x$host_alias" != x; then
1213 if test "x$build_alias" = x; then
1214 cross_compiling=maybe
1215 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1216 If a cross compiler is detected then cross compile mode will be used." >&2
1217 elif test "x$build_alias" != "x$host_alias"; then
1218 cross_compiling=yes
1219 fi
1220fi
1221
1222ac_tool_prefix=
1223test -n "$host_alias" && ac_tool_prefix=$host_alias-
1224
1225test "$silent" = yes && exec 6>/dev/null
1226
1227
1228ac_pwd=`pwd` && test -n "$ac_pwd" &&
1229ac_ls_di=`ls -di .` &&
1230ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1231 as_fn_error "working directory cannot be determined"
1232test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1233 as_fn_error "pwd does not report name of working directory"
1234
1235
1236# Find the source files, if location was not specified.
1237if test -z "$srcdir"; then
1238 ac_srcdir_defaulted=yes
1239 # Try the directory containing this script, then the parent directory.
1240 ac_confdir=`$as_dirname -- "$as_myself" ||
1241$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1242 X"$as_myself" : 'X\(//\)[^/]' \| \
1243 X"$as_myself" : 'X\(//\)$' \| \
1244 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1245$as_echo X"$as_myself" |
1246 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1247 s//\1/
1248 q
1249 }
1250 /^X\(\/\/\)[^/].*/{
1251 s//\1/
1252 q
1253 }
1254 /^X\(\/\/\)$/{
1255 s//\1/
1256 q
1257 }
1258 /^X\(\/\).*/{
1259 s//\1/
1260 q
1261 }
1262 s/.*/./; q'`
1263 srcdir=$ac_confdir
1264 if test ! -r "$srcdir/$ac_unique_file"; then
1265 srcdir=..
1266 fi
1267else
1268 ac_srcdir_defaulted=no
1269fi
1270if test ! -r "$srcdir/$ac_unique_file"; then
1271 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1272 as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1273fi
1274ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1275ac_abs_confdir=`(
1276 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1277 pwd)`
1278# When building in place, set srcdir=.
1279if test "$ac_abs_confdir" = "$ac_pwd"; then
1280 srcdir=.
1281fi
1282# Remove unnecessary trailing slashes from srcdir.
1283# Double slashes in file names in object file debugging info
1284# mess up M-x gdb in Emacs.
1285case $srcdir in
1286*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1287esac
1288for ac_var in $ac_precious_vars; do
1289 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1290 eval ac_env_${ac_var}_value=\$${ac_var}
1291 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1292 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1293done
1294
1295#
1296# Report the --help message.
1297#
1298if test "$ac_init_help" = "long"; then
1299 # Omit some internal or obsolete options to make the list less imposing.
1300 # This message is too long to be a string in the A/UX 3.1 sh.
1301 cat <<_ACEOF
1302\`configure' configures this package to adapt to many kinds of systems.
1303
1304Usage: $0 [OPTION]... [VAR=VALUE]...
1305
1306To assign environment variables (e.g., CC, CFLAGS...), specify them as
1307VAR=VALUE. See below for descriptions of some of the useful variables.
1308
1309Defaults for the options are specified in brackets.
1310
1311Configuration:
1312 -h, --help display this help and exit
1313 --help=short display options specific to this package
1314 --help=recursive display the short help of all the included packages
1315 -V, --version display version information and exit
1316 -q, --quiet, --silent do not print \`checking...' messages
1317 --cache-file=FILE cache test results in FILE [disabled]
1318 -C, --config-cache alias for \`--cache-file=config.cache'
1319 -n, --no-create do not create output files
1320 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1321
1322Installation directories:
1323 --prefix=PREFIX install architecture-independent files in PREFIX
1324 [$ac_default_prefix]
1325 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1326 [PREFIX]
1327
1328By default, \`make install' will install all the files in
1329\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1330an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1331for instance \`--prefix=\$HOME'.
1332
1333For better control, use the options below.
1334
1335Fine tuning of the installation directories:
1336 --bindir=DIR user executables [EPREFIX/bin]
1337 --sbindir=DIR system admin executables [EPREFIX/sbin]
1338 --libexecdir=DIR program executables [EPREFIX/libexec]
1339 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1340 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1341 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1342 --libdir=DIR object code libraries [EPREFIX/lib]
1343 --includedir=DIR C header files [PREFIX/include]
1344 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1345 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1346 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1347 --infodir=DIR info documentation [DATAROOTDIR/info]
1348 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1349 --mandir=DIR man documentation [DATAROOTDIR/man]
1350 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1351 --htmldir=DIR html documentation [DOCDIR]
1352 --dvidir=DIR dvi documentation [DOCDIR]
1353 --pdfdir=DIR pdf documentation [DOCDIR]
1354 --psdir=DIR ps documentation [DOCDIR]
1355_ACEOF
1356
1357 cat <<\_ACEOF
1358
1359Program names:
1360 --program-prefix=PREFIX prepend PREFIX to installed program names
1361 --program-suffix=SUFFIX append SUFFIX to installed program names
1362 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1363
1364System types:
1365 --build=BUILD configure for building on BUILD [guessed]
1366 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1367 --target=TARGET configure for building compilers for TARGET [HOST]
1368_ACEOF
1369fi
1370
1371if test -n "$ac_init_help"; then
1372
1373 cat <<\_ACEOF
1374
1375Optional Features:
1376 --disable-option-checking ignore unrecognized --enable/--with options
1377 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1378 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1379 --enable-plugins Enable support for plugins
6bb11ab3
L
1380 --enable-shared[=PKGS] build shared libraries [default=yes]
1381 --enable-static[=PKGS] build static libraries [default=yes]
1382 --enable-fast-install[=PKGS]
1383 optimize for fast installation [default=yes]
1384 --disable-libtool-lock avoid locking (might break parallel builds)
31e6ad7d
MF
1385 --enable-maintainer-mode enable make rules and dependencies not useful
1386 (and sometimes confusing) to the casual installer
8d0978fb
MF
1387 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1388 itself)
1389 --enable-sim-stdio Specify whether to use stdio for console
1390 input/output
1391 --enable-sim-trace=opts Enable tracing of simulated programs
1392 --enable-sim-profile=opts
1393 Enable profiling flags
35656e95 1394 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1395 --enable-sim-environment=environment
1396 Specify mixed, user, virtual or operating
1397 environment
347fe5bb
MF
1398 --enable-sim-inline=inlines
1399 Specify which functions should be inlined
87326c78
DD
1400
1401Optional Packages:
1402 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1403 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1404 --with-system-zlib use installed libz
6bb11ab3
L
1405 --with-pic try to use only PIC/non-PIC objects [default=use
1406 both]
1407 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1408 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
87326c78
DD
1409 --with-bugurl=URL Direct users to URL to report a bug
1410
1411Some influential environment variables:
1412 CC C compiler command
1413 CFLAGS C compiler flags
1414 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1415 nonstandard directory <lib dir>
1416 LIBS libraries to pass to the linker, e.g. -l<library>
1417 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1418 you have headers in a nonstandard directory <include dir>
1419 CPP C preprocessor
1420
1421Use these variables to override the choices made by `configure' or to help
1422it to find libraries and programs with nonstandard names/locations.
1423
1424Report bugs to the package provider.
1425_ACEOF
1426ac_status=$?
1427fi
1428
1429if test "$ac_init_help" = "recursive"; then
1430 # If there are subdirs, report their specific --help.
1431 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1432 test -d "$ac_dir" ||
1433 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1434 continue
1435 ac_builddir=.
1436
1437case "$ac_dir" in
1438.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1439*)
1440 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1441 # A ".." for each directory in $ac_dir_suffix.
1442 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1443 case $ac_top_builddir_sub in
1444 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1445 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1446 esac ;;
1447esac
1448ac_abs_top_builddir=$ac_pwd
1449ac_abs_builddir=$ac_pwd$ac_dir_suffix
1450# for backward compatibility:
1451ac_top_builddir=$ac_top_build_prefix
1452
1453case $srcdir in
1454 .) # We are building in place.
1455 ac_srcdir=.
1456 ac_top_srcdir=$ac_top_builddir_sub
1457 ac_abs_top_srcdir=$ac_pwd ;;
1458 [\\/]* | ?:[\\/]* ) # Absolute name.
1459 ac_srcdir=$srcdir$ac_dir_suffix;
1460 ac_top_srcdir=$srcdir
1461 ac_abs_top_srcdir=$srcdir ;;
1462 *) # Relative name.
1463 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1464 ac_top_srcdir=$ac_top_build_prefix$srcdir
1465 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1466esac
1467ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1468
1469 cd "$ac_dir" || { ac_status=$?; continue; }
1470 # Check for guested configure.
1471 if test -f "$ac_srcdir/configure.gnu"; then
1472 echo &&
1473 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1474 elif test -f "$ac_srcdir/configure"; then
1475 echo &&
1476 $SHELL "$ac_srcdir/configure" --help=recursive
1477 else
1478 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1479 fi || ac_status=$?
1480 cd "$ac_pwd" || { ac_status=$?; break; }
1481 done
1482fi
1483
1484test -n "$ac_init_help" && exit $ac_status
1485if $ac_init_version; then
1486 cat <<\_ACEOF
1487configure
1488generated by GNU Autoconf 2.64
1489
1490Copyright (C) 2009 Free Software Foundation, Inc.
1491This configure script is free software; the Free Software Foundation
1492gives unlimited permission to copy, distribute and modify it.
1493_ACEOF
1494 exit
1495fi
1496
1497## ------------------------ ##
1498## Autoconf initialization. ##
1499## ------------------------ ##
1500
1501# ac_fn_c_try_compile LINENO
1502# --------------------------
1503# Try to compile conftest.$ac_ext, and return whether this succeeded.
1504ac_fn_c_try_compile ()
1505{
1506 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1507 rm -f conftest.$ac_objext
1508 if { { ac_try="$ac_compile"
1509case "(($ac_try" in
1510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1511 *) ac_try_echo=$ac_try;;
1512esac
1513eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1514$as_echo "$ac_try_echo"; } >&5
1515 (eval "$ac_compile") 2>conftest.err
1516 ac_status=$?
1517 if test -s conftest.err; then
1518 grep -v '^ *+' conftest.err >conftest.er1
1519 cat conftest.er1 >&5
1520 mv -f conftest.er1 conftest.err
1521 fi
1522 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1523 test $ac_status = 0; } && {
1524 test -z "$ac_c_werror_flag" ||
1525 test ! -s conftest.err
1526 } && test -s conftest.$ac_objext; then :
1527 ac_retval=0
1528else
1529 $as_echo "$as_me: failed program was:" >&5
1530sed 's/^/| /' conftest.$ac_ext >&5
1531
1532 ac_retval=1
1533fi
1534 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1535 return $ac_retval
1536
1537} # ac_fn_c_try_compile
1538
1539# ac_fn_c_try_cpp LINENO
1540# ----------------------
1541# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1542ac_fn_c_try_cpp ()
1543{
1544 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1545 if { { ac_try="$ac_cpp conftest.$ac_ext"
1546case "(($ac_try" in
1547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1548 *) ac_try_echo=$ac_try;;
1549esac
1550eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1551$as_echo "$ac_try_echo"; } >&5
1552 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1553 ac_status=$?
1554 if test -s conftest.err; then
1555 grep -v '^ *+' conftest.err >conftest.er1
1556 cat conftest.er1 >&5
1557 mv -f conftest.er1 conftest.err
1558 fi
1559 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1560 test $ac_status = 0; } >/dev/null && {
1561 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1562 test ! -s conftest.err
1563 }; then :
1564 ac_retval=0
1565else
1566 $as_echo "$as_me: failed program was:" >&5
1567sed 's/^/| /' conftest.$ac_ext >&5
1568
1569 ac_retval=1
1570fi
1571 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1572 return $ac_retval
1573
1574} # ac_fn_c_try_cpp
1575
1576# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1577# -------------------------------------------------------
1578# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1579# the include files in INCLUDES and setting the cache variable VAR
1580# accordingly.
1581ac_fn_c_check_header_mongrel ()
1582{
1583 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1584 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1585 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1586$as_echo_n "checking for $2... " >&6; }
1587if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1588 $as_echo_n "(cached) " >&6
1589fi
1590eval ac_res=\$$3
1591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1592$as_echo "$ac_res" >&6; }
1593else
1594 # Is the header compilable?
1595{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1596$as_echo_n "checking $2 usability... " >&6; }
1597cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1598/* end confdefs.h. */
1599$4
1600#include <$2>
1601_ACEOF
1602if ac_fn_c_try_compile "$LINENO"; then :
1603 ac_header_compiler=yes
1604else
1605 ac_header_compiler=no
1606fi
1607rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1608{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1609$as_echo "$ac_header_compiler" >&6; }
1610
1611# Is the header present?
1612{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1613$as_echo_n "checking $2 presence... " >&6; }
1614cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1615/* end confdefs.h. */
1616#include <$2>
1617_ACEOF
1618if ac_fn_c_try_cpp "$LINENO"; then :
1619 ac_header_preproc=yes
1620else
1621 ac_header_preproc=no
1622fi
1623rm -f conftest.err conftest.$ac_ext
1624{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1625$as_echo "$ac_header_preproc" >&6; }
1626
1627# So? What about this header?
1628case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1629 yes:no: )
1630 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1631$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1632 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1633$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1634 ;;
1635 no:yes:* )
1636 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1637$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1638 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1639$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1640 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1641$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1642 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1643$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1644 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1645$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1646 ;;
1647esac
1648 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1649$as_echo_n "checking for $2... " >&6; }
1650if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1651 $as_echo_n "(cached) " >&6
1652else
1653 eval "$3=\$ac_header_compiler"
1654fi
1655eval ac_res=\$$3
1656 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1657$as_echo "$ac_res" >&6; }
1658fi
1659 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1660
1661} # ac_fn_c_check_header_mongrel
1662
1663# ac_fn_c_try_run LINENO
1664# ----------------------
1665# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1666# that executables *can* be run.
1667ac_fn_c_try_run ()
1668{
1669 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1670 if { { ac_try="$ac_link"
1671case "(($ac_try" in
1672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1673 *) ac_try_echo=$ac_try;;
1674esac
1675eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1676$as_echo "$ac_try_echo"; } >&5
1677 (eval "$ac_link") 2>&5
1678 ac_status=$?
1679 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1680 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1681 { { case "(($ac_try" in
1682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1683 *) ac_try_echo=$ac_try;;
1684esac
1685eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1686$as_echo "$ac_try_echo"; } >&5
1687 (eval "$ac_try") 2>&5
1688 ac_status=$?
1689 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1690 test $ac_status = 0; }; }; then :
1691 ac_retval=0
1692else
1693 $as_echo "$as_me: program exited with status $ac_status" >&5
1694 $as_echo "$as_me: failed program was:" >&5
1695sed 's/^/| /' conftest.$ac_ext >&5
1696
1697 ac_retval=$ac_status
1698fi
1699 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1700 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1701 return $ac_retval
1702
1703} # ac_fn_c_try_run
1704
1705# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1706# -------------------------------------------------------
1707# Tests whether HEADER exists and can be compiled using the include files in
1708# INCLUDES, setting the cache variable VAR accordingly.
1709ac_fn_c_check_header_compile ()
1710{
1711 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1713$as_echo_n "checking for $2... " >&6; }
1714if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1715 $as_echo_n "(cached) " >&6
1716else
1717 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1718/* end confdefs.h. */
1719$4
1720#include <$2>
1721_ACEOF
1722if ac_fn_c_try_compile "$LINENO"; then :
1723 eval "$3=yes"
1724else
1725 eval "$3=no"
1726fi
1727rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1728fi
1729eval ac_res=\$$3
1730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1731$as_echo "$ac_res" >&6; }
1732 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1733
1734} # ac_fn_c_check_header_compile
1735
1736# ac_fn_c_try_link LINENO
1737# -----------------------
1738# Try to link conftest.$ac_ext, and return whether this succeeded.
1739ac_fn_c_try_link ()
1740{
1741 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1742 rm -f conftest.$ac_objext conftest$ac_exeext
1743 if { { ac_try="$ac_link"
1744case "(($ac_try" in
1745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1746 *) ac_try_echo=$ac_try;;
1747esac
1748eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1749$as_echo "$ac_try_echo"; } >&5
1750 (eval "$ac_link") 2>conftest.err
1751 ac_status=$?
1752 if test -s conftest.err; then
1753 grep -v '^ *+' conftest.err >conftest.er1
1754 cat conftest.er1 >&5
1755 mv -f conftest.er1 conftest.err
1756 fi
1757 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1758 test $ac_status = 0; } && {
1759 test -z "$ac_c_werror_flag" ||
1760 test ! -s conftest.err
1761 } && test -s conftest$ac_exeext && {
1762 test "$cross_compiling" = yes ||
1763 $as_test_x conftest$ac_exeext
1764 }; then :
1765 ac_retval=0
1766else
1767 $as_echo "$as_me: failed program was:" >&5
1768sed 's/^/| /' conftest.$ac_ext >&5
1769
1770 ac_retval=1
1771fi
1772 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1773 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1774 # interfere with the next link command; also delete a directory that is
1775 # left behind by Apple's compiler. We do this before executing the actions.
1776 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1777 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1778 return $ac_retval
1779
1780} # ac_fn_c_try_link
1781
1782# ac_fn_c_check_func LINENO FUNC VAR
1783# ----------------------------------
1784# Tests whether FUNC exists, setting the cache variable VAR accordingly
1785ac_fn_c_check_func ()
1786{
1787 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1788 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1789$as_echo_n "checking for $2... " >&6; }
1790if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1791 $as_echo_n "(cached) " >&6
1792else
1793 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1794/* end confdefs.h. */
1795/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1796 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1797#define $2 innocuous_$2
1798
1799/* System header to define __stub macros and hopefully few prototypes,
1800 which can conflict with char $2 (); below.
1801 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1802 <limits.h> exists even on freestanding compilers. */
1803
1804#ifdef __STDC__
1805# include <limits.h>
1806#else
1807# include <assert.h>
1808#endif
1809
1810#undef $2
1811
1812/* Override any GCC internal prototype to avoid an error.
1813 Use char because int might match the return type of a GCC
1814 builtin and then its argument prototype would still apply. */
1815#ifdef __cplusplus
1816extern "C"
1817#endif
1818char $2 ();
1819/* The GNU C library defines this for functions which it implements
1820 to always fail with ENOSYS. Some functions are actually named
1821 something starting with __ and the normal name is an alias. */
1822#if defined __stub_$2 || defined __stub___$2
1823choke me
1824#endif
1825
1826int
1827main ()
1828{
1829return $2 ();
1830 ;
1831 return 0;
1832}
1833_ACEOF
1834if ac_fn_c_try_link "$LINENO"; then :
1835 eval "$3=yes"
1836else
1837 eval "$3=no"
1838fi
1839rm -f core conftest.err conftest.$ac_objext \
1840 conftest$ac_exeext conftest.$ac_ext
1841fi
1842eval ac_res=\$$3
1843 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1844$as_echo "$ac_res" >&6; }
1845 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1846
1847} # ac_fn_c_check_func
936df756
MF
1848
1849# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1850# ----------------------------------------------------
1851# Tries to find if the field MEMBER exists in type AGGR, after including
1852# INCLUDES, setting cache variable VAR accordingly.
1853ac_fn_c_check_member ()
1854{
1855 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1856 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1857$as_echo_n "checking for $2.$3... " >&6; }
1858if { as_var=$4; eval "test \"\${$as_var+set}\" = set"; }; then :
1859 $as_echo_n "(cached) " >&6
1860else
1861 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1862/* end confdefs.h. */
1863$5
1864int
1865main ()
1866{
1867static $2 ac_aggr;
1868if (ac_aggr.$3)
1869return 0;
1870 ;
1871 return 0;
1872}
1873_ACEOF
1874if ac_fn_c_try_compile "$LINENO"; then :
1875 eval "$4=yes"
1876else
1877 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1878/* end confdefs.h. */
1879$5
1880int
1881main ()
1882{
1883static $2 ac_aggr;
1884if (sizeof ac_aggr.$3)
1885return 0;
1886 ;
1887 return 0;
1888}
1889_ACEOF
1890if ac_fn_c_try_compile "$LINENO"; then :
1891 eval "$4=yes"
1892else
1893 eval "$4=no"
1894fi
1895rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1896fi
1897rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1898fi
1899eval ac_res=\$$4
1900 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1901$as_echo "$ac_res" >&6; }
1902 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1903
1904} # ac_fn_c_check_member
1905
1906# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1907# -------------------------------------------
1908# Tests whether TYPE exists after having included INCLUDES, setting cache
1909# variable VAR accordingly.
1910ac_fn_c_check_type ()
1911{
1912 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1914$as_echo_n "checking for $2... " >&6; }
1915if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1916 $as_echo_n "(cached) " >&6
1917else
1918 eval "$3=no"
1919 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920/* end confdefs.h. */
1921$4
1922int
1923main ()
1924{
1925if (sizeof ($2))
1926 return 0;
1927 ;
1928 return 0;
1929}
1930_ACEOF
1931if ac_fn_c_try_compile "$LINENO"; then :
1932 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1933/* end confdefs.h. */
1934$4
1935int
1936main ()
1937{
1938if (sizeof (($2)))
1939 return 0;
1940 ;
1941 return 0;
1942}
1943_ACEOF
1944if ac_fn_c_try_compile "$LINENO"; then :
1945
1946else
1947 eval "$3=yes"
1948fi
1949rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1950fi
1951rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1952fi
1953eval ac_res=\$$3
1954 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1955$as_echo "$ac_res" >&6; }
1956 eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1957
1958} # ac_fn_c_check_type
87326c78
DD
1959cat >config.log <<_ACEOF
1960This file contains any messages produced by compilers while
1961running configure, to aid debugging if configure makes a mistake.
1962
1963It was created by $as_me, which was
1964generated by GNU Autoconf 2.64. Invocation command line was
1965
1966 $ $0 $@
1967
1968_ACEOF
1969exec 5>>config.log
1970{
1971cat <<_ASUNAME
1972## --------- ##
1973## Platform. ##
1974## --------- ##
1975
1976hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1977uname -m = `(uname -m) 2>/dev/null || echo unknown`
1978uname -r = `(uname -r) 2>/dev/null || echo unknown`
1979uname -s = `(uname -s) 2>/dev/null || echo unknown`
1980uname -v = `(uname -v) 2>/dev/null || echo unknown`
1981
1982/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1983/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1984
1985/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1986/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1987/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1988/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1989/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1990/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1991/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1992
1993_ASUNAME
1994
1995as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1996for as_dir in $PATH
1997do
1998 IFS=$as_save_IFS
1999 test -z "$as_dir" && as_dir=.
2000 $as_echo "PATH: $as_dir"
2001 done
2002IFS=$as_save_IFS
2003
2004} >&5
2005
2006cat >&5 <<_ACEOF
2007
2008
2009## ----------- ##
2010## Core tests. ##
2011## ----------- ##
2012
2013_ACEOF
2014
2015
2016# Keep a trace of the command line.
2017# Strip out --no-create and --no-recursion so they do not pile up.
2018# Strip out --silent because we don't want to record it for future runs.
2019# Also quote any args containing shell meta-characters.
2020# Make two passes to allow for proper duplicate-argument suppression.
2021ac_configure_args=
2022ac_configure_args0=
2023ac_configure_args1=
2024ac_must_keep_next=false
2025for ac_pass in 1 2
2026do
2027 for ac_arg
2028 do
2029 case $ac_arg in
2030 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2031 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2032 | -silent | --silent | --silen | --sile | --sil)
2033 continue ;;
2034 *\'*)
2035 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2036 esac
2037 case $ac_pass in
2038 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2039 2)
2040 as_fn_append ac_configure_args1 " '$ac_arg'"
2041 if test $ac_must_keep_next = true; then
2042 ac_must_keep_next=false # Got value, back to normal.
2043 else
2044 case $ac_arg in
2045 *=* | --config-cache | -C | -disable-* | --disable-* \
2046 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2047 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2048 | -with-* | --with-* | -without-* | --without-* | --x)
2049 case "$ac_configure_args0 " in
2050 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2051 esac
2052 ;;
2053 -* ) ac_must_keep_next=true ;;
2054 esac
2055 fi
2056 as_fn_append ac_configure_args " '$ac_arg'"
2057 ;;
2058 esac
2059 done
2060done
2061{ ac_configure_args0=; unset ac_configure_args0;}
2062{ ac_configure_args1=; unset ac_configure_args1;}
2063
2064# When interrupted or exit'd, cleanup temporary files, and complete
2065# config.log. We remove comments because anyway the quotes in there
2066# would cause problems or look ugly.
2067# WARNING: Use '\'' to represent an apostrophe within the trap.
2068# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2069trap 'exit_status=$?
2070 # Save into config.log some information that might help in debugging.
2071 {
2072 echo
2073
2074 cat <<\_ASBOX
2075## ---------------- ##
2076## Cache variables. ##
2077## ---------------- ##
2078_ASBOX
2079 echo
2080 # The following way of writing the cache mishandles newlines in values,
2081(
2082 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2083 eval ac_val=\$$ac_var
2084 case $ac_val in #(
2085 *${as_nl}*)
2086 case $ac_var in #(
2087 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2088$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2089 esac
2090 case $ac_var in #(
2091 _ | IFS | as_nl) ;; #(
2092 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2093 *) { eval $ac_var=; unset $ac_var;} ;;
2094 esac ;;
2095 esac
2096 done
2097 (set) 2>&1 |
2098 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2099 *${as_nl}ac_space=\ *)
2100 sed -n \
2101 "s/'\''/'\''\\\\'\'''\''/g;
2102 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2103 ;; #(
2104 *)
2105 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2106 ;;
2107 esac |
2108 sort
2109)
2110 echo
2111
2112 cat <<\_ASBOX
2113## ----------------- ##
2114## Output variables. ##
2115## ----------------- ##
2116_ASBOX
2117 echo
2118 for ac_var in $ac_subst_vars
2119 do
2120 eval ac_val=\$$ac_var
2121 case $ac_val in
2122 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2123 esac
2124 $as_echo "$ac_var='\''$ac_val'\''"
2125 done | sort
2126 echo
2127
2128 if test -n "$ac_subst_files"; then
2129 cat <<\_ASBOX
2130## ------------------- ##
2131## File substitutions. ##
2132## ------------------- ##
2133_ASBOX
2134 echo
2135 for ac_var in $ac_subst_files
2136 do
2137 eval ac_val=\$$ac_var
2138 case $ac_val in
2139 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2140 esac
2141 $as_echo "$ac_var='\''$ac_val'\''"
2142 done | sort
2143 echo
2144 fi
2145
2146 if test -s confdefs.h; then
2147 cat <<\_ASBOX
2148## ----------- ##
2149## confdefs.h. ##
2150## ----------- ##
2151_ASBOX
2152 echo
2153 cat confdefs.h
2154 echo
2155 fi
2156 test "$ac_signal" != 0 &&
2157 $as_echo "$as_me: caught signal $ac_signal"
2158 $as_echo "$as_me: exit $exit_status"
2159 } >&5
2160 rm -f core *.core core.conftest.* &&
2161 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2162 exit $exit_status
2163' 0
2164for ac_signal in 1 2 13 15; do
2165 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2166done
2167ac_signal=0
2168
2169# confdefs.h avoids OS command line length limits that DEFS can exceed.
2170rm -f -r conftest* confdefs.h
2171
2172$as_echo "/* confdefs.h */" > confdefs.h
2173
2174# Predefined preprocessor variables.
2175
2176cat >>confdefs.h <<_ACEOF
2177#define PACKAGE_NAME "$PACKAGE_NAME"
2178_ACEOF
2179
2180cat >>confdefs.h <<_ACEOF
2181#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2182_ACEOF
2183
2184cat >>confdefs.h <<_ACEOF
2185#define PACKAGE_VERSION "$PACKAGE_VERSION"
2186_ACEOF
2187
2188cat >>confdefs.h <<_ACEOF
2189#define PACKAGE_STRING "$PACKAGE_STRING"
2190_ACEOF
2191
2192cat >>confdefs.h <<_ACEOF
2193#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2194_ACEOF
2195
2196cat >>confdefs.h <<_ACEOF
2197#define PACKAGE_URL "$PACKAGE_URL"
2198_ACEOF
2199
2200
2201# Let the site file select an alternate cache file if it wants to.
2202# Prefer an explicitly selected file to automatically selected ones.
2203ac_site_file1=NONE
2204ac_site_file2=NONE
2205if test -n "$CONFIG_SITE"; then
2206 ac_site_file1=$CONFIG_SITE
2207elif test "x$prefix" != xNONE; then
2208 ac_site_file1=$prefix/share/config.site
2209 ac_site_file2=$prefix/etc/config.site
2210else
2211 ac_site_file1=$ac_default_prefix/share/config.site
2212 ac_site_file2=$ac_default_prefix/etc/config.site
2213fi
2214for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2215do
2216 test "x$ac_site_file" = xNONE && continue
2217 if test -r "$ac_site_file"; then
2218 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2219$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2220 sed 's/^/| /' "$ac_site_file" >&5
2221 . "$ac_site_file"
2222 fi
2223done
2224
2225if test -r "$cache_file"; then
2226 # Some versions of bash will fail to source /dev/null (special
2227 # files actually), so we avoid doing that.
2228 if test -f "$cache_file"; then
2229 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2230$as_echo "$as_me: loading cache $cache_file" >&6;}
2231 case $cache_file in
2232 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2233 *) . "./$cache_file";;
2234 esac
2235 fi
2236else
2237 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2238$as_echo "$as_me: creating cache $cache_file" >&6;}
2239 >$cache_file
2240fi
2241
2242# Check that the precious variables saved in the cache have kept the same
2243# value.
2244ac_cache_corrupted=false
2245for ac_var in $ac_precious_vars; do
2246 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2247 eval ac_new_set=\$ac_env_${ac_var}_set
2248 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2249 eval ac_new_val=\$ac_env_${ac_var}_value
2250 case $ac_old_set,$ac_new_set in
2251 set,)
2252 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2253$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2254 ac_cache_corrupted=: ;;
2255 ,set)
2256 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2257$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2258 ac_cache_corrupted=: ;;
2259 ,);;
2260 *)
2261 if test "x$ac_old_val" != "x$ac_new_val"; then
2262 # differences in whitespace do not lead to failure.
2263 ac_old_val_w=`echo x $ac_old_val`
2264 ac_new_val_w=`echo x $ac_new_val`
2265 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2266 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2267$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2268 ac_cache_corrupted=:
2269 else
2270 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2271$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2272 eval $ac_var=\$ac_old_val
2273 fi
2274 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2275$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2276 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2277$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2278 fi;;
2279 esac
2280 # Pass precious variables to config.status.
2281 if test "$ac_new_set" = set; then
2282 case $ac_new_val in
2283 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2284 *) ac_arg=$ac_var=$ac_new_val ;;
2285 esac
2286 case " $ac_configure_args " in
2287 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2288 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2289 esac
2290 fi
2291done
2292if $ac_cache_corrupted; then
2293 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2294$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2295 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2296$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2297 as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2298fi
2299## -------------------- ##
2300## Main body of script. ##
2301## -------------------- ##
2302
2303ac_ext=c
2304ac_cpp='$CPP $CPPFLAGS'
2305ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2306ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2307ac_compiler_gnu=$ac_cv_c_compiler_gnu
2308
2309
2310# This file contains common code used by all simulators.
2311#
2312# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2313# directory. It is intended to be invoked before any target specific stuff.
2314# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2315# It is intended to be invoked last.
2316#
306f4178 2317# The simulator's configure.ac should look like:
87326c78
DD
2318#
2319# dnl Process this file with autoconf to produce a configure script.
2320# AC_PREREQ(2.64)dnl
2321# AC_INIT(Makefile.in)
2322# sinclude(../common/aclocal.m4)
2323#
2324# SIM_AC_COMMON
2325#
2326# ... target specific stuff ...
2327#
2328# SIM_AC_OUTPUT
2329
2330# Include global overrides and fixes for Autoconf.
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357# _AC_CHECK_DECL_BODY
2358# -------------------
2359# Shell function body for AC_CHECK_DECL.
2360# _AC_CHECK_DECL_BODY
2361
2362# _AC_CHECK_DECLS(SYMBOL, ACTION-IF_FOUND, ACTION-IF-NOT-FOUND,
2363# INCLUDES)
2364# -------------------------------------------------------------
2365# Helper to AC_CHECK_DECLS, which generates the check for a single
2366# SYMBOL with INCLUDES, performs the AC_DEFINE, then expands
2367# ACTION-IF-FOUND or ACTION-IF-NOT-FOUND.
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
db2e4d67 2378
5c887dd5
JB
2379
2380
6bb11ab3 2381# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2382#
6bb11ab3
L
2383# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2384# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2385# Written by Gordon Matzigkeit, 1996
2386#
2387# This file is free software; the Free Software Foundation gives
2388# unlimited permission to copy and/or distribute it, with or without
2389# modifications, as long as this notice is preserved.
db2e4d67 2390
db2e4d67 2391
db2e4d67 2392
6bb11ab3 2393# serial 56 LT_INIT
db2e4d67
MF
2394
2395
6bb11ab3
L
2396# LT_PREREQ(VERSION)
2397# ------------------
2398# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2399
db2e4d67
MF
2400
2401
6bb11ab3
L
2402# _LT_CHECK_BUILDDIR
2403# ------------------
2404# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2405
2406
87326c78 2407
6bb11ab3
L
2408# LT_INIT([OPTIONS])
2409# ------------------
2410# LT_INIT
87326c78 2411
6bb11ab3
L
2412# Old names:
2413# This is what autoupdate's m4 run will expand. It fires
2414# the warning (with _au_warn_XXX), outputs it into the
2415# updated configure.ac (with AC_DIAGNOSE), and then outputs
2416# the replacement expansion.
87326c78
DD
2417
2418
6bb11ab3
L
2419# This is an auxiliary macro that is also run when
2420# autoupdate runs m4. It simply calls m4_warning, but
2421# we need a wrapper so that each warning is emitted only
2422# once. We break the quoting in m4_warning's argument in
2423# order to expand this macro's arguments, not AU_DEFUN's.
87326c78
DD
2424
2425
6bb11ab3
L
2426# Finally, this is the expansion that is picked up by
2427# autoconf. It tells the user to run autoupdate, and
2428# then outputs the replacement expansion. We do not care
2429# about autoupdate's warning because that contains
2430# information on what to do *after* running autoupdate.
87326c78 2431
6bb11ab3
L
2432# This is what autoupdate's m4 run will expand. It fires
2433# the warning (with _au_warn_XXX), outputs it into the
2434# updated configure.ac (with AC_DIAGNOSE), and then outputs
2435# the replacement expansion.
87326c78
DD
2436
2437
6bb11ab3
L
2438# This is an auxiliary macro that is also run when
2439# autoupdate runs m4. It simply calls m4_warning, but
2440# we need a wrapper so that each warning is emitted only
2441# once. We break the quoting in m4_warning's argument in
2442# order to expand this macro's arguments, not AU_DEFUN's.
87326c78
DD
2443
2444
6bb11ab3
L
2445# Finally, this is the expansion that is picked up by
2446# autoconf. It tells the user to run autoupdate, and
2447# then outputs the replacement expansion. We do not care
2448# about autoupdate's warning because that contains
2449# information on what to do *after* running autoupdate.
87326c78
DD
2450
2451
2452
6bb11ab3
L
2453# _LT_CC_BASENAME(CC)
2454# -------------------
2455# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
87326c78
DD
2456
2457
2458
6bb11ab3
L
2459# _LT_FILEUTILS_DEFAULTS
2460# ----------------------
2461# It is okay to use these file commands and assume they have been set
2462# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2463# _LT_FILEUTILS_DEFAULTS
87326c78
DD
2464
2465
6bb11ab3
L
2466# _LT_SETUP
2467# ---------
2468# _LT_SETUP
87326c78
DD
2469
2470
6bb11ab3
L
2471# _LT_PREPARE_SED_QUOTE_VARS
2472# --------------------------
2473# Define a few sed substitution that help us do robust quoting.
87326c78
DD
2474
2475
6bb11ab3
L
2476# _LT_PROG_LTMAIN
2477# ---------------
2478# Note that this code is called both from `configure', and `config.status'
2479# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2480# `config.status' has no value for ac_aux_dir unless we are using Automake,
2481# so we pass a copy along to make sure it has a sensible value anyway.
2482# _LT_PROG_LTMAIN
87326c78
DD
2483
2484
6bb11ab3
L
2485## ------------------------------------- ##
2486## Accumulate code for creating libtool. ##
2487## ------------------------------------- ##
87326c78 2488
6bb11ab3
L
2489# So that we can recreate a full libtool script including additional
2490# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2491# in macros and then make a single call at the end using the `libtool'
2492# label.
87326c78
DD
2493
2494
6bb11ab3
L
2495# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2496# ----------------------------------------
2497# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
87326c78
DD
2498
2499
6bb11ab3 2500# Initialize.
87326c78
DD
2501
2502
2503
6bb11ab3
L
2504# _LT_CONFIG_LIBTOOL([COMMANDS])
2505# ------------------------------
2506# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
87326c78
DD
2507
2508
6bb11ab3 2509# Initialize.
87326c78
DD
2510
2511
2512
6bb11ab3
L
2513# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2514# -----------------------------------------------------
87326c78
DD
2515
2516
2517
6bb11ab3
L
2518# _LT_FORMAT_COMMENT([COMMENT])
2519# -----------------------------
2520# Add leading comment marks to the start of each line, and a trailing
2521# full-stop to the whole comment if one is not present already.
87326c78
DD
2522
2523
2524
2525
6bb11ab3
L
2526## ------------------------ ##
2527## FIXME: Eliminate VARNAME ##
2528## ------------------------ ##
87326c78
DD
2529
2530
6bb11ab3
L
2531# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2532# -------------------------------------------------------------------
2533# CONFIGNAME is the name given to the value in the libtool script.
2534# VARNAME is the (base) name used in the configure script.
2535# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2536# VARNAME. Any other value will be used directly.
87326c78 2537
87326c78
DD
2538
2539
6bb11ab3
L
2540# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2541# --------------------------------------------------------
87326c78
DD
2542
2543
2544
6bb11ab3
L
2545# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2546# ------------------------------------------------
87326c78
DD
2547
2548
2549
6bb11ab3
L
2550# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2551# ---------------------------------------------------------
87326c78
DD
2552
2553
2554
6bb11ab3
L
2555# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2556# --------------------------------------------------
87326c78
DD
2557
2558
2559
6bb11ab3
L
2560# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2561# ---------------------------------------------------
87326c78
DD
2562
2563
2564
6bb11ab3
L
2565# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2566# ---------------------------------------------------
87326c78
DD
2567
2568
2569
2570
6bb11ab3
L
2571# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2572# ------------------------------------------------
87326c78
DD
2573
2574
2575
2576
6bb11ab3
L
2577# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2578# ------------------------------------
2579# Quote a variable value, and forward it to `config.status' so that its
2580# declaration there will have the same value as in `configure'. VARNAME
2581# must have a single quote delimited value for this to work.
87326c78
DD
2582
2583
2584
6bb11ab3
L
2585# _LT_CONFIG_STATUS_DECLARATIONS
2586# ------------------------------
2587# We delimit libtool config variables with single quotes, so when
2588# we write them to config.status, we have to be sure to quote all
2589# embedded single quotes properly. In configure, this macro expands
2590# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2591#
2592# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
87326c78
DD
2593
2594
2595
6bb11ab3
L
2596# _LT_LIBTOOL_TAGS
2597# ----------------
2598# Output comment and list of tags supported by the script
87326c78
DD
2599
2600
2601
6bb11ab3
L
2602# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2603# -----------------------------------
2604# Extract the dictionary values for VARNAME (optionally with TAG) and
2605# expand to a commented shell variable setting:
2606#
2607# # Some comment about what VAR is for.
2608# visible_name=$lt_internal_name
87326c78
DD
2609
2610
87326c78 2611
6bb11ab3
L
2612# _LT_LIBTOOL_CONFIG_VARS
2613# -----------------------
2614# Produce commented declarations of non-tagged libtool config variables
2615# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2616# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2617# section) are produced by _LT_LIBTOOL_TAG_VARS.
87326c78
DD
2618
2619
2620
6bb11ab3
L
2621# _LT_LIBTOOL_TAG_VARS(TAG)
2622# -------------------------
87326c78
DD
2623
2624
2625
6bb11ab3
L
2626# _LT_TAGVAR(VARNAME, [TAGNAME])
2627# ------------------------------
87326c78
DD
2628
2629
2630
6bb11ab3
L
2631# _LT_CONFIG_COMMANDS
2632# -------------------
2633# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2634# variables for single and double quote escaping we saved from calls
2635# to _LT_DECL, we can put quote escaped variables declarations
2636# into `config.status', and then the shell code to quote escape them in
2637# for loops in `config.status'. Finally, any additional code accumulated
2638# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2639#_LT_CONFIG_COMMANDS
2640
2641
2642# Initialize.
2643
2644
2645# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2646# ------------------------------------
2647# Generate a child script FILE with all initialization necessary to
2648# reuse the environment learned by the parent script, and make the
2649# file executable. If COMMENT is supplied, it is inserted after the
2650# `#!' sequence but before initialization text begins. After this
2651# macro, additional text can be appended to FILE to form the body of
2652# the child script. The macro ends with non-zero status if the
2653# file could not be fully written (such as if the disk is full).
2654# _LT_GENERATED_FILE_INIT
2655
2656# LT_OUTPUT
2657# ---------
2658# This macro allows early generation of the libtool script (before
2659# AC_OUTPUT is called), incase it is used in configure for compilation
2660# tests.
2661# LT_OUTPUT
2662
2663
2664# _LT_CONFIG(TAG)
2665# ---------------
2666# If TAG is the built-in tag, create an initial libtool script with a
2667# default configuration from the untagged config vars. Otherwise add code
2668# to config.status for appending the configuration named by TAG from the
2669# matching tagged config vars.
2670# _LT_CONFIG
87326c78
DD
2671
2672
6bb11ab3
L
2673# LT_SUPPORTED_TAG(TAG)
2674# ---------------------
2675# Trace this macro to discover what tags are supported by the libtool
2676# --tag option, using:
2677# autoconf --trace 'LT_SUPPORTED_TAG:$1'
87326c78 2678
87326c78 2679
87326c78 2680
6bb11ab3 2681# C support is built-in for now
87326c78 2682
87326c78
DD
2683
2684
2685
6bb11ab3
L
2686# LT_LANG(LANG)
2687# -------------
2688# Enable libtool support for the given language if not already enabled.
2689# LT_LANG
87326c78
DD
2690
2691
6bb11ab3
L
2692# _LT_LANG(LANGNAME)
2693# ------------------
2694# _LT_LANG
87326c78
DD
2695
2696
6bb11ab3
L
2697# _LT_LANG_DEFAULT_CONFIG
2698# -----------------------
2699# _LT_LANG_DEFAULT_CONFIG
87326c78 2700
6bb11ab3
L
2701# Obsolete macros:
2702# This is what autoupdate's m4 run will expand. It fires
2703# the warning (with _au_warn_XXX), outputs it into the
2704# updated configure.ac (with AC_DIAGNOSE), and then outputs
2705# the replacement expansion.
87326c78 2706
87326c78 2707
6bb11ab3
L
2708# This is an auxiliary macro that is also run when
2709# autoupdate runs m4. It simply calls m4_warning, but
2710# we need a wrapper so that each warning is emitted only
2711# once. We break the quoting in m4_warning's argument in
2712# order to expand this macro's arguments, not AU_DEFUN's.
87326c78 2713
87326c78 2714
6bb11ab3
L
2715# Finally, this is the expansion that is picked up by
2716# autoconf. It tells the user to run autoupdate, and
2717# then outputs the replacement expansion. We do not care
2718# about autoupdate's warning because that contains
2719# information on what to do *after* running autoupdate.
87326c78 2720
6bb11ab3
L
2721# This is what autoupdate's m4 run will expand. It fires
2722# the warning (with _au_warn_XXX), outputs it into the
2723# updated configure.ac (with AC_DIAGNOSE), and then outputs
2724# the replacement expansion.
87326c78
DD
2725
2726
6bb11ab3
L
2727# This is an auxiliary macro that is also run when
2728# autoupdate runs m4. It simply calls m4_warning, but
2729# we need a wrapper so that each warning is emitted only
2730# once. We break the quoting in m4_warning's argument in
2731# order to expand this macro's arguments, not AU_DEFUN's.
87326c78
DD
2732
2733
6bb11ab3
L
2734# Finally, this is the expansion that is picked up by
2735# autoconf. It tells the user to run autoupdate, and
2736# then outputs the replacement expansion. We do not care
2737# about autoupdate's warning because that contains
2738# information on what to do *after* running autoupdate.
87326c78 2739
6bb11ab3
L
2740# This is what autoupdate's m4 run will expand. It fires
2741# the warning (with _au_warn_XXX), outputs it into the
2742# updated configure.ac (with AC_DIAGNOSE), and then outputs
2743# the replacement expansion.
87326c78
DD
2744
2745
6bb11ab3
L
2746# This is an auxiliary macro that is also run when
2747# autoupdate runs m4. It simply calls m4_warning, but
2748# we need a wrapper so that each warning is emitted only
2749# once. We break the quoting in m4_warning's argument in
2750# order to expand this macro's arguments, not AU_DEFUN's.
87326c78
DD
2751
2752
6bb11ab3
L
2753# Finally, this is the expansion that is picked up by
2754# autoconf. It tells the user to run autoupdate, and
2755# then outputs the replacement expansion. We do not care
2756# about autoupdate's warning because that contains
2757# information on what to do *after* running autoupdate.
87326c78 2758
6bb11ab3
L
2759# This is what autoupdate's m4 run will expand. It fires
2760# the warning (with _au_warn_XXX), outputs it into the
2761# updated configure.ac (with AC_DIAGNOSE), and then outputs
2762# the replacement expansion.
87326c78
DD
2763
2764
6bb11ab3
L
2765# This is an auxiliary macro that is also run when
2766# autoupdate runs m4. It simply calls m4_warning, but
2767# we need a wrapper so that each warning is emitted only
2768# once. We break the quoting in m4_warning's argument in
2769# order to expand this macro's arguments, not AU_DEFUN's.
87326c78
DD
2770
2771
6bb11ab3
L
2772# Finally, this is the expansion that is picked up by
2773# autoconf. It tells the user to run autoupdate, and
2774# then outputs the replacement expansion. We do not care
2775# about autoupdate's warning because that contains
2776# information on what to do *after* running autoupdate.
87326c78 2777
6bb11ab3
L
2778# This is what autoupdate's m4 run will expand. It fires
2779# the warning (with _au_warn_XXX), outputs it into the
2780# updated configure.ac (with AC_DIAGNOSE), and then outputs
2781# the replacement expansion.
87326c78
DD
2782
2783
6bb11ab3
L
2784# This is an auxiliary macro that is also run when
2785# autoupdate runs m4. It simply calls m4_warning, but
2786# we need a wrapper so that each warning is emitted only
2787# once. We break the quoting in m4_warning's argument in
2788# order to expand this macro's arguments, not AU_DEFUN's.
87326c78
DD
2789
2790
6bb11ab3
L
2791# Finally, this is the expansion that is picked up by
2792# autoconf. It tells the user to run autoupdate, and
2793# then outputs the replacement expansion. We do not care
2794# about autoupdate's warning because that contains
2795# information on what to do *after* running autoupdate.
87326c78
DD
2796
2797
2798
6bb11ab3
L
2799# _LT_TAG_COMPILER
2800# ----------------
2801# _LT_TAG_COMPILER
87326c78
DD
2802
2803
6bb11ab3
L
2804# _LT_COMPILER_BOILERPLATE
2805# ------------------------
2806# Check for compiler boilerplate output or warnings with
2807# the simple compiler test code.
2808# _LT_COMPILER_BOILERPLATE
87326c78 2809
87326c78 2810
6bb11ab3
L
2811# _LT_LINKER_BOILERPLATE
2812# ----------------------
2813# Check for linker boilerplate output or warnings with
2814# the simple link test code.
2815# _LT_LINKER_BOILERPLATE
87326c78 2816
6bb11ab3
L
2817# _LT_REQUIRED_DARWIN_CHECKS
2818# -------------------------
87326c78 2819
87326c78 2820
87326c78 2821
6bb11ab3
L
2822# _LT_DARWIN_LINKER_FEATURES
2823# --------------------------
2824# Checks for linker and compiler features on darwin
87326c78 2825
87326c78 2826
6bb11ab3
L
2827# _LT_SYS_MODULE_PATH_AIX
2828# -----------------------
2829# Links a minimal program and checks the executable
2830# for the system default hardcoded library path. In most cases,
2831# this is /usr/lib:/lib, but when the MPI compilers are used
2832# the location of the communication and MPI libs are included too.
2833# If we don't find anything, use the default library path according
2834# to the aix ld manual.
2835# _LT_SYS_MODULE_PATH_AIX
87326c78
DD
2836
2837
6bb11ab3
L
2838# _LT_SHELL_INIT(ARG)
2839# -------------------
2840# _LT_SHELL_INIT
87326c78 2841
87326c78
DD
2842
2843
6bb11ab3
L
2844# _LT_PROG_ECHO_BACKSLASH
2845# -----------------------
2846# Find how we can fake an echo command that does not interpret backslash.
2847# In particular, with Autoconf 2.60 or later we add some code to the start
2848# of the generated configure script which will find a shell with a builtin
2849# printf (which we can use as an echo command).
2850# _LT_PROG_ECHO_BACKSLASH
87326c78 2851
87326c78 2852
6bb11ab3
L
2853# _LT_ENABLE_LOCK
2854# ---------------
2855# _LT_ENABLE_LOCK
87326c78 2856
87326c78 2857
6bb11ab3
L
2858# _LT_CMD_OLD_ARCHIVE
2859# -------------------
2860# _LT_CMD_OLD_ARCHIVE
87326c78
DD
2861
2862
6bb11ab3
L
2863# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2864# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2865# ----------------------------------------------------------------
2866# Check whether the given compiler option works
2867# _LT_COMPILER_OPTION
87326c78 2868
6bb11ab3
L
2869# Old name:
2870# This is what autoupdate's m4 run will expand. It fires
2871# the warning (with _au_warn_XXX), outputs it into the
2872# updated configure.ac (with AC_DIAGNOSE), and then outputs
2873# the replacement expansion.
87326c78 2874
87326c78 2875
6bb11ab3
L
2876# This is an auxiliary macro that is also run when
2877# autoupdate runs m4. It simply calls m4_warning, but
2878# we need a wrapper so that each warning is emitted only
2879# once. We break the quoting in m4_warning's argument in
2880# order to expand this macro's arguments, not AU_DEFUN's.
87326c78 2881
87326c78 2882
6bb11ab3
L
2883# Finally, this is the expansion that is picked up by
2884# autoconf. It tells the user to run autoupdate, and
2885# then outputs the replacement expansion. We do not care
2886# about autoupdate's warning because that contains
2887# information on what to do *after* running autoupdate.
87326c78 2888
87326c78 2889
87326c78 2890
6bb11ab3
L
2891# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2892# [ACTION-SUCCESS], [ACTION-FAILURE])
2893# ----------------------------------------------------
2894# Check whether the given linker option works
2895# _LT_LINKER_OPTION
87326c78 2896
6bb11ab3
L
2897# Old name:
2898# This is what autoupdate's m4 run will expand. It fires
2899# the warning (with _au_warn_XXX), outputs it into the
2900# updated configure.ac (with AC_DIAGNOSE), and then outputs
2901# the replacement expansion.
87326c78 2902
87326c78 2903
6bb11ab3
L
2904# This is an auxiliary macro that is also run when
2905# autoupdate runs m4. It simply calls m4_warning, but
2906# we need a wrapper so that each warning is emitted only
2907# once. We break the quoting in m4_warning's argument in
2908# order to expand this macro's arguments, not AU_DEFUN's.
87326c78 2909
87326c78 2910
6bb11ab3
L
2911# Finally, this is the expansion that is picked up by
2912# autoconf. It tells the user to run autoupdate, and
2913# then outputs the replacement expansion. We do not care
2914# about autoupdate's warning because that contains
2915# information on what to do *after* running autoupdate.
2916
2917
2918
2919# LT_CMD_MAX_LEN
2920#---------------
2921# LT_CMD_MAX_LEN
2922
2923# Old name:
2924# This is what autoupdate's m4 run will expand. It fires
2925# the warning (with _au_warn_XXX), outputs it into the
2926# updated configure.ac (with AC_DIAGNOSE), and then outputs
2927# the replacement expansion.
2928
2929
2930# This is an auxiliary macro that is also run when
2931# autoupdate runs m4. It simply calls m4_warning, but
2932# we need a wrapper so that each warning is emitted only
2933# once. We break the quoting in m4_warning's argument in
2934# order to expand this macro's arguments, not AU_DEFUN's.
2935
2936
2937# Finally, this is the expansion that is picked up by
2938# autoconf. It tells the user to run autoupdate, and
2939# then outputs the replacement expansion. We do not care
2940# about autoupdate's warning because that contains
2941# information on what to do *after* running autoupdate.
2942
2943
2944
2945# _LT_HEADER_DLFCN
2946# ----------------
2947# _LT_HEADER_DLFCN
2948
2949
2950# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2951# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2952# ----------------------------------------------------------------
2953# _LT_TRY_DLOPEN_SELF
2954
2955
2956# LT_SYS_DLOPEN_SELF
2957# ------------------
2958# LT_SYS_DLOPEN_SELF
2959
2960# Old name:
2961# This is what autoupdate's m4 run will expand. It fires
2962# the warning (with _au_warn_XXX), outputs it into the
2963# updated configure.ac (with AC_DIAGNOSE), and then outputs
2964# the replacement expansion.
2965
2966
2967# This is an auxiliary macro that is also run when
2968# autoupdate runs m4. It simply calls m4_warning, but
2969# we need a wrapper so that each warning is emitted only
2970# once. We break the quoting in m4_warning's argument in
2971# order to expand this macro's arguments, not AU_DEFUN's.
2972
2973
2974# Finally, this is the expansion that is picked up by
2975# autoconf. It tells the user to run autoupdate, and
2976# then outputs the replacement expansion. We do not care
2977# about autoupdate's warning because that contains
2978# information on what to do *after* running autoupdate.
2979
2980
2981
2982# _LT_COMPILER_C_O([TAGNAME])
2983# ---------------------------
2984# Check to see if options -c and -o are simultaneously supported by compiler.
2985# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2986# _LT_COMPILER_C_O
2987
2988
2989# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2990# ----------------------------------
2991# Check to see if we can do hard links to lock some files if needed
2992# _LT_COMPILER_FILE_LOCKS
2993
2994
2995# _LT_CHECK_OBJDIR
2996# ----------------
2997# _LT_CHECK_OBJDIR
2998
2999
3000# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3001# --------------------------------------
3002# Check hardcoding attributes.
3003# _LT_LINKER_HARDCODE_LIBPATH
3004
3005
3006# _LT_CMD_STRIPLIB
3007# ----------------
3008# _LT_CMD_STRIPLIB
3009
3010
3011# _LT_SYS_DYNAMIC_LINKER([TAG])
3012# -----------------------------
3013# PORTME Fill in your ld.so characteristics
3014# _LT_SYS_DYNAMIC_LINKER
3015
3016
3017# _LT_PATH_TOOL_PREFIX(TOOL)
3018# --------------------------
3019# find a file program which can recognize shared library
3020# _LT_PATH_TOOL_PREFIX
3021
3022# Old name:
3023# This is what autoupdate's m4 run will expand. It fires
3024# the warning (with _au_warn_XXX), outputs it into the
3025# updated configure.ac (with AC_DIAGNOSE), and then outputs
3026# the replacement expansion.
3027
3028
3029# This is an auxiliary macro that is also run when
3030# autoupdate runs m4. It simply calls m4_warning, but
3031# we need a wrapper so that each warning is emitted only
3032# once. We break the quoting in m4_warning's argument in
3033# order to expand this macro's arguments, not AU_DEFUN's.
3034
3035
3036# Finally, this is the expansion that is picked up by
3037# autoconf. It tells the user to run autoupdate, and
3038# then outputs the replacement expansion. We do not care
3039# about autoupdate's warning because that contains
3040# information on what to do *after* running autoupdate.
3041
3042
3043
3044# _LT_PATH_MAGIC
3045# --------------
3046# find a file program which can recognize a shared library
3047# _LT_PATH_MAGIC
3048
3049
3050# LT_PATH_LD
3051# ----------
3052# find the pathname to the GNU or non-GNU linker
3053# LT_PATH_LD
3054
3055# Old names:
3056# This is what autoupdate's m4 run will expand. It fires
3057# the warning (with _au_warn_XXX), outputs it into the
3058# updated configure.ac (with AC_DIAGNOSE), and then outputs
3059# the replacement expansion.
3060
3061
3062# This is an auxiliary macro that is also run when
3063# autoupdate runs m4. It simply calls m4_warning, but
3064# we need a wrapper so that each warning is emitted only
3065# once. We break the quoting in m4_warning's argument in
3066# order to expand this macro's arguments, not AU_DEFUN's.
3067
3068
3069# Finally, this is the expansion that is picked up by
3070# autoconf. It tells the user to run autoupdate, and
3071# then outputs the replacement expansion. We do not care
3072# about autoupdate's warning because that contains
3073# information on what to do *after* running autoupdate.
3074
3075# This is what autoupdate's m4 run will expand. It fires
3076# the warning (with _au_warn_XXX), outputs it into the
3077# updated configure.ac (with AC_DIAGNOSE), and then outputs
3078# the replacement expansion.
3079
3080
3081# This is an auxiliary macro that is also run when
3082# autoupdate runs m4. It simply calls m4_warning, but
3083# we need a wrapper so that each warning is emitted only
3084# once. We break the quoting in m4_warning's argument in
3085# order to expand this macro's arguments, not AU_DEFUN's.
3086
3087
3088# Finally, this is the expansion that is picked up by
3089# autoconf. It tells the user to run autoupdate, and
3090# then outputs the replacement expansion. We do not care
3091# about autoupdate's warning because that contains
3092# information on what to do *after* running autoupdate.
3093
3094
3095
3096# _LT_PATH_LD_GNU
3097#- --------------
3098# _LT_PATH_LD_GNU
3099
3100
3101# _LT_CMD_RELOAD
3102# --------------
3103# find reload flag for linker
3104# -- PORTME Some linkers may need a different reload flag.
3105# _LT_CMD_RELOAD
3106
3107
3108# _LT_CHECK_MAGIC_METHOD
3109# ----------------------
3110# how to check for library dependencies
3111# -- PORTME fill in with the dynamic library characteristics
3112# _LT_CHECK_MAGIC_METHOD
3113
3114
3115# LT_PATH_NM
3116# ----------
3117# find the pathname to a BSD- or MS-compatible name lister
3118# LT_PATH_NM
3119
3120# Old names:
3121# This is what autoupdate's m4 run will expand. It fires
3122# the warning (with _au_warn_XXX), outputs it into the
3123# updated configure.ac (with AC_DIAGNOSE), and then outputs
3124# the replacement expansion.
3125
3126
3127# This is an auxiliary macro that is also run when
3128# autoupdate runs m4. It simply calls m4_warning, but
3129# we need a wrapper so that each warning is emitted only
3130# once. We break the quoting in m4_warning's argument in
3131# order to expand this macro's arguments, not AU_DEFUN's.
3132
3133
3134# Finally, this is the expansion that is picked up by
3135# autoconf. It tells the user to run autoupdate, and
3136# then outputs the replacement expansion. We do not care
3137# about autoupdate's warning because that contains
3138# information on what to do *after* running autoupdate.
3139
3140# This is what autoupdate's m4 run will expand. It fires
3141# the warning (with _au_warn_XXX), outputs it into the
3142# updated configure.ac (with AC_DIAGNOSE), and then outputs
3143# the replacement expansion.
3144
3145
3146# This is an auxiliary macro that is also run when
3147# autoupdate runs m4. It simply calls m4_warning, but
3148# we need a wrapper so that each warning is emitted only
3149# once. We break the quoting in m4_warning's argument in
3150# order to expand this macro's arguments, not AU_DEFUN's.
3151
3152
3153# Finally, this is the expansion that is picked up by
3154# autoconf. It tells the user to run autoupdate, and
3155# then outputs the replacement expansion. We do not care
3156# about autoupdate's warning because that contains
3157# information on what to do *after* running autoupdate.
3158
3159
3160
3161# LT_LIB_M
3162# --------
3163# check for math library
3164# LT_LIB_M
3165
3166# Old name:
3167# This is what autoupdate's m4 run will expand. It fires
3168# the warning (with _au_warn_XXX), outputs it into the
3169# updated configure.ac (with AC_DIAGNOSE), and then outputs
3170# the replacement expansion.
3171
3172
3173# This is an auxiliary macro that is also run when
3174# autoupdate runs m4. It simply calls m4_warning, but
3175# we need a wrapper so that each warning is emitted only
3176# once. We break the quoting in m4_warning's argument in
3177# order to expand this macro's arguments, not AU_DEFUN's.
3178
3179
3180# Finally, this is the expansion that is picked up by
3181# autoconf. It tells the user to run autoupdate, and
3182# then outputs the replacement expansion. We do not care
3183# about autoupdate's warning because that contains
3184# information on what to do *after* running autoupdate.
3185
3186
3187
3188# _LT_COMPILER_NO_RTTI([TAGNAME])
3189# -------------------------------
3190# _LT_COMPILER_NO_RTTI
3191
3192
3193# _LT_CMD_GLOBAL_SYMBOLS
3194# ----------------------
3195 # _LT_CMD_GLOBAL_SYMBOLS
3196
3197
3198# _LT_COMPILER_PIC([TAGNAME])
3199# ---------------------------
3200# _LT_COMPILER_PIC
3201
3202
3203# _LT_LINKER_SHLIBS([TAGNAME])
3204# ----------------------------
3205# See if the linker supports building shared libraries.
3206# _LT_LINKER_SHLIBS
3207
3208
3209# _LT_LANG_C_CONFIG([TAG])
3210# ------------------------
3211# Ensure that the configuration variables for a C compiler are suitably
3212# defined. These variables are subsequently used by _LT_CONFIG to write
3213# the compiler configuration to `libtool'.
3214# _LT_LANG_C_CONFIG
3215
3216
3217# _LT_LANG_CXX_CONFIG([TAG])
3218# --------------------------
3219# Ensure that the configuration variables for a C++ compiler are suitably
3220# defined. These variables are subsequently used by _LT_CONFIG to write
3221# the compiler configuration to `libtool'.
3222# _LT_LANG_CXX_CONFIG
3223
3224
3225# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3226# ---------------------------------
3227# Figure out "hidden" library dependencies from verbose
3228# compiler output when linking a shared library.
3229# Parse the compiler output and extract the necessary
3230# objects, libraries and library flags.
3231# _LT_SYS_HIDDEN_LIBDEPS
3232
3233
3234# _LT_LANG_F77_CONFIG([TAG])
3235# --------------------------
3236# Ensure that the configuration variables for a Fortran 77 compiler are
3237# suitably defined. These variables are subsequently used by _LT_CONFIG
3238# to write the compiler configuration to `libtool'.
3239# _LT_LANG_F77_CONFIG
3240
3241
3242# _LT_LANG_FC_CONFIG([TAG])
3243# -------------------------
3244# Ensure that the configuration variables for a Fortran compiler are
3245# suitably defined. These variables are subsequently used by _LT_CONFIG
3246# to write the compiler configuration to `libtool'.
3247# _LT_LANG_FC_CONFIG
3248
3249
3250# _LT_LANG_GCJ_CONFIG([TAG])
3251# --------------------------
3252# Ensure that the configuration variables for the GNU Java Compiler compiler
3253# are suitably defined. These variables are subsequently used by _LT_CONFIG
3254# to write the compiler configuration to `libtool'.
3255# _LT_LANG_GCJ_CONFIG
3256
3257
3258# _LT_LANG_RC_CONFIG([TAG])
3259# -------------------------
3260# Ensure that the configuration variables for the Windows resource compiler
3261# are suitably defined. These variables are subsequently used by _LT_CONFIG
3262# to write the compiler configuration to `libtool'.
3263# _LT_LANG_RC_CONFIG
3264
3265
3266# LT_PROG_GCJ
3267# -----------
3268
3269
3270# Old name:
3271# This is what autoupdate's m4 run will expand. It fires
3272# the warning (with _au_warn_XXX), outputs it into the
3273# updated configure.ac (with AC_DIAGNOSE), and then outputs
3274# the replacement expansion.
3275
3276
3277# This is an auxiliary macro that is also run when
3278# autoupdate runs m4. It simply calls m4_warning, but
3279# we need a wrapper so that each warning is emitted only
3280# once. We break the quoting in m4_warning's argument in
3281# order to expand this macro's arguments, not AU_DEFUN's.
3282
3283
3284# Finally, this is the expansion that is picked up by
3285# autoconf. It tells the user to run autoupdate, and
3286# then outputs the replacement expansion. We do not care
3287# about autoupdate's warning because that contains
3288# information on what to do *after* running autoupdate.
3289
3290
3291
3292# LT_PROG_RC
3293# ----------
3294
3295
3296# Old name:
3297# This is what autoupdate's m4 run will expand. It fires
3298# the warning (with _au_warn_XXX), outputs it into the
3299# updated configure.ac (with AC_DIAGNOSE), and then outputs
3300# the replacement expansion.
3301
3302
3303# This is an auxiliary macro that is also run when
3304# autoupdate runs m4. It simply calls m4_warning, but
3305# we need a wrapper so that each warning is emitted only
3306# once. We break the quoting in m4_warning's argument in
3307# order to expand this macro's arguments, not AU_DEFUN's.
3308
3309
3310# Finally, this is the expansion that is picked up by
3311# autoconf. It tells the user to run autoupdate, and
3312# then outputs the replacement expansion. We do not care
3313# about autoupdate's warning because that contains
3314# information on what to do *after* running autoupdate.
3315
3316
3317
3318# _LT_DECL_EGREP
3319# --------------
3320# If we don't have a new enough Autoconf to choose the best grep
3321# available, choose the one first in the user's PATH.
3322
3323
3324
3325# _LT_DECL_OBJDUMP
3326# --------------
3327# If we don't have a new enough Autoconf to choose the best objdump
3328# available, choose the one first in the user's PATH.
3329
3330
3331
3332# _LT_DECL_SED
3333# ------------
3334# Check for a fully-functional sed program, that truncates
3335# as few characters as possible. Prefer GNU sed if found.
3336# _LT_DECL_SED
3337
3338#m4_ifndef
3339
3340# Old name:
3341# This is what autoupdate's m4 run will expand. It fires
3342# the warning (with _au_warn_XXX), outputs it into the
3343# updated configure.ac (with AC_DIAGNOSE), and then outputs
3344# the replacement expansion.
3345
3346
3347# This is an auxiliary macro that is also run when
3348# autoupdate runs m4. It simply calls m4_warning, but
3349# we need a wrapper so that each warning is emitted only
3350# once. We break the quoting in m4_warning's argument in
3351# order to expand this macro's arguments, not AU_DEFUN's.
3352
3353
3354# Finally, this is the expansion that is picked up by
3355# autoconf. It tells the user to run autoupdate, and
3356# then outputs the replacement expansion. We do not care
3357# about autoupdate's warning because that contains
3358# information on what to do *after* running autoupdate.
3359
3360
3361
3362# _LT_CHECK_SHELL_FEATURES
3363# ------------------------
3364# Find out whether the shell is Bourne or XSI compatible,
3365# or has some other useful features.
3366# _LT_CHECK_SHELL_FEATURES
3367
3368
3369# _LT_PROG_XSI_SHELLFNS
3370# ---------------------
3371# Bourne and XSI compatible variants of some useful shell functions.
3372
3373
3374# Helper functions for option handling. -*- Autoconf -*-
3375#
3376# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3377# Inc.
3378# Written by Gary V. Vaughan, 2004
3379#
3380# This file is free software; the Free Software Foundation gives
3381# unlimited permission to copy and/or distribute it, with or without
3382# modifications, as long as this notice is preserved.
3383
3384# serial 6 ltoptions.m4
3385
3386# This is to help aclocal find these macros, as it can't see m4_define.
3387
3388
3389
3390# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3391# ------------------------------------------
3392
3393
3394
3395# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3396# ---------------------------------------
3397# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3398# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3399# saved as a flag.
3400
3401
3402
3403# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3404# ------------------------------------------------------------
3405# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3406
3407
3408
3409# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3410# -------------------------------------------------------
3411# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3412# are set.
3413
3414
3415
3416# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3417# ----------------------------------------
3418# OPTION-LIST is a space-separated list of Libtool options associated
3419# with MACRO-NAME. If any OPTION has a matching handler declared with
3420# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3421# the unknown option and exit.
3422# _LT_SET_OPTIONS
3423
3424
3425## --------------------------------- ##
3426## Macros to handle LT_INIT options. ##
3427## --------------------------------- ##
3428
3429# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3430# -----------------------------------------
3431
3432
3433
3434# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3435# -----------------------------------------------
3436# LT_OPTION_DEFINE
3437
3438
3439# dlopen
3440# ------
3441
3442
3443# This is what autoupdate's m4 run will expand. It fires
3444# the warning (with _au_warn_XXX), outputs it into the
3445# updated configure.ac (with AC_DIAGNOSE), and then outputs
3446# the replacement expansion.
3447
3448
3449# This is an auxiliary macro that is also run when
3450# autoupdate runs m4. It simply calls m4_warning, but
3451# we need a wrapper so that each warning is emitted only
3452# once. We break the quoting in m4_warning's argument in
3453# order to expand this macro's arguments, not AU_DEFUN's.
3454
3455
3456# Finally, this is the expansion that is picked up by
3457# autoconf. It tells the user to run autoupdate, and
3458# then outputs the replacement expansion. We do not care
3459# about autoupdate's warning because that contains
3460# information on what to do *after* running autoupdate.
3461
3462
3463
3464
3465# win32-dll
3466# ---------
3467# Declare package support for building win32 dll's.
3468# win32-dll
3469
3470# This is what autoupdate's m4 run will expand. It fires
3471# the warning (with _au_warn_XXX), outputs it into the
3472# updated configure.ac (with AC_DIAGNOSE), and then outputs
3473# the replacement expansion.
3474
3475
3476# This is an auxiliary macro that is also run when
3477# autoupdate runs m4. It simply calls m4_warning, but
3478# we need a wrapper so that each warning is emitted only
3479# once. We break the quoting in m4_warning's argument in
3480# order to expand this macro's arguments, not AU_DEFUN's.
3481
3482
3483# Finally, this is the expansion that is picked up by
3484# autoconf. It tells the user to run autoupdate, and
3485# then outputs the replacement expansion. We do not care
3486# about autoupdate's warning because that contains
3487# information on what to do *after* running autoupdate.
3488
3489
3490
3491
3492# _LT_ENABLE_SHARED([DEFAULT])
3493# ----------------------------
3494# implement the --enable-shared flag, and supports the `shared' and
3495# `disable-shared' LT_INIT options.
3496# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3497# _LT_ENABLE_SHARED
3498
3499
3500
3501
3502# Old names:
3503
3504
3505
3506
3507# This is what autoupdate's m4 run will expand. It fires
3508# the warning (with _au_warn_XXX), outputs it into the
3509# updated configure.ac (with AC_DIAGNOSE), and then outputs
3510# the replacement expansion.
3511
3512
3513# This is an auxiliary macro that is also run when
3514# autoupdate runs m4. It simply calls m4_warning, but
3515# we need a wrapper so that each warning is emitted only
3516# once. We break the quoting in m4_warning's argument in
3517# order to expand this macro's arguments, not AU_DEFUN's.
3518
3519
3520# Finally, this is the expansion that is picked up by
3521# autoconf. It tells the user to run autoupdate, and
3522# then outputs the replacement expansion. We do not care
3523# about autoupdate's warning because that contains
3524# information on what to do *after* running autoupdate.
3525
3526# This is what autoupdate's m4 run will expand. It fires
3527# the warning (with _au_warn_XXX), outputs it into the
3528# updated configure.ac (with AC_DIAGNOSE), and then outputs
3529# the replacement expansion.
3530
3531
3532# This is an auxiliary macro that is also run when
3533# autoupdate runs m4. It simply calls m4_warning, but
3534# we need a wrapper so that each warning is emitted only
3535# once. We break the quoting in m4_warning's argument in
3536# order to expand this macro's arguments, not AU_DEFUN's.
3537
3538
3539# Finally, this is the expansion that is picked up by
3540# autoconf. It tells the user to run autoupdate, and
3541# then outputs the replacement expansion. We do not care
3542# about autoupdate's warning because that contains
3543# information on what to do *after* running autoupdate.
3544
3545
3546
3547
3548
3549# _LT_ENABLE_STATIC([DEFAULT])
3550# ----------------------------
3551# implement the --enable-static flag, and support the `static' and
3552# `disable-static' LT_INIT options.
3553# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3554# _LT_ENABLE_STATIC
3555
3556
3557
3558
3559# Old names:
3560
3561
3562
3563
3564# This is what autoupdate's m4 run will expand. It fires
3565# the warning (with _au_warn_XXX), outputs it into the
3566# updated configure.ac (with AC_DIAGNOSE), and then outputs
3567# the replacement expansion.
3568
3569
3570# This is an auxiliary macro that is also run when
3571# autoupdate runs m4. It simply calls m4_warning, but
3572# we need a wrapper so that each warning is emitted only
3573# once. We break the quoting in m4_warning's argument in
3574# order to expand this macro's arguments, not AU_DEFUN's.
3575
3576
3577# Finally, this is the expansion that is picked up by
3578# autoconf. It tells the user to run autoupdate, and
3579# then outputs the replacement expansion. We do not care
3580# about autoupdate's warning because that contains
3581# information on what to do *after* running autoupdate.
3582
3583# This is what autoupdate's m4 run will expand. It fires
3584# the warning (with _au_warn_XXX), outputs it into the
3585# updated configure.ac (with AC_DIAGNOSE), and then outputs
3586# the replacement expansion.
3587
3588
3589# This is an auxiliary macro that is also run when
3590# autoupdate runs m4. It simply calls m4_warning, but
3591# we need a wrapper so that each warning is emitted only
3592# once. We break the quoting in m4_warning's argument in
3593# order to expand this macro's arguments, not AU_DEFUN's.
3594
3595
3596# Finally, this is the expansion that is picked up by
3597# autoconf. It tells the user to run autoupdate, and
3598# then outputs the replacement expansion. We do not care
3599# about autoupdate's warning because that contains
3600# information on what to do *after* running autoupdate.
3601
3602
3603
3604
3605
3606# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3607# ----------------------------------
3608# implement the --enable-fast-install flag, and support the `fast-install'
3609# and `disable-fast-install' LT_INIT options.
3610# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3611# _LT_ENABLE_FAST_INSTALL
3612
3613
3614
3615
3616# Old names:
3617# This is what autoupdate's m4 run will expand. It fires
3618# the warning (with _au_warn_XXX), outputs it into the
3619# updated configure.ac (with AC_DIAGNOSE), and then outputs
3620# the replacement expansion.
3621
3622
3623# This is an auxiliary macro that is also run when
3624# autoupdate runs m4. It simply calls m4_warning, but
3625# we need a wrapper so that each warning is emitted only
3626# once. We break the quoting in m4_warning's argument in
3627# order to expand this macro's arguments, not AU_DEFUN's.
3628
3629
3630# Finally, this is the expansion that is picked up by
3631# autoconf. It tells the user to run autoupdate, and
3632# then outputs the replacement expansion. We do not care
3633# about autoupdate's warning because that contains
3634# information on what to do *after* running autoupdate.
3635
3636
3637# This is what autoupdate's m4 run will expand. It fires
3638# the warning (with _au_warn_XXX), outputs it into the
3639# updated configure.ac (with AC_DIAGNOSE), and then outputs
3640# the replacement expansion.
3641
3642
3643# This is an auxiliary macro that is also run when
3644# autoupdate runs m4. It simply calls m4_warning, but
3645# we need a wrapper so that each warning is emitted only
3646# once. We break the quoting in m4_warning's argument in
3647# order to expand this macro's arguments, not AU_DEFUN's.
3648
3649
3650# Finally, this is the expansion that is picked up by
3651# autoconf. It tells the user to run autoupdate, and
3652# then outputs the replacement expansion. We do not care
3653# about autoupdate's warning because that contains
3654# information on what to do *after* running autoupdate.
3655
3656
3657
3658
3659# _LT_WITH_PIC([MODE])
3660# --------------------
3661# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3662# LT_INIT options.
3663# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3664# _LT_WITH_PIC
3665
3666
3667
3668
3669# Old name:
3670# This is what autoupdate's m4 run will expand. It fires
3671# the warning (with _au_warn_XXX), outputs it into the
3672# updated configure.ac (with AC_DIAGNOSE), and then outputs
3673# the replacement expansion.
3674
3675
3676# This is an auxiliary macro that is also run when
3677# autoupdate runs m4. It simply calls m4_warning, but
3678# we need a wrapper so that each warning is emitted only
3679# once. We break the quoting in m4_warning's argument in
3680# order to expand this macro's arguments, not AU_DEFUN's.
3681
3682
3683# Finally, this is the expansion that is picked up by
3684# autoconf. It tells the user to run autoupdate, and
3685# then outputs the replacement expansion. We do not care
3686# about autoupdate's warning because that contains
3687# information on what to do *after* running autoupdate.
3688
3689
3690
3691## ----------------- ##
3692## LTDL_INIT Options ##
3693## ----------------- ##
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3705#
3706# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3707# Written by Gary V. Vaughan, 2004
3708#
3709# This file is free software; the Free Software Foundation gives
3710# unlimited permission to copy and/or distribute it, with or without
3711# modifications, as long as this notice is preserved.
3712
3713# serial 6 ltsugar.m4
3714
3715# This is to help aclocal find these macros, as it can't see m4_define.
3716
3717
3718
3719# lt_join(SEP, ARG1, [ARG2...])
3720# -----------------------------
3721# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3722# associated separator.
3723# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3724# versions in m4sugar had bugs.
3725
3726
3727
3728
3729# lt_car(LIST)
3730# lt_cdr(LIST)
3731# ------------
3732# Manipulate m4 lists.
3733# These macros are necessary as long as will still need to support
3734# Autoconf-2.59 which quotes differently.
3735
3736
3737
3738
3739
3740# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3741# ------------------------------------------
3742# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3743# Note that neither SEPARATOR nor STRING are expanded; they are appended
3744# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3745# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3746# than defined and empty).
3747#
3748# This macro is needed until we can rely on Autoconf 2.62, since earlier
3749# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3750
3751
3752
3753
3754# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3755# ----------------------------------------------------------
3756# Produce a SEP delimited list of all paired combinations of elements of
3757# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3758# has the form PREFIXmINFIXSUFFIXn.
3759# Needed until we can rely on m4_combine added in Autoconf 2.62.
3760
3761
3762
3763# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3764# -----------------------------------------------------------------------
3765# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3766# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3767
3768
3769
3770# lt_dict_add(DICT, KEY, VALUE)
3771# -----------------------------
3772
3773
3774
3775# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3776# --------------------------------------------
3777
3778
3779
3780# lt_dict_fetch(DICT, KEY, [SUBKEY])
3781# ----------------------------------
3782
3783
3784
3785# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3786# -----------------------------------------------------------------
3787
3788
3789
3790# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3791# --------------------------------------------------------------
3792
3793
3794# ltversion.m4 -- version numbers -*- Autoconf -*-
3795#
3796# Copyright (C) 2004 Free Software Foundation, Inc.
3797# Written by Scott James Remnant, 2004
3798#
3799# This file is free software; the Free Software Foundation gives
3800# unlimited permission to copy and/or distribute it, with or without
3801# modifications, as long as this notice is preserved.
3802
3803# Generated from ltversion.in.
3804
3805# serial 3134 ltversion.m4
3806# This file is part of GNU Libtool
3807
3808
3809
3810
3811
3812
3813# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3814#
3815# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3816# Written by Scott James Remnant, 2004.
3817#
3818# This file is free software; the Free Software Foundation gives
3819# unlimited permission to copy and/or distribute it, with or without
3820# modifications, as long as this notice is preserved.
3821
3822# serial 4 lt~obsolete.m4
3823
3824# These exist entirely to fool aclocal when bootstrapping libtool.
3825#
3826# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3827# which have later been changed to m4_define as they aren't part of the
3828# exported API, or moved to Autoconf or Automake where they belong.
3829#
3830# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3831# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3832# using a macro with the same name in our local m4/libtool.m4 it'll
3833# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3834# and doesn't know about Autoconf macros at all.)
3835#
3836# So we provide this file, which has a silly filename so it's always
3837# included after everything else. This provides aclocal with the
3838# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3839# because those macros already exist, or will be overwritten later.
3840# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3841#
3842# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3843# Yes, that means every name once taken will need to remain here until
3844# we give up compatibility with versions before 1.7, at which point
3845# we need to keep only those names which we still refer to.
3846
3847# This is to help aclocal find these macros, as it can't see m4_define.
3848
3849
3850
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## -*- Autoconf -*-
3913
3914# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3915# Free Software Foundation, Inc.
3916#
3917# This file is free software; the Free Software Foundation
3918# gives unlimited permission to copy and/or distribute it,
3919# with or without modifications, as long as this notice is preserved.
3920
3921# serial 8
3922
3923# Based on depend.m4 from automake 1.9, modified for standalone use in
3924# an environment where GNU make is required.
3925
3926# ZW_PROG_COMPILER_DEPENDENCIES
3927# -----------------------------
3928# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3929# sets fooDEPMODE accordingly. Cache-variable compatible with
3930# original; not side-effect compatible. As the users of this macro
3931# may require accurate dependencies for correct builds, it does *not*
3932# honor --disable-dependency-checking, and failure to detect a usable
3933# method is an error. depcomp is assumed to be located in
3934# $ac_aux_dir.
3935#
3936# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3937
3938
3939
3940# AM_SET_DEPDIR
3941# -------------
3942# Choose a directory name for dependency files.
3943
3944
3945# ZW_CREATE_DEPDIR
3946# ----------------
3947# As AM_SET_DEPDIR, but also create the directory at config.status time.
3948
3949
3950
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
6bb11ab3
L
3989
3990
3991
3992
3993
6bb11ab3
L
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
6bb11ab3
L
4009
4010
4011
4012
4013
4014# intl sister-directory configuration rules.
4015#
4016
4017# The idea behind this macro is that there's no need to repeat all the
4018# autoconf probes done by the intl directory - it's already done them
4019# for us. In fact, there's no need even to look at the cache for the
4020# answers. All we need to do is nab a few pieces of information.
4021# The intl directory is set up to make this easy, by generating a
4022# small file which can be sourced as a shell script; then we produce
4023# the necessary substitutions and definitions for this directory.
4024
4025
4026
4027# Autoconf M4 include file defining utility macros for complex Canadian
4028# cross builds.
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038####
4039# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4040# or AC_INIT.
4041# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4042
4043####
4044# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4045# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4046
4047
4048####
4049# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4050# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4051
4052
4053
4054# Backported from Autoconf 2.5x; can go away when and if
4055# we switch. Put the OS path separator in $PATH_SEPARATOR.
4056
4057
4058
4059
4060# ACX_HAVE_GCC_FOR_TARGET
4061# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4062
4063
4064# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4065# Searching for installed target binutils. We need to take extra care,
4066# else we may find the wrong assembler, linker, etc., and lose.
4067#
4068# First try --with-build-time-tools, if specified.
4069#
4070# For build != host, we ask the installed GCC for the name of the tool it
4071# uses, and accept it if it is an absolute path. This is because the
4072# only good choice for a compiler is the same GCC version that is being
4073# installed (or we couldn't make target libraries), and we assume that
4074# on the host system we'll have not only the same GCC version, but also
4075# the same binutils version.
4076#
4077# For build == host, search the same directories that the installed
4078# compiler will search. We used to do this for the assembler, linker,
4079# and nm only; for simplicity of configuration, however, we extend this
4080# criterion to tools (such as ar and ranlib) that are never invoked by
4081# the compiler, to avoid mismatches.
4082#
4083# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4084# if build == target. This makes the most sense only when bootstrapping,
4085# but we also do so when build != host. In this case, we hope that the
4086# build and host systems will have similar contents of MD_EXEC_PREFIX.
4087#
4088# If we do not find a suitable binary, then try the user's path.
4089
4090
4091###
4092# AC_PROG_CPP_WERROR
4093# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4094# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4095# For now, using this also overrides header checks to use only the
4096# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4097# bit harder from here).
4098# Eventually autoconf will default to checking headers with the compiler
4099# instead, and we'll have to do this differently.
4100
4101# AC_PROG_CPP_WERROR
4102
4103# Test for GNAT.
4104# We require the gnatbind & gnatmake programs, as well as a compiler driver
4105# that understands Ada. We use the user's CC setting, already found, and
4106# possibly add $1 to the command-line parameters.
4107#
4108# Sets the shell variable have_gnat to yes or no as appropriate, and
4109# substitutes GNATBIND and GNATMAKE.
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135ac_ext=c
4136ac_cpp='$CPP $CPPFLAGS'
4137ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4138ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4139ac_compiler_gnu=$ac_cv_c_compiler_gnu
4140if test -n "$ac_tool_prefix"; then
4141 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4142set dummy ${ac_tool_prefix}gcc; ac_word=$2
4143{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4144$as_echo_n "checking for $ac_word... " >&6; }
4145if test "${ac_cv_prog_CC+set}" = set; then :
4146 $as_echo_n "(cached) " >&6
4147else
4148 if test -n "$CC"; then
4149 ac_cv_prog_CC="$CC" # Let the user override the test.
4150else
4151as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4152for as_dir in $PATH
4153do
4154 IFS=$as_save_IFS
4155 test -z "$as_dir" && as_dir=.
4156 for ac_exec_ext in '' $ac_executable_extensions; do
4157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4158 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4159 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4160 break 2
4161 fi
4162done
4163 done
4164IFS=$as_save_IFS
4165
4166fi
4167fi
4168CC=$ac_cv_prog_CC
4169if test -n "$CC"; then
4170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4171$as_echo "$CC" >&6; }
4172else
4173 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4174$as_echo "no" >&6; }
4175fi
4176
4177
4178fi
4179if test -z "$ac_cv_prog_CC"; then
4180 ac_ct_CC=$CC
4181 # Extract the first word of "gcc", so it can be a program name with args.
4182set dummy gcc; ac_word=$2
4183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4184$as_echo_n "checking for $ac_word... " >&6; }
4185if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4186 $as_echo_n "(cached) " >&6
4187else
4188 if test -n "$ac_ct_CC"; then
4189 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4190else
4191as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4192for as_dir in $PATH
4193do
4194 IFS=$as_save_IFS
4195 test -z "$as_dir" && as_dir=.
4196 for ac_exec_ext in '' $ac_executable_extensions; do
4197 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4198 ac_cv_prog_ac_ct_CC="gcc"
4199 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4200 break 2
4201 fi
4202done
4203 done
4204IFS=$as_save_IFS
4205
4206fi
4207fi
4208ac_ct_CC=$ac_cv_prog_ac_ct_CC
4209if test -n "$ac_ct_CC"; then
4210 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4211$as_echo "$ac_ct_CC" >&6; }
4212else
4213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4214$as_echo "no" >&6; }
4215fi
4216
4217 if test "x$ac_ct_CC" = x; then
4218 CC=""
4219 else
4220 case $cross_compiling:$ac_tool_warned in
4221yes:)
4222{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4223$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4224ac_tool_warned=yes ;;
4225esac
4226 CC=$ac_ct_CC
4227 fi
4228else
4229 CC="$ac_cv_prog_CC"
4230fi
4231
4232if test -z "$CC"; then
4233 if test -n "$ac_tool_prefix"; then
4234 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4235set dummy ${ac_tool_prefix}cc; ac_word=$2
4236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4237$as_echo_n "checking for $ac_word... " >&6; }
4238if test "${ac_cv_prog_CC+set}" = set; then :
4239 $as_echo_n "(cached) " >&6
4240else
4241 if test -n "$CC"; then
4242 ac_cv_prog_CC="$CC" # Let the user override the test.
4243else
4244as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4245for as_dir in $PATH
4246do
4247 IFS=$as_save_IFS
4248 test -z "$as_dir" && as_dir=.
4249 for ac_exec_ext in '' $ac_executable_extensions; do
4250 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4251 ac_cv_prog_CC="${ac_tool_prefix}cc"
4252 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4253 break 2
4254 fi
4255done
4256 done
4257IFS=$as_save_IFS
4258
4259fi
4260fi
4261CC=$ac_cv_prog_CC
4262if test -n "$CC"; then
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4264$as_echo "$CC" >&6; }
4265else
4266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4267$as_echo "no" >&6; }
4268fi
4269
4270
4271 fi
4272fi
4273if test -z "$CC"; then
4274 # Extract the first word of "cc", so it can be a program name with args.
4275set dummy cc; ac_word=$2
4276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4277$as_echo_n "checking for $ac_word... " >&6; }
4278if test "${ac_cv_prog_CC+set}" = set; then :
4279 $as_echo_n "(cached) " >&6
4280else
4281 if test -n "$CC"; then
4282 ac_cv_prog_CC="$CC" # Let the user override the test.
4283else
4284 ac_prog_rejected=no
4285as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4286for as_dir in $PATH
4287do
4288 IFS=$as_save_IFS
4289 test -z "$as_dir" && as_dir=.
4290 for ac_exec_ext in '' $ac_executable_extensions; do
4291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4292 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4293 ac_prog_rejected=yes
4294 continue
4295 fi
4296 ac_cv_prog_CC="cc"
4297 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4298 break 2
4299 fi
4300done
4301 done
4302IFS=$as_save_IFS
4303
4304if test $ac_prog_rejected = yes; then
4305 # We found a bogon in the path, so make sure we never use it.
4306 set dummy $ac_cv_prog_CC
4307 shift
4308 if test $# != 0; then
4309 # We chose a different compiler from the bogus one.
4310 # However, it has the same basename, so the bogon will be chosen
4311 # first if we set CC to just the basename; use the full file name.
4312 shift
4313 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4314 fi
4315fi
4316fi
4317fi
4318CC=$ac_cv_prog_CC
4319if test -n "$CC"; then
4320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4321$as_echo "$CC" >&6; }
4322else
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4324$as_echo "no" >&6; }
4325fi
4326
4327
4328fi
4329if test -z "$CC"; then
4330 if test -n "$ac_tool_prefix"; then
4331 for ac_prog in cl.exe
4332 do
4333 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4334set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4336$as_echo_n "checking for $ac_word... " >&6; }
4337if test "${ac_cv_prog_CC+set}" = set; then :
4338 $as_echo_n "(cached) " >&6
4339else
4340 if test -n "$CC"; then
4341 ac_cv_prog_CC="$CC" # Let the user override the test.
4342else
4343as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4344for as_dir in $PATH
4345do
4346 IFS=$as_save_IFS
4347 test -z "$as_dir" && as_dir=.
4348 for ac_exec_ext in '' $ac_executable_extensions; do
4349 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4350 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4351 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4352 break 2
4353 fi
4354done
4355 done
4356IFS=$as_save_IFS
4357
4358fi
4359fi
4360CC=$ac_cv_prog_CC
4361if test -n "$CC"; then
4362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4363$as_echo "$CC" >&6; }
4364else
4365 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4366$as_echo "no" >&6; }
4367fi
4368
4369
4370 test -n "$CC" && break
4371 done
4372fi
4373if test -z "$CC"; then
4374 ac_ct_CC=$CC
4375 for ac_prog in cl.exe
4376do
4377 # Extract the first word of "$ac_prog", so it can be a program name with args.
4378set dummy $ac_prog; ac_word=$2
4379{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4380$as_echo_n "checking for $ac_word... " >&6; }
4381if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4382 $as_echo_n "(cached) " >&6
4383else
4384 if test -n "$ac_ct_CC"; then
4385 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4386else
4387as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4388for as_dir in $PATH
4389do
4390 IFS=$as_save_IFS
4391 test -z "$as_dir" && as_dir=.
4392 for ac_exec_ext in '' $ac_executable_extensions; do
4393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4394 ac_cv_prog_ac_ct_CC="$ac_prog"
4395 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4396 break 2
4397 fi
4398done
4399 done
4400IFS=$as_save_IFS
4401
4402fi
4403fi
4404ac_ct_CC=$ac_cv_prog_ac_ct_CC
4405if test -n "$ac_ct_CC"; then
4406 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4407$as_echo "$ac_ct_CC" >&6; }
4408else
4409 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4410$as_echo "no" >&6; }
4411fi
4412
4413
4414 test -n "$ac_ct_CC" && break
4415done
4416
4417 if test "x$ac_ct_CC" = x; then
4418 CC=""
4419 else
4420 case $cross_compiling:$ac_tool_warned in
4421yes:)
4422{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4423$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4424ac_tool_warned=yes ;;
4425esac
4426 CC=$ac_ct_CC
4427 fi
4428fi
4429
4430fi
4431
4432
4433test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4434$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4435as_fn_error "no acceptable C compiler found in \$PATH
4436See \`config.log' for more details." "$LINENO" 5; }
4437
4438# Provide some information about the compiler.
4439$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4440set X $ac_compile
4441ac_compiler=$2
4442for ac_option in --version -v -V -qversion; do
4443 { { ac_try="$ac_compiler $ac_option >&5"
4444case "(($ac_try" in
4445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4446 *) ac_try_echo=$ac_try;;
4447esac
4448eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4449$as_echo "$ac_try_echo"; } >&5
4450 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4451 ac_status=$?
4452 if test -s conftest.err; then
4453 sed '10a\
4454... rest of stderr output deleted ...
4455 10q' conftest.err >conftest.er1
4456 cat conftest.er1 >&5
4457 rm -f conftest.er1 conftest.err
4458 fi
4459 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4460 test $ac_status = 0; }
4461done
4462
4463cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4464/* end confdefs.h. */
4465
4466int
4467main ()
4468{
4469
4470 ;
4471 return 0;
4472}
4473_ACEOF
4474ac_clean_files_save=$ac_clean_files
4475ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4476# Try to create an executable without -o first, disregard a.out.
4477# It will help us diagnose broken compilers, and finding out an intuition
4478# of exeext.
4479{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4480$as_echo_n "checking for C compiler default output file name... " >&6; }
4481ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4482
4483# The possible output files:
4484ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4485
4486ac_rmfiles=
4487for ac_file in $ac_files
4488do
4489 case $ac_file in
4490 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4491 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4492 esac
4493done
4494rm -f $ac_rmfiles
4495
4496if { { ac_try="$ac_link_default"
4497case "(($ac_try" in
4498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4499 *) ac_try_echo=$ac_try;;
4500esac
4501eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4502$as_echo "$ac_try_echo"; } >&5
4503 (eval "$ac_link_default") 2>&5
4504 ac_status=$?
4505 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4506 test $ac_status = 0; }; then :
4507 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4508# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4509# in a Makefile. We should not override ac_cv_exeext if it was cached,
4510# so that the user can short-circuit this test for compilers unknown to
4511# Autoconf.
4512for ac_file in $ac_files ''
4513do
4514 test -f "$ac_file" || continue
4515 case $ac_file in
4516 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4517 ;;
4518 [ab].out )
4519 # We found the default executable, but exeext='' is most
4520 # certainly right.
4521 break;;
4522 *.* )
4523 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4524 then :; else
4525 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4526 fi
4527 # We set ac_cv_exeext here because the later test for it is not
4528 # safe: cross compilers may not add the suffix if given an `-o'
4529 # argument, so we may need to know it at that point already.
4530 # Even if this section looks crufty: it has the advantage of
4531 # actually working.
4532 break;;
4533 * )
4534 break;;
4535 esac
4536done
4537test "$ac_cv_exeext" = no && ac_cv_exeext=
4538
4539else
4540 ac_file=''
4541fi
4542{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4543$as_echo "$ac_file" >&6; }
4544if test -z "$ac_file"; then :
4545 $as_echo "$as_me: failed program was:" >&5
4546sed 's/^/| /' conftest.$ac_ext >&5
4547
4548{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4549$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4550{ as_fn_set_status 77
4551as_fn_error "C compiler cannot create executables
4552See \`config.log' for more details." "$LINENO" 5; }; }
4553fi
4554ac_exeext=$ac_cv_exeext
4555
4556# Check that the compiler produces executables we can run. If not, either
4557# the compiler is broken, or we cross compile.
4558{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4559$as_echo_n "checking whether the C compiler works... " >&6; }
4560# If not cross compiling, check that we can run a simple program.
4561if test "$cross_compiling" != yes; then
4562 if { ac_try='./$ac_file'
4563 { { case "(($ac_try" in
4564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4565 *) ac_try_echo=$ac_try;;
4566esac
4567eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4568$as_echo "$ac_try_echo"; } >&5
4569 (eval "$ac_try") 2>&5
4570 ac_status=$?
4571 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4572 test $ac_status = 0; }; }; then
4573 cross_compiling=no
4574 else
4575 if test "$cross_compiling" = maybe; then
4576 cross_compiling=yes
4577 else
4578 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4579$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4580as_fn_error "cannot run C compiled programs.
4581If you meant to cross compile, use \`--host'.
4582See \`config.log' for more details." "$LINENO" 5; }
4583 fi
4584 fi
4585fi
4586{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4587$as_echo "yes" >&6; }
4588
4589rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4590ac_clean_files=$ac_clean_files_save
4591# Check that the compiler produces executables we can run. If not, either
4592# the compiler is broken, or we cross compile.
4593{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4594$as_echo_n "checking whether we are cross compiling... " >&6; }
4595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4596$as_echo "$cross_compiling" >&6; }
4597
4598{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4599$as_echo_n "checking for suffix of executables... " >&6; }
4600if { { ac_try="$ac_link"
4601case "(($ac_try" in
4602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4603 *) ac_try_echo=$ac_try;;
4604esac
4605eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4606$as_echo "$ac_try_echo"; } >&5
4607 (eval "$ac_link") 2>&5
4608 ac_status=$?
4609 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4610 test $ac_status = 0; }; then :
4611 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4612# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4613# work properly (i.e., refer to `conftest.exe'), while it won't with
4614# `rm'.
4615for ac_file in conftest.exe conftest conftest.*; do
4616 test -f "$ac_file" || continue
4617 case $ac_file in
4618 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4619 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4620 break;;
4621 * ) break;;
4622 esac
4623done
4624else
4625 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4626$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4627as_fn_error "cannot compute suffix of executables: cannot compile and link
4628See \`config.log' for more details." "$LINENO" 5; }
4629fi
4630rm -f conftest$ac_cv_exeext
4631{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4632$as_echo "$ac_cv_exeext" >&6; }
4633
4634rm -f conftest.$ac_ext
4635EXEEXT=$ac_cv_exeext
4636ac_exeext=$EXEEXT
4637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4638$as_echo_n "checking for suffix of object files... " >&6; }
4639if test "${ac_cv_objext+set}" = set; then :
4640 $as_echo_n "(cached) " >&6
4641else
4642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4643/* end confdefs.h. */
4644
4645int
4646main ()
4647{
4648
4649 ;
4650 return 0;
4651}
4652_ACEOF
4653rm -f conftest.o conftest.obj
4654if { { ac_try="$ac_compile"
4655case "(($ac_try" in
4656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4657 *) ac_try_echo=$ac_try;;
4658esac
4659eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4660$as_echo "$ac_try_echo"; } >&5
4661 (eval "$ac_compile") 2>&5
4662 ac_status=$?
4663 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4664 test $ac_status = 0; }; then :
4665 for ac_file in conftest.o conftest.obj conftest.*; do
4666 test -f "$ac_file" || continue;
4667 case $ac_file in
4668 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4669 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4670 break;;
4671 esac
4672done
4673else
4674 $as_echo "$as_me: failed program was:" >&5
4675sed 's/^/| /' conftest.$ac_ext >&5
4676
4677{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4678$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4679as_fn_error "cannot compute suffix of object files: cannot compile
4680See \`config.log' for more details." "$LINENO" 5; }
4681fi
4682rm -f conftest.$ac_cv_objext conftest.$ac_ext
4683fi
4684{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4685$as_echo "$ac_cv_objext" >&6; }
4686OBJEXT=$ac_cv_objext
4687ac_objext=$OBJEXT
4688{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4689$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4690if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4691 $as_echo_n "(cached) " >&6
4692else
4693 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4694/* end confdefs.h. */
4695
4696int
4697main ()
4698{
4699#ifndef __GNUC__
4700 choke me
4701#endif
4702
4703 ;
4704 return 0;
4705}
4706_ACEOF
4707if ac_fn_c_try_compile "$LINENO"; then :
4708 ac_compiler_gnu=yes
4709else
4710 ac_compiler_gnu=no
4711fi
4712rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4713ac_cv_c_compiler_gnu=$ac_compiler_gnu
4714
4715fi
4716{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4717$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4718if test $ac_compiler_gnu = yes; then
4719 GCC=yes
4720else
4721 GCC=
4722fi
4723ac_test_CFLAGS=${CFLAGS+set}
4724ac_save_CFLAGS=$CFLAGS
4725{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4726$as_echo_n "checking whether $CC accepts -g... " >&6; }
4727if test "${ac_cv_prog_cc_g+set}" = set; then :
4728 $as_echo_n "(cached) " >&6
4729else
4730 ac_save_c_werror_flag=$ac_c_werror_flag
4731 ac_c_werror_flag=yes
4732 ac_cv_prog_cc_g=no
4733 CFLAGS="-g"
4734 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4735/* end confdefs.h. */
4736
4737int
4738main ()
4739{
4740
4741 ;
4742 return 0;
4743}
4744_ACEOF
4745if ac_fn_c_try_compile "$LINENO"; then :
4746 ac_cv_prog_cc_g=yes
4747else
4748 CFLAGS=""
4749 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4750/* end confdefs.h. */
4751
4752int
4753main ()
4754{
4755
4756 ;
4757 return 0;
4758}
4759_ACEOF
4760if ac_fn_c_try_compile "$LINENO"; then :
4761
4762else
4763 ac_c_werror_flag=$ac_save_c_werror_flag
4764 CFLAGS="-g"
4765 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4766/* end confdefs.h. */
4767
4768int
4769main ()
4770{
4771
4772 ;
4773 return 0;
4774}
4775_ACEOF
4776if ac_fn_c_try_compile "$LINENO"; then :
4777 ac_cv_prog_cc_g=yes
4778fi
4779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4780fi
4781rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4782fi
4783rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4784 ac_c_werror_flag=$ac_save_c_werror_flag
4785fi
4786{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4787$as_echo "$ac_cv_prog_cc_g" >&6; }
4788if test "$ac_test_CFLAGS" = set; then
4789 CFLAGS=$ac_save_CFLAGS
4790elif test $ac_cv_prog_cc_g = yes; then
4791 if test "$GCC" = yes; then
4792 CFLAGS="-g -O2"
4793 else
4794 CFLAGS="-g"
4795 fi
4796else
4797 if test "$GCC" = yes; then
4798 CFLAGS="-O2"
4799 else
4800 CFLAGS=
4801 fi
4802fi
4803{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4804$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4805if test "${ac_cv_prog_cc_c89+set}" = set; then :
4806 $as_echo_n "(cached) " >&6
4807else
4808 ac_cv_prog_cc_c89=no
4809ac_save_CC=$CC
4810cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4811/* end confdefs.h. */
4812#include <stdarg.h>
4813#include <stdio.h>
4814#include <sys/types.h>
4815#include <sys/stat.h>
4816/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4817struct buf { int x; };
4818FILE * (*rcsopen) (struct buf *, struct stat *, int);
4819static char *e (p, i)
4820 char **p;
4821 int i;
4822{
4823 return p[i];
4824}
4825static char *f (char * (*g) (char **, int), char **p, ...)
4826{
4827 char *s;
4828 va_list v;
4829 va_start (v,p);
4830 s = g (p, va_arg (v,int));
4831 va_end (v);
4832 return s;
4833}
4834
4835/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4836 function prototypes and stuff, but not '\xHH' hex character constants.
4837 These don't provoke an error unfortunately, instead are silently treated
4838 as 'x'. The following induces an error, until -std is added to get
4839 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4840 array size at least. It's necessary to write '\x00'==0 to get something
4841 that's true only with -std. */
4842int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4843
4844/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4845 inside strings and character constants. */
4846#define FOO(x) 'x'
4847int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4848
4849int test (int i, double x);
4850struct s1 {int (*f) (int a);};
4851struct s2 {int (*f) (double a);};
4852int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4853int argc;
4854char **argv;
4855int
4856main ()
4857{
4858return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4859 ;
4860 return 0;
4861}
4862_ACEOF
4863for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4864 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4865do
4866 CC="$ac_save_CC $ac_arg"
4867 if ac_fn_c_try_compile "$LINENO"; then :
4868 ac_cv_prog_cc_c89=$ac_arg
4869fi
4870rm -f core conftest.err conftest.$ac_objext
4871 test "x$ac_cv_prog_cc_c89" != "xno" && break
4872done
4873rm -f conftest.$ac_ext
4874CC=$ac_save_CC
4875
4876fi
4877# AC_CACHE_VAL
4878case "x$ac_cv_prog_cc_c89" in
4879 x)
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4881$as_echo "none needed" >&6; } ;;
4882 xno)
4883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4884$as_echo "unsupported" >&6; } ;;
4885 *)
4886 CC="$CC $ac_cv_prog_cc_c89"
4887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4888$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4889esac
4890if test "x$ac_cv_prog_cc_c89" != xno; then :
4891
4892fi
4893
4894ac_ext=c
4895ac_cpp='$CPP $CPPFLAGS'
4896ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4897ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4898ac_compiler_gnu=$ac_cv_c_compiler_gnu
4899
4900ac_aux_dir=
4901for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4902 for ac_t in install-sh install.sh shtool; do
4903 if test -f "$ac_dir/$ac_t"; then
4904 ac_aux_dir=$ac_dir
4905 ac_install_sh="$ac_aux_dir/$ac_t -c"
4906 break 2
4907 fi
4908 done
4909done
4910if test -z "$ac_aux_dir"; then
4911 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4912fi
4913
4914# These three variables are undocumented and unsupported,
4915# and are intended to be withdrawn in a future Autoconf release.
4916# They can cause serious problems if a builder's source tree is in a directory
4917# whose full name contains unusual characters.
4918ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4919ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4920ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4921
4922
4923# Make sure we can run config.sub.
4924$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4925 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4926
4927{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4928$as_echo_n "checking build system type... " >&6; }
4929if test "${ac_cv_build+set}" = set; then :
4930 $as_echo_n "(cached) " >&6
4931else
4932 ac_build_alias=$build_alias
4933test "x$ac_build_alias" = x &&
4934 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4935test "x$ac_build_alias" = x &&
4936 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4937ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4938 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4939
4940fi
4941{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4942$as_echo "$ac_cv_build" >&6; }
4943case $ac_cv_build in
4944*-*-*) ;;
4945*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4946esac
4947build=$ac_cv_build
4948ac_save_IFS=$IFS; IFS='-'
4949set x $ac_cv_build
4950shift
4951build_cpu=$1
4952build_vendor=$2
4953shift; shift
4954# Remember, the first character of IFS is used to create $*,
4955# except with old shells:
4956build_os=$*
4957IFS=$ac_save_IFS
4958case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4959
4960
4961{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4962$as_echo_n "checking host system type... " >&6; }
4963if test "${ac_cv_host+set}" = set; then :
4964 $as_echo_n "(cached) " >&6
4965else
4966 if test "x$host_alias" = x; then
4967 ac_cv_host=$ac_cv_build
4968else
4969 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4970 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4971fi
4972
4973fi
4974{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4975$as_echo "$ac_cv_host" >&6; }
4976case $ac_cv_host in
4977*-*-*) ;;
4978*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4979esac
4980host=$ac_cv_host
4981ac_save_IFS=$IFS; IFS='-'
4982set x $ac_cv_host
4983shift
4984host_cpu=$1
4985host_vendor=$2
4986shift; shift
4987# Remember, the first character of IFS is used to create $*,
4988# except with old shells:
4989host_os=$*
4990IFS=$ac_save_IFS
4991case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4992
4993
4994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4995$as_echo_n "checking target system type... " >&6; }
4996if test "${ac_cv_target+set}" = set; then :
4997 $as_echo_n "(cached) " >&6
4998else
4999 if test "x$target_alias" = x; then
5000 ac_cv_target=$ac_cv_host
5001else
5002 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5003 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5004fi
5005
5006fi
5007{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5008$as_echo "$ac_cv_target" >&6; }
5009case $ac_cv_target in
5010*-*-*) ;;
5011*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5012esac
5013target=$ac_cv_target
5014ac_save_IFS=$IFS; IFS='-'
5015set x $ac_cv_target
5016shift
5017target_cpu=$1
5018target_vendor=$2
5019shift; shift
5020# Remember, the first character of IFS is used to create $*,
5021# except with old shells:
5022target_os=$*
5023IFS=$ac_save_IFS
5024case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5025
5026
5027# The aliases save the names the user supplied, while $host etc.
5028# will get canonicalized.
5029test -n "$target_alias" &&
5030 test "$program_prefix$program_suffix$program_transform_name" = \
5031 NONENONEs,x,x, &&
5032 program_prefix=${target_alias}-
5033
5034ac_ext=c
5035ac_cpp='$CPP $CPPFLAGS'
5036ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5037ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5038ac_compiler_gnu=$ac_cv_c_compiler_gnu
5039{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5040$as_echo_n "checking how to run the C preprocessor... " >&6; }
5041# On Suns, sometimes $CPP names a directory.
5042if test -n "$CPP" && test -d "$CPP"; then
5043 CPP=
5044fi
5045if test -z "$CPP"; then
5046 if test "${ac_cv_prog_CPP+set}" = set; then :
5047 $as_echo_n "(cached) " >&6
5048else
5049 # Double quotes because CPP needs to be expanded
5050 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5051 do
5052 ac_preproc_ok=false
5053for ac_c_preproc_warn_flag in '' yes
5054do
5055 # Use a header file that comes with gcc, so configuring glibc
5056 # with a fresh cross-compiler works.
5057 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5058 # <limits.h> exists even on freestanding compilers.
5059 # On the NeXT, cc -E runs the code through the compiler's parser,
5060 # not just through cpp. "Syntax error" is here to catch this case.
5061 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5062/* end confdefs.h. */
5063#ifdef __STDC__
5064# include <limits.h>
5065#else
5066# include <assert.h>
5067#endif
5068 Syntax error
5069_ACEOF
5070if ac_fn_c_try_cpp "$LINENO"; then :
5071
5072else
5073 # Broken: fails on valid input.
5074continue
5075fi
5076rm -f conftest.err conftest.$ac_ext
5077
5078 # OK, works on sane cases. Now check whether nonexistent headers
5079 # can be detected and how.
5080 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5081/* end confdefs.h. */
5082#include <ac_nonexistent.h>
5083_ACEOF
5084if ac_fn_c_try_cpp "$LINENO"; then :
5085 # Broken: success on invalid input.
5086continue
5087else
5088 # Passes both tests.
5089ac_preproc_ok=:
5090break
5091fi
5092rm -f conftest.err conftest.$ac_ext
5093
5094done
5095# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5096rm -f conftest.err conftest.$ac_ext
5097if $ac_preproc_ok; then :
5098 break
5099fi
5100
5101 done
5102 ac_cv_prog_CPP=$CPP
5103
5104fi
5105 CPP=$ac_cv_prog_CPP
5106else
5107 ac_cv_prog_CPP=$CPP
5108fi
5109{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5110$as_echo "$CPP" >&6; }
5111ac_preproc_ok=false
5112for ac_c_preproc_warn_flag in '' yes
5113do
5114 # Use a header file that comes with gcc, so configuring glibc
5115 # with a fresh cross-compiler works.
5116 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5117 # <limits.h> exists even on freestanding compilers.
5118 # On the NeXT, cc -E runs the code through the compiler's parser,
5119 # not just through cpp. "Syntax error" is here to catch this case.
5120 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5121/* end confdefs.h. */
5122#ifdef __STDC__
5123# include <limits.h>
5124#else
5125# include <assert.h>
5126#endif
5127 Syntax error
5128_ACEOF
5129if ac_fn_c_try_cpp "$LINENO"; then :
5130
5131else
5132 # Broken: fails on valid input.
5133continue
5134fi
5135rm -f conftest.err conftest.$ac_ext
5136
5137 # OK, works on sane cases. Now check whether nonexistent headers
5138 # can be detected and how.
5139 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5140/* end confdefs.h. */
5141#include <ac_nonexistent.h>
5142_ACEOF
5143if ac_fn_c_try_cpp "$LINENO"; then :
5144 # Broken: success on invalid input.
5145continue
5146else
5147 # Passes both tests.
5148ac_preproc_ok=:
5149break
5150fi
5151rm -f conftest.err conftest.$ac_ext
5152
5153done
5154# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5155rm -f conftest.err conftest.$ac_ext
5156if $ac_preproc_ok; then :
5157
5158else
5159 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5160$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5161as_fn_error "C preprocessor \"$CPP\" fails sanity check
5162See \`config.log' for more details." "$LINENO" 5; }
5163fi
5164
5165ac_ext=c
5166ac_cpp='$CPP $CPPFLAGS'
5167ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5168ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5169ac_compiler_gnu=$ac_cv_c_compiler_gnu
5170
5171
5172{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5173$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5174if test "${ac_cv_path_GREP+set}" = set; then :
5175 $as_echo_n "(cached) " >&6
5176else
5177 if test -z "$GREP"; then
5178 ac_path_GREP_found=false
5179 # Loop through the user's path and test for each of PROGNAME-LIST
5180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5181for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5182do
5183 IFS=$as_save_IFS
5184 test -z "$as_dir" && as_dir=.
5185 for ac_prog in grep ggrep; do
5186 for ac_exec_ext in '' $ac_executable_extensions; do
5187 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5188 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5189# Check for GNU ac_path_GREP and select it if it is found.
5190 # Check for GNU $ac_path_GREP
5191case `"$ac_path_GREP" --version 2>&1` in
5192*GNU*)
5193 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5194*)
5195 ac_count=0
5196 $as_echo_n 0123456789 >"conftest.in"
5197 while :
5198 do
5199 cat "conftest.in" "conftest.in" >"conftest.tmp"
5200 mv "conftest.tmp" "conftest.in"
5201 cp "conftest.in" "conftest.nl"
5202 $as_echo 'GREP' >> "conftest.nl"
5203 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5204 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5205 as_fn_arith $ac_count + 1 && ac_count=$as_val
5206 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5207 # Best one so far, save it but keep looking for a better one
5208 ac_cv_path_GREP="$ac_path_GREP"
5209 ac_path_GREP_max=$ac_count
5210 fi
5211 # 10*(2^10) chars as input seems more than enough
5212 test $ac_count -gt 10 && break
5213 done
5214 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5215esac
5216
5217 $ac_path_GREP_found && break 3
5218 done
5219 done
5220 done
5221IFS=$as_save_IFS
5222 if test -z "$ac_cv_path_GREP"; then
5223 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5224 fi
5225else
5226 ac_cv_path_GREP=$GREP
5227fi
5228
5229fi
5230{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5231$as_echo "$ac_cv_path_GREP" >&6; }
5232 GREP="$ac_cv_path_GREP"
5233
5234
5235{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5236$as_echo_n "checking for egrep... " >&6; }
5237if test "${ac_cv_path_EGREP+set}" = set; then :
5238 $as_echo_n "(cached) " >&6
5239else
5240 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5241 then ac_cv_path_EGREP="$GREP -E"
5242 else
5243 if test -z "$EGREP"; then
5244 ac_path_EGREP_found=false
5245 # Loop through the user's path and test for each of PROGNAME-LIST
5246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5247for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5248do
5249 IFS=$as_save_IFS
5250 test -z "$as_dir" && as_dir=.
5251 for ac_prog in egrep; do
5252 for ac_exec_ext in '' $ac_executable_extensions; do
5253 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5254 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5255# Check for GNU ac_path_EGREP and select it if it is found.
5256 # Check for GNU $ac_path_EGREP
5257case `"$ac_path_EGREP" --version 2>&1` in
5258*GNU*)
5259 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5260*)
5261 ac_count=0
5262 $as_echo_n 0123456789 >"conftest.in"
5263 while :
5264 do
5265 cat "conftest.in" "conftest.in" >"conftest.tmp"
5266 mv "conftest.tmp" "conftest.in"
5267 cp "conftest.in" "conftest.nl"
5268 $as_echo 'EGREP' >> "conftest.nl"
5269 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5270 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5271 as_fn_arith $ac_count + 1 && ac_count=$as_val
5272 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5273 # Best one so far, save it but keep looking for a better one
5274 ac_cv_path_EGREP="$ac_path_EGREP"
5275 ac_path_EGREP_max=$ac_count
5276 fi
5277 # 10*(2^10) chars as input seems more than enough
5278 test $ac_count -gt 10 && break
5279 done
5280 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5281esac
5282
5283 $ac_path_EGREP_found && break 3
5284 done
5285 done
5286 done
5287IFS=$as_save_IFS
5288 if test -z "$ac_cv_path_EGREP"; then
5289 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5290 fi
5291else
5292 ac_cv_path_EGREP=$EGREP
5293fi
5294
5295 fi
5296fi
5297{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5298$as_echo "$ac_cv_path_EGREP" >&6; }
5299 EGREP="$ac_cv_path_EGREP"
5300
5301
5302{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5303$as_echo_n "checking for ANSI C header files... " >&6; }
5304if test "${ac_cv_header_stdc+set}" = set; then :
5305 $as_echo_n "(cached) " >&6
5306else
5307 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5308/* end confdefs.h. */
5309#include <stdlib.h>
5310#include <stdarg.h>
5311#include <string.h>
5312#include <float.h>
5313
5314int
5315main ()
5316{
5317
5318 ;
5319 return 0;
5320}
5321_ACEOF
5322if ac_fn_c_try_compile "$LINENO"; then :
5323 ac_cv_header_stdc=yes
5324else
5325 ac_cv_header_stdc=no
5326fi
5327rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5328
5329if test $ac_cv_header_stdc = yes; then
5330 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5331 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5332/* end confdefs.h. */
5333#include <string.h>
5334
5335_ACEOF
5336if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5337 $EGREP "memchr" >/dev/null 2>&1; then :
5338
5339else
5340 ac_cv_header_stdc=no
5341fi
5342rm -f conftest*
5343
5344fi
5345
5346if test $ac_cv_header_stdc = yes; then
5347 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5348 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5349/* end confdefs.h. */
5350#include <stdlib.h>
5351
5352_ACEOF
5353if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5354 $EGREP "free" >/dev/null 2>&1; then :
5355
5356else
5357 ac_cv_header_stdc=no
5358fi
5359rm -f conftest*
5360
5361fi
5362
5363if test $ac_cv_header_stdc = yes; then
5364 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5365 if test "$cross_compiling" = yes; then :
5366 :
5367else
5368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5369/* end confdefs.h. */
5370#include <ctype.h>
5371#include <stdlib.h>
5372#if ((' ' & 0x0FF) == 0x020)
5373# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5374# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5375#else
5376# define ISLOWER(c) \
5377 (('a' <= (c) && (c) <= 'i') \
5378 || ('j' <= (c) && (c) <= 'r') \
5379 || ('s' <= (c) && (c) <= 'z'))
5380# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5381#endif
5382
5383#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5384int
5385main ()
5386{
5387 int i;
5388 for (i = 0; i < 256; i++)
5389 if (XOR (islower (i), ISLOWER (i))
5390 || toupper (i) != TOUPPER (i))
5391 return 2;
5392 return 0;
5393}
5394_ACEOF
5395if ac_fn_c_try_run "$LINENO"; then :
5396
5397else
5398 ac_cv_header_stdc=no
5399fi
5400rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5401 conftest.$ac_objext conftest.beam conftest.$ac_ext
5402fi
5403
5404fi
5405fi
5406{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5407$as_echo "$ac_cv_header_stdc" >&6; }
5408if test $ac_cv_header_stdc = yes; then
5409
5410$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5411
5412fi
5413
5414# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5415for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5416 inttypes.h stdint.h unistd.h
5417do :
5418 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5419ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5420"
5421eval as_val=\$$as_ac_Header
5422 if test "x$as_val" = x""yes; then :
5423 cat >>confdefs.h <<_ACEOF
5424#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5425_ACEOF
5426
5427fi
5428
5429done
5430
5431
5432
5433 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5434if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5435 MINIX=yes
5436else
5437 MINIX=
5438fi
5439
5440
5441 if test "$MINIX" = yes; then
5442
5443$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5444
5445
5446$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5447
5448
5449$as_echo "#define _MINIX 1" >>confdefs.h
5450
5451 fi
5452
5453
5454 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5455$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5456if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5457 $as_echo_n "(cached) " >&6
5458else
5459 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5460/* end confdefs.h. */
5461
5462# define __EXTENSIONS__ 1
5463 $ac_includes_default
5464int
5465main ()
5466{
5467
5468 ;
5469 return 0;
5470}
5471_ACEOF
5472if ac_fn_c_try_compile "$LINENO"; then :
5473 ac_cv_safe_to_define___extensions__=yes
5474else
5475 ac_cv_safe_to_define___extensions__=no
5476fi
5477rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5478fi
5479{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5480$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5481 test $ac_cv_safe_to_define___extensions__ = yes &&
5482 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5483
5484 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5485
5486 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5487
5488 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5489
5490 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5491
5492
5493test "$program_prefix" != NONE &&
5494 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5495# Use a double $ so make ignores it.
5496test "$program_suffix" != NONE &&
5497 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5498# Double any \ or $.
5499# By default was `s,x,x', remove it if useless.
5500ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5501program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5502
5503# Find a good install program. We prefer a C program (faster),
5504# so one script is as good as another. But avoid the broken or
5505# incompatible versions:
5506# SysV /etc/install, /usr/sbin/install
5507# SunOS /usr/etc/install
5508# IRIX /sbin/install
5509# AIX /bin/install
5510# AmigaOS /C/install, which installs bootblocks on floppy discs
5511# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5512# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5513# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5514# OS/2's system install, which has a completely different semantic
5515# ./install, which can be erroneously created by make from ./install.sh.
5516# Reject install programs that cannot install multiple files.
5517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5518$as_echo_n "checking for a BSD-compatible install... " >&6; }
5519if test -z "$INSTALL"; then
5520if test "${ac_cv_path_install+set}" = set; then :
5521 $as_echo_n "(cached) " >&6
5522else
5523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5524for as_dir in $PATH
5525do
5526 IFS=$as_save_IFS
5527 test -z "$as_dir" && as_dir=.
5528 # Account for people who put trailing slashes in PATH elements.
5529case $as_dir/ in #((
5530 ./ | .// | /[cC]/* | \
5531 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5532 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5533 /usr/ucb/* ) ;;
5534 *)
5535 # OSF1 and SCO ODT 3.0 have their own names for install.
5536 # Don't use installbsd from OSF since it installs stuff as root
5537 # by default.
5538 for ac_prog in ginstall scoinst install; do
5539 for ac_exec_ext in '' $ac_executable_extensions; do
5540 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5541 if test $ac_prog = install &&
5542 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5543 # AIX install. It has an incompatible calling convention.
5544 :
5545 elif test $ac_prog = install &&
5546 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5547 # program-specific install script used by HP pwplus--don't use.
5548 :
5549 else
5550 rm -rf conftest.one conftest.two conftest.dir
5551 echo one > conftest.one
5552 echo two > conftest.two
5553 mkdir conftest.dir
5554 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5555 test -s conftest.one && test -s conftest.two &&
5556 test -s conftest.dir/conftest.one &&
5557 test -s conftest.dir/conftest.two
5558 then
5559 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5560 break 3
5561 fi
5562 fi
5563 fi
5564 done
5565 done
5566 ;;
5567esac
5568
5569 done
5570IFS=$as_save_IFS
5571
5572rm -rf conftest.one conftest.two conftest.dir
5573
5574fi
5575 if test "${ac_cv_path_install+set}" = set; then
5576 INSTALL=$ac_cv_path_install
5577 else
5578 # As a last resort, use the slow shell script. Don't cache a
5579 # value for INSTALL within a source directory, because that will
5580 # break other packages using the cache if that directory is
5581 # removed, or if the value is a relative name.
5582 INSTALL=$ac_install_sh
5583 fi
5584fi
5585{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5586$as_echo "$INSTALL" >&6; }
5587
5588# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5589# It thinks the first close brace ends the variable substitution.
5590test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5591
5592test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5593
5594test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5595
5596rm -rf .tst 2>/dev/null
5597mkdir .tst 2>/dev/null
5598if test -d .tst; then
5599 am__leading_dot=.
5600else
5601 am__leading_dot=_
5602fi
5603rmdir .tst 2>/dev/null
5604
5605DEPDIR="${am__leading_dot}deps"
5606
5607case `pwd` in
5608 *\ * | *\ *)
5609 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5610$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5611esac
5612
5613
5614
5615macro_version='2.2.7a'
5616macro_revision='1.3134'
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628
5629
5630ltmain="$ac_aux_dir/ltmain.sh"
5631
5632# Backslashify metacharacters that are still active within
5633# double-quoted strings.
5634sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5635
5636# Same as above, but do not quote variable references.
5637double_quote_subst='s/\(["`\\]\)/\\\1/g'
5638
5639# Sed substitution to delay expansion of an escaped shell variable in a
5640# double_quote_subst'ed string.
5641delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5642
5643# Sed substitution to delay expansion of an escaped single quote.
5644delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5645
5646# Sed substitution to avoid accidental globbing in evaled expressions
5647no_glob_subst='s/\*/\\\*/g'
5648
5649ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5650ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5651ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5652
5653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5654$as_echo_n "checking how to print strings... " >&6; }
5655# Test print first, because it will be a builtin if present.
5656if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5657 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5658 ECHO='print -r --'
5659elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5660 ECHO='printf %s\n'
5661else
5662 # Use this function as a fallback that always works.
5663 func_fallback_echo ()
5664 {
5665 eval 'cat <<_LTECHO_EOF
5666$1
5667_LTECHO_EOF'
5668 }
5669 ECHO='func_fallback_echo'
5670fi
5671
5672# func_echo_all arg...
5673# Invoke $ECHO with all args, space-separated.
5674func_echo_all ()
5675{
5676 $ECHO ""
5677}
5678
5679case "$ECHO" in
5680 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5681$as_echo "printf" >&6; } ;;
5682 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5683$as_echo "print -r" >&6; } ;;
5684 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5685$as_echo "cat" >&6; } ;;
5686esac
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699
5700
5701{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5702$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5703if test "${ac_cv_path_SED+set}" = set; then :
5704 $as_echo_n "(cached) " >&6
5705else
5706 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5707 for ac_i in 1 2 3 4 5 6 7; do
5708 ac_script="$ac_script$as_nl$ac_script"
5709 done
5710 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5711 { ac_script=; unset ac_script;}
5712 if test -z "$SED"; then
5713 ac_path_SED_found=false
5714 # Loop through the user's path and test for each of PROGNAME-LIST
5715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5716for as_dir in $PATH
5717do
5718 IFS=$as_save_IFS
5719 test -z "$as_dir" && as_dir=.
5720 for ac_prog in sed gsed; do
5721 for ac_exec_ext in '' $ac_executable_extensions; do
5722 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5723 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5724# Check for GNU ac_path_SED and select it if it is found.
5725 # Check for GNU $ac_path_SED
5726case `"$ac_path_SED" --version 2>&1` in
5727*GNU*)
5728 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5729*)
5730 ac_count=0
5731 $as_echo_n 0123456789 >"conftest.in"
5732 while :
5733 do
5734 cat "conftest.in" "conftest.in" >"conftest.tmp"
5735 mv "conftest.tmp" "conftest.in"
5736 cp "conftest.in" "conftest.nl"
5737 $as_echo '' >> "conftest.nl"
5738 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5739 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5740 as_fn_arith $ac_count + 1 && ac_count=$as_val
5741 if test $ac_count -gt ${ac_path_SED_max-0}; then
5742 # Best one so far, save it but keep looking for a better one
5743 ac_cv_path_SED="$ac_path_SED"
5744 ac_path_SED_max=$ac_count
5745 fi
5746 # 10*(2^10) chars as input seems more than enough
5747 test $ac_count -gt 10 && break
5748 done
5749 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5750esac
5751
5752 $ac_path_SED_found && break 3
5753 done
5754 done
5755 done
5756IFS=$as_save_IFS
5757 if test -z "$ac_cv_path_SED"; then
5758 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5759 fi
5760else
5761 ac_cv_path_SED=$SED
5762fi
5763
5764fi
5765{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5766$as_echo "$ac_cv_path_SED" >&6; }
5767 SED="$ac_cv_path_SED"
5768 rm -f conftest.sed
5769
5770test -z "$SED" && SED=sed
5771Xsed="$SED -e 1s/^X//"
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781
5782
5783{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5784$as_echo_n "checking for fgrep... " >&6; }
5785if test "${ac_cv_path_FGREP+set}" = set; then :
5786 $as_echo_n "(cached) " >&6
5787else
5788 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5789 then ac_cv_path_FGREP="$GREP -F"
5790 else
5791 if test -z "$FGREP"; then
5792 ac_path_FGREP_found=false
5793 # Loop through the user's path and test for each of PROGNAME-LIST
5794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5795for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5796do
5797 IFS=$as_save_IFS
5798 test -z "$as_dir" && as_dir=.
5799 for ac_prog in fgrep; do
5800 for ac_exec_ext in '' $ac_executable_extensions; do
5801 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5802 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5803# Check for GNU ac_path_FGREP and select it if it is found.
5804 # Check for GNU $ac_path_FGREP
5805case `"$ac_path_FGREP" --version 2>&1` in
5806*GNU*)
5807 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5808*)
5809 ac_count=0
5810 $as_echo_n 0123456789 >"conftest.in"
5811 while :
5812 do
5813 cat "conftest.in" "conftest.in" >"conftest.tmp"
5814 mv "conftest.tmp" "conftest.in"
5815 cp "conftest.in" "conftest.nl"
5816 $as_echo 'FGREP' >> "conftest.nl"
5817 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5818 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5819 as_fn_arith $ac_count + 1 && ac_count=$as_val
5820 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5821 # Best one so far, save it but keep looking for a better one
5822 ac_cv_path_FGREP="$ac_path_FGREP"
5823 ac_path_FGREP_max=$ac_count
5824 fi
5825 # 10*(2^10) chars as input seems more than enough
5826 test $ac_count -gt 10 && break
5827 done
5828 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5829esac
5830
5831 $ac_path_FGREP_found && break 3
5832 done
5833 done
5834 done
5835IFS=$as_save_IFS
5836 if test -z "$ac_cv_path_FGREP"; then
5837 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5838 fi
5839else
5840 ac_cv_path_FGREP=$FGREP
5841fi
5842
5843 fi
5844fi
5845{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5846$as_echo "$ac_cv_path_FGREP" >&6; }
5847 FGREP="$ac_cv_path_FGREP"
5848
5849
5850test -z "$GREP" && GREP=grep
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870# Check whether --with-gnu-ld was given.
5871if test "${with_gnu_ld+set}" = set; then :
5872 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5873else
5874 with_gnu_ld=no
5875fi
5876
5877ac_prog=ld
5878if test "$GCC" = yes; then
5879 # Check if gcc -print-prog-name=ld gives a path.
5880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5881$as_echo_n "checking for ld used by $CC... " >&6; }
5882 case $host in
5883 *-*-mingw*)
5884 # gcc leaves a trailing carriage return which upsets mingw
5885 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5886 *)
5887 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5888 esac
5889 case $ac_prog in
5890 # Accept absolute paths.
5891 [\\/]* | ?:[\\/]*)
5892 re_direlt='/[^/][^/]*/\.\./'
5893 # Canonicalize the pathname of ld
5894 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5895 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5896 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5897 done
5898 test -z "$LD" && LD="$ac_prog"
5899 ;;
5900 "")
5901 # If it fails, then pretend we aren't using GCC.
5902 ac_prog=ld
5903 ;;
5904 *)
5905 # If it is relative, then search for the first ld in PATH.
5906 with_gnu_ld=unknown
5907 ;;
5908 esac
5909elif test "$with_gnu_ld" = yes; then
5910 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5911$as_echo_n "checking for GNU ld... " >&6; }
5912else
5913 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5914$as_echo_n "checking for non-GNU ld... " >&6; }
5915fi
5916if test "${lt_cv_path_LD+set}" = set; then :
5917 $as_echo_n "(cached) " >&6
5918else
5919 if test -z "$LD"; then
5920 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5921 for ac_dir in $PATH; do
5922 IFS="$lt_save_ifs"
5923 test -z "$ac_dir" && ac_dir=.
5924 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5925 lt_cv_path_LD="$ac_dir/$ac_prog"
5926 # Check to see if the program is GNU ld. I'd rather use --version,
5927 # but apparently some variants of GNU ld only accept -v.
5928 # Break only if it was the GNU/non-GNU ld that we prefer.
5929 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5930 *GNU* | *'with BFD'*)
5931 test "$with_gnu_ld" != no && break
5932 ;;
5933 *)
5934 test "$with_gnu_ld" != yes && break
5935 ;;
5936 esac
5937 fi
5938 done
5939 IFS="$lt_save_ifs"
5940else
5941 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5942fi
5943fi
5944
5945LD="$lt_cv_path_LD"
5946if test -n "$LD"; then
5947 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5948$as_echo "$LD" >&6; }
5949else
5950 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5951$as_echo "no" >&6; }
5952fi
5953test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5955$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5956if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5957 $as_echo_n "(cached) " >&6
5958else
5959 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5960case `$LD -v 2>&1 </dev/null` in
5961*GNU* | *'with BFD'*)
5962 lt_cv_prog_gnu_ld=yes
5963 ;;
5964*)
5965 lt_cv_prog_gnu_ld=no
5966 ;;
5967esac
5968fi
5969{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5970$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5971with_gnu_ld=$lt_cv_prog_gnu_ld
5972
5973
5974
5975
5976
5977
5978
5979
5980
5981{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5982$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5983if test "${lt_cv_path_NM+set}" = set; then :
5984 $as_echo_n "(cached) " >&6
5985else
5986 if test -n "$NM"; then
5987 # Let the user override the test.
5988 lt_cv_path_NM="$NM"
5989else
5990 lt_nm_to_check="${ac_tool_prefix}nm"
5991 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5992 lt_nm_to_check="$lt_nm_to_check nm"
5993 fi
5994 for lt_tmp_nm in $lt_nm_to_check; do
5995 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5996 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5997 IFS="$lt_save_ifs"
5998 test -z "$ac_dir" && ac_dir=.
5999 tmp_nm="$ac_dir/$lt_tmp_nm"
6000 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6001 # Check to see if the nm accepts a BSD-compat flag.
6002 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6003 # nm: unknown option "B" ignored
6004 # Tru64's nm complains that /dev/null is an invalid object file
6005 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6006 */dev/null* | *'Invalid file or object type'*)
6007 lt_cv_path_NM="$tmp_nm -B"
6008 break
6009 ;;
6010 *)
6011 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6012 */dev/null*)
6013 lt_cv_path_NM="$tmp_nm -p"
6014 break
6015 ;;
6016 *)
6017 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6018 continue # so that we can try to find one that supports BSD flags
6019 ;;
6020 esac
6021 ;;
6022 esac
6023 fi
6024 done
6025 IFS="$lt_save_ifs"
6026 done
6027 : ${lt_cv_path_NM=no}
6028fi
6029fi
6030{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6031$as_echo "$lt_cv_path_NM" >&6; }
6032if test "$lt_cv_path_NM" != "no"; then
6033 NM="$lt_cv_path_NM"
6034else
6035 # Didn't find any BSD compatible name lister, look for dumpbin.
6036 if test -n "$DUMPBIN"; then :
6037 # Let the user override the test.
6038 else
6039 if test -n "$ac_tool_prefix"; then
6040 for ac_prog in dumpbin "link -dump"
6041 do
6042 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6043set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6044{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6045$as_echo_n "checking for $ac_word... " >&6; }
6046if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6047 $as_echo_n "(cached) " >&6
6048else
6049 if test -n "$DUMPBIN"; then
6050 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6051else
6052as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6053for as_dir in $PATH
6054do
6055 IFS=$as_save_IFS
6056 test -z "$as_dir" && as_dir=.
6057 for ac_exec_ext in '' $ac_executable_extensions; do
6058 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6059 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6060 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6061 break 2
6062 fi
6063done
6064 done
6065IFS=$as_save_IFS
6066
6067fi
6068fi
6069DUMPBIN=$ac_cv_prog_DUMPBIN
6070if test -n "$DUMPBIN"; then
6071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6072$as_echo "$DUMPBIN" >&6; }
6073else
6074 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6075$as_echo "no" >&6; }
6076fi
6077
6078
6079 test -n "$DUMPBIN" && break
6080 done
6081fi
6082if test -z "$DUMPBIN"; then
6083 ac_ct_DUMPBIN=$DUMPBIN
6084 for ac_prog in dumpbin "link -dump"
6085do
6086 # Extract the first word of "$ac_prog", so it can be a program name with args.
6087set dummy $ac_prog; ac_word=$2
6088{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6089$as_echo_n "checking for $ac_word... " >&6; }
6090if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6091 $as_echo_n "(cached) " >&6
6092else
6093 if test -n "$ac_ct_DUMPBIN"; then
6094 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6095else
6096as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6097for as_dir in $PATH
6098do
6099 IFS=$as_save_IFS
6100 test -z "$as_dir" && as_dir=.
6101 for ac_exec_ext in '' $ac_executable_extensions; do
6102 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6103 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6104 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6105 break 2
6106 fi
6107done
6108 done
6109IFS=$as_save_IFS
6110
6111fi
6112fi
6113ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6114if test -n "$ac_ct_DUMPBIN"; then
6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6116$as_echo "$ac_ct_DUMPBIN" >&6; }
6117else
6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6119$as_echo "no" >&6; }
6120fi
6121
6122
6123 test -n "$ac_ct_DUMPBIN" && break
6124done
6125
6126 if test "x$ac_ct_DUMPBIN" = x; then
6127 DUMPBIN=":"
6128 else
6129 case $cross_compiling:$ac_tool_warned in
6130yes:)
6131{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6132$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6133ac_tool_warned=yes ;;
6134esac
6135 DUMPBIN=$ac_ct_DUMPBIN
6136 fi
6137fi
6138
6139 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6140 *COFF*)
6141 DUMPBIN="$DUMPBIN -symbols"
6142 ;;
6143 *)
6144 DUMPBIN=:
6145 ;;
6146 esac
6147 fi
6148
6149 if test "$DUMPBIN" != ":"; then
6150 NM="$DUMPBIN"
6151 fi
6152fi
6153test -z "$NM" && NM=nm
6154
6155
6156
6157
6158
6159
6160{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6161$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6162if test "${lt_cv_nm_interface+set}" = set; then :
6163 $as_echo_n "(cached) " >&6
6164else
6165 lt_cv_nm_interface="BSD nm"
6166 echo "int some_variable = 0;" > conftest.$ac_ext
6167 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6168 (eval "$ac_compile" 2>conftest.err)
6169 cat conftest.err >&5
6170 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6171 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6172 cat conftest.err >&5
6173 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6174 cat conftest.out >&5
6175 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6176 lt_cv_nm_interface="MS dumpbin"
6177 fi
6178 rm -f conftest*
6179fi
6180{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6181$as_echo "$lt_cv_nm_interface" >&6; }
6182
6183{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6184$as_echo_n "checking whether ln -s works... " >&6; }
6185LN_S=$as_ln_s
6186if test "$LN_S" = "ln -s"; then
6187 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6188$as_echo "yes" >&6; }
6189else
6190 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6191$as_echo "no, using $LN_S" >&6; }
6192fi
6193
6194# find the maximum length of command line arguments
6195{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6196$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6197if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6198 $as_echo_n "(cached) " >&6
6199else
6200 i=0
6201 teststring="ABCD"
6202
6203 case $build_os in
6204 msdosdjgpp*)
6205 # On DJGPP, this test can blow up pretty badly due to problems in libc
6206 # (any single argument exceeding 2000 bytes causes a buffer overrun
6207 # during glob expansion). Even if it were fixed, the result of this
6208 # check would be larger than it should be.
6209 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6210 ;;
6211
6212 gnu*)
6213 # Under GNU Hurd, this test is not required because there is
6214 # no limit to the length of command line arguments.
6215 # Libtool will interpret -1 as no limit whatsoever
6216 lt_cv_sys_max_cmd_len=-1;
6217 ;;
6218
6219 cygwin* | mingw* | cegcc*)
6220 # On Win9x/ME, this test blows up -- it succeeds, but takes
6221 # about 5 minutes as the teststring grows exponentially.
6222 # Worse, since 9x/ME are not pre-emptively multitasking,
6223 # you end up with a "frozen" computer, even though with patience
6224 # the test eventually succeeds (with a max line length of 256k).
6225 # Instead, let's just punt: use the minimum linelength reported by
6226 # all of the supported platforms: 8192 (on NT/2K/XP).
6227 lt_cv_sys_max_cmd_len=8192;
6228 ;;
6229
6230 mint*)
6231 # On MiNT this can take a long time and run out of memory.
6232 lt_cv_sys_max_cmd_len=8192;
6233 ;;
6234
6235 amigaos*)
6236 # On AmigaOS with pdksh, this test takes hours, literally.
6237 # So we just punt and use a minimum line length of 8192.
6238 lt_cv_sys_max_cmd_len=8192;
6239 ;;
6240
6241 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6242 # This has been around since 386BSD, at least. Likely further.
6243 if test -x /sbin/sysctl; then
6244 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6245 elif test -x /usr/sbin/sysctl; then
6246 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6247 else
6248 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6249 fi
6250 # And add a safety zone
6251 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6252 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6253 ;;
6254
6255 interix*)
6256 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6257 lt_cv_sys_max_cmd_len=196608
6258 ;;
6259
6260 osf*)
6261 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6262 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6263 # nice to cause kernel panics so lets avoid the loop below.
6264 # First set a reasonable default.
6265 lt_cv_sys_max_cmd_len=16384
6266 #
6267 if test -x /sbin/sysconfig; then
6268 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6269 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6270 esac
6271 fi
6272 ;;
6273 sco3.2v5*)
6274 lt_cv_sys_max_cmd_len=102400
6275 ;;
6276 sysv5* | sco5v6* | sysv4.2uw2*)
6277 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6278 if test -n "$kargmax"; then
6279 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6280 else
6281 lt_cv_sys_max_cmd_len=32768
6282 fi
6283 ;;
6284 *)
6285 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6286 if test -n "$lt_cv_sys_max_cmd_len"; then
6287 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6288 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6289 else
6290 # Make teststring a little bigger before we do anything with it.
6291 # a 1K string should be a reasonable start.
6292 for i in 1 2 3 4 5 6 7 8 ; do
6293 teststring=$teststring$teststring
6294 done
6295 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6296 # If test is not a shell built-in, we'll probably end up computing a
6297 # maximum length that is only half of the actual maximum length, but
6298 # we can't tell.
6299 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6300 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6301 test $i != 17 # 1/2 MB should be enough
6302 do
6303 i=`expr $i + 1`
6304 teststring=$teststring$teststring
6305 done
6306 # Only check the string length outside the loop.
6307 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6308 teststring=
6309 # Add a significant safety factor because C++ compilers can tack on
6310 # massive amounts of additional arguments before passing them to the
6311 # linker. It appears as though 1/2 is a usable value.
6312 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6313 fi
6314 ;;
6315 esac
6316
6317fi
6318
6319if test -n $lt_cv_sys_max_cmd_len ; then
6320 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6321$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6322else
6323 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6324$as_echo "none" >&6; }
6325fi
6326max_cmd_len=$lt_cv_sys_max_cmd_len
6327
6328
6329
6330
6331
6332
6333: ${CP="cp -f"}
6334: ${MV="mv -f"}
6335: ${RM="rm -f"}
6336
6337{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6338$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6339# Try some XSI features
6340xsi_shell=no
6341( _lt_dummy="a/b/c"
6342 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6343 = c,a/b,, \
6344 && eval 'test $(( 1 + 1 )) -eq 2 \
6345 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6346 && xsi_shell=yes
6347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6348$as_echo "$xsi_shell" >&6; }
6349
6350
6351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6352$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6353lt_shell_append=no
6354( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6355 >/dev/null 2>&1 \
6356 && lt_shell_append=yes
6357{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6358$as_echo "$lt_shell_append" >&6; }
6359
6360
6361if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6362 lt_unset=unset
6363else
6364 lt_unset=false
6365fi
6366
6367
6368
6369
6370
6371# test EBCDIC or ASCII
6372case `echo X|tr X '\101'` in
6373 A) # ASCII based system
6374 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6375 lt_SP2NL='tr \040 \012'
6376 lt_NL2SP='tr \015\012 \040\040'
6377 ;;
6378 *) # EBCDIC based system
6379 lt_SP2NL='tr \100 \n'
6380 lt_NL2SP='tr \r\n \100\100'
6381 ;;
6382esac
6383
6384
6385
6386
6387
6388
6389
6390
6391
6392{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6393$as_echo_n "checking for $LD option to reload object files... " >&6; }
6394if test "${lt_cv_ld_reload_flag+set}" = set; then :
6395 $as_echo_n "(cached) " >&6
6396else
6397 lt_cv_ld_reload_flag='-r'
6398fi
6399{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6400$as_echo "$lt_cv_ld_reload_flag" >&6; }
6401reload_flag=$lt_cv_ld_reload_flag
6402case $reload_flag in
6403"" | " "*) ;;
6404*) reload_flag=" $reload_flag" ;;
6405esac
6406reload_cmds='$LD$reload_flag -o $output$reload_objs'
6407case $host_os in
6408 darwin*)
6409 if test "$GCC" = yes; then
6410 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6411 else
6412 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6413 fi
6414 ;;
6415esac
6416
6417
6418
6419
6420
6421
6422
6423
6424
6425if test -n "$ac_tool_prefix"; then
6426 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6427set dummy ${ac_tool_prefix}objdump; ac_word=$2
6428{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6429$as_echo_n "checking for $ac_word... " >&6; }
6430if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6431 $as_echo_n "(cached) " >&6
6432else
6433 if test -n "$OBJDUMP"; then
6434 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6435else
6436as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6437for as_dir in $PATH
6438do
6439 IFS=$as_save_IFS
6440 test -z "$as_dir" && as_dir=.
6441 for ac_exec_ext in '' $ac_executable_extensions; do
6442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6443 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6444 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6445 break 2
6446 fi
6447done
6448 done
6449IFS=$as_save_IFS
6450
6451fi
6452fi
6453OBJDUMP=$ac_cv_prog_OBJDUMP
6454if test -n "$OBJDUMP"; then
6455 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6456$as_echo "$OBJDUMP" >&6; }
6457else
6458 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6459$as_echo "no" >&6; }
6460fi
6461
6462
6463fi
6464if test -z "$ac_cv_prog_OBJDUMP"; then
6465 ac_ct_OBJDUMP=$OBJDUMP
6466 # Extract the first word of "objdump", so it can be a program name with args.
6467set dummy objdump; ac_word=$2
6468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6469$as_echo_n "checking for $ac_word... " >&6; }
6470if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6471 $as_echo_n "(cached) " >&6
6472else
6473 if test -n "$ac_ct_OBJDUMP"; then
6474 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6475else
6476as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6477for as_dir in $PATH
6478do
6479 IFS=$as_save_IFS
6480 test -z "$as_dir" && as_dir=.
6481 for ac_exec_ext in '' $ac_executable_extensions; do
6482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6483 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6484 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6485 break 2
6486 fi
6487done
6488 done
6489IFS=$as_save_IFS
6490
6491fi
6492fi
6493ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6494if test -n "$ac_ct_OBJDUMP"; then
6495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6496$as_echo "$ac_ct_OBJDUMP" >&6; }
6497else
6498 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6499$as_echo "no" >&6; }
6500fi
6501
6502 if test "x$ac_ct_OBJDUMP" = x; then
6503 OBJDUMP="false"
6504 else
6505 case $cross_compiling:$ac_tool_warned in
6506yes:)
6507{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6508$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6509ac_tool_warned=yes ;;
6510esac
6511 OBJDUMP=$ac_ct_OBJDUMP
6512 fi
6513else
6514 OBJDUMP="$ac_cv_prog_OBJDUMP"
6515fi
6516
6517test -z "$OBJDUMP" && OBJDUMP=objdump
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6528$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6529if test "${lt_cv_deplibs_check_method+set}" = set; then :
6530 $as_echo_n "(cached) " >&6
6531else
6532 lt_cv_file_magic_cmd='$MAGIC_CMD'
6533lt_cv_file_magic_test_file=
6534lt_cv_deplibs_check_method='unknown'
6535# Need to set the preceding variable on all platforms that support
6536# interlibrary dependencies.
6537# 'none' -- dependencies not supported.
6538# `unknown' -- same as none, but documents that we really don't know.
6539# 'pass_all' -- all dependencies passed with no checks.
6540# 'test_compile' -- check by making test program.
6541# 'file_magic [[regex]]' -- check by looking for files in library path
6542# which responds to the $file_magic_cmd with a given extended regex.
6543# If you have `file' or equivalent on your system and you're not sure
6544# whether `pass_all' will *always* work, you probably want this one.
6545
6546case $host_os in
6547aix[4-9]*)
6548 lt_cv_deplibs_check_method=pass_all
6549 ;;
6550
6551beos*)
6552 lt_cv_deplibs_check_method=pass_all
6553 ;;
6554
6555bsdi[45]*)
6556 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6557 lt_cv_file_magic_cmd='/usr/bin/file -L'
6558 lt_cv_file_magic_test_file=/shlib/libc.so
6559 ;;
6560
6561cygwin*)
6562 # func_win32_libid is a shell function defined in ltmain.sh
6563 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6564 lt_cv_file_magic_cmd='func_win32_libid'
6565 ;;
6566
6567mingw* | pw32*)
6568 # Base MSYS/MinGW do not provide the 'file' command needed by
6569 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6570 # unless we find 'file', for example because we are cross-compiling.
6571 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6572 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6573 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6574 lt_cv_file_magic_cmd='func_win32_libid'
6575 else
6576 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6577 lt_cv_file_magic_cmd='$OBJDUMP -f'
6578 fi
6579 ;;
6580
6581cegcc*)
6582 # use the weaker test based on 'objdump'. See mingw*.
6583 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6584 lt_cv_file_magic_cmd='$OBJDUMP -f'
6585 ;;
6586
6587darwin* | rhapsody*)
6588 lt_cv_deplibs_check_method=pass_all
6589 ;;
6590
6591freebsd* | dragonfly*)
6592 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6593 case $host_cpu in
6594 i*86 )
6595 # Not sure whether the presence of OpenBSD here was a mistake.
6596 # Let's accept both of them until this is cleared up.
6597 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6598 lt_cv_file_magic_cmd=/usr/bin/file
6599 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6600 ;;
6601 esac
6602 else
6603 lt_cv_deplibs_check_method=pass_all
6604 fi
6605 ;;
6606
6607gnu*)
6608 lt_cv_deplibs_check_method=pass_all
6609 ;;
6610
6611haiku*)
6612 lt_cv_deplibs_check_method=pass_all
6613 ;;
6614
6615hpux10.20* | hpux11*)
6616 lt_cv_file_magic_cmd=/usr/bin/file
6617 case $host_cpu in
6618 ia64*)
6619 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6620 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6621 ;;
6622 hppa*64*)
6623 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]'
6624 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6625 ;;
6626 *)
6627 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6628 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6629 ;;
6630 esac
6631 ;;
6632
6633interix[3-9]*)
6634 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6635 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6636 ;;
6637
6638irix5* | irix6* | nonstopux*)
6639 case $LD in
6640 *-32|*"-32 ") libmagic=32-bit;;
6641 *-n32|*"-n32 ") libmagic=N32;;
6642 *-64|*"-64 ") libmagic=64-bit;;
6643 *) libmagic=never-match;;
6644 esac
6645 lt_cv_deplibs_check_method=pass_all
6646 ;;
6647
6648# This must be Linux ELF.
6649linux* | k*bsd*-gnu | kopensolaris*-gnu)
6650 lt_cv_deplibs_check_method=pass_all
6651 ;;
6652
6653netbsd*)
6654 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6655 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6656 else
6657 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6658 fi
6659 ;;
6660
6661newos6*)
6662 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6663 lt_cv_file_magic_cmd=/usr/bin/file
6664 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6665 ;;
6666
6667*nto* | *qnx*)
6668 lt_cv_deplibs_check_method=pass_all
6669 ;;
6670
6671openbsd*)
6672 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6673 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6674 else
6675 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6676 fi
6677 ;;
6678
6679osf3* | osf4* | osf5*)
6680 lt_cv_deplibs_check_method=pass_all
6681 ;;
6682
6683rdos*)
6684 lt_cv_deplibs_check_method=pass_all
6685 ;;
6686
6687solaris*)
6688 lt_cv_deplibs_check_method=pass_all
6689 ;;
6690
6691sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6692 lt_cv_deplibs_check_method=pass_all
6693 ;;
6694
6695sysv4 | sysv4.3*)
6696 case $host_vendor in
6697 motorola)
6698 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]'
6699 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6700 ;;
6701 ncr)
6702 lt_cv_deplibs_check_method=pass_all
6703 ;;
6704 sequent)
6705 lt_cv_file_magic_cmd='/bin/file'
6706 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6707 ;;
6708 sni)
6709 lt_cv_file_magic_cmd='/bin/file'
6710 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6711 lt_cv_file_magic_test_file=/lib/libc.so
6712 ;;
6713 siemens)
6714 lt_cv_deplibs_check_method=pass_all
6715 ;;
6716 pc)
6717 lt_cv_deplibs_check_method=pass_all
6718 ;;
6719 esac
6720 ;;
6721
6722tpf*)
6723 lt_cv_deplibs_check_method=pass_all
6724 ;;
6725esac
6726
6727fi
6728{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6729$as_echo "$lt_cv_deplibs_check_method" >&6; }
6730file_magic_cmd=$lt_cv_file_magic_cmd
6731deplibs_check_method=$lt_cv_deplibs_check_method
6732test -z "$deplibs_check_method" && deplibs_check_method=unknown
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745if test -n "$ac_tool_prefix"; then
6746 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6747set dummy ${ac_tool_prefix}ar; ac_word=$2
6748{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6749$as_echo_n "checking for $ac_word... " >&6; }
6750if test "${ac_cv_prog_AR+set}" = set; then :
6751 $as_echo_n "(cached) " >&6
6752else
6753 if test -n "$AR"; then
6754 ac_cv_prog_AR="$AR" # Let the user override the test.
6755else
6756as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6757for as_dir in $PATH
6758do
6759 IFS=$as_save_IFS
6760 test -z "$as_dir" && as_dir=.
6761 for ac_exec_ext in '' $ac_executable_extensions; do
6762 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6763 ac_cv_prog_AR="${ac_tool_prefix}ar"
6764 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6765 break 2
6766 fi
6767done
6768 done
6769IFS=$as_save_IFS
6770
6771fi
6772fi
6773AR=$ac_cv_prog_AR
6774if test -n "$AR"; then
6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6776$as_echo "$AR" >&6; }
6777else
6778 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6779$as_echo "no" >&6; }
6780fi
6781
6782
6783fi
6784if test -z "$ac_cv_prog_AR"; then
6785 ac_ct_AR=$AR
6786 # Extract the first word of "ar", so it can be a program name with args.
6787set dummy ar; ac_word=$2
6788{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6789$as_echo_n "checking for $ac_word... " >&6; }
6790if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6791 $as_echo_n "(cached) " >&6
6792else
6793 if test -n "$ac_ct_AR"; then
6794 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6795else
6796as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6797for as_dir in $PATH
6798do
6799 IFS=$as_save_IFS
6800 test -z "$as_dir" && as_dir=.
6801 for ac_exec_ext in '' $ac_executable_extensions; do
6802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6803 ac_cv_prog_ac_ct_AR="ar"
6804 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6805 break 2
6806 fi
6807done
6808 done
6809IFS=$as_save_IFS
6810
6811fi
6812fi
6813ac_ct_AR=$ac_cv_prog_ac_ct_AR
6814if test -n "$ac_ct_AR"; then
6815 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6816$as_echo "$ac_ct_AR" >&6; }
6817else
6818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6819$as_echo "no" >&6; }
6820fi
6821
6822 if test "x$ac_ct_AR" = x; then
6823 AR="false"
6824 else
6825 case $cross_compiling:$ac_tool_warned in
6826yes:)
6827{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6828$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6829ac_tool_warned=yes ;;
6830esac
6831 AR=$ac_ct_AR
6832 fi
6833else
6834 AR="$ac_cv_prog_AR"
6835fi
6836
6837test -z "$AR" && AR=ar
6838test -z "$AR_FLAGS" && AR_FLAGS=cru
6839
6840
6841
6842
6843
6844
6845
6846
6847
6848
6849
6850if test -n "$ac_tool_prefix"; then
6851 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6852set dummy ${ac_tool_prefix}strip; ac_word=$2
6853{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6854$as_echo_n "checking for $ac_word... " >&6; }
6855if test "${ac_cv_prog_STRIP+set}" = set; then :
6856 $as_echo_n "(cached) " >&6
6857else
6858 if test -n "$STRIP"; then
6859 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6860else
6861as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6862for as_dir in $PATH
6863do
6864 IFS=$as_save_IFS
6865 test -z "$as_dir" && as_dir=.
6866 for ac_exec_ext in '' $ac_executable_extensions; do
6867 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6868 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6869 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6870 break 2
6871 fi
6872done
6873 done
6874IFS=$as_save_IFS
6875
6876fi
6877fi
6878STRIP=$ac_cv_prog_STRIP
6879if test -n "$STRIP"; then
6880 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6881$as_echo "$STRIP" >&6; }
6882else
6883 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6884$as_echo "no" >&6; }
6885fi
6886
6887
6888fi
6889if test -z "$ac_cv_prog_STRIP"; then
6890 ac_ct_STRIP=$STRIP
6891 # Extract the first word of "strip", so it can be a program name with args.
6892set dummy strip; ac_word=$2
6893{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6894$as_echo_n "checking for $ac_word... " >&6; }
6895if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6896 $as_echo_n "(cached) " >&6
6897else
6898 if test -n "$ac_ct_STRIP"; then
6899 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6900else
6901as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6902for as_dir in $PATH
6903do
6904 IFS=$as_save_IFS
6905 test -z "$as_dir" && as_dir=.
6906 for ac_exec_ext in '' $ac_executable_extensions; do
6907 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6908 ac_cv_prog_ac_ct_STRIP="strip"
6909 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6910 break 2
6911 fi
6912done
6913 done
6914IFS=$as_save_IFS
6915
6916fi
6917fi
6918ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6919if test -n "$ac_ct_STRIP"; then
6920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6921$as_echo "$ac_ct_STRIP" >&6; }
6922else
6923 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6924$as_echo "no" >&6; }
6925fi
6926
6927 if test "x$ac_ct_STRIP" = x; then
6928 STRIP=":"
6929 else
6930 case $cross_compiling:$ac_tool_warned in
6931yes:)
6932{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6933$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6934ac_tool_warned=yes ;;
6935esac
6936 STRIP=$ac_ct_STRIP
6937 fi
6938else
6939 STRIP="$ac_cv_prog_STRIP"
6940fi
6941
6942test -z "$STRIP" && STRIP=:
6943
6944
6945
6946
6947
6948
6949if test -n "$ac_tool_prefix"; then
6950 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6951set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6953$as_echo_n "checking for $ac_word... " >&6; }
6954if test "${ac_cv_prog_RANLIB+set}" = set; then :
6955 $as_echo_n "(cached) " >&6
6956else
6957 if test -n "$RANLIB"; then
6958 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6959else
6960as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6961for as_dir in $PATH
6962do
6963 IFS=$as_save_IFS
6964 test -z "$as_dir" && as_dir=.
6965 for ac_exec_ext in '' $ac_executable_extensions; do
6966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6967 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6968 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6969 break 2
6970 fi
6971done
6972 done
6973IFS=$as_save_IFS
6974
6975fi
6976fi
6977RANLIB=$ac_cv_prog_RANLIB
6978if test -n "$RANLIB"; then
6979 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6980$as_echo "$RANLIB" >&6; }
6981else
6982 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6983$as_echo "no" >&6; }
6984fi
6985
6986
6987fi
6988if test -z "$ac_cv_prog_RANLIB"; then
6989 ac_ct_RANLIB=$RANLIB
6990 # Extract the first word of "ranlib", so it can be a program name with args.
6991set dummy ranlib; ac_word=$2
6992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6993$as_echo_n "checking for $ac_word... " >&6; }
6994if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6995 $as_echo_n "(cached) " >&6
6996else
6997 if test -n "$ac_ct_RANLIB"; then
6998 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6999else
7000as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7001for as_dir in $PATH
7002do
7003 IFS=$as_save_IFS
7004 test -z "$as_dir" && as_dir=.
7005 for ac_exec_ext in '' $ac_executable_extensions; do
7006 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7007 ac_cv_prog_ac_ct_RANLIB="ranlib"
7008 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7009 break 2
7010 fi
7011done
7012 done
7013IFS=$as_save_IFS
7014
7015fi
7016fi
7017ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7018if test -n "$ac_ct_RANLIB"; then
7019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7020$as_echo "$ac_ct_RANLIB" >&6; }
7021else
7022 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7023$as_echo "no" >&6; }
7024fi
7025
7026 if test "x$ac_ct_RANLIB" = x; then
7027 RANLIB=":"
7028 else
7029 case $cross_compiling:$ac_tool_warned in
7030yes:)
7031{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7032$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7033ac_tool_warned=yes ;;
7034esac
7035 RANLIB=$ac_ct_RANLIB
7036 fi
7037else
7038 RANLIB="$ac_cv_prog_RANLIB"
7039fi
7040
7041test -z "$RANLIB" && RANLIB=:
7042
7043
7044
7045
7046
7047
7048# Determine commands to create old-style static archives.
7049old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7050old_postinstall_cmds='chmod 644 $oldlib'
7051old_postuninstall_cmds=
7052
7053if test -n "$RANLIB"; then
7054 case $host_os in
7055 openbsd*)
7056 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7057 ;;
7058 *)
7059 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7060 ;;
7061 esac
7062 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7063fi
7064
7065case $host_os in
7066 darwin*)
7067 lock_old_archive_extraction=yes ;;
7068 *)
7069 lock_old_archive_extraction=no ;;
7070esac
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090
7091
7092for ac_prog in gawk mawk nawk awk
7093do
7094 # Extract the first word of "$ac_prog", so it can be a program name with args.
7095set dummy $ac_prog; ac_word=$2
7096{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7097$as_echo_n "checking for $ac_word... " >&6; }
7098if test "${ac_cv_prog_AWK+set}" = set; then :
7099 $as_echo_n "(cached) " >&6
7100else
7101 if test -n "$AWK"; then
7102 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7103else
7104as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7105for as_dir in $PATH
7106do
7107 IFS=$as_save_IFS
7108 test -z "$as_dir" && as_dir=.
7109 for ac_exec_ext in '' $ac_executable_extensions; do
7110 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7111 ac_cv_prog_AWK="$ac_prog"
7112 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7113 break 2
7114 fi
7115done
7116 done
7117IFS=$as_save_IFS
7118
7119fi
7120fi
7121AWK=$ac_cv_prog_AWK
7122if test -n "$AWK"; then
7123 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7124$as_echo "$AWK" >&6; }
7125else
7126 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7127$as_echo "no" >&6; }
7128fi
7129
7130
7131 test -n "$AWK" && break
7132done
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150
7151
7152# If no C compiler was specified, use CC.
7153LTCC=${LTCC-"$CC"}
7154
7155# If no C compiler flags were specified, use CFLAGS.
7156LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7157
7158# Allow CC to be a program name with arguments.
7159compiler=$CC
7160
7161
7162# Check for command to grab the raw symbol name followed by C symbol from nm.
7163{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7164$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7165if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7166 $as_echo_n "(cached) " >&6
7167else
7168
7169# These are sane defaults that work on at least a few old systems.
7170# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7171
7172# Character class describing NM global symbol codes.
7173symcode='[BCDEGRST]'
7174
7175# Regexp to match symbols that can be accessed directly from C.
7176sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7177
7178# Define system-specific variables.
7179case $host_os in
7180aix*)
7181 symcode='[BCDT]'
7182 ;;
7183cygwin* | mingw* | pw32* | cegcc*)
7184 symcode='[ABCDGISTW]'
7185 ;;
7186hpux*)
7187 if test "$host_cpu" = ia64; then
7188 symcode='[ABCDEGRST]'
7189 fi
7190 ;;
7191irix* | nonstopux*)
7192 symcode='[BCDEGRST]'
7193 ;;
7194osf*)
7195 symcode='[BCDEGQRST]'
7196 ;;
7197solaris*)
7198 symcode='[BDRT]'
7199 ;;
7200sco3.2v5*)
7201 symcode='[DT]'
7202 ;;
7203sysv4.2uw2*)
7204 symcode='[DT]'
7205 ;;
7206sysv5* | sco5v6* | unixware* | OpenUNIX*)
7207 symcode='[ABDT]'
7208 ;;
7209sysv4)
7210 symcode='[DFNSTU]'
7211 ;;
7212esac
7213
7214# If we're using GNU nm, then use its standard symbol codes.
7215case `$NM -V 2>&1` in
7216*GNU* | *'with BFD'*)
7217 symcode='[ABCDGIRSTW]' ;;
7218esac
7219
7220# Transform an extracted symbol line into a proper C declaration.
7221# Some systems (esp. on ia64) link data and code symbols differently,
7222# so use this general approach.
7223lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7224
7225# Transform an extracted symbol line into symbol name and symbol address
7226lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7227lt_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'"
7228
7229# Handle CRLF in mingw tool chain
7230opt_cr=
7231case $build_os in
7232mingw*)
7233 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7234 ;;
7235esac
7236
7237# Try without a prefix underscore, then with it.
7238for ac_symprfx in "" "_"; do
7239
7240 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7241 symxfrm="\\1 $ac_symprfx\\2 \\2"
7242
7243 # Write the raw and C identifiers.
7244 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7245 # Fake it for dumpbin and say T for any non-static function
7246 # and D for any global variable.
7247 # Also find C++ and __fastcall symbols from MSVC++,
7248 # which start with @ or ?.
7249 lt_cv_sys_global_symbol_pipe="$AWK '"\
7250" {last_section=section; section=\$ 3};"\
7251" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7252" \$ 0!~/External *\|/{next};"\
7253" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7254" {if(hide[section]) next};"\
7255" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7256" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7257" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7258" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7259" ' prfx=^$ac_symprfx"
7260 else
7261 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7262 fi
7263
7264 # Check to see that the pipe works correctly.
7265 pipe_works=no
7266
7267 rm -f conftest*
7268 cat > conftest.$ac_ext <<_LT_EOF
7269#ifdef __cplusplus
7270extern "C" {
7271#endif
7272char nm_test_var;
7273void nm_test_func(void);
7274void nm_test_func(void){}
7275#ifdef __cplusplus
7276}
7277#endif
7278int main(){nm_test_var='a';nm_test_func();return(0);}
7279_LT_EOF
7280
7281 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7282 (eval $ac_compile) 2>&5
7283 ac_status=$?
7284 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7285 test $ac_status = 0; }; then
7286 # Now try to grab the symbols.
7287 nlist=conftest.nm
7288 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7289 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7290 ac_status=$?
7291 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7292 test $ac_status = 0; } && test -s "$nlist"; then
7293 # Try sorting and uniquifying the output.
7294 if sort "$nlist" | uniq > "$nlist"T; then
7295 mv -f "$nlist"T "$nlist"
7296 else
7297 rm -f "$nlist"T
7298 fi
7299
7300 # Make sure that we snagged all the symbols we need.
7301 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7302 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7303 cat <<_LT_EOF > conftest.$ac_ext
7304#ifdef __cplusplus
7305extern "C" {
7306#endif
7307
7308_LT_EOF
7309 # Now generate the symbol file.
7310 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7311
7312 cat <<_LT_EOF >> conftest.$ac_ext
7313
7314/* The mapping between symbol names and symbols. */
7315const struct {
7316 const char *name;
7317 void *address;
7318}
7319lt__PROGRAM__LTX_preloaded_symbols[] =
7320{
7321 { "@PROGRAM@", (void *) 0 },
7322_LT_EOF
7323 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7324 cat <<\_LT_EOF >> conftest.$ac_ext
7325 {0, (void *) 0}
7326};
7327
7328/* This works around a problem in FreeBSD linker */
7329#ifdef FREEBSD_WORKAROUND
7330static const void *lt_preloaded_setup() {
7331 return lt__PROGRAM__LTX_preloaded_symbols;
7332}
7333#endif
7334
7335#ifdef __cplusplus
7336}
7337#endif
7338_LT_EOF
7339 # Now try linking the two files.
7340 mv conftest.$ac_objext conftstm.$ac_objext
7341 lt_save_LIBS="$LIBS"
7342 lt_save_CFLAGS="$CFLAGS"
7343 LIBS="conftstm.$ac_objext"
7344 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7345 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7346 (eval $ac_link) 2>&5
7347 ac_status=$?
7348 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7349 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7350 pipe_works=yes
7351 fi
7352 LIBS="$lt_save_LIBS"
7353 CFLAGS="$lt_save_CFLAGS"
7354 else
7355 echo "cannot find nm_test_func in $nlist" >&5
7356 fi
7357 else
7358 echo "cannot find nm_test_var in $nlist" >&5
7359 fi
7360 else
7361 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7362 fi
7363 else
7364 echo "$progname: failed program was:" >&5
7365 cat conftest.$ac_ext >&5
7366 fi
7367 rm -rf conftest* conftst*
7368
7369 # Do not use the global_symbol_pipe unless it works.
7370 if test "$pipe_works" = yes; then
7371 break
7372 else
7373 lt_cv_sys_global_symbol_pipe=
7374 fi
7375done
7376
7377fi
7378
7379if test -z "$lt_cv_sys_global_symbol_pipe"; then
7380 lt_cv_sys_global_symbol_to_cdecl=
7381fi
7382if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7384$as_echo "failed" >&6; }
7385else
7386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7387$as_echo "ok" >&6; }
7388fi
7389
7390
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409
7410
7411# Check whether --enable-libtool-lock was given.
7412if test "${enable_libtool_lock+set}" = set; then :
7413 enableval=$enable_libtool_lock;
7414fi
7415
7416test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7417
7418# Some flags need to be propagated to the compiler or linker for good
7419# libtool support.
7420case $host in
7421ia64-*-hpux*)
7422 # Find out which ABI we are using.
7423 echo 'int i;' > conftest.$ac_ext
7424 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7425 (eval $ac_compile) 2>&5
7426 ac_status=$?
7427 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7428 test $ac_status = 0; }; then
7429 case `/usr/bin/file conftest.$ac_objext` in
7430 *ELF-32*)
7431 HPUX_IA64_MODE="32"
7432 ;;
7433 *ELF-64*)
7434 HPUX_IA64_MODE="64"
7435 ;;
7436 esac
7437 fi
7438 rm -rf conftest*
7439 ;;
7440*-*-irix6*)
7441 # Find out which ABI we are using.
7442 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7443 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7444 (eval $ac_compile) 2>&5
7445 ac_status=$?
7446 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7447 test $ac_status = 0; }; then
7448 if test "$lt_cv_prog_gnu_ld" = yes; then
7449 case `/usr/bin/file conftest.$ac_objext` in
7450 *32-bit*)
7451 LD="${LD-ld} -melf32bsmip"
7452 ;;
7453 *N32*)
7454 LD="${LD-ld} -melf32bmipn32"
7455 ;;
7456 *64-bit*)
7457 LD="${LD-ld} -melf64bmip"
7458 ;;
7459 esac
7460 else
7461 case `/usr/bin/file conftest.$ac_objext` in
7462 *32-bit*)
7463 LD="${LD-ld} -32"
7464 ;;
7465 *N32*)
7466 LD="${LD-ld} -n32"
7467 ;;
7468 *64-bit*)
7469 LD="${LD-ld} -64"
7470 ;;
7471 esac
7472 fi
7473 fi
7474 rm -rf conftest*
7475 ;;
7476
bf3d9781 7477x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7478s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7479 # Find out which ABI we are using.
7480 echo 'int i;' > conftest.$ac_ext
7481 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7482 (eval $ac_compile) 2>&5
7483 ac_status=$?
7484 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7485 test $ac_status = 0; }; then
7486 case `/usr/bin/file conftest.o` in
7487 *32-bit*)
7488 case $host in
7489 x86_64-*kfreebsd*-gnu)
7490 LD="${LD-ld} -m elf_i386_fbsd"
7491 ;;
7492 x86_64-*linux*)
7493 case `/usr/bin/file conftest.o` in
7494 *x86-64*)
7495 LD="${LD-ld} -m elf32_x86_64"
7496 ;;
7497 *)
7498 LD="${LD-ld} -m elf_i386"
7499 ;;
7500 esac
7501 ;;
bf3d9781
AM
7502 powerpc64le-*linux*)
7503 LD="${LD-ld} -m elf32lppclinux"
7504 ;;
7505 powerpc64-*linux*)
6bb11ab3
L
7506 LD="${LD-ld} -m elf32ppclinux"
7507 ;;
7508 s390x-*linux*)
7509 LD="${LD-ld} -m elf_s390"
7510 ;;
7511 sparc64-*linux*)
7512 LD="${LD-ld} -m elf32_sparc"
7513 ;;
7514 esac
7515 ;;
7516 *64-bit*)
7517 case $host in
7518 x86_64-*kfreebsd*-gnu)
7519 LD="${LD-ld} -m elf_x86_64_fbsd"
7520 ;;
7521 x86_64-*linux*)
7522 LD="${LD-ld} -m elf_x86_64"
7523 ;;
bf3d9781
AM
7524 powerpcle-*linux*)
7525 LD="${LD-ld} -m elf64lppc"
7526 ;;
7527 powerpc-*linux*)
6bb11ab3
L
7528 LD="${LD-ld} -m elf64ppc"
7529 ;;
7530 s390*-*linux*|s390*-*tpf*)
7531 LD="${LD-ld} -m elf64_s390"
7532 ;;
7533 sparc*-*linux*)
7534 LD="${LD-ld} -m elf64_sparc"
7535 ;;
7536 esac
7537 ;;
7538 esac
7539 fi
7540 rm -rf conftest*
7541 ;;
7542
7543*-*-sco3.2v5*)
7544 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7545 SAVE_CFLAGS="$CFLAGS"
7546 CFLAGS="$CFLAGS -belf"
7547 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7548$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7549if test "${lt_cv_cc_needs_belf+set}" = set; then :
7550 $as_echo_n "(cached) " >&6
7551else
7552 ac_ext=c
7553ac_cpp='$CPP $CPPFLAGS'
7554ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7555ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7556ac_compiler_gnu=$ac_cv_c_compiler_gnu
7557
7558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7559/* end confdefs.h. */
7560
7561int
7562main ()
7563{
7564
7565 ;
7566 return 0;
7567}
7568_ACEOF
7569if ac_fn_c_try_link "$LINENO"; then :
7570 lt_cv_cc_needs_belf=yes
7571else
7572 lt_cv_cc_needs_belf=no
7573fi
7574rm -f core conftest.err conftest.$ac_objext \
7575 conftest$ac_exeext conftest.$ac_ext
7576 ac_ext=c
7577ac_cpp='$CPP $CPPFLAGS'
7578ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7579ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7580ac_compiler_gnu=$ac_cv_c_compiler_gnu
7581
7582fi
7583{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7584$as_echo "$lt_cv_cc_needs_belf" >&6; }
7585 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7586 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7587 CFLAGS="$SAVE_CFLAGS"
7588 fi
7589 ;;
7590sparc*-*solaris*)
7591 # Find out which ABI we are using.
7592 echo 'int i;' > conftest.$ac_ext
7593 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7594 (eval $ac_compile) 2>&5
7595 ac_status=$?
7596 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7597 test $ac_status = 0; }; then
7598 case `/usr/bin/file conftest.o` in
7599 *64-bit*)
7600 case $lt_cv_prog_gnu_ld in
7601 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7602 *)
7603 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7604 LD="${LD-ld} -64"
7605 fi
7606 ;;
7607 esac
7608 ;;
7609 esac
7610 fi
7611 rm -rf conftest*
7612 ;;
7613esac
7614
7615need_locks="$enable_libtool_lock"
7616
7617
7618 case $host_os in
7619 rhapsody* | darwin*)
7620 if test -n "$ac_tool_prefix"; then
7621 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7622set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7623{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7624$as_echo_n "checking for $ac_word... " >&6; }
7625if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7626 $as_echo_n "(cached) " >&6
7627else
7628 if test -n "$DSYMUTIL"; then
7629 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7630else
7631as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7632for as_dir in $PATH
7633do
7634 IFS=$as_save_IFS
7635 test -z "$as_dir" && as_dir=.
7636 for ac_exec_ext in '' $ac_executable_extensions; do
7637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7638 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7639 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7640 break 2
7641 fi
7642done
7643 done
7644IFS=$as_save_IFS
7645
7646fi
7647fi
7648DSYMUTIL=$ac_cv_prog_DSYMUTIL
7649if test -n "$DSYMUTIL"; then
7650 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7651$as_echo "$DSYMUTIL" >&6; }
7652else
7653 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7654$as_echo "no" >&6; }
7655fi
7656
7657
7658fi
7659if test -z "$ac_cv_prog_DSYMUTIL"; then
7660 ac_ct_DSYMUTIL=$DSYMUTIL
7661 # Extract the first word of "dsymutil", so it can be a program name with args.
7662set dummy dsymutil; ac_word=$2
7663{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7664$as_echo_n "checking for $ac_word... " >&6; }
7665if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7666 $as_echo_n "(cached) " >&6
7667else
7668 if test -n "$ac_ct_DSYMUTIL"; then
7669 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7670else
7671as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7672for as_dir in $PATH
7673do
7674 IFS=$as_save_IFS
7675 test -z "$as_dir" && as_dir=.
7676 for ac_exec_ext in '' $ac_executable_extensions; do
7677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7678 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7679 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7680 break 2
7681 fi
7682done
7683 done
7684IFS=$as_save_IFS
7685
7686fi
7687fi
7688ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7689if test -n "$ac_ct_DSYMUTIL"; then
7690 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7691$as_echo "$ac_ct_DSYMUTIL" >&6; }
7692else
7693 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7694$as_echo "no" >&6; }
7695fi
7696
7697 if test "x$ac_ct_DSYMUTIL" = x; then
7698 DSYMUTIL=":"
7699 else
7700 case $cross_compiling:$ac_tool_warned in
7701yes:)
7702{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7703$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7704ac_tool_warned=yes ;;
7705esac
7706 DSYMUTIL=$ac_ct_DSYMUTIL
7707 fi
7708else
7709 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7710fi
7711
7712 if test -n "$ac_tool_prefix"; then
7713 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7714set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7715{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7716$as_echo_n "checking for $ac_word... " >&6; }
7717if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7718 $as_echo_n "(cached) " >&6
7719else
7720 if test -n "$NMEDIT"; then
7721 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7722else
7723as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7724for as_dir in $PATH
7725do
7726 IFS=$as_save_IFS
7727 test -z "$as_dir" && as_dir=.
7728 for ac_exec_ext in '' $ac_executable_extensions; do
7729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7730 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7731 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7732 break 2
7733 fi
7734done
7735 done
7736IFS=$as_save_IFS
7737
7738fi
7739fi
7740NMEDIT=$ac_cv_prog_NMEDIT
7741if test -n "$NMEDIT"; then
7742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7743$as_echo "$NMEDIT" >&6; }
7744else
7745 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7746$as_echo "no" >&6; }
7747fi
7748
7749
7750fi
7751if test -z "$ac_cv_prog_NMEDIT"; then
7752 ac_ct_NMEDIT=$NMEDIT
7753 # Extract the first word of "nmedit", so it can be a program name with args.
7754set dummy nmedit; ac_word=$2
7755{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7756$as_echo_n "checking for $ac_word... " >&6; }
7757if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7758 $as_echo_n "(cached) " >&6
7759else
7760 if test -n "$ac_ct_NMEDIT"; then
7761 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7762else
7763as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7764for as_dir in $PATH
7765do
7766 IFS=$as_save_IFS
7767 test -z "$as_dir" && as_dir=.
7768 for ac_exec_ext in '' $ac_executable_extensions; do
7769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7770 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7771 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7772 break 2
7773 fi
7774done
7775 done
7776IFS=$as_save_IFS
7777
7778fi
7779fi
7780ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7781if test -n "$ac_ct_NMEDIT"; then
7782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7783$as_echo "$ac_ct_NMEDIT" >&6; }
7784else
7785 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7786$as_echo "no" >&6; }
7787fi
7788
7789 if test "x$ac_ct_NMEDIT" = x; then
7790 NMEDIT=":"
7791 else
7792 case $cross_compiling:$ac_tool_warned in
7793yes:)
7794{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7795$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7796ac_tool_warned=yes ;;
7797esac
7798 NMEDIT=$ac_ct_NMEDIT
7799 fi
7800else
7801 NMEDIT="$ac_cv_prog_NMEDIT"
7802fi
7803
7804 if test -n "$ac_tool_prefix"; then
7805 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7806set dummy ${ac_tool_prefix}lipo; ac_word=$2
7807{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7808$as_echo_n "checking for $ac_word... " >&6; }
7809if test "${ac_cv_prog_LIPO+set}" = set; then :
7810 $as_echo_n "(cached) " >&6
7811else
7812 if test -n "$LIPO"; then
7813 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7814else
7815as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7816for as_dir in $PATH
7817do
7818 IFS=$as_save_IFS
7819 test -z "$as_dir" && as_dir=.
7820 for ac_exec_ext in '' $ac_executable_extensions; do
7821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7822 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7823 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7824 break 2
7825 fi
7826done
7827 done
7828IFS=$as_save_IFS
7829
7830fi
7831fi
7832LIPO=$ac_cv_prog_LIPO
7833if test -n "$LIPO"; then
7834 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7835$as_echo "$LIPO" >&6; }
7836else
7837 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7838$as_echo "no" >&6; }
7839fi
7840
7841
7842fi
7843if test -z "$ac_cv_prog_LIPO"; then
7844 ac_ct_LIPO=$LIPO
7845 # Extract the first word of "lipo", so it can be a program name with args.
7846set dummy lipo; ac_word=$2
7847{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7848$as_echo_n "checking for $ac_word... " >&6; }
7849if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7850 $as_echo_n "(cached) " >&6
7851else
7852 if test -n "$ac_ct_LIPO"; then
7853 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7854else
7855as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7856for as_dir in $PATH
7857do
7858 IFS=$as_save_IFS
7859 test -z "$as_dir" && as_dir=.
7860 for ac_exec_ext in '' $ac_executable_extensions; do
7861 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7862 ac_cv_prog_ac_ct_LIPO="lipo"
7863 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7864 break 2
7865 fi
7866done
7867 done
7868IFS=$as_save_IFS
7869
7870fi
7871fi
7872ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7873if test -n "$ac_ct_LIPO"; then
7874 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7875$as_echo "$ac_ct_LIPO" >&6; }
7876else
7877 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7878$as_echo "no" >&6; }
7879fi
7880
7881 if test "x$ac_ct_LIPO" = x; then
7882 LIPO=":"
7883 else
7884 case $cross_compiling:$ac_tool_warned in
7885yes:)
7886{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7887$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7888ac_tool_warned=yes ;;
7889esac
7890 LIPO=$ac_ct_LIPO
7891 fi
7892else
7893 LIPO="$ac_cv_prog_LIPO"
7894fi
7895
7896 if test -n "$ac_tool_prefix"; then
7897 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7898set dummy ${ac_tool_prefix}otool; ac_word=$2
7899{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7900$as_echo_n "checking for $ac_word... " >&6; }
7901if test "${ac_cv_prog_OTOOL+set}" = set; then :
7902 $as_echo_n "(cached) " >&6
7903else
7904 if test -n "$OTOOL"; then
7905 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7906else
7907as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7908for as_dir in $PATH
7909do
7910 IFS=$as_save_IFS
7911 test -z "$as_dir" && as_dir=.
7912 for ac_exec_ext in '' $ac_executable_extensions; do
7913 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7914 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7915 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7916 break 2
7917 fi
7918done
7919 done
7920IFS=$as_save_IFS
7921
7922fi
7923fi
7924OTOOL=$ac_cv_prog_OTOOL
7925if test -n "$OTOOL"; then
7926 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7927$as_echo "$OTOOL" >&6; }
7928else
7929 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7930$as_echo "no" >&6; }
7931fi
7932
7933
7934fi
7935if test -z "$ac_cv_prog_OTOOL"; then
7936 ac_ct_OTOOL=$OTOOL
7937 # Extract the first word of "otool", so it can be a program name with args.
7938set dummy otool; ac_word=$2
7939{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7940$as_echo_n "checking for $ac_word... " >&6; }
7941if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7942 $as_echo_n "(cached) " >&6
7943else
7944 if test -n "$ac_ct_OTOOL"; then
7945 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7946else
7947as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7948for as_dir in $PATH
7949do
7950 IFS=$as_save_IFS
7951 test -z "$as_dir" && as_dir=.
7952 for ac_exec_ext in '' $ac_executable_extensions; do
7953 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7954 ac_cv_prog_ac_ct_OTOOL="otool"
7955 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7956 break 2
7957 fi
7958done
7959 done
7960IFS=$as_save_IFS
7961
7962fi
7963fi
7964ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7965if test -n "$ac_ct_OTOOL"; then
7966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7967$as_echo "$ac_ct_OTOOL" >&6; }
7968else
7969 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7970$as_echo "no" >&6; }
7971fi
7972
7973 if test "x$ac_ct_OTOOL" = x; then
7974 OTOOL=":"
7975 else
7976 case $cross_compiling:$ac_tool_warned in
7977yes:)
7978{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7979$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7980ac_tool_warned=yes ;;
7981esac
7982 OTOOL=$ac_ct_OTOOL
7983 fi
7984else
7985 OTOOL="$ac_cv_prog_OTOOL"
7986fi
7987
7988 if test -n "$ac_tool_prefix"; then
7989 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7990set dummy ${ac_tool_prefix}otool64; ac_word=$2
7991{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7992$as_echo_n "checking for $ac_word... " >&6; }
7993if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7994 $as_echo_n "(cached) " >&6
7995else
7996 if test -n "$OTOOL64"; then
7997 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7998else
7999as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8000for as_dir in $PATH
8001do
8002 IFS=$as_save_IFS
8003 test -z "$as_dir" && as_dir=.
8004 for ac_exec_ext in '' $ac_executable_extensions; do
8005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8006 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8007 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8008 break 2
8009 fi
8010done
8011 done
8012IFS=$as_save_IFS
8013
8014fi
8015fi
8016OTOOL64=$ac_cv_prog_OTOOL64
8017if test -n "$OTOOL64"; then
8018 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8019$as_echo "$OTOOL64" >&6; }
8020else
8021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8022$as_echo "no" >&6; }
8023fi
8024
8025
8026fi
8027if test -z "$ac_cv_prog_OTOOL64"; then
8028 ac_ct_OTOOL64=$OTOOL64
8029 # Extract the first word of "otool64", so it can be a program name with args.
8030set dummy otool64; ac_word=$2
8031{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8032$as_echo_n "checking for $ac_word... " >&6; }
8033if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8034 $as_echo_n "(cached) " >&6
8035else
8036 if test -n "$ac_ct_OTOOL64"; then
8037 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8038else
8039as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8040for as_dir in $PATH
8041do
8042 IFS=$as_save_IFS
8043 test -z "$as_dir" && as_dir=.
8044 for ac_exec_ext in '' $ac_executable_extensions; do
8045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8046 ac_cv_prog_ac_ct_OTOOL64="otool64"
8047 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8048 break 2
8049 fi
8050done
8051 done
8052IFS=$as_save_IFS
8053
8054fi
8055fi
8056ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8057if test -n "$ac_ct_OTOOL64"; then
8058 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8059$as_echo "$ac_ct_OTOOL64" >&6; }
8060else
8061 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8062$as_echo "no" >&6; }
8063fi
8064
8065 if test "x$ac_ct_OTOOL64" = x; then
8066 OTOOL64=":"
8067 else
8068 case $cross_compiling:$ac_tool_warned in
8069yes:)
8070{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8071$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8072ac_tool_warned=yes ;;
8073esac
8074 OTOOL64=$ac_ct_OTOOL64
8075 fi
8076else
8077 OTOOL64="$ac_cv_prog_OTOOL64"
8078fi
8079
8080
8081
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8107$as_echo_n "checking for -single_module linker flag... " >&6; }
8108if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8109 $as_echo_n "(cached) " >&6
8110else
8111 lt_cv_apple_cc_single_mod=no
8112 if test -z "${LT_MULTI_MODULE}"; then
8113 # By default we will add the -single_module flag. You can override
8114 # by either setting the environment variable LT_MULTI_MODULE
8115 # non-empty at configure time, or by adding -multi_module to the
8116 # link flags.
8117 rm -rf libconftest.dylib*
8118 echo "int foo(void){return 1;}" > conftest.c
8119 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8120-dynamiclib -Wl,-single_module conftest.c" >&5
8121 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8122 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8123 _lt_result=$?
8124 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8125 lt_cv_apple_cc_single_mod=yes
8126 else
8127 cat conftest.err >&5
8128 fi
8129 rm -rf libconftest.dylib*
8130 rm -f conftest.*
8131 fi
8132fi
8133{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8134$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8136$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8137if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8138 $as_echo_n "(cached) " >&6
8139else
8140 lt_cv_ld_exported_symbols_list=no
8141 save_LDFLAGS=$LDFLAGS
8142 echo "_main" > conftest.sym
8143 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8144 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8145/* end confdefs.h. */
8146
8147int
8148main ()
8149{
8150
8151 ;
8152 return 0;
8153}
8154_ACEOF
8155if ac_fn_c_try_link "$LINENO"; then :
8156 lt_cv_ld_exported_symbols_list=yes
8157else
8158 lt_cv_ld_exported_symbols_list=no
8159fi
8160rm -f core conftest.err conftest.$ac_objext \
8161 conftest$ac_exeext conftest.$ac_ext
8162 LDFLAGS="$save_LDFLAGS"
8163
8164fi
8165{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8166$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8167 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8168$as_echo_n "checking for -force_load linker flag... " >&6; }
8169if test "${lt_cv_ld_force_load+set}" = set; then :
8170 $as_echo_n "(cached) " >&6
8171else
8172 lt_cv_ld_force_load=no
8173 cat > conftest.c << _LT_EOF
8174int forced_loaded() { return 2;}
8175_LT_EOF
8176 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8177 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8178 echo "$AR cru libconftest.a conftest.o" >&5
8179 $AR cru libconftest.a conftest.o 2>&5
8180 cat > conftest.c << _LT_EOF
8181int main() { return 0;}
8182_LT_EOF
8183 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8184 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8185 _lt_result=$?
8186 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8187 lt_cv_ld_force_load=yes
8188 else
8189 cat conftest.err >&5
8190 fi
8191 rm -f conftest.err libconftest.a conftest conftest.c
8192 rm -rf conftest.dSYM
8193
8194fi
8195{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8196$as_echo "$lt_cv_ld_force_load" >&6; }
8197 case $host_os in
8198 rhapsody* | darwin1.[012])
8199 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8200 darwin1.*)
8201 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8202 darwin*) # darwin 5.x on
8203 # if running on 10.5 or later, the deployment target defaults
8204 # to the OS version, if on x86, and 10.4, the deployment
8205 # target defaults to 10.4. Don't you love it?
8206 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8207 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8208 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8209 10.[012][,.]*)
6bb11ab3
L
8210 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8211 10.*)
8212 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8213 esac
8214 ;;
8215 esac
8216 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8217 _lt_dar_single_mod='$single_module'
8218 fi
8219 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8220 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8221 else
8222 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8223 fi
8224 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8225 _lt_dsymutil='~$DSYMUTIL $lib || :'
8226 else
8227 _lt_dsymutil=
8228 fi
8229 ;;
8230 esac
8231
8232for ac_header in dlfcn.h
8233do :
8234 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8235"
8236if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8237 cat >>confdefs.h <<_ACEOF
8238#define HAVE_DLFCN_H 1
8239_ACEOF
8240
8241fi
8242
8243done
8244
8245
8246
8247# autoconf.info says this should be called right after AC_INIT.
8248ac_config_headers="$ac_config_headers config.h:config.in"
8249
8250
8251
0cb8d851
MF
8252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8253$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8254if test "${ac_cv_c_bigendian+set}" = set; then :
8255 $as_echo_n "(cached) " >&6
8256else
8257 ac_cv_c_bigendian=unknown
8258 # See if we're dealing with a universal compiler.
8259 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8260/* end confdefs.h. */
8261#ifndef __APPLE_CC__
8262 not a universal capable compiler
8263 #endif
8264 typedef int dummy;
8265
8266_ACEOF
8267if ac_fn_c_try_compile "$LINENO"; then :
8268
8269 # Check for potential -arch flags. It is not universal unless
8270 # there are at least two -arch flags with different values.
8271 ac_arch=
8272 ac_prev=
8273 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8274 if test -n "$ac_prev"; then
8275 case $ac_word in
8276 i?86 | x86_64 | ppc | ppc64)
8277 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8278 ac_arch=$ac_word
8279 else
8280 ac_cv_c_bigendian=universal
8281 break
8282 fi
8283 ;;
8284 esac
8285 ac_prev=
8286 elif test "x$ac_word" = "x-arch"; then
8287 ac_prev=arch
8288 fi
8289 done
8290fi
8291rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8292 if test $ac_cv_c_bigendian = unknown; then
8293 # See if sys/param.h defines the BYTE_ORDER macro.
8294 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8295/* end confdefs.h. */
8296#include <sys/types.h>
8297 #include <sys/param.h>
8298
8299int
8300main ()
8301{
8302#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8303 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8304 && LITTLE_ENDIAN)
8305 bogus endian macros
8306 #endif
8307
8308 ;
8309 return 0;
8310}
8311_ACEOF
8312if ac_fn_c_try_compile "$LINENO"; then :
8313 # It does; now see whether it defined to BIG_ENDIAN or not.
8314 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8315/* end confdefs.h. */
8316#include <sys/types.h>
8317 #include <sys/param.h>
8318
8319int
8320main ()
8321{
8322#if BYTE_ORDER != BIG_ENDIAN
8323 not big endian
8324 #endif
8325
8326 ;
8327 return 0;
8328}
8329_ACEOF
8330if ac_fn_c_try_compile "$LINENO"; then :
8331 ac_cv_c_bigendian=yes
8332else
8333 ac_cv_c_bigendian=no
8334fi
8335rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8336fi
8337rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8338 fi
8339 if test $ac_cv_c_bigendian = unknown; then
8340 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8341 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8342/* end confdefs.h. */
8343#include <limits.h>
8344
8345int
8346main ()
8347{
8348#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8349 bogus endian macros
8350 #endif
8351
8352 ;
8353 return 0;
8354}
8355_ACEOF
8356if ac_fn_c_try_compile "$LINENO"; then :
8357 # It does; now see whether it defined to _BIG_ENDIAN or not.
8358 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8359/* end confdefs.h. */
8360#include <limits.h>
8361
8362int
8363main ()
8364{
8365#ifndef _BIG_ENDIAN
8366 not big endian
8367 #endif
8368
8369 ;
8370 return 0;
8371}
8372_ACEOF
8373if ac_fn_c_try_compile "$LINENO"; then :
8374 ac_cv_c_bigendian=yes
8375else
8376 ac_cv_c_bigendian=no
8377fi
8378rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8379fi
8380rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8381 fi
8382 if test $ac_cv_c_bigendian = unknown; then
8383 # Compile a test program.
8384 if test "$cross_compiling" = yes; then :
8385 # Try to guess by grepping values from an object file.
8386 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8387/* end confdefs.h. */
8388short int ascii_mm[] =
8389 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8390 short int ascii_ii[] =
8391 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8392 int use_ascii (int i) {
8393 return ascii_mm[i] + ascii_ii[i];
8394 }
8395 short int ebcdic_ii[] =
8396 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8397 short int ebcdic_mm[] =
8398 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8399 int use_ebcdic (int i) {
8400 return ebcdic_mm[i] + ebcdic_ii[i];
8401 }
8402 extern int foo;
8403
8404int
8405main ()
8406{
8407return use_ascii (foo) == use_ebcdic (foo);
8408 ;
8409 return 0;
8410}
8411_ACEOF
8412if ac_fn_c_try_compile "$LINENO"; then :
8413 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8414 ac_cv_c_bigendian=yes
8415 fi
8416 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8417 if test "$ac_cv_c_bigendian" = unknown; then
8418 ac_cv_c_bigendian=no
8419 else
8420 # finding both strings is unlikely to happen, but who knows?
8421 ac_cv_c_bigendian=unknown
8422 fi
8423 fi
8424fi
8425rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8426else
8427 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8428/* end confdefs.h. */
8429$ac_includes_default
8430int
8431main ()
8432{
8433
8434 /* Are we little or big endian? From Harbison&Steele. */
8435 union
8436 {
8437 long int l;
8438 char c[sizeof (long int)];
8439 } u;
8440 u.l = 1;
8441 return u.c[sizeof (long int) - 1] == 1;
8442
8443 ;
8444 return 0;
8445}
8446_ACEOF
8447if ac_fn_c_try_run "$LINENO"; then :
8448 ac_cv_c_bigendian=no
8449else
8450 ac_cv_c_bigendian=yes
8451fi
8452rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8453 conftest.$ac_objext conftest.beam conftest.$ac_ext
8454fi
8455
8456 fi
8457fi
8458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8459$as_echo "$ac_cv_c_bigendian" >&6; }
8460 case $ac_cv_c_bigendian in #(
8461 yes)
8462 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8463;; #(
8464 no)
8465 ;; #(
8466 universal)
8467
8468$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8469
8470 ;; #(
8471 *)
8472 as_fn_error "unknown endianness
8473 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8474 esac
8475
6bb11ab3
L
8476
8477
8478
8479# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
8480if test -z "$CC_FOR_BUILD"; then
8481 if test "x$cross_compiling" = "xno"; then
8482 CC_FOR_BUILD='$(CC)'
8483 else
8484 CC_FOR_BUILD=gcc
8485 fi
6bb11ab3
L
8486fi
8487
8488
8489
8490
8491AR=${AR-ar}
8492
8493if test -n "$ac_tool_prefix"; then
8494 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8495set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8496{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8497$as_echo_n "checking for $ac_word... " >&6; }
8498if test "${ac_cv_prog_RANLIB+set}" = set; then :
8499 $as_echo_n "(cached) " >&6
8500else
8501 if test -n "$RANLIB"; then
8502 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8503else
8504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8505for as_dir in $PATH
8506do
8507 IFS=$as_save_IFS
8508 test -z "$as_dir" && as_dir=.
8509 for ac_exec_ext in '' $ac_executable_extensions; do
8510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8511 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8512 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8513 break 2
8514 fi
8515done
8516 done
8517IFS=$as_save_IFS
8518
8519fi
8520fi
8521RANLIB=$ac_cv_prog_RANLIB
8522if test -n "$RANLIB"; then
8523 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8524$as_echo "$RANLIB" >&6; }
8525else
8526 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8527$as_echo "no" >&6; }
8528fi
8529
8530
8531fi
8532if test -z "$ac_cv_prog_RANLIB"; then
8533 ac_ct_RANLIB=$RANLIB
8534 # Extract the first word of "ranlib", so it can be a program name with args.
8535set dummy ranlib; ac_word=$2
8536{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8537$as_echo_n "checking for $ac_word... " >&6; }
8538if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8539 $as_echo_n "(cached) " >&6
8540else
8541 if test -n "$ac_ct_RANLIB"; then
8542 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8543else
8544as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8545for as_dir in $PATH
8546do
8547 IFS=$as_save_IFS
8548 test -z "$as_dir" && as_dir=.
8549 for ac_exec_ext in '' $ac_executable_extensions; do
8550 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8551 ac_cv_prog_ac_ct_RANLIB="ranlib"
8552 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8553 break 2
8554 fi
8555done
8556 done
8557IFS=$as_save_IFS
8558
8559fi
8560fi
8561ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8562if test -n "$ac_ct_RANLIB"; then
8563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8564$as_echo "$ac_ct_RANLIB" >&6; }
8565else
8566 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8567$as_echo "no" >&6; }
8568fi
8569
8570 if test "x$ac_ct_RANLIB" = x; then
8571 RANLIB=":"
8572 else
8573 case $cross_compiling:$ac_tool_warned in
8574yes:)
8575{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8576$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8577ac_tool_warned=yes ;;
8578esac
8579 RANLIB=$ac_ct_RANLIB
8580 fi
8581else
8582 RANLIB="$ac_cv_prog_RANLIB"
8583fi
8584
8585
8586# Some of the common include files depend on bfd.h, and bfd.h checks
8587# that config.h is included first by testing that the PACKAGE macro
8588# is defined.
8589PACKAGE=sim
8590
8591cat >>confdefs.h <<_ACEOF
8592#define PACKAGE "$PACKAGE"
8593_ACEOF
8594
8595
8596
8597# Dependency checking.
8598ac_config_commands="$ac_config_commands depdir"
8599
8600
8601depcc="$CC" am_compiler_list=
8602
8603am_depcomp=$ac_aux_dir/depcomp
8604{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8605$as_echo_n "checking dependency style of $depcc... " >&6; }
8606if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8607 $as_echo_n "(cached) " >&6
8608else
8609 if test -f "$am_depcomp"; then
8610 # We make a subdir and do the tests there. Otherwise we can end up
8611 # making bogus files that we don't know about and never remove. For
8612 # instance it was reported that on HP-UX the gcc test will end up
8613 # making a dummy file named `D' -- because `-MD' means `put the output
8614 # in D'.
8615 mkdir conftest.dir
8616 # Copy depcomp to subdir because otherwise we won't find it if we're
8617 # using a relative directory.
8618 cp "$am_depcomp" conftest.dir
8619 cd conftest.dir
8620 # We will build objects and dependencies in a subdirectory because
8621 # it helps to detect inapplicable dependency modes. For instance
8622 # both Tru64's cc and ICC support -MD to output dependencies as a
8623 # side effect of compilation, but ICC will put the dependencies in
8624 # the current directory while Tru64 will put them in the object
8625 # directory.
8626 mkdir sub
8627
8628 am_cv_CC_dependencies_compiler_type=none
8629 if test "$am_compiler_list" = ""; then
8630 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8631 fi
8632 for depmode in $am_compiler_list; do
8633 if test $depmode = none; then break; fi
8634
8635 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8636 # Setup a source with many dependencies, because some compilers
8637 # like to wrap large dependency lists on column 80 (with \), and
8638 # we should not choose a depcomp mode which is confused by this.
8639 #
8640 # We need to recreate these files for each test, as the compiler may
8641 # overwrite some of them when testing with obscure command lines.
8642 # This happens at least with the AIX C compiler.
8643 : > sub/conftest.c
8644 for i in 1 2 3 4 5 6; do
8645 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8646 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8647 # Solaris 8's {/usr,}/bin/sh.
8648 touch sub/conftst$i.h
8649 done
8650 echo "include sub/conftest.Po" > confmf
8651
8652 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8653 # mode. It turns out that the SunPro C++ compiler does not properly
8654 # handle `-M -o', and we need to detect this.
8655 depcmd="depmode=$depmode \
8656 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8657 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8658 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8659 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8660 if env $depcmd > conftest.err 2>&1 &&
8661 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8662 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8663 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8664 # icc doesn't choke on unknown options, it will just issue warnings
8665 # or remarks (even with -Werror). So we grep stderr for any message
8666 # that says an option was ignored or not supported.
8667 # When given -MP, icc 7.0 and 7.1 complain thusly:
8668 # icc: Command line warning: ignoring option '-M'; no argument required
8669 # The diagnosis changed in icc 8.0:
8670 # icc: Command line remark: option '-MP' not supported
8671 if (grep 'ignoring option' conftest.err ||
8672 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8673 am_cv_CC_dependencies_compiler_type=$depmode
8674 $as_echo "$as_me:$LINENO: success" >&5
8675 break
8676 fi
8677 fi
8678 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8679 sed -e 's/^/| /' < conftest.err >&5
8680 done
8681
8682 cd ..
8683 rm -rf conftest.dir
8684else
8685 am_cv_CC_dependencies_compiler_type=none
8686fi
8687
8688fi
8689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8690$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8691if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8692then as_fn_error "no usable dependency style found" "$LINENO" 5
8693else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8694
8695fi
8696
8697
8698# Check for the 'make' the user wants to use.
8699for ac_prog in make
8700do
8701 # Extract the first word of "$ac_prog", so it can be a program name with args.
8702set dummy $ac_prog; ac_word=$2
8703{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8704$as_echo_n "checking for $ac_word... " >&6; }
8705if test "${ac_cv_prog_MAKE+set}" = set; then :
8706 $as_echo_n "(cached) " >&6
8707else
8708 if test -n "$MAKE"; then
8709 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8710else
8711as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8712for as_dir in $PATH
8713do
8714 IFS=$as_save_IFS
8715 test -z "$as_dir" && as_dir=.
8716 for ac_exec_ext in '' $ac_executable_extensions; do
8717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8718 ac_cv_prog_MAKE="$ac_prog"
8719 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8720 break 2
8721 fi
8722done
8723 done
8724IFS=$as_save_IFS
8725
8726fi
8727fi
8728MAKE=$ac_cv_prog_MAKE
8729if test -n "$MAKE"; then
8730 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8731$as_echo "$MAKE" >&6; }
8732else
8733 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8734$as_echo "no" >&6; }
8735fi
8736
8737
8738 test -n "$MAKE" && break
8739done
8740
8741MAKE_IS_GNU=
8742case "`$MAKE --version 2>&1 | sed 1q`" in
8743 *GNU*)
8744 MAKE_IS_GNU=yes
8745 ;;
8746esac
8747 if test "$MAKE_IS_GNU" = yes; then
8748 GMAKE_TRUE=
8749 GMAKE_FALSE='#'
8750else
8751 GMAKE_TRUE='#'
8752 GMAKE_FALSE=
8753fi
8754
8755
8756ALL_LINGUAS=
8757# If we haven't got the data from the intl directory,
8758# assume NLS is disabled.
8759USE_NLS=no
8760LIBINTL=
8761LIBINTL_DEP=
8762INCINTL=
8763XGETTEXT=
8764GMSGFMT=
8765POSUB=
8766
8767if test -f ../../intl/config.intl; then
8768 . ../../intl/config.intl
8769fi
8770{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8771$as_echo_n "checking whether NLS is requested... " >&6; }
8772if test x"$USE_NLS" != xyes; then
8773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8774$as_echo "no" >&6; }
8775else
8776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8777$as_echo "yes" >&6; }
8778
8779$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8780
8781
8782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8783$as_echo_n "checking for catalogs to be installed... " >&6; }
8784 # Look for .po and .gmo files in the source directory.
8785 CATALOGS=
8786 XLINGUAS=
8787 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8788 # If there aren't any .gmo files the shell will give us the
8789 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8790 # weeded out.
8791 case "$cat" in *\**)
8792 continue;;
8793 esac
8794 # The quadruple backslash is collapsed to a double backslash
8795 # by the backticks, then collapsed again by the double quotes,
8796 # leaving us with one backslash in the sed expression (right
8797 # before the dot that mustn't act as a wildcard).
8798 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8799 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8800 # The user is allowed to set LINGUAS to a list of languages to
8801 # install catalogs for. If it's empty that means "all of them."
8802 if test "x$LINGUAS" = x; then
8803 CATALOGS="$CATALOGS $cat"
8804 XLINGUAS="$XLINGUAS $lang"
8805 else
8806 case "$LINGUAS" in *$lang*)
8807 CATALOGS="$CATALOGS $cat"
8808 XLINGUAS="$XLINGUAS $lang"
8809 ;;
8810 esac
8811 fi
8812 done
8813 LINGUAS="$XLINGUAS"
8814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8815$as_echo "$LINGUAS" >&6; }
8816
8817
8818 DATADIRNAME=share
8819
8820 INSTOBJEXT=.mo
8821
8822 GENCAT=gencat
8823
8824 CATOBJEXT=.gmo
8825
8826fi
8827
8828# Check for common headers.
8829# FIXME: Seems to me this can cause problems for i386-windows hosts.
8830# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8831for ac_header in stdlib.h string.h strings.h unistd.h time.h
8832do :
8833 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8834ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8835eval as_val=\$$as_ac_Header
8836 if test "x$as_val" = x""yes; then :
8837 cat >>confdefs.h <<_ACEOF
8838#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8839_ACEOF
8840
8841fi
8842
8843done
8844
936df756 8845for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8846do :
8847 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8848ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8849eval as_val=\$$as_ac_Header
8850 if test "x$as_val" = x""yes; then :
8851 cat >>confdefs.h <<_ACEOF
8852#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8853_ACEOF
8854
8855fi
8856
8857done
8858
8859for ac_header in fcntl.h fpu_control.h
8860do :
8861 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8862ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8863eval as_val=\$$as_ac_Header
8864 if test "x$as_val" = x""yes; then :
8865 cat >>confdefs.h <<_ACEOF
8866#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8867_ACEOF
8868
8869fi
8870
8871done
8872
8873for ac_header in dlfcn.h errno.h sys/stat.h
8874do :
8875 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8876ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8877eval as_val=\$$as_ac_Header
8878 if test "x$as_val" = x""yes; then :
8879 cat >>confdefs.h <<_ACEOF
8880#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8881_ACEOF
8882
8883fi
8884
8885done
8886
8887for ac_func in getrusage time sigaction __setfpucw
8888do :
8889 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8890ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8891eval as_val=\$$as_ac_var
8892 if test "x$as_val" = x""yes; then :
8893 cat >>confdefs.h <<_ACEOF
8894#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8895_ACEOF
8896
8897fi
8898done
8899
936df756
MF
8900for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8901do :
8902 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8903ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8904eval as_val=\$$as_ac_var
8905 if test "x$as_val" = x""yes; then :
8906 cat >>confdefs.h <<_ACEOF
8907#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8908_ACEOF
8909
8910fi
8911done
8912
8913ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8914#include <sys/types.h>
8915#endif
8916#ifdef HAVE_SYS_STAT_H
8917#include <sys/stat.h>
8918#endif
8919"
8920if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8921
8922cat >>confdefs.h <<_ACEOF
8923#define HAVE_STRUCT_STAT_ST_DEV 1
8924_ACEOF
8925
8926
8927fi
8928ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8929#include <sys/types.h>
8930#endif
8931#ifdef HAVE_SYS_STAT_H
8932#include <sys/stat.h>
8933#endif
8934"
8935if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8936
8937cat >>confdefs.h <<_ACEOF
8938#define HAVE_STRUCT_STAT_ST_INO 1
8939_ACEOF
8940
8941
8942fi
8943ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8944#include <sys/types.h>
8945#endif
8946#ifdef HAVE_SYS_STAT_H
8947#include <sys/stat.h>
8948#endif
8949"
8950if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8951
8952cat >>confdefs.h <<_ACEOF
8953#define HAVE_STRUCT_STAT_ST_MODE 1
8954_ACEOF
8955
8956
8957fi
8958ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8959#include <sys/types.h>
8960#endif
8961#ifdef HAVE_SYS_STAT_H
8962#include <sys/stat.h>
8963#endif
8964"
8965if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8966
8967cat >>confdefs.h <<_ACEOF
8968#define HAVE_STRUCT_STAT_ST_NLINK 1
8969_ACEOF
8970
8971
8972fi
8973ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
8974#include <sys/types.h>
8975#endif
8976#ifdef HAVE_SYS_STAT_H
8977#include <sys/stat.h>
8978#endif
8979"
8980if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
8981
8982cat >>confdefs.h <<_ACEOF
8983#define HAVE_STRUCT_STAT_ST_UID 1
8984_ACEOF
8985
8986
8987fi
8988ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
8989#include <sys/types.h>
8990#endif
8991#ifdef HAVE_SYS_STAT_H
8992#include <sys/stat.h>
8993#endif
8994"
8995if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
8996
8997cat >>confdefs.h <<_ACEOF
8998#define HAVE_STRUCT_STAT_ST_GID 1
8999_ACEOF
9000
9001
9002fi
9003ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9004#include <sys/types.h>
9005#endif
9006#ifdef HAVE_SYS_STAT_H
9007#include <sys/stat.h>
9008#endif
9009"
9010if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9011
9012cat >>confdefs.h <<_ACEOF
9013#define HAVE_STRUCT_STAT_ST_RDEV 1
9014_ACEOF
9015
9016
9017fi
9018ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9019#include <sys/types.h>
9020#endif
9021#ifdef HAVE_SYS_STAT_H
9022#include <sys/stat.h>
9023#endif
9024"
9025if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9026
9027cat >>confdefs.h <<_ACEOF
9028#define HAVE_STRUCT_STAT_ST_SIZE 1
9029_ACEOF
9030
9031
9032fi
9033ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9034#include <sys/types.h>
9035#endif
9036#ifdef HAVE_SYS_STAT_H
9037#include <sys/stat.h>
9038#endif
9039"
9040if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9041
9042cat >>confdefs.h <<_ACEOF
9043#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9044_ACEOF
9045
9046
9047fi
9048ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9049#include <sys/types.h>
9050#endif
9051#ifdef HAVE_SYS_STAT_H
9052#include <sys/stat.h>
9053#endif
9054"
9055if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9056
9057cat >>confdefs.h <<_ACEOF
9058#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9059_ACEOF
9060
9061
9062fi
9063ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9064#include <sys/types.h>
9065#endif
9066#ifdef HAVE_SYS_STAT_H
9067#include <sys/stat.h>
9068#endif
9069"
9070if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9071
9072cat >>confdefs.h <<_ACEOF
9073#define HAVE_STRUCT_STAT_ST_ATIME 1
9074_ACEOF
9075
9076
9077fi
9078ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9079#include <sys/types.h>
9080#endif
9081#ifdef HAVE_SYS_STAT_H
9082#include <sys/stat.h>
9083#endif
9084"
9085if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9086
9087cat >>confdefs.h <<_ACEOF
9088#define HAVE_STRUCT_STAT_ST_MTIME 1
9089_ACEOF
9090
9091
9092fi
9093ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9094#include <sys/types.h>
9095#endif
9096#ifdef HAVE_SYS_STAT_H
9097#include <sys/stat.h>
9098#endif
9099"
9100if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9101
9102cat >>confdefs.h <<_ACEOF
9103#define HAVE_STRUCT_STAT_ST_CTIME 1
9104_ACEOF
9105
9106
9107fi
9108
9109ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9110#include <sys/socket.h>
9111
9112"
9113if test "x$ac_cv_type_socklen_t" = x""yes; then :
9114
9115cat >>confdefs.h <<_ACEOF
9116#define HAVE_SOCKLEN_T 1
9117_ACEOF
9118
9119
9120fi
9121
6bb11ab3
L
9122
9123# Check for socket libraries
9124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9125$as_echo_n "checking for bind in -lsocket... " >&6; }
9126if test "${ac_cv_lib_socket_bind+set}" = set; then :
9127 $as_echo_n "(cached) " >&6
9128else
9129 ac_check_lib_save_LIBS=$LIBS
9130LIBS="-lsocket $LIBS"
9131cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9132/* end confdefs.h. */
9133
9134/* Override any GCC internal prototype to avoid an error.
9135 Use char because int might match the return type of a GCC
9136 builtin and then its argument prototype would still apply. */
9137#ifdef __cplusplus
9138extern "C"
9139#endif
9140char bind ();
9141int
9142main ()
9143{
9144return bind ();
9145 ;
9146 return 0;
9147}
9148_ACEOF
9149if ac_fn_c_try_link "$LINENO"; then :
9150 ac_cv_lib_socket_bind=yes
9151else
9152 ac_cv_lib_socket_bind=no
9153fi
9154rm -f core conftest.err conftest.$ac_objext \
9155 conftest$ac_exeext conftest.$ac_ext
9156LIBS=$ac_check_lib_save_LIBS
9157fi
9158{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9159$as_echo "$ac_cv_lib_socket_bind" >&6; }
9160if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9161 cat >>confdefs.h <<_ACEOF
9162#define HAVE_LIBSOCKET 1
9163_ACEOF
9164
9165 LIBS="-lsocket $LIBS"
9166
9167fi
9168
9169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9170$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9171if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9172 $as_echo_n "(cached) " >&6
9173else
9174 ac_check_lib_save_LIBS=$LIBS
9175LIBS="-lnsl $LIBS"
9176cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9177/* end confdefs.h. */
9178
9179/* Override any GCC internal prototype to avoid an error.
9180 Use char because int might match the return type of a GCC
9181 builtin and then its argument prototype would still apply. */
9182#ifdef __cplusplus
9183extern "C"
9184#endif
9185char gethostbyname ();
9186int
9187main ()
9188{
9189return gethostbyname ();
9190 ;
9191 return 0;
9192}
9193_ACEOF
9194if ac_fn_c_try_link "$LINENO"; then :
9195 ac_cv_lib_nsl_gethostbyname=yes
9196else
9197 ac_cv_lib_nsl_gethostbyname=no
9198fi
9199rm -f core conftest.err conftest.$ac_objext \
9200 conftest$ac_exeext conftest.$ac_ext
9201LIBS=$ac_check_lib_save_LIBS
9202fi
9203{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9204$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9205if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9206 cat >>confdefs.h <<_ACEOF
9207#define HAVE_LIBNSL 1
9208_ACEOF
9209
9210 LIBS="-lnsl $LIBS"
9211
9212fi
9213
9214
9215# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9216# using the same condition.
9217
aadc9410 9218 # Use the system's zlib library.
7fed4b0b
L
9219 zlibdir="-L\$(top_builddir)/../zlib"
9220 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9221
aadc9410
MF
9222# Check whether --with-system-zlib was given.
9223if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9224 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9225 zlibdir=
9226 zlibinc=
9227 fi
6bb11ab3
L
9228
9229fi
9230
6bb11ab3 9231
6bb11ab3 9232
6bb11ab3
L
9233
9234
9235# BFD uses libdl when when plugins enabled.
9236
faa743bb
RM
9237 maybe_plugins=no
9238 for ac_header in dlfcn.h
9239do :
9240 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9241"
9242if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9243 cat >>confdefs.h <<_ACEOF
9244#define HAVE_DLFCN_H 1
9245_ACEOF
9246 maybe_plugins=yes
9247fi
9248
9249done
9250
9251 for ac_header in windows.h
9252do :
9253 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9254"
9255if test "x$ac_cv_header_windows_h" = x""yes; then :
9256 cat >>confdefs.h <<_ACEOF
9257#define HAVE_WINDOWS_H 1
9258_ACEOF
9259 maybe_plugins=yes
9260fi
9261
9262done
9263
9264
9265 # Check whether --enable-plugins was given.
6bb11ab3
L
9266if test "${enable_plugins+set}" = set; then :
9267 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9268 no) plugins=no ;;
9269 *) plugins=yes
9270 if test "$maybe_plugins" != "yes" ; then
9271 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9272 fi ;;
9273 esac
6bb11ab3 9274else
faa743bb
RM
9275 plugins=$maybe_plugins
9276
6bb11ab3
L
9277fi
9278
2974be62
AM
9279 if test "$plugins" = "yes"; then
9280 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9281$as_echo_n "checking for library containing dlopen... " >&6; }
9282if test "${ac_cv_search_dlopen+set}" = set; then :
9283 $as_echo_n "(cached) " >&6
9284else
9285 ac_func_search_save_LIBS=$LIBS
9286cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9287/* end confdefs.h. */
9288
9289/* Override any GCC internal prototype to avoid an error.
9290 Use char because int might match the return type of a GCC
9291 builtin and then its argument prototype would still apply. */
9292#ifdef __cplusplus
9293extern "C"
9294#endif
9295char dlopen ();
9296int
9297main ()
9298{
9299return dlopen ();
9300 ;
9301 return 0;
9302}
9303_ACEOF
9304for ac_lib in '' dl; do
9305 if test -z "$ac_lib"; then
9306 ac_res="none required"
9307 else
9308 ac_res=-l$ac_lib
9309 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9310 fi
9311 if ac_fn_c_try_link "$LINENO"; then :
9312 ac_cv_search_dlopen=$ac_res
9313fi
9314rm -f core conftest.err conftest.$ac_objext \
9315 conftest$ac_exeext
9316 if test "${ac_cv_search_dlopen+set}" = set; then :
9317 break
9318fi
9319done
9320if test "${ac_cv_search_dlopen+set}" = set; then :
9321
9322else
9323 ac_cv_search_dlopen=no
9324fi
9325rm conftest.$ac_ext
9326LIBS=$ac_func_search_save_LIBS
9327fi
9328{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9329$as_echo "$ac_cv_search_dlopen" >&6; }
9330ac_res=$ac_cv_search_dlopen
9331if test "$ac_res" != no; then :
9332 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9333
9334fi
9335
9336 fi
6bb11ab3
L
9337
9338 if test "$plugins" = yes; then
9339 PLUGINS_TRUE=
9340 PLUGINS_FALSE='#'
9341else
9342 PLUGINS_TRUE='#'
9343 PLUGINS_FALSE=
9344fi
9345
9346
9347
9348
9349
9350# Set options
9351enable_dlopen=yes
9352
9353
9354
9355
9356 enable_win32_dll=no
9357
9358
9359 # Check whether --enable-shared was given.
9360if test "${enable_shared+set}" = set; then :
9361 enableval=$enable_shared; p=${PACKAGE-default}
9362 case $enableval in
9363 yes) enable_shared=yes ;;
9364 no) enable_shared=no ;;
9365 *)
9366 enable_shared=no
9367 # Look at the argument we got. We use all the common list separators.
9368 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9369 for pkg in $enableval; do
9370 IFS="$lt_save_ifs"
9371 if test "X$pkg" = "X$p"; then
9372 enable_shared=yes
9373 fi
9374 done
9375 IFS="$lt_save_ifs"
9376 ;;
9377 esac
9378else
9379 enable_shared=yes
9380fi
9381
9382
9383
9384
9385
9386
9387
9388
9389
9390 # Check whether --enable-static was given.
9391if test "${enable_static+set}" = set; then :
9392 enableval=$enable_static; p=${PACKAGE-default}
9393 case $enableval in
9394 yes) enable_static=yes ;;
9395 no) enable_static=no ;;
9396 *)
9397 enable_static=no
9398 # Look at the argument we got. We use all the common list separators.
9399 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9400 for pkg in $enableval; do
9401 IFS="$lt_save_ifs"
9402 if test "X$pkg" = "X$p"; then
9403 enable_static=yes
9404 fi
9405 done
9406 IFS="$lt_save_ifs"
9407 ;;
9408 esac
9409else
9410 enable_static=yes
9411fi
9412
9413
9414
9415
9416
9417
9418
9419
9420
9421
9422# Check whether --with-pic was given.
9423if test "${with_pic+set}" = set; then :
9424 withval=$with_pic; pic_mode="$withval"
9425else
9426 pic_mode=default
9427fi
9428
9429
9430test -z "$pic_mode" && pic_mode=default
9431
9432
9433
9434
9435
9436
9437
9438 # Check whether --enable-fast-install was given.
9439if test "${enable_fast_install+set}" = set; then :
9440 enableval=$enable_fast_install; p=${PACKAGE-default}
9441 case $enableval in
9442 yes) enable_fast_install=yes ;;
9443 no) enable_fast_install=no ;;
9444 *)
9445 enable_fast_install=no
9446 # Look at the argument we got. We use all the common list separators.
9447 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9448 for pkg in $enableval; do
9449 IFS="$lt_save_ifs"
9450 if test "X$pkg" = "X$p"; then
9451 enable_fast_install=yes
9452 fi
9453 done
9454 IFS="$lt_save_ifs"
9455 ;;
9456 esac
9457else
9458 enable_fast_install=yes
9459fi
9460
9461
9462
9463
9464
9465
9466
9467
9468
9469
9470
9471# This can be used to rebuild libtool when needed
9472LIBTOOL_DEPS="$ltmain"
9473
9474# Always use our own libtool.
9475LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498
9499
9500
9501
9502test -z "$LN_S" && LN_S="ln -s"
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513
9514
9515
9516
9517if test -n "${ZSH_VERSION+set}" ; then
9518 setopt NO_GLOB_SUBST
87326c78 9519fi
87326c78 9520
6bb11ab3
L
9521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9522$as_echo_n "checking for objdir... " >&6; }
9523if test "${lt_cv_objdir+set}" = set; then :
9524 $as_echo_n "(cached) " >&6
9525else
9526 rm -f .libs 2>/dev/null
9527mkdir .libs 2>/dev/null
9528if test -d .libs; then
9529 lt_cv_objdir=.libs
9530else
9531 # MS-DOS does not allow filenames that begin with a dot.
9532 lt_cv_objdir=_libs
9533fi
9534rmdir .libs 2>/dev/null
9535fi
9536{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9537$as_echo "$lt_cv_objdir" >&6; }
9538objdir=$lt_cv_objdir
9539
9540
9541
9542
9543
9544cat >>confdefs.h <<_ACEOF
9545#define LT_OBJDIR "$lt_cv_objdir/"
9546_ACEOF
9547
9548
9549
9550
9551case $host_os in
9552aix3*)
9553 # AIX sometimes has problems with the GCC collect2 program. For some
9554 # reason, if we set the COLLECT_NAMES environment variable, the problems
9555 # vanish in a puff of smoke.
9556 if test "X${COLLECT_NAMES+set}" != Xset; then
9557 COLLECT_NAMES=
9558 export COLLECT_NAMES
9559 fi
9560 ;;
87326c78 9561esac
6bb11ab3
L
9562
9563# Global variables:
9564ofile=libtool
9565can_build_shared=yes
9566
9567# All known linkers require a `.a' archive for static linking (except MSVC,
9568# which needs '.lib').
9569libext=a
9570
9571with_gnu_ld="$lt_cv_prog_gnu_ld"
9572
9573old_CC="$CC"
9574old_CFLAGS="$CFLAGS"
9575
9576# Set sane defaults for various variables
9577test -z "$CC" && CC=cc
9578test -z "$LTCC" && LTCC=$CC
9579test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9580test -z "$LD" && LD=ld
9581test -z "$ac_objext" && ac_objext=o
9582
9583for cc_temp in $compiler""; do
9584 case $cc_temp in
9585 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9586 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9587 \-*) ;;
9588 *) break;;
9589 esac
9590done
9591cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9592
9593
9594# Only perform the check for file, if the check method requires it
9595test -z "$MAGIC_CMD" && MAGIC_CMD=file
9596case $deplibs_check_method in
9597file_magic*)
9598 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9599 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9600$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9601if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9602 $as_echo_n "(cached) " >&6
9603else
9604 case $MAGIC_CMD in
9605[\\/*] | ?:[\\/]*)
9606 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9607 ;;
9608*)
9609 lt_save_MAGIC_CMD="$MAGIC_CMD"
9610 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9611 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9612 for ac_dir in $ac_dummy; do
9613 IFS="$lt_save_ifs"
9614 test -z "$ac_dir" && ac_dir=.
9615 if test -f $ac_dir/${ac_tool_prefix}file; then
9616 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9617 if test -n "$file_magic_test_file"; then
9618 case $deplibs_check_method in
9619 "file_magic "*)
9620 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9621 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9622 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9623 $EGREP "$file_magic_regex" > /dev/null; then
9624 :
9625 else
9626 cat <<_LT_EOF 1>&2
9627
9628*** Warning: the command libtool uses to detect shared libraries,
9629*** $file_magic_cmd, produces output that libtool cannot recognize.
9630*** The result is that libtool may fail to recognize shared libraries
9631*** as such. This will affect the creation of libtool libraries that
9632*** depend on shared libraries, but programs linked with such libtool
9633*** libraries will work regardless of this problem. Nevertheless, you
9634*** may want to report the problem to your system manager and/or to
9635*** bug-libtool@gnu.org
9636
9637_LT_EOF
9638 fi ;;
9639 esac
9640 fi
9641 break
87326c78 9642 fi
6bb11ab3
L
9643 done
9644 IFS="$lt_save_ifs"
9645 MAGIC_CMD="$lt_save_MAGIC_CMD"
9646 ;;
9647esac
87326c78 9648fi
87326c78 9649
6bb11ab3
L
9650MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9651if test -n "$MAGIC_CMD"; then
9652 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9653$as_echo "$MAGIC_CMD" >&6; }
9654else
9655 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9656$as_echo "no" >&6; }
9657fi
87326c78 9658
6bb11ab3
L
9659
9660
9661
9662
9663if test -z "$lt_cv_path_MAGIC_CMD"; then
9664 if test -n "$ac_tool_prefix"; then
9665 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9666$as_echo_n "checking for file... " >&6; }
9667if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9668 $as_echo_n "(cached) " >&6
9669else
9670 case $MAGIC_CMD in
9671[\\/*] | ?:[\\/]*)
9672 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9673 ;;
9674*)
9675 lt_save_MAGIC_CMD="$MAGIC_CMD"
9676 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9677 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9678 for ac_dir in $ac_dummy; do
9679 IFS="$lt_save_ifs"
9680 test -z "$ac_dir" && ac_dir=.
9681 if test -f $ac_dir/file; then
9682 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9683 if test -n "$file_magic_test_file"; then
9684 case $deplibs_check_method in
9685 "file_magic "*)
9686 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9687 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9688 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9689 $EGREP "$file_magic_regex" > /dev/null; then
9690 :
9691 else
9692 cat <<_LT_EOF 1>&2
9693
9694*** Warning: the command libtool uses to detect shared libraries,
9695*** $file_magic_cmd, produces output that libtool cannot recognize.
9696*** The result is that libtool may fail to recognize shared libraries
9697*** as such. This will affect the creation of libtool libraries that
9698*** depend on shared libraries, but programs linked with such libtool
9699*** libraries will work regardless of this problem. Nevertheless, you
9700*** may want to report the problem to your system manager and/or to
9701*** bug-libtool@gnu.org
9702
9703_LT_EOF
9704 fi ;;
9705 esac
9706 fi
9707 break
9708 fi
9709 done
9710 IFS="$lt_save_ifs"
9711 MAGIC_CMD="$lt_save_MAGIC_CMD"
9712 ;;
87326c78 9713esac
6bb11ab3
L
9714fi
9715
9716MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9717if test -n "$MAGIC_CMD"; then
9718 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9719$as_echo "$MAGIC_CMD" >&6; }
9720else
9721 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9722$as_echo "no" >&6; }
9723fi
9724
9725
9726 else
9727 MAGIC_CMD=:
9728 fi
9729fi
9730
9731 fi
9732 ;;
9733esac
9734
9735# Use C for the default configuration in the libtool script
9736
9737lt_save_CC="$CC"
9738ac_ext=c
9739ac_cpp='$CPP $CPPFLAGS'
9740ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9741ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9742ac_compiler_gnu=$ac_cv_c_compiler_gnu
9743
9744
9745# Source file extension for C test sources.
9746ac_ext=c
9747
9748# Object file extension for compiled C test sources.
9749objext=o
9750objext=$objext
9751
9752# Code to be used in simple compile tests
9753lt_simple_compile_test_code="int some_variable = 0;"
9754
9755# Code to be used in simple link tests
9756lt_simple_link_test_code='int main(){return(0);}'
9757
9758
9759
9760
9761
9762
9763
9764# If no C compiler was specified, use CC.
9765LTCC=${LTCC-"$CC"}
9766
9767# If no C compiler flags were specified, use CFLAGS.
9768LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9769
9770# Allow CC to be a program name with arguments.
9771compiler=$CC
9772
9773# Save the default compiler, since it gets overwritten when the other
9774# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9775compiler_DEFAULT=$CC
9776
9777# save warnings/boilerplate of simple test code
9778ac_outfile=conftest.$ac_objext
9779echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9780eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9781_lt_compiler_boilerplate=`cat conftest.err`
9782$RM conftest*
9783
9784ac_outfile=conftest.$ac_objext
9785echo "$lt_simple_link_test_code" >conftest.$ac_ext
9786eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9787_lt_linker_boilerplate=`cat conftest.err`
9788$RM -r conftest*
9789
9790
9791## CAVEAT EMPTOR:
9792## There is no encapsulation within the following macros, do not change
9793## the running order or otherwise move them around unless you know exactly
9794## what you are doing...
9795if test -n "$compiler"; then
9796
9797lt_prog_compiler_no_builtin_flag=
9798
9799if test "$GCC" = yes; then
9800 case $cc_basename in
9801 nvcc*)
9802 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9803 *)
9804 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
87326c78 9805 esac
6bb11ab3
L
9806
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9808$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9809if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9810 $as_echo_n "(cached) " >&6
87326c78 9811else
6bb11ab3
L
9812 lt_cv_prog_compiler_rtti_exceptions=no
9813 ac_outfile=conftest.$ac_objext
9814 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9815 lt_compiler_flag="-fno-rtti -fno-exceptions"
9816 # Insert the option either (1) after the last *FLAGS variable, or
9817 # (2) before a word containing "conftest.", or (3) at the end.
9818 # Note that $ac_compile itself does not contain backslashes and begins
9819 # with a dollar sign (not a hyphen), so the echo should work correctly.
9820 # The option is referenced via a variable to avoid confusing sed.
9821 lt_compile=`echo "$ac_compile" | $SED \
9822 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9823 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9824 -e 's:$: $lt_compiler_flag:'`
9825 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9826 (eval "$lt_compile" 2>conftest.err)
9827 ac_status=$?
9828 cat conftest.err >&5
9829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9830 if (exit $ac_status) && test -s "$ac_outfile"; then
9831 # The compiler can only warn and ignore the option if not recognized
9832 # So say no if there are warnings other than the usual output.
9833 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9834 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9835 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9836 lt_cv_prog_compiler_rtti_exceptions=yes
9837 fi
9838 fi
9839 $RM conftest*
9840
87326c78 9841fi
6bb11ab3
L
9842{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9843$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9844
9845if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9846 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9847else
9848 :
9849fi
9850
9851fi
9852
9853
9854
9855
9856
9857
9858 lt_prog_compiler_wl=
9859lt_prog_compiler_pic=
9860lt_prog_compiler_static=
9861
9862{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9863$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9864
9865 if test "$GCC" = yes; then
9866 lt_prog_compiler_wl='-Wl,'
9867 lt_prog_compiler_static='-static'
9868
9869 case $host_os in
9870 aix*)
9871 # All AIX code is PIC.
9872 if test "$host_cpu" = ia64; then
9873 # AIX 5 now supports IA64 processor
9874 lt_prog_compiler_static='-Bstatic'
9875 fi
9876 lt_prog_compiler_pic='-fPIC'
9877 ;;
9878
9879 amigaos*)
9880 case $host_cpu in
9881 powerpc)
9882 # see comment about AmigaOS4 .so support
9883 lt_prog_compiler_pic='-fPIC'
9884 ;;
9885 m68k)
9886 # FIXME: we need at least 68020 code to build shared libraries, but
9887 # adding the `-m68020' flag to GCC prevents building anything better,
9888 # like `-m68040'.
9889 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9890 ;;
9891 esac
9892 ;;
9893
9894 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9895 # PIC is the default for these OSes.
9896 ;;
9897
9898 mingw* | cygwin* | pw32* | os2* | cegcc*)
9899 # This hack is so that the source file can tell whether it is being
9900 # built for inclusion in a dll (and should export symbols for example).
9901 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9902 # (--disable-auto-import) libraries
9903 lt_prog_compiler_pic='-DDLL_EXPORT'
9904 ;;
9905
9906 darwin* | rhapsody*)
9907 # PIC is the default on this platform
9908 # Common symbols not allowed in MH_DYLIB files
9909 lt_prog_compiler_pic='-fno-common'
9910 ;;
9911
9912 haiku*)
9913 # PIC is the default for Haiku.
9914 # The "-static" flag exists, but is broken.
9915 lt_prog_compiler_static=
9916 ;;
9917
9918 hpux*)
9919 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9920 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9921 # sets the default TLS model and affects inlining.
9922 case $host_cpu in
9923 hppa*64*)
9924 # +Z the default
9925 ;;
9926 *)
9927 lt_prog_compiler_pic='-fPIC'
9928 ;;
9929 esac
9930 ;;
9931
9932 interix[3-9]*)
9933 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9934 # Instead, we relocate shared libraries at runtime.
9935 ;;
9936
9937 msdosdjgpp*)
9938 # Just because we use GCC doesn't mean we suddenly get shared libraries
9939 # on systems that don't support them.
9940 lt_prog_compiler_can_build_shared=no
9941 enable_shared=no
9942 ;;
9943
9944 *nto* | *qnx*)
9945 # QNX uses GNU C++, but need to define -shared option too, otherwise
9946 # it will coredump.
9947 lt_prog_compiler_pic='-fPIC -shared'
9948 ;;
9949
9950 sysv4*MP*)
9951 if test -d /usr/nec; then
9952 lt_prog_compiler_pic=-Kconform_pic
9953 fi
9954 ;;
9955
9956 *)
9957 lt_prog_compiler_pic='-fPIC'
9958 ;;
9959 esac
9960
9961 case $cc_basename in
9962 nvcc*) # Cuda Compiler Driver 2.2
9963 lt_prog_compiler_wl='-Xlinker '
9964 lt_prog_compiler_pic='-Xcompiler -fPIC'
9965 ;;
9966 esac
9967 else
9968 # PORTME Check for flag to pass linker flags through the system compiler.
9969 case $host_os in
9970 aix*)
9971 lt_prog_compiler_wl='-Wl,'
9972 if test "$host_cpu" = ia64; then
9973 # AIX 5 now supports IA64 processor
9974 lt_prog_compiler_static='-Bstatic'
9975 else
9976 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9977 fi
9978 ;;
9979
9980 mingw* | cygwin* | pw32* | os2* | cegcc*)
9981 # This hack is so that the source file can tell whether it is being
9982 # built for inclusion in a dll (and should export symbols for example).
9983 lt_prog_compiler_pic='-DDLL_EXPORT'
9984 ;;
9985
9986 hpux9* | hpux10* | hpux11*)
9987 lt_prog_compiler_wl='-Wl,'
9988 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9989 # not for PA HP-UX.
9990 case $host_cpu in
9991 hppa*64*|ia64*)
9992 # +Z the default
9993 ;;
9994 *)
9995 lt_prog_compiler_pic='+Z'
9996 ;;
9997 esac
9998 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9999 lt_prog_compiler_static='${wl}-a ${wl}archive'
10000 ;;
10001
10002 irix5* | irix6* | nonstopux*)
10003 lt_prog_compiler_wl='-Wl,'
10004 # PIC (with -KPIC) is the default.
10005 lt_prog_compiler_static='-non_shared'
10006 ;;
10007
10008 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10009 case $cc_basename in
10010 # old Intel for x86_64 which still supported -KPIC.
10011 ecc*)
10012 lt_prog_compiler_wl='-Wl,'
10013 lt_prog_compiler_pic='-KPIC'
10014 lt_prog_compiler_static='-static'
10015 ;;
10016 # icc used to be incompatible with GCC.
10017 # ICC 10 doesn't accept -KPIC any more.
10018 icc* | ifort*)
10019 lt_prog_compiler_wl='-Wl,'
10020 lt_prog_compiler_pic='-fPIC'
10021 lt_prog_compiler_static='-static'
10022 ;;
10023 # Lahey Fortran 8.1.
10024 lf95*)
10025 lt_prog_compiler_wl='-Wl,'
10026 lt_prog_compiler_pic='--shared'
10027 lt_prog_compiler_static='--static'
10028 ;;
10029 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10030 # Portland Group compilers (*not* the Pentium gcc compiler,
10031 # which looks to be a dead project)
10032 lt_prog_compiler_wl='-Wl,'
10033 lt_prog_compiler_pic='-fpic'
10034 lt_prog_compiler_static='-Bstatic'
10035 ;;
10036 ccc*)
10037 lt_prog_compiler_wl='-Wl,'
10038 # All Alpha code is PIC.
10039 lt_prog_compiler_static='-non_shared'
10040 ;;
10041 xl* | bgxl* | bgf* | mpixl*)
10042 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10043 lt_prog_compiler_wl='-Wl,'
10044 lt_prog_compiler_pic='-qpic'
10045 lt_prog_compiler_static='-qstaticlink'
10046 ;;
10047 *)
10048 case `$CC -V 2>&1 | sed 5q` in
10049 *Sun\ F* | *Sun*Fortran*)
10050 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10051 lt_prog_compiler_pic='-KPIC'
10052 lt_prog_compiler_static='-Bstatic'
10053 lt_prog_compiler_wl=''
10054 ;;
10055 *Sun\ C*)
10056 # Sun C 5.9
10057 lt_prog_compiler_pic='-KPIC'
10058 lt_prog_compiler_static='-Bstatic'
10059 lt_prog_compiler_wl='-Wl,'
10060 ;;
10061 esac
10062 ;;
10063 esac
10064 ;;
10065
10066 newsos6)
10067 lt_prog_compiler_pic='-KPIC'
10068 lt_prog_compiler_static='-Bstatic'
10069 ;;
10070
10071 *nto* | *qnx*)
10072 # QNX uses GNU C++, but need to define -shared option too, otherwise
10073 # it will coredump.
10074 lt_prog_compiler_pic='-fPIC -shared'
10075 ;;
10076
10077 osf3* | osf4* | osf5*)
10078 lt_prog_compiler_wl='-Wl,'
10079 # All OSF/1 code is PIC.
10080 lt_prog_compiler_static='-non_shared'
10081 ;;
10082
10083 rdos*)
10084 lt_prog_compiler_static='-non_shared'
10085 ;;
87326c78 10086
6bb11ab3
L
10087 solaris*)
10088 lt_prog_compiler_pic='-KPIC'
10089 lt_prog_compiler_static='-Bstatic'
10090 case $cc_basename in
10091 f77* | f90* | f95*)
10092 lt_prog_compiler_wl='-Qoption ld ';;
10093 *)
10094 lt_prog_compiler_wl='-Wl,';;
10095 esac
10096 ;;
87326c78 10097
6bb11ab3
L
10098 sunos4*)
10099 lt_prog_compiler_wl='-Qoption ld '
10100 lt_prog_compiler_pic='-PIC'
10101 lt_prog_compiler_static='-Bstatic'
10102 ;;
87326c78 10103
6bb11ab3
L
10104 sysv4 | sysv4.2uw2* | sysv4.3*)
10105 lt_prog_compiler_wl='-Wl,'
10106 lt_prog_compiler_pic='-KPIC'
10107 lt_prog_compiler_static='-Bstatic'
10108 ;;
10109
10110 sysv4*MP*)
10111 if test -d /usr/nec ;then
10112 lt_prog_compiler_pic='-Kconform_pic'
10113 lt_prog_compiler_static='-Bstatic'
10114 fi
10115 ;;
10116
10117 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10118 lt_prog_compiler_wl='-Wl,'
10119 lt_prog_compiler_pic='-KPIC'
10120 lt_prog_compiler_static='-Bstatic'
10121 ;;
10122
10123 unicos*)
10124 lt_prog_compiler_wl='-Wl,'
10125 lt_prog_compiler_can_build_shared=no
10126 ;;
10127
10128 uts4*)
10129 lt_prog_compiler_pic='-pic'
10130 lt_prog_compiler_static='-Bstatic'
10131 ;;
10132
10133 *)
10134 lt_prog_compiler_can_build_shared=no
10135 ;;
10136 esac
10137 fi
10138
10139case $host_os in
10140 # For platforms which do not support PIC, -DPIC is meaningless:
10141 *djgpp*)
10142 lt_prog_compiler_pic=
10143 ;;
10144 *)
10145 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10146 ;;
87326c78 10147esac
6bb11ab3
L
10148{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10149$as_echo "$lt_prog_compiler_pic" >&6; }
10150
10151
10152
10153
10154
10155
10156#
10157# Check to make sure the PIC flag actually works.
10158#
10159if test -n "$lt_prog_compiler_pic"; then
10160 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10161$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10162if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10163 $as_echo_n "(cached) " >&6
87326c78 10164else
6bb11ab3
L
10165 lt_cv_prog_compiler_pic_works=no
10166 ac_outfile=conftest.$ac_objext
10167 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10168 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10169 # Insert the option either (1) after the last *FLAGS variable, or
10170 # (2) before a word containing "conftest.", or (3) at the end.
10171 # Note that $ac_compile itself does not contain backslashes and begins
10172 # with a dollar sign (not a hyphen), so the echo should work correctly.
10173 # The option is referenced via a variable to avoid confusing sed.
10174 lt_compile=`echo "$ac_compile" | $SED \
10175 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10176 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10177 -e 's:$: $lt_compiler_flag:'`
10178 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10179 (eval "$lt_compile" 2>conftest.err)
10180 ac_status=$?
10181 cat conftest.err >&5
10182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10183 if (exit $ac_status) && test -s "$ac_outfile"; then
10184 # The compiler can only warn and ignore the option if not recognized
10185 # So say no if there are warnings other than the usual output.
10186 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10187 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10188 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10189 lt_cv_prog_compiler_pic_works=yes
10190 fi
10191 fi
10192 $RM conftest*
87326c78 10193
87326c78 10194fi
6bb11ab3
L
10195{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10196$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10197
10198if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10199 case $lt_prog_compiler_pic in
10200 "" | " "*) ;;
10201 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10202 esac
10203else
10204 lt_prog_compiler_pic=
10205 lt_prog_compiler_can_build_shared=no
87326c78 10206fi
6bb11ab3
L
10207
10208fi
10209
10210
10211
10212
10213
10214
10215#
10216# Check to make sure the static flag actually works.
10217#
10218wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10219{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10220$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10221if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
87326c78
DD
10222 $as_echo_n "(cached) " >&6
10223else
6bb11ab3
L
10224 lt_cv_prog_compiler_static_works=no
10225 save_LDFLAGS="$LDFLAGS"
10226 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10227 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10228 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10229 # The linker can only warn and ignore the option if not recognized
10230 # So say no if there are warnings
10231 if test -s conftest.err; then
10232 # Append any errors to the config.log.
10233 cat conftest.err 1>&5
10234 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10235 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10236 if diff conftest.exp conftest.er2 >/dev/null; then
10237 lt_cv_prog_compiler_static_works=yes
10238 fi
10239 else
10240 lt_cv_prog_compiler_static_works=yes
10241 fi
10242 fi
10243 $RM -r conftest*
10244 LDFLAGS="$save_LDFLAGS"
87326c78 10245
6bb11ab3
L
10246fi
10247{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10248$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
87326c78 10249
6bb11ab3
L
10250if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10251 :
87326c78 10252else
6bb11ab3 10253 lt_prog_compiler_static=
87326c78 10254fi
87326c78 10255
6bb11ab3
L
10256
10257
10258
10259
10260
10261
10262 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10263$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10264if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10265 $as_echo_n "(cached) " >&6
87326c78 10266else
6bb11ab3
L
10267 lt_cv_prog_compiler_c_o=no
10268 $RM -r conftest 2>/dev/null
10269 mkdir conftest
10270 cd conftest
10271 mkdir out
10272 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10273
10274 lt_compiler_flag="-o out/conftest2.$ac_objext"
10275 # Insert the option either (1) after the last *FLAGS variable, or
10276 # (2) before a word containing "conftest.", or (3) at the end.
10277 # Note that $ac_compile itself does not contain backslashes and begins
10278 # with a dollar sign (not a hyphen), so the echo should work correctly.
10279 lt_compile=`echo "$ac_compile" | $SED \
10280 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10281 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10282 -e 's:$: $lt_compiler_flag:'`
10283 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10284 (eval "$lt_compile" 2>out/conftest.err)
10285 ac_status=$?
10286 cat out/conftest.err >&5
10287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10288 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10289 then
10290 # The compiler can only warn and ignore the option if not recognized
10291 # So say no if there are warnings
10292 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10293 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10294 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10295 lt_cv_prog_compiler_c_o=yes
10296 fi
10297 fi
10298 chmod u+w . 2>&5
10299 $RM conftest*
10300 # SGI C++ compiler will create directory out/ii_files/ for
10301 # template instantiation
10302 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10303 $RM out/* && rmdir out
10304 cd ..
10305 $RM -r conftest
10306 $RM conftest*
10307
87326c78 10308fi
6bb11ab3
L
10309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10310$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10311
10312
10313
10314
10315
10316
10317 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10318$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10319if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
87326c78
DD
10320 $as_echo_n "(cached) " >&6
10321else
6bb11ab3
L
10322 lt_cv_prog_compiler_c_o=no
10323 $RM -r conftest 2>/dev/null
10324 mkdir conftest
10325 cd conftest
10326 mkdir out
10327 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10328
10329 lt_compiler_flag="-o out/conftest2.$ac_objext"
10330 # Insert the option either (1) after the last *FLAGS variable, or
10331 # (2) before a word containing "conftest.", or (3) at the end.
10332 # Note that $ac_compile itself does not contain backslashes and begins
10333 # with a dollar sign (not a hyphen), so the echo should work correctly.
10334 lt_compile=`echo "$ac_compile" | $SED \
10335 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10336 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10337 -e 's:$: $lt_compiler_flag:'`
10338 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10339 (eval "$lt_compile" 2>out/conftest.err)
10340 ac_status=$?
10341 cat out/conftest.err >&5
10342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10343 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10344 then
10345 # The compiler can only warn and ignore the option if not recognized
10346 # So say no if there are warnings
10347 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10348 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10349 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10350 lt_cv_prog_compiler_c_o=yes
10351 fi
10352 fi
10353 chmod u+w . 2>&5
10354 $RM conftest*
10355 # SGI C++ compiler will create directory out/ii_files/ for
10356 # template instantiation
10357 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10358 $RM out/* && rmdir out
10359 cd ..
10360 $RM -r conftest
10361 $RM conftest*
10362
10363fi
10364{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10365$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10366
10367
10368
10369
10370hard_links="nottested"
10371if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10372 # do not overwrite the value of need_locks provided by the user
10373 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10374$as_echo_n "checking if we can lock with hard links... " >&6; }
10375 hard_links=yes
10376 $RM conftest*
10377 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10378 touch conftest.a
10379 ln conftest.a conftest.b 2>&5 || hard_links=no
10380 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10382$as_echo "$hard_links" >&6; }
10383 if test "$hard_links" = no; then
10384 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10385$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10386 need_locks=warn
10387 fi
10388else
10389 need_locks=no
10390fi
10391
10392
10393
10394
10395
10396
10397 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10398$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10399
10400 runpath_var=
10401 allow_undefined_flag=
10402 always_export_symbols=no
10403 archive_cmds=
10404 archive_expsym_cmds=
10405 compiler_needs_object=no
10406 enable_shared_with_static_runtimes=no
10407 export_dynamic_flag_spec=
10408 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10409 hardcode_automatic=no
10410 hardcode_direct=no
10411 hardcode_direct_absolute=no
10412 hardcode_libdir_flag_spec=
10413 hardcode_libdir_flag_spec_ld=
10414 hardcode_libdir_separator=
10415 hardcode_minus_L=no
10416 hardcode_shlibpath_var=unsupported
10417 inherit_rpath=no
10418 link_all_deplibs=unknown
10419 module_cmds=
10420 module_expsym_cmds=
10421 old_archive_from_new_cmds=
10422 old_archive_from_expsyms_cmds=
10423 thread_safe_flag_spec=
10424 whole_archive_flag_spec=
10425 # include_expsyms should be a list of space-separated symbols to be *always*
10426 # included in the symbol list
10427 include_expsyms=
10428 # exclude_expsyms can be an extended regexp of symbols to exclude
10429 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10430 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10431 # as well as any symbol that contains `d'.
10432 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10433 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10434 # platforms (ab)use it in PIC code, but their linkers get confused if
10435 # the symbol is explicitly referenced. Since portable code cannot
10436 # rely on this symbol name, it's probably fine to never include it in
10437 # preloaded symbol tables.
10438 # Exclude shared library initialization/finalization symbols.
10439 extract_expsyms_cmds=
10440
10441 case $host_os in
10442 cygwin* | mingw* | pw32* | cegcc*)
10443 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10444 # When not using gcc, we currently assume that we are using
10445 # Microsoft Visual C++.
10446 if test "$GCC" != yes; then
10447 with_gnu_ld=no
10448 fi
10449 ;;
10450 interix*)
10451 # we just hope/assume this is gcc and not c89 (= MSVC++)
10452 with_gnu_ld=yes
10453 ;;
10454 openbsd*)
10455 with_gnu_ld=no
10456 ;;
10457 esac
87326c78 10458
6bb11ab3
L
10459 ld_shlibs=yes
10460
10461 # On some targets, GNU ld is compatible enough with the native linker
10462 # that we're better off using the native interface for both.
10463 lt_use_gnu_ld_interface=no
10464 if test "$with_gnu_ld" = yes; then
10465 case $host_os in
10466 aix*)
10467 # The AIX port of GNU ld has always aspired to compatibility
10468 # with the native linker. However, as the warning in the GNU ld
10469 # block says, versions before 2.19.5* couldn't really create working
10470 # shared libraries, regardless of the interface used.
10471 case `$LD -v 2>&1` in
10472 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10473 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10474 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10475 *)
10476 lt_use_gnu_ld_interface=yes
10477 ;;
10478 esac
10479 ;;
10480 *)
10481 lt_use_gnu_ld_interface=yes
10482 ;;
10483 esac
10484 fi
87326c78 10485
6bb11ab3
L
10486 if test "$lt_use_gnu_ld_interface" = yes; then
10487 # If archive_cmds runs LD, not CC, wlarc should be empty
10488 wlarc='${wl}'
10489
10490 # Set some defaults for GNU ld with shared library support. These
10491 # are reset later if shared libraries are not supported. Putting them
10492 # here allows them to be overridden if necessary.
10493 runpath_var=LD_RUN_PATH
10494 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10495 export_dynamic_flag_spec='${wl}--export-dynamic'
10496 # ancient GNU ld didn't support --whole-archive et. al.
10497 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10498 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10499 else
10500 whole_archive_flag_spec=
10501 fi
10502 supports_anon_versioning=no
10503 case `$LD -v 2>&1` in
10504 *GNU\ gold*) supports_anon_versioning=yes ;;
10505 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10506 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10507 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10508 *\ 2.11.*) ;; # other 2.11 versions
10509 *) supports_anon_versioning=yes ;;
10510 esac
10511
10512 # See if GNU ld supports shared libraries.
10513 case $host_os in
10514 aix[3-9]*)
10515 # On AIX/PPC, the GNU linker is very broken
10516 if test "$host_cpu" != ia64; then
10517 ld_shlibs=no
10518 cat <<_LT_EOF 1>&2
10519
10520*** Warning: the GNU linker, at least up to release 2.19, is reported
10521*** to be unable to reliably create shared libraries on AIX.
10522*** Therefore, libtool is disabling shared libraries support. If you
10523*** really care for shared libraries, you may want to install binutils
10524*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10525*** You will then need to restart the configuration process.
10526
10527_LT_EOF
10528 fi
10529 ;;
10530
10531 amigaos*)
10532 case $host_cpu in
10533 powerpc)
10534 # see comment about AmigaOS4 .so support
10535 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10536 archive_expsym_cmds=''
10537 ;;
10538 m68k)
10539 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)'
10540 hardcode_libdir_flag_spec='-L$libdir'
10541 hardcode_minus_L=yes
10542 ;;
10543 esac
10544 ;;
10545
10546 beos*)
10547 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10548 allow_undefined_flag=unsupported
10549 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10550 # support --undefined. This deserves some investigation. FIXME
10551 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10552 else
10553 ld_shlibs=no
10554 fi
10555 ;;
10556
10557 cygwin* | mingw* | pw32* | cegcc*)
10558 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10559 # as there is no search path for DLLs.
10560 hardcode_libdir_flag_spec='-L$libdir'
10561 export_dynamic_flag_spec='${wl}--export-all-symbols'
10562 allow_undefined_flag=unsupported
10563 always_export_symbols=no
10564 enable_shared_with_static_runtimes=yes
10565 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10566
10567 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10568 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10569 # If the export-symbols file already is a .def file (1st line
10570 # is EXPORTS), use it as is; otherwise, prepend...
10571 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10572 cp $export_symbols $output_objdir/$soname.def;
10573 else
10574 echo EXPORTS > $output_objdir/$soname.def;
10575 cat $export_symbols >> $output_objdir/$soname.def;
10576 fi~
10577 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10578 else
10579 ld_shlibs=no
10580 fi
10581 ;;
10582
10583 haiku*)
10584 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10585 link_all_deplibs=yes
10586 ;;
10587
10588 interix[3-9]*)
10589 hardcode_direct=no
10590 hardcode_shlibpath_var=no
10591 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10592 export_dynamic_flag_spec='${wl}-E'
10593 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10594 # Instead, shared libraries are loaded at an image base (0x10000000 by
10595 # default) and relocated if they conflict, which is a slow very memory
10596 # consuming and fragmenting process. To avoid this, we pick a random,
10597 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10598 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10599 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10600 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'
10601 ;;
10602
10603 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10604 tmp_diet=no
10605 if test "$host_os" = linux-dietlibc; then
10606 case $cc_basename in
10607 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10608 esac
10609 fi
10610 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10611 && test "$tmp_diet" = no
10612 then
ae7d0cac 10613 tmp_addflag=' $pic_flag'
6bb11ab3
L
10614 tmp_sharedflag='-shared'
10615 case $cc_basename,$host_cpu in
10616 pgcc*) # Portland Group C compiler
10617 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'
10618 tmp_addflag=' $pic_flag'
10619 ;;
10620 pgf77* | pgf90* | pgf95* | pgfortran*)
10621 # Portland Group f77 and f90 compilers
10622 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'
10623 tmp_addflag=' $pic_flag -Mnomain' ;;
10624 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10625 tmp_addflag=' -i_dynamic' ;;
10626 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10627 tmp_addflag=' -i_dynamic -nofor_main' ;;
10628 ifc* | ifort*) # Intel Fortran compiler
10629 tmp_addflag=' -nofor_main' ;;
10630 lf95*) # Lahey Fortran 8.1
10631 whole_archive_flag_spec=
10632 tmp_sharedflag='--shared' ;;
10633 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10634 tmp_sharedflag='-qmkshrobj'
10635 tmp_addflag= ;;
10636 nvcc*) # Cuda Compiler Driver 2.2
10637 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'
10638 compiler_needs_object=yes
10639 ;;
10640 esac
10641 case `$CC -V 2>&1 | sed 5q` in
10642 *Sun\ C*) # Sun C 5.9
10643 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'
10644 compiler_needs_object=yes
10645 tmp_sharedflag='-G' ;;
10646 *Sun\ F*) # Sun Fortran 8.3
10647 tmp_sharedflag='-G' ;;
10648 esac
10649 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10650
10651 if test "x$supports_anon_versioning" = xyes; then
10652 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10653 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10654 echo "local: *; };" >> $output_objdir/$libname.ver~
10655 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10656 fi
10657
10658 case $cc_basename in
10659 xlf* | bgf* | bgxlf* | mpixlf*)
10660 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10661 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10662 hardcode_libdir_flag_spec=
10663 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10664 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10665 if test "x$supports_anon_versioning" = xyes; then
10666 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10667 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10668 echo "local: *; };" >> $output_objdir/$libname.ver~
10669 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10670 fi
10671 ;;
10672 esac
10673 else
10674 ld_shlibs=no
10675 fi
10676 ;;
10677
10678 netbsd*)
10679 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10680 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10681 wlarc=
10682 else
10683 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10684 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10685 fi
10686 ;;
10687
10688 solaris*)
10689 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10690 ld_shlibs=no
10691 cat <<_LT_EOF 1>&2
10692
10693*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10694*** create shared libraries on Solaris systems. Therefore, libtool
10695*** is disabling shared libraries support. We urge you to upgrade GNU
10696*** binutils to release 2.9.1 or newer. Another option is to modify
10697*** your PATH or compiler configuration so that the native linker is
10698*** used, and then restart.
10699
10700_LT_EOF
10701 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10702 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10703 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10704 else
10705 ld_shlibs=no
10706 fi
10707 ;;
10708
10709 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10710 case `$LD -v 2>&1` in
10711 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10712 ld_shlibs=no
10713 cat <<_LT_EOF 1>&2
10714
10715*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10716*** reliably create shared libraries on SCO systems. Therefore, libtool
10717*** is disabling shared libraries support. We urge you to upgrade GNU
10718*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10719*** your PATH or compiler configuration so that the native linker is
10720*** used, and then restart.
10721
10722_LT_EOF
10723 ;;
10724 *)
10725 # For security reasons, it is highly recommended that you always
10726 # use absolute paths for naming shared libraries, and exclude the
10727 # DT_RUNPATH tag from executables and libraries. But doing so
10728 # requires that you compile everything twice, which is a pain.
10729 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10730 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10731 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10732 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10733 else
10734 ld_shlibs=no
10735 fi
10736 ;;
10737 esac
10738 ;;
10739
10740 sunos4*)
10741 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10742 wlarc=
10743 hardcode_direct=yes
10744 hardcode_shlibpath_var=no
10745 ;;
10746
10747 *)
10748 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10749 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10750 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10751 else
10752 ld_shlibs=no
10753 fi
10754 ;;
10755 esac
10756
10757 if test "$ld_shlibs" = no; then
10758 runpath_var=
10759 hardcode_libdir_flag_spec=
10760 export_dynamic_flag_spec=
10761 whole_archive_flag_spec=
10762 fi
10763 else
10764 # PORTME fill in a description of your system's linker (not GNU ld)
10765 case $host_os in
10766 aix3*)
10767 allow_undefined_flag=unsupported
10768 always_export_symbols=yes
10769 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'
10770 # Note: this linker hardcodes the directories in LIBPATH if there
10771 # are no directories specified by -L.
10772 hardcode_minus_L=yes
10773 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10774 # Neither direct hardcoding nor static linking is supported with a
10775 # broken collect2.
10776 hardcode_direct=unsupported
10777 fi
10778 ;;
10779
10780 aix[4-9]*)
10781 if test "$host_cpu" = ia64; then
10782 # On IA64, the linker does run time linking by default, so we don't
10783 # have to do anything special.
10784 aix_use_runtimelinking=no
10785 exp_sym_flag='-Bexport'
10786 no_entry_flag=""
10787 else
10788 # If we're using GNU nm, then we don't want the "-C" option.
10789 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10790 # Also, AIX nm treats weak defined symbols like other global
10791 # defined symbols, whereas GNU nm marks them as "W".
10792 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10793 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'
10794 else
5c887dd5 10795 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
6bb11ab3
L
10796 fi
10797 aix_use_runtimelinking=no
10798
10799 # Test if we are trying to use run time linking or normal
10800 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10801 # need to do runtime linking.
10802 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10803 for ld_flag in $LDFLAGS; do
10804 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10805 aix_use_runtimelinking=yes
10806 break
10807 fi
10808 done
10809 ;;
10810 esac
10811
10812 exp_sym_flag='-bexport'
10813 no_entry_flag='-bnoentry'
10814 fi
10815
10816 # When large executables or shared objects are built, AIX ld can
10817 # have problems creating the table of contents. If linking a library
10818 # or program results in "error TOC overflow" add -mminimal-toc to
10819 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10820 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10821
10822 archive_cmds=''
10823 hardcode_direct=yes
10824 hardcode_direct_absolute=yes
10825 hardcode_libdir_separator=':'
10826 link_all_deplibs=yes
10827 file_list_spec='${wl}-f,'
10828
10829 if test "$GCC" = yes; then
10830 case $host_os in aix4.[012]|aix4.[012].*)
10831 # We only want to do this on AIX 4.2 and lower, the check
10832 # below for broken collect2 doesn't work under 4.3+
10833 collect2name=`${CC} -print-prog-name=collect2`
10834 if test -f "$collect2name" &&
10835 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10836 then
10837 # We have reworked collect2
10838 :
10839 else
10840 # We have old collect2
10841 hardcode_direct=unsupported
10842 # It fails to find uninstalled libraries when the uninstalled
10843 # path is not listed in the libpath. Setting hardcode_minus_L
10844 # to unsupported forces relinking
10845 hardcode_minus_L=yes
10846 hardcode_libdir_flag_spec='-L$libdir'
10847 hardcode_libdir_separator=
10848 fi
10849 ;;
10850 esac
10851 shared_flag='-shared'
10852 if test "$aix_use_runtimelinking" = yes; then
10853 shared_flag="$shared_flag "'${wl}-G'
10854 fi
10855 else
10856 # not using gcc
10857 if test "$host_cpu" = ia64; then
10858 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10859 # chokes on -Wl,-G. The following line is correct:
10860 shared_flag='-G'
10861 else
10862 if test "$aix_use_runtimelinking" = yes; then
10863 shared_flag='${wl}-G'
10864 else
10865 shared_flag='${wl}-bM:SRE'
10866 fi
10867 fi
10868 fi
10869
10870 export_dynamic_flag_spec='${wl}-bexpall'
10871 # It seems that -bexpall does not export symbols beginning with
10872 # underscore (_), so it is better to generate a list of symbols to export.
10873 always_export_symbols=yes
10874 if test "$aix_use_runtimelinking" = yes; then
10875 # Warning - without using the other runtime loading flags (-brtl),
10876 # -berok will link without error, but may produce a broken library.
10877 allow_undefined_flag='-berok'
10878 # Determine the default libpath from the value encoded in an
10879 # empty executable.
10880 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
87326c78
DD
10881/* end confdefs.h. */
10882
10883int
10884main ()
10885{
10886
10887 ;
10888 return 0;
10889}
10890_ACEOF
6bb11ab3 10891if ac_fn_c_try_link "$LINENO"; then :
87326c78 10892
6bb11ab3
L
10893lt_aix_libpath_sed='
10894 /Import File Strings/,/^$/ {
10895 /^0/ {
10896 s/^0 *\(.*\)$/\1/
10897 p
10898 }
10899 }'
10900aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10901# Check for a 64-bit object if we didn't find anything.
10902if test -z "$aix_libpath"; then
10903 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10904fi
10905fi
10906rm -f core conftest.err conftest.$ac_objext \
10907 conftest$ac_exeext conftest.$ac_ext
10908if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10909
10910 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10911 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"
10912 else
10913 if test "$host_cpu" = ia64; then
10914 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10915 allow_undefined_flag="-z nodefs"
10916 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"
10917 else
10918 # Determine the default libpath from the value encoded in an
10919 # empty executable.
87326c78
DD
10920 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10921/* end confdefs.h. */
10922
10923int
10924main ()
10925{
10926
10927 ;
10928 return 0;
10929}
10930_ACEOF
6bb11ab3
L
10931if ac_fn_c_try_link "$LINENO"; then :
10932
10933lt_aix_libpath_sed='
10934 /Import File Strings/,/^$/ {
10935 /^0/ {
10936 s/^0 *\(.*\)$/\1/
10937 p
10938 }
10939 }'
10940aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10941# Check for a 64-bit object if we didn't find anything.
10942if test -z "$aix_libpath"; then
10943 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
87326c78 10944fi
87326c78 10945fi
6bb11ab3
L
10946rm -f core conftest.err conftest.$ac_objext \
10947 conftest$ac_exeext conftest.$ac_ext
10948if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10949
10950 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10951 # Warning - without using the other run time loading flags,
10952 # -berok will link without error, but may produce a broken library.
10953 no_undefined_flag=' ${wl}-bernotok'
10954 allow_undefined_flag=' ${wl}-berok'
10955 if test "$with_gnu_ld" = yes; then
10956 # We only use this code for GNU lds that support --whole-archive.
10957 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10958 else
10959 # Exported symbols can be pulled into shared objects from archives
10960 whole_archive_flag_spec='$convenience'
10961 fi
10962 archive_cmds_need_lc=yes
10963 # This is similar to how AIX traditionally builds its shared libraries.
10964 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'
10965 fi
10966 fi
10967 ;;
10968
10969 amigaos*)
10970 case $host_cpu in
10971 powerpc)
10972 # see comment about AmigaOS4 .so support
10973 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10974 archive_expsym_cmds=''
10975 ;;
10976 m68k)
10977 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)'
10978 hardcode_libdir_flag_spec='-L$libdir'
10979 hardcode_minus_L=yes
10980 ;;
10981 esac
10982 ;;
10983
10984 bsdi[45]*)
10985 export_dynamic_flag_spec=-rdynamic
10986 ;;
10987
10988 cygwin* | mingw* | pw32* | cegcc*)
10989 # When not using gcc, we currently assume that we are using
10990 # Microsoft Visual C++.
10991 # hardcode_libdir_flag_spec is actually meaningless, as there is
10992 # no search path for DLLs.
10993 hardcode_libdir_flag_spec=' '
10994 allow_undefined_flag=unsupported
10995 # Tell ltmain to make .lib files, not .a files.
10996 libext=lib
10997 # Tell ltmain to make .dll files, not .so files.
10998 shrext_cmds=".dll"
10999 # FIXME: Setting linknames here is a bad hack.
11000 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11001 # The linker will automatically build a .lib file if we build a DLL.
11002 old_archive_from_new_cmds='true'
11003 # FIXME: Should let the user specify the lib program.
11004 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11005 fix_srcfile_path='`cygpath -w "$srcfile"`'
11006 enable_shared_with_static_runtimes=yes
11007 ;;
11008
11009 darwin* | rhapsody*)
11010
11011
11012 archive_cmds_need_lc=no
11013 hardcode_direct=no
11014 hardcode_automatic=yes
11015 hardcode_shlibpath_var=unsupported
11016 if test "$lt_cv_ld_force_load" = "yes"; then
11017 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\"`'
87326c78 11018 else
6bb11ab3 11019 whole_archive_flag_spec=''
87326c78 11020 fi
6bb11ab3
L
11021 link_all_deplibs=yes
11022 allow_undefined_flag="$_lt_dar_allow_undefined"
11023 case $cc_basename in
11024 ifort*) _lt_dar_can_shared=yes ;;
11025 *) _lt_dar_can_shared=$GCC ;;
11026 esac
11027 if test "$_lt_dar_can_shared" = "yes"; then
11028 output_verbose_link_cmd=func_echo_all
11029 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11030 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11031 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}"
11032 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}"
11033
87326c78 11034 else
6bb11ab3 11035 ld_shlibs=no
87326c78 11036 fi
6bb11ab3
L
11037
11038 ;;
11039
11040 dgux*)
11041 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11042 hardcode_libdir_flag_spec='-L$libdir'
11043 hardcode_shlibpath_var=no
11044 ;;
11045
11046 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11047 # support. Future versions do this automatically, but an explicit c++rt0.o
11048 # does not break anything, and helps significantly (at the cost of a little
11049 # extra space).
11050 freebsd2.2*)
11051 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11052 hardcode_libdir_flag_spec='-R$libdir'
11053 hardcode_direct=yes
11054 hardcode_shlibpath_var=no
11055 ;;
11056
11057 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11058 freebsd2.*)
11059 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11060 hardcode_direct=yes
11061 hardcode_minus_L=yes
11062 hardcode_shlibpath_var=no
11063 ;;
11064
11065 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11066 freebsd* | dragonfly*)
11067 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11068 hardcode_libdir_flag_spec='-R$libdir'
11069 hardcode_direct=yes
11070 hardcode_shlibpath_var=no
11071 ;;
11072
11073 hpux9*)
11074 if test "$GCC" = yes; then
11075 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'
11076 else
11077 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'
11078 fi
11079 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11080 hardcode_libdir_separator=:
11081 hardcode_direct=yes
11082
11083 # hardcode_minus_L: Not really in the search PATH,
11084 # but as the default location of the library.
11085 hardcode_minus_L=yes
11086 export_dynamic_flag_spec='${wl}-E'
11087 ;;
11088
11089 hpux10*)
11090 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11091 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11092 else
11093 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11094 fi
11095 if test "$with_gnu_ld" = no; then
11096 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11097 hardcode_libdir_flag_spec_ld='+b $libdir'
11098 hardcode_libdir_separator=:
11099 hardcode_direct=yes
11100 hardcode_direct_absolute=yes
11101 export_dynamic_flag_spec='${wl}-E'
11102 # hardcode_minus_L: Not really in the search PATH,
11103 # but as the default location of the library.
11104 hardcode_minus_L=yes
11105 fi
11106 ;;
11107
11108 hpux11*)
11109 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11110 case $host_cpu in
11111 hppa*64*)
11112 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11113 ;;
11114 ia64*)
11115 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11116 ;;
11117 *)
11118 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11119 ;;
11120 esac
11121 else
11122 case $host_cpu in
11123 hppa*64*)
11124 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11125 ;;
11126 ia64*)
11127 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11128 ;;
11129 *)
11130
11131 # Older versions of the 11.00 compiler do not understand -b yet
11132 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11134$as_echo_n "checking if $CC understands -b... " >&6; }
11135if test "${lt_cv_prog_compiler__b+set}" = set; then :
87326c78
DD
11136 $as_echo_n "(cached) " >&6
11137else
6bb11ab3
L
11138 lt_cv_prog_compiler__b=no
11139 save_LDFLAGS="$LDFLAGS"
11140 LDFLAGS="$LDFLAGS -b"
11141 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11142 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11143 # The linker can only warn and ignore the option if not recognized
11144 # So say no if there are warnings
11145 if test -s conftest.err; then
11146 # Append any errors to the config.log.
11147 cat conftest.err 1>&5
11148 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11149 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11150 if diff conftest.exp conftest.er2 >/dev/null; then
11151 lt_cv_prog_compiler__b=yes
11152 fi
11153 else
11154 lt_cv_prog_compiler__b=yes
11155 fi
11156 fi
11157 $RM -r conftest*
11158 LDFLAGS="$save_LDFLAGS"
87326c78 11159
6bb11ab3
L
11160fi
11161{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11162$as_echo "$lt_cv_prog_compiler__b" >&6; }
87326c78 11163
6bb11ab3
L
11164if test x"$lt_cv_prog_compiler__b" = xyes; then
11165 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11166else
11167 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11168fi
87326c78 11169
6bb11ab3
L
11170 ;;
11171 esac
11172 fi
11173 if test "$with_gnu_ld" = no; then
11174 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11175 hardcode_libdir_separator=:
11176
11177 case $host_cpu in
11178 hppa*64*|ia64*)
11179 hardcode_direct=no
11180 hardcode_shlibpath_var=no
11181 ;;
11182 *)
11183 hardcode_direct=yes
11184 hardcode_direct_absolute=yes
11185 export_dynamic_flag_spec='${wl}-E'
11186
11187 # hardcode_minus_L: Not really in the search PATH,
11188 # but as the default location of the library.
11189 hardcode_minus_L=yes
11190 ;;
11191 esac
11192 fi
11193 ;;
11194
11195 irix5* | irix6* | nonstopux*)
11196 if test "$GCC" = yes; then
11197 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'
11198 # Try to use the -exported_symbol ld option, if it does not
11199 # work, assume that -exports_file does not work either and
11200 # implicitly export all symbols.
11201 save_LDFLAGS="$LDFLAGS"
11202 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11203 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11204/* end confdefs.h. */
11205int foo(void) {}
87326c78 11206_ACEOF
6bb11ab3
L
11207if ac_fn_c_try_link "$LINENO"; then :
11208 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'
87326c78
DD
11209
11210fi
6bb11ab3
L
11211rm -f core conftest.err conftest.$ac_objext \
11212 conftest$ac_exeext conftest.$ac_ext
11213 LDFLAGS="$save_LDFLAGS"
11214 else
11215 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'
11216 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'
11217 fi
11218 archive_cmds_need_lc='no'
11219 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11220 hardcode_libdir_separator=:
11221 inherit_rpath=yes
11222 link_all_deplibs=yes
11223 ;;
11224
11225 netbsd*)
11226 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11227 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11228 else
11229 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11230 fi
11231 hardcode_libdir_flag_spec='-R$libdir'
11232 hardcode_direct=yes
11233 hardcode_shlibpath_var=no
11234 ;;
11235
11236 newsos6)
11237 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11238 hardcode_direct=yes
11239 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11240 hardcode_libdir_separator=:
11241 hardcode_shlibpath_var=no
11242 ;;
11243
11244 *nto* | *qnx*)
11245 ;;
11246
11247 openbsd*)
11248 if test -f /usr/libexec/ld.so; then
11249 hardcode_direct=yes
11250 hardcode_shlibpath_var=no
11251 hardcode_direct_absolute=yes
11252 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11253 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11254 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11255 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11256 export_dynamic_flag_spec='${wl}-E'
11257 else
11258 case $host_os in
11259 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11260 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11261 hardcode_libdir_flag_spec='-R$libdir'
11262 ;;
11263 *)
11264 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11265 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11266 ;;
11267 esac
11268 fi
11269 else
11270 ld_shlibs=no
11271 fi
11272 ;;
11273
11274 os2*)
11275 hardcode_libdir_flag_spec='-L$libdir'
11276 hardcode_minus_L=yes
11277 allow_undefined_flag=unsupported
11278 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'
11279 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11280 ;;
11281
11282 osf3*)
11283 if test "$GCC" = yes; then
11284 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11285 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'
11286 else
11287 allow_undefined_flag=' -expect_unresolved \*'
11288 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'
11289 fi
11290 archive_cmds_need_lc='no'
11291 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11292 hardcode_libdir_separator=:
11293 ;;
11294
11295 osf4* | osf5*) # as osf3* with the addition of -msym flag
11296 if test "$GCC" = yes; then
11297 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11298 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'
11299 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11300 else
11301 allow_undefined_flag=' -expect_unresolved \*'
11302 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'
11303 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~
11304 $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'
11305
11306 # Both c and cxx compiler support -rpath directly
11307 hardcode_libdir_flag_spec='-rpath $libdir'
11308 fi
11309 archive_cmds_need_lc='no'
11310 hardcode_libdir_separator=:
11311 ;;
11312
11313 solaris*)
11314 no_undefined_flag=' -z defs'
11315 if test "$GCC" = yes; then
11316 wlarc='${wl}'
11317 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11318 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11319 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11320 else
11321 case `$CC -V 2>&1` in
11322 *"Compilers 5.0"*)
11323 wlarc=''
11324 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11325 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11326 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11327 ;;
11328 *)
11329 wlarc='${wl}'
11330 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11331 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11332 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11333 ;;
11334 esac
11335 fi
11336 hardcode_libdir_flag_spec='-R$libdir'
11337 hardcode_shlibpath_var=no
11338 case $host_os in
11339 solaris2.[0-5] | solaris2.[0-5].*) ;;
11340 *)
11341 # The compiler driver will combine and reorder linker options,
11342 # but understands `-z linker_flag'. GCC discards it without `$wl',
11343 # but is careful enough not to reorder.
11344 # Supported since Solaris 2.6 (maybe 2.5.1?)
11345 if test "$GCC" = yes; then
11346 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11347 else
11348 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11349 fi
11350 ;;
11351 esac
11352 link_all_deplibs=yes
11353 ;;
11354
11355 sunos4*)
11356 if test "x$host_vendor" = xsequent; then
11357 # Use $CC to link under sequent, because it throws in some extra .o
11358 # files that make .init and .fini sections work.
11359 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11360 else
11361 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11362 fi
11363 hardcode_libdir_flag_spec='-L$libdir'
11364 hardcode_direct=yes
11365 hardcode_minus_L=yes
11366 hardcode_shlibpath_var=no
11367 ;;
11368
11369 sysv4)
11370 case $host_vendor in
11371 sni)
11372 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11373 hardcode_direct=yes # is this really true???
11374 ;;
11375 siemens)
11376 ## LD is ld it makes a PLAMLIB
11377 ## CC just makes a GrossModule.
11378 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11379 reload_cmds='$CC -r -o $output$reload_objs'
11380 hardcode_direct=no
11381 ;;
11382 motorola)
11383 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11384 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11385 ;;
11386 esac
11387 runpath_var='LD_RUN_PATH'
11388 hardcode_shlibpath_var=no
11389 ;;
11390
11391 sysv4.3*)
11392 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11393 hardcode_shlibpath_var=no
11394 export_dynamic_flag_spec='-Bexport'
11395 ;;
11396
11397 sysv4*MP*)
11398 if test -d /usr/nec; then
11399 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11400 hardcode_shlibpath_var=no
11401 runpath_var=LD_RUN_PATH
11402 hardcode_runpath_var=yes
11403 ld_shlibs=yes
11404 fi
11405 ;;
11406
11407 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11408 no_undefined_flag='${wl}-z,text'
11409 archive_cmds_need_lc=no
11410 hardcode_shlibpath_var=no
11411 runpath_var='LD_RUN_PATH'
11412
11413 if test "$GCC" = yes; then
11414 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11415 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11416 else
11417 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11418 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11419 fi
11420 ;;
11421
11422 sysv5* | sco3.2v5* | sco5v6*)
11423 # Note: We can NOT use -z defs as we might desire, because we do not
11424 # link with -lc, and that would cause any symbols used from libc to
11425 # always be unresolved, which means just about no library would
11426 # ever link correctly. If we're not using GNU ld we use -z text
11427 # though, which does catch some bad symbols but isn't as heavy-handed
11428 # as -z defs.
11429 no_undefined_flag='${wl}-z,text'
11430 allow_undefined_flag='${wl}-z,nodefs'
11431 archive_cmds_need_lc=no
11432 hardcode_shlibpath_var=no
11433 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11434 hardcode_libdir_separator=':'
11435 link_all_deplibs=yes
11436 export_dynamic_flag_spec='${wl}-Bexport'
11437 runpath_var='LD_RUN_PATH'
11438
11439 if test "$GCC" = yes; then
11440 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11441 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11442 else
11443 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11444 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11445 fi
11446 ;;
11447
11448 uts4*)
11449 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11450 hardcode_libdir_flag_spec='-L$libdir'
11451 hardcode_shlibpath_var=no
11452 ;;
11453
11454 *)
11455 ld_shlibs=no
11456 ;;
11457 esac
11458
11459 if test x$host_vendor = xsni; then
11460 case $host in
11461 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11462 export_dynamic_flag_spec='${wl}-Blargedynsym'
11463 ;;
11464 esac
11465 fi
11466 fi
11467
11468{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11469$as_echo "$ld_shlibs" >&6; }
11470test "$ld_shlibs" = no && can_build_shared=no
11471
11472with_gnu_ld=$with_gnu_ld
11473
11474
11475
87326c78 11476
87326c78 11477
87326c78 11478
87326c78 11479
87326c78
DD
11480
11481
87326c78 11482
87326c78 11483
87326c78
DD
11484
11485
6bb11ab3
L
11486
11487
11488#
11489# Do we need to explicitly link libc?
11490#
11491case "x$archive_cmds_need_lc" in
11492x|xyes)
11493 # Assume -lc should be added
11494 archive_cmds_need_lc=yes
11495
11496 if test "$enable_shared" = yes && test "$GCC" = yes; then
11497 case $archive_cmds in
11498 *'~'*)
11499 # FIXME: we may have to deal with multi-command sequences.
11500 ;;
11501 '$CC '*)
11502 # Test whether the compiler implicitly links with -lc since on some
11503 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11504 # to ld, don't add -lc before -lgcc.
11505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11506$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11507if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
87326c78
DD
11508 $as_echo_n "(cached) " >&6
11509else
6bb11ab3
L
11510 $RM conftest*
11511 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11512
11513 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11514 (eval $ac_compile) 2>&5
11515 ac_status=$?
11516 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11517 test $ac_status = 0; } 2>conftest.err; then
11518 soname=conftest
11519 lib=conftest
11520 libobjs=conftest.$ac_objext
11521 deplibs=
11522 wl=$lt_prog_compiler_wl
11523 pic_flag=$lt_prog_compiler_pic
11524 compiler_flags=-v
11525 linker_flags=-v
11526 verstring=
11527 output_objdir=.
11528 libname=conftest
11529 lt_save_allow_undefined_flag=$allow_undefined_flag
11530 allow_undefined_flag=
11531 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11532 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11533 ac_status=$?
11534 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11535 test $ac_status = 0; }
11536 then
11537 lt_cv_archive_cmds_need_lc=no
11538 else
11539 lt_cv_archive_cmds_need_lc=yes
11540 fi
11541 allow_undefined_flag=$lt_save_allow_undefined_flag
11542 else
11543 cat conftest.err 1>&5
11544 fi
11545 $RM conftest*
87326c78
DD
11546
11547fi
6bb11ab3
L
11548{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11549$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11550 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11551 ;;
11552 esac
11553 fi
11554 ;;
87326c78 11555esac
87326c78
DD
11556
11557
87326c78 11558
87326c78
DD
11559
11560
87326c78 11561
87326c78 11562
87326c78 11563
87326c78 11564
87326c78 11565
87326c78 11566
87326c78 11567
87326c78 11568
87326c78 11569
87326c78 11570
87326c78 11571
87326c78
DD
11572
11573
87326c78 11574
87326c78 11575
87326c78
DD
11576
11577
87326c78 11578
87326c78 11579
87326c78
DD
11580
11581
87326c78 11582
87326c78 11583
87326c78 11584
87326c78 11585
87326c78 11586
87326c78 11587
87326c78 11588
87326c78 11589
87326c78 11590
87326c78 11591
87326c78 11592
87326c78 11593
87326c78 11594
87326c78 11595
87326c78 11596
87326c78 11597
87326c78 11598
87326c78 11599
87326c78 11600
87326c78
DD
11601
11602
11603
2232061b
MF
11604
11605
2232061b 11606
2232061b
MF
11607
11608
2232061b
MF
11609
11610
2232061b 11611
2232061b
MF
11612
11613
6bb11ab3
L
11614
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11714$as_echo_n "checking dynamic linker characteristics... " >&6; }
11715
11716if test "$GCC" = yes; then
11717 case $host_os in
11718 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11719 *) lt_awk_arg="/^libraries:/" ;;
11720 esac
11721 case $host_os in
11722 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11723 *) lt_sed_strip_eq="s,=/,/,g" ;;
11724 esac
11725 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11726 case $lt_search_path_spec in
11727 *\;*)
11728 # if the path contains ";" then we assume it to be the separator
11729 # otherwise default to the standard path separator (i.e. ":") - it is
11730 # assumed that no part of a normal pathname contains ";" but that should
11731 # okay in the real world where ";" in dirpaths is itself problematic.
11732 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11733 ;;
11734 *)
11735 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11736 ;;
11737 esac
11738 # Ok, now we have the path, separated by spaces, we can step through it
11739 # and add multilib dir if necessary.
11740 lt_tmp_lt_search_path_spec=
11741 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11742 for lt_sys_path in $lt_search_path_spec; do
11743 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11744 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11745 else
11746 test -d "$lt_sys_path" && \
11747 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11748 fi
11749 done
11750 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11751BEGIN {RS=" "; FS="/|\n";} {
11752 lt_foo="";
11753 lt_count=0;
11754 for (lt_i = NF; lt_i > 0; lt_i--) {
11755 if ($lt_i != "" && $lt_i != ".") {
11756 if ($lt_i == "..") {
11757 lt_count++;
11758 } else {
11759 if (lt_count == 0) {
11760 lt_foo="/" $lt_i lt_foo;
11761 } else {
11762 lt_count--;
11763 }
11764 }
11765 }
11766 }
11767 if (lt_foo != "") { lt_freq[lt_foo]++; }
11768 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11769}'`
11770 # AWK program above erroneously prepends '/' to C:/dos/paths
11771 # for these hosts.
11772 case $host_os in
11773 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11774 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11775 esac
11776 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11777else
11778 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11779fi
11780library_names_spec=
11781libname_spec='lib$name'
11782soname_spec=
11783shrext_cmds=".so"
11784postinstall_cmds=
11785postuninstall_cmds=
11786finish_cmds=
11787finish_eval=
11788shlibpath_var=
11789shlibpath_overrides_runpath=unknown
11790version_type=none
11791dynamic_linker="$host_os ld.so"
11792sys_lib_dlsearch_path_spec="/lib /usr/lib"
11793need_lib_prefix=unknown
11794hardcode_into_libs=no
11795
11796# when you set need_version to no, make sure it does not cause -set_version
11797# flags to be left without arguments
11798need_version=unknown
11799
11800case $host_os in
11801aix3*)
11802 version_type=linux
11803 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11804 shlibpath_var=LIBPATH
11805
11806 # AIX 3 has no versioning support, so we append a major version to the name.
11807 soname_spec='${libname}${release}${shared_ext}$major'
11808 ;;
11809
11810aix[4-9]*)
11811 version_type=linux
11812 need_lib_prefix=no
11813 need_version=no
11814 hardcode_into_libs=yes
11815 if test "$host_cpu" = ia64; then
11816 # AIX 5 supports IA64
11817 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11818 shlibpath_var=LD_LIBRARY_PATH
11819 else
11820 # With GCC up to 2.95.x, collect2 would create an import file
11821 # for dependence libraries. The import file would start with
11822 # the line `#! .'. This would cause the generated library to
11823 # depend on `.', always an invalid library. This was fixed in
11824 # development snapshots of GCC prior to 3.0.
11825 case $host_os in
11826 aix4 | aix4.[01] | aix4.[01].*)
11827 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11828 echo ' yes '
11829 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11830 :
11831 else
11832 can_build_shared=no
11833 fi
11834 ;;
11835 esac
11836 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11837 # soname into executable. Probably we can add versioning support to
11838 # collect2, so additional links can be useful in future.
11839 if test "$aix_use_runtimelinking" = yes; then
11840 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11841 # instead of lib<name>.a to let people know that these are not
11842 # typical AIX shared libraries.
11843 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11844 else
11845 # We preserve .a as extension for shared libraries through AIX4.2
11846 # and later when we are not doing run time linking.
11847 library_names_spec='${libname}${release}.a $libname.a'
11848 soname_spec='${libname}${release}${shared_ext}$major'
11849 fi
11850 shlibpath_var=LIBPATH
11851 fi
11852 ;;
11853
11854amigaos*)
11855 case $host_cpu in
11856 powerpc)
11857 # Since July 2007 AmigaOS4 officially supports .so libraries.
11858 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11859 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11860 ;;
11861 m68k)
11862 library_names_spec='$libname.ixlibrary $libname.a'
11863 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11864 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'
11865 ;;
11866 esac
11867 ;;
11868
11869beos*)
11870 library_names_spec='${libname}${shared_ext}'
11871 dynamic_linker="$host_os ld.so"
11872 shlibpath_var=LIBRARY_PATH
11873 ;;
11874
11875bsdi[45]*)
11876 version_type=linux
11877 need_version=no
11878 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11879 soname_spec='${libname}${release}${shared_ext}$major'
11880 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11881 shlibpath_var=LD_LIBRARY_PATH
11882 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11883 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11884 # the default ld.so.conf also contains /usr/contrib/lib and
11885 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11886 # libtool to hard-code these into programs
11887 ;;
11888
11889cygwin* | mingw* | pw32* | cegcc*)
11890 version_type=windows
11891 shrext_cmds=".dll"
11892 need_version=no
11893 need_lib_prefix=no
11894
11895 case $GCC,$host_os in
11896 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11897 library_names_spec='$libname.dll.a'
11898 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11899 postinstall_cmds='base_file=`basename \${file}`~
11900 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11901 dldir=$destdir/`dirname \$dlpath`~
11902 test -d \$dldir || mkdir -p \$dldir~
11903 $install_prog $dir/$dlname \$dldir/$dlname~
11904 chmod a+x \$dldir/$dlname~
11905 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11906 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11907 fi'
11908 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11909 dlpath=$dir/\$dldll~
11910 $RM \$dlpath'
11911 shlibpath_overrides_runpath=yes
11912
11913 case $host_os in
11914 cygwin*)
11915 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11916 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11917
11918 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11919 ;;
11920 mingw* | cegcc*)
11921 # MinGW DLLs use traditional 'lib' prefix
11922 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11923 ;;
11924 pw32*)
11925 # pw32 DLLs use 'pw' prefix rather than 'lib'
11926 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11927 ;;
11928 esac
11929 ;;
11930
11931 *)
11932 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11933 ;;
11934 esac
11935 dynamic_linker='Win32 ld.exe'
11936 # FIXME: first we should search . and the directory the executable is in
11937 shlibpath_var=PATH
11938 ;;
11939
11940darwin* | rhapsody*)
11941 dynamic_linker="$host_os dyld"
11942 version_type=darwin
11943 need_lib_prefix=no
11944 need_version=no
11945 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11946 soname_spec='${libname}${release}${major}$shared_ext'
11947 shlibpath_overrides_runpath=yes
11948 shlibpath_var=DYLD_LIBRARY_PATH
11949 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11950
11951 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11952 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11953 ;;
11954
11955dgux*)
11956 version_type=linux
11957 need_lib_prefix=no
11958 need_version=no
11959 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11960 soname_spec='${libname}${release}${shared_ext}$major'
11961 shlibpath_var=LD_LIBRARY_PATH
11962 ;;
11963
11964freebsd* | dragonfly*)
11965 # DragonFly does not have aout. When/if they implement a new
11966 # versioning mechanism, adjust this.
11967 if test -x /usr/bin/objformat; then
11968 objformat=`/usr/bin/objformat`
11969 else
11970 case $host_os in
11971 freebsd[23].*) objformat=aout ;;
11972 *) objformat=elf ;;
11973 esac
11974 fi
11975 version_type=freebsd-$objformat
11976 case $version_type in
11977 freebsd-elf*)
11978 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11979 need_version=no
11980 need_lib_prefix=no
11981 ;;
11982 freebsd-*)
11983 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11984 need_version=yes
11985 ;;
11986 esac
11987 shlibpath_var=LD_LIBRARY_PATH
11988 case $host_os in
11989 freebsd2.*)
11990 shlibpath_overrides_runpath=yes
11991 ;;
11992 freebsd3.[01]* | freebsdelf3.[01]*)
11993 shlibpath_overrides_runpath=yes
11994 hardcode_into_libs=yes
11995 ;;
11996 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11997 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11998 shlibpath_overrides_runpath=no
11999 hardcode_into_libs=yes
12000 ;;
12001 *) # from 4.6 on, and DragonFly
12002 shlibpath_overrides_runpath=yes
12003 hardcode_into_libs=yes
12004 ;;
12005 esac
12006 ;;
12007
12008gnu*)
12009 version_type=linux
12010 need_lib_prefix=no
12011 need_version=no
12012 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12013 soname_spec='${libname}${release}${shared_ext}$major'
12014 shlibpath_var=LD_LIBRARY_PATH
12015 hardcode_into_libs=yes
12016 ;;
12017
12018haiku*)
12019 version_type=linux
12020 need_lib_prefix=no
12021 need_version=no
12022 dynamic_linker="$host_os runtime_loader"
12023 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12024 soname_spec='${libname}${release}${shared_ext}$major'
12025 shlibpath_var=LIBRARY_PATH
12026 shlibpath_overrides_runpath=yes
12027 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12028 hardcode_into_libs=yes
12029 ;;
12030
12031hpux9* | hpux10* | hpux11*)
12032 # Give a soname corresponding to the major version so that dld.sl refuses to
12033 # link against other versions.
12034 version_type=sunos
12035 need_lib_prefix=no
12036 need_version=no
12037 case $host_cpu in
12038 ia64*)
12039 shrext_cmds='.so'
12040 hardcode_into_libs=yes
12041 dynamic_linker="$host_os dld.so"
12042 shlibpath_var=LD_LIBRARY_PATH
12043 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12044 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12045 soname_spec='${libname}${release}${shared_ext}$major'
12046 if test "X$HPUX_IA64_MODE" = X32; then
12047 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12048 else
12049 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12050 fi
12051 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12052 ;;
12053 hppa*64*)
12054 shrext_cmds='.sl'
12055 hardcode_into_libs=yes
12056 dynamic_linker="$host_os dld.sl"
12057 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12058 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12059 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12060 soname_spec='${libname}${release}${shared_ext}$major'
12061 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12062 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12063 ;;
12064 *)
12065 shrext_cmds='.sl'
12066 dynamic_linker="$host_os dld.sl"
12067 shlibpath_var=SHLIB_PATH
12068 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12069 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12070 soname_spec='${libname}${release}${shared_ext}$major'
12071 ;;
12072 esac
12073 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12074 postinstall_cmds='chmod 555 $lib'
12075 # or fails outright, so override atomically:
12076 install_override_mode=555
12077 ;;
12078
12079interix[3-9]*)
12080 version_type=linux
12081 need_lib_prefix=no
12082 need_version=no
12083 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12084 soname_spec='${libname}${release}${shared_ext}$major'
12085 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12086 shlibpath_var=LD_LIBRARY_PATH
12087 shlibpath_overrides_runpath=no
12088 hardcode_into_libs=yes
12089 ;;
12090
12091irix5* | irix6* | nonstopux*)
12092 case $host_os in
12093 nonstopux*) version_type=nonstopux ;;
12094 *)
12095 if test "$lt_cv_prog_gnu_ld" = yes; then
12096 version_type=linux
12097 else
12098 version_type=irix
12099 fi ;;
12100 esac
12101 need_lib_prefix=no
12102 need_version=no
12103 soname_spec='${libname}${release}${shared_ext}$major'
12104 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12105 case $host_os in
12106 irix5* | nonstopux*)
12107 libsuff= shlibsuff=
12108 ;;
12109 *)
12110 case $LD in # libtool.m4 will add one of these switches to LD
12111 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12112 libsuff= shlibsuff= libmagic=32-bit;;
12113 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12114 libsuff=32 shlibsuff=N32 libmagic=N32;;
12115 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12116 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12117 *) libsuff= shlibsuff= libmagic=never-match;;
12118 esac
12119 ;;
12120 esac
12121 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12122 shlibpath_overrides_runpath=no
12123 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12124 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12125 hardcode_into_libs=yes
12126 ;;
12127
12128# No shared lib support for Linux oldld, aout, or coff.
12129linux*oldld* | linux*aout* | linux*coff*)
12130 dynamic_linker=no
12131 ;;
12132
12133# This must be Linux ELF.
12134linux* | k*bsd*-gnu | kopensolaris*-gnu)
12135 version_type=linux
12136 need_lib_prefix=no
12137 need_version=no
12138 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12139 soname_spec='${libname}${release}${shared_ext}$major'
12140 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12141 shlibpath_var=LD_LIBRARY_PATH
12142 shlibpath_overrides_runpath=no
12143
12144 # Some binutils ld are patched to set DT_RUNPATH
12145 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
12146 $as_echo_n "(cached) " >&6
12147else
6bb11ab3
L
12148 lt_cv_shlibpath_overrides_runpath=no
12149 save_LDFLAGS=$LDFLAGS
12150 save_libdir=$libdir
12151 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12152 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12153 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12154/* end confdefs.h. */
12155
2232061b
MF
12156int
12157main ()
12158{
12159
12160 ;
12161 return 0;
12162}
12163_ACEOF
6bb11ab3
L
12164if ac_fn_c_try_link "$LINENO"; then :
12165 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12166 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12167fi
2232061b 12168fi
6bb11ab3
L
12169rm -f core conftest.err conftest.$ac_objext \
12170 conftest$ac_exeext conftest.$ac_ext
12171 LDFLAGS=$save_LDFLAGS
12172 libdir=$save_libdir
2232061b 12173
6bb11ab3 12174fi
2232061b 12175
6bb11ab3 12176 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12177
6bb11ab3
L
12178 # This implies no fast_install, which is unacceptable.
12179 # Some rework will be needed to allow for fast_install
12180 # before this can be enabled.
12181 hardcode_into_libs=yes
2232061b 12182
6bb11ab3
L
12183 # Append ld.so.conf contents to the search path
12184 if test -f /etc/ld.so.conf; then
12185 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' ' '`
12186 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12187 fi
2232061b 12188
6bb11ab3
L
12189 # We used to test for /lib/ld.so.1 and disable shared libraries on
12190 # powerpc, because MkLinux only supported shared libraries with the
12191 # GNU dynamic linker. Since this was broken with cross compilers,
12192 # most powerpc-linux boxes support dynamic linking these days and
12193 # people can always --disable-shared, the test was removed, and we
12194 # assume the GNU/Linux dynamic linker is in use.
12195 dynamic_linker='GNU/Linux ld.so'
12196 ;;
12197
12198netbsd*)
12199 version_type=sunos
12200 need_lib_prefix=no
12201 need_version=no
12202 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12203 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12204 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12205 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12206 else
6bb11ab3
L
12207 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12208 soname_spec='${libname}${release}${shared_ext}$major'
12209 dynamic_linker='NetBSD ld.elf_so'
12210 fi
12211 shlibpath_var=LD_LIBRARY_PATH
12212 shlibpath_overrides_runpath=yes
12213 hardcode_into_libs=yes
12214 ;;
12215
12216newsos6)
12217 version_type=linux
12218 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12219 shlibpath_var=LD_LIBRARY_PATH
12220 shlibpath_overrides_runpath=yes
12221 ;;
12222
12223*nto* | *qnx*)
12224 version_type=qnx
12225 need_lib_prefix=no
12226 need_version=no
12227 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12228 soname_spec='${libname}${release}${shared_ext}$major'
12229 shlibpath_var=LD_LIBRARY_PATH
12230 shlibpath_overrides_runpath=no
12231 hardcode_into_libs=yes
12232 dynamic_linker='ldqnx.so'
12233 ;;
12234
12235openbsd*)
12236 version_type=sunos
12237 sys_lib_dlsearch_path_spec="/usr/lib"
12238 need_lib_prefix=no
12239 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12240 case $host_os in
12241 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12242 *) need_version=no ;;
12243 esac
12244 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12245 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12246 shlibpath_var=LD_LIBRARY_PATH
12247 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12248 case $host_os in
12249 openbsd2.[89] | openbsd2.[89].*)
12250 shlibpath_overrides_runpath=no
12251 ;;
12252 *)
12253 shlibpath_overrides_runpath=yes
12254 ;;
12255 esac
12256 else
12257 shlibpath_overrides_runpath=yes
12258 fi
12259 ;;
12260
12261os2*)
12262 libname_spec='$name'
12263 shrext_cmds=".dll"
12264 need_lib_prefix=no
12265 library_names_spec='$libname${shared_ext} $libname.a'
12266 dynamic_linker='OS/2 ld.exe'
12267 shlibpath_var=LIBPATH
12268 ;;
12269
12270osf3* | osf4* | osf5*)
12271 version_type=osf
12272 need_lib_prefix=no
12273 need_version=no
12274 soname_spec='${libname}${release}${shared_ext}$major'
12275 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12276 shlibpath_var=LD_LIBRARY_PATH
12277 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12278 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12279 ;;
12280
12281rdos*)
12282 dynamic_linker=no
12283 ;;
12284
12285solaris*)
12286 version_type=linux
12287 need_lib_prefix=no
12288 need_version=no
12289 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12290 soname_spec='${libname}${release}${shared_ext}$major'
12291 shlibpath_var=LD_LIBRARY_PATH
12292 shlibpath_overrides_runpath=yes
12293 hardcode_into_libs=yes
12294 # ldd complains unless libraries are executable
12295 postinstall_cmds='chmod +x $lib'
12296 ;;
12297
12298sunos4*)
12299 version_type=sunos
12300 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12301 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12302 shlibpath_var=LD_LIBRARY_PATH
12303 shlibpath_overrides_runpath=yes
12304 if test "$with_gnu_ld" = yes; then
12305 need_lib_prefix=no
12306 fi
12307 need_version=yes
12308 ;;
12309
12310sysv4 | sysv4.3*)
12311 version_type=linux
12312 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12313 soname_spec='${libname}${release}${shared_ext}$major'
12314 shlibpath_var=LD_LIBRARY_PATH
12315 case $host_vendor in
12316 sni)
12317 shlibpath_overrides_runpath=no
12318 need_lib_prefix=no
12319 runpath_var=LD_RUN_PATH
12320 ;;
12321 siemens)
12322 need_lib_prefix=no
12323 ;;
12324 motorola)
12325 need_lib_prefix=no
12326 need_version=no
12327 shlibpath_overrides_runpath=no
12328 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12329 ;;
12330 esac
12331 ;;
12332
12333sysv4*MP*)
12334 if test -d /usr/nec ;then
12335 version_type=linux
12336 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12337 soname_spec='$libname${shared_ext}.$major'
12338 shlibpath_var=LD_LIBRARY_PATH
2232061b 12339 fi
6bb11ab3
L
12340 ;;
12341
12342sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12343 version_type=freebsd-elf
12344 need_lib_prefix=no
12345 need_version=no
12346 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12347 soname_spec='${libname}${release}${shared_ext}$major'
12348 shlibpath_var=LD_LIBRARY_PATH
12349 shlibpath_overrides_runpath=yes
12350 hardcode_into_libs=yes
12351 if test "$with_gnu_ld" = yes; then
12352 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12353 else
12354 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12355 case $host_os in
12356 sco3.2v5*)
12357 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12358 ;;
12359 esac
12360 fi
12361 sys_lib_dlsearch_path_spec='/usr/lib'
12362 ;;
12363
12364tpf*)
12365 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12366 version_type=linux
12367 need_lib_prefix=no
12368 need_version=no
12369 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12370 shlibpath_var=LD_LIBRARY_PATH
12371 shlibpath_overrides_runpath=no
12372 hardcode_into_libs=yes
12373 ;;
12374
12375uts4*)
12376 version_type=linux
12377 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12378 soname_spec='${libname}${release}${shared_ext}$major'
12379 shlibpath_var=LD_LIBRARY_PATH
12380 ;;
12381
12382*)
12383 dynamic_linker=no
12384 ;;
12385esac
12386{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12387$as_echo "$dynamic_linker" >&6; }
12388test "$dynamic_linker" = no && can_build_shared=no
12389
12390variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12391if test "$GCC" = yes; then
12392 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12393fi
2232061b 12394
6bb11ab3
L
12395if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12396 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12397fi
12398if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12399 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12400fi
12401
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
2232061b 12427
2232061b 12428
2232061b 12429
2232061b 12430
2232061b
MF
12431
12432
87326c78 12433
87326c78
DD
12434
12435
12436
12437
12438
2232061b 12439
87326c78
DD
12440
12441
12442
12443
87326c78 12444
87326c78 12445
87326c78
DD
12446
12447
87326c78 12448
87326c78 12449
87326c78
DD
12450
12451
5f3ef9d0 12452
5f3ef9d0
JB
12453
12454
12455
db2e4d67
MF
12456
12457
db2e4d67 12458
db2e4d67 12459
db2e4d67 12460
db2e4d67 12461
db2e4d67 12462
db2e4d67 12463
db2e4d67 12464
db2e4d67
MF
12465
12466
db2e4d67 12467
db2e4d67
MF
12468
12469
db2e4d67 12470
db2e4d67
MF
12471
12472
87326c78 12473
87326c78 12474
87326c78
DD
12475
12476
87326c78
DD
12477
12478
87326c78 12479
87326c78 12480
87326c78 12481
87326c78 12482
87326c78 12483
87326c78 12484
87326c78 12485
87326c78 12486
87326c78 12487
87326c78 12488
87326c78 12489
87326c78 12490
87326c78 12491
87326c78 12492
6bb11ab3
L
12493 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12494$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12495hardcode_action=
12496if test -n "$hardcode_libdir_flag_spec" ||
12497 test -n "$runpath_var" ||
12498 test "X$hardcode_automatic" = "Xyes" ; then
87326c78 12499
6bb11ab3
L
12500 # We can hardcode non-existent directories.
12501 if test "$hardcode_direct" != no &&
12502 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12503 # have to relink, otherwise we might link with an installed library
12504 # when we should be linking with a yet-to-be-installed one
12505 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12506 test "$hardcode_minus_L" != no; then
12507 # Linking always hardcodes the temporary library directory.
12508 hardcode_action=relink
12509 else
12510 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12511 hardcode_action=immediate
12512 fi
12513else
12514 # We cannot hardcode anything, or else we can only hardcode existing
12515 # directories.
12516 hardcode_action=unsupported
87326c78 12517fi
6bb11ab3
L
12518{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12519$as_echo "$hardcode_action" >&6; }
87326c78 12520
6bb11ab3
L
12521if test "$hardcode_action" = relink ||
12522 test "$inherit_rpath" = yes; then
12523 # Fast installation is not supported
12524 enable_fast_install=no
12525elif test "$shlibpath_overrides_runpath" = yes ||
12526 test "$enable_shared" = no; then
12527 # Fast installation is not necessary
12528 enable_fast_install=needless
12529fi
87326c78 12530
6bb11ab3
L
12531
12532
12533
12534
12535
12536 if test "x$enable_dlopen" != xyes; then
12537 enable_dlopen=unknown
12538 enable_dlopen_self=unknown
12539 enable_dlopen_self_static=unknown
12540else
12541 lt_cv_dlopen=no
12542 lt_cv_dlopen_libs=
12543
12544 case $host_os in
12545 beos*)
12546 lt_cv_dlopen="load_add_on"
12547 lt_cv_dlopen_libs=
12548 lt_cv_dlopen_self=yes
12549 ;;
12550
12551 mingw* | pw32* | cegcc*)
12552 lt_cv_dlopen="LoadLibrary"
12553 lt_cv_dlopen_libs=
12554 ;;
12555
12556 cygwin*)
12557 lt_cv_dlopen="dlopen"
12558 lt_cv_dlopen_libs=
12559 ;;
12560
12561 darwin*)
12562 # if libdl is installed we need to link against it
12563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12564$as_echo_n "checking for dlopen in -ldl... " >&6; }
12565if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12566 $as_echo_n "(cached) " >&6
12567else
12568 ac_check_lib_save_LIBS=$LIBS
12569LIBS="-ldl $LIBS"
12570cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12571/* end confdefs.h. */
12572
12573/* Override any GCC internal prototype to avoid an error.
12574 Use char because int might match the return type of a GCC
12575 builtin and then its argument prototype would still apply. */
12576#ifdef __cplusplus
12577extern "C"
12578#endif
12579char dlopen ();
12580int
12581main ()
12582{
12583return dlopen ();
12584 ;
12585 return 0;
12586}
87326c78 12587_ACEOF
6bb11ab3
L
12588if ac_fn_c_try_link "$LINENO"; then :
12589 ac_cv_lib_dl_dlopen=yes
12590else
12591 ac_cv_lib_dl_dlopen=no
12592fi
12593rm -f core conftest.err conftest.$ac_objext \
12594 conftest$ac_exeext conftest.$ac_ext
12595LIBS=$ac_check_lib_save_LIBS
12596fi
12597{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12598$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12599if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12600 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12601else
12602
12603 lt_cv_dlopen="dyld"
12604 lt_cv_dlopen_libs=
12605 lt_cv_dlopen_self=yes
87326c78
DD
12606
12607fi
87326c78 12608
6bb11ab3 12609 ;;
87326c78 12610
6bb11ab3
L
12611 *)
12612 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12613if test "x$ac_cv_func_shl_load" = x""yes; then :
12614 lt_cv_dlopen="shl_load"
12615else
12616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12617$as_echo_n "checking for shl_load in -ldld... " >&6; }
12618if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12619 $as_echo_n "(cached) " >&6
12620else
12621 ac_check_lib_save_LIBS=$LIBS
12622LIBS="-ldld $LIBS"
12623cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12624/* end confdefs.h. */
12625
12626/* Override any GCC internal prototype to avoid an error.
12627 Use char because int might match the return type of a GCC
12628 builtin and then its argument prototype would still apply. */
12629#ifdef __cplusplus
12630extern "C"
12631#endif
12632char shl_load ();
12633int
12634main ()
12635{
12636return shl_load ();
12637 ;
12638 return 0;
12639}
12640_ACEOF
12641if ac_fn_c_try_link "$LINENO"; then :
12642 ac_cv_lib_dld_shl_load=yes
12643else
12644 ac_cv_lib_dld_shl_load=no
12645fi
12646rm -f core conftest.err conftest.$ac_objext \
12647 conftest$ac_exeext conftest.$ac_ext
12648LIBS=$ac_check_lib_save_LIBS
12649fi
12650{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12651$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12652if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12653 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12654else
12655 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12656if test "x$ac_cv_func_dlopen" = x""yes; then :
12657 lt_cv_dlopen="dlopen"
12658else
12659 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12660$as_echo_n "checking for dlopen in -ldl... " >&6; }
12661if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
87326c78
DD
12662 $as_echo_n "(cached) " >&6
12663else
12664 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12665LIBS="-ldl $LIBS"
87326c78
DD
12666cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12667/* end confdefs.h. */
12668
12669/* Override any GCC internal prototype to avoid an error.
12670 Use char because int might match the return type of a GCC
12671 builtin and then its argument prototype would still apply. */
12672#ifdef __cplusplus
12673extern "C"
12674#endif
6bb11ab3 12675char dlopen ();
87326c78
DD
12676int
12677main ()
12678{
6bb11ab3 12679return dlopen ();
87326c78
DD
12680 ;
12681 return 0;
12682}
12683_ACEOF
12684if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12685 ac_cv_lib_dl_dlopen=yes
87326c78 12686else
6bb11ab3 12687 ac_cv_lib_dl_dlopen=no
87326c78
DD
12688fi
12689rm -f core conftest.err conftest.$ac_objext \
12690 conftest$ac_exeext conftest.$ac_ext
12691LIBS=$ac_check_lib_save_LIBS
12692fi
6bb11ab3
L
12693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12694$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12695if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12696 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12697else
12698 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12699$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12700if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
87326c78
DD
12701 $as_echo_n "(cached) " >&6
12702else
12703 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12704LIBS="-lsvld $LIBS"
87326c78
DD
12705cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12706/* end confdefs.h. */
12707
12708/* Override any GCC internal prototype to avoid an error.
12709 Use char because int might match the return type of a GCC
12710 builtin and then its argument prototype would still apply. */
12711#ifdef __cplusplus
12712extern "C"
12713#endif
6bb11ab3 12714char dlopen ();
87326c78
DD
12715int
12716main ()
12717{
6bb11ab3 12718return dlopen ();
87326c78
DD
12719 ;
12720 return 0;
12721}
12722_ACEOF
12723if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12724 ac_cv_lib_svld_dlopen=yes
87326c78 12725else
6bb11ab3 12726 ac_cv_lib_svld_dlopen=no
87326c78
DD
12727fi
12728rm -f core conftest.err conftest.$ac_objext \
12729 conftest$ac_exeext conftest.$ac_ext
12730LIBS=$ac_check_lib_save_LIBS
12731fi
6bb11ab3
L
12732{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12733$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12734if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12735 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
87326c78 12736else
6bb11ab3
L
12737 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12738$as_echo_n "checking for dld_link in -ldld... " >&6; }
12739if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
87326c78
DD
12740 $as_echo_n "(cached) " >&6
12741else
6bb11ab3
L
12742 ac_check_lib_save_LIBS=$LIBS
12743LIBS="-ldld $LIBS"
87326c78
DD
12744cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12745/* end confdefs.h. */
12746
12747/* Override any GCC internal prototype to avoid an error.
12748 Use char because int might match the return type of a GCC
12749 builtin and then its argument prototype would still apply. */
12750#ifdef __cplusplus
12751extern "C"
12752#endif
6bb11ab3 12753char dld_link ();
87326c78
DD
12754int
12755main ()
12756{
6bb11ab3 12757return dld_link ();
87326c78
DD
12758 ;
12759 return 0;
12760}
12761_ACEOF
6bb11ab3
L
12762if ac_fn_c_try_link "$LINENO"; then :
12763 ac_cv_lib_dld_dld_link=yes
12764else
12765 ac_cv_lib_dld_dld_link=no
12766fi
12767rm -f core conftest.err conftest.$ac_objext \
12768 conftest$ac_exeext conftest.$ac_ext
12769LIBS=$ac_check_lib_save_LIBS
12770fi
12771{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12772$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12773if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12774 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12775fi
12776
12777
12778fi
12779
12780
12781fi
12782
12783
12784fi
12785
12786
12787fi
12788
12789
12790fi
12791
12792 ;;
12793 esac
12794
12795 if test "x$lt_cv_dlopen" != xno; then
12796 enable_dlopen=yes
87326c78 12797 else
6bb11ab3
L
12798 enable_dlopen=no
12799 fi
12800
12801 case $lt_cv_dlopen in
12802 dlopen)
12803 save_CPPFLAGS="$CPPFLAGS"
12804 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12805
12806 save_LDFLAGS="$LDFLAGS"
12807 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12808
12809 save_LIBS="$LIBS"
12810 LIBS="$lt_cv_dlopen_libs $LIBS"
12811
12812 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12813$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12814if test "${lt_cv_dlopen_self+set}" = set; then :
12815 $as_echo_n "(cached) " >&6
12816else
12817 if test "$cross_compiling" = yes; then :
12818 lt_cv_dlopen_self=cross
12819else
12820 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12821 lt_status=$lt_dlunknown
12822 cat > conftest.$ac_ext <<_LT_EOF
5c887dd5 12823#line 12823 "configure"
6bb11ab3
L
12824#include "confdefs.h"
12825
12826#if HAVE_DLFCN_H
12827#include <dlfcn.h>
12828#endif
12829
12830#include <stdio.h>
12831
12832#ifdef RTLD_GLOBAL
12833# define LT_DLGLOBAL RTLD_GLOBAL
12834#else
12835# ifdef DL_GLOBAL
12836# define LT_DLGLOBAL DL_GLOBAL
12837# else
12838# define LT_DLGLOBAL 0
12839# endif
12840#endif
12841
12842/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12843 find out it does not work in some platform. */
12844#ifndef LT_DLLAZY_OR_NOW
12845# ifdef RTLD_LAZY
12846# define LT_DLLAZY_OR_NOW RTLD_LAZY
12847# else
12848# ifdef DL_LAZY
12849# define LT_DLLAZY_OR_NOW DL_LAZY
12850# else
12851# ifdef RTLD_NOW
12852# define LT_DLLAZY_OR_NOW RTLD_NOW
12853# else
12854# ifdef DL_NOW
12855# define LT_DLLAZY_OR_NOW DL_NOW
12856# else
12857# define LT_DLLAZY_OR_NOW 0
12858# endif
12859# endif
12860# endif
12861# endif
12862#endif
12863
12864/* When -fvisbility=hidden is used, assume the code has been annotated
12865 correspondingly for the symbols needed. */
12866#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12867void fnord () __attribute__((visibility("default")));
12868#endif
12869
12870void fnord () { int i=42; }
12871int main ()
12872{
12873 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12874 int status = $lt_dlunknown;
12875
12876 if (self)
12877 {
12878 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12879 else
12880 {
12881 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12882 else puts (dlerror ());
12883 }
12884 /* dlclose (self); */
12885 }
12886 else
12887 puts (dlerror ());
12888
12889 return status;
12890}
12891_LT_EOF
12892 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12893 (eval $ac_link) 2>&5
12894 ac_status=$?
12895 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12896 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12897 (./conftest; exit; ) >&5 2>/dev/null
12898 lt_status=$?
12899 case x$lt_status in
12900 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12901 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12902 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12903 esac
12904 else :
12905 # compilation failed
12906 lt_cv_dlopen_self=no
87326c78 12907 fi
87326c78 12908fi
6bb11ab3
L
12909rm -fr conftest*
12910
12911
87326c78 12912fi
6bb11ab3
L
12913{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12914$as_echo "$lt_cv_dlopen_self" >&6; }
87326c78 12915
6bb11ab3
L
12916 if test "x$lt_cv_dlopen_self" = xyes; then
12917 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12918 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12919$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12920if test "${lt_cv_dlopen_self_static+set}" = set; then :
12921 $as_echo_n "(cached) " >&6
87326c78 12922else
6bb11ab3
L
12923 if test "$cross_compiling" = yes; then :
12924 lt_cv_dlopen_self_static=cross
12925else
12926 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12927 lt_status=$lt_dlunknown
12928 cat > conftest.$ac_ext <<_LT_EOF
5c887dd5 12929#line 12929 "configure"
6bb11ab3
L
12930#include "confdefs.h"
12931
12932#if HAVE_DLFCN_H
12933#include <dlfcn.h>
12934#endif
12935
12936#include <stdio.h>
12937
12938#ifdef RTLD_GLOBAL
12939# define LT_DLGLOBAL RTLD_GLOBAL
12940#else
12941# ifdef DL_GLOBAL
12942# define LT_DLGLOBAL DL_GLOBAL
12943# else
12944# define LT_DLGLOBAL 0
12945# endif
12946#endif
12947
12948/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12949 find out it does not work in some platform. */
12950#ifndef LT_DLLAZY_OR_NOW
12951# ifdef RTLD_LAZY
12952# define LT_DLLAZY_OR_NOW RTLD_LAZY
12953# else
12954# ifdef DL_LAZY
12955# define LT_DLLAZY_OR_NOW DL_LAZY
12956# else
12957# ifdef RTLD_NOW
12958# define LT_DLLAZY_OR_NOW RTLD_NOW
12959# else
12960# ifdef DL_NOW
12961# define LT_DLLAZY_OR_NOW DL_NOW
12962# else
12963# define LT_DLLAZY_OR_NOW 0
12964# endif
12965# endif
12966# endif
12967# endif
12968#endif
12969
12970/* When -fvisbility=hidden is used, assume the code has been annotated
12971 correspondingly for the symbols needed. */
12972#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12973void fnord () __attribute__((visibility("default")));
12974#endif
12975
12976void fnord () { int i=42; }
12977int main ()
12978{
12979 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12980 int status = $lt_dlunknown;
12981
12982 if (self)
12983 {
12984 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12985 else
12986 {
12987 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12988 else puts (dlerror ());
12989 }
12990 /* dlclose (self); */
12991 }
12992 else
12993 puts (dlerror ());
12994
12995 return status;
12996}
12997_LT_EOF
12998 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12999 (eval $ac_link) 2>&5
13000 ac_status=$?
13001 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13002 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13003 (./conftest; exit; ) >&5 2>/dev/null
13004 lt_status=$?
13005 case x$lt_status in
13006 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13007 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13008 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13009 esac
13010 else :
13011 # compilation failed
13012 lt_cv_dlopen_self_static=no
13013 fi
87326c78 13014fi
6bb11ab3
L
13015rm -fr conftest*
13016
13017
87326c78 13018fi
6bb11ab3
L
13019{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13020$as_echo "$lt_cv_dlopen_self_static" >&6; }
13021 fi
13022
13023 CPPFLAGS="$save_CPPFLAGS"
13024 LDFLAGS="$save_LDFLAGS"
13025 LIBS="$save_LIBS"
13026 ;;
13027 esac
13028
13029 case $lt_cv_dlopen_self in
13030 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13031 *) enable_dlopen_self=unknown ;;
13032 esac
13033
13034 case $lt_cv_dlopen_self_static in
13035 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13036 *) enable_dlopen_self_static=unknown ;;
13037 esac
13038fi
13039
13040
13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052
13053
13054
13055
13056striplib=
13057old_striplib=
13058{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13059$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13060if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13061 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13062 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13064$as_echo "yes" >&6; }
13065else
13066# FIXME - insert some real tests, host_os isn't really good enough
13067 case $host_os in
13068 darwin*)
13069 if test -n "$STRIP" ; then
13070 striplib="$STRIP -x"
13071 old_striplib="$STRIP -S"
13072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13073$as_echo "yes" >&6; }
13074 else
13075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13076$as_echo "no" >&6; }
13077 fi
13078 ;;
13079 *)
13080 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13081$as_echo "no" >&6; }
13082 ;;
13083 esac
13084fi
13085
13086
13087
13088
13089
13090
13091
13092
13093
13094
13095
13096
13097 # Report which library types will actually be built
13098 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13099$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13100 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13101$as_echo "$can_build_shared" >&6; }
13102
13103 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13104$as_echo_n "checking whether to build shared libraries... " >&6; }
13105 test "$can_build_shared" = "no" && enable_shared=no
13106
13107 # On AIX, shared libraries and static libraries use the same namespace, and
13108 # are all built from PIC.
13109 case $host_os in
13110 aix3*)
13111 test "$enable_shared" = yes && enable_static=no
13112 if test -n "$RANLIB"; then
13113 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13114 postinstall_cmds='$RANLIB $lib'
13115 fi
13116 ;;
13117
13118 aix[4-9]*)
13119 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13120 test "$enable_shared" = yes && enable_static=no
13121 fi
13122 ;;
13123 esac
13124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13125$as_echo "$enable_shared" >&6; }
13126
13127 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13128$as_echo_n "checking whether to build static libraries... " >&6; }
13129 # Make sure either enable_shared or enable_static is yes.
13130 test "$enable_shared" = yes || enable_static=yes
13131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13132$as_echo "$enable_static" >&6; }
13133
13134
13135
13136
13137fi
13138ac_ext=c
13139ac_cpp='$CPP $CPPFLAGS'
13140ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13141ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13142ac_compiler_gnu=$ac_cv_c_compiler_gnu
13143
13144CC="$lt_save_CC"
13145
13146
13147
13148
13149
13150
13151
13152
13153
87326c78 13154
87326c78 13155
87326c78 13156
87326c78 13157
6bb11ab3
L
13158 ac_config_commands="$ac_config_commands libtool"
13159
13160
13161
13162
13163# Only expand once:
13164
13165
87326c78
DD
13166
13167
13168. ${srcdir}/../../bfd/configure.host
13169
13170
13171
31e6ad7d
MF
13172
13173{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13174$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13175 # Check whether --enable-maintainer-mode was given.
87326c78 13176if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13177 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13178else
13179 USE_MAINTAINER_MODE=no
87326c78 13180fi
31e6ad7d
MF
13181
13182 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13183$as_echo "$USE_MAINTAINER_MODE" >&6; }
13184 if test $USE_MAINTAINER_MODE = yes; then
13185 MAINTAINER_MODE_TRUE=
13186 MAINTAINER_MODE_FALSE='#'
87326c78 13187else
31e6ad7d
MF
13188 MAINTAINER_MODE_TRUE='#'
13189 MAINTAINER_MODE_FALSE=
87326c78
DD
13190fi
13191
31e6ad7d
MF
13192 MAINT=$MAINTAINER_MODE_TRUE
13193
13194
87326c78
DD
13195
13196
ce39bd38
MF
13197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13198$as_echo_n "checking for sim debug setting... " >&6; }
13199sim_debug="0"
87326c78
DD
13200# Check whether --enable-sim-debug was given.
13201if test "${enable_sim_debug+set}" = set; then :
13202 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13203 yes) sim_debug="7";;
13204 no) sim_debug="0";;
13205 *) sim_debug="($enableval)";;
87326c78 13206esac
87326c78 13207fi
ce39bd38
MF
13208if test "$sim_debug" != "0"; then
13209
13210cat >>confdefs.h <<_ACEOF
13211#define DEBUG $sim_debug
13212_ACEOF
13213
87326c78
DD
13214fi
13215
ce39bd38
MF
13216cat >>confdefs.h <<_ACEOF
13217#define WITH_DEBUG $sim_debug
13218_ACEOF
13219
13220{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13221$as_echo "$sim_debug" >&6; }
87326c78
DD
13222
13223
ce39bd38
MF
13224{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13225$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13226sim_stdio="0"
87326c78
DD
13227# Check whether --enable-sim-stdio was given.
13228if test "${enable_sim_stdio+set}" = set; then :
13229 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13230 yes) sim_stdio="DO_USE_STDIO";;
13231 no) sim_stdio="DONT_USE_STDIO";;
13232 *) as_fn_error "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
87326c78 13233esac
87326c78
DD
13234fi
13235
ce39bd38
MF
13236cat >>confdefs.h <<_ACEOF
13237#define WITH_STDIO $sim_stdio
13238_ACEOF
13239
13240{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13241$as_echo "$sim_stdio" >&6; }
87326c78
DD
13242
13243
ce39bd38
MF
13244{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13245$as_echo_n "checking for sim trace settings... " >&6; }
13246sim_trace="~TRACE_debug"
87326c78
DD
13247# Check whether --enable-sim-trace was given.
13248if test "${enable_sim_trace+set}" = set; then :
13249 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13250 yes) sim_trace="-1";;
13251 no) sim_trace="0";;
87326c78 13252 [-0-9]*)
ce39bd38 13253 sim_trace="'(${enableval})'";;
2232061b 13254 [[:lower:]]*)
87326c78
DD
13255 sim_trace=""
13256 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13257 if test x"$sim_trace" = x; then
ce39bd38 13258 sim_trace="(TRACE_$x"
87326c78
DD
13259 else
13260 sim_trace="${sim_trace}|TRACE_$x"
13261 fi
13262 done
ce39bd38 13263 sim_trace="$sim_trace)" ;;
87326c78 13264esac
87326c78
DD
13265fi
13266
ce39bd38
MF
13267cat >>confdefs.h <<_ACEOF
13268#define WITH_TRACE $sim_trace
13269_ACEOF
13270
13271{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13272$as_echo "$sim_trace" >&6; }
87326c78
DD
13273
13274
ce39bd38
MF
13275{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13276$as_echo_n "checking for sim profile settings... " >&6; }
13277profile="1"
13278sim_profile="-1"
87326c78
DD
13279# Check whether --enable-sim-profile was given.
13280if test "${enable_sim_profile+set}" = set; then :
13281 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13282 yes) profile="1" sim_profile="-1";;
13283 no) profile="0" sim_profile="0";;
87326c78 13284 [-0-9]*)
ce39bd38 13285 profile="(${enableval})" sim_profile="(${enableval})";;
87326c78 13286 [a-z]*)
ce39bd38 13287 profile="1"
87326c78
DD
13288 sim_profile=""
13289 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13290 if test x"$sim_profile" = x; then
ce39bd38 13291 sim_profile="(PROFILE_$x"
87326c78
DD
13292 else
13293 sim_profile="${sim_profile}|PROFILE_$x"
13294 fi
13295 done
ce39bd38 13296 sim_profile="$sim_profile)" ;;
87326c78 13297esac
87326c78
DD
13298fi
13299
ce39bd38
MF
13300cat >>confdefs.h <<_ACEOF
13301#define PROFILE $profile
13302_ACEOF
87326c78
DD
13303
13304
ce39bd38
MF
13305cat >>confdefs.h <<_ACEOF
13306#define WITH_PROFILE $sim_profile
13307_ACEOF
13308
13309{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13310$as_echo "$sim_profile" >&6; }
13311
13312
13313
13314{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13315$as_echo_n "checking whether to enable sim asserts... " >&6; }
13316sim_assert="1"
35656e95
MF
13317# Check whether --enable-sim-assert was given.
13318if test "${enable_sim_assert+set}" = set; then :
13319 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13320 yes) sim_assert="1";;
13321 no) sim_assert="0";;
13322 *) as_fn_error "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13323esac
35656e95
MF
13324fi
13325
ce39bd38
MF
13326cat >>confdefs.h <<_ACEOF
13327#define WITH_ASSERT $sim_assert
13328_ACEOF
13329
13330{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13331$as_echo "$sim_assert" >&6; }
13332
35656e95 13333
ce39bd38
MF
13334{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13335$as_echo_n "checking default sim environment setting... " >&6; }
13336sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13337# Check whether --enable-sim-environment was given.
13338if test "${enable_sim_environment+set}" = set; then :
13339 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13340 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13341 user | USER) sim_environment="USER_ENVIRONMENT";;
13342 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13343 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
13344 *) as_fn_error "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13345esac
16f7876d
MF
13346fi
13347
ce39bd38
MF
13348cat >>confdefs.h <<_ACEOF
13349#define WITH_ENVIRONMENT $sim_environment
13350_ACEOF
13351
13352{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13353$as_echo "$sim_environment" >&6; }
13354
16f7876d 13355
347fe5bb
MF
13356sim_inline="-DDEFAULT_INLINE=0"
13357# Check whether --enable-sim-inline was given.
13358if test "${enable_sim_inline+set}" = set; then :
13359 enableval=$enable_sim_inline; sim_inline=""
13360case "$enableval" in
13361 no) sim_inline="-DDEFAULT_INLINE=0";;
13362 0) sim_inline="-DDEFAULT_INLINE=0";;
13363 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13364 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13365 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13366 new_flag=""
13367 case "$x" in
13368 *_INLINE=*) new_flag="-D$x";;
13369 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13370 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13371 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13372 esac
13373 if test x"$sim_inline" = x""; then
13374 sim_inline="$new_flag"
13375 else
13376 sim_inline="$sim_inline $new_flag"
13377 fi
13378 done;;
13379esac
13380if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13381 echo "Setting inline flags = $sim_inline" 6>&1
13382fi
13383fi
13384
13385
13386
87326c78
DD
13387
13388# Check whether --with-pkgversion was given.
13389if test "${with_pkgversion+set}" = set; then :
13390 withval=$with_pkgversion; case "$withval" in
13391 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13392 no) PKGVERSION= ;;
13393 *) PKGVERSION="($withval) " ;;
13394 esac
13395else
bf12d44e 13396 PKGVERSION="(SIM) "
87326c78
DD
13397
13398fi
13399
13400
13401
13402
13403
13404# Check whether --with-bugurl was given.
13405if test "${with_bugurl+set}" = set; then :
13406 withval=$with_bugurl; case "$withval" in
13407 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13408 no) BUGURL=
13409 ;;
13410 *) BUGURL="$withval"
13411 ;;
13412 esac
13413else
13414 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13415
13416fi
13417
13418 case ${BUGURL} in
13419 "")
13420 REPORT_BUGS_TO=
13421 REPORT_BUGS_TEXI=
13422 ;;
13423 *)
13424 REPORT_BUGS_TO="<$BUGURL>"
13425 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13426 ;;
13427 esac;
13428
13429
13430
13431
13432cat >>confdefs.h <<_ACEOF
13433#define PKGVERSION "$PKGVERSION"
13434_ACEOF
13435
13436
13437cat >>confdefs.h <<_ACEOF
13438#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13439_ACEOF
13440
13441
13442{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13443$as_echo_n "checking return type of signal handlers... " >&6; }
13444if test "${ac_cv_type_signal+set}" = set; then :
13445 $as_echo_n "(cached) " >&6
13446else
13447 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13448/* end confdefs.h. */
13449#include <sys/types.h>
13450#include <signal.h>
13451
13452int
13453main ()
13454{
13455return *(signal (0, 0)) (0) == 1;
13456 ;
13457 return 0;
13458}
13459_ACEOF
13460if ac_fn_c_try_compile "$LINENO"; then :
13461 ac_cv_type_signal=int
13462else
13463 ac_cv_type_signal=void
13464fi
13465rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13466fi
13467{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13468$as_echo "$ac_cv_type_signal" >&6; }
13469
13470cat >>confdefs.h <<_ACEOF
13471#define RETSIGTYPE $ac_cv_type_signal
13472_ACEOF
13473
13474
13475
13476
13477
87326c78
DD
13478
13479
13480for ac_header in getopt.h
13481do :
13482 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
13483if test "x$ac_cv_header_getopt_h" = x""yes; then :
13484 cat >>confdefs.h <<_ACEOF
13485#define HAVE_GETOPT_H 1
13486_ACEOF
13487
13488fi
13489
13490done
13491
13492
13493
87326c78
DD
13494cgen_breaks=""
13495if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13496cgen_breaks="break cgen_rtx_error";
13497fi
13498
13499ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13500
13501ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13502
13503ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13504
13505ac_config_commands="$ac_config_commands Makefile"
13506
13507ac_config_commands="$ac_config_commands stamp-h"
13508
13509cat >confcache <<\_ACEOF
13510# This file is a shell script that caches the results of configure
13511# tests run on this system so they can be shared between configure
13512# scripts and configure runs, see configure's option --config-cache.
13513# It is not useful on other systems. If it contains results you don't
13514# want to keep, you may remove or edit it.
13515#
13516# config.status only pays attention to the cache file if you give it
13517# the --recheck option to rerun configure.
13518#
13519# `ac_cv_env_foo' variables (set or unset) will be overridden when
13520# loading this file, other *unset* `ac_cv_foo' will be assigned the
13521# following values.
13522
13523_ACEOF
13524
13525# The following way of writing the cache mishandles newlines in values,
13526# but we know of no workaround that is simple, portable, and efficient.
13527# So, we kill variables containing newlines.
13528# Ultrix sh set writes to stderr and can't be redirected directly,
13529# and sets the high bit in the cache file unless we assign to the vars.
13530(
13531 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13532 eval ac_val=\$$ac_var
13533 case $ac_val in #(
13534 *${as_nl}*)
13535 case $ac_var in #(
13536 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13537$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13538 esac
13539 case $ac_var in #(
13540 _ | IFS | as_nl) ;; #(
13541 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13542 *) { eval $ac_var=; unset $ac_var;} ;;
13543 esac ;;
13544 esac
13545 done
13546
13547 (set) 2>&1 |
13548 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13549 *${as_nl}ac_space=\ *)
13550 # `set' does not quote correctly, so add quotes: double-quote
13551 # substitution turns \\\\ into \\, and sed turns \\ into \.
13552 sed -n \
13553 "s/'/'\\\\''/g;
13554 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13555 ;; #(
13556 *)
13557 # `set' quotes correctly as required by POSIX, so do not add quotes.
13558 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13559 ;;
13560 esac |
13561 sort
13562) |
13563 sed '
13564 /^ac_cv_env_/b end
13565 t clear
13566 :clear
13567 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13568 t end
13569 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13570 :end' >>confcache
13571if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13572 if test -w "$cache_file"; then
13573 test "x$cache_file" != "x/dev/null" &&
13574 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13575$as_echo "$as_me: updating cache $cache_file" >&6;}
13576 cat confcache >$cache_file
13577 else
13578 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13579$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13580 fi
13581fi
13582rm -f confcache
13583
13584test "x$prefix" = xNONE && prefix=$ac_default_prefix
13585# Let make expand exec_prefix.
13586test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13587
13588DEFS=-DHAVE_CONFIG_H
13589
13590ac_libobjs=
13591ac_ltlibobjs=
13592for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13593 # 1. Remove the extension, and $U if already installed.
13594 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13595 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13596 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13597 # will be set to the directory where LIBOBJS objects are built.
13598 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13599 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13600done
13601LIBOBJS=$ac_libobjs
13602
13603LTLIBOBJS=$ac_ltlibobjs
13604
13605
0cb8d851 13606
db2e4d67
MF
13607if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13608 as_fn_error "conditional \"GMAKE\" was never defined.
13609Usually this means the macro was only invoked conditionally." "$LINENO" 5
13610fi
6bb11ab3
L
13611if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13612 as_fn_error "conditional \"PLUGINS\" was never defined.
13613Usually this means the macro was only invoked conditionally." "$LINENO" 5
13614fi
31e6ad7d
MF
13615if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13616 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13617Usually this means the macro was only invoked conditionally." "$LINENO" 5
13618fi
87326c78
DD
13619
13620: ${CONFIG_STATUS=./config.status}
13621ac_write_fail=0
13622ac_clean_files_save=$ac_clean_files
13623ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13624{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13625$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13626as_write_fail=0
13627cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13628#! $SHELL
13629# Generated by $as_me.
13630# Run this file to recreate the current configuration.
13631# Compiler output produced by configure, useful for debugging
13632# configure, is in config.log if it exists.
13633
13634debug=false
13635ac_cs_recheck=false
13636ac_cs_silent=false
13637
13638SHELL=\${CONFIG_SHELL-$SHELL}
13639export SHELL
13640_ASEOF
13641cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13642## -------------------- ##
13643## M4sh Initialization. ##
13644## -------------------- ##
13645
13646# Be more Bourne compatible
13647DUALCASE=1; export DUALCASE # for MKS sh
13648if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13649 emulate sh
13650 NULLCMD=:
13651 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13652 # is contrary to our usage. Disable this feature.
13653 alias -g '${1+"$@"}'='"$@"'
13654 setopt NO_GLOB_SUBST
13655else
13656 case `(set -o) 2>/dev/null` in #(
13657 *posix*) :
13658 set -o posix ;; #(
13659 *) :
13660 ;;
13661esac
13662fi
13663
13664
13665as_nl='
13666'
13667export as_nl
13668# Printing a long string crashes Solaris 7 /usr/bin/printf.
13669as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13670as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13671as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13672# Prefer a ksh shell builtin over an external printf program on Solaris,
13673# but without wasting forks for bash or zsh.
13674if test -z "$BASH_VERSION$ZSH_VERSION" \
13675 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13676 as_echo='print -r --'
13677 as_echo_n='print -rn --'
13678elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13679 as_echo='printf %s\n'
13680 as_echo_n='printf %s'
13681else
13682 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13683 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13684 as_echo_n='/usr/ucb/echo -n'
13685 else
13686 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13687 as_echo_n_body='eval
13688 arg=$1;
13689 case $arg in #(
13690 *"$as_nl"*)
13691 expr "X$arg" : "X\\(.*\\)$as_nl";
13692 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13693 esac;
13694 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13695 '
13696 export as_echo_n_body
13697 as_echo_n='sh -c $as_echo_n_body as_echo'
13698 fi
13699 export as_echo_body
13700 as_echo='sh -c $as_echo_body as_echo'
13701fi
13702
13703# The user is always right.
13704if test "${PATH_SEPARATOR+set}" != set; then
13705 PATH_SEPARATOR=:
13706 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13707 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13708 PATH_SEPARATOR=';'
13709 }
13710fi
13711
13712
13713# IFS
13714# We need space, tab and new line, in precisely that order. Quoting is
13715# there to prevent editors from complaining about space-tab.
13716# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13717# splitting by setting IFS to empty value.)
13718IFS=" "" $as_nl"
13719
13720# Find who we are. Look in the path if we contain no directory separator.
13721case $0 in #((
13722 *[\\/]* ) as_myself=$0 ;;
13723 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13724for as_dir in $PATH
13725do
13726 IFS=$as_save_IFS
13727 test -z "$as_dir" && as_dir=.
13728 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13729 done
13730IFS=$as_save_IFS
13731
13732 ;;
13733esac
13734# We did not find ourselves, most probably we were run as `sh COMMAND'
13735# in which case we are not to be found in the path.
13736if test "x$as_myself" = x; then
13737 as_myself=$0
13738fi
13739if test ! -f "$as_myself"; then
13740 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13741 exit 1
13742fi
13743
13744# Unset variables that we do not need and which cause bugs (e.g. in
13745# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13746# suppresses any "Segmentation fault" message there. '((' could
13747# trigger a bug in pdksh 5.2.14.
13748for as_var in BASH_ENV ENV MAIL MAILPATH
13749do eval test x\${$as_var+set} = xset \
13750 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13751done
13752PS1='$ '
13753PS2='> '
13754PS4='+ '
13755
13756# NLS nuisances.
13757LC_ALL=C
13758export LC_ALL
13759LANGUAGE=C
13760export LANGUAGE
13761
13762# CDPATH.
13763(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13764
13765
13766# as_fn_error ERROR [LINENO LOG_FD]
13767# ---------------------------------
13768# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13769# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13770# script with status $?, using 1 if that was 0.
13771as_fn_error ()
13772{
13773 as_status=$?; test $as_status -eq 0 && as_status=1
13774 if test "$3"; then
13775 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13776 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13777 fi
13778 $as_echo "$as_me: error: $1" >&2
13779 as_fn_exit $as_status
13780} # as_fn_error
13781
13782
13783# as_fn_set_status STATUS
13784# -----------------------
13785# Set $? to STATUS, without forking.
13786as_fn_set_status ()
13787{
13788 return $1
13789} # as_fn_set_status
13790
13791# as_fn_exit STATUS
13792# -----------------
13793# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13794as_fn_exit ()
13795{
13796 set +e
13797 as_fn_set_status $1
13798 exit $1
13799} # as_fn_exit
13800
13801# as_fn_unset VAR
13802# ---------------
13803# Portably unset VAR.
13804as_fn_unset ()
13805{
13806 { eval $1=; unset $1;}
13807}
13808as_unset=as_fn_unset
13809# as_fn_append VAR VALUE
13810# ----------------------
13811# Append the text in VALUE to the end of the definition contained in VAR. Take
13812# advantage of any shell optimizations that allow amortized linear growth over
13813# repeated appends, instead of the typical quadratic growth present in naive
13814# implementations.
13815if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13816 eval 'as_fn_append ()
13817 {
13818 eval $1+=\$2
13819 }'
13820else
13821 as_fn_append ()
13822 {
13823 eval $1=\$$1\$2
13824 }
13825fi # as_fn_append
13826
13827# as_fn_arith ARG...
13828# ------------------
13829# Perform arithmetic evaluation on the ARGs, and store the result in the
13830# global $as_val. Take advantage of shells that can avoid forks. The arguments
13831# must be portable across $(()) and expr.
13832if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13833 eval 'as_fn_arith ()
13834 {
13835 as_val=$(( $* ))
13836 }'
13837else
13838 as_fn_arith ()
13839 {
13840 as_val=`expr "$@" || test $? -eq 1`
13841 }
13842fi # as_fn_arith
13843
13844
13845if expr a : '\(a\)' >/dev/null 2>&1 &&
13846 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13847 as_expr=expr
13848else
13849 as_expr=false
13850fi
13851
13852if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13853 as_basename=basename
13854else
13855 as_basename=false
13856fi
13857
13858if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13859 as_dirname=dirname
13860else
13861 as_dirname=false
13862fi
13863
13864as_me=`$as_basename -- "$0" ||
13865$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13866 X"$0" : 'X\(//\)$' \| \
13867 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13868$as_echo X/"$0" |
13869 sed '/^.*\/\([^/][^/]*\)\/*$/{
13870 s//\1/
13871 q
13872 }
13873 /^X\/\(\/\/\)$/{
13874 s//\1/
13875 q
13876 }
13877 /^X\/\(\/\).*/{
13878 s//\1/
13879 q
13880 }
13881 s/.*/./; q'`
13882
13883# Avoid depending upon Character Ranges.
13884as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13885as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13886as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13887as_cr_digits='0123456789'
13888as_cr_alnum=$as_cr_Letters$as_cr_digits
13889
13890ECHO_C= ECHO_N= ECHO_T=
13891case `echo -n x` in #(((((
13892-n*)
13893 case `echo 'xy\c'` in
13894 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13895 xy) ECHO_C='\c';;
13896 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13897 ECHO_T=' ';;
13898 esac;;
13899*)
13900 ECHO_N='-n';;
13901esac
13902
13903rm -f conf$$ conf$$.exe conf$$.file
13904if test -d conf$$.dir; then
13905 rm -f conf$$.dir/conf$$.file
13906else
13907 rm -f conf$$.dir
13908 mkdir conf$$.dir 2>/dev/null
13909fi
13910if (echo >conf$$.file) 2>/dev/null; then
13911 if ln -s conf$$.file conf$$ 2>/dev/null; then
13912 as_ln_s='ln -s'
13913 # ... but there are two gotchas:
13914 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13915 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13916 # In both cases, we have to default to `cp -p'.
13917 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13918 as_ln_s='cp -p'
13919 elif ln conf$$.file conf$$ 2>/dev/null; then
13920 as_ln_s=ln
13921 else
13922 as_ln_s='cp -p'
13923 fi
13924else
13925 as_ln_s='cp -p'
13926fi
13927rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13928rmdir conf$$.dir 2>/dev/null
13929
13930
13931# as_fn_mkdir_p
13932# -------------
13933# Create "$as_dir" as a directory, including parents if necessary.
13934as_fn_mkdir_p ()
13935{
13936
13937 case $as_dir in #(
13938 -*) as_dir=./$as_dir;;
13939 esac
13940 test -d "$as_dir" || eval $as_mkdir_p || {
13941 as_dirs=
13942 while :; do
13943 case $as_dir in #(
13944 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13945 *) as_qdir=$as_dir;;
13946 esac
13947 as_dirs="'$as_qdir' $as_dirs"
13948 as_dir=`$as_dirname -- "$as_dir" ||
13949$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13950 X"$as_dir" : 'X\(//\)[^/]' \| \
13951 X"$as_dir" : 'X\(//\)$' \| \
13952 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13953$as_echo X"$as_dir" |
13954 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13955 s//\1/
13956 q
13957 }
13958 /^X\(\/\/\)[^/].*/{
13959 s//\1/
13960 q
13961 }
13962 /^X\(\/\/\)$/{
13963 s//\1/
13964 q
13965 }
13966 /^X\(\/\).*/{
13967 s//\1/
13968 q
13969 }
13970 s/.*/./; q'`
13971 test -d "$as_dir" && break
13972 done
13973 test -z "$as_dirs" || eval "mkdir $as_dirs"
13974 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13975
13976
13977} # as_fn_mkdir_p
13978if mkdir -p . 2>/dev/null; then
13979 as_mkdir_p='mkdir -p "$as_dir"'
13980else
13981 test -d ./-p && rmdir ./-p
13982 as_mkdir_p=false
13983fi
13984
13985if test -x / >/dev/null 2>&1; then
13986 as_test_x='test -x'
13987else
13988 if ls -dL / >/dev/null 2>&1; then
13989 as_ls_L_option=L
13990 else
13991 as_ls_L_option=
13992 fi
13993 as_test_x='
13994 eval sh -c '\''
13995 if test -d "$1"; then
13996 test -d "$1/.";
13997 else
13998 case $1 in #(
13999 -*)set "./$1";;
14000 esac;
14001 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
14002 ???[sx]*):;;*)false;;esac;fi
14003 '\'' sh
14004 '
14005fi
14006as_executable_p=$as_test_x
14007
14008# Sed expression to map a string onto a valid CPP name.
14009as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14010
14011# Sed expression to map a string onto a valid variable name.
14012as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14013
14014
14015exec 6>&1
14016## ----------------------------------- ##
14017## Main body of $CONFIG_STATUS script. ##
14018## ----------------------------------- ##
14019_ASEOF
14020test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14021
14022cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14023# Save the log message, to keep $0 and so on meaningful, and to
14024# report actual input values of CONFIG_FILES etc. instead of their
14025# values after options handling.
14026ac_log="
14027This file was extended by $as_me, which was
14028generated by GNU Autoconf 2.64. Invocation command line was
14029
14030 CONFIG_FILES = $CONFIG_FILES
14031 CONFIG_HEADERS = $CONFIG_HEADERS
14032 CONFIG_LINKS = $CONFIG_LINKS
14033 CONFIG_COMMANDS = $CONFIG_COMMANDS
14034 $ $0 $@
14035
14036on `(hostname || uname -n) 2>/dev/null | sed 1q`
14037"
14038
14039_ACEOF
14040
14041case $ac_config_files in *"
14042"*) set x $ac_config_files; shift; ac_config_files=$*;;
14043esac
14044
14045case $ac_config_headers in *"
14046"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14047esac
14048
14049
14050cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14051# Files that config.status was made for.
14052config_files="$ac_config_files"
14053config_headers="$ac_config_headers"
87326c78
DD
14054config_commands="$ac_config_commands"
14055
14056_ACEOF
14057
14058cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14059ac_cs_usage="\
14060\`$as_me' instantiates files and other configuration actions
14061from templates according to the current configuration. Unless the files
14062and actions are specified as TAGs, all are instantiated by default.
14063
14064Usage: $0 [OPTION]... [TAG]...
14065
14066 -h, --help print this help, then exit
14067 -V, --version print version number and configuration settings, then exit
14068 -q, --quiet, --silent
14069 do not print progress messages
14070 -d, --debug don't remove temporary files
14071 --recheck update $as_me by reconfiguring in the same conditions
14072 --file=FILE[:TEMPLATE]
14073 instantiate the configuration file FILE
14074 --header=FILE[:TEMPLATE]
14075 instantiate the configuration header FILE
14076
14077Configuration files:
14078$config_files
14079
14080Configuration headers:
14081$config_headers
14082
87326c78
DD
14083Configuration commands:
14084$config_commands
14085
14086Report bugs to the package provider."
14087
14088_ACEOF
14089cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14090ac_cs_version="\\
14091config.status
14092configured by $0, generated by GNU Autoconf 2.64,
14093 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14094
14095Copyright (C) 2009 Free Software Foundation, Inc.
14096This config.status script is free software; the Free Software Foundation
14097gives unlimited permission to copy, distribute and modify it."
14098
14099ac_pwd='$ac_pwd'
14100srcdir='$srcdir'
14101INSTALL='$INSTALL'
6bb11ab3 14102AWK='$AWK'
87326c78
DD
14103test -n "\$AWK" || AWK=awk
14104_ACEOF
14105
14106cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14107# The default lists apply if the user does not specify any file.
14108ac_need_defaults=:
14109while test $# != 0
14110do
14111 case $1 in
14112 --*=*)
14113 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14114 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14115 ac_shift=:
14116 ;;
14117 *)
14118 ac_option=$1
14119 ac_optarg=$2
14120 ac_shift=shift
14121 ;;
14122 esac
14123
14124 case $ac_option in
14125 # Handling of the options.
14126 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14127 ac_cs_recheck=: ;;
14128 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14129 $as_echo "$ac_cs_version"; exit ;;
14130 --debug | --debu | --deb | --de | --d | -d )
14131 debug=: ;;
14132 --file | --fil | --fi | --f )
14133 $ac_shift
14134 case $ac_optarg in
14135 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14136 esac
14137 as_fn_append CONFIG_FILES " '$ac_optarg'"
14138 ac_need_defaults=false;;
14139 --header | --heade | --head | --hea )
14140 $ac_shift
14141 case $ac_optarg in
14142 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14143 esac
14144 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14145 ac_need_defaults=false;;
14146 --he | --h)
14147 # Conflict between --help and --header
14148 as_fn_error "ambiguous option: \`$1'
14149Try \`$0 --help' for more information.";;
14150 --help | --hel | -h )
14151 $as_echo "$ac_cs_usage"; exit ;;
14152 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14153 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14154 ac_cs_silent=: ;;
14155
14156 # This is an error.
14157 -*) as_fn_error "unrecognized option: \`$1'
14158Try \`$0 --help' for more information." ;;
14159
14160 *) as_fn_append ac_config_targets " $1"
14161 ac_need_defaults=false ;;
14162
14163 esac
14164 shift
14165done
14166
14167ac_configure_extra_args=
14168
14169if $ac_cs_silent; then
14170 exec 6>/dev/null
14171 ac_configure_extra_args="$ac_configure_extra_args --silent"
14172fi
14173
14174_ACEOF
14175cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14176if \$ac_cs_recheck; then
14177 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14178 shift
14179 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14180 CONFIG_SHELL='$SHELL'
14181 export CONFIG_SHELL
14182 exec "\$@"
14183fi
14184
14185_ACEOF
14186cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14187exec 5>>config.log
14188{
14189 echo
14190 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14191## Running $as_me. ##
14192_ASBOX
14193 $as_echo "$ac_log"
14194} >&5
14195
14196_ACEOF
14197cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14198#
14199# INIT-COMMANDS
14200#
14201ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14202
6bb11ab3
L
14203
14204# The HP-UX ksh and POSIX shell print the target directory to stdout
14205# if CDPATH is set.
14206(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14207
14208sed_quote_subst='$sed_quote_subst'
14209double_quote_subst='$double_quote_subst'
14210delay_variable_subst='$delay_variable_subst'
14211macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14212macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14213enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14214enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14215pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14216enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14217SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14218ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14219host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14220host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14221host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14222build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14223build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14224build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14225SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14226Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14227GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14228EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14229FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14230LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14231NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14232LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14233max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14234ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14235exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14236lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14237lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14238lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14239reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14240reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14241OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14242deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14243file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14244AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14245AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14246STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14247RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14248old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14249old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14250old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14251lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14252CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14253CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14254compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14255GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14256lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14257lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14258lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14259lt_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"`'
14260objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14261MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14262lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14263lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14264lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14265lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14266lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14267need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14268DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14269NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14270LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14271OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14272OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14273libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14274shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14275extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14276archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14277enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14278export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14279whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14280compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14281old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14282old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14283archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14284archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14285module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14286module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14287with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14288allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14289no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14290hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14291hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14292hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14293hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14294hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14295hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14296hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14297hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14298inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14299link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14300fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14301always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14302export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14303exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14304include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14305prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14306file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14307variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14308need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14309need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14310version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14311runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14312shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14313shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14314libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14315library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14316soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14317install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14318postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14319postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14320finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14321finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14322hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14323sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14324sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14325hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14326enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14327enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14328enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14329old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14330striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14331
14332LTCC='$LTCC'
14333LTCFLAGS='$LTCFLAGS'
14334compiler='$compiler_DEFAULT'
14335
14336# A function that is used when there is no print builtin or printf.
14337func_fallback_echo ()
14338{
14339 eval 'cat <<_LTECHO_EOF
14340\$1
14341_LTECHO_EOF'
14342}
14343
14344# Quote evaled strings.
14345for var in SHELL \
14346ECHO \
14347SED \
14348GREP \
14349EGREP \
14350FGREP \
14351LD \
14352NM \
14353LN_S \
14354lt_SP2NL \
14355lt_NL2SP \
14356reload_flag \
14357OBJDUMP \
14358deplibs_check_method \
14359file_magic_cmd \
14360AR \
14361AR_FLAGS \
14362STRIP \
14363RANLIB \
14364CC \
14365CFLAGS \
14366compiler \
14367lt_cv_sys_global_symbol_pipe \
14368lt_cv_sys_global_symbol_to_cdecl \
14369lt_cv_sys_global_symbol_to_c_name_address \
14370lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14371lt_prog_compiler_no_builtin_flag \
14372lt_prog_compiler_wl \
14373lt_prog_compiler_pic \
14374lt_prog_compiler_static \
14375lt_cv_prog_compiler_c_o \
14376need_locks \
14377DSYMUTIL \
14378NMEDIT \
14379LIPO \
14380OTOOL \
14381OTOOL64 \
14382shrext_cmds \
14383export_dynamic_flag_spec \
14384whole_archive_flag_spec \
14385compiler_needs_object \
14386with_gnu_ld \
14387allow_undefined_flag \
14388no_undefined_flag \
14389hardcode_libdir_flag_spec \
14390hardcode_libdir_flag_spec_ld \
14391hardcode_libdir_separator \
14392fix_srcfile_path \
14393exclude_expsyms \
14394include_expsyms \
14395file_list_spec \
14396variables_saved_for_relink \
14397libname_spec \
14398library_names_spec \
14399soname_spec \
14400install_override_mode \
14401finish_eval \
14402old_striplib \
14403striplib; do
14404 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14405 *[\\\\\\\`\\"\\\$]*)
14406 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14407 ;;
14408 *)
14409 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14410 ;;
14411 esac
14412done
14413
14414# Double-quote double-evaled strings.
14415for var in reload_cmds \
14416old_postinstall_cmds \
14417old_postuninstall_cmds \
14418old_archive_cmds \
14419extract_expsyms_cmds \
14420old_archive_from_new_cmds \
14421old_archive_from_expsyms_cmds \
14422archive_cmds \
14423archive_expsym_cmds \
14424module_cmds \
14425module_expsym_cmds \
14426export_symbols_cmds \
14427prelink_cmds \
14428postinstall_cmds \
14429postuninstall_cmds \
14430finish_cmds \
14431sys_lib_search_path_spec \
14432sys_lib_dlsearch_path_spec; do
14433 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14434 *[\\\\\\\`\\"\\\$]*)
14435 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14436 ;;
14437 *)
14438 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14439 ;;
14440 esac
14441done
14442
14443ac_aux_dir='$ac_aux_dir'
14444xsi_shell='$xsi_shell'
14445lt_shell_append='$lt_shell_append'
14446
14447# See if we are running on zsh, and set the options which allow our
14448# commands through without removal of \ escapes INIT.
14449if test -n "\${ZSH_VERSION+set}" ; then
14450 setopt NO_GLOB_SUBST
14451fi
14452
14453
14454 PACKAGE='$PACKAGE'
14455 VERSION='$VERSION'
14456 TIMESTAMP='$TIMESTAMP'
14457 RM='$RM'
14458 ofile='$ofile'
14459
14460
14461
14462
87326c78
DD
14463_ACEOF
14464
14465cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14466
14467# Handling of arguments.
14468for ac_config_target in $ac_config_targets
14469do
14470 case $ac_config_target in
14471 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14472 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14473 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
87326c78
DD
14474 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14475 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14476 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14477 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14478 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14479
14480 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14481 esac
14482done
14483
14484
14485# If the user did not use the arguments to specify the items to instantiate,
14486# then the envvar interface is used. Set only those that are not.
14487# We use the long form for the default assignment because of an extremely
14488# bizarre bug on SunOS 4.1.3.
14489if $ac_need_defaults; then
14490 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14491 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
87326c78
DD
14492 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14493fi
14494
14495# Have a temporary directory for convenience. Make it in the build tree
14496# simply because there is no reason against having it here, and in addition,
14497# creating and moving files from /tmp can sometimes cause problems.
14498# Hook for its removal unless debugging.
14499# Note that there is a small window in which the directory will not be cleaned:
14500# after its creation but before its name has been assigned to `$tmp'.
14501$debug ||
14502{
14503 tmp=
14504 trap 'exit_status=$?
14505 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14506' 0
14507 trap 'as_fn_exit 1' 1 2 13 15
14508}
14509# Create a (secure) tmp directory for tmp files.
14510
14511{
14512 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14513 test -n "$tmp" && test -d "$tmp"
14514} ||
14515{
14516 tmp=./conf$$-$RANDOM
14517 (umask 077 && mkdir "$tmp")
14518} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14519
14520# Set up the scripts for CONFIG_FILES section.
14521# No need to generate them if there are no CONFIG_FILES.
14522# This happens for instance with `./config.status config.h'.
14523if test -n "$CONFIG_FILES"; then
14524
14525
14526ac_cr=`echo X | tr X '\015'`
14527# On cygwin, bash can eat \r inside `` if the user requested igncr.
14528# But we know of no other shell where ac_cr would be empty at this
14529# point, so we can use a bashism as a fallback.
14530if test "x$ac_cr" = x; then
14531 eval ac_cr=\$\'\\r\'
14532fi
14533ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14534if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14535 ac_cs_awk_cr='\r'
14536else
14537 ac_cs_awk_cr=$ac_cr
14538fi
14539
14540echo 'BEGIN {' >"$tmp/subs1.awk" &&
14541_ACEOF
14542
14543
14544{
14545 echo "cat >conf$$subs.awk <<_ACEOF" &&
14546 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14547 echo "_ACEOF"
14548} >conf$$subs.sh ||
14549 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14550ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14551ac_delim='%!_!# '
14552for ac_last_try in false false false false false :; do
14553 . ./conf$$subs.sh ||
14554 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14555
14556 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14557 if test $ac_delim_n = $ac_delim_num; then
14558 break
14559 elif $ac_last_try; then
14560 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14561 else
14562 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14563 fi
14564done
14565rm -f conf$$subs.sh
14566
14567cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14568cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14569_ACEOF
14570sed -n '
14571h
14572s/^/S["/; s/!.*/"]=/
14573p
14574g
14575s/^[^!]*!//
14576:repl
14577t repl
14578s/'"$ac_delim"'$//
14579t delim
14580:nl
14581h
14582s/\(.\{148\}\).*/\1/
14583t more1
14584s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14585p
14586n
14587b repl
14588:more1
14589s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14590p
14591g
14592s/.\{148\}//
14593t nl
14594:delim
14595h
14596s/\(.\{148\}\).*/\1/
14597t more2
14598s/["\\]/\\&/g; s/^/"/; s/$/"/
14599p
14600b
14601:more2
14602s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14603p
14604g
14605s/.\{148\}//
14606t delim
14607' <conf$$subs.awk | sed '
14608/^[^""]/{
14609 N
14610 s/\n//
14611}
14612' >>$CONFIG_STATUS || ac_write_fail=1
14613rm -f conf$$subs.awk
14614cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14615_ACAWK
14616cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14617 for (key in S) S_is_set[key] = 1
14618 FS = "\a"
14619
14620}
14621{
14622 line = $ 0
14623 nfields = split(line, field, "@")
14624 substed = 0
14625 len = length(field[1])
14626 for (i = 2; i < nfields; i++) {
14627 key = field[i]
14628 keylen = length(key)
14629 if (S_is_set[key]) {
14630 value = S[key]
14631 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14632 len += length(value) + length(field[++i])
14633 substed = 1
14634 } else
14635 len += 1 + keylen
14636 }
14637
14638 print line
14639}
14640
14641_ACAWK
14642_ACEOF
14643cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14644if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14645 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14646else
14647 cat
14648fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14649 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14650_ACEOF
14651
14652# VPATH may cause trouble with some makes, so we remove $(srcdir),
14653# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14654# trailing colons and then remove the whole line if VPATH becomes empty
14655# (actually we leave an empty line to preserve line numbers).
14656if test "x$srcdir" = x.; then
14657 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14658s/:*\$(srcdir):*/:/
14659s/:*\${srcdir}:*/:/
14660s/:*@srcdir@:*/:/
14661s/^\([^=]*=[ ]*\):*/\1/
14662s/:*$//
14663s/^[^=]*=[ ]*$//
14664}'
14665fi
14666
14667cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14668fi # test -n "$CONFIG_FILES"
14669
14670# Set up the scripts for CONFIG_HEADERS section.
14671# No need to generate them if there are no CONFIG_HEADERS.
14672# This happens for instance with `./config.status Makefile'.
14673if test -n "$CONFIG_HEADERS"; then
14674cat >"$tmp/defines.awk" <<\_ACAWK ||
14675BEGIN {
14676_ACEOF
14677
14678# Transform confdefs.h into an awk script `defines.awk', embedded as
14679# here-document in config.status, that substitutes the proper values into
14680# config.h.in to produce config.h.
14681
14682# Create a delimiter string that does not exist in confdefs.h, to ease
14683# handling of long lines.
14684ac_delim='%!_!# '
14685for ac_last_try in false false :; do
14686 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14687 if test -z "$ac_t"; then
14688 break
14689 elif $ac_last_try; then
14690 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14691 else
14692 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14693 fi
14694done
14695
14696# For the awk script, D is an array of macro values keyed by name,
14697# likewise P contains macro parameters if any. Preserve backslash
14698# newline sequences.
14699
14700ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14701sed -n '
14702s/.\{148\}/&'"$ac_delim"'/g
14703t rset
14704:rset
14705s/^[ ]*#[ ]*define[ ][ ]*/ /
14706t def
14707d
14708:def
14709s/\\$//
14710t bsnl
14711s/["\\]/\\&/g
14712s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14713D["\1"]=" \3"/p
14714s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14715d
14716:bsnl
14717s/["\\]/\\&/g
14718s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14719D["\1"]=" \3\\\\\\n"\\/p
14720t cont
14721s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14722t cont
14723d
14724:cont
14725n
14726s/.\{148\}/&'"$ac_delim"'/g
14727t clear
14728:clear
14729s/\\$//
14730t bsnlc
14731s/["\\]/\\&/g; s/^/"/; s/$/"/p
14732d
14733:bsnlc
14734s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14735b cont
14736' <confdefs.h | sed '
14737s/'"$ac_delim"'/"\\\
14738"/g' >>$CONFIG_STATUS || ac_write_fail=1
14739
14740cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14741 for (key in D) D_is_set[key] = 1
14742 FS = "\a"
14743}
14744/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14745 line = \$ 0
14746 split(line, arg, " ")
14747 if (arg[1] == "#") {
14748 defundef = arg[2]
14749 mac1 = arg[3]
14750 } else {
14751 defundef = substr(arg[1], 2)
14752 mac1 = arg[2]
14753 }
14754 split(mac1, mac2, "(") #)
14755 macro = mac2[1]
14756 prefix = substr(line, 1, index(line, defundef) - 1)
14757 if (D_is_set[macro]) {
14758 # Preserve the white space surrounding the "#".
14759 print prefix "define", macro P[macro] D[macro]
14760 next
14761 } else {
14762 # Replace #undef with comments. This is necessary, for example,
14763 # in the case of _POSIX_SOURCE, which is predefined and required
14764 # on some systems where configure will not decide to define it.
14765 if (defundef == "undef") {
14766 print "/*", prefix defundef, macro, "*/"
14767 next
14768 }
14769 }
14770}
14771{ print }
14772_ACAWK
14773_ACEOF
14774cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14775 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14776fi # test -n "$CONFIG_HEADERS"
14777
14778
99d8e879 14779eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
87326c78
DD
14780shift
14781for ac_tag
14782do
14783 case $ac_tag in
14784 :[FHLC]) ac_mode=$ac_tag; continue;;
14785 esac
14786 case $ac_mode$ac_tag in
14787 :[FHL]*:*);;
14788 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14789 :[FH]-) ac_tag=-:-;;
14790 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14791 esac
14792 ac_save_IFS=$IFS
14793 IFS=:
14794 set x $ac_tag
14795 IFS=$ac_save_IFS
14796 shift
14797 ac_file=$1
14798 shift
14799
14800 case $ac_mode in
14801 :L) ac_source=$1;;
14802 :[FH])
14803 ac_file_inputs=
14804 for ac_f
14805 do
14806 case $ac_f in
14807 -) ac_f="$tmp/stdin";;
14808 *) # Look for the file first in the build tree, then in the source tree
14809 # (if the path is not absolute). The absolute path cannot be DOS-style,
14810 # because $ac_f cannot contain `:'.
14811 test -f "$ac_f" ||
14812 case $ac_f in
14813 [\\/$]*) false;;
14814 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14815 esac ||
14816 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14817 esac
14818 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14819 as_fn_append ac_file_inputs " '$ac_f'"
14820 done
14821
14822 # Let's still pretend it is `configure' which instantiates (i.e., don't
14823 # use $as_me), people would be surprised to read:
14824 # /* config.h. Generated by config.status. */
14825 configure_input='Generated from '`
14826 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14827 `' by configure.'
14828 if test x"$ac_file" != x-; then
14829 configure_input="$ac_file. $configure_input"
14830 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14831$as_echo "$as_me: creating $ac_file" >&6;}
14832 fi
14833 # Neutralize special characters interpreted by sed in replacement strings.
14834 case $configure_input in #(
14835 *\&* | *\|* | *\\* )
14836 ac_sed_conf_input=`$as_echo "$configure_input" |
14837 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14838 *) ac_sed_conf_input=$configure_input;;
14839 esac
14840
14841 case $ac_tag in
14842 *:-:* | *:-) cat >"$tmp/stdin" \
14843 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14844 esac
14845 ;;
14846 esac
14847
14848 ac_dir=`$as_dirname -- "$ac_file" ||
14849$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14850 X"$ac_file" : 'X\(//\)[^/]' \| \
14851 X"$ac_file" : 'X\(//\)$' \| \
14852 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14853$as_echo X"$ac_file" |
14854 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14855 s//\1/
14856 q
14857 }
14858 /^X\(\/\/\)[^/].*/{
14859 s//\1/
14860 q
14861 }
14862 /^X\(\/\/\)$/{
14863 s//\1/
14864 q
14865 }
14866 /^X\(\/\).*/{
14867 s//\1/
14868 q
14869 }
14870 s/.*/./; q'`
14871 as_dir="$ac_dir"; as_fn_mkdir_p
14872 ac_builddir=.
14873
14874case "$ac_dir" in
14875.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14876*)
14877 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14878 # A ".." for each directory in $ac_dir_suffix.
14879 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14880 case $ac_top_builddir_sub in
14881 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14882 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14883 esac ;;
14884esac
14885ac_abs_top_builddir=$ac_pwd
14886ac_abs_builddir=$ac_pwd$ac_dir_suffix
14887# for backward compatibility:
14888ac_top_builddir=$ac_top_build_prefix
14889
14890case $srcdir in
14891 .) # We are building in place.
14892 ac_srcdir=.
14893 ac_top_srcdir=$ac_top_builddir_sub
14894 ac_abs_top_srcdir=$ac_pwd ;;
14895 [\\/]* | ?:[\\/]* ) # Absolute name.
14896 ac_srcdir=$srcdir$ac_dir_suffix;
14897 ac_top_srcdir=$srcdir
14898 ac_abs_top_srcdir=$srcdir ;;
14899 *) # Relative name.
14900 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14901 ac_top_srcdir=$ac_top_build_prefix$srcdir
14902 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14903esac
14904ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14905
14906
14907 case $ac_mode in
14908 :F)
14909 #
14910 # CONFIG_FILE
14911 #
14912
14913 case $INSTALL in
14914 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14915 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14916 esac
14917_ACEOF
14918
14919cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14920# If the template does not know about datarootdir, expand it.
14921# FIXME: This hack should be removed a few years after 2.60.
14922ac_datarootdir_hack=; ac_datarootdir_seen=
14923ac_sed_dataroot='
14924/datarootdir/ {
14925 p
14926 q
14927}
14928/@datadir@/p
14929/@docdir@/p
14930/@infodir@/p
14931/@localedir@/p
14932/@mandir@/p'
14933case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14934*datarootdir*) ac_datarootdir_seen=yes;;
14935*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14936 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14937$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14938_ACEOF
14939cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14940 ac_datarootdir_hack='
14941 s&@datadir@&$datadir&g
14942 s&@docdir@&$docdir&g
14943 s&@infodir@&$infodir&g
14944 s&@localedir@&$localedir&g
14945 s&@mandir@&$mandir&g
14946 s&\\\${datarootdir}&$datarootdir&g' ;;
14947esac
14948_ACEOF
14949
14950# Neutralize VPATH when `$srcdir' = `.'.
14951# Shell code in configure.ac might set extrasub.
14952# FIXME: do we really want to maintain this feature?
14953cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14954ac_sed_extra="$ac_vpsub
14955$extrasub
14956_ACEOF
14957cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14958:t
14959/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14960s|@configure_input@|$ac_sed_conf_input|;t t
14961s&@top_builddir@&$ac_top_builddir_sub&;t t
14962s&@top_build_prefix@&$ac_top_build_prefix&;t t
14963s&@srcdir@&$ac_srcdir&;t t
14964s&@abs_srcdir@&$ac_abs_srcdir&;t t
14965s&@top_srcdir@&$ac_top_srcdir&;t t
14966s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14967s&@builddir@&$ac_builddir&;t t
14968s&@abs_builddir@&$ac_abs_builddir&;t t
14969s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14970s&@INSTALL@&$ac_INSTALL&;t t
14971$ac_datarootdir_hack
14972"
14973eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14974 || as_fn_error "could not create $ac_file" "$LINENO" 5
14975
14976test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14977 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14978 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14979 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14980which seems to be undefined. Please make sure it is defined." >&5
14981$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14982which seems to be undefined. Please make sure it is defined." >&2;}
14983
14984 rm -f "$tmp/stdin"
14985 case $ac_file in
14986 -) cat "$tmp/out" && rm -f "$tmp/out";;
14987 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14988 esac \
14989 || as_fn_error "could not create $ac_file" "$LINENO" 5
14990 ;;
14991 :H)
14992 #
14993 # CONFIG_HEADER
14994 #
14995 if test x"$ac_file" != x-; then
14996 {
14997 $as_echo "/* $configure_input */" \
14998 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14999 } >"$tmp/config.h" \
15000 || as_fn_error "could not create $ac_file" "$LINENO" 5
15001 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
15002 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15003$as_echo "$as_me: $ac_file is unchanged" >&6;}
15004 else
15005 rm -f "$ac_file"
15006 mv "$tmp/config.h" "$ac_file" \
15007 || as_fn_error "could not create $ac_file" "$LINENO" 5
15008 fi
15009 else
15010 $as_echo "/* $configure_input */" \
15011 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15012 || as_fn_error "could not create -" "$LINENO" 5
15013 fi
15014 ;;
87326c78 15015
87326c78
DD
15016 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15017$as_echo "$as_me: executing $ac_file commands" >&6;}
15018 ;;
15019 esac
15020
15021
15022 case $ac_file$ac_mode in
db2e4d67 15023 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15024 "libtool":C)
15025
15026 # See if we are running on zsh, and set the options which allow our
15027 # commands through without removal of \ escapes.
15028 if test -n "${ZSH_VERSION+set}" ; then
15029 setopt NO_GLOB_SUBST
15030 fi
15031
15032 cfgfile="${ofile}T"
15033 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15034 $RM "$cfgfile"
15035
15036 cat <<_LT_EOF >> "$cfgfile"
15037#! $SHELL
15038
15039# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15040# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15041# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15042# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15043#
15044# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15045# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15046# Written by Gordon Matzigkeit, 1996
15047#
15048# This file is part of GNU Libtool.
15049#
15050# GNU Libtool is free software; you can redistribute it and/or
15051# modify it under the terms of the GNU General Public License as
15052# published by the Free Software Foundation; either version 2 of
15053# the License, or (at your option) any later version.
15054#
15055# As a special exception to the GNU General Public License,
15056# if you distribute this file as part of a program or library that
15057# is built using GNU Libtool, you may include this file under the
15058# same distribution terms that you use for the rest of that program.
15059#
15060# GNU Libtool is distributed in the hope that it will be useful,
15061# but WITHOUT ANY WARRANTY; without even the implied warranty of
15062# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15063# GNU General Public License for more details.
15064#
15065# You should have received a copy of the GNU General Public License
15066# along with GNU Libtool; see the file COPYING. If not, a copy
15067# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15068# obtained by writing to the Free Software Foundation, Inc.,
15069# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15070
15071
15072# The names of the tagged configurations supported by this script.
15073available_tags=""
15074
15075# ### BEGIN LIBTOOL CONFIG
15076
15077# Which release of libtool.m4 was used?
15078macro_version=$macro_version
15079macro_revision=$macro_revision
15080
15081# Whether or not to build shared libraries.
15082build_libtool_libs=$enable_shared
15083
15084# Whether or not to build static libraries.
15085build_old_libs=$enable_static
15086
15087# What type of objects to build.
15088pic_mode=$pic_mode
15089
15090# Whether or not to optimize for fast installation.
15091fast_install=$enable_fast_install
15092
15093# Shell to use when invoking shell scripts.
15094SHELL=$lt_SHELL
15095
15096# An echo program that protects backslashes.
15097ECHO=$lt_ECHO
15098
15099# The host system.
15100host_alias=$host_alias
15101host=$host
15102host_os=$host_os
15103
15104# The build system.
15105build_alias=$build_alias
15106build=$build
15107build_os=$build_os
15108
15109# A sed program that does not truncate output.
15110SED=$lt_SED
15111
15112# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15113Xsed="\$SED -e 1s/^X//"
15114
15115# A grep program that handles long lines.
15116GREP=$lt_GREP
15117
15118# An ERE matcher.
15119EGREP=$lt_EGREP
15120
15121# A literal string matcher.
15122FGREP=$lt_FGREP
15123
15124# A BSD- or MS-compatible name lister.
15125NM=$lt_NM
15126
15127# Whether we need soft or hard links.
15128LN_S=$lt_LN_S
15129
15130# What is the maximum length of a command?
15131max_cmd_len=$max_cmd_len
15132
15133# Object file suffix (normally "o").
15134objext=$ac_objext
15135
15136# Executable file suffix (normally "").
15137exeext=$exeext
15138
15139# whether the shell understands "unset".
15140lt_unset=$lt_unset
15141
15142# turn spaces into newlines.
15143SP2NL=$lt_lt_SP2NL
15144
15145# turn newlines into spaces.
15146NL2SP=$lt_lt_NL2SP
15147
15148# An object symbol dumper.
15149OBJDUMP=$lt_OBJDUMP
15150
15151# Method to check whether dependent libraries are shared objects.
15152deplibs_check_method=$lt_deplibs_check_method
15153
15154# Command to use when deplibs_check_method == "file_magic".
15155file_magic_cmd=$lt_file_magic_cmd
15156
15157# The archiver.
15158AR=$lt_AR
15159AR_FLAGS=$lt_AR_FLAGS
15160
15161# A symbol stripping program.
15162STRIP=$lt_STRIP
15163
15164# Commands used to install an old-style archive.
15165RANLIB=$lt_RANLIB
15166old_postinstall_cmds=$lt_old_postinstall_cmds
15167old_postuninstall_cmds=$lt_old_postuninstall_cmds
15168
15169# Whether to use a lock for old archive extraction.
15170lock_old_archive_extraction=$lock_old_archive_extraction
15171
15172# A C compiler.
15173LTCC=$lt_CC
15174
15175# LTCC compiler flags.
15176LTCFLAGS=$lt_CFLAGS
15177
15178# Take the output of nm and produce a listing of raw symbols and C names.
15179global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15180
15181# Transform the output of nm in a proper C declaration.
15182global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15183
15184# Transform the output of nm in a C name address pair.
15185global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15186
15187# Transform the output of nm in a C name address pair when lib prefix is needed.
15188global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15189
15190# The name of the directory that contains temporary libtool files.
15191objdir=$objdir
15192
15193# Used to examine libraries when file_magic_cmd begins with "file".
15194MAGIC_CMD=$MAGIC_CMD
15195
15196# Must we lock files when doing compilation?
15197need_locks=$lt_need_locks
15198
15199# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15200DSYMUTIL=$lt_DSYMUTIL
15201
15202# Tool to change global to local symbols on Mac OS X.
15203NMEDIT=$lt_NMEDIT
15204
15205# Tool to manipulate fat objects and archives on Mac OS X.
15206LIPO=$lt_LIPO
15207
15208# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15209OTOOL=$lt_OTOOL
15210
15211# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15212OTOOL64=$lt_OTOOL64
15213
15214# Old archive suffix (normally "a").
15215libext=$libext
15216
15217# Shared library suffix (normally ".so").
15218shrext_cmds=$lt_shrext_cmds
15219
15220# The commands to extract the exported symbol list from a shared archive.
15221extract_expsyms_cmds=$lt_extract_expsyms_cmds
15222
15223# Variables whose values should be saved in libtool wrapper scripts and
15224# restored at link time.
15225variables_saved_for_relink=$lt_variables_saved_for_relink
15226
15227# Do we need the "lib" prefix for modules?
15228need_lib_prefix=$need_lib_prefix
15229
15230# Do we need a version for libraries?
15231need_version=$need_version
15232
15233# Library versioning type.
15234version_type=$version_type
15235
15236# Shared library runtime path variable.
15237runpath_var=$runpath_var
15238
15239# Shared library path variable.
15240shlibpath_var=$shlibpath_var
15241
15242# Is shlibpath searched before the hard-coded library search path?
15243shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15244
15245# Format of library name prefix.
15246libname_spec=$lt_libname_spec
15247
15248# List of archive names. First name is the real one, the rest are links.
15249# The last name is the one that the linker finds with -lNAME
15250library_names_spec=$lt_library_names_spec
15251
15252# The coded name of the library, if different from the real name.
15253soname_spec=$lt_soname_spec
15254
15255# Permission mode override for installation of shared libraries.
15256install_override_mode=$lt_install_override_mode
15257
15258# Command to use after installation of a shared archive.
15259postinstall_cmds=$lt_postinstall_cmds
15260
15261# Command to use after uninstallation of a shared archive.
15262postuninstall_cmds=$lt_postuninstall_cmds
15263
15264# Commands used to finish a libtool library installation in a directory.
15265finish_cmds=$lt_finish_cmds
15266
15267# As "finish_cmds", except a single script fragment to be evaled but
15268# not shown.
15269finish_eval=$lt_finish_eval
15270
15271# Whether we should hardcode library paths into libraries.
15272hardcode_into_libs=$hardcode_into_libs
15273
15274# Compile-time system search path for libraries.
15275sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15276
15277# Run-time system search path for libraries.
15278sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15279
15280# Whether dlopen is supported.
15281dlopen_support=$enable_dlopen
15282
15283# Whether dlopen of programs is supported.
15284dlopen_self=$enable_dlopen_self
15285
15286# Whether dlopen of statically linked programs is supported.
15287dlopen_self_static=$enable_dlopen_self_static
15288
15289# Commands to strip libraries.
15290old_striplib=$lt_old_striplib
15291striplib=$lt_striplib
15292
15293
15294# The linker used to build libraries.
15295LD=$lt_LD
15296
15297# How to create reloadable object files.
15298reload_flag=$lt_reload_flag
15299reload_cmds=$lt_reload_cmds
15300
15301# Commands used to build an old-style archive.
15302old_archive_cmds=$lt_old_archive_cmds
15303
15304# A language specific compiler.
15305CC=$lt_compiler
15306
15307# Is the compiler the GNU compiler?
15308with_gcc=$GCC
15309
15310# Compiler flag to turn off builtin functions.
15311no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15312
15313# How to pass a linker flag through the compiler.
15314wl=$lt_lt_prog_compiler_wl
15315
15316# Additional compiler flags for building library objects.
15317pic_flag=$lt_lt_prog_compiler_pic
15318
15319# Compiler flag to prevent dynamic linking.
15320link_static_flag=$lt_lt_prog_compiler_static
15321
15322# Does compiler simultaneously support -c and -o options?
15323compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15324
15325# Whether or not to add -lc for building shared libraries.
15326build_libtool_need_lc=$archive_cmds_need_lc
15327
15328# Whether or not to disallow shared libs when runtime libs are static.
15329allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15330
15331# Compiler flag to allow reflexive dlopens.
15332export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15333
15334# Compiler flag to generate shared objects directly from archives.
15335whole_archive_flag_spec=$lt_whole_archive_flag_spec
15336
15337# Whether the compiler copes with passing no objects directly.
15338compiler_needs_object=$lt_compiler_needs_object
15339
15340# Create an old-style archive from a shared archive.
15341old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15342
15343# Create a temporary old-style archive to link instead of a shared archive.
15344old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15345
15346# Commands used to build a shared archive.
15347archive_cmds=$lt_archive_cmds
15348archive_expsym_cmds=$lt_archive_expsym_cmds
15349
15350# Commands used to build a loadable module if different from building
15351# a shared archive.
15352module_cmds=$lt_module_cmds
15353module_expsym_cmds=$lt_module_expsym_cmds
15354
15355# Whether we are building with GNU ld or not.
15356with_gnu_ld=$lt_with_gnu_ld
15357
15358# Flag that allows shared libraries with undefined symbols to be built.
15359allow_undefined_flag=$lt_allow_undefined_flag
15360
15361# Flag that enforces no undefined symbols.
15362no_undefined_flag=$lt_no_undefined_flag
15363
15364# Flag to hardcode \$libdir into a binary during linking.
15365# This must work even if \$libdir does not exist
15366hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15367
15368# If ld is used when linking, flag to hardcode \$libdir into a binary
15369# during linking. This must work even if \$libdir does not exist.
15370hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15371
15372# Whether we need a single "-rpath" flag with a separated argument.
15373hardcode_libdir_separator=$lt_hardcode_libdir_separator
15374
15375# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15376# DIR into the resulting binary.
15377hardcode_direct=$hardcode_direct
15378
15379# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15380# DIR into the resulting binary and the resulting library dependency is
15381# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15382# library is relocated.
15383hardcode_direct_absolute=$hardcode_direct_absolute
15384
15385# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15386# into the resulting binary.
15387hardcode_minus_L=$hardcode_minus_L
15388
15389# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15390# into the resulting binary.
15391hardcode_shlibpath_var=$hardcode_shlibpath_var
15392
15393# Set to "yes" if building a shared library automatically hardcodes DIR
15394# into the library and all subsequent libraries and executables linked
15395# against it.
15396hardcode_automatic=$hardcode_automatic
15397
15398# Set to yes if linker adds runtime paths of dependent libraries
15399# to runtime path list.
15400inherit_rpath=$inherit_rpath
15401
15402# Whether libtool must link a program against all its dependency libraries.
15403link_all_deplibs=$link_all_deplibs
15404
15405# Fix the shell variable \$srcfile for the compiler.
15406fix_srcfile_path=$lt_fix_srcfile_path
15407
15408# Set to "yes" if exported symbols are required.
15409always_export_symbols=$always_export_symbols
15410
15411# The commands to list exported symbols.
15412export_symbols_cmds=$lt_export_symbols_cmds
15413
15414# Symbols that should not be listed in the preloaded symbols.
15415exclude_expsyms=$lt_exclude_expsyms
15416
15417# Symbols that must always be exported.
15418include_expsyms=$lt_include_expsyms
15419
15420# Commands necessary for linking programs (against libraries) with templates.
15421prelink_cmds=$lt_prelink_cmds
15422
15423# Specify filename containing input files.
15424file_list_spec=$lt_file_list_spec
15425
15426# How to hardcode a shared library path into an executable.
15427hardcode_action=$hardcode_action
15428
15429# ### END LIBTOOL CONFIG
15430
15431_LT_EOF
15432
15433 case $host_os in
15434 aix3*)
15435 cat <<\_LT_EOF >> "$cfgfile"
15436# AIX sometimes has problems with the GCC collect2 program. For some
15437# reason, if we set the COLLECT_NAMES environment variable, the problems
15438# vanish in a puff of smoke.
15439if test "X${COLLECT_NAMES+set}" != Xset; then
15440 COLLECT_NAMES=
15441 export COLLECT_NAMES
15442fi
15443_LT_EOF
15444 ;;
15445 esac
15446
15447
15448ltmain="$ac_aux_dir/ltmain.sh"
15449
15450
15451 # We use sed instead of cat because bash on DJGPP gets confused if
15452 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15453 # text mode, it properly converts lines to CR/LF. This bash problem
15454 # is reportedly fixed, but why not run on old versions too?
15455 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15456 || (rm -f "$cfgfile"; exit 1)
15457
15458 case $xsi_shell in
15459 yes)
15460 cat << \_LT_EOF >> "$cfgfile"
15461
15462# func_dirname file append nondir_replacement
15463# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15464# otherwise set result to NONDIR_REPLACEMENT.
15465func_dirname ()
15466{
15467 case ${1} in
15468 */*) func_dirname_result="${1%/*}${2}" ;;
15469 * ) func_dirname_result="${3}" ;;
15470 esac
15471}
15472
15473# func_basename file
15474func_basename ()
15475{
15476 func_basename_result="${1##*/}"
15477}
15478
15479# func_dirname_and_basename file append nondir_replacement
15480# perform func_basename and func_dirname in a single function
15481# call:
15482# dirname: Compute the dirname of FILE. If nonempty,
15483# add APPEND to the result, otherwise set result
15484# to NONDIR_REPLACEMENT.
15485# value returned in "$func_dirname_result"
15486# basename: Compute filename of FILE.
15487# value retuned in "$func_basename_result"
15488# Implementation must be kept synchronized with func_dirname
15489# and func_basename. For efficiency, we do not delegate to
15490# those functions but instead duplicate the functionality here.
15491func_dirname_and_basename ()
15492{
15493 case ${1} in
15494 */*) func_dirname_result="${1%/*}${2}" ;;
15495 * ) func_dirname_result="${3}" ;;
15496 esac
15497 func_basename_result="${1##*/}"
15498}
15499
15500# func_stripname prefix suffix name
15501# strip PREFIX and SUFFIX off of NAME.
15502# PREFIX and SUFFIX must not contain globbing or regex special
15503# characters, hashes, percent signs, but SUFFIX may contain a leading
15504# dot (in which case that matches only a dot).
15505func_stripname ()
15506{
15507 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15508 # positional parameters, so assign one to ordinary parameter first.
15509 func_stripname_result=${3}
15510 func_stripname_result=${func_stripname_result#"${1}"}
15511 func_stripname_result=${func_stripname_result%"${2}"}
15512}
15513
15514# func_opt_split
15515func_opt_split ()
15516{
15517 func_opt_split_opt=${1%%=*}
15518 func_opt_split_arg=${1#*=}
15519}
15520
15521# func_lo2o object
15522func_lo2o ()
15523{
15524 case ${1} in
15525 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15526 *) func_lo2o_result=${1} ;;
15527 esac
15528}
15529
15530# func_xform libobj-or-source
15531func_xform ()
15532{
15533 func_xform_result=${1%.*}.lo
15534}
15535
15536# func_arith arithmetic-term...
15537func_arith ()
15538{
15539 func_arith_result=$(( $* ))
15540}
15541
15542# func_len string
15543# STRING may not start with a hyphen.
15544func_len ()
15545{
15546 func_len_result=${#1}
15547}
15548
15549_LT_EOF
15550 ;;
15551 *) # Bourne compatible functions.
15552 cat << \_LT_EOF >> "$cfgfile"
15553
15554# func_dirname file append nondir_replacement
15555# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15556# otherwise set result to NONDIR_REPLACEMENT.
15557func_dirname ()
15558{
15559 # Extract subdirectory from the argument.
15560 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15561 if test "X$func_dirname_result" = "X${1}"; then
15562 func_dirname_result="${3}"
15563 else
15564 func_dirname_result="$func_dirname_result${2}"
15565 fi
15566}
15567
15568# func_basename file
15569func_basename ()
15570{
15571 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15572}
15573
15574
15575# func_stripname prefix suffix name
15576# strip PREFIX and SUFFIX off of NAME.
15577# PREFIX and SUFFIX must not contain globbing or regex special
15578# characters, hashes, percent signs, but SUFFIX may contain a leading
15579# dot (in which case that matches only a dot).
15580# func_strip_suffix prefix name
15581func_stripname ()
15582{
15583 case ${2} in
15584 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15585 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15586 esac
15587}
15588
15589# sed scripts:
15590my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15591my_sed_long_arg='1s/^-[^=]*=//'
15592
15593# func_opt_split
15594func_opt_split ()
15595{
15596 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15597 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15598}
15599
15600# func_lo2o object
15601func_lo2o ()
15602{
15603 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15604}
15605
15606# func_xform libobj-or-source
15607func_xform ()
15608{
15609 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15610}
15611
15612# func_arith arithmetic-term...
15613func_arith ()
15614{
15615 func_arith_result=`expr "$@"`
15616}
15617
15618# func_len string
15619# STRING may not start with a hyphen.
15620func_len ()
15621{
15622 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15623}
15624
15625_LT_EOF
15626esac
15627
15628case $lt_shell_append in
15629 yes)
15630 cat << \_LT_EOF >> "$cfgfile"
15631
15632# func_append var value
15633# Append VALUE to the end of shell variable VAR.
15634func_append ()
15635{
15636 eval "$1+=\$2"
15637}
15638_LT_EOF
15639 ;;
15640 *)
15641 cat << \_LT_EOF >> "$cfgfile"
15642
15643# func_append var value
15644# Append VALUE to the end of shell variable VAR.
15645func_append ()
15646{
15647 eval "$1=\$$1\$2"
15648}
15649
15650_LT_EOF
15651 ;;
15652 esac
15653
15654
15655 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15656 || (rm -f "$cfgfile"; exit 1)
15657
15658 mv -f "$cfgfile" "$ofile" ||
15659 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15660 chmod +x "$ofile"
15661
15662 ;;
87326c78
DD
15663 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15664 rm -f Makesim1.tmp Makesim2.tmp Makefile
15665 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15666 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15667 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15668 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15669 <Makefile.sim >Makefile
15670 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15671 ;;
15672 "stamp-h":C) echo > stamp-h ;;
15673
15674 esac
15675done # for ac_tag
15676
15677
15678as_fn_exit 0
15679_ACEOF
15680ac_clean_files=$ac_clean_files_save
15681
15682test $ac_write_fail = 0 ||
15683 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15684
15685
15686# configure is writing to config.log, and then calls config.status.
15687# config.status does its own redirection, appending to config.log.
15688# Unfortunately, on DOS this fails, as config.log is still kept open
15689# by configure, so config.status won't be able to write to it; its
15690# output is simply discarded. So we exec the FD to /dev/null,
15691# effectively closing config.log, so it can be properly (re)opened and
15692# appended to by config.status. When coming back to configure, we
15693# need to make the FD available again.
15694if test "$no_create" != yes; then
15695 ac_cs_success=:
15696 ac_config_status_args=
15697 test "$silent" = yes &&
15698 ac_config_status_args="$ac_config_status_args --quiet"
15699 exec 5>/dev/null
15700 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15701 exec 5>>config.log
15702 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15703 # would make configure fail if this is the last instruction.
15704 $ac_cs_success || as_fn_exit $?
15705fi
15706if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15707 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15708$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15709fi
15710
15711