linux-nat: Exploit /proc/<pid>/mem for writing
[deliverable/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
6bb11ab3 2379# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2380#
6bb11ab3
L
2381# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2382# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2383# Written by Gordon Matzigkeit, 1996
2384#
2385# This file is free software; the Free Software Foundation gives
2386# unlimited permission to copy and/or distribute it, with or without
2387# modifications, as long as this notice is preserved.
db2e4d67 2388
db2e4d67 2389
db2e4d67 2390
6bb11ab3 2391# serial 56 LT_INIT
db2e4d67
MF
2392
2393
6bb11ab3
L
2394# LT_PREREQ(VERSION)
2395# ------------------
2396# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2397
db2e4d67
MF
2398
2399
6bb11ab3
L
2400# _LT_CHECK_BUILDDIR
2401# ------------------
2402# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2403
2404
87326c78 2405
6bb11ab3
L
2406# LT_INIT([OPTIONS])
2407# ------------------
2408# LT_INIT
87326c78 2409
6bb11ab3
L
2410# Old names:
2411# This is what autoupdate's m4 run will expand. It fires
2412# the warning (with _au_warn_XXX), outputs it into the
2413# updated configure.ac (with AC_DIAGNOSE), and then outputs
2414# the replacement expansion.
87326c78
DD
2415
2416
6bb11ab3
L
2417# This is an auxiliary macro that is also run when
2418# autoupdate runs m4. It simply calls m4_warning, but
2419# we need a wrapper so that each warning is emitted only
2420# once. We break the quoting in m4_warning's argument in
2421# order to expand this macro's arguments, not AU_DEFUN's.
87326c78
DD
2422
2423
6bb11ab3
L
2424# Finally, this is the expansion that is picked up by
2425# autoconf. It tells the user to run autoupdate, and
2426# then outputs the replacement expansion. We do not care
2427# about autoupdate's warning because that contains
2428# information on what to do *after* running autoupdate.
87326c78 2429
6bb11ab3
L
2430# This is what autoupdate's m4 run will expand. It fires
2431# the warning (with _au_warn_XXX), outputs it into the
2432# updated configure.ac (with AC_DIAGNOSE), and then outputs
2433# the replacement expansion.
87326c78
DD
2434
2435
6bb11ab3
L
2436# This is an auxiliary macro that is also run when
2437# autoupdate runs m4. It simply calls m4_warning, but
2438# we need a wrapper so that each warning is emitted only
2439# once. We break the quoting in m4_warning's argument in
2440# order to expand this macro's arguments, not AU_DEFUN's.
87326c78
DD
2441
2442
6bb11ab3
L
2443# Finally, this is the expansion that is picked up by
2444# autoconf. It tells the user to run autoupdate, and
2445# then outputs the replacement expansion. We do not care
2446# about autoupdate's warning because that contains
2447# information on what to do *after* running autoupdate.
87326c78
DD
2448
2449
2450
6bb11ab3
L
2451# _LT_CC_BASENAME(CC)
2452# -------------------
2453# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
87326c78
DD
2454
2455
2456
6bb11ab3
L
2457# _LT_FILEUTILS_DEFAULTS
2458# ----------------------
2459# It is okay to use these file commands and assume they have been set
2460# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2461# _LT_FILEUTILS_DEFAULTS
87326c78
DD
2462
2463
6bb11ab3
L
2464# _LT_SETUP
2465# ---------
2466# _LT_SETUP
87326c78
DD
2467
2468
6bb11ab3
L
2469# _LT_PREPARE_SED_QUOTE_VARS
2470# --------------------------
2471# Define a few sed substitution that help us do robust quoting.
87326c78
DD
2472
2473
6bb11ab3
L
2474# _LT_PROG_LTMAIN
2475# ---------------
2476# Note that this code is called both from `configure', and `config.status'
2477# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2478# `config.status' has no value for ac_aux_dir unless we are using Automake,
2479# so we pass a copy along to make sure it has a sensible value anyway.
2480# _LT_PROG_LTMAIN
87326c78
DD
2481
2482
6bb11ab3
L
2483## ------------------------------------- ##
2484## Accumulate code for creating libtool. ##
2485## ------------------------------------- ##
87326c78 2486
6bb11ab3
L
2487# So that we can recreate a full libtool script including additional
2488# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2489# in macros and then make a single call at the end using the `libtool'
2490# label.
87326c78
DD
2491
2492
6bb11ab3
L
2493# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2494# ----------------------------------------
2495# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
87326c78
DD
2496
2497
6bb11ab3 2498# Initialize.
87326c78
DD
2499
2500
2501
6bb11ab3
L
2502# _LT_CONFIG_LIBTOOL([COMMANDS])
2503# ------------------------------
2504# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
87326c78
DD
2505
2506
6bb11ab3 2507# Initialize.
87326c78
DD
2508
2509
2510
6bb11ab3
L
2511# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2512# -----------------------------------------------------
87326c78
DD
2513
2514
2515
6bb11ab3
L
2516# _LT_FORMAT_COMMENT([COMMENT])
2517# -----------------------------
2518# Add leading comment marks to the start of each line, and a trailing
2519# full-stop to the whole comment if one is not present already.
87326c78
DD
2520
2521
2522
2523
6bb11ab3
L
2524## ------------------------ ##
2525## FIXME: Eliminate VARNAME ##
2526## ------------------------ ##
87326c78
DD
2527
2528
6bb11ab3
L
2529# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2530# -------------------------------------------------------------------
2531# CONFIGNAME is the name given to the value in the libtool script.
2532# VARNAME is the (base) name used in the configure script.
2533# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2534# VARNAME. Any other value will be used directly.
87326c78 2535
87326c78
DD
2536
2537
6bb11ab3
L
2538# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2539# --------------------------------------------------------
87326c78
DD
2540
2541
2542
6bb11ab3
L
2543# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2544# ------------------------------------------------
87326c78
DD
2545
2546
2547
6bb11ab3
L
2548# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2549# ---------------------------------------------------------
87326c78
DD
2550
2551
2552
6bb11ab3
L
2553# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2554# --------------------------------------------------
87326c78
DD
2555
2556
2557
6bb11ab3
L
2558# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2559# ---------------------------------------------------
87326c78
DD
2560
2561
2562
6bb11ab3
L
2563# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2564# ---------------------------------------------------
87326c78
DD
2565
2566
2567
2568
6bb11ab3
L
2569# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2570# ------------------------------------------------
87326c78
DD
2571
2572
2573
2574
6bb11ab3
L
2575# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2576# ------------------------------------
2577# Quote a variable value, and forward it to `config.status' so that its
2578# declaration there will have the same value as in `configure'. VARNAME
2579# must have a single quote delimited value for this to work.
87326c78
DD
2580
2581
2582
6bb11ab3
L
2583# _LT_CONFIG_STATUS_DECLARATIONS
2584# ------------------------------
2585# We delimit libtool config variables with single quotes, so when
2586# we write them to config.status, we have to be sure to quote all
2587# embedded single quotes properly. In configure, this macro expands
2588# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2589#
2590# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
87326c78
DD
2591
2592
2593
6bb11ab3
L
2594# _LT_LIBTOOL_TAGS
2595# ----------------
2596# Output comment and list of tags supported by the script
87326c78
DD
2597
2598
2599
6bb11ab3
L
2600# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2601# -----------------------------------
2602# Extract the dictionary values for VARNAME (optionally with TAG) and
2603# expand to a commented shell variable setting:
2604#
2605# # Some comment about what VAR is for.
2606# visible_name=$lt_internal_name
87326c78
DD
2607
2608
87326c78 2609
6bb11ab3
L
2610# _LT_LIBTOOL_CONFIG_VARS
2611# -----------------------
2612# Produce commented declarations of non-tagged libtool config variables
2613# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2614# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2615# section) are produced by _LT_LIBTOOL_TAG_VARS.
87326c78
DD
2616
2617
2618
6bb11ab3
L
2619# _LT_LIBTOOL_TAG_VARS(TAG)
2620# -------------------------
87326c78
DD
2621
2622
2623
6bb11ab3
L
2624# _LT_TAGVAR(VARNAME, [TAGNAME])
2625# ------------------------------
87326c78
DD
2626
2627
2628
6bb11ab3
L
2629# _LT_CONFIG_COMMANDS
2630# -------------------
2631# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2632# variables for single and double quote escaping we saved from calls
2633# to _LT_DECL, we can put quote escaped variables declarations
2634# into `config.status', and then the shell code to quote escape them in
2635# for loops in `config.status'. Finally, any additional code accumulated
2636# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2637#_LT_CONFIG_COMMANDS
2638
2639
2640# Initialize.
2641
2642
2643# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2644# ------------------------------------
2645# Generate a child script FILE with all initialization necessary to
2646# reuse the environment learned by the parent script, and make the
2647# file executable. If COMMENT is supplied, it is inserted after the
2648# `#!' sequence but before initialization text begins. After this
2649# macro, additional text can be appended to FILE to form the body of
2650# the child script. The macro ends with non-zero status if the
2651# file could not be fully written (such as if the disk is full).
2652# _LT_GENERATED_FILE_INIT
2653
2654# LT_OUTPUT
2655# ---------
2656# This macro allows early generation of the libtool script (before
2657# AC_OUTPUT is called), incase it is used in configure for compilation
2658# tests.
2659# LT_OUTPUT
2660
2661
2662# _LT_CONFIG(TAG)
2663# ---------------
2664# If TAG is the built-in tag, create an initial libtool script with a
2665# default configuration from the untagged config vars. Otherwise add code
2666# to config.status for appending the configuration named by TAG from the
2667# matching tagged config vars.
2668# _LT_CONFIG
87326c78
DD
2669
2670
6bb11ab3
L
2671# LT_SUPPORTED_TAG(TAG)
2672# ---------------------
2673# Trace this macro to discover what tags are supported by the libtool
2674# --tag option, using:
2675# autoconf --trace 'LT_SUPPORTED_TAG:$1'
87326c78 2676
87326c78 2677
87326c78 2678
6bb11ab3 2679# C support is built-in for now
87326c78 2680
87326c78
DD
2681
2682
2683
6bb11ab3
L
2684# LT_LANG(LANG)
2685# -------------
2686# Enable libtool support for the given language if not already enabled.
2687# LT_LANG
87326c78
DD
2688
2689
6bb11ab3
L
2690# _LT_LANG(LANGNAME)
2691# ------------------
2692# _LT_LANG
87326c78
DD
2693
2694
6bb11ab3
L
2695# _LT_LANG_DEFAULT_CONFIG
2696# -----------------------
2697# _LT_LANG_DEFAULT_CONFIG
87326c78 2698
6bb11ab3
L
2699# Obsolete macros:
2700# This is what autoupdate's m4 run will expand. It fires
2701# the warning (with _au_warn_XXX), outputs it into the
2702# updated configure.ac (with AC_DIAGNOSE), and then outputs
2703# the replacement expansion.
87326c78 2704
87326c78 2705
6bb11ab3
L
2706# This is an auxiliary macro that is also run when
2707# autoupdate runs m4. It simply calls m4_warning, but
2708# we need a wrapper so that each warning is emitted only
2709# once. We break the quoting in m4_warning's argument in
2710# order to expand this macro's arguments, not AU_DEFUN's.
87326c78 2711
87326c78 2712
6bb11ab3
L
2713# Finally, this is the expansion that is picked up by
2714# autoconf. It tells the user to run autoupdate, and
2715# then outputs the replacement expansion. We do not care
2716# about autoupdate's warning because that contains
2717# information on what to do *after* running autoupdate.
87326c78 2718
6bb11ab3
L
2719# This is what autoupdate's m4 run will expand. It fires
2720# the warning (with _au_warn_XXX), outputs it into the
2721# updated configure.ac (with AC_DIAGNOSE), and then outputs
2722# the replacement expansion.
87326c78
DD
2723
2724
6bb11ab3
L
2725# This is an auxiliary macro that is also run when
2726# autoupdate runs m4. It simply calls m4_warning, but
2727# we need a wrapper so that each warning is emitted only
2728# once. We break the quoting in m4_warning's argument in
2729# order to expand this macro's arguments, not AU_DEFUN's.
87326c78
DD
2730
2731
6bb11ab3
L
2732# Finally, this is the expansion that is picked up by
2733# autoconf. It tells the user to run autoupdate, and
2734# then outputs the replacement expansion. We do not care
2735# about autoupdate's warning because that contains
2736# information on what to do *after* running autoupdate.
87326c78 2737
6bb11ab3
L
2738# This is what autoupdate's m4 run will expand. It fires
2739# the warning (with _au_warn_XXX), outputs it into the
2740# updated configure.ac (with AC_DIAGNOSE), and then outputs
2741# the replacement expansion.
87326c78
DD
2742
2743
6bb11ab3
L
2744# This is an auxiliary macro that is also run when
2745# autoupdate runs m4. It simply calls m4_warning, but
2746# we need a wrapper so that each warning is emitted only
2747# once. We break the quoting in m4_warning's argument in
2748# order to expand this macro's arguments, not AU_DEFUN's.
87326c78
DD
2749
2750
6bb11ab3
L
2751# Finally, this is the expansion that is picked up by
2752# autoconf. It tells the user to run autoupdate, and
2753# then outputs the replacement expansion. We do not care
2754# about autoupdate's warning because that contains
2755# information on what to do *after* running autoupdate.
87326c78 2756
6bb11ab3
L
2757# This is what autoupdate's m4 run will expand. It fires
2758# the warning (with _au_warn_XXX), outputs it into the
2759# updated configure.ac (with AC_DIAGNOSE), and then outputs
2760# the replacement expansion.
87326c78
DD
2761
2762
6bb11ab3
L
2763# This is an auxiliary macro that is also run when
2764# autoupdate runs m4. It simply calls m4_warning, but
2765# we need a wrapper so that each warning is emitted only
2766# once. We break the quoting in m4_warning's argument in
2767# order to expand this macro's arguments, not AU_DEFUN's.
87326c78
DD
2768
2769
6bb11ab3
L
2770# Finally, this is the expansion that is picked up by
2771# autoconf. It tells the user to run autoupdate, and
2772# then outputs the replacement expansion. We do not care
2773# about autoupdate's warning because that contains
2774# information on what to do *after* running autoupdate.
87326c78 2775
6bb11ab3
L
2776# This is what autoupdate's m4 run will expand. It fires
2777# the warning (with _au_warn_XXX), outputs it into the
2778# updated configure.ac (with AC_DIAGNOSE), and then outputs
2779# the replacement expansion.
87326c78
DD
2780
2781
6bb11ab3
L
2782# This is an auxiliary macro that is also run when
2783# autoupdate runs m4. It simply calls m4_warning, but
2784# we need a wrapper so that each warning is emitted only
2785# once. We break the quoting in m4_warning's argument in
2786# order to expand this macro's arguments, not AU_DEFUN's.
87326c78
DD
2787
2788
6bb11ab3
L
2789# Finally, this is the expansion that is picked up by
2790# autoconf. It tells the user to run autoupdate, and
2791# then outputs the replacement expansion. We do not care
2792# about autoupdate's warning because that contains
2793# information on what to do *after* running autoupdate.
87326c78
DD
2794
2795
2796
6bb11ab3
L
2797# _LT_TAG_COMPILER
2798# ----------------
2799# _LT_TAG_COMPILER
87326c78
DD
2800
2801
6bb11ab3
L
2802# _LT_COMPILER_BOILERPLATE
2803# ------------------------
2804# Check for compiler boilerplate output or warnings with
2805# the simple compiler test code.
2806# _LT_COMPILER_BOILERPLATE
87326c78 2807
87326c78 2808
6bb11ab3
L
2809# _LT_LINKER_BOILERPLATE
2810# ----------------------
2811# Check for linker boilerplate output or warnings with
2812# the simple link test code.
2813# _LT_LINKER_BOILERPLATE
87326c78 2814
6bb11ab3
L
2815# _LT_REQUIRED_DARWIN_CHECKS
2816# -------------------------
87326c78 2817
87326c78 2818
87326c78 2819
6bb11ab3
L
2820# _LT_DARWIN_LINKER_FEATURES
2821# --------------------------
2822# Checks for linker and compiler features on darwin
87326c78 2823
87326c78 2824
6bb11ab3
L
2825# _LT_SYS_MODULE_PATH_AIX
2826# -----------------------
2827# Links a minimal program and checks the executable
2828# for the system default hardcoded library path. In most cases,
2829# this is /usr/lib:/lib, but when the MPI compilers are used
2830# the location of the communication and MPI libs are included too.
2831# If we don't find anything, use the default library path according
2832# to the aix ld manual.
2833# _LT_SYS_MODULE_PATH_AIX
87326c78
DD
2834
2835
6bb11ab3
L
2836# _LT_SHELL_INIT(ARG)
2837# -------------------
2838# _LT_SHELL_INIT
87326c78 2839
87326c78
DD
2840
2841
6bb11ab3
L
2842# _LT_PROG_ECHO_BACKSLASH
2843# -----------------------
2844# Find how we can fake an echo command that does not interpret backslash.
2845# In particular, with Autoconf 2.60 or later we add some code to the start
2846# of the generated configure script which will find a shell with a builtin
2847# printf (which we can use as an echo command).
2848# _LT_PROG_ECHO_BACKSLASH
87326c78 2849
87326c78 2850
6bb11ab3
L
2851# _LT_ENABLE_LOCK
2852# ---------------
2853# _LT_ENABLE_LOCK
87326c78 2854
87326c78 2855
6bb11ab3
L
2856# _LT_CMD_OLD_ARCHIVE
2857# -------------------
2858# _LT_CMD_OLD_ARCHIVE
87326c78
DD
2859
2860
6bb11ab3
L
2861# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2862# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2863# ----------------------------------------------------------------
2864# Check whether the given compiler option works
2865# _LT_COMPILER_OPTION
87326c78 2866
6bb11ab3
L
2867# Old name:
2868# This is what autoupdate's m4 run will expand. It fires
2869# the warning (with _au_warn_XXX), outputs it into the
2870# updated configure.ac (with AC_DIAGNOSE), and then outputs
2871# the replacement expansion.
87326c78 2872
87326c78 2873
6bb11ab3
L
2874# This is an auxiliary macro that is also run when
2875# autoupdate runs m4. It simply calls m4_warning, but
2876# we need a wrapper so that each warning is emitted only
2877# once. We break the quoting in m4_warning's argument in
2878# order to expand this macro's arguments, not AU_DEFUN's.
87326c78 2879
87326c78 2880
6bb11ab3
L
2881# Finally, this is the expansion that is picked up by
2882# autoconf. It tells the user to run autoupdate, and
2883# then outputs the replacement expansion. We do not care
2884# about autoupdate's warning because that contains
2885# information on what to do *after* running autoupdate.
87326c78 2886
87326c78 2887
87326c78 2888
6bb11ab3
L
2889# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2890# [ACTION-SUCCESS], [ACTION-FAILURE])
2891# ----------------------------------------------------
2892# Check whether the given linker option works
2893# _LT_LINKER_OPTION
87326c78 2894
6bb11ab3
L
2895# Old name:
2896# This is what autoupdate's m4 run will expand. It fires
2897# the warning (with _au_warn_XXX), outputs it into the
2898# updated configure.ac (with AC_DIAGNOSE), and then outputs
2899# the replacement expansion.
87326c78 2900
87326c78 2901
6bb11ab3
L
2902# This is an auxiliary macro that is also run when
2903# autoupdate runs m4. It simply calls m4_warning, but
2904# we need a wrapper so that each warning is emitted only
2905# once. We break the quoting in m4_warning's argument in
2906# order to expand this macro's arguments, not AU_DEFUN's.
87326c78 2907
87326c78 2908
6bb11ab3
L
2909# Finally, this is the expansion that is picked up by
2910# autoconf. It tells the user to run autoupdate, and
2911# then outputs the replacement expansion. We do not care
2912# about autoupdate's warning because that contains
2913# information on what to do *after* running autoupdate.
2914
2915
2916
2917# LT_CMD_MAX_LEN
2918#---------------
2919# LT_CMD_MAX_LEN
2920
2921# Old name:
2922# This is what autoupdate's m4 run will expand. It fires
2923# the warning (with _au_warn_XXX), outputs it into the
2924# updated configure.ac (with AC_DIAGNOSE), and then outputs
2925# the replacement expansion.
2926
2927
2928# This is an auxiliary macro that is also run when
2929# autoupdate runs m4. It simply calls m4_warning, but
2930# we need a wrapper so that each warning is emitted only
2931# once. We break the quoting in m4_warning's argument in
2932# order to expand this macro's arguments, not AU_DEFUN's.
2933
2934
2935# Finally, this is the expansion that is picked up by
2936# autoconf. It tells the user to run autoupdate, and
2937# then outputs the replacement expansion. We do not care
2938# about autoupdate's warning because that contains
2939# information on what to do *after* running autoupdate.
2940
2941
2942
2943# _LT_HEADER_DLFCN
2944# ----------------
2945# _LT_HEADER_DLFCN
2946
2947
2948# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
2949# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
2950# ----------------------------------------------------------------
2951# _LT_TRY_DLOPEN_SELF
2952
2953
2954# LT_SYS_DLOPEN_SELF
2955# ------------------
2956# LT_SYS_DLOPEN_SELF
2957
2958# Old name:
2959# This is what autoupdate's m4 run will expand. It fires
2960# the warning (with _au_warn_XXX), outputs it into the
2961# updated configure.ac (with AC_DIAGNOSE), and then outputs
2962# the replacement expansion.
2963
2964
2965# This is an auxiliary macro that is also run when
2966# autoupdate runs m4. It simply calls m4_warning, but
2967# we need a wrapper so that each warning is emitted only
2968# once. We break the quoting in m4_warning's argument in
2969# order to expand this macro's arguments, not AU_DEFUN's.
2970
2971
2972# Finally, this is the expansion that is picked up by
2973# autoconf. It tells the user to run autoupdate, and
2974# then outputs the replacement expansion. We do not care
2975# about autoupdate's warning because that contains
2976# information on what to do *after* running autoupdate.
2977
2978
2979
2980# _LT_COMPILER_C_O([TAGNAME])
2981# ---------------------------
2982# Check to see if options -c and -o are simultaneously supported by compiler.
2983# This macro does not hard code the compiler like AC_PROG_CC_C_O.
2984# _LT_COMPILER_C_O
2985
2986
2987# _LT_COMPILER_FILE_LOCKS([TAGNAME])
2988# ----------------------------------
2989# Check to see if we can do hard links to lock some files if needed
2990# _LT_COMPILER_FILE_LOCKS
2991
2992
2993# _LT_CHECK_OBJDIR
2994# ----------------
2995# _LT_CHECK_OBJDIR
2996
2997
2998# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
2999# --------------------------------------
3000# Check hardcoding attributes.
3001# _LT_LINKER_HARDCODE_LIBPATH
3002
3003
3004# _LT_CMD_STRIPLIB
3005# ----------------
3006# _LT_CMD_STRIPLIB
3007
3008
3009# _LT_SYS_DYNAMIC_LINKER([TAG])
3010# -----------------------------
3011# PORTME Fill in your ld.so characteristics
3012# _LT_SYS_DYNAMIC_LINKER
3013
3014
3015# _LT_PATH_TOOL_PREFIX(TOOL)
3016# --------------------------
3017# find a file program which can recognize shared library
3018# _LT_PATH_TOOL_PREFIX
3019
3020# Old name:
3021# This is what autoupdate's m4 run will expand. It fires
3022# the warning (with _au_warn_XXX), outputs it into the
3023# updated configure.ac (with AC_DIAGNOSE), and then outputs
3024# the replacement expansion.
3025
3026
3027# This is an auxiliary macro that is also run when
3028# autoupdate runs m4. It simply calls m4_warning, but
3029# we need a wrapper so that each warning is emitted only
3030# once. We break the quoting in m4_warning's argument in
3031# order to expand this macro's arguments, not AU_DEFUN's.
3032
3033
3034# Finally, this is the expansion that is picked up by
3035# autoconf. It tells the user to run autoupdate, and
3036# then outputs the replacement expansion. We do not care
3037# about autoupdate's warning because that contains
3038# information on what to do *after* running autoupdate.
3039
3040
3041
3042# _LT_PATH_MAGIC
3043# --------------
3044# find a file program which can recognize a shared library
3045# _LT_PATH_MAGIC
3046
3047
3048# LT_PATH_LD
3049# ----------
3050# find the pathname to the GNU or non-GNU linker
3051# LT_PATH_LD
3052
3053# Old names:
3054# This is what autoupdate's m4 run will expand. It fires
3055# the warning (with _au_warn_XXX), outputs it into the
3056# updated configure.ac (with AC_DIAGNOSE), and then outputs
3057# the replacement expansion.
3058
3059
3060# This is an auxiliary macro that is also run when
3061# autoupdate runs m4. It simply calls m4_warning, but
3062# we need a wrapper so that each warning is emitted only
3063# once. We break the quoting in m4_warning's argument in
3064# order to expand this macro's arguments, not AU_DEFUN's.
3065
3066
3067# Finally, this is the expansion that is picked up by
3068# autoconf. It tells the user to run autoupdate, and
3069# then outputs the replacement expansion. We do not care
3070# about autoupdate's warning because that contains
3071# information on what to do *after* running autoupdate.
3072
3073# This is what autoupdate's m4 run will expand. It fires
3074# the warning (with _au_warn_XXX), outputs it into the
3075# updated configure.ac (with AC_DIAGNOSE), and then outputs
3076# the replacement expansion.
3077
3078
3079# This is an auxiliary macro that is also run when
3080# autoupdate runs m4. It simply calls m4_warning, but
3081# we need a wrapper so that each warning is emitted only
3082# once. We break the quoting in m4_warning's argument in
3083# order to expand this macro's arguments, not AU_DEFUN's.
3084
3085
3086# Finally, this is the expansion that is picked up by
3087# autoconf. It tells the user to run autoupdate, and
3088# then outputs the replacement expansion. We do not care
3089# about autoupdate's warning because that contains
3090# information on what to do *after* running autoupdate.
3091
3092
3093
3094# _LT_PATH_LD_GNU
3095#- --------------
3096# _LT_PATH_LD_GNU
3097
3098
3099# _LT_CMD_RELOAD
3100# --------------
3101# find reload flag for linker
3102# -- PORTME Some linkers may need a different reload flag.
3103# _LT_CMD_RELOAD
3104
3105
3106# _LT_CHECK_MAGIC_METHOD
3107# ----------------------
3108# how to check for library dependencies
3109# -- PORTME fill in with the dynamic library characteristics
3110# _LT_CHECK_MAGIC_METHOD
3111
3112
3113# LT_PATH_NM
3114# ----------
3115# find the pathname to a BSD- or MS-compatible name lister
3116# LT_PATH_NM
3117
3118# Old names:
3119# This is what autoupdate's m4 run will expand. It fires
3120# the warning (with _au_warn_XXX), outputs it into the
3121# updated configure.ac (with AC_DIAGNOSE), and then outputs
3122# the replacement expansion.
3123
3124
3125# This is an auxiliary macro that is also run when
3126# autoupdate runs m4. It simply calls m4_warning, but
3127# we need a wrapper so that each warning is emitted only
3128# once. We break the quoting in m4_warning's argument in
3129# order to expand this macro's arguments, not AU_DEFUN's.
3130
3131
3132# Finally, this is the expansion that is picked up by
3133# autoconf. It tells the user to run autoupdate, and
3134# then outputs the replacement expansion. We do not care
3135# about autoupdate's warning because that contains
3136# information on what to do *after* running autoupdate.
3137
3138# This is what autoupdate's m4 run will expand. It fires
3139# the warning (with _au_warn_XXX), outputs it into the
3140# updated configure.ac (with AC_DIAGNOSE), and then outputs
3141# the replacement expansion.
3142
3143
3144# This is an auxiliary macro that is also run when
3145# autoupdate runs m4. It simply calls m4_warning, but
3146# we need a wrapper so that each warning is emitted only
3147# once. We break the quoting in m4_warning's argument in
3148# order to expand this macro's arguments, not AU_DEFUN's.
3149
3150
3151# Finally, this is the expansion that is picked up by
3152# autoconf. It tells the user to run autoupdate, and
3153# then outputs the replacement expansion. We do not care
3154# about autoupdate's warning because that contains
3155# information on what to do *after* running autoupdate.
3156
3157
3158
3159# LT_LIB_M
3160# --------
3161# check for math library
3162# LT_LIB_M
3163
3164# Old name:
3165# This is what autoupdate's m4 run will expand. It fires
3166# the warning (with _au_warn_XXX), outputs it into the
3167# updated configure.ac (with AC_DIAGNOSE), and then outputs
3168# the replacement expansion.
3169
3170
3171# This is an auxiliary macro that is also run when
3172# autoupdate runs m4. It simply calls m4_warning, but
3173# we need a wrapper so that each warning is emitted only
3174# once. We break the quoting in m4_warning's argument in
3175# order to expand this macro's arguments, not AU_DEFUN's.
3176
3177
3178# Finally, this is the expansion that is picked up by
3179# autoconf. It tells the user to run autoupdate, and
3180# then outputs the replacement expansion. We do not care
3181# about autoupdate's warning because that contains
3182# information on what to do *after* running autoupdate.
3183
3184
3185
3186# _LT_COMPILER_NO_RTTI([TAGNAME])
3187# -------------------------------
3188# _LT_COMPILER_NO_RTTI
3189
3190
3191# _LT_CMD_GLOBAL_SYMBOLS
3192# ----------------------
3193 # _LT_CMD_GLOBAL_SYMBOLS
3194
3195
3196# _LT_COMPILER_PIC([TAGNAME])
3197# ---------------------------
3198# _LT_COMPILER_PIC
3199
3200
3201# _LT_LINKER_SHLIBS([TAGNAME])
3202# ----------------------------
3203# See if the linker supports building shared libraries.
3204# _LT_LINKER_SHLIBS
3205
3206
3207# _LT_LANG_C_CONFIG([TAG])
3208# ------------------------
3209# Ensure that the configuration variables for a C compiler are suitably
3210# defined. These variables are subsequently used by _LT_CONFIG to write
3211# the compiler configuration to `libtool'.
3212# _LT_LANG_C_CONFIG
3213
3214
3215# _LT_LANG_CXX_CONFIG([TAG])
3216# --------------------------
3217# Ensure that the configuration variables for a C++ compiler are suitably
3218# defined. These variables are subsequently used by _LT_CONFIG to write
3219# the compiler configuration to `libtool'.
3220# _LT_LANG_CXX_CONFIG
3221
3222
3223# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3224# ---------------------------------
3225# Figure out "hidden" library dependencies from verbose
3226# compiler output when linking a shared library.
3227# Parse the compiler output and extract the necessary
3228# objects, libraries and library flags.
3229# _LT_SYS_HIDDEN_LIBDEPS
3230
3231
3232# _LT_LANG_F77_CONFIG([TAG])
3233# --------------------------
3234# Ensure that the configuration variables for a Fortran 77 compiler are
3235# suitably defined. These variables are subsequently used by _LT_CONFIG
3236# to write the compiler configuration to `libtool'.
3237# _LT_LANG_F77_CONFIG
3238
3239
3240# _LT_LANG_FC_CONFIG([TAG])
3241# -------------------------
3242# Ensure that the configuration variables for a Fortran compiler are
3243# suitably defined. These variables are subsequently used by _LT_CONFIG
3244# to write the compiler configuration to `libtool'.
3245# _LT_LANG_FC_CONFIG
3246
3247
3248# _LT_LANG_GCJ_CONFIG([TAG])
3249# --------------------------
3250# Ensure that the configuration variables for the GNU Java Compiler compiler
3251# are suitably defined. These variables are subsequently used by _LT_CONFIG
3252# to write the compiler configuration to `libtool'.
3253# _LT_LANG_GCJ_CONFIG
3254
3255
3256# _LT_LANG_RC_CONFIG([TAG])
3257# -------------------------
3258# Ensure that the configuration variables for the Windows resource compiler
3259# are suitably defined. These variables are subsequently used by _LT_CONFIG
3260# to write the compiler configuration to `libtool'.
3261# _LT_LANG_RC_CONFIG
3262
3263
3264# LT_PROG_GCJ
3265# -----------
3266
3267
3268# Old name:
3269# This is what autoupdate's m4 run will expand. It fires
3270# the warning (with _au_warn_XXX), outputs it into the
3271# updated configure.ac (with AC_DIAGNOSE), and then outputs
3272# the replacement expansion.
3273
3274
3275# This is an auxiliary macro that is also run when
3276# autoupdate runs m4. It simply calls m4_warning, but
3277# we need a wrapper so that each warning is emitted only
3278# once. We break the quoting in m4_warning's argument in
3279# order to expand this macro's arguments, not AU_DEFUN's.
3280
3281
3282# Finally, this is the expansion that is picked up by
3283# autoconf. It tells the user to run autoupdate, and
3284# then outputs the replacement expansion. We do not care
3285# about autoupdate's warning because that contains
3286# information on what to do *after* running autoupdate.
3287
3288
3289
3290# LT_PROG_RC
3291# ----------
3292
3293
3294# Old name:
3295# This is what autoupdate's m4 run will expand. It fires
3296# the warning (with _au_warn_XXX), outputs it into the
3297# updated configure.ac (with AC_DIAGNOSE), and then outputs
3298# the replacement expansion.
3299
3300
3301# This is an auxiliary macro that is also run when
3302# autoupdate runs m4. It simply calls m4_warning, but
3303# we need a wrapper so that each warning is emitted only
3304# once. We break the quoting in m4_warning's argument in
3305# order to expand this macro's arguments, not AU_DEFUN's.
3306
3307
3308# Finally, this is the expansion that is picked up by
3309# autoconf. It tells the user to run autoupdate, and
3310# then outputs the replacement expansion. We do not care
3311# about autoupdate's warning because that contains
3312# information on what to do *after* running autoupdate.
3313
3314
3315
3316# _LT_DECL_EGREP
3317# --------------
3318# If we don't have a new enough Autoconf to choose the best grep
3319# available, choose the one first in the user's PATH.
3320
3321
3322
3323# _LT_DECL_OBJDUMP
3324# --------------
3325# If we don't have a new enough Autoconf to choose the best objdump
3326# available, choose the one first in the user's PATH.
3327
3328
3329
3330# _LT_DECL_SED
3331# ------------
3332# Check for a fully-functional sed program, that truncates
3333# as few characters as possible. Prefer GNU sed if found.
3334# _LT_DECL_SED
3335
3336#m4_ifndef
3337
3338# Old name:
3339# This is what autoupdate's m4 run will expand. It fires
3340# the warning (with _au_warn_XXX), outputs it into the
3341# updated configure.ac (with AC_DIAGNOSE), and then outputs
3342# the replacement expansion.
3343
3344
3345# This is an auxiliary macro that is also run when
3346# autoupdate runs m4. It simply calls m4_warning, but
3347# we need a wrapper so that each warning is emitted only
3348# once. We break the quoting in m4_warning's argument in
3349# order to expand this macro's arguments, not AU_DEFUN's.
3350
3351
3352# Finally, this is the expansion that is picked up by
3353# autoconf. It tells the user to run autoupdate, and
3354# then outputs the replacement expansion. We do not care
3355# about autoupdate's warning because that contains
3356# information on what to do *after* running autoupdate.
3357
3358
3359
3360# _LT_CHECK_SHELL_FEATURES
3361# ------------------------
3362# Find out whether the shell is Bourne or XSI compatible,
3363# or has some other useful features.
3364# _LT_CHECK_SHELL_FEATURES
3365
3366
3367# _LT_PROG_XSI_SHELLFNS
3368# ---------------------
3369# Bourne and XSI compatible variants of some useful shell functions.
3370
3371
3372# Helper functions for option handling. -*- Autoconf -*-
3373#
3374# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3375# Inc.
3376# Written by Gary V. Vaughan, 2004
3377#
3378# This file is free software; the Free Software Foundation gives
3379# unlimited permission to copy and/or distribute it, with or without
3380# modifications, as long as this notice is preserved.
3381
3382# serial 6 ltoptions.m4
3383
3384# This is to help aclocal find these macros, as it can't see m4_define.
3385
3386
3387
3388# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3389# ------------------------------------------
3390
3391
3392
3393# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3394# ---------------------------------------
3395# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3396# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3397# saved as a flag.
3398
3399
3400
3401# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3402# ------------------------------------------------------------
3403# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3404
3405
3406
3407# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3408# -------------------------------------------------------
3409# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3410# are set.
3411
3412
3413
3414# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3415# ----------------------------------------
3416# OPTION-LIST is a space-separated list of Libtool options associated
3417# with MACRO-NAME. If any OPTION has a matching handler declared with
3418# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3419# the unknown option and exit.
3420# _LT_SET_OPTIONS
3421
3422
3423## --------------------------------- ##
3424## Macros to handle LT_INIT options. ##
3425## --------------------------------- ##
3426
3427# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3428# -----------------------------------------
3429
3430
3431
3432# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3433# -----------------------------------------------
3434# LT_OPTION_DEFINE
3435
3436
3437# dlopen
3438# ------
3439
3440
3441# This is what autoupdate's m4 run will expand. It fires
3442# the warning (with _au_warn_XXX), outputs it into the
3443# updated configure.ac (with AC_DIAGNOSE), and then outputs
3444# the replacement expansion.
3445
3446
3447# This is an auxiliary macro that is also run when
3448# autoupdate runs m4. It simply calls m4_warning, but
3449# we need a wrapper so that each warning is emitted only
3450# once. We break the quoting in m4_warning's argument in
3451# order to expand this macro's arguments, not AU_DEFUN's.
3452
3453
3454# Finally, this is the expansion that is picked up by
3455# autoconf. It tells the user to run autoupdate, and
3456# then outputs the replacement expansion. We do not care
3457# about autoupdate's warning because that contains
3458# information on what to do *after* running autoupdate.
3459
3460
3461
3462
3463# win32-dll
3464# ---------
3465# Declare package support for building win32 dll's.
3466# win32-dll
3467
3468# This is what autoupdate's m4 run will expand. It fires
3469# the warning (with _au_warn_XXX), outputs it into the
3470# updated configure.ac (with AC_DIAGNOSE), and then outputs
3471# the replacement expansion.
3472
3473
3474# This is an auxiliary macro that is also run when
3475# autoupdate runs m4. It simply calls m4_warning, but
3476# we need a wrapper so that each warning is emitted only
3477# once. We break the quoting in m4_warning's argument in
3478# order to expand this macro's arguments, not AU_DEFUN's.
3479
3480
3481# Finally, this is the expansion that is picked up by
3482# autoconf. It tells the user to run autoupdate, and
3483# then outputs the replacement expansion. We do not care
3484# about autoupdate's warning because that contains
3485# information on what to do *after* running autoupdate.
3486
3487
3488
3489
3490# _LT_ENABLE_SHARED([DEFAULT])
3491# ----------------------------
3492# implement the --enable-shared flag, and supports the `shared' and
3493# `disable-shared' LT_INIT options.
3494# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3495# _LT_ENABLE_SHARED
3496
3497
3498
3499
3500# Old names:
3501
3502
3503
3504
3505# This is what autoupdate's m4 run will expand. It fires
3506# the warning (with _au_warn_XXX), outputs it into the
3507# updated configure.ac (with AC_DIAGNOSE), and then outputs
3508# the replacement expansion.
3509
3510
3511# This is an auxiliary macro that is also run when
3512# autoupdate runs m4. It simply calls m4_warning, but
3513# we need a wrapper so that each warning is emitted only
3514# once. We break the quoting in m4_warning's argument in
3515# order to expand this macro's arguments, not AU_DEFUN's.
3516
3517
3518# Finally, this is the expansion that is picked up by
3519# autoconf. It tells the user to run autoupdate, and
3520# then outputs the replacement expansion. We do not care
3521# about autoupdate's warning because that contains
3522# information on what to do *after* running autoupdate.
3523
3524# This is what autoupdate's m4 run will expand. It fires
3525# the warning (with _au_warn_XXX), outputs it into the
3526# updated configure.ac (with AC_DIAGNOSE), and then outputs
3527# the replacement expansion.
3528
3529
3530# This is an auxiliary macro that is also run when
3531# autoupdate runs m4. It simply calls m4_warning, but
3532# we need a wrapper so that each warning is emitted only
3533# once. We break the quoting in m4_warning's argument in
3534# order to expand this macro's arguments, not AU_DEFUN's.
3535
3536
3537# Finally, this is the expansion that is picked up by
3538# autoconf. It tells the user to run autoupdate, and
3539# then outputs the replacement expansion. We do not care
3540# about autoupdate's warning because that contains
3541# information on what to do *after* running autoupdate.
3542
3543
3544
3545
3546
3547# _LT_ENABLE_STATIC([DEFAULT])
3548# ----------------------------
3549# implement the --enable-static flag, and support the `static' and
3550# `disable-static' LT_INIT options.
3551# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3552# _LT_ENABLE_STATIC
3553
3554
3555
3556
3557# Old names:
3558
3559
3560
3561
3562# This is what autoupdate's m4 run will expand. It fires
3563# the warning (with _au_warn_XXX), outputs it into the
3564# updated configure.ac (with AC_DIAGNOSE), and then outputs
3565# the replacement expansion.
3566
3567
3568# This is an auxiliary macro that is also run when
3569# autoupdate runs m4. It simply calls m4_warning, but
3570# we need a wrapper so that each warning is emitted only
3571# once. We break the quoting in m4_warning's argument in
3572# order to expand this macro's arguments, not AU_DEFUN's.
3573
3574
3575# Finally, this is the expansion that is picked up by
3576# autoconf. It tells the user to run autoupdate, and
3577# then outputs the replacement expansion. We do not care
3578# about autoupdate's warning because that contains
3579# information on what to do *after* running autoupdate.
3580
3581# This is what autoupdate's m4 run will expand. It fires
3582# the warning (with _au_warn_XXX), outputs it into the
3583# updated configure.ac (with AC_DIAGNOSE), and then outputs
3584# the replacement expansion.
3585
3586
3587# This is an auxiliary macro that is also run when
3588# autoupdate runs m4. It simply calls m4_warning, but
3589# we need a wrapper so that each warning is emitted only
3590# once. We break the quoting in m4_warning's argument in
3591# order to expand this macro's arguments, not AU_DEFUN's.
3592
3593
3594# Finally, this is the expansion that is picked up by
3595# autoconf. It tells the user to run autoupdate, and
3596# then outputs the replacement expansion. We do not care
3597# about autoupdate's warning because that contains
3598# information on what to do *after* running autoupdate.
3599
3600
3601
3602
3603
3604# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3605# ----------------------------------
3606# implement the --enable-fast-install flag, and support the `fast-install'
3607# and `disable-fast-install' LT_INIT options.
3608# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3609# _LT_ENABLE_FAST_INSTALL
3610
3611
3612
3613
3614# Old names:
3615# This is what autoupdate's m4 run will expand. It fires
3616# the warning (with _au_warn_XXX), outputs it into the
3617# updated configure.ac (with AC_DIAGNOSE), and then outputs
3618# the replacement expansion.
3619
3620
3621# This is an auxiliary macro that is also run when
3622# autoupdate runs m4. It simply calls m4_warning, but
3623# we need a wrapper so that each warning is emitted only
3624# once. We break the quoting in m4_warning's argument in
3625# order to expand this macro's arguments, not AU_DEFUN's.
3626
3627
3628# Finally, this is the expansion that is picked up by
3629# autoconf. It tells the user to run autoupdate, and
3630# then outputs the replacement expansion. We do not care
3631# about autoupdate's warning because that contains
3632# information on what to do *after* running autoupdate.
3633
3634
3635# This is what autoupdate's m4 run will expand. It fires
3636# the warning (with _au_warn_XXX), outputs it into the
3637# updated configure.ac (with AC_DIAGNOSE), and then outputs
3638# the replacement expansion.
3639
3640
3641# This is an auxiliary macro that is also run when
3642# autoupdate runs m4. It simply calls m4_warning, but
3643# we need a wrapper so that each warning is emitted only
3644# once. We break the quoting in m4_warning's argument in
3645# order to expand this macro's arguments, not AU_DEFUN's.
3646
3647
3648# Finally, this is the expansion that is picked up by
3649# autoconf. It tells the user to run autoupdate, and
3650# then outputs the replacement expansion. We do not care
3651# about autoupdate's warning because that contains
3652# information on what to do *after* running autoupdate.
3653
3654
3655
3656
3657# _LT_WITH_PIC([MODE])
3658# --------------------
3659# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3660# LT_INIT options.
3661# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3662# _LT_WITH_PIC
3663
3664
3665
3666
3667# Old name:
3668# This is what autoupdate's m4 run will expand. It fires
3669# the warning (with _au_warn_XXX), outputs it into the
3670# updated configure.ac (with AC_DIAGNOSE), and then outputs
3671# the replacement expansion.
3672
3673
3674# This is an auxiliary macro that is also run when
3675# autoupdate runs m4. It simply calls m4_warning, but
3676# we need a wrapper so that each warning is emitted only
3677# once. We break the quoting in m4_warning's argument in
3678# order to expand this macro's arguments, not AU_DEFUN's.
3679
3680
3681# Finally, this is the expansion that is picked up by
3682# autoconf. It tells the user to run autoupdate, and
3683# then outputs the replacement expansion. We do not care
3684# about autoupdate's warning because that contains
3685# information on what to do *after* running autoupdate.
3686
3687
3688
3689## ----------------- ##
3690## LTDL_INIT Options ##
3691## ----------------- ##
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3703#
3704# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3705# Written by Gary V. Vaughan, 2004
3706#
3707# This file is free software; the Free Software Foundation gives
3708# unlimited permission to copy and/or distribute it, with or without
3709# modifications, as long as this notice is preserved.
3710
3711# serial 6 ltsugar.m4
3712
3713# This is to help aclocal find these macros, as it can't see m4_define.
3714
3715
3716
3717# lt_join(SEP, ARG1, [ARG2...])
3718# -----------------------------
3719# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3720# associated separator.
3721# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3722# versions in m4sugar had bugs.
3723
3724
3725
3726
3727# lt_car(LIST)
3728# lt_cdr(LIST)
3729# ------------
3730# Manipulate m4 lists.
3731# These macros are necessary as long as will still need to support
3732# Autoconf-2.59 which quotes differently.
3733
3734
3735
3736
3737
3738# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3739# ------------------------------------------
3740# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3741# Note that neither SEPARATOR nor STRING are expanded; they are appended
3742# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3743# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3744# than defined and empty).
3745#
3746# This macro is needed until we can rely on Autoconf 2.62, since earlier
3747# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3748
3749
3750
3751
3752# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3753# ----------------------------------------------------------
3754# Produce a SEP delimited list of all paired combinations of elements of
3755# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3756# has the form PREFIXmINFIXSUFFIXn.
3757# Needed until we can rely on m4_combine added in Autoconf 2.62.
3758
3759
3760
3761# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3762# -----------------------------------------------------------------------
3763# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3764# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3765
3766
3767
3768# lt_dict_add(DICT, KEY, VALUE)
3769# -----------------------------
3770
3771
3772
3773# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3774# --------------------------------------------
3775
3776
3777
3778# lt_dict_fetch(DICT, KEY, [SUBKEY])
3779# ----------------------------------
3780
3781
3782
3783# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3784# -----------------------------------------------------------------
3785
3786
3787
3788# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3789# --------------------------------------------------------------
3790
3791
3792# ltversion.m4 -- version numbers -*- Autoconf -*-
3793#
3794# Copyright (C) 2004 Free Software Foundation, Inc.
3795# Written by Scott James Remnant, 2004
3796#
3797# This file is free software; the Free Software Foundation gives
3798# unlimited permission to copy and/or distribute it, with or without
3799# modifications, as long as this notice is preserved.
3800
3801# Generated from ltversion.in.
3802
3803# serial 3134 ltversion.m4
3804# This file is part of GNU Libtool
3805
3806
3807
3808
3809
3810
3811# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3812#
3813# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3814# Written by Scott James Remnant, 2004.
3815#
3816# This file is free software; the Free Software Foundation gives
3817# unlimited permission to copy and/or distribute it, with or without
3818# modifications, as long as this notice is preserved.
3819
3820# serial 4 lt~obsolete.m4
3821
3822# These exist entirely to fool aclocal when bootstrapping libtool.
3823#
3824# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3825# which have later been changed to m4_define as they aren't part of the
3826# exported API, or moved to Autoconf or Automake where they belong.
3827#
3828# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3829# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3830# using a macro with the same name in our local m4/libtool.m4 it'll
3831# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3832# and doesn't know about Autoconf macros at all.)
3833#
3834# So we provide this file, which has a silly filename so it's always
3835# included after everything else. This provides aclocal with the
3836# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3837# because those macros already exist, or will be overwritten later.
3838# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3839#
3840# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3841# Yes, that means every name once taken will need to remain here until
3842# we give up compatibility with versions before 1.7, at which point
3843# we need to keep only those names which we still refer to.
3844
3845# This is to help aclocal find these macros, as it can't see m4_define.
3846
3847
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## -*- Autoconf -*-
3911
3912# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3913# Free Software Foundation, Inc.
3914#
3915# This file is free software; the Free Software Foundation
3916# gives unlimited permission to copy and/or distribute it,
3917# with or without modifications, as long as this notice is preserved.
3918
3919# serial 8
3920
3921# Based on depend.m4 from automake 1.9, modified for standalone use in
3922# an environment where GNU make is required.
3923
3924# ZW_PROG_COMPILER_DEPENDENCIES
3925# -----------------------------
3926# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3927# sets fooDEPMODE accordingly. Cache-variable compatible with
3928# original; not side-effect compatible. As the users of this macro
3929# may require accurate dependencies for correct builds, it does *not*
3930# honor --disable-dependency-checking, and failure to detect a usable
3931# method is an error. depcomp is assumed to be located in
3932# $ac_aux_dir.
3933#
3934# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3935
3936
3937
3938# AM_SET_DEPDIR
3939# -------------
3940# Choose a directory name for dependency files.
3941
3942
3943# ZW_CREATE_DEPDIR
3944# ----------------
3945# As AM_SET_DEPDIR, but also create the directory at config.status time.
3946
3947
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
6bb11ab3
L
3987
3988
3989
3990
3991
6bb11ab3
L
3992
3993
3994
3995
3996
3997
3998
3999
4000
4001
4002
4003
4004
4005
4006
6bb11ab3
L
4007
4008
4009
4010
4011
4012# intl sister-directory configuration rules.
4013#
4014
4015# The idea behind this macro is that there's no need to repeat all the
4016# autoconf probes done by the intl directory - it's already done them
4017# for us. In fact, there's no need even to look at the cache for the
4018# answers. All we need to do is nab a few pieces of information.
4019# The intl directory is set up to make this easy, by generating a
4020# small file which can be sourced as a shell script; then we produce
4021# the necessary substitutions and definitions for this directory.
4022
4023
4024
4025# Autoconf M4 include file defining utility macros for complex Canadian
4026# cross builds.
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036####
4037# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4038# or AC_INIT.
4039# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4040
4041####
4042# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4043# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4044
4045
4046####
4047# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4048# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4049
4050
4051
4052# Backported from Autoconf 2.5x; can go away when and if
4053# we switch. Put the OS path separator in $PATH_SEPARATOR.
4054
4055
4056
4057
4058# ACX_HAVE_GCC_FOR_TARGET
4059# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4060
4061
4062# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4063# Searching for installed target binutils. We need to take extra care,
4064# else we may find the wrong assembler, linker, etc., and lose.
4065#
4066# First try --with-build-time-tools, if specified.
4067#
4068# For build != host, we ask the installed GCC for the name of the tool it
4069# uses, and accept it if it is an absolute path. This is because the
4070# only good choice for a compiler is the same GCC version that is being
4071# installed (or we couldn't make target libraries), and we assume that
4072# on the host system we'll have not only the same GCC version, but also
4073# the same binutils version.
4074#
4075# For build == host, search the same directories that the installed
4076# compiler will search. We used to do this for the assembler, linker,
4077# and nm only; for simplicity of configuration, however, we extend this
4078# criterion to tools (such as ar and ranlib) that are never invoked by
4079# the compiler, to avoid mismatches.
4080#
4081# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4082# if build == target. This makes the most sense only when bootstrapping,
4083# but we also do so when build != host. In this case, we hope that the
4084# build and host systems will have similar contents of MD_EXEC_PREFIX.
4085#
4086# If we do not find a suitable binary, then try the user's path.
4087
4088
4089###
4090# AC_PROG_CPP_WERROR
4091# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4092# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4093# For now, using this also overrides header checks to use only the
4094# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4095# bit harder from here).
4096# Eventually autoconf will default to checking headers with the compiler
4097# instead, and we'll have to do this differently.
4098
4099# AC_PROG_CPP_WERROR
4100
4101# Test for GNAT.
4102# We require the gnatbind & gnatmake programs, as well as a compiler driver
4103# that understands Ada. We use the user's CC setting, already found, and
4104# possibly add $1 to the command-line parameters.
4105#
4106# Sets the shell variable have_gnat to yes or no as appropriate, and
4107# substitutes GNATBIND and GNATMAKE.
4108
4109
4110
4111
4112
4113
4114
4115
4116
4117
4118
4119
4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133ac_ext=c
4134ac_cpp='$CPP $CPPFLAGS'
4135ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4136ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4137ac_compiler_gnu=$ac_cv_c_compiler_gnu
4138if test -n "$ac_tool_prefix"; then
4139 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4140set dummy ${ac_tool_prefix}gcc; ac_word=$2
4141{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4142$as_echo_n "checking for $ac_word... " >&6; }
4143if test "${ac_cv_prog_CC+set}" = set; then :
4144 $as_echo_n "(cached) " >&6
4145else
4146 if test -n "$CC"; then
4147 ac_cv_prog_CC="$CC" # Let the user override the test.
4148else
4149as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4150for as_dir in $PATH
4151do
4152 IFS=$as_save_IFS
4153 test -z "$as_dir" && as_dir=.
4154 for ac_exec_ext in '' $ac_executable_extensions; do
4155 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4156 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4157 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4158 break 2
4159 fi
4160done
4161 done
4162IFS=$as_save_IFS
4163
4164fi
4165fi
4166CC=$ac_cv_prog_CC
4167if test -n "$CC"; then
4168 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4169$as_echo "$CC" >&6; }
4170else
4171 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4172$as_echo "no" >&6; }
4173fi
4174
4175
4176fi
4177if test -z "$ac_cv_prog_CC"; then
4178 ac_ct_CC=$CC
4179 # Extract the first word of "gcc", so it can be a program name with args.
4180set dummy gcc; ac_word=$2
4181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4182$as_echo_n "checking for $ac_word... " >&6; }
4183if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4184 $as_echo_n "(cached) " >&6
4185else
4186 if test -n "$ac_ct_CC"; then
4187 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4188else
4189as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4190for as_dir in $PATH
4191do
4192 IFS=$as_save_IFS
4193 test -z "$as_dir" && as_dir=.
4194 for ac_exec_ext in '' $ac_executable_extensions; do
4195 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4196 ac_cv_prog_ac_ct_CC="gcc"
4197 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4198 break 2
4199 fi
4200done
4201 done
4202IFS=$as_save_IFS
4203
4204fi
4205fi
4206ac_ct_CC=$ac_cv_prog_ac_ct_CC
4207if test -n "$ac_ct_CC"; then
4208 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4209$as_echo "$ac_ct_CC" >&6; }
4210else
4211 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4212$as_echo "no" >&6; }
4213fi
4214
4215 if test "x$ac_ct_CC" = x; then
4216 CC=""
4217 else
4218 case $cross_compiling:$ac_tool_warned in
4219yes:)
4220{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4221$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4222ac_tool_warned=yes ;;
4223esac
4224 CC=$ac_ct_CC
4225 fi
4226else
4227 CC="$ac_cv_prog_CC"
4228fi
4229
4230if test -z "$CC"; then
4231 if test -n "$ac_tool_prefix"; then
4232 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4233set dummy ${ac_tool_prefix}cc; ac_word=$2
4234{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4235$as_echo_n "checking for $ac_word... " >&6; }
4236if test "${ac_cv_prog_CC+set}" = set; then :
4237 $as_echo_n "(cached) " >&6
4238else
4239 if test -n "$CC"; then
4240 ac_cv_prog_CC="$CC" # Let the user override the test.
4241else
4242as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4243for as_dir in $PATH
4244do
4245 IFS=$as_save_IFS
4246 test -z "$as_dir" && as_dir=.
4247 for ac_exec_ext in '' $ac_executable_extensions; do
4248 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4249 ac_cv_prog_CC="${ac_tool_prefix}cc"
4250 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4251 break 2
4252 fi
4253done
4254 done
4255IFS=$as_save_IFS
4256
4257fi
4258fi
4259CC=$ac_cv_prog_CC
4260if test -n "$CC"; then
4261 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4262$as_echo "$CC" >&6; }
4263else
4264 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4265$as_echo "no" >&6; }
4266fi
4267
4268
4269 fi
4270fi
4271if test -z "$CC"; then
4272 # Extract the first word of "cc", so it can be a program name with args.
4273set dummy cc; ac_word=$2
4274{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4275$as_echo_n "checking for $ac_word... " >&6; }
4276if test "${ac_cv_prog_CC+set}" = set; then :
4277 $as_echo_n "(cached) " >&6
4278else
4279 if test -n "$CC"; then
4280 ac_cv_prog_CC="$CC" # Let the user override the test.
4281else
4282 ac_prog_rejected=no
4283as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4284for as_dir in $PATH
4285do
4286 IFS=$as_save_IFS
4287 test -z "$as_dir" && as_dir=.
4288 for ac_exec_ext in '' $ac_executable_extensions; do
4289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4290 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4291 ac_prog_rejected=yes
4292 continue
4293 fi
4294 ac_cv_prog_CC="cc"
4295 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4296 break 2
4297 fi
4298done
4299 done
4300IFS=$as_save_IFS
4301
4302if test $ac_prog_rejected = yes; then
4303 # We found a bogon in the path, so make sure we never use it.
4304 set dummy $ac_cv_prog_CC
4305 shift
4306 if test $# != 0; then
4307 # We chose a different compiler from the bogus one.
4308 # However, it has the same basename, so the bogon will be chosen
4309 # first if we set CC to just the basename; use the full file name.
4310 shift
4311 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4312 fi
4313fi
4314fi
4315fi
4316CC=$ac_cv_prog_CC
4317if test -n "$CC"; then
4318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4319$as_echo "$CC" >&6; }
4320else
4321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4322$as_echo "no" >&6; }
4323fi
4324
4325
4326fi
4327if test -z "$CC"; then
4328 if test -n "$ac_tool_prefix"; then
4329 for ac_prog in cl.exe
4330 do
4331 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4332set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4333{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4334$as_echo_n "checking for $ac_word... " >&6; }
4335if test "${ac_cv_prog_CC+set}" = set; then :
4336 $as_echo_n "(cached) " >&6
4337else
4338 if test -n "$CC"; then
4339 ac_cv_prog_CC="$CC" # Let the user override the test.
4340else
4341as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4342for as_dir in $PATH
4343do
4344 IFS=$as_save_IFS
4345 test -z "$as_dir" && as_dir=.
4346 for ac_exec_ext in '' $ac_executable_extensions; do
4347 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4348 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4349 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4350 break 2
4351 fi
4352done
4353 done
4354IFS=$as_save_IFS
4355
4356fi
4357fi
4358CC=$ac_cv_prog_CC
4359if test -n "$CC"; then
4360 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4361$as_echo "$CC" >&6; }
4362else
4363 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4364$as_echo "no" >&6; }
4365fi
4366
4367
4368 test -n "$CC" && break
4369 done
4370fi
4371if test -z "$CC"; then
4372 ac_ct_CC=$CC
4373 for ac_prog in cl.exe
4374do
4375 # Extract the first word of "$ac_prog", so it can be a program name with args.
4376set dummy $ac_prog; ac_word=$2
4377{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4378$as_echo_n "checking for $ac_word... " >&6; }
4379if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
4380 $as_echo_n "(cached) " >&6
4381else
4382 if test -n "$ac_ct_CC"; then
4383 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4384else
4385as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4386for as_dir in $PATH
4387do
4388 IFS=$as_save_IFS
4389 test -z "$as_dir" && as_dir=.
4390 for ac_exec_ext in '' $ac_executable_extensions; do
4391 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4392 ac_cv_prog_ac_ct_CC="$ac_prog"
4393 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4394 break 2
4395 fi
4396done
4397 done
4398IFS=$as_save_IFS
4399
4400fi
4401fi
4402ac_ct_CC=$ac_cv_prog_ac_ct_CC
4403if test -n "$ac_ct_CC"; then
4404 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4405$as_echo "$ac_ct_CC" >&6; }
4406else
4407 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4408$as_echo "no" >&6; }
4409fi
4410
4411
4412 test -n "$ac_ct_CC" && break
4413done
4414
4415 if test "x$ac_ct_CC" = x; then
4416 CC=""
4417 else
4418 case $cross_compiling:$ac_tool_warned in
4419yes:)
4420{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4421$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4422ac_tool_warned=yes ;;
4423esac
4424 CC=$ac_ct_CC
4425 fi
4426fi
4427
4428fi
4429
4430
4431test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4432$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4433as_fn_error "no acceptable C compiler found in \$PATH
4434See \`config.log' for more details." "$LINENO" 5; }
4435
4436# Provide some information about the compiler.
4437$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4438set X $ac_compile
4439ac_compiler=$2
4440for ac_option in --version -v -V -qversion; do
4441 { { ac_try="$ac_compiler $ac_option >&5"
4442case "(($ac_try" in
4443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4444 *) ac_try_echo=$ac_try;;
4445esac
4446eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4447$as_echo "$ac_try_echo"; } >&5
4448 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4449 ac_status=$?
4450 if test -s conftest.err; then
4451 sed '10a\
4452... rest of stderr output deleted ...
4453 10q' conftest.err >conftest.er1
4454 cat conftest.er1 >&5
4455 rm -f conftest.er1 conftest.err
4456 fi
4457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4458 test $ac_status = 0; }
4459done
4460
4461cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4462/* end confdefs.h. */
4463
4464int
4465main ()
4466{
4467
4468 ;
4469 return 0;
4470}
4471_ACEOF
4472ac_clean_files_save=$ac_clean_files
4473ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
4474# Try to create an executable without -o first, disregard a.out.
4475# It will help us diagnose broken compilers, and finding out an intuition
4476# of exeext.
4477{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4478$as_echo_n "checking for C compiler default output file name... " >&6; }
4479ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4480
4481# The possible output files:
4482ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4483
4484ac_rmfiles=
4485for ac_file in $ac_files
4486do
4487 case $ac_file in
4488 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4489 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4490 esac
4491done
4492rm -f $ac_rmfiles
4493
4494if { { ac_try="$ac_link_default"
4495case "(($ac_try" in
4496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4497 *) ac_try_echo=$ac_try;;
4498esac
4499eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4500$as_echo "$ac_try_echo"; } >&5
4501 (eval "$ac_link_default") 2>&5
4502 ac_status=$?
4503 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4504 test $ac_status = 0; }; then :
4505 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4506# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4507# in a Makefile. We should not override ac_cv_exeext if it was cached,
4508# so that the user can short-circuit this test for compilers unknown to
4509# Autoconf.
4510for ac_file in $ac_files ''
4511do
4512 test -f "$ac_file" || continue
4513 case $ac_file in
4514 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4515 ;;
4516 [ab].out )
4517 # We found the default executable, but exeext='' is most
4518 # certainly right.
4519 break;;
4520 *.* )
4521 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4522 then :; else
4523 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4524 fi
4525 # We set ac_cv_exeext here because the later test for it is not
4526 # safe: cross compilers may not add the suffix if given an `-o'
4527 # argument, so we may need to know it at that point already.
4528 # Even if this section looks crufty: it has the advantage of
4529 # actually working.
4530 break;;
4531 * )
4532 break;;
4533 esac
4534done
4535test "$ac_cv_exeext" = no && ac_cv_exeext=
4536
4537else
4538 ac_file=''
4539fi
4540{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4541$as_echo "$ac_file" >&6; }
4542if test -z "$ac_file"; then :
4543 $as_echo "$as_me: failed program was:" >&5
4544sed 's/^/| /' conftest.$ac_ext >&5
4545
4546{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4547$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4548{ as_fn_set_status 77
4549as_fn_error "C compiler cannot create executables
4550See \`config.log' for more details." "$LINENO" 5; }; }
4551fi
4552ac_exeext=$ac_cv_exeext
4553
4554# Check that the compiler produces executables we can run. If not, either
4555# the compiler is broken, or we cross compile.
4556{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4557$as_echo_n "checking whether the C compiler works... " >&6; }
4558# If not cross compiling, check that we can run a simple program.
4559if test "$cross_compiling" != yes; then
4560 if { ac_try='./$ac_file'
4561 { { case "(($ac_try" in
4562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4563 *) ac_try_echo=$ac_try;;
4564esac
4565eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4566$as_echo "$ac_try_echo"; } >&5
4567 (eval "$ac_try") 2>&5
4568 ac_status=$?
4569 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4570 test $ac_status = 0; }; }; then
4571 cross_compiling=no
4572 else
4573 if test "$cross_compiling" = maybe; then
4574 cross_compiling=yes
4575 else
4576 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4577$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4578as_fn_error "cannot run C compiled programs.
4579If you meant to cross compile, use \`--host'.
4580See \`config.log' for more details." "$LINENO" 5; }
4581 fi
4582 fi
4583fi
4584{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4585$as_echo "yes" >&6; }
4586
4587rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
4588ac_clean_files=$ac_clean_files_save
4589# Check that the compiler produces executables we can run. If not, either
4590# the compiler is broken, or we cross compile.
4591{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4592$as_echo_n "checking whether we are cross compiling... " >&6; }
4593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4594$as_echo "$cross_compiling" >&6; }
4595
4596{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4597$as_echo_n "checking for suffix of executables... " >&6; }
4598if { { ac_try="$ac_link"
4599case "(($ac_try" in
4600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4601 *) ac_try_echo=$ac_try;;
4602esac
4603eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4604$as_echo "$ac_try_echo"; } >&5
4605 (eval "$ac_link") 2>&5
4606 ac_status=$?
4607 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4608 test $ac_status = 0; }; then :
4609 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4610# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4611# work properly (i.e., refer to `conftest.exe'), while it won't with
4612# `rm'.
4613for ac_file in conftest.exe conftest conftest.*; do
4614 test -f "$ac_file" || continue
4615 case $ac_file in
4616 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4617 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4618 break;;
4619 * ) break;;
4620 esac
4621done
4622else
4623 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4624$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4625as_fn_error "cannot compute suffix of executables: cannot compile and link
4626See \`config.log' for more details." "$LINENO" 5; }
4627fi
4628rm -f conftest$ac_cv_exeext
4629{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4630$as_echo "$ac_cv_exeext" >&6; }
4631
4632rm -f conftest.$ac_ext
4633EXEEXT=$ac_cv_exeext
4634ac_exeext=$EXEEXT
4635{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4636$as_echo_n "checking for suffix of object files... " >&6; }
4637if test "${ac_cv_objext+set}" = set; then :
4638 $as_echo_n "(cached) " >&6
4639else
4640 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4641/* end confdefs.h. */
4642
4643int
4644main ()
4645{
4646
4647 ;
4648 return 0;
4649}
4650_ACEOF
4651rm -f conftest.o conftest.obj
4652if { { ac_try="$ac_compile"
4653case "(($ac_try" in
4654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4655 *) ac_try_echo=$ac_try;;
4656esac
4657eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4658$as_echo "$ac_try_echo"; } >&5
4659 (eval "$ac_compile") 2>&5
4660 ac_status=$?
4661 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4662 test $ac_status = 0; }; then :
4663 for ac_file in conftest.o conftest.obj conftest.*; do
4664 test -f "$ac_file" || continue;
4665 case $ac_file in
4666 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4667 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4668 break;;
4669 esac
4670done
4671else
4672 $as_echo "$as_me: failed program was:" >&5
4673sed 's/^/| /' conftest.$ac_ext >&5
4674
4675{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4676$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4677as_fn_error "cannot compute suffix of object files: cannot compile
4678See \`config.log' for more details." "$LINENO" 5; }
4679fi
4680rm -f conftest.$ac_cv_objext conftest.$ac_ext
4681fi
4682{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4683$as_echo "$ac_cv_objext" >&6; }
4684OBJEXT=$ac_cv_objext
4685ac_objext=$OBJEXT
4686{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4687$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
4688if test "${ac_cv_c_compiler_gnu+set}" = set; then :
4689 $as_echo_n "(cached) " >&6
4690else
4691 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4692/* end confdefs.h. */
4693
4694int
4695main ()
4696{
4697#ifndef __GNUC__
4698 choke me
4699#endif
4700
4701 ;
4702 return 0;
4703}
4704_ACEOF
4705if ac_fn_c_try_compile "$LINENO"; then :
4706 ac_compiler_gnu=yes
4707else
4708 ac_compiler_gnu=no
4709fi
4710rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4711ac_cv_c_compiler_gnu=$ac_compiler_gnu
4712
4713fi
4714{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4715$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4716if test $ac_compiler_gnu = yes; then
4717 GCC=yes
4718else
4719 GCC=
4720fi
4721ac_test_CFLAGS=${CFLAGS+set}
4722ac_save_CFLAGS=$CFLAGS
4723{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4724$as_echo_n "checking whether $CC accepts -g... " >&6; }
4725if test "${ac_cv_prog_cc_g+set}" = set; then :
4726 $as_echo_n "(cached) " >&6
4727else
4728 ac_save_c_werror_flag=$ac_c_werror_flag
4729 ac_c_werror_flag=yes
4730 ac_cv_prog_cc_g=no
4731 CFLAGS="-g"
4732 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4733/* end confdefs.h. */
4734
4735int
4736main ()
4737{
4738
4739 ;
4740 return 0;
4741}
4742_ACEOF
4743if ac_fn_c_try_compile "$LINENO"; then :
4744 ac_cv_prog_cc_g=yes
4745else
4746 CFLAGS=""
4747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4748/* end confdefs.h. */
4749
4750int
4751main ()
4752{
4753
4754 ;
4755 return 0;
4756}
4757_ACEOF
4758if ac_fn_c_try_compile "$LINENO"; then :
4759
4760else
4761 ac_c_werror_flag=$ac_save_c_werror_flag
4762 CFLAGS="-g"
4763 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4764/* end confdefs.h. */
4765
4766int
4767main ()
4768{
4769
4770 ;
4771 return 0;
4772}
4773_ACEOF
4774if ac_fn_c_try_compile "$LINENO"; then :
4775 ac_cv_prog_cc_g=yes
4776fi
4777rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4778fi
4779rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4780fi
4781rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4782 ac_c_werror_flag=$ac_save_c_werror_flag
4783fi
4784{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4785$as_echo "$ac_cv_prog_cc_g" >&6; }
4786if test "$ac_test_CFLAGS" = set; then
4787 CFLAGS=$ac_save_CFLAGS
4788elif test $ac_cv_prog_cc_g = yes; then
4789 if test "$GCC" = yes; then
4790 CFLAGS="-g -O2"
4791 else
4792 CFLAGS="-g"
4793 fi
4794else
4795 if test "$GCC" = yes; then
4796 CFLAGS="-O2"
4797 else
4798 CFLAGS=
4799 fi
4800fi
4801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4802$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
4803if test "${ac_cv_prog_cc_c89+set}" = set; then :
4804 $as_echo_n "(cached) " >&6
4805else
4806 ac_cv_prog_cc_c89=no
4807ac_save_CC=$CC
4808cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4809/* end confdefs.h. */
4810#include <stdarg.h>
4811#include <stdio.h>
4812#include <sys/types.h>
4813#include <sys/stat.h>
4814/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4815struct buf { int x; };
4816FILE * (*rcsopen) (struct buf *, struct stat *, int);
4817static char *e (p, i)
4818 char **p;
4819 int i;
4820{
4821 return p[i];
4822}
4823static char *f (char * (*g) (char **, int), char **p, ...)
4824{
4825 char *s;
4826 va_list v;
4827 va_start (v,p);
4828 s = g (p, va_arg (v,int));
4829 va_end (v);
4830 return s;
4831}
4832
4833/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4834 function prototypes and stuff, but not '\xHH' hex character constants.
4835 These don't provoke an error unfortunately, instead are silently treated
4836 as 'x'. The following induces an error, until -std is added to get
4837 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4838 array size at least. It's necessary to write '\x00'==0 to get something
4839 that's true only with -std. */
4840int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4841
4842/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4843 inside strings and character constants. */
4844#define FOO(x) 'x'
4845int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4846
4847int test (int i, double x);
4848struct s1 {int (*f) (int a);};
4849struct s2 {int (*f) (double a);};
4850int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4851int argc;
4852char **argv;
4853int
4854main ()
4855{
4856return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4857 ;
4858 return 0;
4859}
4860_ACEOF
4861for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4862 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4863do
4864 CC="$ac_save_CC $ac_arg"
4865 if ac_fn_c_try_compile "$LINENO"; then :
4866 ac_cv_prog_cc_c89=$ac_arg
4867fi
4868rm -f core conftest.err conftest.$ac_objext
4869 test "x$ac_cv_prog_cc_c89" != "xno" && break
4870done
4871rm -f conftest.$ac_ext
4872CC=$ac_save_CC
4873
4874fi
4875# AC_CACHE_VAL
4876case "x$ac_cv_prog_cc_c89" in
4877 x)
4878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4879$as_echo "none needed" >&6; } ;;
4880 xno)
4881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4882$as_echo "unsupported" >&6; } ;;
4883 *)
4884 CC="$CC $ac_cv_prog_cc_c89"
4885 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4886$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4887esac
4888if test "x$ac_cv_prog_cc_c89" != xno; then :
4889
4890fi
4891
4892ac_ext=c
4893ac_cpp='$CPP $CPPFLAGS'
4894ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4895ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4896ac_compiler_gnu=$ac_cv_c_compiler_gnu
4897
4898ac_aux_dir=
4899for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
4900 for ac_t in install-sh install.sh shtool; do
4901 if test -f "$ac_dir/$ac_t"; then
4902 ac_aux_dir=$ac_dir
4903 ac_install_sh="$ac_aux_dir/$ac_t -c"
4904 break 2
4905 fi
4906 done
4907done
4908if test -z "$ac_aux_dir"; then
4909 as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
4910fi
4911
4912# These three variables are undocumented and unsupported,
4913# and are intended to be withdrawn in a future Autoconf release.
4914# They can cause serious problems if a builder's source tree is in a directory
4915# whose full name contains unusual characters.
4916ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
4917ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
4918ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
4919
4920
4921# Make sure we can run config.sub.
4922$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
4923 as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
4924
4925{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
4926$as_echo_n "checking build system type... " >&6; }
4927if test "${ac_cv_build+set}" = set; then :
4928 $as_echo_n "(cached) " >&6
4929else
4930 ac_build_alias=$build_alias
4931test "x$ac_build_alias" = x &&
4932 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
4933test "x$ac_build_alias" = x &&
4934 as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
4935ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
4936 as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
4937
4938fi
4939{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
4940$as_echo "$ac_cv_build" >&6; }
4941case $ac_cv_build in
4942*-*-*) ;;
4943*) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
4944esac
4945build=$ac_cv_build
4946ac_save_IFS=$IFS; IFS='-'
4947set x $ac_cv_build
4948shift
4949build_cpu=$1
4950build_vendor=$2
4951shift; shift
4952# Remember, the first character of IFS is used to create $*,
4953# except with old shells:
4954build_os=$*
4955IFS=$ac_save_IFS
4956case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
4957
4958
4959{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
4960$as_echo_n "checking host system type... " >&6; }
4961if test "${ac_cv_host+set}" = set; then :
4962 $as_echo_n "(cached) " >&6
4963else
4964 if test "x$host_alias" = x; then
4965 ac_cv_host=$ac_cv_build
4966else
4967 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
4968 as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
4969fi
4970
4971fi
4972{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
4973$as_echo "$ac_cv_host" >&6; }
4974case $ac_cv_host in
4975*-*-*) ;;
4976*) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
4977esac
4978host=$ac_cv_host
4979ac_save_IFS=$IFS; IFS='-'
4980set x $ac_cv_host
4981shift
4982host_cpu=$1
4983host_vendor=$2
4984shift; shift
4985# Remember, the first character of IFS is used to create $*,
4986# except with old shells:
4987host_os=$*
4988IFS=$ac_save_IFS
4989case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
4990
4991
4992{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
4993$as_echo_n "checking target system type... " >&6; }
4994if test "${ac_cv_target+set}" = set; then :
4995 $as_echo_n "(cached) " >&6
4996else
4997 if test "x$target_alias" = x; then
4998 ac_cv_target=$ac_cv_host
4999else
5000 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
5001 as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
5002fi
5003
5004fi
5005{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5006$as_echo "$ac_cv_target" >&6; }
5007case $ac_cv_target in
5008*-*-*) ;;
5009*) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
5010esac
5011target=$ac_cv_target
5012ac_save_IFS=$IFS; IFS='-'
5013set x $ac_cv_target
5014shift
5015target_cpu=$1
5016target_vendor=$2
5017shift; shift
5018# Remember, the first character of IFS is used to create $*,
5019# except with old shells:
5020target_os=$*
5021IFS=$ac_save_IFS
5022case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5023
5024
5025# The aliases save the names the user supplied, while $host etc.
5026# will get canonicalized.
5027test -n "$target_alias" &&
5028 test "$program_prefix$program_suffix$program_transform_name" = \
5029 NONENONEs,x,x, &&
5030 program_prefix=${target_alias}-
5031
5032ac_ext=c
5033ac_cpp='$CPP $CPPFLAGS'
5034ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5035ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5036ac_compiler_gnu=$ac_cv_c_compiler_gnu
5037{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5038$as_echo_n "checking how to run the C preprocessor... " >&6; }
5039# On Suns, sometimes $CPP names a directory.
5040if test -n "$CPP" && test -d "$CPP"; then
5041 CPP=
5042fi
5043if test -z "$CPP"; then
5044 if test "${ac_cv_prog_CPP+set}" = set; then :
5045 $as_echo_n "(cached) " >&6
5046else
5047 # Double quotes because CPP needs to be expanded
5048 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5049 do
5050 ac_preproc_ok=false
5051for ac_c_preproc_warn_flag in '' yes
5052do
5053 # Use a header file that comes with gcc, so configuring glibc
5054 # with a fresh cross-compiler works.
5055 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5056 # <limits.h> exists even on freestanding compilers.
5057 # On the NeXT, cc -E runs the code through the compiler's parser,
5058 # not just through cpp. "Syntax error" is here to catch this case.
5059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5060/* end confdefs.h. */
5061#ifdef __STDC__
5062# include <limits.h>
5063#else
5064# include <assert.h>
5065#endif
5066 Syntax error
5067_ACEOF
5068if ac_fn_c_try_cpp "$LINENO"; then :
5069
5070else
5071 # Broken: fails on valid input.
5072continue
5073fi
5074rm -f conftest.err conftest.$ac_ext
5075
5076 # OK, works on sane cases. Now check whether nonexistent headers
5077 # can be detected and how.
5078 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5079/* end confdefs.h. */
5080#include <ac_nonexistent.h>
5081_ACEOF
5082if ac_fn_c_try_cpp "$LINENO"; then :
5083 # Broken: success on invalid input.
5084continue
5085else
5086 # Passes both tests.
5087ac_preproc_ok=:
5088break
5089fi
5090rm -f conftest.err conftest.$ac_ext
5091
5092done
5093# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5094rm -f conftest.err conftest.$ac_ext
5095if $ac_preproc_ok; then :
5096 break
5097fi
5098
5099 done
5100 ac_cv_prog_CPP=$CPP
5101
5102fi
5103 CPP=$ac_cv_prog_CPP
5104else
5105 ac_cv_prog_CPP=$CPP
5106fi
5107{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5108$as_echo "$CPP" >&6; }
5109ac_preproc_ok=false
5110for ac_c_preproc_warn_flag in '' yes
5111do
5112 # Use a header file that comes with gcc, so configuring glibc
5113 # with a fresh cross-compiler works.
5114 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5115 # <limits.h> exists even on freestanding compilers.
5116 # On the NeXT, cc -E runs the code through the compiler's parser,
5117 # not just through cpp. "Syntax error" is here to catch this case.
5118 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5119/* end confdefs.h. */
5120#ifdef __STDC__
5121# include <limits.h>
5122#else
5123# include <assert.h>
5124#endif
5125 Syntax error
5126_ACEOF
5127if ac_fn_c_try_cpp "$LINENO"; then :
5128
5129else
5130 # Broken: fails on valid input.
5131continue
5132fi
5133rm -f conftest.err conftest.$ac_ext
5134
5135 # OK, works on sane cases. Now check whether nonexistent headers
5136 # can be detected and how.
5137 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5138/* end confdefs.h. */
5139#include <ac_nonexistent.h>
5140_ACEOF
5141if ac_fn_c_try_cpp "$LINENO"; then :
5142 # Broken: success on invalid input.
5143continue
5144else
5145 # Passes both tests.
5146ac_preproc_ok=:
5147break
5148fi
5149rm -f conftest.err conftest.$ac_ext
5150
5151done
5152# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5153rm -f conftest.err conftest.$ac_ext
5154if $ac_preproc_ok; then :
5155
5156else
5157 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5158$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5159as_fn_error "C preprocessor \"$CPP\" fails sanity check
5160See \`config.log' for more details." "$LINENO" 5; }
5161fi
5162
5163ac_ext=c
5164ac_cpp='$CPP $CPPFLAGS'
5165ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5166ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5167ac_compiler_gnu=$ac_cv_c_compiler_gnu
5168
5169
5170{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5171$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
5172if test "${ac_cv_path_GREP+set}" = set; then :
5173 $as_echo_n "(cached) " >&6
5174else
5175 if test -z "$GREP"; then
5176 ac_path_GREP_found=false
5177 # Loop through the user's path and test for each of PROGNAME-LIST
5178 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5179for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5180do
5181 IFS=$as_save_IFS
5182 test -z "$as_dir" && as_dir=.
5183 for ac_prog in grep ggrep; do
5184 for ac_exec_ext in '' $ac_executable_extensions; do
5185 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5186 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5187# Check for GNU ac_path_GREP and select it if it is found.
5188 # Check for GNU $ac_path_GREP
5189case `"$ac_path_GREP" --version 2>&1` in
5190*GNU*)
5191 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5192*)
5193 ac_count=0
5194 $as_echo_n 0123456789 >"conftest.in"
5195 while :
5196 do
5197 cat "conftest.in" "conftest.in" >"conftest.tmp"
5198 mv "conftest.tmp" "conftest.in"
5199 cp "conftest.in" "conftest.nl"
5200 $as_echo 'GREP' >> "conftest.nl"
5201 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5202 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5203 as_fn_arith $ac_count + 1 && ac_count=$as_val
5204 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5205 # Best one so far, save it but keep looking for a better one
5206 ac_cv_path_GREP="$ac_path_GREP"
5207 ac_path_GREP_max=$ac_count
5208 fi
5209 # 10*(2^10) chars as input seems more than enough
5210 test $ac_count -gt 10 && break
5211 done
5212 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5213esac
5214
5215 $ac_path_GREP_found && break 3
5216 done
5217 done
5218 done
5219IFS=$as_save_IFS
5220 if test -z "$ac_cv_path_GREP"; then
5221 as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5222 fi
5223else
5224 ac_cv_path_GREP=$GREP
5225fi
5226
5227fi
5228{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5229$as_echo "$ac_cv_path_GREP" >&6; }
5230 GREP="$ac_cv_path_GREP"
5231
5232
5233{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5234$as_echo_n "checking for egrep... " >&6; }
5235if test "${ac_cv_path_EGREP+set}" = set; then :
5236 $as_echo_n "(cached) " >&6
5237else
5238 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5239 then ac_cv_path_EGREP="$GREP -E"
5240 else
5241 if test -z "$EGREP"; then
5242 ac_path_EGREP_found=false
5243 # Loop through the user's path and test for each of PROGNAME-LIST
5244 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5245for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5246do
5247 IFS=$as_save_IFS
5248 test -z "$as_dir" && as_dir=.
5249 for ac_prog in egrep; do
5250 for ac_exec_ext in '' $ac_executable_extensions; do
5251 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5252 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5253# Check for GNU ac_path_EGREP and select it if it is found.
5254 # Check for GNU $ac_path_EGREP
5255case `"$ac_path_EGREP" --version 2>&1` in
5256*GNU*)
5257 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5258*)
5259 ac_count=0
5260 $as_echo_n 0123456789 >"conftest.in"
5261 while :
5262 do
5263 cat "conftest.in" "conftest.in" >"conftest.tmp"
5264 mv "conftest.tmp" "conftest.in"
5265 cp "conftest.in" "conftest.nl"
5266 $as_echo 'EGREP' >> "conftest.nl"
5267 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5268 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5269 as_fn_arith $ac_count + 1 && ac_count=$as_val
5270 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5271 # Best one so far, save it but keep looking for a better one
5272 ac_cv_path_EGREP="$ac_path_EGREP"
5273 ac_path_EGREP_max=$ac_count
5274 fi
5275 # 10*(2^10) chars as input seems more than enough
5276 test $ac_count -gt 10 && break
5277 done
5278 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5279esac
5280
5281 $ac_path_EGREP_found && break 3
5282 done
5283 done
5284 done
5285IFS=$as_save_IFS
5286 if test -z "$ac_cv_path_EGREP"; then
5287 as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5288 fi
5289else
5290 ac_cv_path_EGREP=$EGREP
5291fi
5292
5293 fi
5294fi
5295{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5296$as_echo "$ac_cv_path_EGREP" >&6; }
5297 EGREP="$ac_cv_path_EGREP"
5298
5299
5300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5301$as_echo_n "checking for ANSI C header files... " >&6; }
5302if test "${ac_cv_header_stdc+set}" = set; then :
5303 $as_echo_n "(cached) " >&6
5304else
5305 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5306/* end confdefs.h. */
5307#include <stdlib.h>
5308#include <stdarg.h>
5309#include <string.h>
5310#include <float.h>
5311
5312int
5313main ()
5314{
5315
5316 ;
5317 return 0;
5318}
5319_ACEOF
5320if ac_fn_c_try_compile "$LINENO"; then :
5321 ac_cv_header_stdc=yes
5322else
5323 ac_cv_header_stdc=no
5324fi
5325rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5326
5327if test $ac_cv_header_stdc = yes; then
5328 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5329 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5330/* end confdefs.h. */
5331#include <string.h>
5332
5333_ACEOF
5334if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5335 $EGREP "memchr" >/dev/null 2>&1; then :
5336
5337else
5338 ac_cv_header_stdc=no
5339fi
5340rm -f conftest*
5341
5342fi
5343
5344if test $ac_cv_header_stdc = yes; then
5345 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5347/* end confdefs.h. */
5348#include <stdlib.h>
5349
5350_ACEOF
5351if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5352 $EGREP "free" >/dev/null 2>&1; then :
5353
5354else
5355 ac_cv_header_stdc=no
5356fi
5357rm -f conftest*
5358
5359fi
5360
5361if test $ac_cv_header_stdc = yes; then
5362 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5363 if test "$cross_compiling" = yes; then :
5364 :
5365else
5366 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5367/* end confdefs.h. */
5368#include <ctype.h>
5369#include <stdlib.h>
5370#if ((' ' & 0x0FF) == 0x020)
5371# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5372# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5373#else
5374# define ISLOWER(c) \
5375 (('a' <= (c) && (c) <= 'i') \
5376 || ('j' <= (c) && (c) <= 'r') \
5377 || ('s' <= (c) && (c) <= 'z'))
5378# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5379#endif
5380
5381#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5382int
5383main ()
5384{
5385 int i;
5386 for (i = 0; i < 256; i++)
5387 if (XOR (islower (i), ISLOWER (i))
5388 || toupper (i) != TOUPPER (i))
5389 return 2;
5390 return 0;
5391}
5392_ACEOF
5393if ac_fn_c_try_run "$LINENO"; then :
5394
5395else
5396 ac_cv_header_stdc=no
5397fi
5398rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5399 conftest.$ac_objext conftest.beam conftest.$ac_ext
5400fi
5401
5402fi
5403fi
5404{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5405$as_echo "$ac_cv_header_stdc" >&6; }
5406if test $ac_cv_header_stdc = yes; then
5407
5408$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5409
5410fi
5411
5412# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5413for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5414 inttypes.h stdint.h unistd.h
5415do :
5416 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5417ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5418"
5419eval as_val=\$$as_ac_Header
5420 if test "x$as_val" = x""yes; then :
5421 cat >>confdefs.h <<_ACEOF
5422#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5423_ACEOF
5424
5425fi
5426
5427done
5428
5429
5430
5431 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
5432if test "x$ac_cv_header_minix_config_h" = x""yes; then :
5433 MINIX=yes
5434else
5435 MINIX=
5436fi
5437
5438
5439 if test "$MINIX" = yes; then
5440
5441$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5442
5443
5444$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5445
5446
5447$as_echo "#define _MINIX 1" >>confdefs.h
5448
5449 fi
5450
5451
5452 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5453$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
5454if test "${ac_cv_safe_to_define___extensions__+set}" = set; then :
5455 $as_echo_n "(cached) " >&6
5456else
5457 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5458/* end confdefs.h. */
5459
5460# define __EXTENSIONS__ 1
5461 $ac_includes_default
5462int
5463main ()
5464{
5465
5466 ;
5467 return 0;
5468}
5469_ACEOF
5470if ac_fn_c_try_compile "$LINENO"; then :
5471 ac_cv_safe_to_define___extensions__=yes
5472else
5473 ac_cv_safe_to_define___extensions__=no
5474fi
5475rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5476fi
5477{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5478$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5479 test $ac_cv_safe_to_define___extensions__ = yes &&
5480 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5481
5482 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5483
5484 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5485
5486 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5487
5488 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5489
5490
5491test "$program_prefix" != NONE &&
5492 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5493# Use a double $ so make ignores it.
5494test "$program_suffix" != NONE &&
5495 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5496# Double any \ or $.
5497# By default was `s,x,x', remove it if useless.
5498ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5499program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5500
5501# Find a good install program. We prefer a C program (faster),
5502# so one script is as good as another. But avoid the broken or
5503# incompatible versions:
5504# SysV /etc/install, /usr/sbin/install
5505# SunOS /usr/etc/install
5506# IRIX /sbin/install
5507# AIX /bin/install
5508# AmigaOS /C/install, which installs bootblocks on floppy discs
5509# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5510# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5511# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5512# OS/2's system install, which has a completely different semantic
5513# ./install, which can be erroneously created by make from ./install.sh.
5514# Reject install programs that cannot install multiple files.
5515{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5516$as_echo_n "checking for a BSD-compatible install... " >&6; }
5517if test -z "$INSTALL"; then
5518if test "${ac_cv_path_install+set}" = set; then :
5519 $as_echo_n "(cached) " >&6
5520else
5521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5522for as_dir in $PATH
5523do
5524 IFS=$as_save_IFS
5525 test -z "$as_dir" && as_dir=.
5526 # Account for people who put trailing slashes in PATH elements.
5527case $as_dir/ in #((
5528 ./ | .// | /[cC]/* | \
5529 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5530 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5531 /usr/ucb/* ) ;;
5532 *)
5533 # OSF1 and SCO ODT 3.0 have their own names for install.
5534 # Don't use installbsd from OSF since it installs stuff as root
5535 # by default.
5536 for ac_prog in ginstall scoinst install; do
5537 for ac_exec_ext in '' $ac_executable_extensions; do
5538 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5539 if test $ac_prog = install &&
5540 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5541 # AIX install. It has an incompatible calling convention.
5542 :
5543 elif test $ac_prog = install &&
5544 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5545 # program-specific install script used by HP pwplus--don't use.
5546 :
5547 else
5548 rm -rf conftest.one conftest.two conftest.dir
5549 echo one > conftest.one
5550 echo two > conftest.two
5551 mkdir conftest.dir
5552 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5553 test -s conftest.one && test -s conftest.two &&
5554 test -s conftest.dir/conftest.one &&
5555 test -s conftest.dir/conftest.two
5556 then
5557 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5558 break 3
5559 fi
5560 fi
5561 fi
5562 done
5563 done
5564 ;;
5565esac
5566
5567 done
5568IFS=$as_save_IFS
5569
5570rm -rf conftest.one conftest.two conftest.dir
5571
5572fi
5573 if test "${ac_cv_path_install+set}" = set; then
5574 INSTALL=$ac_cv_path_install
5575 else
5576 # As a last resort, use the slow shell script. Don't cache a
5577 # value for INSTALL within a source directory, because that will
5578 # break other packages using the cache if that directory is
5579 # removed, or if the value is a relative name.
5580 INSTALL=$ac_install_sh
5581 fi
5582fi
5583{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5584$as_echo "$INSTALL" >&6; }
5585
5586# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5587# It thinks the first close brace ends the variable substitution.
5588test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5589
5590test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5591
5592test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5593
5594rm -rf .tst 2>/dev/null
5595mkdir .tst 2>/dev/null
5596if test -d .tst; then
5597 am__leading_dot=.
5598else
5599 am__leading_dot=_
5600fi
5601rmdir .tst 2>/dev/null
5602
5603DEPDIR="${am__leading_dot}deps"
5604
5605case `pwd` in
5606 *\ * | *\ *)
5607 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5608$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5609esac
5610
5611
5612
5613macro_version='2.2.7a'
5614macro_revision='1.3134'
5615
5616
5617
5618
5619
5620
5621
5622
5623
5624
5625
5626
5627
5628ltmain="$ac_aux_dir/ltmain.sh"
5629
5630# Backslashify metacharacters that are still active within
5631# double-quoted strings.
5632sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5633
5634# Same as above, but do not quote variable references.
5635double_quote_subst='s/\(["`\\]\)/\\\1/g'
5636
5637# Sed substitution to delay expansion of an escaped shell variable in a
5638# double_quote_subst'ed string.
5639delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5640
5641# Sed substitution to delay expansion of an escaped single quote.
5642delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5643
5644# Sed substitution to avoid accidental globbing in evaled expressions
5645no_glob_subst='s/\*/\\\*/g'
5646
5647ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5648ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5649ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5650
5651{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5652$as_echo_n "checking how to print strings... " >&6; }
5653# Test print first, because it will be a builtin if present.
5654if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5655 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5656 ECHO='print -r --'
5657elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5658 ECHO='printf %s\n'
5659else
5660 # Use this function as a fallback that always works.
5661 func_fallback_echo ()
5662 {
5663 eval 'cat <<_LTECHO_EOF
5664$1
5665_LTECHO_EOF'
5666 }
5667 ECHO='func_fallback_echo'
5668fi
5669
5670# func_echo_all arg...
5671# Invoke $ECHO with all args, space-separated.
5672func_echo_all ()
5673{
5674 $ECHO ""
5675}
5676
5677case "$ECHO" in
5678 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5679$as_echo "printf" >&6; } ;;
5680 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5681$as_echo "print -r" >&6; } ;;
5682 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5683$as_echo "cat" >&6; } ;;
5684esac
5685
5686
5687
5688
5689
5690
5691
5692
5693
5694
5695
5696
5697
5698
5699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5700$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5701if test "${ac_cv_path_SED+set}" = set; then :
5702 $as_echo_n "(cached) " >&6
5703else
5704 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5705 for ac_i in 1 2 3 4 5 6 7; do
5706 ac_script="$ac_script$as_nl$ac_script"
5707 done
5708 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5709 { ac_script=; unset ac_script;}
5710 if test -z "$SED"; then
5711 ac_path_SED_found=false
5712 # Loop through the user's path and test for each of PROGNAME-LIST
5713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5714for as_dir in $PATH
5715do
5716 IFS=$as_save_IFS
5717 test -z "$as_dir" && as_dir=.
5718 for ac_prog in sed gsed; do
5719 for ac_exec_ext in '' $ac_executable_extensions; do
5720 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5721 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5722# Check for GNU ac_path_SED and select it if it is found.
5723 # Check for GNU $ac_path_SED
5724case `"$ac_path_SED" --version 2>&1` in
5725*GNU*)
5726 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5727*)
5728 ac_count=0
5729 $as_echo_n 0123456789 >"conftest.in"
5730 while :
5731 do
5732 cat "conftest.in" "conftest.in" >"conftest.tmp"
5733 mv "conftest.tmp" "conftest.in"
5734 cp "conftest.in" "conftest.nl"
5735 $as_echo '' >> "conftest.nl"
5736 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5737 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5738 as_fn_arith $ac_count + 1 && ac_count=$as_val
5739 if test $ac_count -gt ${ac_path_SED_max-0}; then
5740 # Best one so far, save it but keep looking for a better one
5741 ac_cv_path_SED="$ac_path_SED"
5742 ac_path_SED_max=$ac_count
5743 fi
5744 # 10*(2^10) chars as input seems more than enough
5745 test $ac_count -gt 10 && break
5746 done
5747 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5748esac
5749
5750 $ac_path_SED_found && break 3
5751 done
5752 done
5753 done
5754IFS=$as_save_IFS
5755 if test -z "$ac_cv_path_SED"; then
5756 as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
5757 fi
5758else
5759 ac_cv_path_SED=$SED
5760fi
5761
5762fi
5763{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5764$as_echo "$ac_cv_path_SED" >&6; }
5765 SED="$ac_cv_path_SED"
5766 rm -f conftest.sed
5767
5768test -z "$SED" && SED=sed
5769Xsed="$SED -e 1s/^X//"
5770
5771
5772
5773
5774
5775
5776
5777
5778
5779
5780
5781{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5782$as_echo_n "checking for fgrep... " >&6; }
5783if test "${ac_cv_path_FGREP+set}" = set; then :
5784 $as_echo_n "(cached) " >&6
5785else
5786 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5787 then ac_cv_path_FGREP="$GREP -F"
5788 else
5789 if test -z "$FGREP"; then
5790 ac_path_FGREP_found=false
5791 # Loop through the user's path and test for each of PROGNAME-LIST
5792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5793for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5794do
5795 IFS=$as_save_IFS
5796 test -z "$as_dir" && as_dir=.
5797 for ac_prog in fgrep; do
5798 for ac_exec_ext in '' $ac_executable_extensions; do
5799 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5800 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5801# Check for GNU ac_path_FGREP and select it if it is found.
5802 # Check for GNU $ac_path_FGREP
5803case `"$ac_path_FGREP" --version 2>&1` in
5804*GNU*)
5805 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5806*)
5807 ac_count=0
5808 $as_echo_n 0123456789 >"conftest.in"
5809 while :
5810 do
5811 cat "conftest.in" "conftest.in" >"conftest.tmp"
5812 mv "conftest.tmp" "conftest.in"
5813 cp "conftest.in" "conftest.nl"
5814 $as_echo 'FGREP' >> "conftest.nl"
5815 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5816 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5817 as_fn_arith $ac_count + 1 && ac_count=$as_val
5818 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5819 # Best one so far, save it but keep looking for a better one
5820 ac_cv_path_FGREP="$ac_path_FGREP"
5821 ac_path_FGREP_max=$ac_count
5822 fi
5823 # 10*(2^10) chars as input seems more than enough
5824 test $ac_count -gt 10 && break
5825 done
5826 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5827esac
5828
5829 $ac_path_FGREP_found && break 3
5830 done
5831 done
5832 done
5833IFS=$as_save_IFS
5834 if test -z "$ac_cv_path_FGREP"; then
5835 as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
5836 fi
5837else
5838 ac_cv_path_FGREP=$FGREP
5839fi
5840
5841 fi
5842fi
5843{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5844$as_echo "$ac_cv_path_FGREP" >&6; }
5845 FGREP="$ac_cv_path_FGREP"
5846
5847
5848test -z "$GREP" && GREP=grep
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868# Check whether --with-gnu-ld was given.
5869if test "${with_gnu_ld+set}" = set; then :
5870 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5871else
5872 with_gnu_ld=no
5873fi
5874
5875ac_prog=ld
5876if test "$GCC" = yes; then
5877 # Check if gcc -print-prog-name=ld gives a path.
5878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5879$as_echo_n "checking for ld used by $CC... " >&6; }
5880 case $host in
5881 *-*-mingw*)
5882 # gcc leaves a trailing carriage return which upsets mingw
5883 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5884 *)
5885 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5886 esac
5887 case $ac_prog in
5888 # Accept absolute paths.
5889 [\\/]* | ?:[\\/]*)
5890 re_direlt='/[^/][^/]*/\.\./'
5891 # Canonicalize the pathname of ld
5892 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
5893 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
5894 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
5895 done
5896 test -z "$LD" && LD="$ac_prog"
5897 ;;
5898 "")
5899 # If it fails, then pretend we aren't using GCC.
5900 ac_prog=ld
5901 ;;
5902 *)
5903 # If it is relative, then search for the first ld in PATH.
5904 with_gnu_ld=unknown
5905 ;;
5906 esac
5907elif test "$with_gnu_ld" = yes; then
5908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
5909$as_echo_n "checking for GNU ld... " >&6; }
5910else
5911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
5912$as_echo_n "checking for non-GNU ld... " >&6; }
5913fi
5914if test "${lt_cv_path_LD+set}" = set; then :
5915 $as_echo_n "(cached) " >&6
5916else
5917 if test -z "$LD"; then
5918 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5919 for ac_dir in $PATH; do
5920 IFS="$lt_save_ifs"
5921 test -z "$ac_dir" && ac_dir=.
5922 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
5923 lt_cv_path_LD="$ac_dir/$ac_prog"
5924 # Check to see if the program is GNU ld. I'd rather use --version,
5925 # but apparently some variants of GNU ld only accept -v.
5926 # Break only if it was the GNU/non-GNU ld that we prefer.
5927 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
5928 *GNU* | *'with BFD'*)
5929 test "$with_gnu_ld" != no && break
5930 ;;
5931 *)
5932 test "$with_gnu_ld" != yes && break
5933 ;;
5934 esac
5935 fi
5936 done
5937 IFS="$lt_save_ifs"
5938else
5939 lt_cv_path_LD="$LD" # Let the user override the test with a path.
5940fi
5941fi
5942
5943LD="$lt_cv_path_LD"
5944if test -n "$LD"; then
5945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
5946$as_echo "$LD" >&6; }
5947else
5948 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5949$as_echo "no" >&6; }
5950fi
5951test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
5952{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
5953$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
5954if test "${lt_cv_prog_gnu_ld+set}" = set; then :
5955 $as_echo_n "(cached) " >&6
5956else
5957 # I'd rather use --version here, but apparently some GNU lds only accept -v.
5958case `$LD -v 2>&1 </dev/null` in
5959*GNU* | *'with BFD'*)
5960 lt_cv_prog_gnu_ld=yes
5961 ;;
5962*)
5963 lt_cv_prog_gnu_ld=no
5964 ;;
5965esac
5966fi
5967{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
5968$as_echo "$lt_cv_prog_gnu_ld" >&6; }
5969with_gnu_ld=$lt_cv_prog_gnu_ld
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
5980$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
5981if test "${lt_cv_path_NM+set}" = set; then :
5982 $as_echo_n "(cached) " >&6
5983else
5984 if test -n "$NM"; then
5985 # Let the user override the test.
5986 lt_cv_path_NM="$NM"
5987else
5988 lt_nm_to_check="${ac_tool_prefix}nm"
5989 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
5990 lt_nm_to_check="$lt_nm_to_check nm"
5991 fi
5992 for lt_tmp_nm in $lt_nm_to_check; do
5993 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
5994 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
5995 IFS="$lt_save_ifs"
5996 test -z "$ac_dir" && ac_dir=.
5997 tmp_nm="$ac_dir/$lt_tmp_nm"
5998 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
5999 # Check to see if the nm accepts a BSD-compat flag.
6000 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6001 # nm: unknown option "B" ignored
6002 # Tru64's nm complains that /dev/null is an invalid object file
6003 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6004 */dev/null* | *'Invalid file or object type'*)
6005 lt_cv_path_NM="$tmp_nm -B"
6006 break
6007 ;;
6008 *)
6009 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6010 */dev/null*)
6011 lt_cv_path_NM="$tmp_nm -p"
6012 break
6013 ;;
6014 *)
6015 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6016 continue # so that we can try to find one that supports BSD flags
6017 ;;
6018 esac
6019 ;;
6020 esac
6021 fi
6022 done
6023 IFS="$lt_save_ifs"
6024 done
6025 : ${lt_cv_path_NM=no}
6026fi
6027fi
6028{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6029$as_echo "$lt_cv_path_NM" >&6; }
6030if test "$lt_cv_path_NM" != "no"; then
6031 NM="$lt_cv_path_NM"
6032else
6033 # Didn't find any BSD compatible name lister, look for dumpbin.
6034 if test -n "$DUMPBIN"; then :
6035 # Let the user override the test.
6036 else
6037 if test -n "$ac_tool_prefix"; then
6038 for ac_prog in dumpbin "link -dump"
6039 do
6040 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6041set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6042{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6043$as_echo_n "checking for $ac_word... " >&6; }
6044if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
6045 $as_echo_n "(cached) " >&6
6046else
6047 if test -n "$DUMPBIN"; then
6048 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6049else
6050as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6051for as_dir in $PATH
6052do
6053 IFS=$as_save_IFS
6054 test -z "$as_dir" && as_dir=.
6055 for ac_exec_ext in '' $ac_executable_extensions; do
6056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6057 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6058 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6059 break 2
6060 fi
6061done
6062 done
6063IFS=$as_save_IFS
6064
6065fi
6066fi
6067DUMPBIN=$ac_cv_prog_DUMPBIN
6068if test -n "$DUMPBIN"; then
6069 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6070$as_echo "$DUMPBIN" >&6; }
6071else
6072 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6073$as_echo "no" >&6; }
6074fi
6075
6076
6077 test -n "$DUMPBIN" && break
6078 done
6079fi
6080if test -z "$DUMPBIN"; then
6081 ac_ct_DUMPBIN=$DUMPBIN
6082 for ac_prog in dumpbin "link -dump"
6083do
6084 # Extract the first word of "$ac_prog", so it can be a program name with args.
6085set dummy $ac_prog; ac_word=$2
6086{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6087$as_echo_n "checking for $ac_word... " >&6; }
6088if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
6089 $as_echo_n "(cached) " >&6
6090else
6091 if test -n "$ac_ct_DUMPBIN"; then
6092 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6093else
6094as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6095for as_dir in $PATH
6096do
6097 IFS=$as_save_IFS
6098 test -z "$as_dir" && as_dir=.
6099 for ac_exec_ext in '' $ac_executable_extensions; do
6100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6101 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6102 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6103 break 2
6104 fi
6105done
6106 done
6107IFS=$as_save_IFS
6108
6109fi
6110fi
6111ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6112if test -n "$ac_ct_DUMPBIN"; then
6113 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6114$as_echo "$ac_ct_DUMPBIN" >&6; }
6115else
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6117$as_echo "no" >&6; }
6118fi
6119
6120
6121 test -n "$ac_ct_DUMPBIN" && break
6122done
6123
6124 if test "x$ac_ct_DUMPBIN" = x; then
6125 DUMPBIN=":"
6126 else
6127 case $cross_compiling:$ac_tool_warned in
6128yes:)
6129{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6130$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6131ac_tool_warned=yes ;;
6132esac
6133 DUMPBIN=$ac_ct_DUMPBIN
6134 fi
6135fi
6136
6137 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6138 *COFF*)
6139 DUMPBIN="$DUMPBIN -symbols"
6140 ;;
6141 *)
6142 DUMPBIN=:
6143 ;;
6144 esac
6145 fi
6146
6147 if test "$DUMPBIN" != ":"; then
6148 NM="$DUMPBIN"
6149 fi
6150fi
6151test -z "$NM" && NM=nm
6152
6153
6154
6155
6156
6157
6158{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6159$as_echo_n "checking the name lister ($NM) interface... " >&6; }
6160if test "${lt_cv_nm_interface+set}" = set; then :
6161 $as_echo_n "(cached) " >&6
6162else
6163 lt_cv_nm_interface="BSD nm"
6164 echo "int some_variable = 0;" > conftest.$ac_ext
6165 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6166 (eval "$ac_compile" 2>conftest.err)
6167 cat conftest.err >&5
6168 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6169 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6170 cat conftest.err >&5
6171 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6172 cat conftest.out >&5
6173 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6174 lt_cv_nm_interface="MS dumpbin"
6175 fi
6176 rm -f conftest*
6177fi
6178{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6179$as_echo "$lt_cv_nm_interface" >&6; }
6180
6181{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6182$as_echo_n "checking whether ln -s works... " >&6; }
6183LN_S=$as_ln_s
6184if test "$LN_S" = "ln -s"; then
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6186$as_echo "yes" >&6; }
6187else
6188 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6189$as_echo "no, using $LN_S" >&6; }
6190fi
6191
6192# find the maximum length of command line arguments
6193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6194$as_echo_n "checking the maximum length of command line arguments... " >&6; }
6195if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
6196 $as_echo_n "(cached) " >&6
6197else
6198 i=0
6199 teststring="ABCD"
6200
6201 case $build_os in
6202 msdosdjgpp*)
6203 # On DJGPP, this test can blow up pretty badly due to problems in libc
6204 # (any single argument exceeding 2000 bytes causes a buffer overrun
6205 # during glob expansion). Even if it were fixed, the result of this
6206 # check would be larger than it should be.
6207 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6208 ;;
6209
6210 gnu*)
6211 # Under GNU Hurd, this test is not required because there is
6212 # no limit to the length of command line arguments.
6213 # Libtool will interpret -1 as no limit whatsoever
6214 lt_cv_sys_max_cmd_len=-1;
6215 ;;
6216
6217 cygwin* | mingw* | cegcc*)
6218 # On Win9x/ME, this test blows up -- it succeeds, but takes
6219 # about 5 minutes as the teststring grows exponentially.
6220 # Worse, since 9x/ME are not pre-emptively multitasking,
6221 # you end up with a "frozen" computer, even though with patience
6222 # the test eventually succeeds (with a max line length of 256k).
6223 # Instead, let's just punt: use the minimum linelength reported by
6224 # all of the supported platforms: 8192 (on NT/2K/XP).
6225 lt_cv_sys_max_cmd_len=8192;
6226 ;;
6227
6228 mint*)
6229 # On MiNT this can take a long time and run out of memory.
6230 lt_cv_sys_max_cmd_len=8192;
6231 ;;
6232
6233 amigaos*)
6234 # On AmigaOS with pdksh, this test takes hours, literally.
6235 # So we just punt and use a minimum line length of 8192.
6236 lt_cv_sys_max_cmd_len=8192;
6237 ;;
6238
6239 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6240 # This has been around since 386BSD, at least. Likely further.
6241 if test -x /sbin/sysctl; then
6242 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6243 elif test -x /usr/sbin/sysctl; then
6244 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6245 else
6246 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6247 fi
6248 # And add a safety zone
6249 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6250 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6251 ;;
6252
6253 interix*)
6254 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6255 lt_cv_sys_max_cmd_len=196608
6256 ;;
6257
6258 osf*)
6259 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6260 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6261 # nice to cause kernel panics so lets avoid the loop below.
6262 # First set a reasonable default.
6263 lt_cv_sys_max_cmd_len=16384
6264 #
6265 if test -x /sbin/sysconfig; then
6266 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6267 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6268 esac
6269 fi
6270 ;;
6271 sco3.2v5*)
6272 lt_cv_sys_max_cmd_len=102400
6273 ;;
6274 sysv5* | sco5v6* | sysv4.2uw2*)
6275 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6276 if test -n "$kargmax"; then
6277 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6278 else
6279 lt_cv_sys_max_cmd_len=32768
6280 fi
6281 ;;
6282 *)
6283 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6284 if test -n "$lt_cv_sys_max_cmd_len"; then
6285 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6286 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6287 else
6288 # Make teststring a little bigger before we do anything with it.
6289 # a 1K string should be a reasonable start.
6290 for i in 1 2 3 4 5 6 7 8 ; do
6291 teststring=$teststring$teststring
6292 done
6293 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6294 # If test is not a shell built-in, we'll probably end up computing a
6295 # maximum length that is only half of the actual maximum length, but
6296 # we can't tell.
6297 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6298 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6299 test $i != 17 # 1/2 MB should be enough
6300 do
6301 i=`expr $i + 1`
6302 teststring=$teststring$teststring
6303 done
6304 # Only check the string length outside the loop.
6305 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6306 teststring=
6307 # Add a significant safety factor because C++ compilers can tack on
6308 # massive amounts of additional arguments before passing them to the
6309 # linker. It appears as though 1/2 is a usable value.
6310 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6311 fi
6312 ;;
6313 esac
6314
6315fi
6316
6317if test -n $lt_cv_sys_max_cmd_len ; then
6318 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6319$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6320else
6321 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6322$as_echo "none" >&6; }
6323fi
6324max_cmd_len=$lt_cv_sys_max_cmd_len
6325
6326
6327
6328
6329
6330
6331: ${CP="cp -f"}
6332: ${MV="mv -f"}
6333: ${RM="rm -f"}
6334
6335{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6336$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6337# Try some XSI features
6338xsi_shell=no
6339( _lt_dummy="a/b/c"
6340 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6341 = c,a/b,, \
6342 && eval 'test $(( 1 + 1 )) -eq 2 \
6343 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6344 && xsi_shell=yes
6345{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6346$as_echo "$xsi_shell" >&6; }
6347
6348
6349{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6350$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6351lt_shell_append=no
6352( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6353 >/dev/null 2>&1 \
6354 && lt_shell_append=yes
6355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6356$as_echo "$lt_shell_append" >&6; }
6357
6358
6359if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6360 lt_unset=unset
6361else
6362 lt_unset=false
6363fi
6364
6365
6366
6367
6368
6369# test EBCDIC or ASCII
6370case `echo X|tr X '\101'` in
6371 A) # ASCII based system
6372 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6373 lt_SP2NL='tr \040 \012'
6374 lt_NL2SP='tr \015\012 \040\040'
6375 ;;
6376 *) # EBCDIC based system
6377 lt_SP2NL='tr \100 \n'
6378 lt_NL2SP='tr \r\n \100\100'
6379 ;;
6380esac
6381
6382
6383
6384
6385
6386
6387
6388
6389
6390{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6391$as_echo_n "checking for $LD option to reload object files... " >&6; }
6392if test "${lt_cv_ld_reload_flag+set}" = set; then :
6393 $as_echo_n "(cached) " >&6
6394else
6395 lt_cv_ld_reload_flag='-r'
6396fi
6397{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6398$as_echo "$lt_cv_ld_reload_flag" >&6; }
6399reload_flag=$lt_cv_ld_reload_flag
6400case $reload_flag in
6401"" | " "*) ;;
6402*) reload_flag=" $reload_flag" ;;
6403esac
6404reload_cmds='$LD$reload_flag -o $output$reload_objs'
6405case $host_os in
6406 darwin*)
6407 if test "$GCC" = yes; then
6408 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6409 else
6410 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6411 fi
6412 ;;
6413esac
6414
6415
6416
6417
6418
6419
6420
6421
6422
6423if test -n "$ac_tool_prefix"; then
6424 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6425set dummy ${ac_tool_prefix}objdump; ac_word=$2
6426{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6427$as_echo_n "checking for $ac_word... " >&6; }
6428if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
6429 $as_echo_n "(cached) " >&6
6430else
6431 if test -n "$OBJDUMP"; then
6432 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6433else
6434as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6435for as_dir in $PATH
6436do
6437 IFS=$as_save_IFS
6438 test -z "$as_dir" && as_dir=.
6439 for ac_exec_ext in '' $ac_executable_extensions; do
6440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6441 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6442 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6443 break 2
6444 fi
6445done
6446 done
6447IFS=$as_save_IFS
6448
6449fi
6450fi
6451OBJDUMP=$ac_cv_prog_OBJDUMP
6452if test -n "$OBJDUMP"; then
6453 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6454$as_echo "$OBJDUMP" >&6; }
6455else
6456 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6457$as_echo "no" >&6; }
6458fi
6459
6460
6461fi
6462if test -z "$ac_cv_prog_OBJDUMP"; then
6463 ac_ct_OBJDUMP=$OBJDUMP
6464 # Extract the first word of "objdump", so it can be a program name with args.
6465set dummy objdump; ac_word=$2
6466{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6467$as_echo_n "checking for $ac_word... " >&6; }
6468if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
6469 $as_echo_n "(cached) " >&6
6470else
6471 if test -n "$ac_ct_OBJDUMP"; then
6472 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6473else
6474as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6475for as_dir in $PATH
6476do
6477 IFS=$as_save_IFS
6478 test -z "$as_dir" && as_dir=.
6479 for ac_exec_ext in '' $ac_executable_extensions; do
6480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6481 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6482 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6483 break 2
6484 fi
6485done
6486 done
6487IFS=$as_save_IFS
6488
6489fi
6490fi
6491ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6492if test -n "$ac_ct_OBJDUMP"; then
6493 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6494$as_echo "$ac_ct_OBJDUMP" >&6; }
6495else
6496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6497$as_echo "no" >&6; }
6498fi
6499
6500 if test "x$ac_ct_OBJDUMP" = x; then
6501 OBJDUMP="false"
6502 else
6503 case $cross_compiling:$ac_tool_warned in
6504yes:)
6505{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6506$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6507ac_tool_warned=yes ;;
6508esac
6509 OBJDUMP=$ac_ct_OBJDUMP
6510 fi
6511else
6512 OBJDUMP="$ac_cv_prog_OBJDUMP"
6513fi
6514
6515test -z "$OBJDUMP" && OBJDUMP=objdump
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6526$as_echo_n "checking how to recognize dependent libraries... " >&6; }
6527if test "${lt_cv_deplibs_check_method+set}" = set; then :
6528 $as_echo_n "(cached) " >&6
6529else
6530 lt_cv_file_magic_cmd='$MAGIC_CMD'
6531lt_cv_file_magic_test_file=
6532lt_cv_deplibs_check_method='unknown'
6533# Need to set the preceding variable on all platforms that support
6534# interlibrary dependencies.
6535# 'none' -- dependencies not supported.
6536# `unknown' -- same as none, but documents that we really don't know.
6537# 'pass_all' -- all dependencies passed with no checks.
6538# 'test_compile' -- check by making test program.
6539# 'file_magic [[regex]]' -- check by looking for files in library path
6540# which responds to the $file_magic_cmd with a given extended regex.
6541# If you have `file' or equivalent on your system and you're not sure
6542# whether `pass_all' will *always* work, you probably want this one.
6543
6544case $host_os in
6545aix[4-9]*)
6546 lt_cv_deplibs_check_method=pass_all
6547 ;;
6548
6549beos*)
6550 lt_cv_deplibs_check_method=pass_all
6551 ;;
6552
6553bsdi[45]*)
6554 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6555 lt_cv_file_magic_cmd='/usr/bin/file -L'
6556 lt_cv_file_magic_test_file=/shlib/libc.so
6557 ;;
6558
6559cygwin*)
6560 # func_win32_libid is a shell function defined in ltmain.sh
6561 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6562 lt_cv_file_magic_cmd='func_win32_libid'
6563 ;;
6564
6565mingw* | pw32*)
6566 # Base MSYS/MinGW do not provide the 'file' command needed by
6567 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6568 # unless we find 'file', for example because we are cross-compiling.
6569 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6570 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6571 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6572 lt_cv_file_magic_cmd='func_win32_libid'
6573 else
6574 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6575 lt_cv_file_magic_cmd='$OBJDUMP -f'
6576 fi
6577 ;;
6578
6579cegcc*)
6580 # use the weaker test based on 'objdump'. See mingw*.
6581 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6582 lt_cv_file_magic_cmd='$OBJDUMP -f'
6583 ;;
6584
6585darwin* | rhapsody*)
6586 lt_cv_deplibs_check_method=pass_all
6587 ;;
6588
6589freebsd* | dragonfly*)
6590 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6591 case $host_cpu in
6592 i*86 )
6593 # Not sure whether the presence of OpenBSD here was a mistake.
6594 # Let's accept both of them until this is cleared up.
6595 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6596 lt_cv_file_magic_cmd=/usr/bin/file
6597 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6598 ;;
6599 esac
6600 else
6601 lt_cv_deplibs_check_method=pass_all
6602 fi
6603 ;;
6604
6605gnu*)
6606 lt_cv_deplibs_check_method=pass_all
6607 ;;
6608
6609haiku*)
6610 lt_cv_deplibs_check_method=pass_all
6611 ;;
6612
6613hpux10.20* | hpux11*)
6614 lt_cv_file_magic_cmd=/usr/bin/file
6615 case $host_cpu in
6616 ia64*)
6617 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6618 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6619 ;;
6620 hppa*64*)
6621 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]'
6622 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6623 ;;
6624 *)
6625 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6626 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6627 ;;
6628 esac
6629 ;;
6630
6631interix[3-9]*)
6632 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6633 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6634 ;;
6635
6636irix5* | irix6* | nonstopux*)
6637 case $LD in
6638 *-32|*"-32 ") libmagic=32-bit;;
6639 *-n32|*"-n32 ") libmagic=N32;;
6640 *-64|*"-64 ") libmagic=64-bit;;
6641 *) libmagic=never-match;;
6642 esac
6643 lt_cv_deplibs_check_method=pass_all
6644 ;;
6645
6646# This must be Linux ELF.
6647linux* | k*bsd*-gnu | kopensolaris*-gnu)
6648 lt_cv_deplibs_check_method=pass_all
6649 ;;
6650
6651netbsd*)
6652 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6653 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6654 else
6655 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6656 fi
6657 ;;
6658
6659newos6*)
6660 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6661 lt_cv_file_magic_cmd=/usr/bin/file
6662 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6663 ;;
6664
6665*nto* | *qnx*)
6666 lt_cv_deplibs_check_method=pass_all
6667 ;;
6668
6669openbsd*)
6670 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6671 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6672 else
6673 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6674 fi
6675 ;;
6676
6677osf3* | osf4* | osf5*)
6678 lt_cv_deplibs_check_method=pass_all
6679 ;;
6680
6681rdos*)
6682 lt_cv_deplibs_check_method=pass_all
6683 ;;
6684
6685solaris*)
6686 lt_cv_deplibs_check_method=pass_all
6687 ;;
6688
6689sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6690 lt_cv_deplibs_check_method=pass_all
6691 ;;
6692
6693sysv4 | sysv4.3*)
6694 case $host_vendor in
6695 motorola)
6696 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]'
6697 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6698 ;;
6699 ncr)
6700 lt_cv_deplibs_check_method=pass_all
6701 ;;
6702 sequent)
6703 lt_cv_file_magic_cmd='/bin/file'
6704 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6705 ;;
6706 sni)
6707 lt_cv_file_magic_cmd='/bin/file'
6708 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6709 lt_cv_file_magic_test_file=/lib/libc.so
6710 ;;
6711 siemens)
6712 lt_cv_deplibs_check_method=pass_all
6713 ;;
6714 pc)
6715 lt_cv_deplibs_check_method=pass_all
6716 ;;
6717 esac
6718 ;;
6719
6720tpf*)
6721 lt_cv_deplibs_check_method=pass_all
6722 ;;
6723esac
6724
6725fi
6726{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6727$as_echo "$lt_cv_deplibs_check_method" >&6; }
6728file_magic_cmd=$lt_cv_file_magic_cmd
6729deplibs_check_method=$lt_cv_deplibs_check_method
6730test -z "$deplibs_check_method" && deplibs_check_method=unknown
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743if test -n "$ac_tool_prefix"; then
6744 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6745set dummy ${ac_tool_prefix}ar; ac_word=$2
6746{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6747$as_echo_n "checking for $ac_word... " >&6; }
6748if test "${ac_cv_prog_AR+set}" = set; then :
6749 $as_echo_n "(cached) " >&6
6750else
6751 if test -n "$AR"; then
6752 ac_cv_prog_AR="$AR" # Let the user override the test.
6753else
6754as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6755for as_dir in $PATH
6756do
6757 IFS=$as_save_IFS
6758 test -z "$as_dir" && as_dir=.
6759 for ac_exec_ext in '' $ac_executable_extensions; do
6760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6761 ac_cv_prog_AR="${ac_tool_prefix}ar"
6762 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6763 break 2
6764 fi
6765done
6766 done
6767IFS=$as_save_IFS
6768
6769fi
6770fi
6771AR=$ac_cv_prog_AR
6772if test -n "$AR"; then
6773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6774$as_echo "$AR" >&6; }
6775else
6776 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6777$as_echo "no" >&6; }
6778fi
6779
6780
6781fi
6782if test -z "$ac_cv_prog_AR"; then
6783 ac_ct_AR=$AR
6784 # Extract the first word of "ar", so it can be a program name with args.
6785set dummy ar; ac_word=$2
6786{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6787$as_echo_n "checking for $ac_word... " >&6; }
6788if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
6789 $as_echo_n "(cached) " >&6
6790else
6791 if test -n "$ac_ct_AR"; then
6792 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6793else
6794as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6795for as_dir in $PATH
6796do
6797 IFS=$as_save_IFS
6798 test -z "$as_dir" && as_dir=.
6799 for ac_exec_ext in '' $ac_executable_extensions; do
6800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6801 ac_cv_prog_ac_ct_AR="ar"
6802 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6803 break 2
6804 fi
6805done
6806 done
6807IFS=$as_save_IFS
6808
6809fi
6810fi
6811ac_ct_AR=$ac_cv_prog_ac_ct_AR
6812if test -n "$ac_ct_AR"; then
6813 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6814$as_echo "$ac_ct_AR" >&6; }
6815else
6816 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6817$as_echo "no" >&6; }
6818fi
6819
6820 if test "x$ac_ct_AR" = x; then
6821 AR="false"
6822 else
6823 case $cross_compiling:$ac_tool_warned in
6824yes:)
6825{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6826$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6827ac_tool_warned=yes ;;
6828esac
6829 AR=$ac_ct_AR
6830 fi
6831else
6832 AR="$ac_cv_prog_AR"
6833fi
6834
6835test -z "$AR" && AR=ar
6836test -z "$AR_FLAGS" && AR_FLAGS=cru
6837
6838
6839
6840
6841
6842
6843
6844
6845
6846
6847
6848if test -n "$ac_tool_prefix"; then
6849 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6850set dummy ${ac_tool_prefix}strip; ac_word=$2
6851{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6852$as_echo_n "checking for $ac_word... " >&6; }
6853if test "${ac_cv_prog_STRIP+set}" = set; then :
6854 $as_echo_n "(cached) " >&6
6855else
6856 if test -n "$STRIP"; then
6857 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6858else
6859as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6860for as_dir in $PATH
6861do
6862 IFS=$as_save_IFS
6863 test -z "$as_dir" && as_dir=.
6864 for ac_exec_ext in '' $ac_executable_extensions; do
6865 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6866 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6867 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6868 break 2
6869 fi
6870done
6871 done
6872IFS=$as_save_IFS
6873
6874fi
6875fi
6876STRIP=$ac_cv_prog_STRIP
6877if test -n "$STRIP"; then
6878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6879$as_echo "$STRIP" >&6; }
6880else
6881 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6882$as_echo "no" >&6; }
6883fi
6884
6885
6886fi
6887if test -z "$ac_cv_prog_STRIP"; then
6888 ac_ct_STRIP=$STRIP
6889 # Extract the first word of "strip", so it can be a program name with args.
6890set dummy strip; ac_word=$2
6891{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6892$as_echo_n "checking for $ac_word... " >&6; }
6893if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
6894 $as_echo_n "(cached) " >&6
6895else
6896 if test -n "$ac_ct_STRIP"; then
6897 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6898else
6899as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6900for as_dir in $PATH
6901do
6902 IFS=$as_save_IFS
6903 test -z "$as_dir" && as_dir=.
6904 for ac_exec_ext in '' $ac_executable_extensions; do
6905 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6906 ac_cv_prog_ac_ct_STRIP="strip"
6907 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6908 break 2
6909 fi
6910done
6911 done
6912IFS=$as_save_IFS
6913
6914fi
6915fi
6916ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6917if test -n "$ac_ct_STRIP"; then
6918 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
6919$as_echo "$ac_ct_STRIP" >&6; }
6920else
6921 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6922$as_echo "no" >&6; }
6923fi
6924
6925 if test "x$ac_ct_STRIP" = x; then
6926 STRIP=":"
6927 else
6928 case $cross_compiling:$ac_tool_warned in
6929yes:)
6930{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6931$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6932ac_tool_warned=yes ;;
6933esac
6934 STRIP=$ac_ct_STRIP
6935 fi
6936else
6937 STRIP="$ac_cv_prog_STRIP"
6938fi
6939
6940test -z "$STRIP" && STRIP=:
6941
6942
6943
6944
6945
6946
6947if test -n "$ac_tool_prefix"; then
6948 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6949set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6950{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6951$as_echo_n "checking for $ac_word... " >&6; }
6952if test "${ac_cv_prog_RANLIB+set}" = set; then :
6953 $as_echo_n "(cached) " >&6
6954else
6955 if test -n "$RANLIB"; then
6956 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6957else
6958as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6959for as_dir in $PATH
6960do
6961 IFS=$as_save_IFS
6962 test -z "$as_dir" && as_dir=.
6963 for ac_exec_ext in '' $ac_executable_extensions; do
6964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6965 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6966 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6967 break 2
6968 fi
6969done
6970 done
6971IFS=$as_save_IFS
6972
6973fi
6974fi
6975RANLIB=$ac_cv_prog_RANLIB
6976if test -n "$RANLIB"; then
6977 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
6978$as_echo "$RANLIB" >&6; }
6979else
6980 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6981$as_echo "no" >&6; }
6982fi
6983
6984
6985fi
6986if test -z "$ac_cv_prog_RANLIB"; then
6987 ac_ct_RANLIB=$RANLIB
6988 # Extract the first word of "ranlib", so it can be a program name with args.
6989set dummy ranlib; ac_word=$2
6990{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6991$as_echo_n "checking for $ac_word... " >&6; }
6992if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
6993 $as_echo_n "(cached) " >&6
6994else
6995 if test -n "$ac_ct_RANLIB"; then
6996 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6997else
6998as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6999for as_dir in $PATH
7000do
7001 IFS=$as_save_IFS
7002 test -z "$as_dir" && as_dir=.
7003 for ac_exec_ext in '' $ac_executable_extensions; do
7004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7005 ac_cv_prog_ac_ct_RANLIB="ranlib"
7006 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7007 break 2
7008 fi
7009done
7010 done
7011IFS=$as_save_IFS
7012
7013fi
7014fi
7015ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7016if test -n "$ac_ct_RANLIB"; then
7017 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7018$as_echo "$ac_ct_RANLIB" >&6; }
7019else
7020 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7021$as_echo "no" >&6; }
7022fi
7023
7024 if test "x$ac_ct_RANLIB" = x; then
7025 RANLIB=":"
7026 else
7027 case $cross_compiling:$ac_tool_warned in
7028yes:)
7029{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7030$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7031ac_tool_warned=yes ;;
7032esac
7033 RANLIB=$ac_ct_RANLIB
7034 fi
7035else
7036 RANLIB="$ac_cv_prog_RANLIB"
7037fi
7038
7039test -z "$RANLIB" && RANLIB=:
7040
7041
7042
7043
7044
7045
7046# Determine commands to create old-style static archives.
7047old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7048old_postinstall_cmds='chmod 644 $oldlib'
7049old_postuninstall_cmds=
7050
7051if test -n "$RANLIB"; then
7052 case $host_os in
7053 openbsd*)
7054 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7055 ;;
7056 *)
7057 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7058 ;;
7059 esac
7060 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7061fi
7062
7063case $host_os in
7064 darwin*)
7065 lock_old_archive_extraction=yes ;;
7066 *)
7067 lock_old_archive_extraction=no ;;
7068esac
7069
7070
7071
7072
7073
7074
7075
7076
7077
7078
7079
7080
7081
7082
7083
7084
7085
7086
7087
7088
7089
7090for ac_prog in gawk mawk nawk awk
7091do
7092 # Extract the first word of "$ac_prog", so it can be a program name with args.
7093set dummy $ac_prog; ac_word=$2
7094{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7095$as_echo_n "checking for $ac_word... " >&6; }
7096if test "${ac_cv_prog_AWK+set}" = set; then :
7097 $as_echo_n "(cached) " >&6
7098else
7099 if test -n "$AWK"; then
7100 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7101else
7102as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7103for as_dir in $PATH
7104do
7105 IFS=$as_save_IFS
7106 test -z "$as_dir" && as_dir=.
7107 for ac_exec_ext in '' $ac_executable_extensions; do
7108 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7109 ac_cv_prog_AWK="$ac_prog"
7110 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7111 break 2
7112 fi
7113done
7114 done
7115IFS=$as_save_IFS
7116
7117fi
7118fi
7119AWK=$ac_cv_prog_AWK
7120if test -n "$AWK"; then
7121 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7122$as_echo "$AWK" >&6; }
7123else
7124 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7125$as_echo "no" >&6; }
7126fi
7127
7128
7129 test -n "$AWK" && break
7130done
7131
7132
7133
7134
7135
7136
7137
7138
7139
7140
7141
7142
7143
7144
7145
7146
7147
7148
7149
7150# If no C compiler was specified, use CC.
7151LTCC=${LTCC-"$CC"}
7152
7153# If no C compiler flags were specified, use CFLAGS.
7154LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7155
7156# Allow CC to be a program name with arguments.
7157compiler=$CC
7158
7159
7160# Check for command to grab the raw symbol name followed by C symbol from nm.
7161{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7162$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
7163if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
7164 $as_echo_n "(cached) " >&6
7165else
7166
7167# These are sane defaults that work on at least a few old systems.
7168# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7169
7170# Character class describing NM global symbol codes.
7171symcode='[BCDEGRST]'
7172
7173# Regexp to match symbols that can be accessed directly from C.
7174sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7175
7176# Define system-specific variables.
7177case $host_os in
7178aix*)
7179 symcode='[BCDT]'
7180 ;;
7181cygwin* | mingw* | pw32* | cegcc*)
7182 symcode='[ABCDGISTW]'
7183 ;;
7184hpux*)
7185 if test "$host_cpu" = ia64; then
7186 symcode='[ABCDEGRST]'
7187 fi
7188 ;;
7189irix* | nonstopux*)
7190 symcode='[BCDEGRST]'
7191 ;;
7192osf*)
7193 symcode='[BCDEGQRST]'
7194 ;;
7195solaris*)
7196 symcode='[BDRT]'
7197 ;;
7198sco3.2v5*)
7199 symcode='[DT]'
7200 ;;
7201sysv4.2uw2*)
7202 symcode='[DT]'
7203 ;;
7204sysv5* | sco5v6* | unixware* | OpenUNIX*)
7205 symcode='[ABDT]'
7206 ;;
7207sysv4)
7208 symcode='[DFNSTU]'
7209 ;;
7210esac
7211
7212# If we're using GNU nm, then use its standard symbol codes.
7213case `$NM -V 2>&1` in
7214*GNU* | *'with BFD'*)
7215 symcode='[ABCDGIRSTW]' ;;
7216esac
7217
7218# Transform an extracted symbol line into a proper C declaration.
7219# Some systems (esp. on ia64) link data and code symbols differently,
7220# so use this general approach.
7221lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7222
7223# Transform an extracted symbol line into symbol name and symbol address
7224lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7225lt_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'"
7226
7227# Handle CRLF in mingw tool chain
7228opt_cr=
7229case $build_os in
7230mingw*)
7231 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7232 ;;
7233esac
7234
7235# Try without a prefix underscore, then with it.
7236for ac_symprfx in "" "_"; do
7237
7238 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7239 symxfrm="\\1 $ac_symprfx\\2 \\2"
7240
7241 # Write the raw and C identifiers.
7242 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7243 # Fake it for dumpbin and say T for any non-static function
7244 # and D for any global variable.
7245 # Also find C++ and __fastcall symbols from MSVC++,
7246 # which start with @ or ?.
7247 lt_cv_sys_global_symbol_pipe="$AWK '"\
7248" {last_section=section; section=\$ 3};"\
7249" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7250" \$ 0!~/External *\|/{next};"\
7251" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7252" {if(hide[section]) next};"\
7253" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7254" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7255" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7256" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7257" ' prfx=^$ac_symprfx"
7258 else
7259 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7260 fi
7261
7262 # Check to see that the pipe works correctly.
7263 pipe_works=no
7264
7265 rm -f conftest*
7266 cat > conftest.$ac_ext <<_LT_EOF
7267#ifdef __cplusplus
7268extern "C" {
7269#endif
7270char nm_test_var;
7271void nm_test_func(void);
7272void nm_test_func(void){}
7273#ifdef __cplusplus
7274}
7275#endif
7276int main(){nm_test_var='a';nm_test_func();return(0);}
7277_LT_EOF
7278
7279 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7280 (eval $ac_compile) 2>&5
7281 ac_status=$?
7282 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7283 test $ac_status = 0; }; then
7284 # Now try to grab the symbols.
7285 nlist=conftest.nm
7286 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7287 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7288 ac_status=$?
7289 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7290 test $ac_status = 0; } && test -s "$nlist"; then
7291 # Try sorting and uniquifying the output.
7292 if sort "$nlist" | uniq > "$nlist"T; then
7293 mv -f "$nlist"T "$nlist"
7294 else
7295 rm -f "$nlist"T
7296 fi
7297
7298 # Make sure that we snagged all the symbols we need.
7299 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7300 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7301 cat <<_LT_EOF > conftest.$ac_ext
7302#ifdef __cplusplus
7303extern "C" {
7304#endif
7305
7306_LT_EOF
7307 # Now generate the symbol file.
7308 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7309
7310 cat <<_LT_EOF >> conftest.$ac_ext
7311
7312/* The mapping between symbol names and symbols. */
7313const struct {
7314 const char *name;
7315 void *address;
7316}
7317lt__PROGRAM__LTX_preloaded_symbols[] =
7318{
7319 { "@PROGRAM@", (void *) 0 },
7320_LT_EOF
7321 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7322 cat <<\_LT_EOF >> conftest.$ac_ext
7323 {0, (void *) 0}
7324};
7325
7326/* This works around a problem in FreeBSD linker */
7327#ifdef FREEBSD_WORKAROUND
7328static const void *lt_preloaded_setup() {
7329 return lt__PROGRAM__LTX_preloaded_symbols;
7330}
7331#endif
7332
7333#ifdef __cplusplus
7334}
7335#endif
7336_LT_EOF
7337 # Now try linking the two files.
7338 mv conftest.$ac_objext conftstm.$ac_objext
7339 lt_save_LIBS="$LIBS"
7340 lt_save_CFLAGS="$CFLAGS"
7341 LIBS="conftstm.$ac_objext"
7342 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7343 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7344 (eval $ac_link) 2>&5
7345 ac_status=$?
7346 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7347 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7348 pipe_works=yes
7349 fi
7350 LIBS="$lt_save_LIBS"
7351 CFLAGS="$lt_save_CFLAGS"
7352 else
7353 echo "cannot find nm_test_func in $nlist" >&5
7354 fi
7355 else
7356 echo "cannot find nm_test_var in $nlist" >&5
7357 fi
7358 else
7359 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7360 fi
7361 else
7362 echo "$progname: failed program was:" >&5
7363 cat conftest.$ac_ext >&5
7364 fi
7365 rm -rf conftest* conftst*
7366
7367 # Do not use the global_symbol_pipe unless it works.
7368 if test "$pipe_works" = yes; then
7369 break
7370 else
7371 lt_cv_sys_global_symbol_pipe=
7372 fi
7373done
7374
7375fi
7376
7377if test -z "$lt_cv_sys_global_symbol_pipe"; then
7378 lt_cv_sys_global_symbol_to_cdecl=
7379fi
7380if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7381 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7382$as_echo "failed" >&6; }
7383else
7384 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7385$as_echo "ok" >&6; }
7386fi
7387
7388
7389
7390
7391
7392
7393
7394
7395
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405
7406
7407
7408
7409# Check whether --enable-libtool-lock was given.
7410if test "${enable_libtool_lock+set}" = set; then :
7411 enableval=$enable_libtool_lock;
7412fi
7413
7414test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7415
7416# Some flags need to be propagated to the compiler or linker for good
7417# libtool support.
7418case $host in
7419ia64-*-hpux*)
7420 # Find out which ABI we are using.
7421 echo 'int i;' > conftest.$ac_ext
7422 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7423 (eval $ac_compile) 2>&5
7424 ac_status=$?
7425 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7426 test $ac_status = 0; }; then
7427 case `/usr/bin/file conftest.$ac_objext` in
7428 *ELF-32*)
7429 HPUX_IA64_MODE="32"
7430 ;;
7431 *ELF-64*)
7432 HPUX_IA64_MODE="64"
7433 ;;
7434 esac
7435 fi
7436 rm -rf conftest*
7437 ;;
7438*-*-irix6*)
7439 # Find out which ABI we are using.
7440 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7441 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7442 (eval $ac_compile) 2>&5
7443 ac_status=$?
7444 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7445 test $ac_status = 0; }; then
7446 if test "$lt_cv_prog_gnu_ld" = yes; then
7447 case `/usr/bin/file conftest.$ac_objext` in
7448 *32-bit*)
7449 LD="${LD-ld} -melf32bsmip"
7450 ;;
7451 *N32*)
7452 LD="${LD-ld} -melf32bmipn32"
7453 ;;
7454 *64-bit*)
7455 LD="${LD-ld} -melf64bmip"
7456 ;;
7457 esac
7458 else
7459 case `/usr/bin/file conftest.$ac_objext` in
7460 *32-bit*)
7461 LD="${LD-ld} -32"
7462 ;;
7463 *N32*)
7464 LD="${LD-ld} -n32"
7465 ;;
7466 *64-bit*)
7467 LD="${LD-ld} -64"
7468 ;;
7469 esac
7470 fi
7471 fi
7472 rm -rf conftest*
7473 ;;
7474
bf3d9781 7475x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7476s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7477 # Find out which ABI we are using.
7478 echo 'int i;' > conftest.$ac_ext
7479 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7480 (eval $ac_compile) 2>&5
7481 ac_status=$?
7482 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7483 test $ac_status = 0; }; then
7484 case `/usr/bin/file conftest.o` in
7485 *32-bit*)
7486 case $host in
7487 x86_64-*kfreebsd*-gnu)
7488 LD="${LD-ld} -m elf_i386_fbsd"
7489 ;;
7490 x86_64-*linux*)
7491 case `/usr/bin/file conftest.o` in
7492 *x86-64*)
7493 LD="${LD-ld} -m elf32_x86_64"
7494 ;;
7495 *)
7496 LD="${LD-ld} -m elf_i386"
7497 ;;
7498 esac
7499 ;;
bf3d9781
AM
7500 powerpc64le-*linux*)
7501 LD="${LD-ld} -m elf32lppclinux"
7502 ;;
7503 powerpc64-*linux*)
6bb11ab3
L
7504 LD="${LD-ld} -m elf32ppclinux"
7505 ;;
7506 s390x-*linux*)
7507 LD="${LD-ld} -m elf_s390"
7508 ;;
7509 sparc64-*linux*)
7510 LD="${LD-ld} -m elf32_sparc"
7511 ;;
7512 esac
7513 ;;
7514 *64-bit*)
7515 case $host in
7516 x86_64-*kfreebsd*-gnu)
7517 LD="${LD-ld} -m elf_x86_64_fbsd"
7518 ;;
7519 x86_64-*linux*)
7520 LD="${LD-ld} -m elf_x86_64"
7521 ;;
bf3d9781
AM
7522 powerpcle-*linux*)
7523 LD="${LD-ld} -m elf64lppc"
7524 ;;
7525 powerpc-*linux*)
6bb11ab3
L
7526 LD="${LD-ld} -m elf64ppc"
7527 ;;
7528 s390*-*linux*|s390*-*tpf*)
7529 LD="${LD-ld} -m elf64_s390"
7530 ;;
7531 sparc*-*linux*)
7532 LD="${LD-ld} -m elf64_sparc"
7533 ;;
7534 esac
7535 ;;
7536 esac
7537 fi
7538 rm -rf conftest*
7539 ;;
7540
7541*-*-sco3.2v5*)
7542 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7543 SAVE_CFLAGS="$CFLAGS"
7544 CFLAGS="$CFLAGS -belf"
7545 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7546$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
7547if test "${lt_cv_cc_needs_belf+set}" = set; then :
7548 $as_echo_n "(cached) " >&6
7549else
7550 ac_ext=c
7551ac_cpp='$CPP $CPPFLAGS'
7552ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7553ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7554ac_compiler_gnu=$ac_cv_c_compiler_gnu
7555
7556 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7557/* end confdefs.h. */
7558
7559int
7560main ()
7561{
7562
7563 ;
7564 return 0;
7565}
7566_ACEOF
7567if ac_fn_c_try_link "$LINENO"; then :
7568 lt_cv_cc_needs_belf=yes
7569else
7570 lt_cv_cc_needs_belf=no
7571fi
7572rm -f core conftest.err conftest.$ac_objext \
7573 conftest$ac_exeext conftest.$ac_ext
7574 ac_ext=c
7575ac_cpp='$CPP $CPPFLAGS'
7576ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7577ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7578ac_compiler_gnu=$ac_cv_c_compiler_gnu
7579
7580fi
7581{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7582$as_echo "$lt_cv_cc_needs_belf" >&6; }
7583 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7584 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7585 CFLAGS="$SAVE_CFLAGS"
7586 fi
7587 ;;
7588sparc*-*solaris*)
7589 # Find out which ABI we are using.
7590 echo 'int i;' > conftest.$ac_ext
7591 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7592 (eval $ac_compile) 2>&5
7593 ac_status=$?
7594 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7595 test $ac_status = 0; }; then
7596 case `/usr/bin/file conftest.o` in
7597 *64-bit*)
7598 case $lt_cv_prog_gnu_ld in
7599 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7600 *)
7601 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7602 LD="${LD-ld} -64"
7603 fi
7604 ;;
7605 esac
7606 ;;
7607 esac
7608 fi
7609 rm -rf conftest*
7610 ;;
7611esac
7612
7613need_locks="$enable_libtool_lock"
7614
7615
7616 case $host_os in
7617 rhapsody* | darwin*)
7618 if test -n "$ac_tool_prefix"; then
7619 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7620set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7621{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7622$as_echo_n "checking for $ac_word... " >&6; }
7623if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
7624 $as_echo_n "(cached) " >&6
7625else
7626 if test -n "$DSYMUTIL"; then
7627 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7628else
7629as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7630for as_dir in $PATH
7631do
7632 IFS=$as_save_IFS
7633 test -z "$as_dir" && as_dir=.
7634 for ac_exec_ext in '' $ac_executable_extensions; do
7635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7636 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7637 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7638 break 2
7639 fi
7640done
7641 done
7642IFS=$as_save_IFS
7643
7644fi
7645fi
7646DSYMUTIL=$ac_cv_prog_DSYMUTIL
7647if test -n "$DSYMUTIL"; then
7648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7649$as_echo "$DSYMUTIL" >&6; }
7650else
7651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7652$as_echo "no" >&6; }
7653fi
7654
7655
7656fi
7657if test -z "$ac_cv_prog_DSYMUTIL"; then
7658 ac_ct_DSYMUTIL=$DSYMUTIL
7659 # Extract the first word of "dsymutil", so it can be a program name with args.
7660set dummy dsymutil; ac_word=$2
7661{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7662$as_echo_n "checking for $ac_word... " >&6; }
7663if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
7664 $as_echo_n "(cached) " >&6
7665else
7666 if test -n "$ac_ct_DSYMUTIL"; then
7667 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7668else
7669as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7670for as_dir in $PATH
7671do
7672 IFS=$as_save_IFS
7673 test -z "$as_dir" && as_dir=.
7674 for ac_exec_ext in '' $ac_executable_extensions; do
7675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7676 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7677 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7678 break 2
7679 fi
7680done
7681 done
7682IFS=$as_save_IFS
7683
7684fi
7685fi
7686ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7687if test -n "$ac_ct_DSYMUTIL"; then
7688 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7689$as_echo "$ac_ct_DSYMUTIL" >&6; }
7690else
7691 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7692$as_echo "no" >&6; }
7693fi
7694
7695 if test "x$ac_ct_DSYMUTIL" = x; then
7696 DSYMUTIL=":"
7697 else
7698 case $cross_compiling:$ac_tool_warned in
7699yes:)
7700{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7701$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7702ac_tool_warned=yes ;;
7703esac
7704 DSYMUTIL=$ac_ct_DSYMUTIL
7705 fi
7706else
7707 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7708fi
7709
7710 if test -n "$ac_tool_prefix"; then
7711 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7712set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7713{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7714$as_echo_n "checking for $ac_word... " >&6; }
7715if test "${ac_cv_prog_NMEDIT+set}" = set; then :
7716 $as_echo_n "(cached) " >&6
7717else
7718 if test -n "$NMEDIT"; then
7719 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7720else
7721as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7722for as_dir in $PATH
7723do
7724 IFS=$as_save_IFS
7725 test -z "$as_dir" && as_dir=.
7726 for ac_exec_ext in '' $ac_executable_extensions; do
7727 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7728 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7729 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7730 break 2
7731 fi
7732done
7733 done
7734IFS=$as_save_IFS
7735
7736fi
7737fi
7738NMEDIT=$ac_cv_prog_NMEDIT
7739if test -n "$NMEDIT"; then
7740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7741$as_echo "$NMEDIT" >&6; }
7742else
7743 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7744$as_echo "no" >&6; }
7745fi
7746
7747
7748fi
7749if test -z "$ac_cv_prog_NMEDIT"; then
7750 ac_ct_NMEDIT=$NMEDIT
7751 # Extract the first word of "nmedit", so it can be a program name with args.
7752set dummy nmedit; ac_word=$2
7753{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7754$as_echo_n "checking for $ac_word... " >&6; }
7755if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
7756 $as_echo_n "(cached) " >&6
7757else
7758 if test -n "$ac_ct_NMEDIT"; then
7759 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7760else
7761as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7762for as_dir in $PATH
7763do
7764 IFS=$as_save_IFS
7765 test -z "$as_dir" && as_dir=.
7766 for ac_exec_ext in '' $ac_executable_extensions; do
7767 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7768 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7769 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7770 break 2
7771 fi
7772done
7773 done
7774IFS=$as_save_IFS
7775
7776fi
7777fi
7778ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7779if test -n "$ac_ct_NMEDIT"; then
7780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7781$as_echo "$ac_ct_NMEDIT" >&6; }
7782else
7783 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7784$as_echo "no" >&6; }
7785fi
7786
7787 if test "x$ac_ct_NMEDIT" = x; then
7788 NMEDIT=":"
7789 else
7790 case $cross_compiling:$ac_tool_warned in
7791yes:)
7792{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7793$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7794ac_tool_warned=yes ;;
7795esac
7796 NMEDIT=$ac_ct_NMEDIT
7797 fi
7798else
7799 NMEDIT="$ac_cv_prog_NMEDIT"
7800fi
7801
7802 if test -n "$ac_tool_prefix"; then
7803 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7804set dummy ${ac_tool_prefix}lipo; ac_word=$2
7805{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7806$as_echo_n "checking for $ac_word... " >&6; }
7807if test "${ac_cv_prog_LIPO+set}" = set; then :
7808 $as_echo_n "(cached) " >&6
7809else
7810 if test -n "$LIPO"; then
7811 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7812else
7813as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7814for as_dir in $PATH
7815do
7816 IFS=$as_save_IFS
7817 test -z "$as_dir" && as_dir=.
7818 for ac_exec_ext in '' $ac_executable_extensions; do
7819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7820 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7821 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7822 break 2
7823 fi
7824done
7825 done
7826IFS=$as_save_IFS
7827
7828fi
7829fi
7830LIPO=$ac_cv_prog_LIPO
7831if test -n "$LIPO"; then
7832 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7833$as_echo "$LIPO" >&6; }
7834else
7835 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7836$as_echo "no" >&6; }
7837fi
7838
7839
7840fi
7841if test -z "$ac_cv_prog_LIPO"; then
7842 ac_ct_LIPO=$LIPO
7843 # Extract the first word of "lipo", so it can be a program name with args.
7844set dummy lipo; ac_word=$2
7845{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7846$as_echo_n "checking for $ac_word... " >&6; }
7847if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
7848 $as_echo_n "(cached) " >&6
7849else
7850 if test -n "$ac_ct_LIPO"; then
7851 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7852else
7853as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7854for as_dir in $PATH
7855do
7856 IFS=$as_save_IFS
7857 test -z "$as_dir" && as_dir=.
7858 for ac_exec_ext in '' $ac_executable_extensions; do
7859 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7860 ac_cv_prog_ac_ct_LIPO="lipo"
7861 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7862 break 2
7863 fi
7864done
7865 done
7866IFS=$as_save_IFS
7867
7868fi
7869fi
7870ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7871if test -n "$ac_ct_LIPO"; then
7872 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7873$as_echo "$ac_ct_LIPO" >&6; }
7874else
7875 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7876$as_echo "no" >&6; }
7877fi
7878
7879 if test "x$ac_ct_LIPO" = x; then
7880 LIPO=":"
7881 else
7882 case $cross_compiling:$ac_tool_warned in
7883yes:)
7884{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7885$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7886ac_tool_warned=yes ;;
7887esac
7888 LIPO=$ac_ct_LIPO
7889 fi
7890else
7891 LIPO="$ac_cv_prog_LIPO"
7892fi
7893
7894 if test -n "$ac_tool_prefix"; then
7895 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
7896set dummy ${ac_tool_prefix}otool; ac_word=$2
7897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7898$as_echo_n "checking for $ac_word... " >&6; }
7899if test "${ac_cv_prog_OTOOL+set}" = set; then :
7900 $as_echo_n "(cached) " >&6
7901else
7902 if test -n "$OTOOL"; then
7903 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
7904else
7905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7906for as_dir in $PATH
7907do
7908 IFS=$as_save_IFS
7909 test -z "$as_dir" && as_dir=.
7910 for ac_exec_ext in '' $ac_executable_extensions; do
7911 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7912 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7914 break 2
7915 fi
7916done
7917 done
7918IFS=$as_save_IFS
7919
7920fi
7921fi
7922OTOOL=$ac_cv_prog_OTOOL
7923if test -n "$OTOOL"; then
7924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
7925$as_echo "$OTOOL" >&6; }
7926else
7927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7928$as_echo "no" >&6; }
7929fi
7930
7931
7932fi
7933if test -z "$ac_cv_prog_OTOOL"; then
7934 ac_ct_OTOOL=$OTOOL
7935 # Extract the first word of "otool", so it can be a program name with args.
7936set dummy otool; ac_word=$2
7937{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7938$as_echo_n "checking for $ac_word... " >&6; }
7939if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
7940 $as_echo_n "(cached) " >&6
7941else
7942 if test -n "$ac_ct_OTOOL"; then
7943 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
7944else
7945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7946for as_dir in $PATH
7947do
7948 IFS=$as_save_IFS
7949 test -z "$as_dir" && as_dir=.
7950 for ac_exec_ext in '' $ac_executable_extensions; do
7951 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7952 ac_cv_prog_ac_ct_OTOOL="otool"
7953 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7954 break 2
7955 fi
7956done
7957 done
7958IFS=$as_save_IFS
7959
7960fi
7961fi
7962ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
7963if test -n "$ac_ct_OTOOL"; then
7964 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
7965$as_echo "$ac_ct_OTOOL" >&6; }
7966else
7967 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7968$as_echo "no" >&6; }
7969fi
7970
7971 if test "x$ac_ct_OTOOL" = x; then
7972 OTOOL=":"
7973 else
7974 case $cross_compiling:$ac_tool_warned in
7975yes:)
7976{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7977$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7978ac_tool_warned=yes ;;
7979esac
7980 OTOOL=$ac_ct_OTOOL
7981 fi
7982else
7983 OTOOL="$ac_cv_prog_OTOOL"
7984fi
7985
7986 if test -n "$ac_tool_prefix"; then
7987 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
7988set dummy ${ac_tool_prefix}otool64; ac_word=$2
7989{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7990$as_echo_n "checking for $ac_word... " >&6; }
7991if test "${ac_cv_prog_OTOOL64+set}" = set; then :
7992 $as_echo_n "(cached) " >&6
7993else
7994 if test -n "$OTOOL64"; then
7995 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
7996else
7997as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7998for as_dir in $PATH
7999do
8000 IFS=$as_save_IFS
8001 test -z "$as_dir" && as_dir=.
8002 for ac_exec_ext in '' $ac_executable_extensions; do
8003 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8004 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8005 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8006 break 2
8007 fi
8008done
8009 done
8010IFS=$as_save_IFS
8011
8012fi
8013fi
8014OTOOL64=$ac_cv_prog_OTOOL64
8015if test -n "$OTOOL64"; then
8016 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8017$as_echo "$OTOOL64" >&6; }
8018else
8019 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8020$as_echo "no" >&6; }
8021fi
8022
8023
8024fi
8025if test -z "$ac_cv_prog_OTOOL64"; then
8026 ac_ct_OTOOL64=$OTOOL64
8027 # Extract the first word of "otool64", so it can be a program name with args.
8028set dummy otool64; ac_word=$2
8029{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8030$as_echo_n "checking for $ac_word... " >&6; }
8031if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
8032 $as_echo_n "(cached) " >&6
8033else
8034 if test -n "$ac_ct_OTOOL64"; then
8035 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8036else
8037as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8038for as_dir in $PATH
8039do
8040 IFS=$as_save_IFS
8041 test -z "$as_dir" && as_dir=.
8042 for ac_exec_ext in '' $ac_executable_extensions; do
8043 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8044 ac_cv_prog_ac_ct_OTOOL64="otool64"
8045 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8046 break 2
8047 fi
8048done
8049 done
8050IFS=$as_save_IFS
8051
8052fi
8053fi
8054ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8055if test -n "$ac_ct_OTOOL64"; then
8056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8057$as_echo "$ac_ct_OTOOL64" >&6; }
8058else
8059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8060$as_echo "no" >&6; }
8061fi
8062
8063 if test "x$ac_ct_OTOOL64" = x; then
8064 OTOOL64=":"
8065 else
8066 case $cross_compiling:$ac_tool_warned in
8067yes:)
8068{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8069$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8070ac_tool_warned=yes ;;
8071esac
8072 OTOOL64=$ac_ct_OTOOL64
8073 fi
8074else
8075 OTOOL64="$ac_cv_prog_OTOOL64"
8076fi
8077
8078
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8105$as_echo_n "checking for -single_module linker flag... " >&6; }
8106if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
8107 $as_echo_n "(cached) " >&6
8108else
8109 lt_cv_apple_cc_single_mod=no
8110 if test -z "${LT_MULTI_MODULE}"; then
8111 # By default we will add the -single_module flag. You can override
8112 # by either setting the environment variable LT_MULTI_MODULE
8113 # non-empty at configure time, or by adding -multi_module to the
8114 # link flags.
8115 rm -rf libconftest.dylib*
8116 echo "int foo(void){return 1;}" > conftest.c
8117 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8118-dynamiclib -Wl,-single_module conftest.c" >&5
8119 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8120 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8121 _lt_result=$?
8122 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8123 lt_cv_apple_cc_single_mod=yes
8124 else
8125 cat conftest.err >&5
8126 fi
8127 rm -rf libconftest.dylib*
8128 rm -f conftest.*
8129 fi
8130fi
8131{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8132$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8134$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
8135if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
8136 $as_echo_n "(cached) " >&6
8137else
8138 lt_cv_ld_exported_symbols_list=no
8139 save_LDFLAGS=$LDFLAGS
8140 echo "_main" > conftest.sym
8141 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8142 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8143/* end confdefs.h. */
8144
8145int
8146main ()
8147{
8148
8149 ;
8150 return 0;
8151}
8152_ACEOF
8153if ac_fn_c_try_link "$LINENO"; then :
8154 lt_cv_ld_exported_symbols_list=yes
8155else
8156 lt_cv_ld_exported_symbols_list=no
8157fi
8158rm -f core conftest.err conftest.$ac_objext \
8159 conftest$ac_exeext conftest.$ac_ext
8160 LDFLAGS="$save_LDFLAGS"
8161
8162fi
8163{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8164$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8165 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8166$as_echo_n "checking for -force_load linker flag... " >&6; }
8167if test "${lt_cv_ld_force_load+set}" = set; then :
8168 $as_echo_n "(cached) " >&6
8169else
8170 lt_cv_ld_force_load=no
8171 cat > conftest.c << _LT_EOF
8172int forced_loaded() { return 2;}
8173_LT_EOF
8174 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8175 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8176 echo "$AR cru libconftest.a conftest.o" >&5
8177 $AR cru libconftest.a conftest.o 2>&5
8178 cat > conftest.c << _LT_EOF
8179int main() { return 0;}
8180_LT_EOF
8181 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8182 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8183 _lt_result=$?
8184 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8185 lt_cv_ld_force_load=yes
8186 else
8187 cat conftest.err >&5
8188 fi
8189 rm -f conftest.err libconftest.a conftest conftest.c
8190 rm -rf conftest.dSYM
8191
8192fi
8193{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8194$as_echo "$lt_cv_ld_force_load" >&6; }
8195 case $host_os in
8196 rhapsody* | darwin1.[012])
8197 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8198 darwin1.*)
8199 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8200 darwin*) # darwin 5.x on
8201 # if running on 10.5 or later, the deployment target defaults
8202 # to the OS version, if on x86, and 10.4, the deployment
8203 # target defaults to 10.4. Don't you love it?
8204 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8205 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8206 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8207 10.[012][,.]*)
6bb11ab3
L
8208 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8209 10.*)
8210 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8211 esac
8212 ;;
8213 esac
8214 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8215 _lt_dar_single_mod='$single_module'
8216 fi
8217 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8218 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8219 else
8220 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8221 fi
8222 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8223 _lt_dsymutil='~$DSYMUTIL $lib || :'
8224 else
8225 _lt_dsymutil=
8226 fi
8227 ;;
8228 esac
8229
8230for ac_header in dlfcn.h
8231do :
8232 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8233"
8234if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
8235 cat >>confdefs.h <<_ACEOF
8236#define HAVE_DLFCN_H 1
8237_ACEOF
8238
8239fi
8240
8241done
8242
8243
8244
8245# autoconf.info says this should be called right after AC_INIT.
8246ac_config_headers="$ac_config_headers config.h:config.in"
8247
8248
8249
0cb8d851
MF
8250 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8251$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
8252if test "${ac_cv_c_bigendian+set}" = set; then :
8253 $as_echo_n "(cached) " >&6
8254else
8255 ac_cv_c_bigendian=unknown
8256 # See if we're dealing with a universal compiler.
8257 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8258/* end confdefs.h. */
8259#ifndef __APPLE_CC__
8260 not a universal capable compiler
8261 #endif
8262 typedef int dummy;
8263
8264_ACEOF
8265if ac_fn_c_try_compile "$LINENO"; then :
8266
8267 # Check for potential -arch flags. It is not universal unless
8268 # there are at least two -arch flags with different values.
8269 ac_arch=
8270 ac_prev=
8271 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8272 if test -n "$ac_prev"; then
8273 case $ac_word in
8274 i?86 | x86_64 | ppc | ppc64)
8275 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8276 ac_arch=$ac_word
8277 else
8278 ac_cv_c_bigendian=universal
8279 break
8280 fi
8281 ;;
8282 esac
8283 ac_prev=
8284 elif test "x$ac_word" = "x-arch"; then
8285 ac_prev=arch
8286 fi
8287 done
8288fi
8289rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8290 if test $ac_cv_c_bigendian = unknown; then
8291 # See if sys/param.h defines the BYTE_ORDER macro.
8292 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8293/* end confdefs.h. */
8294#include <sys/types.h>
8295 #include <sys/param.h>
8296
8297int
8298main ()
8299{
8300#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8301 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8302 && LITTLE_ENDIAN)
8303 bogus endian macros
8304 #endif
8305
8306 ;
8307 return 0;
8308}
8309_ACEOF
8310if ac_fn_c_try_compile "$LINENO"; then :
8311 # It does; now see whether it defined to BIG_ENDIAN or not.
8312 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8313/* end confdefs.h. */
8314#include <sys/types.h>
8315 #include <sys/param.h>
8316
8317int
8318main ()
8319{
8320#if BYTE_ORDER != BIG_ENDIAN
8321 not big endian
8322 #endif
8323
8324 ;
8325 return 0;
8326}
8327_ACEOF
8328if ac_fn_c_try_compile "$LINENO"; then :
8329 ac_cv_c_bigendian=yes
8330else
8331 ac_cv_c_bigendian=no
8332fi
8333rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8334fi
8335rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8336 fi
8337 if test $ac_cv_c_bigendian = unknown; then
8338 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8339 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8340/* end confdefs.h. */
8341#include <limits.h>
8342
8343int
8344main ()
8345{
8346#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8347 bogus endian macros
8348 #endif
8349
8350 ;
8351 return 0;
8352}
8353_ACEOF
8354if ac_fn_c_try_compile "$LINENO"; then :
8355 # It does; now see whether it defined to _BIG_ENDIAN or not.
8356 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8357/* end confdefs.h. */
8358#include <limits.h>
8359
8360int
8361main ()
8362{
8363#ifndef _BIG_ENDIAN
8364 not big endian
8365 #endif
8366
8367 ;
8368 return 0;
8369}
8370_ACEOF
8371if ac_fn_c_try_compile "$LINENO"; then :
8372 ac_cv_c_bigendian=yes
8373else
8374 ac_cv_c_bigendian=no
8375fi
8376rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8377fi
8378rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8379 fi
8380 if test $ac_cv_c_bigendian = unknown; then
8381 # Compile a test program.
8382 if test "$cross_compiling" = yes; then :
8383 # Try to guess by grepping values from an object file.
8384 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8385/* end confdefs.h. */
8386short int ascii_mm[] =
8387 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8388 short int ascii_ii[] =
8389 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8390 int use_ascii (int i) {
8391 return ascii_mm[i] + ascii_ii[i];
8392 }
8393 short int ebcdic_ii[] =
8394 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8395 short int ebcdic_mm[] =
8396 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8397 int use_ebcdic (int i) {
8398 return ebcdic_mm[i] + ebcdic_ii[i];
8399 }
8400 extern int foo;
8401
8402int
8403main ()
8404{
8405return use_ascii (foo) == use_ebcdic (foo);
8406 ;
8407 return 0;
8408}
8409_ACEOF
8410if ac_fn_c_try_compile "$LINENO"; then :
8411 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8412 ac_cv_c_bigendian=yes
8413 fi
8414 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8415 if test "$ac_cv_c_bigendian" = unknown; then
8416 ac_cv_c_bigendian=no
8417 else
8418 # finding both strings is unlikely to happen, but who knows?
8419 ac_cv_c_bigendian=unknown
8420 fi
8421 fi
8422fi
8423rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8424else
8425 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8426/* end confdefs.h. */
8427$ac_includes_default
8428int
8429main ()
8430{
8431
8432 /* Are we little or big endian? From Harbison&Steele. */
8433 union
8434 {
8435 long int l;
8436 char c[sizeof (long int)];
8437 } u;
8438 u.l = 1;
8439 return u.c[sizeof (long int) - 1] == 1;
8440
8441 ;
8442 return 0;
8443}
8444_ACEOF
8445if ac_fn_c_try_run "$LINENO"; then :
8446 ac_cv_c_bigendian=no
8447else
8448 ac_cv_c_bigendian=yes
8449fi
8450rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8451 conftest.$ac_objext conftest.beam conftest.$ac_ext
8452fi
8453
8454 fi
8455fi
8456{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8457$as_echo "$ac_cv_c_bigendian" >&6; }
8458 case $ac_cv_c_bigendian in #(
8459 yes)
8460 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8461;; #(
8462 no)
8463 ;; #(
8464 universal)
8465
8466$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8467
8468 ;; #(
8469 *)
8470 as_fn_error "unknown endianness
8471 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8472 esac
8473
6bb11ab3
L
8474
8475
8476
8477# Put a plausible default for CC_FOR_BUILD in Makefile.
8478if test "x$cross_compiling" = "xno"; then
8479 CC_FOR_BUILD='$(CC)'
8480else
8481 CC_FOR_BUILD=gcc
8482fi
8483
8484
8485
8486
8487AR=${AR-ar}
8488
8489if test -n "$ac_tool_prefix"; then
8490 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8491set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8492{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8493$as_echo_n "checking for $ac_word... " >&6; }
8494if test "${ac_cv_prog_RANLIB+set}" = set; then :
8495 $as_echo_n "(cached) " >&6
8496else
8497 if test -n "$RANLIB"; then
8498 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8499else
8500as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8501for as_dir in $PATH
8502do
8503 IFS=$as_save_IFS
8504 test -z "$as_dir" && as_dir=.
8505 for ac_exec_ext in '' $ac_executable_extensions; do
8506 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8507 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8508 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8509 break 2
8510 fi
8511done
8512 done
8513IFS=$as_save_IFS
8514
8515fi
8516fi
8517RANLIB=$ac_cv_prog_RANLIB
8518if test -n "$RANLIB"; then
8519 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8520$as_echo "$RANLIB" >&6; }
8521else
8522 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8523$as_echo "no" >&6; }
8524fi
8525
8526
8527fi
8528if test -z "$ac_cv_prog_RANLIB"; then
8529 ac_ct_RANLIB=$RANLIB
8530 # Extract the first word of "ranlib", so it can be a program name with args.
8531set dummy ranlib; ac_word=$2
8532{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8533$as_echo_n "checking for $ac_word... " >&6; }
8534if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
8535 $as_echo_n "(cached) " >&6
8536else
8537 if test -n "$ac_ct_RANLIB"; then
8538 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8539else
8540as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8541for as_dir in $PATH
8542do
8543 IFS=$as_save_IFS
8544 test -z "$as_dir" && as_dir=.
8545 for ac_exec_ext in '' $ac_executable_extensions; do
8546 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8547 ac_cv_prog_ac_ct_RANLIB="ranlib"
8548 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8549 break 2
8550 fi
8551done
8552 done
8553IFS=$as_save_IFS
8554
8555fi
8556fi
8557ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8558if test -n "$ac_ct_RANLIB"; then
8559 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8560$as_echo "$ac_ct_RANLIB" >&6; }
8561else
8562 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8563$as_echo "no" >&6; }
8564fi
8565
8566 if test "x$ac_ct_RANLIB" = x; then
8567 RANLIB=":"
8568 else
8569 case $cross_compiling:$ac_tool_warned in
8570yes:)
8571{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8572$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8573ac_tool_warned=yes ;;
8574esac
8575 RANLIB=$ac_ct_RANLIB
8576 fi
8577else
8578 RANLIB="$ac_cv_prog_RANLIB"
8579fi
8580
8581
8582# Some of the common include files depend on bfd.h, and bfd.h checks
8583# that config.h is included first by testing that the PACKAGE macro
8584# is defined.
8585PACKAGE=sim
8586
8587cat >>confdefs.h <<_ACEOF
8588#define PACKAGE "$PACKAGE"
8589_ACEOF
8590
8591
8592
8593# Dependency checking.
8594ac_config_commands="$ac_config_commands depdir"
8595
8596
8597depcc="$CC" am_compiler_list=
8598
8599am_depcomp=$ac_aux_dir/depcomp
8600{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8601$as_echo_n "checking dependency style of $depcc... " >&6; }
8602if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
8603 $as_echo_n "(cached) " >&6
8604else
8605 if test -f "$am_depcomp"; then
8606 # We make a subdir and do the tests there. Otherwise we can end up
8607 # making bogus files that we don't know about and never remove. For
8608 # instance it was reported that on HP-UX the gcc test will end up
8609 # making a dummy file named `D' -- because `-MD' means `put the output
8610 # in D'.
8611 mkdir conftest.dir
8612 # Copy depcomp to subdir because otherwise we won't find it if we're
8613 # using a relative directory.
8614 cp "$am_depcomp" conftest.dir
8615 cd conftest.dir
8616 # We will build objects and dependencies in a subdirectory because
8617 # it helps to detect inapplicable dependency modes. For instance
8618 # both Tru64's cc and ICC support -MD to output dependencies as a
8619 # side effect of compilation, but ICC will put the dependencies in
8620 # the current directory while Tru64 will put them in the object
8621 # directory.
8622 mkdir sub
8623
8624 am_cv_CC_dependencies_compiler_type=none
8625 if test "$am_compiler_list" = ""; then
8626 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8627 fi
8628 for depmode in $am_compiler_list; do
8629 if test $depmode = none; then break; fi
8630
8631 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8632 # Setup a source with many dependencies, because some compilers
8633 # like to wrap large dependency lists on column 80 (with \), and
8634 # we should not choose a depcomp mode which is confused by this.
8635 #
8636 # We need to recreate these files for each test, as the compiler may
8637 # overwrite some of them when testing with obscure command lines.
8638 # This happens at least with the AIX C compiler.
8639 : > sub/conftest.c
8640 for i in 1 2 3 4 5 6; do
8641 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8642 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8643 # Solaris 8's {/usr,}/bin/sh.
8644 touch sub/conftst$i.h
8645 done
8646 echo "include sub/conftest.Po" > confmf
8647
8648 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8649 # mode. It turns out that the SunPro C++ compiler does not properly
8650 # handle `-M -o', and we need to detect this.
8651 depcmd="depmode=$depmode \
8652 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8653 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8654 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8655 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8656 if env $depcmd > conftest.err 2>&1 &&
8657 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8658 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8659 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8660 # icc doesn't choke on unknown options, it will just issue warnings
8661 # or remarks (even with -Werror). So we grep stderr for any message
8662 # that says an option was ignored or not supported.
8663 # When given -MP, icc 7.0 and 7.1 complain thusly:
8664 # icc: Command line warning: ignoring option '-M'; no argument required
8665 # The diagnosis changed in icc 8.0:
8666 # icc: Command line remark: option '-MP' not supported
8667 if (grep 'ignoring option' conftest.err ||
8668 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8669 am_cv_CC_dependencies_compiler_type=$depmode
8670 $as_echo "$as_me:$LINENO: success" >&5
8671 break
8672 fi
8673 fi
8674 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8675 sed -e 's/^/| /' < conftest.err >&5
8676 done
8677
8678 cd ..
8679 rm -rf conftest.dir
8680else
8681 am_cv_CC_dependencies_compiler_type=none
8682fi
8683
8684fi
8685{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8686$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8687if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
8688then as_fn_error "no usable dependency style found" "$LINENO" 5
8689else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8690
8691fi
8692
8693
8694# Check for the 'make' the user wants to use.
8695for ac_prog in make
8696do
8697 # Extract the first word of "$ac_prog", so it can be a program name with args.
8698set dummy $ac_prog; ac_word=$2
8699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8700$as_echo_n "checking for $ac_word... " >&6; }
8701if test "${ac_cv_prog_MAKE+set}" = set; then :
8702 $as_echo_n "(cached) " >&6
8703else
8704 if test -n "$MAKE"; then
8705 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8706else
8707as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8708for as_dir in $PATH
8709do
8710 IFS=$as_save_IFS
8711 test -z "$as_dir" && as_dir=.
8712 for ac_exec_ext in '' $ac_executable_extensions; do
8713 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8714 ac_cv_prog_MAKE="$ac_prog"
8715 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8716 break 2
8717 fi
8718done
8719 done
8720IFS=$as_save_IFS
8721
8722fi
8723fi
8724MAKE=$ac_cv_prog_MAKE
8725if test -n "$MAKE"; then
8726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8727$as_echo "$MAKE" >&6; }
8728else
8729 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8730$as_echo "no" >&6; }
8731fi
8732
8733
8734 test -n "$MAKE" && break
8735done
8736
8737MAKE_IS_GNU=
8738case "`$MAKE --version 2>&1 | sed 1q`" in
8739 *GNU*)
8740 MAKE_IS_GNU=yes
8741 ;;
8742esac
8743 if test "$MAKE_IS_GNU" = yes; then
8744 GMAKE_TRUE=
8745 GMAKE_FALSE='#'
8746else
8747 GMAKE_TRUE='#'
8748 GMAKE_FALSE=
8749fi
8750
8751
8752ALL_LINGUAS=
8753# If we haven't got the data from the intl directory,
8754# assume NLS is disabled.
8755USE_NLS=no
8756LIBINTL=
8757LIBINTL_DEP=
8758INCINTL=
8759XGETTEXT=
8760GMSGFMT=
8761POSUB=
8762
8763if test -f ../../intl/config.intl; then
8764 . ../../intl/config.intl
8765fi
8766{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8767$as_echo_n "checking whether NLS is requested... " >&6; }
8768if test x"$USE_NLS" != xyes; then
8769 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8770$as_echo "no" >&6; }
8771else
8772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8773$as_echo "yes" >&6; }
8774
8775$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8776
8777
8778 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8779$as_echo_n "checking for catalogs to be installed... " >&6; }
8780 # Look for .po and .gmo files in the source directory.
8781 CATALOGS=
8782 XLINGUAS=
8783 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8784 # If there aren't any .gmo files the shell will give us the
8785 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8786 # weeded out.
8787 case "$cat" in *\**)
8788 continue;;
8789 esac
8790 # The quadruple backslash is collapsed to a double backslash
8791 # by the backticks, then collapsed again by the double quotes,
8792 # leaving us with one backslash in the sed expression (right
8793 # before the dot that mustn't act as a wildcard).
8794 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8795 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8796 # The user is allowed to set LINGUAS to a list of languages to
8797 # install catalogs for. If it's empty that means "all of them."
8798 if test "x$LINGUAS" = x; then
8799 CATALOGS="$CATALOGS $cat"
8800 XLINGUAS="$XLINGUAS $lang"
8801 else
8802 case "$LINGUAS" in *$lang*)
8803 CATALOGS="$CATALOGS $cat"
8804 XLINGUAS="$XLINGUAS $lang"
8805 ;;
8806 esac
8807 fi
8808 done
8809 LINGUAS="$XLINGUAS"
8810 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8811$as_echo "$LINGUAS" >&6; }
8812
8813
8814 DATADIRNAME=share
8815
8816 INSTOBJEXT=.mo
8817
8818 GENCAT=gencat
8819
8820 CATOBJEXT=.gmo
8821
8822fi
8823
8824# Check for common headers.
8825# FIXME: Seems to me this can cause problems for i386-windows hosts.
8826# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8827for ac_header in stdlib.h string.h strings.h unistd.h time.h
8828do :
8829 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8830ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8831eval as_val=\$$as_ac_Header
8832 if test "x$as_val" = x""yes; then :
8833 cat >>confdefs.h <<_ACEOF
8834#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8835_ACEOF
8836
8837fi
8838
8839done
8840
936df756 8841for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
8842do :
8843 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8844ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8845eval as_val=\$$as_ac_Header
8846 if test "x$as_val" = x""yes; then :
8847 cat >>confdefs.h <<_ACEOF
8848#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8849_ACEOF
8850
8851fi
8852
8853done
8854
8855for ac_header in fcntl.h fpu_control.h
8856do :
8857 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8858ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8859eval as_val=\$$as_ac_Header
8860 if test "x$as_val" = x""yes; then :
8861 cat >>confdefs.h <<_ACEOF
8862#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8863_ACEOF
8864
8865fi
8866
8867done
8868
8869for ac_header in dlfcn.h errno.h sys/stat.h
8870do :
8871 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8872ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
8873eval as_val=\$$as_ac_Header
8874 if test "x$as_val" = x""yes; then :
8875 cat >>confdefs.h <<_ACEOF
8876#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8877_ACEOF
8878
8879fi
8880
8881done
8882
8883for ac_func in getrusage time sigaction __setfpucw
8884do :
8885 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8886ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8887eval as_val=\$$as_ac_var
8888 if test "x$as_val" = x""yes; then :
8889 cat >>confdefs.h <<_ACEOF
8890#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8891_ACEOF
8892
8893fi
8894done
8895
936df756
MF
8896for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
8897do :
8898 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
8899ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
8900eval as_val=\$$as_ac_var
8901 if test "x$as_val" = x""yes; then :
8902 cat >>confdefs.h <<_ACEOF
8903#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
8904_ACEOF
8905
8906fi
8907done
8908
8909ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
8910#include <sys/types.h>
8911#endif
8912#ifdef HAVE_SYS_STAT_H
8913#include <sys/stat.h>
8914#endif
8915"
8916if test "x$ac_cv_member_struct_stat_st_dev" = x""yes; then :
8917
8918cat >>confdefs.h <<_ACEOF
8919#define HAVE_STRUCT_STAT_ST_DEV 1
8920_ACEOF
8921
8922
8923fi
8924ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
8925#include <sys/types.h>
8926#endif
8927#ifdef HAVE_SYS_STAT_H
8928#include <sys/stat.h>
8929#endif
8930"
8931if test "x$ac_cv_member_struct_stat_st_ino" = x""yes; then :
8932
8933cat >>confdefs.h <<_ACEOF
8934#define HAVE_STRUCT_STAT_ST_INO 1
8935_ACEOF
8936
8937
8938fi
8939ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
8940#include <sys/types.h>
8941#endif
8942#ifdef HAVE_SYS_STAT_H
8943#include <sys/stat.h>
8944#endif
8945"
8946if test "x$ac_cv_member_struct_stat_st_mode" = x""yes; then :
8947
8948cat >>confdefs.h <<_ACEOF
8949#define HAVE_STRUCT_STAT_ST_MODE 1
8950_ACEOF
8951
8952
8953fi
8954ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
8955#include <sys/types.h>
8956#endif
8957#ifdef HAVE_SYS_STAT_H
8958#include <sys/stat.h>
8959#endif
8960"
8961if test "x$ac_cv_member_struct_stat_st_nlink" = x""yes; then :
8962
8963cat >>confdefs.h <<_ACEOF
8964#define HAVE_STRUCT_STAT_ST_NLINK 1
8965_ACEOF
8966
8967
8968fi
8969ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
8970#include <sys/types.h>
8971#endif
8972#ifdef HAVE_SYS_STAT_H
8973#include <sys/stat.h>
8974#endif
8975"
8976if test "x$ac_cv_member_struct_stat_st_uid" = x""yes; then :
8977
8978cat >>confdefs.h <<_ACEOF
8979#define HAVE_STRUCT_STAT_ST_UID 1
8980_ACEOF
8981
8982
8983fi
8984ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
8985#include <sys/types.h>
8986#endif
8987#ifdef HAVE_SYS_STAT_H
8988#include <sys/stat.h>
8989#endif
8990"
8991if test "x$ac_cv_member_struct_stat_st_gid" = x""yes; then :
8992
8993cat >>confdefs.h <<_ACEOF
8994#define HAVE_STRUCT_STAT_ST_GID 1
8995_ACEOF
8996
8997
8998fi
8999ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9000#include <sys/types.h>
9001#endif
9002#ifdef HAVE_SYS_STAT_H
9003#include <sys/stat.h>
9004#endif
9005"
9006if test "x$ac_cv_member_struct_stat_st_rdev" = x""yes; then :
9007
9008cat >>confdefs.h <<_ACEOF
9009#define HAVE_STRUCT_STAT_ST_RDEV 1
9010_ACEOF
9011
9012
9013fi
9014ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9015#include <sys/types.h>
9016#endif
9017#ifdef HAVE_SYS_STAT_H
9018#include <sys/stat.h>
9019#endif
9020"
9021if test "x$ac_cv_member_struct_stat_st_size" = x""yes; then :
9022
9023cat >>confdefs.h <<_ACEOF
9024#define HAVE_STRUCT_STAT_ST_SIZE 1
9025_ACEOF
9026
9027
9028fi
9029ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9030#include <sys/types.h>
9031#endif
9032#ifdef HAVE_SYS_STAT_H
9033#include <sys/stat.h>
9034#endif
9035"
9036if test "x$ac_cv_member_struct_stat_st_blksize" = x""yes; then :
9037
9038cat >>confdefs.h <<_ACEOF
9039#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9040_ACEOF
9041
9042
9043fi
9044ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9045#include <sys/types.h>
9046#endif
9047#ifdef HAVE_SYS_STAT_H
9048#include <sys/stat.h>
9049#endif
9050"
9051if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then :
9052
9053cat >>confdefs.h <<_ACEOF
9054#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9055_ACEOF
9056
9057
9058fi
9059ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9060#include <sys/types.h>
9061#endif
9062#ifdef HAVE_SYS_STAT_H
9063#include <sys/stat.h>
9064#endif
9065"
9066if test "x$ac_cv_member_struct_stat_st_atime" = x""yes; then :
9067
9068cat >>confdefs.h <<_ACEOF
9069#define HAVE_STRUCT_STAT_ST_ATIME 1
9070_ACEOF
9071
9072
9073fi
9074ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9075#include <sys/types.h>
9076#endif
9077#ifdef HAVE_SYS_STAT_H
9078#include <sys/stat.h>
9079#endif
9080"
9081if test "x$ac_cv_member_struct_stat_st_mtime" = x""yes; then :
9082
9083cat >>confdefs.h <<_ACEOF
9084#define HAVE_STRUCT_STAT_ST_MTIME 1
9085_ACEOF
9086
9087
9088fi
9089ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9090#include <sys/types.h>
9091#endif
9092#ifdef HAVE_SYS_STAT_H
9093#include <sys/stat.h>
9094#endif
9095"
9096if test "x$ac_cv_member_struct_stat_st_ctime" = x""yes; then :
9097
9098cat >>confdefs.h <<_ACEOF
9099#define HAVE_STRUCT_STAT_ST_CTIME 1
9100_ACEOF
9101
9102
9103fi
9104
9105ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9106#include <sys/socket.h>
9107
9108"
9109if test "x$ac_cv_type_socklen_t" = x""yes; then :
9110
9111cat >>confdefs.h <<_ACEOF
9112#define HAVE_SOCKLEN_T 1
9113_ACEOF
9114
9115
9116fi
9117
6bb11ab3
L
9118
9119# Check for socket libraries
9120{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9121$as_echo_n "checking for bind in -lsocket... " >&6; }
9122if test "${ac_cv_lib_socket_bind+set}" = set; then :
9123 $as_echo_n "(cached) " >&6
9124else
9125 ac_check_lib_save_LIBS=$LIBS
9126LIBS="-lsocket $LIBS"
9127cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9128/* end confdefs.h. */
9129
9130/* Override any GCC internal prototype to avoid an error.
9131 Use char because int might match the return type of a GCC
9132 builtin and then its argument prototype would still apply. */
9133#ifdef __cplusplus
9134extern "C"
9135#endif
9136char bind ();
9137int
9138main ()
9139{
9140return bind ();
9141 ;
9142 return 0;
9143}
9144_ACEOF
9145if ac_fn_c_try_link "$LINENO"; then :
9146 ac_cv_lib_socket_bind=yes
9147else
9148 ac_cv_lib_socket_bind=no
9149fi
9150rm -f core conftest.err conftest.$ac_objext \
9151 conftest$ac_exeext conftest.$ac_ext
9152LIBS=$ac_check_lib_save_LIBS
9153fi
9154{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9155$as_echo "$ac_cv_lib_socket_bind" >&6; }
9156if test "x$ac_cv_lib_socket_bind" = x""yes; then :
9157 cat >>confdefs.h <<_ACEOF
9158#define HAVE_LIBSOCKET 1
9159_ACEOF
9160
9161 LIBS="-lsocket $LIBS"
9162
9163fi
9164
9165{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9166$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9167if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
9168 $as_echo_n "(cached) " >&6
9169else
9170 ac_check_lib_save_LIBS=$LIBS
9171LIBS="-lnsl $LIBS"
9172cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9173/* end confdefs.h. */
9174
9175/* Override any GCC internal prototype to avoid an error.
9176 Use char because int might match the return type of a GCC
9177 builtin and then its argument prototype would still apply. */
9178#ifdef __cplusplus
9179extern "C"
9180#endif
9181char gethostbyname ();
9182int
9183main ()
9184{
9185return gethostbyname ();
9186 ;
9187 return 0;
9188}
9189_ACEOF
9190if ac_fn_c_try_link "$LINENO"; then :
9191 ac_cv_lib_nsl_gethostbyname=yes
9192else
9193 ac_cv_lib_nsl_gethostbyname=no
9194fi
9195rm -f core conftest.err conftest.$ac_objext \
9196 conftest$ac_exeext conftest.$ac_ext
9197LIBS=$ac_check_lib_save_LIBS
9198fi
9199{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9200$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9201if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
9202 cat >>confdefs.h <<_ACEOF
9203#define HAVE_LIBNSL 1
9204_ACEOF
9205
9206 LIBS="-lnsl $LIBS"
9207
9208fi
9209
9210
9211# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9212# using the same condition.
9213
aadc9410 9214 # Use the system's zlib library.
7fed4b0b
L
9215 zlibdir="-L\$(top_builddir)/../zlib"
9216 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9217
aadc9410
MF
9218# Check whether --with-system-zlib was given.
9219if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9220 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9221 zlibdir=
9222 zlibinc=
9223 fi
6bb11ab3
L
9224
9225fi
9226
6bb11ab3 9227
6bb11ab3 9228
6bb11ab3
L
9229
9230
9231# BFD uses libdl when when plugins enabled.
9232
faa743bb
RM
9233 maybe_plugins=no
9234 for ac_header in dlfcn.h
9235do :
9236 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9237"
9238if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
9239 cat >>confdefs.h <<_ACEOF
9240#define HAVE_DLFCN_H 1
9241_ACEOF
9242 maybe_plugins=yes
9243fi
9244
9245done
9246
9247 for ac_header in windows.h
9248do :
9249 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9250"
9251if test "x$ac_cv_header_windows_h" = x""yes; then :
9252 cat >>confdefs.h <<_ACEOF
9253#define HAVE_WINDOWS_H 1
9254_ACEOF
9255 maybe_plugins=yes
9256fi
9257
9258done
9259
9260
9261 # Check whether --enable-plugins was given.
6bb11ab3
L
9262if test "${enable_plugins+set}" = set; then :
9263 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9264 no) plugins=no ;;
9265 *) plugins=yes
9266 if test "$maybe_plugins" != "yes" ; then
9267 as_fn_error "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
9268 fi ;;
9269 esac
6bb11ab3 9270else
faa743bb
RM
9271 plugins=$maybe_plugins
9272
6bb11ab3
L
9273fi
9274
2974be62
AM
9275 if test "$plugins" = "yes"; then
9276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlopen" >&5
9277$as_echo_n "checking for library containing dlopen... " >&6; }
9278if test "${ac_cv_search_dlopen+set}" = set; then :
9279 $as_echo_n "(cached) " >&6
9280else
9281 ac_func_search_save_LIBS=$LIBS
9282cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9283/* end confdefs.h. */
9284
9285/* Override any GCC internal prototype to avoid an error.
9286 Use char because int might match the return type of a GCC
9287 builtin and then its argument prototype would still apply. */
9288#ifdef __cplusplus
9289extern "C"
9290#endif
9291char dlopen ();
9292int
9293main ()
9294{
9295return dlopen ();
9296 ;
9297 return 0;
9298}
9299_ACEOF
9300for ac_lib in '' dl; do
9301 if test -z "$ac_lib"; then
9302 ac_res="none required"
9303 else
9304 ac_res=-l$ac_lib
9305 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9306 fi
9307 if ac_fn_c_try_link "$LINENO"; then :
9308 ac_cv_search_dlopen=$ac_res
9309fi
9310rm -f core conftest.err conftest.$ac_objext \
9311 conftest$ac_exeext
9312 if test "${ac_cv_search_dlopen+set}" = set; then :
9313 break
9314fi
9315done
9316if test "${ac_cv_search_dlopen+set}" = set; then :
9317
9318else
9319 ac_cv_search_dlopen=no
9320fi
9321rm conftest.$ac_ext
9322LIBS=$ac_func_search_save_LIBS
9323fi
9324{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlopen" >&5
9325$as_echo "$ac_cv_search_dlopen" >&6; }
9326ac_res=$ac_cv_search_dlopen
9327if test "$ac_res" != no; then :
9328 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9329
9330fi
9331
9332 fi
6bb11ab3
L
9333
9334 if test "$plugins" = yes; then
9335 PLUGINS_TRUE=
9336 PLUGINS_FALSE='#'
9337else
9338 PLUGINS_TRUE='#'
9339 PLUGINS_FALSE=
9340fi
9341
9342
9343
9344
9345
9346# Set options
9347enable_dlopen=yes
9348
9349
9350
9351
9352 enable_win32_dll=no
9353
9354
9355 # Check whether --enable-shared was given.
9356if test "${enable_shared+set}" = set; then :
9357 enableval=$enable_shared; p=${PACKAGE-default}
9358 case $enableval in
9359 yes) enable_shared=yes ;;
9360 no) enable_shared=no ;;
9361 *)
9362 enable_shared=no
9363 # Look at the argument we got. We use all the common list separators.
9364 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9365 for pkg in $enableval; do
9366 IFS="$lt_save_ifs"
9367 if test "X$pkg" = "X$p"; then
9368 enable_shared=yes
9369 fi
9370 done
9371 IFS="$lt_save_ifs"
9372 ;;
9373 esac
9374else
9375 enable_shared=yes
9376fi
9377
9378
9379
9380
9381
9382
9383
9384
9385
9386 # Check whether --enable-static was given.
9387if test "${enable_static+set}" = set; then :
9388 enableval=$enable_static; p=${PACKAGE-default}
9389 case $enableval in
9390 yes) enable_static=yes ;;
9391 no) enable_static=no ;;
9392 *)
9393 enable_static=no
9394 # Look at the argument we got. We use all the common list separators.
9395 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9396 for pkg in $enableval; do
9397 IFS="$lt_save_ifs"
9398 if test "X$pkg" = "X$p"; then
9399 enable_static=yes
9400 fi
9401 done
9402 IFS="$lt_save_ifs"
9403 ;;
9404 esac
9405else
9406 enable_static=yes
9407fi
9408
9409
9410
9411
9412
9413
9414
9415
9416
9417
9418# Check whether --with-pic was given.
9419if test "${with_pic+set}" = set; then :
9420 withval=$with_pic; pic_mode="$withval"
9421else
9422 pic_mode=default
9423fi
9424
9425
9426test -z "$pic_mode" && pic_mode=default
9427
9428
9429
9430
9431
9432
9433
9434 # Check whether --enable-fast-install was given.
9435if test "${enable_fast_install+set}" = set; then :
9436 enableval=$enable_fast_install; p=${PACKAGE-default}
9437 case $enableval in
9438 yes) enable_fast_install=yes ;;
9439 no) enable_fast_install=no ;;
9440 *)
9441 enable_fast_install=no
9442 # Look at the argument we got. We use all the common list separators.
9443 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9444 for pkg in $enableval; do
9445 IFS="$lt_save_ifs"
9446 if test "X$pkg" = "X$p"; then
9447 enable_fast_install=yes
9448 fi
9449 done
9450 IFS="$lt_save_ifs"
9451 ;;
9452 esac
9453else
9454 enable_fast_install=yes
9455fi
9456
9457
9458
9459
9460
9461
9462
9463
9464
9465
9466
9467# This can be used to rebuild libtool when needed
9468LIBTOOL_DEPS="$ltmain"
9469
9470# Always use our own libtool.
9471LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9472
9473
9474
9475
9476
9477
9478
9479
9480
9481
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
9496
9497
9498test -z "$LN_S" && LN_S="ln -s"
9499
9500
9501
9502
9503
9504
9505
9506
9507
9508
9509
9510
9511
9512
9513if test -n "${ZSH_VERSION+set}" ; then
9514 setopt NO_GLOB_SUBST
87326c78 9515fi
87326c78 9516
6bb11ab3
L
9517{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9518$as_echo_n "checking for objdir... " >&6; }
9519if test "${lt_cv_objdir+set}" = set; then :
9520 $as_echo_n "(cached) " >&6
9521else
9522 rm -f .libs 2>/dev/null
9523mkdir .libs 2>/dev/null
9524if test -d .libs; then
9525 lt_cv_objdir=.libs
9526else
9527 # MS-DOS does not allow filenames that begin with a dot.
9528 lt_cv_objdir=_libs
9529fi
9530rmdir .libs 2>/dev/null
9531fi
9532{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9533$as_echo "$lt_cv_objdir" >&6; }
9534objdir=$lt_cv_objdir
9535
9536
9537
9538
9539
9540cat >>confdefs.h <<_ACEOF
9541#define LT_OBJDIR "$lt_cv_objdir/"
9542_ACEOF
9543
9544
9545
9546
9547case $host_os in
9548aix3*)
9549 # AIX sometimes has problems with the GCC collect2 program. For some
9550 # reason, if we set the COLLECT_NAMES environment variable, the problems
9551 # vanish in a puff of smoke.
9552 if test "X${COLLECT_NAMES+set}" != Xset; then
9553 COLLECT_NAMES=
9554 export COLLECT_NAMES
9555 fi
9556 ;;
87326c78 9557esac
6bb11ab3
L
9558
9559# Global variables:
9560ofile=libtool
9561can_build_shared=yes
9562
9563# All known linkers require a `.a' archive for static linking (except MSVC,
9564# which needs '.lib').
9565libext=a
9566
9567with_gnu_ld="$lt_cv_prog_gnu_ld"
9568
9569old_CC="$CC"
9570old_CFLAGS="$CFLAGS"
9571
9572# Set sane defaults for various variables
9573test -z "$CC" && CC=cc
9574test -z "$LTCC" && LTCC=$CC
9575test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9576test -z "$LD" && LD=ld
9577test -z "$ac_objext" && ac_objext=o
9578
9579for cc_temp in $compiler""; do
9580 case $cc_temp in
9581 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9582 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9583 \-*) ;;
9584 *) break;;
9585 esac
9586done
9587cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9588
9589
9590# Only perform the check for file, if the check method requires it
9591test -z "$MAGIC_CMD" && MAGIC_CMD=file
9592case $deplibs_check_method in
9593file_magic*)
9594 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9596$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
9597if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9598 $as_echo_n "(cached) " >&6
9599else
9600 case $MAGIC_CMD in
9601[\\/*] | ?:[\\/]*)
9602 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9603 ;;
9604*)
9605 lt_save_MAGIC_CMD="$MAGIC_CMD"
9606 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9607 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9608 for ac_dir in $ac_dummy; do
9609 IFS="$lt_save_ifs"
9610 test -z "$ac_dir" && ac_dir=.
9611 if test -f $ac_dir/${ac_tool_prefix}file; then
9612 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9613 if test -n "$file_magic_test_file"; then
9614 case $deplibs_check_method in
9615 "file_magic "*)
9616 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9617 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9618 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9619 $EGREP "$file_magic_regex" > /dev/null; then
9620 :
9621 else
9622 cat <<_LT_EOF 1>&2
9623
9624*** Warning: the command libtool uses to detect shared libraries,
9625*** $file_magic_cmd, produces output that libtool cannot recognize.
9626*** The result is that libtool may fail to recognize shared libraries
9627*** as such. This will affect the creation of libtool libraries that
9628*** depend on shared libraries, but programs linked with such libtool
9629*** libraries will work regardless of this problem. Nevertheless, you
9630*** may want to report the problem to your system manager and/or to
9631*** bug-libtool@gnu.org
9632
9633_LT_EOF
9634 fi ;;
9635 esac
9636 fi
9637 break
87326c78 9638 fi
6bb11ab3
L
9639 done
9640 IFS="$lt_save_ifs"
9641 MAGIC_CMD="$lt_save_MAGIC_CMD"
9642 ;;
9643esac
87326c78 9644fi
87326c78 9645
6bb11ab3
L
9646MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9647if test -n "$MAGIC_CMD"; then
9648 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9649$as_echo "$MAGIC_CMD" >&6; }
9650else
9651 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9652$as_echo "no" >&6; }
9653fi
87326c78 9654
6bb11ab3
L
9655
9656
9657
9658
9659if test -z "$lt_cv_path_MAGIC_CMD"; then
9660 if test -n "$ac_tool_prefix"; then
9661 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9662$as_echo_n "checking for file... " >&6; }
9663if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
9664 $as_echo_n "(cached) " >&6
9665else
9666 case $MAGIC_CMD in
9667[\\/*] | ?:[\\/]*)
9668 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9669 ;;
9670*)
9671 lt_save_MAGIC_CMD="$MAGIC_CMD"
9672 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9673 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9674 for ac_dir in $ac_dummy; do
9675 IFS="$lt_save_ifs"
9676 test -z "$ac_dir" && ac_dir=.
9677 if test -f $ac_dir/file; then
9678 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9679 if test -n "$file_magic_test_file"; then
9680 case $deplibs_check_method in
9681 "file_magic "*)
9682 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9683 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9684 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9685 $EGREP "$file_magic_regex" > /dev/null; then
9686 :
9687 else
9688 cat <<_LT_EOF 1>&2
9689
9690*** Warning: the command libtool uses to detect shared libraries,
9691*** $file_magic_cmd, produces output that libtool cannot recognize.
9692*** The result is that libtool may fail to recognize shared libraries
9693*** as such. This will affect the creation of libtool libraries that
9694*** depend on shared libraries, but programs linked with such libtool
9695*** libraries will work regardless of this problem. Nevertheless, you
9696*** may want to report the problem to your system manager and/or to
9697*** bug-libtool@gnu.org
9698
9699_LT_EOF
9700 fi ;;
9701 esac
9702 fi
9703 break
9704 fi
9705 done
9706 IFS="$lt_save_ifs"
9707 MAGIC_CMD="$lt_save_MAGIC_CMD"
9708 ;;
87326c78 9709esac
6bb11ab3
L
9710fi
9711
9712MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9713if test -n "$MAGIC_CMD"; then
9714 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9715$as_echo "$MAGIC_CMD" >&6; }
9716else
9717 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9718$as_echo "no" >&6; }
9719fi
9720
9721
9722 else
9723 MAGIC_CMD=:
9724 fi
9725fi
9726
9727 fi
9728 ;;
9729esac
9730
9731# Use C for the default configuration in the libtool script
9732
9733lt_save_CC="$CC"
9734ac_ext=c
9735ac_cpp='$CPP $CPPFLAGS'
9736ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9737ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9738ac_compiler_gnu=$ac_cv_c_compiler_gnu
9739
9740
9741# Source file extension for C test sources.
9742ac_ext=c
9743
9744# Object file extension for compiled C test sources.
9745objext=o
9746objext=$objext
9747
9748# Code to be used in simple compile tests
9749lt_simple_compile_test_code="int some_variable = 0;"
9750
9751# Code to be used in simple link tests
9752lt_simple_link_test_code='int main(){return(0);}'
9753
9754
9755
9756
9757
9758
9759
9760# If no C compiler was specified, use CC.
9761LTCC=${LTCC-"$CC"}
9762
9763# If no C compiler flags were specified, use CFLAGS.
9764LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9765
9766# Allow CC to be a program name with arguments.
9767compiler=$CC
9768
9769# Save the default compiler, since it gets overwritten when the other
9770# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9771compiler_DEFAULT=$CC
9772
9773# save warnings/boilerplate of simple test code
9774ac_outfile=conftest.$ac_objext
9775echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9776eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9777_lt_compiler_boilerplate=`cat conftest.err`
9778$RM conftest*
9779
9780ac_outfile=conftest.$ac_objext
9781echo "$lt_simple_link_test_code" >conftest.$ac_ext
9782eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9783_lt_linker_boilerplate=`cat conftest.err`
9784$RM -r conftest*
9785
9786
9787## CAVEAT EMPTOR:
9788## There is no encapsulation within the following macros, do not change
9789## the running order or otherwise move them around unless you know exactly
9790## what you are doing...
9791if test -n "$compiler"; then
9792
9793lt_prog_compiler_no_builtin_flag=
9794
9795if test "$GCC" = yes; then
9796 case $cc_basename in
9797 nvcc*)
9798 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9799 *)
9800 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
87326c78 9801 esac
6bb11ab3
L
9802
9803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9804$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
9805if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
9806 $as_echo_n "(cached) " >&6
87326c78 9807else
6bb11ab3
L
9808 lt_cv_prog_compiler_rtti_exceptions=no
9809 ac_outfile=conftest.$ac_objext
9810 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9811 lt_compiler_flag="-fno-rtti -fno-exceptions"
9812 # Insert the option either (1) after the last *FLAGS variable, or
9813 # (2) before a word containing "conftest.", or (3) at the end.
9814 # Note that $ac_compile itself does not contain backslashes and begins
9815 # with a dollar sign (not a hyphen), so the echo should work correctly.
9816 # The option is referenced via a variable to avoid confusing sed.
9817 lt_compile=`echo "$ac_compile" | $SED \
9818 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9819 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9820 -e 's:$: $lt_compiler_flag:'`
9821 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9822 (eval "$lt_compile" 2>conftest.err)
9823 ac_status=$?
9824 cat conftest.err >&5
9825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9826 if (exit $ac_status) && test -s "$ac_outfile"; then
9827 # The compiler can only warn and ignore the option if not recognized
9828 # So say no if there are warnings other than the usual output.
9829 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9830 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9831 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9832 lt_cv_prog_compiler_rtti_exceptions=yes
9833 fi
9834 fi
9835 $RM conftest*
9836
87326c78 9837fi
6bb11ab3
L
9838{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9839$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9840
9841if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9842 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9843else
9844 :
9845fi
9846
9847fi
9848
9849
9850
9851
9852
9853
9854 lt_prog_compiler_wl=
9855lt_prog_compiler_pic=
9856lt_prog_compiler_static=
9857
9858{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
9859$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
9860
9861 if test "$GCC" = yes; then
9862 lt_prog_compiler_wl='-Wl,'
9863 lt_prog_compiler_static='-static'
9864
9865 case $host_os in
9866 aix*)
9867 # All AIX code is PIC.
9868 if test "$host_cpu" = ia64; then
9869 # AIX 5 now supports IA64 processor
9870 lt_prog_compiler_static='-Bstatic'
9871 fi
9872 lt_prog_compiler_pic='-fPIC'
9873 ;;
9874
9875 amigaos*)
9876 case $host_cpu in
9877 powerpc)
9878 # see comment about AmigaOS4 .so support
9879 lt_prog_compiler_pic='-fPIC'
9880 ;;
9881 m68k)
9882 # FIXME: we need at least 68020 code to build shared libraries, but
9883 # adding the `-m68020' flag to GCC prevents building anything better,
9884 # like `-m68040'.
9885 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
9886 ;;
9887 esac
9888 ;;
9889
9890 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
9891 # PIC is the default for these OSes.
9892 ;;
9893
9894 mingw* | cygwin* | pw32* | os2* | cegcc*)
9895 # This hack is so that the source file can tell whether it is being
9896 # built for inclusion in a dll (and should export symbols for example).
9897 # Although the cygwin gcc ignores -fPIC, still need this for old-style
9898 # (--disable-auto-import) libraries
9899 lt_prog_compiler_pic='-DDLL_EXPORT'
9900 ;;
9901
9902 darwin* | rhapsody*)
9903 # PIC is the default on this platform
9904 # Common symbols not allowed in MH_DYLIB files
9905 lt_prog_compiler_pic='-fno-common'
9906 ;;
9907
9908 haiku*)
9909 # PIC is the default for Haiku.
9910 # The "-static" flag exists, but is broken.
9911 lt_prog_compiler_static=
9912 ;;
9913
9914 hpux*)
9915 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
9916 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
9917 # sets the default TLS model and affects inlining.
9918 case $host_cpu in
9919 hppa*64*)
9920 # +Z the default
9921 ;;
9922 *)
9923 lt_prog_compiler_pic='-fPIC'
9924 ;;
9925 esac
9926 ;;
9927
9928 interix[3-9]*)
9929 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
9930 # Instead, we relocate shared libraries at runtime.
9931 ;;
9932
9933 msdosdjgpp*)
9934 # Just because we use GCC doesn't mean we suddenly get shared libraries
9935 # on systems that don't support them.
9936 lt_prog_compiler_can_build_shared=no
9937 enable_shared=no
9938 ;;
9939
9940 *nto* | *qnx*)
9941 # QNX uses GNU C++, but need to define -shared option too, otherwise
9942 # it will coredump.
9943 lt_prog_compiler_pic='-fPIC -shared'
9944 ;;
9945
9946 sysv4*MP*)
9947 if test -d /usr/nec; then
9948 lt_prog_compiler_pic=-Kconform_pic
9949 fi
9950 ;;
9951
9952 *)
9953 lt_prog_compiler_pic='-fPIC'
9954 ;;
9955 esac
9956
9957 case $cc_basename in
9958 nvcc*) # Cuda Compiler Driver 2.2
9959 lt_prog_compiler_wl='-Xlinker '
9960 lt_prog_compiler_pic='-Xcompiler -fPIC'
9961 ;;
9962 esac
9963 else
9964 # PORTME Check for flag to pass linker flags through the system compiler.
9965 case $host_os in
9966 aix*)
9967 lt_prog_compiler_wl='-Wl,'
9968 if test "$host_cpu" = ia64; then
9969 # AIX 5 now supports IA64 processor
9970 lt_prog_compiler_static='-Bstatic'
9971 else
9972 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9973 fi
9974 ;;
9975
9976 mingw* | cygwin* | pw32* | os2* | cegcc*)
9977 # This hack is so that the source file can tell whether it is being
9978 # built for inclusion in a dll (and should export symbols for example).
9979 lt_prog_compiler_pic='-DDLL_EXPORT'
9980 ;;
9981
9982 hpux9* | hpux10* | hpux11*)
9983 lt_prog_compiler_wl='-Wl,'
9984 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
9985 # not for PA HP-UX.
9986 case $host_cpu in
9987 hppa*64*|ia64*)
9988 # +Z the default
9989 ;;
9990 *)
9991 lt_prog_compiler_pic='+Z'
9992 ;;
9993 esac
9994 # Is there a better lt_prog_compiler_static that works with the bundled CC?
9995 lt_prog_compiler_static='${wl}-a ${wl}archive'
9996 ;;
9997
9998 irix5* | irix6* | nonstopux*)
9999 lt_prog_compiler_wl='-Wl,'
10000 # PIC (with -KPIC) is the default.
10001 lt_prog_compiler_static='-non_shared'
10002 ;;
10003
10004 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10005 case $cc_basename in
10006 # old Intel for x86_64 which still supported -KPIC.
10007 ecc*)
10008 lt_prog_compiler_wl='-Wl,'
10009 lt_prog_compiler_pic='-KPIC'
10010 lt_prog_compiler_static='-static'
10011 ;;
10012 # icc used to be incompatible with GCC.
10013 # ICC 10 doesn't accept -KPIC any more.
10014 icc* | ifort*)
10015 lt_prog_compiler_wl='-Wl,'
10016 lt_prog_compiler_pic='-fPIC'
10017 lt_prog_compiler_static='-static'
10018 ;;
10019 # Lahey Fortran 8.1.
10020 lf95*)
10021 lt_prog_compiler_wl='-Wl,'
10022 lt_prog_compiler_pic='--shared'
10023 lt_prog_compiler_static='--static'
10024 ;;
10025 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10026 # Portland Group compilers (*not* the Pentium gcc compiler,
10027 # which looks to be a dead project)
10028 lt_prog_compiler_wl='-Wl,'
10029 lt_prog_compiler_pic='-fpic'
10030 lt_prog_compiler_static='-Bstatic'
10031 ;;
10032 ccc*)
10033 lt_prog_compiler_wl='-Wl,'
10034 # All Alpha code is PIC.
10035 lt_prog_compiler_static='-non_shared'
10036 ;;
10037 xl* | bgxl* | bgf* | mpixl*)
10038 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10039 lt_prog_compiler_wl='-Wl,'
10040 lt_prog_compiler_pic='-qpic'
10041 lt_prog_compiler_static='-qstaticlink'
10042 ;;
10043 *)
10044 case `$CC -V 2>&1 | sed 5q` in
10045 *Sun\ F* | *Sun*Fortran*)
10046 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10047 lt_prog_compiler_pic='-KPIC'
10048 lt_prog_compiler_static='-Bstatic'
10049 lt_prog_compiler_wl=''
10050 ;;
10051 *Sun\ C*)
10052 # Sun C 5.9
10053 lt_prog_compiler_pic='-KPIC'
10054 lt_prog_compiler_static='-Bstatic'
10055 lt_prog_compiler_wl='-Wl,'
10056 ;;
10057 esac
10058 ;;
10059 esac
10060 ;;
10061
10062 newsos6)
10063 lt_prog_compiler_pic='-KPIC'
10064 lt_prog_compiler_static='-Bstatic'
10065 ;;
10066
10067 *nto* | *qnx*)
10068 # QNX uses GNU C++, but need to define -shared option too, otherwise
10069 # it will coredump.
10070 lt_prog_compiler_pic='-fPIC -shared'
10071 ;;
10072
10073 osf3* | osf4* | osf5*)
10074 lt_prog_compiler_wl='-Wl,'
10075 # All OSF/1 code is PIC.
10076 lt_prog_compiler_static='-non_shared'
10077 ;;
10078
10079 rdos*)
10080 lt_prog_compiler_static='-non_shared'
10081 ;;
87326c78 10082
6bb11ab3
L
10083 solaris*)
10084 lt_prog_compiler_pic='-KPIC'
10085 lt_prog_compiler_static='-Bstatic'
10086 case $cc_basename in
10087 f77* | f90* | f95*)
10088 lt_prog_compiler_wl='-Qoption ld ';;
10089 *)
10090 lt_prog_compiler_wl='-Wl,';;
10091 esac
10092 ;;
87326c78 10093
6bb11ab3
L
10094 sunos4*)
10095 lt_prog_compiler_wl='-Qoption ld '
10096 lt_prog_compiler_pic='-PIC'
10097 lt_prog_compiler_static='-Bstatic'
10098 ;;
87326c78 10099
6bb11ab3
L
10100 sysv4 | sysv4.2uw2* | sysv4.3*)
10101 lt_prog_compiler_wl='-Wl,'
10102 lt_prog_compiler_pic='-KPIC'
10103 lt_prog_compiler_static='-Bstatic'
10104 ;;
10105
10106 sysv4*MP*)
10107 if test -d /usr/nec ;then
10108 lt_prog_compiler_pic='-Kconform_pic'
10109 lt_prog_compiler_static='-Bstatic'
10110 fi
10111 ;;
10112
10113 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10114 lt_prog_compiler_wl='-Wl,'
10115 lt_prog_compiler_pic='-KPIC'
10116 lt_prog_compiler_static='-Bstatic'
10117 ;;
10118
10119 unicos*)
10120 lt_prog_compiler_wl='-Wl,'
10121 lt_prog_compiler_can_build_shared=no
10122 ;;
10123
10124 uts4*)
10125 lt_prog_compiler_pic='-pic'
10126 lt_prog_compiler_static='-Bstatic'
10127 ;;
10128
10129 *)
10130 lt_prog_compiler_can_build_shared=no
10131 ;;
10132 esac
10133 fi
10134
10135case $host_os in
10136 # For platforms which do not support PIC, -DPIC is meaningless:
10137 *djgpp*)
10138 lt_prog_compiler_pic=
10139 ;;
10140 *)
10141 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10142 ;;
87326c78 10143esac
6bb11ab3
L
10144{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10145$as_echo "$lt_prog_compiler_pic" >&6; }
10146
10147
10148
10149
10150
10151
10152#
10153# Check to make sure the PIC flag actually works.
10154#
10155if test -n "$lt_prog_compiler_pic"; then
10156 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10157$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
10158if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
10159 $as_echo_n "(cached) " >&6
87326c78 10160else
6bb11ab3
L
10161 lt_cv_prog_compiler_pic_works=no
10162 ac_outfile=conftest.$ac_objext
10163 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10164 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10165 # Insert the option either (1) after the last *FLAGS variable, or
10166 # (2) before a word containing "conftest.", or (3) at the end.
10167 # Note that $ac_compile itself does not contain backslashes and begins
10168 # with a dollar sign (not a hyphen), so the echo should work correctly.
10169 # The option is referenced via a variable to avoid confusing sed.
10170 lt_compile=`echo "$ac_compile" | $SED \
10171 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10172 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10173 -e 's:$: $lt_compiler_flag:'`
10174 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10175 (eval "$lt_compile" 2>conftest.err)
10176 ac_status=$?
10177 cat conftest.err >&5
10178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10179 if (exit $ac_status) && test -s "$ac_outfile"; then
10180 # The compiler can only warn and ignore the option if not recognized
10181 # So say no if there are warnings other than the usual output.
10182 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10183 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10184 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10185 lt_cv_prog_compiler_pic_works=yes
10186 fi
10187 fi
10188 $RM conftest*
87326c78 10189
87326c78 10190fi
6bb11ab3
L
10191{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10192$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10193
10194if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10195 case $lt_prog_compiler_pic in
10196 "" | " "*) ;;
10197 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10198 esac
10199else
10200 lt_prog_compiler_pic=
10201 lt_prog_compiler_can_build_shared=no
87326c78 10202fi
6bb11ab3
L
10203
10204fi
10205
10206
10207
10208
10209
10210
10211#
10212# Check to make sure the static flag actually works.
10213#
10214wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10215{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10216$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
10217if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
87326c78
DD
10218 $as_echo_n "(cached) " >&6
10219else
6bb11ab3
L
10220 lt_cv_prog_compiler_static_works=no
10221 save_LDFLAGS="$LDFLAGS"
10222 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10223 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10224 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10225 # The linker can only warn and ignore the option if not recognized
10226 # So say no if there are warnings
10227 if test -s conftest.err; then
10228 # Append any errors to the config.log.
10229 cat conftest.err 1>&5
10230 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10231 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10232 if diff conftest.exp conftest.er2 >/dev/null; then
10233 lt_cv_prog_compiler_static_works=yes
10234 fi
10235 else
10236 lt_cv_prog_compiler_static_works=yes
10237 fi
10238 fi
10239 $RM -r conftest*
10240 LDFLAGS="$save_LDFLAGS"
87326c78 10241
6bb11ab3
L
10242fi
10243{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10244$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
87326c78 10245
6bb11ab3
L
10246if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10247 :
87326c78 10248else
6bb11ab3 10249 lt_prog_compiler_static=
87326c78 10250fi
87326c78 10251
6bb11ab3
L
10252
10253
10254
10255
10256
10257
10258 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10259$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10260if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
10261 $as_echo_n "(cached) " >&6
87326c78 10262else
6bb11ab3
L
10263 lt_cv_prog_compiler_c_o=no
10264 $RM -r conftest 2>/dev/null
10265 mkdir conftest
10266 cd conftest
10267 mkdir out
10268 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10269
10270 lt_compiler_flag="-o out/conftest2.$ac_objext"
10271 # Insert the option either (1) after the last *FLAGS variable, or
10272 # (2) before a word containing "conftest.", or (3) at the end.
10273 # Note that $ac_compile itself does not contain backslashes and begins
10274 # with a dollar sign (not a hyphen), so the echo should work correctly.
10275 lt_compile=`echo "$ac_compile" | $SED \
10276 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10277 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10278 -e 's:$: $lt_compiler_flag:'`
10279 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10280 (eval "$lt_compile" 2>out/conftest.err)
10281 ac_status=$?
10282 cat out/conftest.err >&5
10283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10284 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10285 then
10286 # The compiler can only warn and ignore the option if not recognized
10287 # So say no if there are warnings
10288 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10289 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10290 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10291 lt_cv_prog_compiler_c_o=yes
10292 fi
10293 fi
10294 chmod u+w . 2>&5
10295 $RM conftest*
10296 # SGI C++ compiler will create directory out/ii_files/ for
10297 # template instantiation
10298 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10299 $RM out/* && rmdir out
10300 cd ..
10301 $RM -r conftest
10302 $RM conftest*
10303
87326c78 10304fi
6bb11ab3
L
10305{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10306$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10307
10308
10309
10310
10311
10312
10313 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10314$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
10315if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
87326c78
DD
10316 $as_echo_n "(cached) " >&6
10317else
6bb11ab3
L
10318 lt_cv_prog_compiler_c_o=no
10319 $RM -r conftest 2>/dev/null
10320 mkdir conftest
10321 cd conftest
10322 mkdir out
10323 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10324
10325 lt_compiler_flag="-o out/conftest2.$ac_objext"
10326 # Insert the option either (1) after the last *FLAGS variable, or
10327 # (2) before a word containing "conftest.", or (3) at the end.
10328 # Note that $ac_compile itself does not contain backslashes and begins
10329 # with a dollar sign (not a hyphen), so the echo should work correctly.
10330 lt_compile=`echo "$ac_compile" | $SED \
10331 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10332 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10333 -e 's:$: $lt_compiler_flag:'`
10334 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10335 (eval "$lt_compile" 2>out/conftest.err)
10336 ac_status=$?
10337 cat out/conftest.err >&5
10338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10339 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10340 then
10341 # The compiler can only warn and ignore the option if not recognized
10342 # So say no if there are warnings
10343 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10344 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10345 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10346 lt_cv_prog_compiler_c_o=yes
10347 fi
10348 fi
10349 chmod u+w . 2>&5
10350 $RM conftest*
10351 # SGI C++ compiler will create directory out/ii_files/ for
10352 # template instantiation
10353 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10354 $RM out/* && rmdir out
10355 cd ..
10356 $RM -r conftest
10357 $RM conftest*
10358
10359fi
10360{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10361$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10362
10363
10364
10365
10366hard_links="nottested"
10367if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10368 # do not overwrite the value of need_locks provided by the user
10369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10370$as_echo_n "checking if we can lock with hard links... " >&6; }
10371 hard_links=yes
10372 $RM conftest*
10373 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10374 touch conftest.a
10375 ln conftest.a conftest.b 2>&5 || hard_links=no
10376 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10377 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10378$as_echo "$hard_links" >&6; }
10379 if test "$hard_links" = no; then
10380 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10381$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10382 need_locks=warn
10383 fi
10384else
10385 need_locks=no
10386fi
10387
10388
10389
10390
10391
10392
10393 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10394$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10395
10396 runpath_var=
10397 allow_undefined_flag=
10398 always_export_symbols=no
10399 archive_cmds=
10400 archive_expsym_cmds=
10401 compiler_needs_object=no
10402 enable_shared_with_static_runtimes=no
10403 export_dynamic_flag_spec=
10404 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10405 hardcode_automatic=no
10406 hardcode_direct=no
10407 hardcode_direct_absolute=no
10408 hardcode_libdir_flag_spec=
10409 hardcode_libdir_flag_spec_ld=
10410 hardcode_libdir_separator=
10411 hardcode_minus_L=no
10412 hardcode_shlibpath_var=unsupported
10413 inherit_rpath=no
10414 link_all_deplibs=unknown
10415 module_cmds=
10416 module_expsym_cmds=
10417 old_archive_from_new_cmds=
10418 old_archive_from_expsyms_cmds=
10419 thread_safe_flag_spec=
10420 whole_archive_flag_spec=
10421 # include_expsyms should be a list of space-separated symbols to be *always*
10422 # included in the symbol list
10423 include_expsyms=
10424 # exclude_expsyms can be an extended regexp of symbols to exclude
10425 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10426 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10427 # as well as any symbol that contains `d'.
10428 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10429 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10430 # platforms (ab)use it in PIC code, but their linkers get confused if
10431 # the symbol is explicitly referenced. Since portable code cannot
10432 # rely on this symbol name, it's probably fine to never include it in
10433 # preloaded symbol tables.
10434 # Exclude shared library initialization/finalization symbols.
10435 extract_expsyms_cmds=
10436
10437 case $host_os in
10438 cygwin* | mingw* | pw32* | cegcc*)
10439 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10440 # When not using gcc, we currently assume that we are using
10441 # Microsoft Visual C++.
10442 if test "$GCC" != yes; then
10443 with_gnu_ld=no
10444 fi
10445 ;;
10446 interix*)
10447 # we just hope/assume this is gcc and not c89 (= MSVC++)
10448 with_gnu_ld=yes
10449 ;;
10450 openbsd*)
10451 with_gnu_ld=no
10452 ;;
10453 esac
87326c78 10454
6bb11ab3
L
10455 ld_shlibs=yes
10456
10457 # On some targets, GNU ld is compatible enough with the native linker
10458 # that we're better off using the native interface for both.
10459 lt_use_gnu_ld_interface=no
10460 if test "$with_gnu_ld" = yes; then
10461 case $host_os in
10462 aix*)
10463 # The AIX port of GNU ld has always aspired to compatibility
10464 # with the native linker. However, as the warning in the GNU ld
10465 # block says, versions before 2.19.5* couldn't really create working
10466 # shared libraries, regardless of the interface used.
10467 case `$LD -v 2>&1` in
10468 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10469 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10470 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10471 *)
10472 lt_use_gnu_ld_interface=yes
10473 ;;
10474 esac
10475 ;;
10476 *)
10477 lt_use_gnu_ld_interface=yes
10478 ;;
10479 esac
10480 fi
87326c78 10481
6bb11ab3
L
10482 if test "$lt_use_gnu_ld_interface" = yes; then
10483 # If archive_cmds runs LD, not CC, wlarc should be empty
10484 wlarc='${wl}'
10485
10486 # Set some defaults for GNU ld with shared library support. These
10487 # are reset later if shared libraries are not supported. Putting them
10488 # here allows them to be overridden if necessary.
10489 runpath_var=LD_RUN_PATH
10490 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10491 export_dynamic_flag_spec='${wl}--export-dynamic'
10492 # ancient GNU ld didn't support --whole-archive et. al.
10493 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10494 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10495 else
10496 whole_archive_flag_spec=
10497 fi
10498 supports_anon_versioning=no
10499 case `$LD -v 2>&1` in
10500 *GNU\ gold*) supports_anon_versioning=yes ;;
10501 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10502 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10503 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10504 *\ 2.11.*) ;; # other 2.11 versions
10505 *) supports_anon_versioning=yes ;;
10506 esac
10507
10508 # See if GNU ld supports shared libraries.
10509 case $host_os in
10510 aix[3-9]*)
10511 # On AIX/PPC, the GNU linker is very broken
10512 if test "$host_cpu" != ia64; then
10513 ld_shlibs=no
10514 cat <<_LT_EOF 1>&2
10515
10516*** Warning: the GNU linker, at least up to release 2.19, is reported
10517*** to be unable to reliably create shared libraries on AIX.
10518*** Therefore, libtool is disabling shared libraries support. If you
10519*** really care for shared libraries, you may want to install binutils
10520*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10521*** You will then need to restart the configuration process.
10522
10523_LT_EOF
10524 fi
10525 ;;
10526
10527 amigaos*)
10528 case $host_cpu in
10529 powerpc)
10530 # see comment about AmigaOS4 .so support
10531 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10532 archive_expsym_cmds=''
10533 ;;
10534 m68k)
10535 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)'
10536 hardcode_libdir_flag_spec='-L$libdir'
10537 hardcode_minus_L=yes
10538 ;;
10539 esac
10540 ;;
10541
10542 beos*)
10543 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10544 allow_undefined_flag=unsupported
10545 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10546 # support --undefined. This deserves some investigation. FIXME
10547 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10548 else
10549 ld_shlibs=no
10550 fi
10551 ;;
10552
10553 cygwin* | mingw* | pw32* | cegcc*)
10554 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10555 # as there is no search path for DLLs.
10556 hardcode_libdir_flag_spec='-L$libdir'
10557 export_dynamic_flag_spec='${wl}--export-all-symbols'
10558 allow_undefined_flag=unsupported
10559 always_export_symbols=no
10560 enable_shared_with_static_runtimes=yes
10561 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10562
10563 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10564 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10565 # If the export-symbols file already is a .def file (1st line
10566 # is EXPORTS), use it as is; otherwise, prepend...
10567 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10568 cp $export_symbols $output_objdir/$soname.def;
10569 else
10570 echo EXPORTS > $output_objdir/$soname.def;
10571 cat $export_symbols >> $output_objdir/$soname.def;
10572 fi~
10573 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10574 else
10575 ld_shlibs=no
10576 fi
10577 ;;
10578
10579 haiku*)
10580 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10581 link_all_deplibs=yes
10582 ;;
10583
10584 interix[3-9]*)
10585 hardcode_direct=no
10586 hardcode_shlibpath_var=no
10587 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10588 export_dynamic_flag_spec='${wl}-E'
10589 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10590 # Instead, shared libraries are loaded at an image base (0x10000000 by
10591 # default) and relocated if they conflict, which is a slow very memory
10592 # consuming and fragmenting process. To avoid this, we pick a random,
10593 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10594 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10595 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10596 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'
10597 ;;
10598
10599 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10600 tmp_diet=no
10601 if test "$host_os" = linux-dietlibc; then
10602 case $cc_basename in
10603 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10604 esac
10605 fi
10606 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10607 && test "$tmp_diet" = no
10608 then
ae7d0cac 10609 tmp_addflag=' $pic_flag'
6bb11ab3
L
10610 tmp_sharedflag='-shared'
10611 case $cc_basename,$host_cpu in
10612 pgcc*) # Portland Group C compiler
10613 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'
10614 tmp_addflag=' $pic_flag'
10615 ;;
10616 pgf77* | pgf90* | pgf95* | pgfortran*)
10617 # Portland Group f77 and f90 compilers
10618 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; func_echo_all \"$new_convenience\"` ${wl}--no-whole-archive'
10619 tmp_addflag=' $pic_flag -Mnomain' ;;
10620 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10621 tmp_addflag=' -i_dynamic' ;;
10622 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10623 tmp_addflag=' -i_dynamic -nofor_main' ;;
10624 ifc* | ifort*) # Intel Fortran compiler
10625 tmp_addflag=' -nofor_main' ;;
10626 lf95*) # Lahey Fortran 8.1
10627 whole_archive_flag_spec=
10628 tmp_sharedflag='--shared' ;;
10629 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10630 tmp_sharedflag='-qmkshrobj'
10631 tmp_addflag= ;;
10632 nvcc*) # Cuda Compiler Driver 2.2
10633 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'
10634 compiler_needs_object=yes
10635 ;;
10636 esac
10637 case `$CC -V 2>&1 | sed 5q` in
10638 *Sun\ C*) # Sun C 5.9
10639 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'
10640 compiler_needs_object=yes
10641 tmp_sharedflag='-G' ;;
10642 *Sun\ F*) # Sun Fortran 8.3
10643 tmp_sharedflag='-G' ;;
10644 esac
10645 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10646
10647 if test "x$supports_anon_versioning" = xyes; then
10648 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10649 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10650 echo "local: *; };" >> $output_objdir/$libname.ver~
10651 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10652 fi
10653
10654 case $cc_basename in
10655 xlf* | bgf* | bgxlf* | mpixlf*)
10656 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10657 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10658 hardcode_libdir_flag_spec=
10659 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10660 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10661 if test "x$supports_anon_versioning" = xyes; then
10662 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10663 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10664 echo "local: *; };" >> $output_objdir/$libname.ver~
10665 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10666 fi
10667 ;;
10668 esac
10669 else
10670 ld_shlibs=no
10671 fi
10672 ;;
10673
10674 netbsd*)
10675 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10676 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10677 wlarc=
10678 else
10679 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10680 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10681 fi
10682 ;;
10683
10684 solaris*)
10685 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10686 ld_shlibs=no
10687 cat <<_LT_EOF 1>&2
10688
10689*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10690*** create shared libraries on Solaris systems. Therefore, libtool
10691*** is disabling shared libraries support. We urge you to upgrade GNU
10692*** binutils to release 2.9.1 or newer. Another option is to modify
10693*** your PATH or compiler configuration so that the native linker is
10694*** used, and then restart.
10695
10696_LT_EOF
10697 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10698 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10699 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10700 else
10701 ld_shlibs=no
10702 fi
10703 ;;
10704
10705 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10706 case `$LD -v 2>&1` in
10707 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10708 ld_shlibs=no
10709 cat <<_LT_EOF 1>&2
10710
10711*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10712*** reliably create shared libraries on SCO systems. Therefore, libtool
10713*** is disabling shared libraries support. We urge you to upgrade GNU
10714*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10715*** your PATH or compiler configuration so that the native linker is
10716*** used, and then restart.
10717
10718_LT_EOF
10719 ;;
10720 *)
10721 # For security reasons, it is highly recommended that you always
10722 # use absolute paths for naming shared libraries, and exclude the
10723 # DT_RUNPATH tag from executables and libraries. But doing so
10724 # requires that you compile everything twice, which is a pain.
10725 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10726 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10727 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10728 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10729 else
10730 ld_shlibs=no
10731 fi
10732 ;;
10733 esac
10734 ;;
10735
10736 sunos4*)
10737 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10738 wlarc=
10739 hardcode_direct=yes
10740 hardcode_shlibpath_var=no
10741 ;;
10742
10743 *)
10744 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10745 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10746 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10747 else
10748 ld_shlibs=no
10749 fi
10750 ;;
10751 esac
10752
10753 if test "$ld_shlibs" = no; then
10754 runpath_var=
10755 hardcode_libdir_flag_spec=
10756 export_dynamic_flag_spec=
10757 whole_archive_flag_spec=
10758 fi
10759 else
10760 # PORTME fill in a description of your system's linker (not GNU ld)
10761 case $host_os in
10762 aix3*)
10763 allow_undefined_flag=unsupported
10764 always_export_symbols=yes
10765 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'
10766 # Note: this linker hardcodes the directories in LIBPATH if there
10767 # are no directories specified by -L.
10768 hardcode_minus_L=yes
10769 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10770 # Neither direct hardcoding nor static linking is supported with a
10771 # broken collect2.
10772 hardcode_direct=unsupported
10773 fi
10774 ;;
10775
10776 aix[4-9]*)
10777 if test "$host_cpu" = ia64; then
10778 # On IA64, the linker does run time linking by default, so we don't
10779 # have to do anything special.
10780 aix_use_runtimelinking=no
10781 exp_sym_flag='-Bexport'
10782 no_entry_flag=""
10783 else
10784 # If we're using GNU nm, then we don't want the "-C" option.
10785 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10786 # Also, AIX nm treats weak defined symbols like other global
10787 # defined symbols, whereas GNU nm marks them as "W".
10788 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10789 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'
10790 else
10791 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
10792 fi
10793 aix_use_runtimelinking=no
10794
10795 # Test if we are trying to use run time linking or normal
10796 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10797 # need to do runtime linking.
10798 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10799 for ld_flag in $LDFLAGS; do
10800 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10801 aix_use_runtimelinking=yes
10802 break
10803 fi
10804 done
10805 ;;
10806 esac
10807
10808 exp_sym_flag='-bexport'
10809 no_entry_flag='-bnoentry'
10810 fi
10811
10812 # When large executables or shared objects are built, AIX ld can
10813 # have problems creating the table of contents. If linking a library
10814 # or program results in "error TOC overflow" add -mminimal-toc to
10815 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10816 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10817
10818 archive_cmds=''
10819 hardcode_direct=yes
10820 hardcode_direct_absolute=yes
10821 hardcode_libdir_separator=':'
10822 link_all_deplibs=yes
10823 file_list_spec='${wl}-f,'
10824
10825 if test "$GCC" = yes; then
10826 case $host_os in aix4.[012]|aix4.[012].*)
10827 # We only want to do this on AIX 4.2 and lower, the check
10828 # below for broken collect2 doesn't work under 4.3+
10829 collect2name=`${CC} -print-prog-name=collect2`
10830 if test -f "$collect2name" &&
10831 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10832 then
10833 # We have reworked collect2
10834 :
10835 else
10836 # We have old collect2
10837 hardcode_direct=unsupported
10838 # It fails to find uninstalled libraries when the uninstalled
10839 # path is not listed in the libpath. Setting hardcode_minus_L
10840 # to unsupported forces relinking
10841 hardcode_minus_L=yes
10842 hardcode_libdir_flag_spec='-L$libdir'
10843 hardcode_libdir_separator=
10844 fi
10845 ;;
10846 esac
10847 shared_flag='-shared'
10848 if test "$aix_use_runtimelinking" = yes; then
10849 shared_flag="$shared_flag "'${wl}-G'
10850 fi
10851 else
10852 # not using gcc
10853 if test "$host_cpu" = ia64; then
10854 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
10855 # chokes on -Wl,-G. The following line is correct:
10856 shared_flag='-G'
10857 else
10858 if test "$aix_use_runtimelinking" = yes; then
10859 shared_flag='${wl}-G'
10860 else
10861 shared_flag='${wl}-bM:SRE'
10862 fi
10863 fi
10864 fi
10865
10866 export_dynamic_flag_spec='${wl}-bexpall'
10867 # It seems that -bexpall does not export symbols beginning with
10868 # underscore (_), so it is better to generate a list of symbols to export.
10869 always_export_symbols=yes
10870 if test "$aix_use_runtimelinking" = yes; then
10871 # Warning - without using the other runtime loading flags (-brtl),
10872 # -berok will link without error, but may produce a broken library.
10873 allow_undefined_flag='-berok'
10874 # Determine the default libpath from the value encoded in an
10875 # empty executable.
10876 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
87326c78
DD
10877/* end confdefs.h. */
10878
10879int
10880main ()
10881{
10882
10883 ;
10884 return 0;
10885}
10886_ACEOF
6bb11ab3 10887if ac_fn_c_try_link "$LINENO"; then :
87326c78 10888
6bb11ab3
L
10889lt_aix_libpath_sed='
10890 /Import File Strings/,/^$/ {
10891 /^0/ {
10892 s/^0 *\(.*\)$/\1/
10893 p
10894 }
10895 }'
10896aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10897# Check for a 64-bit object if we didn't find anything.
10898if test -z "$aix_libpath"; then
10899 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10900fi
10901fi
10902rm -f core conftest.err conftest.$ac_objext \
10903 conftest$ac_exeext conftest.$ac_ext
10904if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10905
10906 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10907 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"
10908 else
10909 if test "$host_cpu" = ia64; then
10910 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
10911 allow_undefined_flag="-z nodefs"
10912 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"
10913 else
10914 # Determine the default libpath from the value encoded in an
10915 # empty executable.
87326c78
DD
10916 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10917/* end confdefs.h. */
10918
10919int
10920main ()
10921{
10922
10923 ;
10924 return 0;
10925}
10926_ACEOF
6bb11ab3
L
10927if ac_fn_c_try_link "$LINENO"; then :
10928
10929lt_aix_libpath_sed='
10930 /Import File Strings/,/^$/ {
10931 /^0/ {
10932 s/^0 *\(.*\)$/\1/
10933 p
10934 }
10935 }'
10936aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
10937# Check for a 64-bit object if we didn't find anything.
10938if test -z "$aix_libpath"; then
10939 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
87326c78 10940fi
87326c78 10941fi
6bb11ab3
L
10942rm -f core conftest.err conftest.$ac_objext \
10943 conftest$ac_exeext conftest.$ac_ext
10944if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
10945
10946 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
10947 # Warning - without using the other run time loading flags,
10948 # -berok will link without error, but may produce a broken library.
10949 no_undefined_flag=' ${wl}-bernotok'
10950 allow_undefined_flag=' ${wl}-berok'
10951 if test "$with_gnu_ld" = yes; then
10952 # We only use this code for GNU lds that support --whole-archive.
10953 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
10954 else
10955 # Exported symbols can be pulled into shared objects from archives
10956 whole_archive_flag_spec='$convenience'
10957 fi
10958 archive_cmds_need_lc=yes
10959 # This is similar to how AIX traditionally builds its shared libraries.
10960 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'
10961 fi
10962 fi
10963 ;;
10964
10965 amigaos*)
10966 case $host_cpu in
10967 powerpc)
10968 # see comment about AmigaOS4 .so support
10969 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10970 archive_expsym_cmds=''
10971 ;;
10972 m68k)
10973 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)'
10974 hardcode_libdir_flag_spec='-L$libdir'
10975 hardcode_minus_L=yes
10976 ;;
10977 esac
10978 ;;
10979
10980 bsdi[45]*)
10981 export_dynamic_flag_spec=-rdynamic
10982 ;;
10983
10984 cygwin* | mingw* | pw32* | cegcc*)
10985 # When not using gcc, we currently assume that we are using
10986 # Microsoft Visual C++.
10987 # hardcode_libdir_flag_spec is actually meaningless, as there is
10988 # no search path for DLLs.
10989 hardcode_libdir_flag_spec=' '
10990 allow_undefined_flag=unsupported
10991 # Tell ltmain to make .lib files, not .a files.
10992 libext=lib
10993 # Tell ltmain to make .dll files, not .so files.
10994 shrext_cmds=".dll"
10995 # FIXME: Setting linknames here is a bad hack.
10996 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
10997 # The linker will automatically build a .lib file if we build a DLL.
10998 old_archive_from_new_cmds='true'
10999 # FIXME: Should let the user specify the lib program.
11000 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11001 fix_srcfile_path='`cygpath -w "$srcfile"`'
11002 enable_shared_with_static_runtimes=yes
11003 ;;
11004
11005 darwin* | rhapsody*)
11006
11007
11008 archive_cmds_need_lc=no
11009 hardcode_direct=no
11010 hardcode_automatic=yes
11011 hardcode_shlibpath_var=unsupported
11012 if test "$lt_cv_ld_force_load" = "yes"; then
11013 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 11014 else
6bb11ab3 11015 whole_archive_flag_spec=''
87326c78 11016 fi
6bb11ab3
L
11017 link_all_deplibs=yes
11018 allow_undefined_flag="$_lt_dar_allow_undefined"
11019 case $cc_basename in
11020 ifort*) _lt_dar_can_shared=yes ;;
11021 *) _lt_dar_can_shared=$GCC ;;
11022 esac
11023 if test "$_lt_dar_can_shared" = "yes"; then
11024 output_verbose_link_cmd=func_echo_all
11025 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11026 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11027 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}"
11028 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}"
11029
87326c78 11030 else
6bb11ab3 11031 ld_shlibs=no
87326c78 11032 fi
6bb11ab3
L
11033
11034 ;;
11035
11036 dgux*)
11037 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11038 hardcode_libdir_flag_spec='-L$libdir'
11039 hardcode_shlibpath_var=no
11040 ;;
11041
11042 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11043 # support. Future versions do this automatically, but an explicit c++rt0.o
11044 # does not break anything, and helps significantly (at the cost of a little
11045 # extra space).
11046 freebsd2.2*)
11047 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11048 hardcode_libdir_flag_spec='-R$libdir'
11049 hardcode_direct=yes
11050 hardcode_shlibpath_var=no
11051 ;;
11052
11053 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11054 freebsd2.*)
11055 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11056 hardcode_direct=yes
11057 hardcode_minus_L=yes
11058 hardcode_shlibpath_var=no
11059 ;;
11060
11061 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11062 freebsd* | dragonfly*)
11063 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11064 hardcode_libdir_flag_spec='-R$libdir'
11065 hardcode_direct=yes
11066 hardcode_shlibpath_var=no
11067 ;;
11068
11069 hpux9*)
11070 if test "$GCC" = yes; then
11071 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'
11072 else
11073 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'
11074 fi
11075 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11076 hardcode_libdir_separator=:
11077 hardcode_direct=yes
11078
11079 # hardcode_minus_L: Not really in the search PATH,
11080 # but as the default location of the library.
11081 hardcode_minus_L=yes
11082 export_dynamic_flag_spec='${wl}-E'
11083 ;;
11084
11085 hpux10*)
11086 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11087 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11088 else
11089 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11090 fi
11091 if test "$with_gnu_ld" = no; then
11092 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11093 hardcode_libdir_flag_spec_ld='+b $libdir'
11094 hardcode_libdir_separator=:
11095 hardcode_direct=yes
11096 hardcode_direct_absolute=yes
11097 export_dynamic_flag_spec='${wl}-E'
11098 # hardcode_minus_L: Not really in the search PATH,
11099 # but as the default location of the library.
11100 hardcode_minus_L=yes
11101 fi
11102 ;;
11103
11104 hpux11*)
11105 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11106 case $host_cpu in
11107 hppa*64*)
11108 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11109 ;;
11110 ia64*)
11111 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11112 ;;
11113 *)
11114 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11115 ;;
11116 esac
11117 else
11118 case $host_cpu in
11119 hppa*64*)
11120 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11121 ;;
11122 ia64*)
11123 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11124 ;;
11125 *)
11126
11127 # Older versions of the 11.00 compiler do not understand -b yet
11128 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11129 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11130$as_echo_n "checking if $CC understands -b... " >&6; }
11131if test "${lt_cv_prog_compiler__b+set}" = set; then :
87326c78
DD
11132 $as_echo_n "(cached) " >&6
11133else
6bb11ab3
L
11134 lt_cv_prog_compiler__b=no
11135 save_LDFLAGS="$LDFLAGS"
11136 LDFLAGS="$LDFLAGS -b"
11137 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11138 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11139 # The linker can only warn and ignore the option if not recognized
11140 # So say no if there are warnings
11141 if test -s conftest.err; then
11142 # Append any errors to the config.log.
11143 cat conftest.err 1>&5
11144 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11145 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11146 if diff conftest.exp conftest.er2 >/dev/null; then
11147 lt_cv_prog_compiler__b=yes
11148 fi
11149 else
11150 lt_cv_prog_compiler__b=yes
11151 fi
11152 fi
11153 $RM -r conftest*
11154 LDFLAGS="$save_LDFLAGS"
87326c78 11155
6bb11ab3
L
11156fi
11157{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11158$as_echo "$lt_cv_prog_compiler__b" >&6; }
87326c78 11159
6bb11ab3
L
11160if test x"$lt_cv_prog_compiler__b" = xyes; then
11161 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11162else
11163 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11164fi
87326c78 11165
6bb11ab3
L
11166 ;;
11167 esac
11168 fi
11169 if test "$with_gnu_ld" = no; then
11170 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11171 hardcode_libdir_separator=:
11172
11173 case $host_cpu in
11174 hppa*64*|ia64*)
11175 hardcode_direct=no
11176 hardcode_shlibpath_var=no
11177 ;;
11178 *)
11179 hardcode_direct=yes
11180 hardcode_direct_absolute=yes
11181 export_dynamic_flag_spec='${wl}-E'
11182
11183 # hardcode_minus_L: Not really in the search PATH,
11184 # but as the default location of the library.
11185 hardcode_minus_L=yes
11186 ;;
11187 esac
11188 fi
11189 ;;
11190
11191 irix5* | irix6* | nonstopux*)
11192 if test "$GCC" = yes; then
11193 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'
11194 # Try to use the -exported_symbol ld option, if it does not
11195 # work, assume that -exports_file does not work either and
11196 # implicitly export all symbols.
11197 save_LDFLAGS="$LDFLAGS"
11198 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11199 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11200/* end confdefs.h. */
11201int foo(void) {}
87326c78 11202_ACEOF
6bb11ab3
L
11203if ac_fn_c_try_link "$LINENO"; then :
11204 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
11205
11206fi
6bb11ab3
L
11207rm -f core conftest.err conftest.$ac_objext \
11208 conftest$ac_exeext conftest.$ac_ext
11209 LDFLAGS="$save_LDFLAGS"
11210 else
11211 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'
11212 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'
11213 fi
11214 archive_cmds_need_lc='no'
11215 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11216 hardcode_libdir_separator=:
11217 inherit_rpath=yes
11218 link_all_deplibs=yes
11219 ;;
11220
11221 netbsd*)
11222 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11223 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11224 else
11225 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11226 fi
11227 hardcode_libdir_flag_spec='-R$libdir'
11228 hardcode_direct=yes
11229 hardcode_shlibpath_var=no
11230 ;;
11231
11232 newsos6)
11233 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11234 hardcode_direct=yes
11235 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11236 hardcode_libdir_separator=:
11237 hardcode_shlibpath_var=no
11238 ;;
11239
11240 *nto* | *qnx*)
11241 ;;
11242
11243 openbsd*)
11244 if test -f /usr/libexec/ld.so; then
11245 hardcode_direct=yes
11246 hardcode_shlibpath_var=no
11247 hardcode_direct_absolute=yes
11248 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11249 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11250 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11251 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11252 export_dynamic_flag_spec='${wl}-E'
11253 else
11254 case $host_os in
11255 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11256 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11257 hardcode_libdir_flag_spec='-R$libdir'
11258 ;;
11259 *)
11260 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11261 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11262 ;;
11263 esac
11264 fi
11265 else
11266 ld_shlibs=no
11267 fi
11268 ;;
11269
11270 os2*)
11271 hardcode_libdir_flag_spec='-L$libdir'
11272 hardcode_minus_L=yes
11273 allow_undefined_flag=unsupported
11274 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'
11275 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11276 ;;
11277
11278 osf3*)
11279 if test "$GCC" = yes; then
11280 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11281 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'
11282 else
11283 allow_undefined_flag=' -expect_unresolved \*'
11284 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'
11285 fi
11286 archive_cmds_need_lc='no'
11287 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11288 hardcode_libdir_separator=:
11289 ;;
11290
11291 osf4* | osf5*) # as osf3* with the addition of -msym flag
11292 if test "$GCC" = yes; then
11293 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11294 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'
11295 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11296 else
11297 allow_undefined_flag=' -expect_unresolved \*'
11298 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'
11299 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~
11300 $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'
11301
11302 # Both c and cxx compiler support -rpath directly
11303 hardcode_libdir_flag_spec='-rpath $libdir'
11304 fi
11305 archive_cmds_need_lc='no'
11306 hardcode_libdir_separator=:
11307 ;;
11308
11309 solaris*)
11310 no_undefined_flag=' -z defs'
11311 if test "$GCC" = yes; then
11312 wlarc='${wl}'
11313 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11314 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11315 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11316 else
11317 case `$CC -V 2>&1` in
11318 *"Compilers 5.0"*)
11319 wlarc=''
11320 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11321 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11322 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11323 ;;
11324 *)
11325 wlarc='${wl}'
11326 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11327 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11328 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11329 ;;
11330 esac
11331 fi
11332 hardcode_libdir_flag_spec='-R$libdir'
11333 hardcode_shlibpath_var=no
11334 case $host_os in
11335 solaris2.[0-5] | solaris2.[0-5].*) ;;
11336 *)
11337 # The compiler driver will combine and reorder linker options,
11338 # but understands `-z linker_flag'. GCC discards it without `$wl',
11339 # but is careful enough not to reorder.
11340 # Supported since Solaris 2.6 (maybe 2.5.1?)
11341 if test "$GCC" = yes; then
11342 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11343 else
11344 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11345 fi
11346 ;;
11347 esac
11348 link_all_deplibs=yes
11349 ;;
11350
11351 sunos4*)
11352 if test "x$host_vendor" = xsequent; then
11353 # Use $CC to link under sequent, because it throws in some extra .o
11354 # files that make .init and .fini sections work.
11355 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11356 else
11357 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11358 fi
11359 hardcode_libdir_flag_spec='-L$libdir'
11360 hardcode_direct=yes
11361 hardcode_minus_L=yes
11362 hardcode_shlibpath_var=no
11363 ;;
11364
11365 sysv4)
11366 case $host_vendor in
11367 sni)
11368 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11369 hardcode_direct=yes # is this really true???
11370 ;;
11371 siemens)
11372 ## LD is ld it makes a PLAMLIB
11373 ## CC just makes a GrossModule.
11374 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11375 reload_cmds='$CC -r -o $output$reload_objs'
11376 hardcode_direct=no
11377 ;;
11378 motorola)
11379 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11380 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11381 ;;
11382 esac
11383 runpath_var='LD_RUN_PATH'
11384 hardcode_shlibpath_var=no
11385 ;;
11386
11387 sysv4.3*)
11388 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11389 hardcode_shlibpath_var=no
11390 export_dynamic_flag_spec='-Bexport'
11391 ;;
11392
11393 sysv4*MP*)
11394 if test -d /usr/nec; then
11395 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11396 hardcode_shlibpath_var=no
11397 runpath_var=LD_RUN_PATH
11398 hardcode_runpath_var=yes
11399 ld_shlibs=yes
11400 fi
11401 ;;
11402
11403 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11404 no_undefined_flag='${wl}-z,text'
11405 archive_cmds_need_lc=no
11406 hardcode_shlibpath_var=no
11407 runpath_var='LD_RUN_PATH'
11408
11409 if test "$GCC" = yes; then
11410 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11411 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11412 else
11413 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11414 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11415 fi
11416 ;;
11417
11418 sysv5* | sco3.2v5* | sco5v6*)
11419 # Note: We can NOT use -z defs as we might desire, because we do not
11420 # link with -lc, and that would cause any symbols used from libc to
11421 # always be unresolved, which means just about no library would
11422 # ever link correctly. If we're not using GNU ld we use -z text
11423 # though, which does catch some bad symbols but isn't as heavy-handed
11424 # as -z defs.
11425 no_undefined_flag='${wl}-z,text'
11426 allow_undefined_flag='${wl}-z,nodefs'
11427 archive_cmds_need_lc=no
11428 hardcode_shlibpath_var=no
11429 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11430 hardcode_libdir_separator=':'
11431 link_all_deplibs=yes
11432 export_dynamic_flag_spec='${wl}-Bexport'
11433 runpath_var='LD_RUN_PATH'
11434
11435 if test "$GCC" = yes; then
11436 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11437 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11438 else
11439 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11440 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11441 fi
11442 ;;
11443
11444 uts4*)
11445 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11446 hardcode_libdir_flag_spec='-L$libdir'
11447 hardcode_shlibpath_var=no
11448 ;;
11449
11450 *)
11451 ld_shlibs=no
11452 ;;
11453 esac
11454
11455 if test x$host_vendor = xsni; then
11456 case $host in
11457 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11458 export_dynamic_flag_spec='${wl}-Blargedynsym'
11459 ;;
11460 esac
11461 fi
11462 fi
11463
11464{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11465$as_echo "$ld_shlibs" >&6; }
11466test "$ld_shlibs" = no && can_build_shared=no
11467
11468with_gnu_ld=$with_gnu_ld
11469
11470
11471
87326c78 11472
87326c78 11473
87326c78 11474
87326c78 11475
87326c78
DD
11476
11477
87326c78 11478
87326c78 11479
87326c78
DD
11480
11481
6bb11ab3
L
11482
11483
11484#
11485# Do we need to explicitly link libc?
11486#
11487case "x$archive_cmds_need_lc" in
11488x|xyes)
11489 # Assume -lc should be added
11490 archive_cmds_need_lc=yes
11491
11492 if test "$enable_shared" = yes && test "$GCC" = yes; then
11493 case $archive_cmds in
11494 *'~'*)
11495 # FIXME: we may have to deal with multi-command sequences.
11496 ;;
11497 '$CC '*)
11498 # Test whether the compiler implicitly links with -lc since on some
11499 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11500 # to ld, don't add -lc before -lgcc.
11501 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11502$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
11503if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
87326c78
DD
11504 $as_echo_n "(cached) " >&6
11505else
6bb11ab3
L
11506 $RM conftest*
11507 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11508
11509 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11510 (eval $ac_compile) 2>&5
11511 ac_status=$?
11512 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11513 test $ac_status = 0; } 2>conftest.err; then
11514 soname=conftest
11515 lib=conftest
11516 libobjs=conftest.$ac_objext
11517 deplibs=
11518 wl=$lt_prog_compiler_wl
11519 pic_flag=$lt_prog_compiler_pic
11520 compiler_flags=-v
11521 linker_flags=-v
11522 verstring=
11523 output_objdir=.
11524 libname=conftest
11525 lt_save_allow_undefined_flag=$allow_undefined_flag
11526 allow_undefined_flag=
11527 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11528 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11529 ac_status=$?
11530 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11531 test $ac_status = 0; }
11532 then
11533 lt_cv_archive_cmds_need_lc=no
11534 else
11535 lt_cv_archive_cmds_need_lc=yes
11536 fi
11537 allow_undefined_flag=$lt_save_allow_undefined_flag
11538 else
11539 cat conftest.err 1>&5
11540 fi
11541 $RM conftest*
87326c78
DD
11542
11543fi
6bb11ab3
L
11544{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11545$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11546 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11547 ;;
11548 esac
11549 fi
11550 ;;
87326c78 11551esac
87326c78
DD
11552
11553
87326c78 11554
87326c78
DD
11555
11556
87326c78 11557
87326c78 11558
87326c78 11559
87326c78 11560
87326c78 11561
87326c78 11562
87326c78 11563
87326c78 11564
87326c78 11565
87326c78 11566
87326c78 11567
87326c78
DD
11568
11569
87326c78 11570
87326c78 11571
87326c78
DD
11572
11573
87326c78 11574
87326c78 11575
87326c78
DD
11576
11577
87326c78 11578
87326c78 11579
87326c78 11580
87326c78 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
DD
11597
11598
11599
2232061b
MF
11600
11601
2232061b 11602
2232061b
MF
11603
11604
2232061b
MF
11605
11606
2232061b 11607
2232061b
MF
11608
11609
6bb11ab3
L
11610
11611
11612
11613
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 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11710$as_echo_n "checking dynamic linker characteristics... " >&6; }
11711
11712if test "$GCC" = yes; then
11713 case $host_os in
11714 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11715 *) lt_awk_arg="/^libraries:/" ;;
11716 esac
11717 case $host_os in
11718 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11719 *) lt_sed_strip_eq="s,=/,/,g" ;;
11720 esac
11721 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11722 case $lt_search_path_spec in
11723 *\;*)
11724 # if the path contains ";" then we assume it to be the separator
11725 # otherwise default to the standard path separator (i.e. ":") - it is
11726 # assumed that no part of a normal pathname contains ";" but that should
11727 # okay in the real world where ";" in dirpaths is itself problematic.
11728 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11729 ;;
11730 *)
11731 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11732 ;;
11733 esac
11734 # Ok, now we have the path, separated by spaces, we can step through it
11735 # and add multilib dir if necessary.
11736 lt_tmp_lt_search_path_spec=
11737 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11738 for lt_sys_path in $lt_search_path_spec; do
11739 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11740 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11741 else
11742 test -d "$lt_sys_path" && \
11743 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
11744 fi
11745 done
11746 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11747BEGIN {RS=" "; FS="/|\n";} {
11748 lt_foo="";
11749 lt_count=0;
11750 for (lt_i = NF; lt_i > 0; lt_i--) {
11751 if ($lt_i != "" && $lt_i != ".") {
11752 if ($lt_i == "..") {
11753 lt_count++;
11754 } else {
11755 if (lt_count == 0) {
11756 lt_foo="/" $lt_i lt_foo;
11757 } else {
11758 lt_count--;
11759 }
11760 }
11761 }
11762 }
11763 if (lt_foo != "") { lt_freq[lt_foo]++; }
11764 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11765}'`
11766 # AWK program above erroneously prepends '/' to C:/dos/paths
11767 # for these hosts.
11768 case $host_os in
11769 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11770 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11771 esac
11772 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11773else
11774 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11775fi
11776library_names_spec=
11777libname_spec='lib$name'
11778soname_spec=
11779shrext_cmds=".so"
11780postinstall_cmds=
11781postuninstall_cmds=
11782finish_cmds=
11783finish_eval=
11784shlibpath_var=
11785shlibpath_overrides_runpath=unknown
11786version_type=none
11787dynamic_linker="$host_os ld.so"
11788sys_lib_dlsearch_path_spec="/lib /usr/lib"
11789need_lib_prefix=unknown
11790hardcode_into_libs=no
11791
11792# when you set need_version to no, make sure it does not cause -set_version
11793# flags to be left without arguments
11794need_version=unknown
11795
11796case $host_os in
11797aix3*)
11798 version_type=linux
11799 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11800 shlibpath_var=LIBPATH
11801
11802 # AIX 3 has no versioning support, so we append a major version to the name.
11803 soname_spec='${libname}${release}${shared_ext}$major'
11804 ;;
11805
11806aix[4-9]*)
11807 version_type=linux
11808 need_lib_prefix=no
11809 need_version=no
11810 hardcode_into_libs=yes
11811 if test "$host_cpu" = ia64; then
11812 # AIX 5 supports IA64
11813 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11814 shlibpath_var=LD_LIBRARY_PATH
11815 else
11816 # With GCC up to 2.95.x, collect2 would create an import file
11817 # for dependence libraries. The import file would start with
11818 # the line `#! .'. This would cause the generated library to
11819 # depend on `.', always an invalid library. This was fixed in
11820 # development snapshots of GCC prior to 3.0.
11821 case $host_os in
11822 aix4 | aix4.[01] | aix4.[01].*)
11823 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11824 echo ' yes '
11825 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11826 :
11827 else
11828 can_build_shared=no
11829 fi
11830 ;;
11831 esac
11832 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11833 # soname into executable. Probably we can add versioning support to
11834 # collect2, so additional links can be useful in future.
11835 if test "$aix_use_runtimelinking" = yes; then
11836 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11837 # instead of lib<name>.a to let people know that these are not
11838 # typical AIX shared libraries.
11839 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11840 else
11841 # We preserve .a as extension for shared libraries through AIX4.2
11842 # and later when we are not doing run time linking.
11843 library_names_spec='${libname}${release}.a $libname.a'
11844 soname_spec='${libname}${release}${shared_ext}$major'
11845 fi
11846 shlibpath_var=LIBPATH
11847 fi
11848 ;;
11849
11850amigaos*)
11851 case $host_cpu in
11852 powerpc)
11853 # Since July 2007 AmigaOS4 officially supports .so libraries.
11854 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
11855 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11856 ;;
11857 m68k)
11858 library_names_spec='$libname.ixlibrary $libname.a'
11859 # Create ${libname}_ixlibrary.a entries in /sys/libs.
11860 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'
11861 ;;
11862 esac
11863 ;;
11864
11865beos*)
11866 library_names_spec='${libname}${shared_ext}'
11867 dynamic_linker="$host_os ld.so"
11868 shlibpath_var=LIBRARY_PATH
11869 ;;
11870
11871bsdi[45]*)
11872 version_type=linux
11873 need_version=no
11874 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11875 soname_spec='${libname}${release}${shared_ext}$major'
11876 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
11877 shlibpath_var=LD_LIBRARY_PATH
11878 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
11879 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
11880 # the default ld.so.conf also contains /usr/contrib/lib and
11881 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
11882 # libtool to hard-code these into programs
11883 ;;
11884
11885cygwin* | mingw* | pw32* | cegcc*)
11886 version_type=windows
11887 shrext_cmds=".dll"
11888 need_version=no
11889 need_lib_prefix=no
11890
11891 case $GCC,$host_os in
11892 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
11893 library_names_spec='$libname.dll.a'
11894 # DLL is installed to $(libdir)/../bin by postinstall_cmds
11895 postinstall_cmds='base_file=`basename \${file}`~
11896 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
11897 dldir=$destdir/`dirname \$dlpath`~
11898 test -d \$dldir || mkdir -p \$dldir~
11899 $install_prog $dir/$dlname \$dldir/$dlname~
11900 chmod a+x \$dldir/$dlname~
11901 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
11902 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
11903 fi'
11904 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
11905 dlpath=$dir/\$dldll~
11906 $RM \$dlpath'
11907 shlibpath_overrides_runpath=yes
11908
11909 case $host_os in
11910 cygwin*)
11911 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
11912 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11913
11914 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
11915 ;;
11916 mingw* | cegcc*)
11917 # MinGW DLLs use traditional 'lib' prefix
11918 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11919 ;;
11920 pw32*)
11921 # pw32 DLLs use 'pw' prefix rather than 'lib'
11922 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
11923 ;;
11924 esac
11925 ;;
11926
11927 *)
11928 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
11929 ;;
11930 esac
11931 dynamic_linker='Win32 ld.exe'
11932 # FIXME: first we should search . and the directory the executable is in
11933 shlibpath_var=PATH
11934 ;;
11935
11936darwin* | rhapsody*)
11937 dynamic_linker="$host_os dyld"
11938 version_type=darwin
11939 need_lib_prefix=no
11940 need_version=no
11941 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
11942 soname_spec='${libname}${release}${major}$shared_ext'
11943 shlibpath_overrides_runpath=yes
11944 shlibpath_var=DYLD_LIBRARY_PATH
11945 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
11946
11947 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
11948 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
11949 ;;
11950
11951dgux*)
11952 version_type=linux
11953 need_lib_prefix=no
11954 need_version=no
11955 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
11956 soname_spec='${libname}${release}${shared_ext}$major'
11957 shlibpath_var=LD_LIBRARY_PATH
11958 ;;
11959
11960freebsd* | dragonfly*)
11961 # DragonFly does not have aout. When/if they implement a new
11962 # versioning mechanism, adjust this.
11963 if test -x /usr/bin/objformat; then
11964 objformat=`/usr/bin/objformat`
11965 else
11966 case $host_os in
11967 freebsd[23].*) objformat=aout ;;
11968 *) objformat=elf ;;
11969 esac
11970 fi
11971 version_type=freebsd-$objformat
11972 case $version_type in
11973 freebsd-elf*)
11974 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
11975 need_version=no
11976 need_lib_prefix=no
11977 ;;
11978 freebsd-*)
11979 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
11980 need_version=yes
11981 ;;
11982 esac
11983 shlibpath_var=LD_LIBRARY_PATH
11984 case $host_os in
11985 freebsd2.*)
11986 shlibpath_overrides_runpath=yes
11987 ;;
11988 freebsd3.[01]* | freebsdelf3.[01]*)
11989 shlibpath_overrides_runpath=yes
11990 hardcode_into_libs=yes
11991 ;;
11992 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
11993 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
11994 shlibpath_overrides_runpath=no
11995 hardcode_into_libs=yes
11996 ;;
11997 *) # from 4.6 on, and DragonFly
11998 shlibpath_overrides_runpath=yes
11999 hardcode_into_libs=yes
12000 ;;
12001 esac
12002 ;;
12003
12004gnu*)
12005 version_type=linux
12006 need_lib_prefix=no
12007 need_version=no
12008 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12009 soname_spec='${libname}${release}${shared_ext}$major'
12010 shlibpath_var=LD_LIBRARY_PATH
12011 hardcode_into_libs=yes
12012 ;;
12013
12014haiku*)
12015 version_type=linux
12016 need_lib_prefix=no
12017 need_version=no
12018 dynamic_linker="$host_os runtime_loader"
12019 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12020 soname_spec='${libname}${release}${shared_ext}$major'
12021 shlibpath_var=LIBRARY_PATH
12022 shlibpath_overrides_runpath=yes
12023 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12024 hardcode_into_libs=yes
12025 ;;
12026
12027hpux9* | hpux10* | hpux11*)
12028 # Give a soname corresponding to the major version so that dld.sl refuses to
12029 # link against other versions.
12030 version_type=sunos
12031 need_lib_prefix=no
12032 need_version=no
12033 case $host_cpu in
12034 ia64*)
12035 shrext_cmds='.so'
12036 hardcode_into_libs=yes
12037 dynamic_linker="$host_os dld.so"
12038 shlibpath_var=LD_LIBRARY_PATH
12039 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12040 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12041 soname_spec='${libname}${release}${shared_ext}$major'
12042 if test "X$HPUX_IA64_MODE" = X32; then
12043 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12044 else
12045 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12046 fi
12047 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12048 ;;
12049 hppa*64*)
12050 shrext_cmds='.sl'
12051 hardcode_into_libs=yes
12052 dynamic_linker="$host_os dld.sl"
12053 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12054 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12055 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12056 soname_spec='${libname}${release}${shared_ext}$major'
12057 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12058 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12059 ;;
12060 *)
12061 shrext_cmds='.sl'
12062 dynamic_linker="$host_os dld.sl"
12063 shlibpath_var=SHLIB_PATH
12064 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12065 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12066 soname_spec='${libname}${release}${shared_ext}$major'
12067 ;;
12068 esac
12069 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12070 postinstall_cmds='chmod 555 $lib'
12071 # or fails outright, so override atomically:
12072 install_override_mode=555
12073 ;;
12074
12075interix[3-9]*)
12076 version_type=linux
12077 need_lib_prefix=no
12078 need_version=no
12079 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12080 soname_spec='${libname}${release}${shared_ext}$major'
12081 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12082 shlibpath_var=LD_LIBRARY_PATH
12083 shlibpath_overrides_runpath=no
12084 hardcode_into_libs=yes
12085 ;;
12086
12087irix5* | irix6* | nonstopux*)
12088 case $host_os in
12089 nonstopux*) version_type=nonstopux ;;
12090 *)
12091 if test "$lt_cv_prog_gnu_ld" = yes; then
12092 version_type=linux
12093 else
12094 version_type=irix
12095 fi ;;
12096 esac
12097 need_lib_prefix=no
12098 need_version=no
12099 soname_spec='${libname}${release}${shared_ext}$major'
12100 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12101 case $host_os in
12102 irix5* | nonstopux*)
12103 libsuff= shlibsuff=
12104 ;;
12105 *)
12106 case $LD in # libtool.m4 will add one of these switches to LD
12107 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12108 libsuff= shlibsuff= libmagic=32-bit;;
12109 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12110 libsuff=32 shlibsuff=N32 libmagic=N32;;
12111 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12112 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12113 *) libsuff= shlibsuff= libmagic=never-match;;
12114 esac
12115 ;;
12116 esac
12117 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12118 shlibpath_overrides_runpath=no
12119 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12120 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12121 hardcode_into_libs=yes
12122 ;;
12123
12124# No shared lib support for Linux oldld, aout, or coff.
12125linux*oldld* | linux*aout* | linux*coff*)
12126 dynamic_linker=no
12127 ;;
12128
12129# This must be Linux ELF.
12130linux* | k*bsd*-gnu | kopensolaris*-gnu)
12131 version_type=linux
12132 need_lib_prefix=no
12133 need_version=no
12134 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12135 soname_spec='${libname}${release}${shared_ext}$major'
12136 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12137 shlibpath_var=LD_LIBRARY_PATH
12138 shlibpath_overrides_runpath=no
12139
12140 # Some binutils ld are patched to set DT_RUNPATH
12141 if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
2232061b
MF
12142 $as_echo_n "(cached) " >&6
12143else
6bb11ab3
L
12144 lt_cv_shlibpath_overrides_runpath=no
12145 save_LDFLAGS=$LDFLAGS
12146 save_libdir=$libdir
12147 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12148 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12149 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2232061b
MF
12150/* end confdefs.h. */
12151
2232061b
MF
12152int
12153main ()
12154{
12155
12156 ;
12157 return 0;
12158}
12159_ACEOF
6bb11ab3
L
12160if ac_fn_c_try_link "$LINENO"; then :
12161 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12162 lt_cv_shlibpath_overrides_runpath=yes
2232061b 12163fi
2232061b 12164fi
6bb11ab3
L
12165rm -f core conftest.err conftest.$ac_objext \
12166 conftest$ac_exeext conftest.$ac_ext
12167 LDFLAGS=$save_LDFLAGS
12168 libdir=$save_libdir
2232061b 12169
6bb11ab3 12170fi
2232061b 12171
6bb11ab3 12172 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
2232061b 12173
6bb11ab3
L
12174 # This implies no fast_install, which is unacceptable.
12175 # Some rework will be needed to allow for fast_install
12176 # before this can be enabled.
12177 hardcode_into_libs=yes
2232061b 12178
6bb11ab3
L
12179 # Append ld.so.conf contents to the search path
12180 if test -f /etc/ld.so.conf; then
12181 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' ' '`
12182 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12183 fi
2232061b 12184
6bb11ab3
L
12185 # We used to test for /lib/ld.so.1 and disable shared libraries on
12186 # powerpc, because MkLinux only supported shared libraries with the
12187 # GNU dynamic linker. Since this was broken with cross compilers,
12188 # most powerpc-linux boxes support dynamic linking these days and
12189 # people can always --disable-shared, the test was removed, and we
12190 # assume the GNU/Linux dynamic linker is in use.
12191 dynamic_linker='GNU/Linux ld.so'
12192 ;;
12193
12194netbsd*)
12195 version_type=sunos
12196 need_lib_prefix=no
12197 need_version=no
12198 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12199 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12200 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12201 dynamic_linker='NetBSD (a.out) ld.so'
2232061b 12202 else
6bb11ab3
L
12203 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12204 soname_spec='${libname}${release}${shared_ext}$major'
12205 dynamic_linker='NetBSD ld.elf_so'
12206 fi
12207 shlibpath_var=LD_LIBRARY_PATH
12208 shlibpath_overrides_runpath=yes
12209 hardcode_into_libs=yes
12210 ;;
12211
12212newsos6)
12213 version_type=linux
12214 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12215 shlibpath_var=LD_LIBRARY_PATH
12216 shlibpath_overrides_runpath=yes
12217 ;;
12218
12219*nto* | *qnx*)
12220 version_type=qnx
12221 need_lib_prefix=no
12222 need_version=no
12223 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12224 soname_spec='${libname}${release}${shared_ext}$major'
12225 shlibpath_var=LD_LIBRARY_PATH
12226 shlibpath_overrides_runpath=no
12227 hardcode_into_libs=yes
12228 dynamic_linker='ldqnx.so'
12229 ;;
12230
12231openbsd*)
12232 version_type=sunos
12233 sys_lib_dlsearch_path_spec="/usr/lib"
12234 need_lib_prefix=no
12235 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12236 case $host_os in
12237 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12238 *) need_version=no ;;
12239 esac
12240 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12241 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12242 shlibpath_var=LD_LIBRARY_PATH
12243 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12244 case $host_os in
12245 openbsd2.[89] | openbsd2.[89].*)
12246 shlibpath_overrides_runpath=no
12247 ;;
12248 *)
12249 shlibpath_overrides_runpath=yes
12250 ;;
12251 esac
12252 else
12253 shlibpath_overrides_runpath=yes
12254 fi
12255 ;;
12256
12257os2*)
12258 libname_spec='$name'
12259 shrext_cmds=".dll"
12260 need_lib_prefix=no
12261 library_names_spec='$libname${shared_ext} $libname.a'
12262 dynamic_linker='OS/2 ld.exe'
12263 shlibpath_var=LIBPATH
12264 ;;
12265
12266osf3* | osf4* | osf5*)
12267 version_type=osf
12268 need_lib_prefix=no
12269 need_version=no
12270 soname_spec='${libname}${release}${shared_ext}$major'
12271 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12272 shlibpath_var=LD_LIBRARY_PATH
12273 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12274 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12275 ;;
12276
12277rdos*)
12278 dynamic_linker=no
12279 ;;
12280
12281solaris*)
12282 version_type=linux
12283 need_lib_prefix=no
12284 need_version=no
12285 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12286 soname_spec='${libname}${release}${shared_ext}$major'
12287 shlibpath_var=LD_LIBRARY_PATH
12288 shlibpath_overrides_runpath=yes
12289 hardcode_into_libs=yes
12290 # ldd complains unless libraries are executable
12291 postinstall_cmds='chmod +x $lib'
12292 ;;
12293
12294sunos4*)
12295 version_type=sunos
12296 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12297 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12298 shlibpath_var=LD_LIBRARY_PATH
12299 shlibpath_overrides_runpath=yes
12300 if test "$with_gnu_ld" = yes; then
12301 need_lib_prefix=no
12302 fi
12303 need_version=yes
12304 ;;
12305
12306sysv4 | sysv4.3*)
12307 version_type=linux
12308 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12309 soname_spec='${libname}${release}${shared_ext}$major'
12310 shlibpath_var=LD_LIBRARY_PATH
12311 case $host_vendor in
12312 sni)
12313 shlibpath_overrides_runpath=no
12314 need_lib_prefix=no
12315 runpath_var=LD_RUN_PATH
12316 ;;
12317 siemens)
12318 need_lib_prefix=no
12319 ;;
12320 motorola)
12321 need_lib_prefix=no
12322 need_version=no
12323 shlibpath_overrides_runpath=no
12324 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12325 ;;
12326 esac
12327 ;;
12328
12329sysv4*MP*)
12330 if test -d /usr/nec ;then
12331 version_type=linux
12332 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12333 soname_spec='$libname${shared_ext}.$major'
12334 shlibpath_var=LD_LIBRARY_PATH
2232061b 12335 fi
6bb11ab3
L
12336 ;;
12337
12338sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12339 version_type=freebsd-elf
12340 need_lib_prefix=no
12341 need_version=no
12342 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12343 soname_spec='${libname}${release}${shared_ext}$major'
12344 shlibpath_var=LD_LIBRARY_PATH
12345 shlibpath_overrides_runpath=yes
12346 hardcode_into_libs=yes
12347 if test "$with_gnu_ld" = yes; then
12348 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12349 else
12350 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12351 case $host_os in
12352 sco3.2v5*)
12353 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12354 ;;
12355 esac
12356 fi
12357 sys_lib_dlsearch_path_spec='/usr/lib'
12358 ;;
12359
12360tpf*)
12361 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12362 version_type=linux
12363 need_lib_prefix=no
12364 need_version=no
12365 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12366 shlibpath_var=LD_LIBRARY_PATH
12367 shlibpath_overrides_runpath=no
12368 hardcode_into_libs=yes
12369 ;;
12370
12371uts4*)
12372 version_type=linux
12373 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12374 soname_spec='${libname}${release}${shared_ext}$major'
12375 shlibpath_var=LD_LIBRARY_PATH
12376 ;;
12377
12378*)
12379 dynamic_linker=no
12380 ;;
12381esac
12382{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12383$as_echo "$dynamic_linker" >&6; }
12384test "$dynamic_linker" = no && can_build_shared=no
12385
12386variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12387if test "$GCC" = yes; then
12388 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12389fi
2232061b 12390
6bb11ab3
L
12391if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12392 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12393fi
12394if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12395 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12396fi
12397
12398
12399
12400
12401
12402
12403
12404
12405
12406
12407
12408
12409
12410
12411
12412
12413
12414
12415
12416
12417
12418
12419
12420
12421
12422
2232061b 12423
2232061b 12424
2232061b 12425
2232061b 12426
2232061b
MF
12427
12428
87326c78 12429
87326c78
DD
12430
12431
12432
12433
12434
2232061b 12435
87326c78
DD
12436
12437
12438
12439
87326c78 12440
87326c78 12441
87326c78
DD
12442
12443
87326c78 12444
87326c78 12445
87326c78
DD
12446
12447
5f3ef9d0 12448
5f3ef9d0
JB
12449
12450
12451
db2e4d67
MF
12452
12453
db2e4d67 12454
db2e4d67 12455
db2e4d67 12456
db2e4d67 12457
db2e4d67 12458
db2e4d67 12459
db2e4d67 12460
db2e4d67
MF
12461
12462
db2e4d67 12463
db2e4d67
MF
12464
12465
db2e4d67 12466
db2e4d67
MF
12467
12468
87326c78 12469
87326c78 12470
87326c78
DD
12471
12472
87326c78
DD
12473
12474
87326c78 12475
87326c78 12476
87326c78 12477
87326c78 12478
87326c78 12479
87326c78 12480
87326c78 12481
87326c78 12482
87326c78 12483
87326c78 12484
87326c78 12485
87326c78 12486
87326c78 12487
87326c78 12488
6bb11ab3
L
12489 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12490$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12491hardcode_action=
12492if test -n "$hardcode_libdir_flag_spec" ||
12493 test -n "$runpath_var" ||
12494 test "X$hardcode_automatic" = "Xyes" ; then
87326c78 12495
6bb11ab3
L
12496 # We can hardcode non-existent directories.
12497 if test "$hardcode_direct" != no &&
12498 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12499 # have to relink, otherwise we might link with an installed library
12500 # when we should be linking with a yet-to-be-installed one
12501 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12502 test "$hardcode_minus_L" != no; then
12503 # Linking always hardcodes the temporary library directory.
12504 hardcode_action=relink
12505 else
12506 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12507 hardcode_action=immediate
12508 fi
12509else
12510 # We cannot hardcode anything, or else we can only hardcode existing
12511 # directories.
12512 hardcode_action=unsupported
87326c78 12513fi
6bb11ab3
L
12514{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12515$as_echo "$hardcode_action" >&6; }
87326c78 12516
6bb11ab3
L
12517if test "$hardcode_action" = relink ||
12518 test "$inherit_rpath" = yes; then
12519 # Fast installation is not supported
12520 enable_fast_install=no
12521elif test "$shlibpath_overrides_runpath" = yes ||
12522 test "$enable_shared" = no; then
12523 # Fast installation is not necessary
12524 enable_fast_install=needless
12525fi
87326c78 12526
6bb11ab3
L
12527
12528
12529
12530
12531
12532 if test "x$enable_dlopen" != xyes; then
12533 enable_dlopen=unknown
12534 enable_dlopen_self=unknown
12535 enable_dlopen_self_static=unknown
12536else
12537 lt_cv_dlopen=no
12538 lt_cv_dlopen_libs=
12539
12540 case $host_os in
12541 beos*)
12542 lt_cv_dlopen="load_add_on"
12543 lt_cv_dlopen_libs=
12544 lt_cv_dlopen_self=yes
12545 ;;
12546
12547 mingw* | pw32* | cegcc*)
12548 lt_cv_dlopen="LoadLibrary"
12549 lt_cv_dlopen_libs=
12550 ;;
12551
12552 cygwin*)
12553 lt_cv_dlopen="dlopen"
12554 lt_cv_dlopen_libs=
12555 ;;
12556
12557 darwin*)
12558 # if libdl is installed we need to link against it
12559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12560$as_echo_n "checking for dlopen in -ldl... " >&6; }
12561if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
12562 $as_echo_n "(cached) " >&6
12563else
12564 ac_check_lib_save_LIBS=$LIBS
12565LIBS="-ldl $LIBS"
12566cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12567/* end confdefs.h. */
12568
12569/* Override any GCC internal prototype to avoid an error.
12570 Use char because int might match the return type of a GCC
12571 builtin and then its argument prototype would still apply. */
12572#ifdef __cplusplus
12573extern "C"
12574#endif
12575char dlopen ();
12576int
12577main ()
12578{
12579return dlopen ();
12580 ;
12581 return 0;
12582}
87326c78 12583_ACEOF
6bb11ab3
L
12584if ac_fn_c_try_link "$LINENO"; then :
12585 ac_cv_lib_dl_dlopen=yes
12586else
12587 ac_cv_lib_dl_dlopen=no
12588fi
12589rm -f core conftest.err conftest.$ac_objext \
12590 conftest$ac_exeext conftest.$ac_ext
12591LIBS=$ac_check_lib_save_LIBS
12592fi
12593{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12594$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12595if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12596 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12597else
12598
12599 lt_cv_dlopen="dyld"
12600 lt_cv_dlopen_libs=
12601 lt_cv_dlopen_self=yes
87326c78
DD
12602
12603fi
87326c78 12604
6bb11ab3 12605 ;;
87326c78 12606
6bb11ab3
L
12607 *)
12608 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
12609if test "x$ac_cv_func_shl_load" = x""yes; then :
12610 lt_cv_dlopen="shl_load"
12611else
12612 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12613$as_echo_n "checking for shl_load in -ldld... " >&6; }
12614if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
12615 $as_echo_n "(cached) " >&6
12616else
12617 ac_check_lib_save_LIBS=$LIBS
12618LIBS="-ldld $LIBS"
12619cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12620/* end confdefs.h. */
12621
12622/* Override any GCC internal prototype to avoid an error.
12623 Use char because int might match the return type of a GCC
12624 builtin and then its argument prototype would still apply. */
12625#ifdef __cplusplus
12626extern "C"
12627#endif
12628char shl_load ();
12629int
12630main ()
12631{
12632return shl_load ();
12633 ;
12634 return 0;
12635}
12636_ACEOF
12637if ac_fn_c_try_link "$LINENO"; then :
12638 ac_cv_lib_dld_shl_load=yes
12639else
12640 ac_cv_lib_dld_shl_load=no
12641fi
12642rm -f core conftest.err conftest.$ac_objext \
12643 conftest$ac_exeext conftest.$ac_ext
12644LIBS=$ac_check_lib_save_LIBS
12645fi
12646{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12647$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
12648if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
12649 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12650else
12651 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
12652if test "x$ac_cv_func_dlopen" = x""yes; then :
12653 lt_cv_dlopen="dlopen"
12654else
12655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12656$as_echo_n "checking for dlopen in -ldl... " >&6; }
12657if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
87326c78
DD
12658 $as_echo_n "(cached) " >&6
12659else
12660 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12661LIBS="-ldl $LIBS"
87326c78
DD
12662cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12663/* end confdefs.h. */
12664
12665/* Override any GCC internal prototype to avoid an error.
12666 Use char because int might match the return type of a GCC
12667 builtin and then its argument prototype would still apply. */
12668#ifdef __cplusplus
12669extern "C"
12670#endif
6bb11ab3 12671char dlopen ();
87326c78
DD
12672int
12673main ()
12674{
6bb11ab3 12675return dlopen ();
87326c78
DD
12676 ;
12677 return 0;
12678}
12679_ACEOF
12680if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12681 ac_cv_lib_dl_dlopen=yes
87326c78 12682else
6bb11ab3 12683 ac_cv_lib_dl_dlopen=no
87326c78
DD
12684fi
12685rm -f core conftest.err conftest.$ac_objext \
12686 conftest$ac_exeext conftest.$ac_ext
12687LIBS=$ac_check_lib_save_LIBS
12688fi
6bb11ab3
L
12689{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12690$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
12691if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
12692 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12693else
12694 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12695$as_echo_n "checking for dlopen in -lsvld... " >&6; }
12696if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
87326c78
DD
12697 $as_echo_n "(cached) " >&6
12698else
12699 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12700LIBS="-lsvld $LIBS"
87326c78
DD
12701cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12702/* end confdefs.h. */
12703
12704/* Override any GCC internal prototype to avoid an error.
12705 Use char because int might match the return type of a GCC
12706 builtin and then its argument prototype would still apply. */
12707#ifdef __cplusplus
12708extern "C"
12709#endif
6bb11ab3 12710char dlopen ();
87326c78
DD
12711int
12712main ()
12713{
6bb11ab3 12714return dlopen ();
87326c78
DD
12715 ;
12716 return 0;
12717}
12718_ACEOF
12719if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12720 ac_cv_lib_svld_dlopen=yes
87326c78 12721else
6bb11ab3 12722 ac_cv_lib_svld_dlopen=no
87326c78
DD
12723fi
12724rm -f core conftest.err conftest.$ac_objext \
12725 conftest$ac_exeext conftest.$ac_ext
12726LIBS=$ac_check_lib_save_LIBS
12727fi
6bb11ab3
L
12728{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12729$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
12730if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
12731 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
87326c78 12732else
6bb11ab3
L
12733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12734$as_echo_n "checking for dld_link in -ldld... " >&6; }
12735if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
87326c78
DD
12736 $as_echo_n "(cached) " >&6
12737else
6bb11ab3
L
12738 ac_check_lib_save_LIBS=$LIBS
12739LIBS="-ldld $LIBS"
87326c78
DD
12740cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12741/* end confdefs.h. */
12742
12743/* Override any GCC internal prototype to avoid an error.
12744 Use char because int might match the return type of a GCC
12745 builtin and then its argument prototype would still apply. */
12746#ifdef __cplusplus
12747extern "C"
12748#endif
6bb11ab3 12749char dld_link ();
87326c78
DD
12750int
12751main ()
12752{
6bb11ab3 12753return dld_link ();
87326c78
DD
12754 ;
12755 return 0;
12756}
12757_ACEOF
6bb11ab3
L
12758if ac_fn_c_try_link "$LINENO"; then :
12759 ac_cv_lib_dld_dld_link=yes
12760else
12761 ac_cv_lib_dld_dld_link=no
12762fi
12763rm -f core conftest.err conftest.$ac_objext \
12764 conftest$ac_exeext conftest.$ac_ext
12765LIBS=$ac_check_lib_save_LIBS
12766fi
12767{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12768$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
12769if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
12770 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12771fi
12772
12773
12774fi
12775
12776
12777fi
12778
12779
12780fi
12781
12782
12783fi
12784
12785
12786fi
12787
12788 ;;
12789 esac
12790
12791 if test "x$lt_cv_dlopen" != xno; then
12792 enable_dlopen=yes
87326c78 12793 else
6bb11ab3
L
12794 enable_dlopen=no
12795 fi
12796
12797 case $lt_cv_dlopen in
12798 dlopen)
12799 save_CPPFLAGS="$CPPFLAGS"
12800 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12801
12802 save_LDFLAGS="$LDFLAGS"
12803 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12804
12805 save_LIBS="$LIBS"
12806 LIBS="$lt_cv_dlopen_libs $LIBS"
12807
12808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12809$as_echo_n "checking whether a program can dlopen itself... " >&6; }
12810if test "${lt_cv_dlopen_self+set}" = set; then :
12811 $as_echo_n "(cached) " >&6
12812else
12813 if test "$cross_compiling" = yes; then :
12814 lt_cv_dlopen_self=cross
12815else
12816 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12817 lt_status=$lt_dlunknown
12818 cat > conftest.$ac_ext <<_LT_EOF
ce39bd38 12819#line 12819 "configure"
6bb11ab3
L
12820#include "confdefs.h"
12821
12822#if HAVE_DLFCN_H
12823#include <dlfcn.h>
12824#endif
12825
12826#include <stdio.h>
12827
12828#ifdef RTLD_GLOBAL
12829# define LT_DLGLOBAL RTLD_GLOBAL
12830#else
12831# ifdef DL_GLOBAL
12832# define LT_DLGLOBAL DL_GLOBAL
12833# else
12834# define LT_DLGLOBAL 0
12835# endif
12836#endif
12837
12838/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12839 find out it does not work in some platform. */
12840#ifndef LT_DLLAZY_OR_NOW
12841# ifdef RTLD_LAZY
12842# define LT_DLLAZY_OR_NOW RTLD_LAZY
12843# else
12844# ifdef DL_LAZY
12845# define LT_DLLAZY_OR_NOW DL_LAZY
12846# else
12847# ifdef RTLD_NOW
12848# define LT_DLLAZY_OR_NOW RTLD_NOW
12849# else
12850# ifdef DL_NOW
12851# define LT_DLLAZY_OR_NOW DL_NOW
12852# else
12853# define LT_DLLAZY_OR_NOW 0
12854# endif
12855# endif
12856# endif
12857# endif
12858#endif
12859
12860/* When -fvisbility=hidden is used, assume the code has been annotated
12861 correspondingly for the symbols needed. */
12862#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12863void fnord () __attribute__((visibility("default")));
12864#endif
12865
12866void fnord () { int i=42; }
12867int main ()
12868{
12869 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12870 int status = $lt_dlunknown;
12871
12872 if (self)
12873 {
12874 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12875 else
12876 {
12877 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12878 else puts (dlerror ());
12879 }
12880 /* dlclose (self); */
12881 }
12882 else
12883 puts (dlerror ());
12884
12885 return status;
12886}
12887_LT_EOF
12888 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12889 (eval $ac_link) 2>&5
12890 ac_status=$?
12891 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12892 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12893 (./conftest; exit; ) >&5 2>/dev/null
12894 lt_status=$?
12895 case x$lt_status in
12896 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
12897 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
12898 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
12899 esac
12900 else :
12901 # compilation failed
12902 lt_cv_dlopen_self=no
87326c78 12903 fi
87326c78 12904fi
6bb11ab3
L
12905rm -fr conftest*
12906
12907
87326c78 12908fi
6bb11ab3
L
12909{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
12910$as_echo "$lt_cv_dlopen_self" >&6; }
87326c78 12911
6bb11ab3
L
12912 if test "x$lt_cv_dlopen_self" = xyes; then
12913 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
12914 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
12915$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
12916if test "${lt_cv_dlopen_self_static+set}" = set; then :
12917 $as_echo_n "(cached) " >&6
87326c78 12918else
6bb11ab3
L
12919 if test "$cross_compiling" = yes; then :
12920 lt_cv_dlopen_self_static=cross
12921else
12922 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12923 lt_status=$lt_dlunknown
12924 cat > conftest.$ac_ext <<_LT_EOF
ce39bd38 12925#line 12925 "configure"
6bb11ab3
L
12926#include "confdefs.h"
12927
12928#if HAVE_DLFCN_H
12929#include <dlfcn.h>
12930#endif
12931
12932#include <stdio.h>
12933
12934#ifdef RTLD_GLOBAL
12935# define LT_DLGLOBAL RTLD_GLOBAL
12936#else
12937# ifdef DL_GLOBAL
12938# define LT_DLGLOBAL DL_GLOBAL
12939# else
12940# define LT_DLGLOBAL 0
12941# endif
12942#endif
12943
12944/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12945 find out it does not work in some platform. */
12946#ifndef LT_DLLAZY_OR_NOW
12947# ifdef RTLD_LAZY
12948# define LT_DLLAZY_OR_NOW RTLD_LAZY
12949# else
12950# ifdef DL_LAZY
12951# define LT_DLLAZY_OR_NOW DL_LAZY
12952# else
12953# ifdef RTLD_NOW
12954# define LT_DLLAZY_OR_NOW RTLD_NOW
12955# else
12956# ifdef DL_NOW
12957# define LT_DLLAZY_OR_NOW DL_NOW
12958# else
12959# define LT_DLLAZY_OR_NOW 0
12960# endif
12961# endif
12962# endif
12963# endif
12964#endif
12965
12966/* When -fvisbility=hidden is used, assume the code has been annotated
12967 correspondingly for the symbols needed. */
12968#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
12969void fnord () __attribute__((visibility("default")));
12970#endif
12971
12972void fnord () { int i=42; }
12973int main ()
12974{
12975 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
12976 int status = $lt_dlunknown;
12977
12978 if (self)
12979 {
12980 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
12981 else
12982 {
12983 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
12984 else puts (dlerror ());
12985 }
12986 /* dlclose (self); */
12987 }
12988 else
12989 puts (dlerror ());
12990
12991 return status;
12992}
12993_LT_EOF
12994 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
12995 (eval $ac_link) 2>&5
12996 ac_status=$?
12997 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
12998 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
12999 (./conftest; exit; ) >&5 2>/dev/null
13000 lt_status=$?
13001 case x$lt_status in
13002 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13003 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13004 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13005 esac
13006 else :
13007 # compilation failed
13008 lt_cv_dlopen_self_static=no
13009 fi
87326c78 13010fi
6bb11ab3
L
13011rm -fr conftest*
13012
13013
87326c78 13014fi
6bb11ab3
L
13015{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13016$as_echo "$lt_cv_dlopen_self_static" >&6; }
13017 fi
13018
13019 CPPFLAGS="$save_CPPFLAGS"
13020 LDFLAGS="$save_LDFLAGS"
13021 LIBS="$save_LIBS"
13022 ;;
13023 esac
13024
13025 case $lt_cv_dlopen_self in
13026 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13027 *) enable_dlopen_self=unknown ;;
13028 esac
13029
13030 case $lt_cv_dlopen_self_static in
13031 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13032 *) enable_dlopen_self_static=unknown ;;
13033 esac
13034fi
13035
13036
13037
13038
13039
13040
13041
13042
13043
13044
13045
13046
13047
13048
13049
13050
13051
13052striplib=
13053old_striplib=
13054{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13055$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13056if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13057 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13058 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13060$as_echo "yes" >&6; }
13061else
13062# FIXME - insert some real tests, host_os isn't really good enough
13063 case $host_os in
13064 darwin*)
13065 if test -n "$STRIP" ; then
13066 striplib="$STRIP -x"
13067 old_striplib="$STRIP -S"
13068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13069$as_echo "yes" >&6; }
13070 else
13071 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13072$as_echo "no" >&6; }
13073 fi
13074 ;;
13075 *)
13076 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13077$as_echo "no" >&6; }
13078 ;;
13079 esac
13080fi
13081
13082
13083
13084
13085
13086
13087
13088
13089
13090
13091
13092
13093 # Report which library types will actually be built
13094 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13095$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13096 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13097$as_echo "$can_build_shared" >&6; }
13098
13099 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13100$as_echo_n "checking whether to build shared libraries... " >&6; }
13101 test "$can_build_shared" = "no" && enable_shared=no
13102
13103 # On AIX, shared libraries and static libraries use the same namespace, and
13104 # are all built from PIC.
13105 case $host_os in
13106 aix3*)
13107 test "$enable_shared" = yes && enable_static=no
13108 if test -n "$RANLIB"; then
13109 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13110 postinstall_cmds='$RANLIB $lib'
13111 fi
13112 ;;
13113
13114 aix[4-9]*)
13115 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13116 test "$enable_shared" = yes && enable_static=no
13117 fi
13118 ;;
13119 esac
13120 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13121$as_echo "$enable_shared" >&6; }
13122
13123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13124$as_echo_n "checking whether to build static libraries... " >&6; }
13125 # Make sure either enable_shared or enable_static is yes.
13126 test "$enable_shared" = yes || enable_static=yes
13127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13128$as_echo "$enable_static" >&6; }
13129
13130
13131
13132
13133fi
13134ac_ext=c
13135ac_cpp='$CPP $CPPFLAGS'
13136ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13137ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13138ac_compiler_gnu=$ac_cv_c_compiler_gnu
13139
13140CC="$lt_save_CC"
13141
13142
13143
13144
13145
13146
13147
13148
13149
87326c78 13150
87326c78 13151
87326c78 13152
87326c78 13153
6bb11ab3
L
13154 ac_config_commands="$ac_config_commands libtool"
13155
13156
13157
13158
13159# Only expand once:
13160
13161
87326c78
DD
13162
13163
13164. ${srcdir}/../../bfd/configure.host
13165
13166
13167
31e6ad7d
MF
13168
13169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13170$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13171 # Check whether --enable-maintainer-mode was given.
87326c78 13172if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13173 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13174else
13175 USE_MAINTAINER_MODE=no
87326c78 13176fi
31e6ad7d
MF
13177
13178 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13179$as_echo "$USE_MAINTAINER_MODE" >&6; }
13180 if test $USE_MAINTAINER_MODE = yes; then
13181 MAINTAINER_MODE_TRUE=
13182 MAINTAINER_MODE_FALSE='#'
87326c78 13183else
31e6ad7d
MF
13184 MAINTAINER_MODE_TRUE='#'
13185 MAINTAINER_MODE_FALSE=
87326c78
DD
13186fi
13187
31e6ad7d
MF
13188 MAINT=$MAINTAINER_MODE_TRUE
13189
13190
87326c78
DD
13191
13192
ce39bd38
MF
13193{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13194$as_echo_n "checking for sim debug setting... " >&6; }
13195sim_debug="0"
87326c78
DD
13196# Check whether --enable-sim-debug was given.
13197if test "${enable_sim_debug+set}" = set; then :
13198 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13199 yes) sim_debug="7";;
13200 no) sim_debug="0";;
13201 *) sim_debug="($enableval)";;
87326c78 13202esac
87326c78 13203fi
ce39bd38
MF
13204if test "$sim_debug" != "0"; then
13205
13206cat >>confdefs.h <<_ACEOF
13207#define DEBUG $sim_debug
13208_ACEOF
13209
87326c78
DD
13210fi
13211
ce39bd38
MF
13212cat >>confdefs.h <<_ACEOF
13213#define WITH_DEBUG $sim_debug
13214_ACEOF
13215
13216{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13217$as_echo "$sim_debug" >&6; }
87326c78
DD
13218
13219
ce39bd38
MF
13220{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13221$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13222sim_stdio="0"
87326c78
DD
13223# Check whether --enable-sim-stdio was given.
13224if test "${enable_sim_stdio+set}" = set; then :
13225 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13226 yes) sim_stdio="DO_USE_STDIO";;
13227 no) sim_stdio="DONT_USE_STDIO";;
13228 *) as_fn_error "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
87326c78 13229esac
87326c78
DD
13230fi
13231
ce39bd38
MF
13232cat >>confdefs.h <<_ACEOF
13233#define WITH_STDIO $sim_stdio
13234_ACEOF
13235
13236{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13237$as_echo "$sim_stdio" >&6; }
87326c78
DD
13238
13239
ce39bd38
MF
13240{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13241$as_echo_n "checking for sim trace settings... " >&6; }
13242sim_trace="~TRACE_debug"
87326c78
DD
13243# Check whether --enable-sim-trace was given.
13244if test "${enable_sim_trace+set}" = set; then :
13245 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13246 yes) sim_trace="-1";;
13247 no) sim_trace="0";;
87326c78 13248 [-0-9]*)
ce39bd38 13249 sim_trace="'(${enableval})'";;
2232061b 13250 [[:lower:]]*)
87326c78
DD
13251 sim_trace=""
13252 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13253 if test x"$sim_trace" = x; then
ce39bd38 13254 sim_trace="(TRACE_$x"
87326c78
DD
13255 else
13256 sim_trace="${sim_trace}|TRACE_$x"
13257 fi
13258 done
ce39bd38 13259 sim_trace="$sim_trace)" ;;
87326c78 13260esac
87326c78
DD
13261fi
13262
ce39bd38
MF
13263cat >>confdefs.h <<_ACEOF
13264#define WITH_TRACE $sim_trace
13265_ACEOF
13266
13267{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13268$as_echo "$sim_trace" >&6; }
87326c78
DD
13269
13270
ce39bd38
MF
13271{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13272$as_echo_n "checking for sim profile settings... " >&6; }
13273profile="1"
13274sim_profile="-1"
87326c78
DD
13275# Check whether --enable-sim-profile was given.
13276if test "${enable_sim_profile+set}" = set; then :
13277 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13278 yes) profile="1" sim_profile="-1";;
13279 no) profile="0" sim_profile="0";;
87326c78 13280 [-0-9]*)
ce39bd38 13281 profile="(${enableval})" sim_profile="(${enableval})";;
87326c78 13282 [a-z]*)
ce39bd38 13283 profile="1"
87326c78
DD
13284 sim_profile=""
13285 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13286 if test x"$sim_profile" = x; then
ce39bd38 13287 sim_profile="(PROFILE_$x"
87326c78
DD
13288 else
13289 sim_profile="${sim_profile}|PROFILE_$x"
13290 fi
13291 done
ce39bd38 13292 sim_profile="$sim_profile)" ;;
87326c78 13293esac
87326c78
DD
13294fi
13295
ce39bd38
MF
13296cat >>confdefs.h <<_ACEOF
13297#define PROFILE $profile
13298_ACEOF
87326c78
DD
13299
13300
ce39bd38
MF
13301cat >>confdefs.h <<_ACEOF
13302#define WITH_PROFILE $sim_profile
13303_ACEOF
13304
13305{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13306$as_echo "$sim_profile" >&6; }
13307
13308
13309
13310{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13311$as_echo_n "checking whether to enable sim asserts... " >&6; }
13312sim_assert="1"
35656e95
MF
13313# Check whether --enable-sim-assert was given.
13314if test "${enable_sim_assert+set}" = set; then :
13315 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13316 yes) sim_assert="1";;
13317 no) sim_assert="0";;
13318 *) as_fn_error "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13319esac
35656e95
MF
13320fi
13321
ce39bd38
MF
13322cat >>confdefs.h <<_ACEOF
13323#define WITH_ASSERT $sim_assert
13324_ACEOF
13325
13326{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13327$as_echo "$sim_assert" >&6; }
13328
35656e95 13329
ce39bd38
MF
13330{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13331$as_echo_n "checking default sim environment setting... " >&6; }
13332sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13333# Check whether --enable-sim-environment was given.
13334if test "${enable_sim_environment+set}" = set; then :
13335 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13336 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13337 user | USER) sim_environment="USER_ENVIRONMENT";;
13338 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13339 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
13340 *) as_fn_error "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13341esac
16f7876d
MF
13342fi
13343
ce39bd38
MF
13344cat >>confdefs.h <<_ACEOF
13345#define WITH_ENVIRONMENT $sim_environment
13346_ACEOF
13347
13348{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13349$as_echo "$sim_environment" >&6; }
13350
16f7876d 13351
347fe5bb
MF
13352sim_inline="-DDEFAULT_INLINE=0"
13353# Check whether --enable-sim-inline was given.
13354if test "${enable_sim_inline+set}" = set; then :
13355 enableval=$enable_sim_inline; sim_inline=""
13356case "$enableval" in
13357 no) sim_inline="-DDEFAULT_INLINE=0";;
13358 0) sim_inline="-DDEFAULT_INLINE=0";;
13359 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13360 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13361 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13362 new_flag=""
13363 case "$x" in
13364 *_INLINE=*) new_flag="-D$x";;
13365 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13366 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13367 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13368 esac
13369 if test x"$sim_inline" = x""; then
13370 sim_inline="$new_flag"
13371 else
13372 sim_inline="$sim_inline $new_flag"
13373 fi
13374 done;;
13375esac
13376if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13377 echo "Setting inline flags = $sim_inline" 6>&1
13378fi
13379fi
13380
13381
13382
87326c78
DD
13383
13384# Check whether --with-pkgversion was given.
13385if test "${with_pkgversion+set}" = set; then :
13386 withval=$with_pkgversion; case "$withval" in
13387 yes) as_fn_error "package version not specified" "$LINENO" 5 ;;
13388 no) PKGVERSION= ;;
13389 *) PKGVERSION="($withval) " ;;
13390 esac
13391else
bf12d44e 13392 PKGVERSION="(SIM) "
87326c78
DD
13393
13394fi
13395
13396
13397
13398
13399
13400# Check whether --with-bugurl was given.
13401if test "${with_bugurl+set}" = set; then :
13402 withval=$with_bugurl; case "$withval" in
13403 yes) as_fn_error "bug URL not specified" "$LINENO" 5 ;;
13404 no) BUGURL=
13405 ;;
13406 *) BUGURL="$withval"
13407 ;;
13408 esac
13409else
13410 BUGURL="http://www.gnu.org/software/gdb/bugs/"
13411
13412fi
13413
13414 case ${BUGURL} in
13415 "")
13416 REPORT_BUGS_TO=
13417 REPORT_BUGS_TEXI=
13418 ;;
13419 *)
13420 REPORT_BUGS_TO="<$BUGURL>"
13421 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13422 ;;
13423 esac;
13424
13425
13426
13427
13428cat >>confdefs.h <<_ACEOF
13429#define PKGVERSION "$PKGVERSION"
13430_ACEOF
13431
13432
13433cat >>confdefs.h <<_ACEOF
13434#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13435_ACEOF
13436
13437
13438{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13439$as_echo_n "checking return type of signal handlers... " >&6; }
13440if test "${ac_cv_type_signal+set}" = set; then :
13441 $as_echo_n "(cached) " >&6
13442else
13443 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13444/* end confdefs.h. */
13445#include <sys/types.h>
13446#include <signal.h>
13447
13448int
13449main ()
13450{
13451return *(signal (0, 0)) (0) == 1;
13452 ;
13453 return 0;
13454}
13455_ACEOF
13456if ac_fn_c_try_compile "$LINENO"; then :
13457 ac_cv_type_signal=int
13458else
13459 ac_cv_type_signal=void
13460fi
13461rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13462fi
13463{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13464$as_echo "$ac_cv_type_signal" >&6; }
13465
13466cat >>confdefs.h <<_ACEOF
13467#define RETSIGTYPE $ac_cv_type_signal
13468_ACEOF
13469
13470
13471
13472
13473
87326c78
DD
13474
13475
13476for ac_header in getopt.h
13477do :
13478 ac_fn_c_check_header_mongrel "$LINENO" "getopt.h" "ac_cv_header_getopt_h" "$ac_includes_default"
13479if test "x$ac_cv_header_getopt_h" = x""yes; then :
13480 cat >>confdefs.h <<_ACEOF
13481#define HAVE_GETOPT_H 1
13482_ACEOF
13483
13484fi
13485
13486done
13487
13488
13489
87326c78
DD
13490cgen_breaks=""
13491if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
13492cgen_breaks="break cgen_rtx_error";
13493fi
13494
13495ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
13496
13497ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
13498
13499ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
13500
13501ac_config_commands="$ac_config_commands Makefile"
13502
13503ac_config_commands="$ac_config_commands stamp-h"
13504
13505cat >confcache <<\_ACEOF
13506# This file is a shell script that caches the results of configure
13507# tests run on this system so they can be shared between configure
13508# scripts and configure runs, see configure's option --config-cache.
13509# It is not useful on other systems. If it contains results you don't
13510# want to keep, you may remove or edit it.
13511#
13512# config.status only pays attention to the cache file if you give it
13513# the --recheck option to rerun configure.
13514#
13515# `ac_cv_env_foo' variables (set or unset) will be overridden when
13516# loading this file, other *unset* `ac_cv_foo' will be assigned the
13517# following values.
13518
13519_ACEOF
13520
13521# The following way of writing the cache mishandles newlines in values,
13522# but we know of no workaround that is simple, portable, and efficient.
13523# So, we kill variables containing newlines.
13524# Ultrix sh set writes to stderr and can't be redirected directly,
13525# and sets the high bit in the cache file unless we assign to the vars.
13526(
13527 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
13528 eval ac_val=\$$ac_var
13529 case $ac_val in #(
13530 *${as_nl}*)
13531 case $ac_var in #(
13532 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
13533$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
13534 esac
13535 case $ac_var in #(
13536 _ | IFS | as_nl) ;; #(
13537 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
13538 *) { eval $ac_var=; unset $ac_var;} ;;
13539 esac ;;
13540 esac
13541 done
13542
13543 (set) 2>&1 |
13544 case $as_nl`(ac_space=' '; set) 2>&1` in #(
13545 *${as_nl}ac_space=\ *)
13546 # `set' does not quote correctly, so add quotes: double-quote
13547 # substitution turns \\\\ into \\, and sed turns \\ into \.
13548 sed -n \
13549 "s/'/'\\\\''/g;
13550 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
13551 ;; #(
13552 *)
13553 # `set' quotes correctly as required by POSIX, so do not add quotes.
13554 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
13555 ;;
13556 esac |
13557 sort
13558) |
13559 sed '
13560 /^ac_cv_env_/b end
13561 t clear
13562 :clear
13563 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
13564 t end
13565 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
13566 :end' >>confcache
13567if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
13568 if test -w "$cache_file"; then
13569 test "x$cache_file" != "x/dev/null" &&
13570 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
13571$as_echo "$as_me: updating cache $cache_file" >&6;}
13572 cat confcache >$cache_file
13573 else
13574 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
13575$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
13576 fi
13577fi
13578rm -f confcache
13579
13580test "x$prefix" = xNONE && prefix=$ac_default_prefix
13581# Let make expand exec_prefix.
13582test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
13583
13584DEFS=-DHAVE_CONFIG_H
13585
13586ac_libobjs=
13587ac_ltlibobjs=
13588for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
13589 # 1. Remove the extension, and $U if already installed.
13590 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
13591 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
13592 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
13593 # will be set to the directory where LIBOBJS objects are built.
13594 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
13595 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
13596done
13597LIBOBJS=$ac_libobjs
13598
13599LTLIBOBJS=$ac_ltlibobjs
13600
13601
0cb8d851 13602
db2e4d67
MF
13603if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
13604 as_fn_error "conditional \"GMAKE\" was never defined.
13605Usually this means the macro was only invoked conditionally." "$LINENO" 5
13606fi
6bb11ab3
L
13607if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
13608 as_fn_error "conditional \"PLUGINS\" was never defined.
13609Usually this means the macro was only invoked conditionally." "$LINENO" 5
13610fi
31e6ad7d
MF
13611if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
13612 as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
13613Usually this means the macro was only invoked conditionally." "$LINENO" 5
13614fi
87326c78
DD
13615
13616: ${CONFIG_STATUS=./config.status}
13617ac_write_fail=0
13618ac_clean_files_save=$ac_clean_files
13619ac_clean_files="$ac_clean_files $CONFIG_STATUS"
13620{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
13621$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
13622as_write_fail=0
13623cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
13624#! $SHELL
13625# Generated by $as_me.
13626# Run this file to recreate the current configuration.
13627# Compiler output produced by configure, useful for debugging
13628# configure, is in config.log if it exists.
13629
13630debug=false
13631ac_cs_recheck=false
13632ac_cs_silent=false
13633
13634SHELL=\${CONFIG_SHELL-$SHELL}
13635export SHELL
13636_ASEOF
13637cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
13638## -------------------- ##
13639## M4sh Initialization. ##
13640## -------------------- ##
13641
13642# Be more Bourne compatible
13643DUALCASE=1; export DUALCASE # for MKS sh
13644if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
13645 emulate sh
13646 NULLCMD=:
13647 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
13648 # is contrary to our usage. Disable this feature.
13649 alias -g '${1+"$@"}'='"$@"'
13650 setopt NO_GLOB_SUBST
13651else
13652 case `(set -o) 2>/dev/null` in #(
13653 *posix*) :
13654 set -o posix ;; #(
13655 *) :
13656 ;;
13657esac
13658fi
13659
13660
13661as_nl='
13662'
13663export as_nl
13664# Printing a long string crashes Solaris 7 /usr/bin/printf.
13665as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
13666as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
13667as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
13668# Prefer a ksh shell builtin over an external printf program on Solaris,
13669# but without wasting forks for bash or zsh.
13670if test -z "$BASH_VERSION$ZSH_VERSION" \
13671 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
13672 as_echo='print -r --'
13673 as_echo_n='print -rn --'
13674elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
13675 as_echo='printf %s\n'
13676 as_echo_n='printf %s'
13677else
13678 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
13679 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
13680 as_echo_n='/usr/ucb/echo -n'
13681 else
13682 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
13683 as_echo_n_body='eval
13684 arg=$1;
13685 case $arg in #(
13686 *"$as_nl"*)
13687 expr "X$arg" : "X\\(.*\\)$as_nl";
13688 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
13689 esac;
13690 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
13691 '
13692 export as_echo_n_body
13693 as_echo_n='sh -c $as_echo_n_body as_echo'
13694 fi
13695 export as_echo_body
13696 as_echo='sh -c $as_echo_body as_echo'
13697fi
13698
13699# The user is always right.
13700if test "${PATH_SEPARATOR+set}" != set; then
13701 PATH_SEPARATOR=:
13702 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
13703 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
13704 PATH_SEPARATOR=';'
13705 }
13706fi
13707
13708
13709# IFS
13710# We need space, tab and new line, in precisely that order. Quoting is
13711# there to prevent editors from complaining about space-tab.
13712# (If _AS_PATH_WALK were called with IFS unset, it would disable word
13713# splitting by setting IFS to empty value.)
13714IFS=" "" $as_nl"
13715
13716# Find who we are. Look in the path if we contain no directory separator.
13717case $0 in #((
13718 *[\\/]* ) as_myself=$0 ;;
13719 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13720for as_dir in $PATH
13721do
13722 IFS=$as_save_IFS
13723 test -z "$as_dir" && as_dir=.
13724 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
13725 done
13726IFS=$as_save_IFS
13727
13728 ;;
13729esac
13730# We did not find ourselves, most probably we were run as `sh COMMAND'
13731# in which case we are not to be found in the path.
13732if test "x$as_myself" = x; then
13733 as_myself=$0
13734fi
13735if test ! -f "$as_myself"; then
13736 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
13737 exit 1
13738fi
13739
13740# Unset variables that we do not need and which cause bugs (e.g. in
13741# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
13742# suppresses any "Segmentation fault" message there. '((' could
13743# trigger a bug in pdksh 5.2.14.
13744for as_var in BASH_ENV ENV MAIL MAILPATH
13745do eval test x\${$as_var+set} = xset \
13746 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
13747done
13748PS1='$ '
13749PS2='> '
13750PS4='+ '
13751
13752# NLS nuisances.
13753LC_ALL=C
13754export LC_ALL
13755LANGUAGE=C
13756export LANGUAGE
13757
13758# CDPATH.
13759(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
13760
13761
13762# as_fn_error ERROR [LINENO LOG_FD]
13763# ---------------------------------
13764# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
13765# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
13766# script with status $?, using 1 if that was 0.
13767as_fn_error ()
13768{
13769 as_status=$?; test $as_status -eq 0 && as_status=1
13770 if test "$3"; then
13771 as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
13772 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
13773 fi
13774 $as_echo "$as_me: error: $1" >&2
13775 as_fn_exit $as_status
13776} # as_fn_error
13777
13778
13779# as_fn_set_status STATUS
13780# -----------------------
13781# Set $? to STATUS, without forking.
13782as_fn_set_status ()
13783{
13784 return $1
13785} # as_fn_set_status
13786
13787# as_fn_exit STATUS
13788# -----------------
13789# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
13790as_fn_exit ()
13791{
13792 set +e
13793 as_fn_set_status $1
13794 exit $1
13795} # as_fn_exit
13796
13797# as_fn_unset VAR
13798# ---------------
13799# Portably unset VAR.
13800as_fn_unset ()
13801{
13802 { eval $1=; unset $1;}
13803}
13804as_unset=as_fn_unset
13805# as_fn_append VAR VALUE
13806# ----------------------
13807# Append the text in VALUE to the end of the definition contained in VAR. Take
13808# advantage of any shell optimizations that allow amortized linear growth over
13809# repeated appends, instead of the typical quadratic growth present in naive
13810# implementations.
13811if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
13812 eval 'as_fn_append ()
13813 {
13814 eval $1+=\$2
13815 }'
13816else
13817 as_fn_append ()
13818 {
13819 eval $1=\$$1\$2
13820 }
13821fi # as_fn_append
13822
13823# as_fn_arith ARG...
13824# ------------------
13825# Perform arithmetic evaluation on the ARGs, and store the result in the
13826# global $as_val. Take advantage of shells that can avoid forks. The arguments
13827# must be portable across $(()) and expr.
13828if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
13829 eval 'as_fn_arith ()
13830 {
13831 as_val=$(( $* ))
13832 }'
13833else
13834 as_fn_arith ()
13835 {
13836 as_val=`expr "$@" || test $? -eq 1`
13837 }
13838fi # as_fn_arith
13839
13840
13841if expr a : '\(a\)' >/dev/null 2>&1 &&
13842 test "X`expr 00001 : '.*\(...\)'`" = X001; then
13843 as_expr=expr
13844else
13845 as_expr=false
13846fi
13847
13848if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
13849 as_basename=basename
13850else
13851 as_basename=false
13852fi
13853
13854if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
13855 as_dirname=dirname
13856else
13857 as_dirname=false
13858fi
13859
13860as_me=`$as_basename -- "$0" ||
13861$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
13862 X"$0" : 'X\(//\)$' \| \
13863 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
13864$as_echo X/"$0" |
13865 sed '/^.*\/\([^/][^/]*\)\/*$/{
13866 s//\1/
13867 q
13868 }
13869 /^X\/\(\/\/\)$/{
13870 s//\1/
13871 q
13872 }
13873 /^X\/\(\/\).*/{
13874 s//\1/
13875 q
13876 }
13877 s/.*/./; q'`
13878
13879# Avoid depending upon Character Ranges.
13880as_cr_letters='abcdefghijklmnopqrstuvwxyz'
13881as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
13882as_cr_Letters=$as_cr_letters$as_cr_LETTERS
13883as_cr_digits='0123456789'
13884as_cr_alnum=$as_cr_Letters$as_cr_digits
13885
13886ECHO_C= ECHO_N= ECHO_T=
13887case `echo -n x` in #(((((
13888-n*)
13889 case `echo 'xy\c'` in
13890 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
13891 xy) ECHO_C='\c';;
13892 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
13893 ECHO_T=' ';;
13894 esac;;
13895*)
13896 ECHO_N='-n';;
13897esac
13898
13899rm -f conf$$ conf$$.exe conf$$.file
13900if test -d conf$$.dir; then
13901 rm -f conf$$.dir/conf$$.file
13902else
13903 rm -f conf$$.dir
13904 mkdir conf$$.dir 2>/dev/null
13905fi
13906if (echo >conf$$.file) 2>/dev/null; then
13907 if ln -s conf$$.file conf$$ 2>/dev/null; then
13908 as_ln_s='ln -s'
13909 # ... but there are two gotchas:
13910 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
13911 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
13912 # In both cases, we have to default to `cp -p'.
13913 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
13914 as_ln_s='cp -p'
13915 elif ln conf$$.file conf$$ 2>/dev/null; then
13916 as_ln_s=ln
13917 else
13918 as_ln_s='cp -p'
13919 fi
13920else
13921 as_ln_s='cp -p'
13922fi
13923rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
13924rmdir conf$$.dir 2>/dev/null
13925
13926
13927# as_fn_mkdir_p
13928# -------------
13929# Create "$as_dir" as a directory, including parents if necessary.
13930as_fn_mkdir_p ()
13931{
13932
13933 case $as_dir in #(
13934 -*) as_dir=./$as_dir;;
13935 esac
13936 test -d "$as_dir" || eval $as_mkdir_p || {
13937 as_dirs=
13938 while :; do
13939 case $as_dir in #(
13940 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
13941 *) as_qdir=$as_dir;;
13942 esac
13943 as_dirs="'$as_qdir' $as_dirs"
13944 as_dir=`$as_dirname -- "$as_dir" ||
13945$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13946 X"$as_dir" : 'X\(//\)[^/]' \| \
13947 X"$as_dir" : 'X\(//\)$' \| \
13948 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
13949$as_echo X"$as_dir" |
13950 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13951 s//\1/
13952 q
13953 }
13954 /^X\(\/\/\)[^/].*/{
13955 s//\1/
13956 q
13957 }
13958 /^X\(\/\/\)$/{
13959 s//\1/
13960 q
13961 }
13962 /^X\(\/\).*/{
13963 s//\1/
13964 q
13965 }
13966 s/.*/./; q'`
13967 test -d "$as_dir" && break
13968 done
13969 test -z "$as_dirs" || eval "mkdir $as_dirs"
13970 } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
13971
13972
13973} # as_fn_mkdir_p
13974if mkdir -p . 2>/dev/null; then
13975 as_mkdir_p='mkdir -p "$as_dir"'
13976else
13977 test -d ./-p && rmdir ./-p
13978 as_mkdir_p=false
13979fi
13980
13981if test -x / >/dev/null 2>&1; then
13982 as_test_x='test -x'
13983else
13984 if ls -dL / >/dev/null 2>&1; then
13985 as_ls_L_option=L
13986 else
13987 as_ls_L_option=
13988 fi
13989 as_test_x='
13990 eval sh -c '\''
13991 if test -d "$1"; then
13992 test -d "$1/.";
13993 else
13994 case $1 in #(
13995 -*)set "./$1";;
13996 esac;
13997 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
13998 ???[sx]*):;;*)false;;esac;fi
13999 '\'' sh
14000 '
14001fi
14002as_executable_p=$as_test_x
14003
14004# Sed expression to map a string onto a valid CPP name.
14005as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14006
14007# Sed expression to map a string onto a valid variable name.
14008as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14009
14010
14011exec 6>&1
14012## ----------------------------------- ##
14013## Main body of $CONFIG_STATUS script. ##
14014## ----------------------------------- ##
14015_ASEOF
14016test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14017
14018cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14019# Save the log message, to keep $0 and so on meaningful, and to
14020# report actual input values of CONFIG_FILES etc. instead of their
14021# values after options handling.
14022ac_log="
14023This file was extended by $as_me, which was
14024generated by GNU Autoconf 2.64. Invocation command line was
14025
14026 CONFIG_FILES = $CONFIG_FILES
14027 CONFIG_HEADERS = $CONFIG_HEADERS
14028 CONFIG_LINKS = $CONFIG_LINKS
14029 CONFIG_COMMANDS = $CONFIG_COMMANDS
14030 $ $0 $@
14031
14032on `(hostname || uname -n) 2>/dev/null | sed 1q`
14033"
14034
14035_ACEOF
14036
14037case $ac_config_files in *"
14038"*) set x $ac_config_files; shift; ac_config_files=$*;;
14039esac
14040
14041case $ac_config_headers in *"
14042"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14043esac
14044
14045
14046cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14047# Files that config.status was made for.
14048config_files="$ac_config_files"
14049config_headers="$ac_config_headers"
87326c78
DD
14050config_commands="$ac_config_commands"
14051
14052_ACEOF
14053
14054cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14055ac_cs_usage="\
14056\`$as_me' instantiates files and other configuration actions
14057from templates according to the current configuration. Unless the files
14058and actions are specified as TAGs, all are instantiated by default.
14059
14060Usage: $0 [OPTION]... [TAG]...
14061
14062 -h, --help print this help, then exit
14063 -V, --version print version number and configuration settings, then exit
14064 -q, --quiet, --silent
14065 do not print progress messages
14066 -d, --debug don't remove temporary files
14067 --recheck update $as_me by reconfiguring in the same conditions
14068 --file=FILE[:TEMPLATE]
14069 instantiate the configuration file FILE
14070 --header=FILE[:TEMPLATE]
14071 instantiate the configuration header FILE
14072
14073Configuration files:
14074$config_files
14075
14076Configuration headers:
14077$config_headers
14078
87326c78
DD
14079Configuration commands:
14080$config_commands
14081
14082Report bugs to the package provider."
14083
14084_ACEOF
14085cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14086ac_cs_version="\\
14087config.status
14088configured by $0, generated by GNU Autoconf 2.64,
14089 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
14090
14091Copyright (C) 2009 Free Software Foundation, Inc.
14092This config.status script is free software; the Free Software Foundation
14093gives unlimited permission to copy, distribute and modify it."
14094
14095ac_pwd='$ac_pwd'
14096srcdir='$srcdir'
14097INSTALL='$INSTALL'
6bb11ab3 14098AWK='$AWK'
87326c78
DD
14099test -n "\$AWK" || AWK=awk
14100_ACEOF
14101
14102cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14103# The default lists apply if the user does not specify any file.
14104ac_need_defaults=:
14105while test $# != 0
14106do
14107 case $1 in
14108 --*=*)
14109 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14110 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14111 ac_shift=:
14112 ;;
14113 *)
14114 ac_option=$1
14115 ac_optarg=$2
14116 ac_shift=shift
14117 ;;
14118 esac
14119
14120 case $ac_option in
14121 # Handling of the options.
14122 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14123 ac_cs_recheck=: ;;
14124 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14125 $as_echo "$ac_cs_version"; exit ;;
14126 --debug | --debu | --deb | --de | --d | -d )
14127 debug=: ;;
14128 --file | --fil | --fi | --f )
14129 $ac_shift
14130 case $ac_optarg in
14131 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14132 esac
14133 as_fn_append CONFIG_FILES " '$ac_optarg'"
14134 ac_need_defaults=false;;
14135 --header | --heade | --head | --hea )
14136 $ac_shift
14137 case $ac_optarg in
14138 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14139 esac
14140 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14141 ac_need_defaults=false;;
14142 --he | --h)
14143 # Conflict between --help and --header
14144 as_fn_error "ambiguous option: \`$1'
14145Try \`$0 --help' for more information.";;
14146 --help | --hel | -h )
14147 $as_echo "$ac_cs_usage"; exit ;;
14148 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14149 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14150 ac_cs_silent=: ;;
14151
14152 # This is an error.
14153 -*) as_fn_error "unrecognized option: \`$1'
14154Try \`$0 --help' for more information." ;;
14155
14156 *) as_fn_append ac_config_targets " $1"
14157 ac_need_defaults=false ;;
14158
14159 esac
14160 shift
14161done
14162
14163ac_configure_extra_args=
14164
14165if $ac_cs_silent; then
14166 exec 6>/dev/null
14167 ac_configure_extra_args="$ac_configure_extra_args --silent"
14168fi
14169
14170_ACEOF
14171cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14172if \$ac_cs_recheck; then
14173 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
14174 shift
14175 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14176 CONFIG_SHELL='$SHELL'
14177 export CONFIG_SHELL
14178 exec "\$@"
14179fi
14180
14181_ACEOF
14182cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14183exec 5>>config.log
14184{
14185 echo
14186 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14187## Running $as_me. ##
14188_ASBOX
14189 $as_echo "$ac_log"
14190} >&5
14191
14192_ACEOF
14193cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14194#
14195# INIT-COMMANDS
14196#
14197ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14198
6bb11ab3
L
14199
14200# The HP-UX ksh and POSIX shell print the target directory to stdout
14201# if CDPATH is set.
14202(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14203
14204sed_quote_subst='$sed_quote_subst'
14205double_quote_subst='$double_quote_subst'
14206delay_variable_subst='$delay_variable_subst'
14207macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14208macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14209enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14210enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14211pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
14212enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
14213SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
14214ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
14215host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
14216host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
14217host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
14218build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
14219build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
14220build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
14221SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
14222Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
14223GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
14224EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
14225FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
14226LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
14227NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
14228LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
14229max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
14230ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
14231exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
14232lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
14233lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
14234lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
14235reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
14236reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
14237OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
14238deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
14239file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
14240AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
14241AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
14242STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
14243RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
14244old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14245old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14246old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
14247lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
14248CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
14249CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
14250compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
14251GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
14252lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
14253lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
14254lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
14255lt_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"`'
14256objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
14257MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
14258lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
14259lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
14260lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
14261lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
14262lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
14263need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
14264DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
14265NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
14266LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
14267OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
14268OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
14269libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
14270shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
14271extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14272archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
14273enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
14274export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
14275whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
14276compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
14277old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
14278old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
14279archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
14280archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14281module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
14282module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
14283with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
14284allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
14285no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
14286hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
14287hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
14288hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
14289hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
14290hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
14291hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
14292hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
14293hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
14294inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
14295link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
14296fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
14297always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
14298export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
14299exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
14300include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
14301prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
14302file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
14303variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
14304need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
14305need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
14306version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
14307runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
14308shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
14309shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
14310libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
14311library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
14312soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
14313install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
14314postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
14315postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
14316finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
14317finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
14318hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
14319sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
14320sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
14321hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
14322enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
14323enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
14324enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
14325old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
14326striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
14327
14328LTCC='$LTCC'
14329LTCFLAGS='$LTCFLAGS'
14330compiler='$compiler_DEFAULT'
14331
14332# A function that is used when there is no print builtin or printf.
14333func_fallback_echo ()
14334{
14335 eval 'cat <<_LTECHO_EOF
14336\$1
14337_LTECHO_EOF'
14338}
14339
14340# Quote evaled strings.
14341for var in SHELL \
14342ECHO \
14343SED \
14344GREP \
14345EGREP \
14346FGREP \
14347LD \
14348NM \
14349LN_S \
14350lt_SP2NL \
14351lt_NL2SP \
14352reload_flag \
14353OBJDUMP \
14354deplibs_check_method \
14355file_magic_cmd \
14356AR \
14357AR_FLAGS \
14358STRIP \
14359RANLIB \
14360CC \
14361CFLAGS \
14362compiler \
14363lt_cv_sys_global_symbol_pipe \
14364lt_cv_sys_global_symbol_to_cdecl \
14365lt_cv_sys_global_symbol_to_c_name_address \
14366lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
14367lt_prog_compiler_no_builtin_flag \
14368lt_prog_compiler_wl \
14369lt_prog_compiler_pic \
14370lt_prog_compiler_static \
14371lt_cv_prog_compiler_c_o \
14372need_locks \
14373DSYMUTIL \
14374NMEDIT \
14375LIPO \
14376OTOOL \
14377OTOOL64 \
14378shrext_cmds \
14379export_dynamic_flag_spec \
14380whole_archive_flag_spec \
14381compiler_needs_object \
14382with_gnu_ld \
14383allow_undefined_flag \
14384no_undefined_flag \
14385hardcode_libdir_flag_spec \
14386hardcode_libdir_flag_spec_ld \
14387hardcode_libdir_separator \
14388fix_srcfile_path \
14389exclude_expsyms \
14390include_expsyms \
14391file_list_spec \
14392variables_saved_for_relink \
14393libname_spec \
14394library_names_spec \
14395soname_spec \
14396install_override_mode \
14397finish_eval \
14398old_striplib \
14399striplib; do
14400 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14401 *[\\\\\\\`\\"\\\$]*)
14402 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
14403 ;;
14404 *)
14405 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14406 ;;
14407 esac
14408done
14409
14410# Double-quote double-evaled strings.
14411for var in reload_cmds \
14412old_postinstall_cmds \
14413old_postuninstall_cmds \
14414old_archive_cmds \
14415extract_expsyms_cmds \
14416old_archive_from_new_cmds \
14417old_archive_from_expsyms_cmds \
14418archive_cmds \
14419archive_expsym_cmds \
14420module_cmds \
14421module_expsym_cmds \
14422export_symbols_cmds \
14423prelink_cmds \
14424postinstall_cmds \
14425postuninstall_cmds \
14426finish_cmds \
14427sys_lib_search_path_spec \
14428sys_lib_dlsearch_path_spec; do
14429 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
14430 *[\\\\\\\`\\"\\\$]*)
14431 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
14432 ;;
14433 *)
14434 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
14435 ;;
14436 esac
14437done
14438
14439ac_aux_dir='$ac_aux_dir'
14440xsi_shell='$xsi_shell'
14441lt_shell_append='$lt_shell_append'
14442
14443# See if we are running on zsh, and set the options which allow our
14444# commands through without removal of \ escapes INIT.
14445if test -n "\${ZSH_VERSION+set}" ; then
14446 setopt NO_GLOB_SUBST
14447fi
14448
14449
14450 PACKAGE='$PACKAGE'
14451 VERSION='$VERSION'
14452 TIMESTAMP='$TIMESTAMP'
14453 RM='$RM'
14454 ofile='$ofile'
14455
14456
14457
14458
87326c78
DD
14459_ACEOF
14460
14461cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14462
14463# Handling of arguments.
14464for ac_config_target in $ac_config_targets
14465do
14466 case $ac_config_target in
14467 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 14468 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 14469 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
87326c78
DD
14470 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
14471 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
14472 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
14473 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
14474 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
14475
14476 *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
14477 esac
14478done
14479
14480
14481# If the user did not use the arguments to specify the items to instantiate,
14482# then the envvar interface is used. Set only those that are not.
14483# We use the long form for the default assignment because of an extremely
14484# bizarre bug on SunOS 4.1.3.
14485if $ac_need_defaults; then
14486 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
14487 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
87326c78
DD
14488 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
14489fi
14490
14491# Have a temporary directory for convenience. Make it in the build tree
14492# simply because there is no reason against having it here, and in addition,
14493# creating and moving files from /tmp can sometimes cause problems.
14494# Hook for its removal unless debugging.
14495# Note that there is a small window in which the directory will not be cleaned:
14496# after its creation but before its name has been assigned to `$tmp'.
14497$debug ||
14498{
14499 tmp=
14500 trap 'exit_status=$?
14501 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
14502' 0
14503 trap 'as_fn_exit 1' 1 2 13 15
14504}
14505# Create a (secure) tmp directory for tmp files.
14506
14507{
14508 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
14509 test -n "$tmp" && test -d "$tmp"
14510} ||
14511{
14512 tmp=./conf$$-$RANDOM
14513 (umask 077 && mkdir "$tmp")
14514} || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
14515
14516# Set up the scripts for CONFIG_FILES section.
14517# No need to generate them if there are no CONFIG_FILES.
14518# This happens for instance with `./config.status config.h'.
14519if test -n "$CONFIG_FILES"; then
14520
14521
14522ac_cr=`echo X | tr X '\015'`
14523# On cygwin, bash can eat \r inside `` if the user requested igncr.
14524# But we know of no other shell where ac_cr would be empty at this
14525# point, so we can use a bashism as a fallback.
14526if test "x$ac_cr" = x; then
14527 eval ac_cr=\$\'\\r\'
14528fi
14529ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
14530if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
14531 ac_cs_awk_cr='\r'
14532else
14533 ac_cs_awk_cr=$ac_cr
14534fi
14535
14536echo 'BEGIN {' >"$tmp/subs1.awk" &&
14537_ACEOF
14538
14539
14540{
14541 echo "cat >conf$$subs.awk <<_ACEOF" &&
14542 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
14543 echo "_ACEOF"
14544} >conf$$subs.sh ||
14545 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14546ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
14547ac_delim='%!_!# '
14548for ac_last_try in false false false false false :; do
14549 . ./conf$$subs.sh ||
14550 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14551
14552 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
14553 if test $ac_delim_n = $ac_delim_num; then
14554 break
14555 elif $ac_last_try; then
14556 as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
14557 else
14558 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14559 fi
14560done
14561rm -f conf$$subs.sh
14562
14563cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14564cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
14565_ACEOF
14566sed -n '
14567h
14568s/^/S["/; s/!.*/"]=/
14569p
14570g
14571s/^[^!]*!//
14572:repl
14573t repl
14574s/'"$ac_delim"'$//
14575t delim
14576:nl
14577h
14578s/\(.\{148\}\).*/\1/
14579t more1
14580s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
14581p
14582n
14583b repl
14584:more1
14585s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14586p
14587g
14588s/.\{148\}//
14589t nl
14590:delim
14591h
14592s/\(.\{148\}\).*/\1/
14593t more2
14594s/["\\]/\\&/g; s/^/"/; s/$/"/
14595p
14596b
14597:more2
14598s/["\\]/\\&/g; s/^/"/; s/$/"\\/
14599p
14600g
14601s/.\{148\}//
14602t delim
14603' <conf$$subs.awk | sed '
14604/^[^""]/{
14605 N
14606 s/\n//
14607}
14608' >>$CONFIG_STATUS || ac_write_fail=1
14609rm -f conf$$subs.awk
14610cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14611_ACAWK
14612cat >>"\$tmp/subs1.awk" <<_ACAWK &&
14613 for (key in S) S_is_set[key] = 1
14614 FS = "\a"
14615
14616}
14617{
14618 line = $ 0
14619 nfields = split(line, field, "@")
14620 substed = 0
14621 len = length(field[1])
14622 for (i = 2; i < nfields; i++) {
14623 key = field[i]
14624 keylen = length(key)
14625 if (S_is_set[key]) {
14626 value = S[key]
14627 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
14628 len += length(value) + length(field[++i])
14629 substed = 1
14630 } else
14631 len += 1 + keylen
14632 }
14633
14634 print line
14635}
14636
14637_ACAWK
14638_ACEOF
14639cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14640if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
14641 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
14642else
14643 cat
14644fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
14645 || as_fn_error "could not setup config files machinery" "$LINENO" 5
14646_ACEOF
14647
14648# VPATH may cause trouble with some makes, so we remove $(srcdir),
14649# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
14650# trailing colons and then remove the whole line if VPATH becomes empty
14651# (actually we leave an empty line to preserve line numbers).
14652if test "x$srcdir" = x.; then
14653 ac_vpsub='/^[ ]*VPATH[ ]*=/{
14654s/:*\$(srcdir):*/:/
14655s/:*\${srcdir}:*/:/
14656s/:*@srcdir@:*/:/
14657s/^\([^=]*=[ ]*\):*/\1/
14658s/:*$//
14659s/^[^=]*=[ ]*$//
14660}'
14661fi
14662
14663cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14664fi # test -n "$CONFIG_FILES"
14665
14666# Set up the scripts for CONFIG_HEADERS section.
14667# No need to generate them if there are no CONFIG_HEADERS.
14668# This happens for instance with `./config.status Makefile'.
14669if test -n "$CONFIG_HEADERS"; then
14670cat >"$tmp/defines.awk" <<\_ACAWK ||
14671BEGIN {
14672_ACEOF
14673
14674# Transform confdefs.h into an awk script `defines.awk', embedded as
14675# here-document in config.status, that substitutes the proper values into
14676# config.h.in to produce config.h.
14677
14678# Create a delimiter string that does not exist in confdefs.h, to ease
14679# handling of long lines.
14680ac_delim='%!_!# '
14681for ac_last_try in false false :; do
14682 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
14683 if test -z "$ac_t"; then
14684 break
14685 elif $ac_last_try; then
14686 as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
14687 else
14688 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
14689 fi
14690done
14691
14692# For the awk script, D is an array of macro values keyed by name,
14693# likewise P contains macro parameters if any. Preserve backslash
14694# newline sequences.
14695
14696ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
14697sed -n '
14698s/.\{148\}/&'"$ac_delim"'/g
14699t rset
14700:rset
14701s/^[ ]*#[ ]*define[ ][ ]*/ /
14702t def
14703d
14704:def
14705s/\\$//
14706t bsnl
14707s/["\\]/\\&/g
14708s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14709D["\1"]=" \3"/p
14710s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
14711d
14712:bsnl
14713s/["\\]/\\&/g
14714s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
14715D["\1"]=" \3\\\\\\n"\\/p
14716t cont
14717s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
14718t cont
14719d
14720:cont
14721n
14722s/.\{148\}/&'"$ac_delim"'/g
14723t clear
14724:clear
14725s/\\$//
14726t bsnlc
14727s/["\\]/\\&/g; s/^/"/; s/$/"/p
14728d
14729:bsnlc
14730s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
14731b cont
14732' <confdefs.h | sed '
14733s/'"$ac_delim"'/"\\\
14734"/g' >>$CONFIG_STATUS || ac_write_fail=1
14735
14736cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14737 for (key in D) D_is_set[key] = 1
14738 FS = "\a"
14739}
14740/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
14741 line = \$ 0
14742 split(line, arg, " ")
14743 if (arg[1] == "#") {
14744 defundef = arg[2]
14745 mac1 = arg[3]
14746 } else {
14747 defundef = substr(arg[1], 2)
14748 mac1 = arg[2]
14749 }
14750 split(mac1, mac2, "(") #)
14751 macro = mac2[1]
14752 prefix = substr(line, 1, index(line, defundef) - 1)
14753 if (D_is_set[macro]) {
14754 # Preserve the white space surrounding the "#".
14755 print prefix "define", macro P[macro] D[macro]
14756 next
14757 } else {
14758 # Replace #undef with comments. This is necessary, for example,
14759 # in the case of _POSIX_SOURCE, which is predefined and required
14760 # on some systems where configure will not decide to define it.
14761 if (defundef == "undef") {
14762 print "/*", prefix defundef, macro, "*/"
14763 next
14764 }
14765 }
14766}
14767{ print }
14768_ACAWK
14769_ACEOF
14770cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14771 as_fn_error "could not setup config headers machinery" "$LINENO" 5
14772fi # test -n "$CONFIG_HEADERS"
14773
14774
99d8e879 14775eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
87326c78
DD
14776shift
14777for ac_tag
14778do
14779 case $ac_tag in
14780 :[FHLC]) ac_mode=$ac_tag; continue;;
14781 esac
14782 case $ac_mode$ac_tag in
14783 :[FHL]*:*);;
14784 :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
14785 :[FH]-) ac_tag=-:-;;
14786 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
14787 esac
14788 ac_save_IFS=$IFS
14789 IFS=:
14790 set x $ac_tag
14791 IFS=$ac_save_IFS
14792 shift
14793 ac_file=$1
14794 shift
14795
14796 case $ac_mode in
14797 :L) ac_source=$1;;
14798 :[FH])
14799 ac_file_inputs=
14800 for ac_f
14801 do
14802 case $ac_f in
14803 -) ac_f="$tmp/stdin";;
14804 *) # Look for the file first in the build tree, then in the source tree
14805 # (if the path is not absolute). The absolute path cannot be DOS-style,
14806 # because $ac_f cannot contain `:'.
14807 test -f "$ac_f" ||
14808 case $ac_f in
14809 [\\/$]*) false;;
14810 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
14811 esac ||
14812 as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
14813 esac
14814 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
14815 as_fn_append ac_file_inputs " '$ac_f'"
14816 done
14817
14818 # Let's still pretend it is `configure' which instantiates (i.e., don't
14819 # use $as_me), people would be surprised to read:
14820 # /* config.h. Generated by config.status. */
14821 configure_input='Generated from '`
14822 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
14823 `' by configure.'
14824 if test x"$ac_file" != x-; then
14825 configure_input="$ac_file. $configure_input"
14826 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
14827$as_echo "$as_me: creating $ac_file" >&6;}
14828 fi
14829 # Neutralize special characters interpreted by sed in replacement strings.
14830 case $configure_input in #(
14831 *\&* | *\|* | *\\* )
14832 ac_sed_conf_input=`$as_echo "$configure_input" |
14833 sed 's/[\\\\&|]/\\\\&/g'`;; #(
14834 *) ac_sed_conf_input=$configure_input;;
14835 esac
14836
14837 case $ac_tag in
14838 *:-:* | *:-) cat >"$tmp/stdin" \
14839 || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
14840 esac
14841 ;;
14842 esac
14843
14844 ac_dir=`$as_dirname -- "$ac_file" ||
14845$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14846 X"$ac_file" : 'X\(//\)[^/]' \| \
14847 X"$ac_file" : 'X\(//\)$' \| \
14848 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
14849$as_echo X"$ac_file" |
14850 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14851 s//\1/
14852 q
14853 }
14854 /^X\(\/\/\)[^/].*/{
14855 s//\1/
14856 q
14857 }
14858 /^X\(\/\/\)$/{
14859 s//\1/
14860 q
14861 }
14862 /^X\(\/\).*/{
14863 s//\1/
14864 q
14865 }
14866 s/.*/./; q'`
14867 as_dir="$ac_dir"; as_fn_mkdir_p
14868 ac_builddir=.
14869
14870case "$ac_dir" in
14871.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
14872*)
14873 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
14874 # A ".." for each directory in $ac_dir_suffix.
14875 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
14876 case $ac_top_builddir_sub in
14877 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
14878 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
14879 esac ;;
14880esac
14881ac_abs_top_builddir=$ac_pwd
14882ac_abs_builddir=$ac_pwd$ac_dir_suffix
14883# for backward compatibility:
14884ac_top_builddir=$ac_top_build_prefix
14885
14886case $srcdir in
14887 .) # We are building in place.
14888 ac_srcdir=.
14889 ac_top_srcdir=$ac_top_builddir_sub
14890 ac_abs_top_srcdir=$ac_pwd ;;
14891 [\\/]* | ?:[\\/]* ) # Absolute name.
14892 ac_srcdir=$srcdir$ac_dir_suffix;
14893 ac_top_srcdir=$srcdir
14894 ac_abs_top_srcdir=$srcdir ;;
14895 *) # Relative name.
14896 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
14897 ac_top_srcdir=$ac_top_build_prefix$srcdir
14898 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
14899esac
14900ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
14901
14902
14903 case $ac_mode in
14904 :F)
14905 #
14906 # CONFIG_FILE
14907 #
14908
14909 case $INSTALL in
14910 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
14911 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
14912 esac
14913_ACEOF
14914
14915cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14916# If the template does not know about datarootdir, expand it.
14917# FIXME: This hack should be removed a few years after 2.60.
14918ac_datarootdir_hack=; ac_datarootdir_seen=
14919ac_sed_dataroot='
14920/datarootdir/ {
14921 p
14922 q
14923}
14924/@datadir@/p
14925/@docdir@/p
14926/@infodir@/p
14927/@localedir@/p
14928/@mandir@/p'
14929case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
14930*datarootdir*) ac_datarootdir_seen=yes;;
14931*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
14932 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
14933$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
14934_ACEOF
14935cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14936 ac_datarootdir_hack='
14937 s&@datadir@&$datadir&g
14938 s&@docdir@&$docdir&g
14939 s&@infodir@&$infodir&g
14940 s&@localedir@&$localedir&g
14941 s&@mandir@&$mandir&g
14942 s&\\\${datarootdir}&$datarootdir&g' ;;
14943esac
14944_ACEOF
14945
14946# Neutralize VPATH when `$srcdir' = `.'.
14947# Shell code in configure.ac might set extrasub.
14948# FIXME: do we really want to maintain this feature?
14949cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14950ac_sed_extra="$ac_vpsub
14951$extrasub
14952_ACEOF
14953cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14954:t
14955/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
14956s|@configure_input@|$ac_sed_conf_input|;t t
14957s&@top_builddir@&$ac_top_builddir_sub&;t t
14958s&@top_build_prefix@&$ac_top_build_prefix&;t t
14959s&@srcdir@&$ac_srcdir&;t t
14960s&@abs_srcdir@&$ac_abs_srcdir&;t t
14961s&@top_srcdir@&$ac_top_srcdir&;t t
14962s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
14963s&@builddir@&$ac_builddir&;t t
14964s&@abs_builddir@&$ac_abs_builddir&;t t
14965s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
14966s&@INSTALL@&$ac_INSTALL&;t t
14967$ac_datarootdir_hack
14968"
14969eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
14970 || as_fn_error "could not create $ac_file" "$LINENO" 5
14971
14972test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
14973 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
14974 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
14975 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14976which seems to be undefined. Please make sure it is defined." >&5
14977$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
14978which seems to be undefined. Please make sure it is defined." >&2;}
14979
14980 rm -f "$tmp/stdin"
14981 case $ac_file in
14982 -) cat "$tmp/out" && rm -f "$tmp/out";;
14983 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
14984 esac \
14985 || as_fn_error "could not create $ac_file" "$LINENO" 5
14986 ;;
14987 :H)
14988 #
14989 # CONFIG_HEADER
14990 #
14991 if test x"$ac_file" != x-; then
14992 {
14993 $as_echo "/* $configure_input */" \
14994 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
14995 } >"$tmp/config.h" \
14996 || as_fn_error "could not create $ac_file" "$LINENO" 5
14997 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
14998 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
14999$as_echo "$as_me: $ac_file is unchanged" >&6;}
15000 else
15001 rm -f "$ac_file"
15002 mv "$tmp/config.h" "$ac_file" \
15003 || as_fn_error "could not create $ac_file" "$LINENO" 5
15004 fi
15005 else
15006 $as_echo "/* $configure_input */" \
15007 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
15008 || as_fn_error "could not create -" "$LINENO" 5
15009 fi
15010 ;;
87326c78 15011
87326c78
DD
15012 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15013$as_echo "$as_me: executing $ac_file commands" >&6;}
15014 ;;
15015 esac
15016
15017
15018 case $ac_file$ac_mode in
db2e4d67 15019 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15020 "libtool":C)
15021
15022 # See if we are running on zsh, and set the options which allow our
15023 # commands through without removal of \ escapes.
15024 if test -n "${ZSH_VERSION+set}" ; then
15025 setopt NO_GLOB_SUBST
15026 fi
15027
15028 cfgfile="${ofile}T"
15029 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15030 $RM "$cfgfile"
15031
15032 cat <<_LT_EOF >> "$cfgfile"
15033#! $SHELL
15034
15035# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15036# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15037# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15038# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15039#
15040# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15041# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15042# Written by Gordon Matzigkeit, 1996
15043#
15044# This file is part of GNU Libtool.
15045#
15046# GNU Libtool is free software; you can redistribute it and/or
15047# modify it under the terms of the GNU General Public License as
15048# published by the Free Software Foundation; either version 2 of
15049# the License, or (at your option) any later version.
15050#
15051# As a special exception to the GNU General Public License,
15052# if you distribute this file as part of a program or library that
15053# is built using GNU Libtool, you may include this file under the
15054# same distribution terms that you use for the rest of that program.
15055#
15056# GNU Libtool is distributed in the hope that it will be useful,
15057# but WITHOUT ANY WARRANTY; without even the implied warranty of
15058# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15059# GNU General Public License for more details.
15060#
15061# You should have received a copy of the GNU General Public License
15062# along with GNU Libtool; see the file COPYING. If not, a copy
15063# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15064# obtained by writing to the Free Software Foundation, Inc.,
15065# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15066
15067
15068# The names of the tagged configurations supported by this script.
15069available_tags=""
15070
15071# ### BEGIN LIBTOOL CONFIG
15072
15073# Which release of libtool.m4 was used?
15074macro_version=$macro_version
15075macro_revision=$macro_revision
15076
15077# Whether or not to build shared libraries.
15078build_libtool_libs=$enable_shared
15079
15080# Whether or not to build static libraries.
15081build_old_libs=$enable_static
15082
15083# What type of objects to build.
15084pic_mode=$pic_mode
15085
15086# Whether or not to optimize for fast installation.
15087fast_install=$enable_fast_install
15088
15089# Shell to use when invoking shell scripts.
15090SHELL=$lt_SHELL
15091
15092# An echo program that protects backslashes.
15093ECHO=$lt_ECHO
15094
15095# The host system.
15096host_alias=$host_alias
15097host=$host
15098host_os=$host_os
15099
15100# The build system.
15101build_alias=$build_alias
15102build=$build
15103build_os=$build_os
15104
15105# A sed program that does not truncate output.
15106SED=$lt_SED
15107
15108# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15109Xsed="\$SED -e 1s/^X//"
15110
15111# A grep program that handles long lines.
15112GREP=$lt_GREP
15113
15114# An ERE matcher.
15115EGREP=$lt_EGREP
15116
15117# A literal string matcher.
15118FGREP=$lt_FGREP
15119
15120# A BSD- or MS-compatible name lister.
15121NM=$lt_NM
15122
15123# Whether we need soft or hard links.
15124LN_S=$lt_LN_S
15125
15126# What is the maximum length of a command?
15127max_cmd_len=$max_cmd_len
15128
15129# Object file suffix (normally "o").
15130objext=$ac_objext
15131
15132# Executable file suffix (normally "").
15133exeext=$exeext
15134
15135# whether the shell understands "unset".
15136lt_unset=$lt_unset
15137
15138# turn spaces into newlines.
15139SP2NL=$lt_lt_SP2NL
15140
15141# turn newlines into spaces.
15142NL2SP=$lt_lt_NL2SP
15143
15144# An object symbol dumper.
15145OBJDUMP=$lt_OBJDUMP
15146
15147# Method to check whether dependent libraries are shared objects.
15148deplibs_check_method=$lt_deplibs_check_method
15149
15150# Command to use when deplibs_check_method == "file_magic".
15151file_magic_cmd=$lt_file_magic_cmd
15152
15153# The archiver.
15154AR=$lt_AR
15155AR_FLAGS=$lt_AR_FLAGS
15156
15157# A symbol stripping program.
15158STRIP=$lt_STRIP
15159
15160# Commands used to install an old-style archive.
15161RANLIB=$lt_RANLIB
15162old_postinstall_cmds=$lt_old_postinstall_cmds
15163old_postuninstall_cmds=$lt_old_postuninstall_cmds
15164
15165# Whether to use a lock for old archive extraction.
15166lock_old_archive_extraction=$lock_old_archive_extraction
15167
15168# A C compiler.
15169LTCC=$lt_CC
15170
15171# LTCC compiler flags.
15172LTCFLAGS=$lt_CFLAGS
15173
15174# Take the output of nm and produce a listing of raw symbols and C names.
15175global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15176
15177# Transform the output of nm in a proper C declaration.
15178global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15179
15180# Transform the output of nm in a C name address pair.
15181global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15182
15183# Transform the output of nm in a C name address pair when lib prefix is needed.
15184global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15185
15186# The name of the directory that contains temporary libtool files.
15187objdir=$objdir
15188
15189# Used to examine libraries when file_magic_cmd begins with "file".
15190MAGIC_CMD=$MAGIC_CMD
15191
15192# Must we lock files when doing compilation?
15193need_locks=$lt_need_locks
15194
15195# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15196DSYMUTIL=$lt_DSYMUTIL
15197
15198# Tool to change global to local symbols on Mac OS X.
15199NMEDIT=$lt_NMEDIT
15200
15201# Tool to manipulate fat objects and archives on Mac OS X.
15202LIPO=$lt_LIPO
15203
15204# ldd/readelf like tool for Mach-O binaries on Mac OS X.
15205OTOOL=$lt_OTOOL
15206
15207# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
15208OTOOL64=$lt_OTOOL64
15209
15210# Old archive suffix (normally "a").
15211libext=$libext
15212
15213# Shared library suffix (normally ".so").
15214shrext_cmds=$lt_shrext_cmds
15215
15216# The commands to extract the exported symbol list from a shared archive.
15217extract_expsyms_cmds=$lt_extract_expsyms_cmds
15218
15219# Variables whose values should be saved in libtool wrapper scripts and
15220# restored at link time.
15221variables_saved_for_relink=$lt_variables_saved_for_relink
15222
15223# Do we need the "lib" prefix for modules?
15224need_lib_prefix=$need_lib_prefix
15225
15226# Do we need a version for libraries?
15227need_version=$need_version
15228
15229# Library versioning type.
15230version_type=$version_type
15231
15232# Shared library runtime path variable.
15233runpath_var=$runpath_var
15234
15235# Shared library path variable.
15236shlibpath_var=$shlibpath_var
15237
15238# Is shlibpath searched before the hard-coded library search path?
15239shlibpath_overrides_runpath=$shlibpath_overrides_runpath
15240
15241# Format of library name prefix.
15242libname_spec=$lt_libname_spec
15243
15244# List of archive names. First name is the real one, the rest are links.
15245# The last name is the one that the linker finds with -lNAME
15246library_names_spec=$lt_library_names_spec
15247
15248# The coded name of the library, if different from the real name.
15249soname_spec=$lt_soname_spec
15250
15251# Permission mode override for installation of shared libraries.
15252install_override_mode=$lt_install_override_mode
15253
15254# Command to use after installation of a shared archive.
15255postinstall_cmds=$lt_postinstall_cmds
15256
15257# Command to use after uninstallation of a shared archive.
15258postuninstall_cmds=$lt_postuninstall_cmds
15259
15260# Commands used to finish a libtool library installation in a directory.
15261finish_cmds=$lt_finish_cmds
15262
15263# As "finish_cmds", except a single script fragment to be evaled but
15264# not shown.
15265finish_eval=$lt_finish_eval
15266
15267# Whether we should hardcode library paths into libraries.
15268hardcode_into_libs=$hardcode_into_libs
15269
15270# Compile-time system search path for libraries.
15271sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
15272
15273# Run-time system search path for libraries.
15274sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
15275
15276# Whether dlopen is supported.
15277dlopen_support=$enable_dlopen
15278
15279# Whether dlopen of programs is supported.
15280dlopen_self=$enable_dlopen_self
15281
15282# Whether dlopen of statically linked programs is supported.
15283dlopen_self_static=$enable_dlopen_self_static
15284
15285# Commands to strip libraries.
15286old_striplib=$lt_old_striplib
15287striplib=$lt_striplib
15288
15289
15290# The linker used to build libraries.
15291LD=$lt_LD
15292
15293# How to create reloadable object files.
15294reload_flag=$lt_reload_flag
15295reload_cmds=$lt_reload_cmds
15296
15297# Commands used to build an old-style archive.
15298old_archive_cmds=$lt_old_archive_cmds
15299
15300# A language specific compiler.
15301CC=$lt_compiler
15302
15303# Is the compiler the GNU compiler?
15304with_gcc=$GCC
15305
15306# Compiler flag to turn off builtin functions.
15307no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
15308
15309# How to pass a linker flag through the compiler.
15310wl=$lt_lt_prog_compiler_wl
15311
15312# Additional compiler flags for building library objects.
15313pic_flag=$lt_lt_prog_compiler_pic
15314
15315# Compiler flag to prevent dynamic linking.
15316link_static_flag=$lt_lt_prog_compiler_static
15317
15318# Does compiler simultaneously support -c and -o options?
15319compiler_c_o=$lt_lt_cv_prog_compiler_c_o
15320
15321# Whether or not to add -lc for building shared libraries.
15322build_libtool_need_lc=$archive_cmds_need_lc
15323
15324# Whether or not to disallow shared libs when runtime libs are static.
15325allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
15326
15327# Compiler flag to allow reflexive dlopens.
15328export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
15329
15330# Compiler flag to generate shared objects directly from archives.
15331whole_archive_flag_spec=$lt_whole_archive_flag_spec
15332
15333# Whether the compiler copes with passing no objects directly.
15334compiler_needs_object=$lt_compiler_needs_object
15335
15336# Create an old-style archive from a shared archive.
15337old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
15338
15339# Create a temporary old-style archive to link instead of a shared archive.
15340old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
15341
15342# Commands used to build a shared archive.
15343archive_cmds=$lt_archive_cmds
15344archive_expsym_cmds=$lt_archive_expsym_cmds
15345
15346# Commands used to build a loadable module if different from building
15347# a shared archive.
15348module_cmds=$lt_module_cmds
15349module_expsym_cmds=$lt_module_expsym_cmds
15350
15351# Whether we are building with GNU ld or not.
15352with_gnu_ld=$lt_with_gnu_ld
15353
15354# Flag that allows shared libraries with undefined symbols to be built.
15355allow_undefined_flag=$lt_allow_undefined_flag
15356
15357# Flag that enforces no undefined symbols.
15358no_undefined_flag=$lt_no_undefined_flag
15359
15360# Flag to hardcode \$libdir into a binary during linking.
15361# This must work even if \$libdir does not exist
15362hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
15363
15364# If ld is used when linking, flag to hardcode \$libdir into a binary
15365# during linking. This must work even if \$libdir does not exist.
15366hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
15367
15368# Whether we need a single "-rpath" flag with a separated argument.
15369hardcode_libdir_separator=$lt_hardcode_libdir_separator
15370
15371# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15372# DIR into the resulting binary.
15373hardcode_direct=$hardcode_direct
15374
15375# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
15376# DIR into the resulting binary and the resulting library dependency is
15377# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
15378# library is relocated.
15379hardcode_direct_absolute=$hardcode_direct_absolute
15380
15381# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
15382# into the resulting binary.
15383hardcode_minus_L=$hardcode_minus_L
15384
15385# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
15386# into the resulting binary.
15387hardcode_shlibpath_var=$hardcode_shlibpath_var
15388
15389# Set to "yes" if building a shared library automatically hardcodes DIR
15390# into the library and all subsequent libraries and executables linked
15391# against it.
15392hardcode_automatic=$hardcode_automatic
15393
15394# Set to yes if linker adds runtime paths of dependent libraries
15395# to runtime path list.
15396inherit_rpath=$inherit_rpath
15397
15398# Whether libtool must link a program against all its dependency libraries.
15399link_all_deplibs=$link_all_deplibs
15400
15401# Fix the shell variable \$srcfile for the compiler.
15402fix_srcfile_path=$lt_fix_srcfile_path
15403
15404# Set to "yes" if exported symbols are required.
15405always_export_symbols=$always_export_symbols
15406
15407# The commands to list exported symbols.
15408export_symbols_cmds=$lt_export_symbols_cmds
15409
15410# Symbols that should not be listed in the preloaded symbols.
15411exclude_expsyms=$lt_exclude_expsyms
15412
15413# Symbols that must always be exported.
15414include_expsyms=$lt_include_expsyms
15415
15416# Commands necessary for linking programs (against libraries) with templates.
15417prelink_cmds=$lt_prelink_cmds
15418
15419# Specify filename containing input files.
15420file_list_spec=$lt_file_list_spec
15421
15422# How to hardcode a shared library path into an executable.
15423hardcode_action=$hardcode_action
15424
15425# ### END LIBTOOL CONFIG
15426
15427_LT_EOF
15428
15429 case $host_os in
15430 aix3*)
15431 cat <<\_LT_EOF >> "$cfgfile"
15432# AIX sometimes has problems with the GCC collect2 program. For some
15433# reason, if we set the COLLECT_NAMES environment variable, the problems
15434# vanish in a puff of smoke.
15435if test "X${COLLECT_NAMES+set}" != Xset; then
15436 COLLECT_NAMES=
15437 export COLLECT_NAMES
15438fi
15439_LT_EOF
15440 ;;
15441 esac
15442
15443
15444ltmain="$ac_aux_dir/ltmain.sh"
15445
15446
15447 # We use sed instead of cat because bash on DJGPP gets confused if
15448 # if finds mixed CR/LF and LF-only lines. Since sed operates in
15449 # text mode, it properly converts lines to CR/LF. This bash problem
15450 # is reportedly fixed, but why not run on old versions too?
15451 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
15452 || (rm -f "$cfgfile"; exit 1)
15453
15454 case $xsi_shell in
15455 yes)
15456 cat << \_LT_EOF >> "$cfgfile"
15457
15458# func_dirname file append nondir_replacement
15459# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15460# otherwise set result to NONDIR_REPLACEMENT.
15461func_dirname ()
15462{
15463 case ${1} in
15464 */*) func_dirname_result="${1%/*}${2}" ;;
15465 * ) func_dirname_result="${3}" ;;
15466 esac
15467}
15468
15469# func_basename file
15470func_basename ()
15471{
15472 func_basename_result="${1##*/}"
15473}
15474
15475# func_dirname_and_basename file append nondir_replacement
15476# perform func_basename and func_dirname in a single function
15477# call:
15478# dirname: Compute the dirname of FILE. If nonempty,
15479# add APPEND to the result, otherwise set result
15480# to NONDIR_REPLACEMENT.
15481# value returned in "$func_dirname_result"
15482# basename: Compute filename of FILE.
15483# value retuned in "$func_basename_result"
15484# Implementation must be kept synchronized with func_dirname
15485# and func_basename. For efficiency, we do not delegate to
15486# those functions but instead duplicate the functionality here.
15487func_dirname_and_basename ()
15488{
15489 case ${1} in
15490 */*) func_dirname_result="${1%/*}${2}" ;;
15491 * ) func_dirname_result="${3}" ;;
15492 esac
15493 func_basename_result="${1##*/}"
15494}
15495
15496# func_stripname prefix suffix name
15497# strip PREFIX and SUFFIX off of NAME.
15498# PREFIX and SUFFIX must not contain globbing or regex special
15499# characters, hashes, percent signs, but SUFFIX may contain a leading
15500# dot (in which case that matches only a dot).
15501func_stripname ()
15502{
15503 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
15504 # positional parameters, so assign one to ordinary parameter first.
15505 func_stripname_result=${3}
15506 func_stripname_result=${func_stripname_result#"${1}"}
15507 func_stripname_result=${func_stripname_result%"${2}"}
15508}
15509
15510# func_opt_split
15511func_opt_split ()
15512{
15513 func_opt_split_opt=${1%%=*}
15514 func_opt_split_arg=${1#*=}
15515}
15516
15517# func_lo2o object
15518func_lo2o ()
15519{
15520 case ${1} in
15521 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
15522 *) func_lo2o_result=${1} ;;
15523 esac
15524}
15525
15526# func_xform libobj-or-source
15527func_xform ()
15528{
15529 func_xform_result=${1%.*}.lo
15530}
15531
15532# func_arith arithmetic-term...
15533func_arith ()
15534{
15535 func_arith_result=$(( $* ))
15536}
15537
15538# func_len string
15539# STRING may not start with a hyphen.
15540func_len ()
15541{
15542 func_len_result=${#1}
15543}
15544
15545_LT_EOF
15546 ;;
15547 *) # Bourne compatible functions.
15548 cat << \_LT_EOF >> "$cfgfile"
15549
15550# func_dirname file append nondir_replacement
15551# Compute the dirname of FILE. If nonempty, add APPEND to the result,
15552# otherwise set result to NONDIR_REPLACEMENT.
15553func_dirname ()
15554{
15555 # Extract subdirectory from the argument.
15556 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
15557 if test "X$func_dirname_result" = "X${1}"; then
15558 func_dirname_result="${3}"
15559 else
15560 func_dirname_result="$func_dirname_result${2}"
15561 fi
15562}
15563
15564# func_basename file
15565func_basename ()
15566{
15567 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
15568}
15569
15570
15571# func_stripname prefix suffix name
15572# strip PREFIX and SUFFIX off of NAME.
15573# PREFIX and SUFFIX must not contain globbing or regex special
15574# characters, hashes, percent signs, but SUFFIX may contain a leading
15575# dot (in which case that matches only a dot).
15576# func_strip_suffix prefix name
15577func_stripname ()
15578{
15579 case ${2} in
15580 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
15581 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
15582 esac
15583}
15584
15585# sed scripts:
15586my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
15587my_sed_long_arg='1s/^-[^=]*=//'
15588
15589# func_opt_split
15590func_opt_split ()
15591{
15592 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
15593 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
15594}
15595
15596# func_lo2o object
15597func_lo2o ()
15598{
15599 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
15600}
15601
15602# func_xform libobj-or-source
15603func_xform ()
15604{
15605 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
15606}
15607
15608# func_arith arithmetic-term...
15609func_arith ()
15610{
15611 func_arith_result=`expr "$@"`
15612}
15613
15614# func_len string
15615# STRING may not start with a hyphen.
15616func_len ()
15617{
15618 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
15619}
15620
15621_LT_EOF
15622esac
15623
15624case $lt_shell_append in
15625 yes)
15626 cat << \_LT_EOF >> "$cfgfile"
15627
15628# func_append var value
15629# Append VALUE to the end of shell variable VAR.
15630func_append ()
15631{
15632 eval "$1+=\$2"
15633}
15634_LT_EOF
15635 ;;
15636 *)
15637 cat << \_LT_EOF >> "$cfgfile"
15638
15639# func_append var value
15640# Append VALUE to the end of shell variable VAR.
15641func_append ()
15642{
15643 eval "$1=\$$1\$2"
15644}
15645
15646_LT_EOF
15647 ;;
15648 esac
15649
15650
15651 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
15652 || (rm -f "$cfgfile"; exit 1)
15653
15654 mv -f "$cfgfile" "$ofile" ||
15655 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
15656 chmod +x "$ofile"
15657
15658 ;;
87326c78
DD
15659 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
15660 rm -f Makesim1.tmp Makesim2.tmp Makefile
15661 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
15662 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
15663 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
15664 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
15665 <Makefile.sim >Makefile
15666 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
15667 ;;
15668 "stamp-h":C) echo > stamp-h ;;
15669
15670 esac
15671done # for ac_tag
15672
15673
15674as_fn_exit 0
15675_ACEOF
15676ac_clean_files=$ac_clean_files_save
15677
15678test $ac_write_fail = 0 ||
15679 as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
15680
15681
15682# configure is writing to config.log, and then calls config.status.
15683# config.status does its own redirection, appending to config.log.
15684# Unfortunately, on DOS this fails, as config.log is still kept open
15685# by configure, so config.status won't be able to write to it; its
15686# output is simply discarded. So we exec the FD to /dev/null,
15687# effectively closing config.log, so it can be properly (re)opened and
15688# appended to by config.status. When coming back to configure, we
15689# need to make the FD available again.
15690if test "$no_create" != yes; then
15691 ac_cs_success=:
15692 ac_config_status_args=
15693 test "$silent" = yes &&
15694 ac_config_status_args="$ac_config_status_args --quiet"
15695 exec 5>/dev/null
15696 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
15697 exec 5>>config.log
15698 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
15699 # would make configure fail if this is the last instruction.
15700 $ac_cs_success || as_fn_exit $?
15701fi
15702if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
15703 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
15704$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
15705fi
15706
15707
This page took 1.070432 seconds and 4 git commands to generate.