]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - sim/bfin/configure
sim: enable -Werror by default for some arches
[thirdparty/binutils-gdb.git] / sim / bfin / configure
CommitLineData
ef016f83
MF
1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
d0ac1c44
SM
3# Generated by GNU Autoconf 2.69.
4#
5#
6# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
ef016f83 7#
ef016f83
MF
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.
d0ac1c44 90as_myself=
ef016f83
MF
91case $0 in #((
92 *[\\/]* ) as_myself=$0 ;;
93 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
94for as_dir in $PATH
95do
96 IFS=$as_save_IFS
97 test -z "$as_dir" && as_dir=.
98 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
99 done
100IFS=$as_save_IFS
101
102 ;;
103esac
104# We did not find ourselves, most probably we were run as `sh COMMAND'
105# in which case we are not to be found in the path.
106if test "x$as_myself" = x; then
107 as_myself=$0
108fi
109if test ! -f "$as_myself"; then
110 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
111 exit 1
112fi
113
114# Unset variables that we do not need and which cause bugs (e.g. in
115# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
116# suppresses any "Segmentation fault" message there. '((' could
117# trigger a bug in pdksh 5.2.14.
118for as_var in BASH_ENV ENV MAIL MAILPATH
119do eval test x\${$as_var+set} = xset \
120 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
121done
122PS1='$ '
123PS2='> '
124PS4='+ '
125
126# NLS nuisances.
127LC_ALL=C
128export LC_ALL
129LANGUAGE=C
130export LANGUAGE
131
132# CDPATH.
133(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
134
d0ac1c44
SM
135# Use a proper internal environment variable to ensure we don't fall
136 # into an infinite loop, continuously re-executing ourselves.
137 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
138 _as_can_reexec=no; export _as_can_reexec;
139 # We cannot yet assume a decent shell, so we have to provide a
140# neutralization value for shells without unset; and this also
141# works around shells that cannot unset nonexistent variables.
142# Preserve -v and -x to the replacement shell.
143BASH_ENV=/dev/null
144ENV=/dev/null
145(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
146case $- in # ((((
147 *v*x* | *x*v* ) as_opts=-vx ;;
148 *v* ) as_opts=-v ;;
149 *x* ) as_opts=-x ;;
150 * ) as_opts= ;;
151esac
152exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
153# Admittedly, this is quite paranoid, since all the known shells bail
154# out after a failed `exec'.
155$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
156as_fn_exit 255
157 fi
158 # We don't want this to propagate to other subprocesses.
159 { _as_can_reexec=; unset _as_can_reexec;}
ef016f83
MF
160if test "x$CONFIG_SHELL" = x; then
161 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
162 emulate sh
163 NULLCMD=:
164 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
165 # is contrary to our usage. Disable this feature.
166 alias -g '\${1+\"\$@\"}'='\"\$@\"'
167 setopt NO_GLOB_SUBST
168else
169 case \`(set -o) 2>/dev/null\` in #(
170 *posix*) :
171 set -o posix ;; #(
172 *) :
173 ;;
174esac
175fi
176"
177 as_required="as_fn_return () { (exit \$1); }
178as_fn_success () { as_fn_return 0; }
179as_fn_failure () { as_fn_return 1; }
180as_fn_ret_success () { return 0; }
181as_fn_ret_failure () { return 1; }
182
183exitcode=0
184as_fn_success || { exitcode=1; echo as_fn_success failed.; }
185as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
186as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
187as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
188if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
189
190else
191 exitcode=1; echo positional parameters were not saved.
192fi
d0ac1c44
SM
193test x\$exitcode = x0 || exit 1
194test -x / || exit 1"
ef016f83
MF
195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
197 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
198 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
6bb11ab3
L
199test \$(( 1 + 1 )) = 2 || exit 1
200
201 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
202 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
203 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 PATH=/empty FPATH=/empty; export PATH FPATH
206 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
207 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
ef016f83
MF
208 if (eval "$as_required") 2>/dev/null; then :
209 as_have_required=yes
210else
211 as_have_required=no
212fi
213 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
214
215else
216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
217as_found=false
218for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219do
220 IFS=$as_save_IFS
221 test -z "$as_dir" && as_dir=.
222 as_found=:
223 case $as_dir in #(
224 /*)
225 for as_base in sh bash ksh sh5; do
226 # Try only shells that exist, to save several forks.
227 as_shell=$as_dir/$as_base
228 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
229 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
230 CONFIG_SHELL=$as_shell as_have_required=yes
231 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 break 2
233fi
234fi
235 done;;
236 esac
237 as_found=false
238done
239$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
240 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
241 CONFIG_SHELL=$SHELL as_have_required=yes
242fi; }
243IFS=$as_save_IFS
244
245
246 if test "x$CONFIG_SHELL" != x; then :
d0ac1c44
SM
247 export CONFIG_SHELL
248 # We cannot yet assume a decent shell, so we have to provide a
249# neutralization value for shells without unset; and this also
250# works around shells that cannot unset nonexistent variables.
251# Preserve -v and -x to the replacement shell.
252BASH_ENV=/dev/null
253ENV=/dev/null
254(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
255case $- in # ((((
256 *v*x* | *x*v* ) as_opts=-vx ;;
257 *v* ) as_opts=-v ;;
258 *x* ) as_opts=-x ;;
259 * ) as_opts= ;;
260esac
261exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
262# Admittedly, this is quite paranoid, since all the known shells bail
263# out after a failed `exec'.
264$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
265exit 255
ef016f83
MF
266fi
267
268 if test x$as_have_required = xno; then :
269 $as_echo "$0: This script requires a shell more modern than all"
270 $as_echo "$0: the shells that I found on your system."
271 if test x${ZSH_VERSION+set} = xset ; then
272 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
273 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
274 else
275 $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
276$0: including any error possibly output before this
277$0: message. Then install a modern shell, or manually run
278$0: the script under such a shell if you do have one."
279 fi
280 exit 1
281fi
282fi
283fi
284SHELL=${CONFIG_SHELL-/bin/sh}
285export SHELL
286# Unset more variables known to interfere with behavior of common tools.
287CLICOLOR_FORCE= GREP_OPTIONS=
288unset CLICOLOR_FORCE GREP_OPTIONS
289
290## --------------------- ##
291## M4sh Shell Functions. ##
292## --------------------- ##
293# as_fn_unset VAR
294# ---------------
295# Portably unset VAR.
296as_fn_unset ()
297{
298 { eval $1=; unset $1;}
299}
300as_unset=as_fn_unset
301
302# as_fn_set_status STATUS
303# -----------------------
304# Set $? to STATUS, without forking.
305as_fn_set_status ()
306{
307 return $1
308} # as_fn_set_status
309
310# as_fn_exit STATUS
311# -----------------
312# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
313as_fn_exit ()
314{
315 set +e
316 as_fn_set_status $1
317 exit $1
318} # as_fn_exit
319
320# as_fn_mkdir_p
321# -------------
322# Create "$as_dir" as a directory, including parents if necessary.
323as_fn_mkdir_p ()
324{
325
326 case $as_dir in #(
327 -*) as_dir=./$as_dir;;
328 esac
329 test -d "$as_dir" || eval $as_mkdir_p || {
330 as_dirs=
331 while :; do
332 case $as_dir in #(
333 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
334 *) as_qdir=$as_dir;;
335 esac
336 as_dirs="'$as_qdir' $as_dirs"
337 as_dir=`$as_dirname -- "$as_dir" ||
338$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
339 X"$as_dir" : 'X\(//\)[^/]' \| \
340 X"$as_dir" : 'X\(//\)$' \| \
341 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
342$as_echo X"$as_dir" |
343 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
344 s//\1/
345 q
346 }
347 /^X\(\/\/\)[^/].*/{
348 s//\1/
349 q
350 }
351 /^X\(\/\/\)$/{
352 s//\1/
353 q
354 }
355 /^X\(\/\).*/{
356 s//\1/
357 q
358 }
359 s/.*/./; q'`
360 test -d "$as_dir" && break
361 done
362 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 363 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
ef016f83
MF
364
365
366} # as_fn_mkdir_p
d0ac1c44
SM
367
368# as_fn_executable_p FILE
369# -----------------------
370# Test if FILE is an executable regular file.
371as_fn_executable_p ()
372{
373 test -f "$1" && test -x "$1"
374} # as_fn_executable_p
ef016f83
MF
375# as_fn_append VAR VALUE
376# ----------------------
377# Append the text in VALUE to the end of the definition contained in VAR. Take
378# advantage of any shell optimizations that allow amortized linear growth over
379# repeated appends, instead of the typical quadratic growth present in naive
380# implementations.
381if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
382 eval 'as_fn_append ()
383 {
384 eval $1+=\$2
385 }'
386else
387 as_fn_append ()
388 {
389 eval $1=\$$1\$2
390 }
391fi # as_fn_append
392
393# as_fn_arith ARG...
394# ------------------
395# Perform arithmetic evaluation on the ARGs, and store the result in the
396# global $as_val. Take advantage of shells that can avoid forks. The arguments
397# must be portable across $(()) and expr.
398if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
399 eval 'as_fn_arith ()
400 {
401 as_val=$(( $* ))
402 }'
403else
404 as_fn_arith ()
405 {
406 as_val=`expr "$@" || test $? -eq 1`
407 }
408fi # as_fn_arith
409
410
d0ac1c44
SM
411# as_fn_error STATUS ERROR [LINENO LOG_FD]
412# ----------------------------------------
ef016f83
MF
413# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
414# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 415# script with STATUS, using 1 if that was 0.
ef016f83
MF
416as_fn_error ()
417{
d0ac1c44
SM
418 as_status=$1; test $as_status -eq 0 && as_status=1
419 if test "$4"; then
420 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
ef016f83 422 fi
d0ac1c44 423 $as_echo "$as_me: error: $2" >&2
ef016f83
MF
424 as_fn_exit $as_status
425} # as_fn_error
426
427if expr a : '\(a\)' >/dev/null 2>&1 &&
428 test "X`expr 00001 : '.*\(...\)'`" = X001; then
429 as_expr=expr
430else
431 as_expr=false
432fi
433
434if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
435 as_basename=basename
436else
437 as_basename=false
438fi
439
440if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
441 as_dirname=dirname
442else
443 as_dirname=false
444fi
445
446as_me=`$as_basename -- "$0" ||
447$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
448 X"$0" : 'X\(//\)$' \| \
449 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
450$as_echo X/"$0" |
451 sed '/^.*\/\([^/][^/]*\)\/*$/{
452 s//\1/
453 q
454 }
455 /^X\/\(\/\/\)$/{
456 s//\1/
457 q
458 }
459 /^X\/\(\/\).*/{
460 s//\1/
461 q
462 }
463 s/.*/./; q'`
464
465# Avoid depending upon Character Ranges.
466as_cr_letters='abcdefghijklmnopqrstuvwxyz'
467as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
468as_cr_Letters=$as_cr_letters$as_cr_LETTERS
469as_cr_digits='0123456789'
470as_cr_alnum=$as_cr_Letters$as_cr_digits
471
472
473 as_lineno_1=$LINENO as_lineno_1a=$LINENO
474 as_lineno_2=$LINENO as_lineno_2a=$LINENO
475 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
476 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
477 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
478 sed -n '
479 p
480 /[$]LINENO/=
481 ' <$as_myself |
482 sed '
483 s/[$]LINENO.*/&-/
484 t lineno
485 b
486 :lineno
487 N
488 :loop
489 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
490 t loop
491 s/-\n.*//
492 ' >$as_me.lineno &&
493 chmod +x "$as_me.lineno" ||
494 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
495
d0ac1c44
SM
496 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
497 # already done that, so ensure we don't try to do so again and fall
498 # in an infinite loop. This has already happened in practice.
499 _as_can_reexec=no; export _as_can_reexec
ef016f83
MF
500 # Don't try to exec as it changes $[0], causing all sort of problems
501 # (the dirname of $[0] is not the place where we might find the
502 # original and so on. Autoconf is especially sensitive to this).
503 . "./$as_me.lineno"
504 # Exit status is that of the last command.
505 exit
506}
507
508ECHO_C= ECHO_N= ECHO_T=
509case `echo -n x` in #(((((
510-n*)
511 case `echo 'xy\c'` in
512 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
513 xy) ECHO_C='\c';;
514 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
515 ECHO_T=' ';;
516 esac;;
517*)
518 ECHO_N='-n';;
519esac
520
521rm -f conf$$ conf$$.exe conf$$.file
522if test -d conf$$.dir; then
523 rm -f conf$$.dir/conf$$.file
524else
525 rm -f conf$$.dir
526 mkdir conf$$.dir 2>/dev/null
527fi
528if (echo >conf$$.file) 2>/dev/null; then
529 if ln -s conf$$.file conf$$ 2>/dev/null; then
530 as_ln_s='ln -s'
531 # ... but there are two gotchas:
532 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
533 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 534 # In both cases, we have to default to `cp -pR'.
ef016f83 535 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 536 as_ln_s='cp -pR'
ef016f83
MF
537 elif ln conf$$.file conf$$ 2>/dev/null; then
538 as_ln_s=ln
539 else
d0ac1c44 540 as_ln_s='cp -pR'
ef016f83
MF
541 fi
542else
d0ac1c44 543 as_ln_s='cp -pR'
ef016f83
MF
544fi
545rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
546rmdir conf$$.dir 2>/dev/null
547
548if mkdir -p . 2>/dev/null; then
549 as_mkdir_p='mkdir -p "$as_dir"'
550else
551 test -d ./-p && rmdir ./-p
552 as_mkdir_p=false
553fi
554
d0ac1c44
SM
555as_test_x='test -x'
556as_executable_p=as_fn_executable_p
ef016f83
MF
557
558# Sed expression to map a string onto a valid CPP name.
559as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
560
561# Sed expression to map a string onto a valid variable name.
562as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
563
6bb11ab3
L
564SHELL=${CONFIG_SHELL-/bin/sh}
565
ef016f83 566
d0ac1c44
SM
567test -n "$DJDIR" || exec 7<&0 </dev/null
568exec 6>&1
ef016f83
MF
569
570# Name of the host.
d0ac1c44 571# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
ef016f83
MF
572# so uname gets run too.
573ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
574
575#
576# Initializations.
577#
578ac_default_prefix=/usr/local
579ac_clean_files=
580ac_config_libobj_dir=.
581LIBOBJS=
582cross_compiling=no
583subdirs=
584MFLAGS=
585MAKEFLAGS=
586
587# Identity of this package.
588PACKAGE_NAME=
589PACKAGE_TARNAME=
590PACKAGE_VERSION=
591PACKAGE_STRING=
592PACKAGE_BUGREPORT=
593PACKAGE_URL=
594
595ac_unique_file="Makefile.in"
596# Factoring default headers for most tests.
597ac_includes_default="\
598#include <stdio.h>
599#ifdef HAVE_SYS_TYPES_H
600# include <sys/types.h>
601#endif
602#ifdef HAVE_SYS_STAT_H
603# include <sys/stat.h>
604#endif
605#ifdef STDC_HEADERS
606# include <stdlib.h>
607# include <stddef.h>
608#else
609# ifdef HAVE_STDLIB_H
610# include <stdlib.h>
611# endif
612#endif
613#ifdef HAVE_STRING_H
614# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
615# include <memory.h>
616# endif
617# include <string.h>
618#endif
619#ifdef HAVE_STRINGS_H
620# include <strings.h>
621#endif
622#ifdef HAVE_INTTYPES_H
623# include <inttypes.h>
624#endif
625#ifdef HAVE_STDINT_H
626# include <stdint.h>
627#endif
628#ifdef HAVE_UNISTD_H
629# include <unistd.h>
630#endif"
631
632ac_subst_vars='LTLIBOBJS
633LIBOBJS
634cgen_breaks
635SDL_LIBS
636SDL_CFLAGS
5798d69f
SM
637PKG_CONFIG_LIBDIR
638PKG_CONFIG_PATH
639PKG_CONFIG
ef016f83
MF
640REPORT_BUGS_TEXI
641REPORT_BUGS_TO
642PKGVERSION
ef016f83 643MAINT
31e6ad7d
MF
644MAINTAINER_MODE_FALSE
645MAINTAINER_MODE_TRUE
6bb11ab3
L
646lt_cv_dlopen_libs
647OTOOL64
648OTOOL
649LIPO
650NMEDIT
651DSYMUTIL
652AWK
653STRIP
654OBJDUMP
655LN_S
656NM
657ac_ct_DUMPBIN
658DUMPBIN
659LD
660FGREP
661SED
662LIBTOOL
663PLUGINS_FALSE
664PLUGINS_TRUE
aadc9410
MF
665zlibinc
666zlibdir
ef016f83
MF
667CATOBJEXT
668GENCAT
669INSTOBJEXT
670DATADIRNAME
671CATALOGS
672POSUB
673GMSGFMT
674XGETTEXT
675INCINTL
676LIBINTL_DEP
677LIBINTL
678USE_NLS
db2e4d67
MF
679GMAKE_FALSE
680GMAKE_TRUE
681MAKE
682CCDEPMODE
683DEPDIR
684am__leading_dot
5f3ef9d0 685PACKAGE
46f900c0 686C_DIALECT
ef016f83
MF
687RANLIB
688AR
689HDEFINES
690CC_FOR_BUILD
691INSTALL_DATA
692INSTALL_SCRIPT
693INSTALL_PROGRAM
2232061b
MF
694EGREP
695GREP
696CPP
ef016f83
MF
697target_os
698target_vendor
699target_cpu
700target
701host_os
702host_vendor
703host_cpu
704host
705build_os
706build_vendor
707build_cpu
708build
6ffe910a
MF
709OBJEXT
710EXEEXT
711ac_ct_CC
712CPPFLAGS
713LDFLAGS
714CFLAGS
715CC
ef016f83
MF
716WERROR_CFLAGS
717WARN_CFLAGS
ef016f83 718sim_reserved_bits
ef016f83
MF
719sim_inline
720sim_hw
721sim_hw_objs
722sim_hw_cflags
723sim_default_model
724sim_scache
725sim_float
ef016f83
MF
726sim_endian
727sim_bitsize
ef016f83 728sim_alignment
ef016f83
MF
729target_alias
730host_alias
731build_alias
732LIBS
733ECHO_T
734ECHO_N
735ECHO_C
736DEFS
737mandir
738localedir
739libdir
740psdir
741pdfdir
742dvidir
743htmldir
744infodir
745docdir
746oldincludedir
747includedir
748localstatedir
749sharedstatedir
750sysconfdir
751datadir
752datarootdir
753libexecdir
754sbindir
755bindir
756program_transform_name
757prefix
758exec_prefix
759PACKAGE_URL
760PACKAGE_BUGREPORT
761PACKAGE_STRING
762PACKAGE_VERSION
763PACKAGE_TARNAME
764PACKAGE_NAME
765PATH_SEPARATOR
766SHELL'
767ac_subst_files=''
768ac_user_opts='
769enable_option_checking
aadc9410 770with_system_zlib
6bb11ab3
L
771enable_plugins
772enable_shared
773enable_static
774with_pic
775enable_fast_install
776with_gnu_ld
777enable_libtool_lock
ef016f83 778enable_maintainer_mode
ef016f83
MF
779enable_sim_debug
780enable_sim_stdio
781enable_sim_trace
782enable_sim_profile
35656e95 783enable_sim_assert
16f7876d 784enable_sim_environment
347fe5bb 785enable_sim_inline
ef016f83
MF
786with_pkgversion
787with_bugurl
788enable_sim_endian
789enable_sim_alignment
ef016f83 790enable_sim_default_model
2232061b 791enable_werror
ef016f83
MF
792enable_build_warnings
793enable_sim_build_warnings
794enable_sim_hardware
795'
796 ac_precious_vars='build_alias
797host_alias
798target_alias
799CC
800CFLAGS
801LDFLAGS
802LIBS
803CPPFLAGS
5798d69f
SM
804CPP
805PKG_CONFIG
806PKG_CONFIG_PATH
807PKG_CONFIG_LIBDIR
808SDL_CFLAGS
809SDL_LIBS'
ef016f83
MF
810
811
812# Initialize some variables set by options.
813ac_init_help=
814ac_init_version=false
815ac_unrecognized_opts=
816ac_unrecognized_sep=
817# The variables have the same names as the options, with
818# dashes changed to underlines.
819cache_file=/dev/null
820exec_prefix=NONE
821no_create=
822no_recursion=
823prefix=NONE
824program_prefix=NONE
825program_suffix=NONE
826program_transform_name=s,x,x,
827silent=
828site=
829srcdir=
830verbose=
831x_includes=NONE
832x_libraries=NONE
833
834# Installation directory options.
835# These are left unexpanded so users can "make install exec_prefix=/foo"
836# and all the variables that are supposed to be based on exec_prefix
837# by default will actually change.
838# Use braces instead of parens because sh, perl, etc. also accept them.
839# (The list follows the same order as the GNU Coding Standards.)
840bindir='${exec_prefix}/bin'
841sbindir='${exec_prefix}/sbin'
842libexecdir='${exec_prefix}/libexec'
843datarootdir='${prefix}/share'
844datadir='${datarootdir}'
845sysconfdir='${prefix}/etc'
846sharedstatedir='${prefix}/com'
847localstatedir='${prefix}/var'
848includedir='${prefix}/include'
849oldincludedir='/usr/include'
850docdir='${datarootdir}/doc/${PACKAGE}'
851infodir='${datarootdir}/info'
852htmldir='${docdir}'
853dvidir='${docdir}'
854pdfdir='${docdir}'
855psdir='${docdir}'
856libdir='${exec_prefix}/lib'
857localedir='${datarootdir}/locale'
858mandir='${datarootdir}/man'
859
860ac_prev=
861ac_dashdash=
862for ac_option
863do
864 # If the previous option needs an argument, assign it.
865 if test -n "$ac_prev"; then
866 eval $ac_prev=\$ac_option
867 ac_prev=
868 continue
869 fi
870
871 case $ac_option in
d0ac1c44
SM
872 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
873 *=) ac_optarg= ;;
874 *) ac_optarg=yes ;;
ef016f83
MF
875 esac
876
877 # Accept the important Cygnus configure options, so we can diagnose typos.
878
879 case $ac_dashdash$ac_option in
880 --)
881 ac_dashdash=yes ;;
882
883 -bindir | --bindir | --bindi | --bind | --bin | --bi)
884 ac_prev=bindir ;;
885 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
886 bindir=$ac_optarg ;;
887
888 -build | --build | --buil | --bui | --bu)
889 ac_prev=build_alias ;;
890 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
891 build_alias=$ac_optarg ;;
892
893 -cache-file | --cache-file | --cache-fil | --cache-fi \
894 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
895 ac_prev=cache_file ;;
896 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
897 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
898 cache_file=$ac_optarg ;;
899
900 --config-cache | -C)
901 cache_file=config.cache ;;
902
903 -datadir | --datadir | --datadi | --datad)
904 ac_prev=datadir ;;
905 -datadir=* | --datadir=* | --datadi=* | --datad=*)
906 datadir=$ac_optarg ;;
907
908 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
909 | --dataroo | --dataro | --datar)
910 ac_prev=datarootdir ;;
911 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
912 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
913 datarootdir=$ac_optarg ;;
914
915 -disable-* | --disable-*)
916 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
917 # Reject names that are not valid shell variable names.
918 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 919 as_fn_error $? "invalid feature name: $ac_useropt"
ef016f83
MF
920 ac_useropt_orig=$ac_useropt
921 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
922 case $ac_user_opts in
923 *"
924"enable_$ac_useropt"
925"*) ;;
926 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
927 ac_unrecognized_sep=', ';;
928 esac
929 eval enable_$ac_useropt=no ;;
930
931 -docdir | --docdir | --docdi | --doc | --do)
932 ac_prev=docdir ;;
933 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
934 docdir=$ac_optarg ;;
935
936 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
937 ac_prev=dvidir ;;
938 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
939 dvidir=$ac_optarg ;;
940
941 -enable-* | --enable-*)
942 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
943 # Reject names that are not valid shell variable names.
944 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 945 as_fn_error $? "invalid feature name: $ac_useropt"
ef016f83
MF
946 ac_useropt_orig=$ac_useropt
947 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
948 case $ac_user_opts in
949 *"
950"enable_$ac_useropt"
951"*) ;;
952 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
953 ac_unrecognized_sep=', ';;
954 esac
955 eval enable_$ac_useropt=\$ac_optarg ;;
956
957 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
958 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
959 | --exec | --exe | --ex)
960 ac_prev=exec_prefix ;;
961 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
962 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
963 | --exec=* | --exe=* | --ex=*)
964 exec_prefix=$ac_optarg ;;
965
966 -gas | --gas | --ga | --g)
967 # Obsolete; use --with-gas.
968 with_gas=yes ;;
969
970 -help | --help | --hel | --he | -h)
971 ac_init_help=long ;;
972 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
973 ac_init_help=recursive ;;
974 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
975 ac_init_help=short ;;
976
977 -host | --host | --hos | --ho)
978 ac_prev=host_alias ;;
979 -host=* | --host=* | --hos=* | --ho=*)
980 host_alias=$ac_optarg ;;
981
982 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
983 ac_prev=htmldir ;;
984 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
985 | --ht=*)
986 htmldir=$ac_optarg ;;
987
988 -includedir | --includedir | --includedi | --included | --include \
989 | --includ | --inclu | --incl | --inc)
990 ac_prev=includedir ;;
991 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
992 | --includ=* | --inclu=* | --incl=* | --inc=*)
993 includedir=$ac_optarg ;;
994
995 -infodir | --infodir | --infodi | --infod | --info | --inf)
996 ac_prev=infodir ;;
997 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
998 infodir=$ac_optarg ;;
999
1000 -libdir | --libdir | --libdi | --libd)
1001 ac_prev=libdir ;;
1002 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1003 libdir=$ac_optarg ;;
1004
1005 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1006 | --libexe | --libex | --libe)
1007 ac_prev=libexecdir ;;
1008 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1009 | --libexe=* | --libex=* | --libe=*)
1010 libexecdir=$ac_optarg ;;
1011
1012 -localedir | --localedir | --localedi | --localed | --locale)
1013 ac_prev=localedir ;;
1014 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1015 localedir=$ac_optarg ;;
1016
1017 -localstatedir | --localstatedir | --localstatedi | --localstated \
1018 | --localstate | --localstat | --localsta | --localst | --locals)
1019 ac_prev=localstatedir ;;
1020 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1021 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1022 localstatedir=$ac_optarg ;;
1023
1024 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1025 ac_prev=mandir ;;
1026 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1027 mandir=$ac_optarg ;;
1028
1029 -nfp | --nfp | --nf)
1030 # Obsolete; use --without-fp.
1031 with_fp=no ;;
1032
1033 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1034 | --no-cr | --no-c | -n)
1035 no_create=yes ;;
1036
1037 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1038 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1039 no_recursion=yes ;;
1040
1041 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1042 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1043 | --oldin | --oldi | --old | --ol | --o)
1044 ac_prev=oldincludedir ;;
1045 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1046 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1047 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1048 oldincludedir=$ac_optarg ;;
1049
1050 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1051 ac_prev=prefix ;;
1052 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1053 prefix=$ac_optarg ;;
1054
1055 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1056 | --program-pre | --program-pr | --program-p)
1057 ac_prev=program_prefix ;;
1058 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1059 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1060 program_prefix=$ac_optarg ;;
1061
1062 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1063 | --program-suf | --program-su | --program-s)
1064 ac_prev=program_suffix ;;
1065 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1066 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1067 program_suffix=$ac_optarg ;;
1068
1069 -program-transform-name | --program-transform-name \
1070 | --program-transform-nam | --program-transform-na \
1071 | --program-transform-n | --program-transform- \
1072 | --program-transform | --program-transfor \
1073 | --program-transfo | --program-transf \
1074 | --program-trans | --program-tran \
1075 | --progr-tra | --program-tr | --program-t)
1076 ac_prev=program_transform_name ;;
1077 -program-transform-name=* | --program-transform-name=* \
1078 | --program-transform-nam=* | --program-transform-na=* \
1079 | --program-transform-n=* | --program-transform-=* \
1080 | --program-transform=* | --program-transfor=* \
1081 | --program-transfo=* | --program-transf=* \
1082 | --program-trans=* | --program-tran=* \
1083 | --progr-tra=* | --program-tr=* | --program-t=*)
1084 program_transform_name=$ac_optarg ;;
1085
1086 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1087 ac_prev=pdfdir ;;
1088 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1089 pdfdir=$ac_optarg ;;
1090
1091 -psdir | --psdir | --psdi | --psd | --ps)
1092 ac_prev=psdir ;;
1093 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1094 psdir=$ac_optarg ;;
1095
1096 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1097 | -silent | --silent | --silen | --sile | --sil)
1098 silent=yes ;;
1099
1100 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1101 ac_prev=sbindir ;;
1102 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1103 | --sbi=* | --sb=*)
1104 sbindir=$ac_optarg ;;
1105
1106 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1107 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1108 | --sharedst | --shareds | --shared | --share | --shar \
1109 | --sha | --sh)
1110 ac_prev=sharedstatedir ;;
1111 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1112 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1113 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1114 | --sha=* | --sh=*)
1115 sharedstatedir=$ac_optarg ;;
1116
1117 -site | --site | --sit)
1118 ac_prev=site ;;
1119 -site=* | --site=* | --sit=*)
1120 site=$ac_optarg ;;
1121
1122 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1123 ac_prev=srcdir ;;
1124 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1125 srcdir=$ac_optarg ;;
1126
1127 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1128 | --syscon | --sysco | --sysc | --sys | --sy)
1129 ac_prev=sysconfdir ;;
1130 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1131 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1132 sysconfdir=$ac_optarg ;;
1133
1134 -target | --target | --targe | --targ | --tar | --ta | --t)
1135 ac_prev=target_alias ;;
1136 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1137 target_alias=$ac_optarg ;;
1138
1139 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1140 verbose=yes ;;
1141
1142 -version | --version | --versio | --versi | --vers | -V)
1143 ac_init_version=: ;;
1144
1145 -with-* | --with-*)
1146 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1147 # Reject names that are not valid shell variable names.
1148 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1149 as_fn_error $? "invalid package name: $ac_useropt"
ef016f83
MF
1150 ac_useropt_orig=$ac_useropt
1151 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1152 case $ac_user_opts in
1153 *"
1154"with_$ac_useropt"
1155"*) ;;
1156 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1157 ac_unrecognized_sep=', ';;
1158 esac
1159 eval with_$ac_useropt=\$ac_optarg ;;
1160
1161 -without-* | --without-*)
1162 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1163 # Reject names that are not valid shell variable names.
1164 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
d0ac1c44 1165 as_fn_error $? "invalid package name: $ac_useropt"
ef016f83
MF
1166 ac_useropt_orig=$ac_useropt
1167 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1168 case $ac_user_opts in
1169 *"
1170"with_$ac_useropt"
1171"*) ;;
1172 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1173 ac_unrecognized_sep=', ';;
1174 esac
1175 eval with_$ac_useropt=no ;;
1176
1177 --x)
1178 # Obsolete; use --with-x.
1179 with_x=yes ;;
1180
1181 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1182 | --x-incl | --x-inc | --x-in | --x-i)
1183 ac_prev=x_includes ;;
1184 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1185 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1186 x_includes=$ac_optarg ;;
1187
1188 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1189 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1190 ac_prev=x_libraries ;;
1191 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1192 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1193 x_libraries=$ac_optarg ;;
1194
d0ac1c44
SM
1195 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1196Try \`$0 --help' for more information"
ef016f83
MF
1197 ;;
1198
1199 *=*)
1200 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1201 # Reject names that are not valid shell variable names.
1202 case $ac_envvar in #(
1203 '' | [0-9]* | *[!_$as_cr_alnum]* )
d0ac1c44 1204 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
ef016f83
MF
1205 esac
1206 eval $ac_envvar=\$ac_optarg
1207 export $ac_envvar ;;
1208
1209 *)
1210 # FIXME: should be removed in autoconf 3.0.
1211 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1212 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1213 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
d0ac1c44 1214 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
ef016f83
MF
1215 ;;
1216
1217 esac
1218done
1219
1220if test -n "$ac_prev"; then
1221 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
d0ac1c44 1222 as_fn_error $? "missing argument to $ac_option"
ef016f83
MF
1223fi
1224
1225if test -n "$ac_unrecognized_opts"; then
1226 case $enable_option_checking in
1227 no) ;;
d0ac1c44 1228 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
ef016f83
MF
1229 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1230 esac
1231fi
1232
1233# Check all directory arguments for consistency.
1234for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1235 datadir sysconfdir sharedstatedir localstatedir includedir \
1236 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1237 libdir localedir mandir
1238do
1239 eval ac_val=\$$ac_var
1240 # Remove trailing slashes.
1241 case $ac_val in
1242 */ )
1243 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1244 eval $ac_var=\$ac_val;;
1245 esac
1246 # Be sure to have absolute directory names.
1247 case $ac_val in
1248 [\\/$]* | ?:[\\/]* ) continue;;
1249 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1250 esac
d0ac1c44 1251 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
ef016f83
MF
1252done
1253
1254# There might be people who depend on the old broken behavior: `$host'
1255# used to hold the argument of --host etc.
1256# FIXME: To remove some day.
1257build=$build_alias
1258host=$host_alias
1259target=$target_alias
1260
1261# FIXME: To remove some day.
1262if test "x$host_alias" != x; then
1263 if test "x$build_alias" = x; then
1264 cross_compiling=maybe
ef016f83
MF
1265 elif test "x$build_alias" != "x$host_alias"; then
1266 cross_compiling=yes
1267 fi
1268fi
1269
1270ac_tool_prefix=
1271test -n "$host_alias" && ac_tool_prefix=$host_alias-
1272
1273test "$silent" = yes && exec 6>/dev/null
1274
1275
1276ac_pwd=`pwd` && test -n "$ac_pwd" &&
1277ac_ls_di=`ls -di .` &&
1278ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
d0ac1c44 1279 as_fn_error $? "working directory cannot be determined"
ef016f83 1280test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
d0ac1c44 1281 as_fn_error $? "pwd does not report name of working directory"
ef016f83
MF
1282
1283
1284# Find the source files, if location was not specified.
1285if test -z "$srcdir"; then
1286 ac_srcdir_defaulted=yes
1287 # Try the directory containing this script, then the parent directory.
1288 ac_confdir=`$as_dirname -- "$as_myself" ||
1289$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1290 X"$as_myself" : 'X\(//\)[^/]' \| \
1291 X"$as_myself" : 'X\(//\)$' \| \
1292 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1293$as_echo X"$as_myself" |
1294 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1295 s//\1/
1296 q
1297 }
1298 /^X\(\/\/\)[^/].*/{
1299 s//\1/
1300 q
1301 }
1302 /^X\(\/\/\)$/{
1303 s//\1/
1304 q
1305 }
1306 /^X\(\/\).*/{
1307 s//\1/
1308 q
1309 }
1310 s/.*/./; q'`
1311 srcdir=$ac_confdir
1312 if test ! -r "$srcdir/$ac_unique_file"; then
1313 srcdir=..
1314 fi
1315else
1316 ac_srcdir_defaulted=no
1317fi
1318if test ! -r "$srcdir/$ac_unique_file"; then
1319 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
d0ac1c44 1320 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
ef016f83
MF
1321fi
1322ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1323ac_abs_confdir=`(
d0ac1c44 1324 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
ef016f83
MF
1325 pwd)`
1326# When building in place, set srcdir=.
1327if test "$ac_abs_confdir" = "$ac_pwd"; then
1328 srcdir=.
1329fi
1330# Remove unnecessary trailing slashes from srcdir.
1331# Double slashes in file names in object file debugging info
1332# mess up M-x gdb in Emacs.
1333case $srcdir in
1334*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1335esac
1336for ac_var in $ac_precious_vars; do
1337 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1338 eval ac_env_${ac_var}_value=\$${ac_var}
1339 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1340 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1341done
1342
1343#
1344# Report the --help message.
1345#
1346if test "$ac_init_help" = "long"; then
1347 # Omit some internal or obsolete options to make the list less imposing.
1348 # This message is too long to be a string in the A/UX 3.1 sh.
1349 cat <<_ACEOF
1350\`configure' configures this package to adapt to many kinds of systems.
1351
1352Usage: $0 [OPTION]... [VAR=VALUE]...
1353
1354To assign environment variables (e.g., CC, CFLAGS...), specify them as
1355VAR=VALUE. See below for descriptions of some of the useful variables.
1356
1357Defaults for the options are specified in brackets.
1358
1359Configuration:
1360 -h, --help display this help and exit
1361 --help=short display options specific to this package
1362 --help=recursive display the short help of all the included packages
1363 -V, --version display version information and exit
d0ac1c44 1364 -q, --quiet, --silent do not print \`checking ...' messages
ef016f83
MF
1365 --cache-file=FILE cache test results in FILE [disabled]
1366 -C, --config-cache alias for \`--cache-file=config.cache'
1367 -n, --no-create do not create output files
1368 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1369
1370Installation directories:
1371 --prefix=PREFIX install architecture-independent files in PREFIX
1372 [$ac_default_prefix]
1373 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1374 [PREFIX]
1375
1376By default, \`make install' will install all the files in
1377\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1378an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1379for instance \`--prefix=\$HOME'.
1380
1381For better control, use the options below.
1382
1383Fine tuning of the installation directories:
1384 --bindir=DIR user executables [EPREFIX/bin]
1385 --sbindir=DIR system admin executables [EPREFIX/sbin]
1386 --libexecdir=DIR program executables [EPREFIX/libexec]
1387 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1388 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1389 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1390 --libdir=DIR object code libraries [EPREFIX/lib]
1391 --includedir=DIR C header files [PREFIX/include]
1392 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1393 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1394 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1395 --infodir=DIR info documentation [DATAROOTDIR/info]
1396 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1397 --mandir=DIR man documentation [DATAROOTDIR/man]
1398 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1399 --htmldir=DIR html documentation [DOCDIR]
1400 --dvidir=DIR dvi documentation [DOCDIR]
1401 --pdfdir=DIR pdf documentation [DOCDIR]
1402 --psdir=DIR ps documentation [DOCDIR]
1403_ACEOF
1404
1405 cat <<\_ACEOF
1406
1407Program names:
1408 --program-prefix=PREFIX prepend PREFIX to installed program names
1409 --program-suffix=SUFFIX append SUFFIX to installed program names
1410 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1411
1412System types:
1413 --build=BUILD configure for building on BUILD [guessed]
1414 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1415 --target=TARGET configure for building compilers for TARGET [HOST]
1416_ACEOF
1417fi
1418
1419if test -n "$ac_init_help"; then
1420
1421 cat <<\_ACEOF
1422
1423Optional Features:
1424 --disable-option-checking ignore unrecognized --enable/--with options
1425 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1426 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
faa743bb 1427 --enable-plugins Enable support for plugins
6bb11ab3
L
1428 --enable-shared[=PKGS] build shared libraries [default=yes]
1429 --enable-static[=PKGS] build static libraries [default=yes]
1430 --enable-fast-install[=PKGS]
1431 optimize for fast installation [default=yes]
1432 --disable-libtool-lock avoid locking (might break parallel builds)
d0ac1c44
SM
1433 --enable-maintainer-mode
1434 enable make rules and dependencies not useful (and
1435 sometimes confusing) to the casual installer
8d0978fb
MF
1436 --enable-sim-debug=opts Enable debugging flags (for developers of the sim
1437 itself)
1438 --enable-sim-stdio Specify whether to use stdio for console
1439 input/output
1440 --enable-sim-trace=opts Enable tracing of simulated programs
1441 --enable-sim-profile=opts
1442 Enable profiling flags
35656e95 1443 --enable-sim-assert Specify whether to perform random assertions
16f7876d
MF
1444 --enable-sim-environment=environment
1445 Specify mixed, user, virtual or operating
1446 environment
347fe5bb
MF
1447 --enable-sim-inline=inlines
1448 Specify which functions should be inlined
8d0978fb
MF
1449 --enable-sim-endian=endian
1450 Specify target byte endian orientation
1451 --enable-sim-alignment=align
1452 Specify strict, nonstrict or forced alignment of
1453 memory accesses
8d0978fb
MF
1454 --enable-sim-default-model=model
1455 Specify default model to simulate
2232061b
MF
1456 --enable-werror treat compile warnings as errors
1457 --enable-build-warnings enable build-time compiler warnings if gcc is used
1458 --enable-sim-build-warnings
1459 enable SIM specific build-time compiler warnings if
1460 gcc is used
1517bd27
MF
1461 --enable-sim-hardware=LIST
1462 Specify the hardware to be included in the build.
ef016f83
MF
1463
1464Optional Packages:
1465 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1466 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
aadc9410 1467 --with-system-zlib use installed libz
6bb11ab3
L
1468 --with-pic try to use only PIC/non-PIC objects [default=use
1469 both]
1470 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
bf12d44e 1471 --with-pkgversion=PKG Use PKG in the version string in place of "SIM"
ef016f83
MF
1472 --with-bugurl=URL Direct users to URL to report a bug
1473
1474Some influential environment variables:
1475 CC C compiler command
1476 CFLAGS C compiler flags
1477 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1478 nonstandard directory <lib dir>
1479 LIBS libraries to pass to the linker, e.g. -l<library>
d0ac1c44 1480 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
ef016f83
MF
1481 you have headers in a nonstandard directory <include dir>
1482 CPP C preprocessor
5798d69f
SM
1483 PKG_CONFIG path to pkg-config utility
1484 PKG_CONFIG_PATH
1485 directories to add to pkg-config's search path
1486 PKG_CONFIG_LIBDIR
1487 path overriding pkg-config's built-in search path
1488 SDL_CFLAGS C compiler flags for SDL, overriding pkg-config
1489 SDL_LIBS linker flags for SDL, overriding pkg-config
ef016f83
MF
1490
1491Use these variables to override the choices made by `configure' or to help
1492it to find libraries and programs with nonstandard names/locations.
1493
1494Report bugs to the package provider.
1495_ACEOF
1496ac_status=$?
1497fi
1498
1499if test "$ac_init_help" = "recursive"; then
1500 # If there are subdirs, report their specific --help.
1501 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1502 test -d "$ac_dir" ||
1503 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1504 continue
1505 ac_builddir=.
1506
1507case "$ac_dir" in
1508.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1509*)
1510 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1511 # A ".." for each directory in $ac_dir_suffix.
1512 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1513 case $ac_top_builddir_sub in
1514 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1515 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1516 esac ;;
1517esac
1518ac_abs_top_builddir=$ac_pwd
1519ac_abs_builddir=$ac_pwd$ac_dir_suffix
1520# for backward compatibility:
1521ac_top_builddir=$ac_top_build_prefix
1522
1523case $srcdir in
1524 .) # We are building in place.
1525 ac_srcdir=.
1526 ac_top_srcdir=$ac_top_builddir_sub
1527 ac_abs_top_srcdir=$ac_pwd ;;
1528 [\\/]* | ?:[\\/]* ) # Absolute name.
1529 ac_srcdir=$srcdir$ac_dir_suffix;
1530 ac_top_srcdir=$srcdir
1531 ac_abs_top_srcdir=$srcdir ;;
1532 *) # Relative name.
1533 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1534 ac_top_srcdir=$ac_top_build_prefix$srcdir
1535 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1536esac
1537ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1538
1539 cd "$ac_dir" || { ac_status=$?; continue; }
1540 # Check for guested configure.
1541 if test -f "$ac_srcdir/configure.gnu"; then
1542 echo &&
1543 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1544 elif test -f "$ac_srcdir/configure"; then
1545 echo &&
1546 $SHELL "$ac_srcdir/configure" --help=recursive
1547 else
1548 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1549 fi || ac_status=$?
1550 cd "$ac_pwd" || { ac_status=$?; break; }
1551 done
1552fi
1553
1554test -n "$ac_init_help" && exit $ac_status
1555if $ac_init_version; then
1556 cat <<\_ACEOF
1557configure
d0ac1c44 1558generated by GNU Autoconf 2.69
ef016f83 1559
d0ac1c44 1560Copyright (C) 2012 Free Software Foundation, Inc.
ef016f83
MF
1561This configure script is free software; the Free Software Foundation
1562gives unlimited permission to copy, distribute and modify it.
1563_ACEOF
1564 exit
1565fi
1566
1567## ------------------------ ##
1568## Autoconf initialization. ##
1569## ------------------------ ##
1570
1571# ac_fn_c_try_compile LINENO
1572# --------------------------
1573# Try to compile conftest.$ac_ext, and return whether this succeeded.
1574ac_fn_c_try_compile ()
1575{
1576 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1577 rm -f conftest.$ac_objext
1578 if { { ac_try="$ac_compile"
1579case "(($ac_try" in
1580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1581 *) ac_try_echo=$ac_try;;
1582esac
1583eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1584$as_echo "$ac_try_echo"; } >&5
1585 (eval "$ac_compile") 2>conftest.err
1586 ac_status=$?
1587 if test -s conftest.err; then
1588 grep -v '^ *+' conftest.err >conftest.er1
1589 cat conftest.er1 >&5
1590 mv -f conftest.er1 conftest.err
1591 fi
1592 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1593 test $ac_status = 0; } && {
1594 test -z "$ac_c_werror_flag" ||
1595 test ! -s conftest.err
1596 } && test -s conftest.$ac_objext; then :
1597 ac_retval=0
1598else
1599 $as_echo "$as_me: failed program was:" >&5
1600sed 's/^/| /' conftest.$ac_ext >&5
1601
1602 ac_retval=1
1603fi
d0ac1c44
SM
1604 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1605 as_fn_set_status $ac_retval
ef016f83
MF
1606
1607} # ac_fn_c_try_compile
1608
1609# ac_fn_c_try_cpp LINENO
1610# ----------------------
1611# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1612ac_fn_c_try_cpp ()
1613{
1614 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1615 if { { ac_try="$ac_cpp conftest.$ac_ext"
1616case "(($ac_try" in
1617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1618 *) ac_try_echo=$ac_try;;
1619esac
1620eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1621$as_echo "$ac_try_echo"; } >&5
1622 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1623 ac_status=$?
1624 if test -s conftest.err; then
1625 grep -v '^ *+' conftest.err >conftest.er1
1626 cat conftest.er1 >&5
1627 mv -f conftest.er1 conftest.err
1628 fi
1629 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
d0ac1c44 1630 test $ac_status = 0; } > conftest.i && {
ef016f83
MF
1631 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1632 test ! -s conftest.err
1633 }; then :
1634 ac_retval=0
1635else
1636 $as_echo "$as_me: failed program was:" >&5
1637sed 's/^/| /' conftest.$ac_ext >&5
1638
1639 ac_retval=1
1640fi
d0ac1c44
SM
1641 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1642 as_fn_set_status $ac_retval
ef016f83
MF
1643
1644} # ac_fn_c_try_cpp
1645
1646# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1647# -------------------------------------------------------
1648# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1649# the include files in INCLUDES and setting the cache variable VAR
1650# accordingly.
1651ac_fn_c_check_header_mongrel ()
1652{
1653 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
d0ac1c44 1654 if eval \${$3+:} false; then :
ef016f83
MF
1655 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1656$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1657if eval \${$3+:} false; then :
ef016f83
MF
1658 $as_echo_n "(cached) " >&6
1659fi
1660eval ac_res=\$$3
1661 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1662$as_echo "$ac_res" >&6; }
1663else
1664 # Is the header compilable?
1665{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1666$as_echo_n "checking $2 usability... " >&6; }
1667cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1668/* end confdefs.h. */
1669$4
1670#include <$2>
1671_ACEOF
1672if ac_fn_c_try_compile "$LINENO"; then :
1673 ac_header_compiler=yes
1674else
1675 ac_header_compiler=no
1676fi
1677rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1678{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1679$as_echo "$ac_header_compiler" >&6; }
1680
1681# Is the header present?
1682{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1683$as_echo_n "checking $2 presence... " >&6; }
1684cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1685/* end confdefs.h. */
1686#include <$2>
1687_ACEOF
1688if ac_fn_c_try_cpp "$LINENO"; then :
1689 ac_header_preproc=yes
1690else
1691 ac_header_preproc=no
1692fi
d0ac1c44 1693rm -f conftest.err conftest.i conftest.$ac_ext
ef016f83
MF
1694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1695$as_echo "$ac_header_preproc" >&6; }
1696
1697# So? What about this header?
1698case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1699 yes:no: )
1700 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1701$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1702 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1703$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1704 ;;
1705 no:yes:* )
1706 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1707$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1708 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1709$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1710 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1711$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1712 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1713$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1714 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1715$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1716 ;;
1717esac
1718 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1719$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1720if eval \${$3+:} false; then :
ef016f83
MF
1721 $as_echo_n "(cached) " >&6
1722else
1723 eval "$3=\$ac_header_compiler"
1724fi
1725eval ac_res=\$$3
1726 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1727$as_echo "$ac_res" >&6; }
1728fi
d0ac1c44 1729 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
ef016f83
MF
1730
1731} # ac_fn_c_check_header_mongrel
1732
1733# ac_fn_c_try_run LINENO
1734# ----------------------
1735# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1736# that executables *can* be run.
1737ac_fn_c_try_run ()
1738{
1739 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1740 if { { ac_try="$ac_link"
1741case "(($ac_try" in
1742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1743 *) ac_try_echo=$ac_try;;
1744esac
1745eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1746$as_echo "$ac_try_echo"; } >&5
1747 (eval "$ac_link") 2>&5
1748 ac_status=$?
1749 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1750 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1751 { { case "(($ac_try" in
1752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1753 *) ac_try_echo=$ac_try;;
1754esac
1755eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1756$as_echo "$ac_try_echo"; } >&5
1757 (eval "$ac_try") 2>&5
1758 ac_status=$?
1759 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1760 test $ac_status = 0; }; }; then :
1761 ac_retval=0
1762else
1763 $as_echo "$as_me: program exited with status $ac_status" >&5
1764 $as_echo "$as_me: failed program was:" >&5
1765sed 's/^/| /' conftest.$ac_ext >&5
1766
1767 ac_retval=$ac_status
1768fi
1769 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1770 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1771 as_fn_set_status $ac_retval
ef016f83
MF
1772
1773} # ac_fn_c_try_run
1774
1775# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1776# -------------------------------------------------------
1777# Tests whether HEADER exists and can be compiled using the include files in
1778# INCLUDES, setting the cache variable VAR accordingly.
1779ac_fn_c_check_header_compile ()
1780{
1781 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1782 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1783$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1784if eval \${$3+:} false; then :
ef016f83
MF
1785 $as_echo_n "(cached) " >&6
1786else
1787 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1788/* end confdefs.h. */
1789$4
1790#include <$2>
1791_ACEOF
1792if ac_fn_c_try_compile "$LINENO"; then :
1793 eval "$3=yes"
1794else
1795 eval "$3=no"
1796fi
1797rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1798fi
1799eval ac_res=\$$3
1800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1801$as_echo "$ac_res" >&6; }
d0ac1c44 1802 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
ef016f83
MF
1803
1804} # ac_fn_c_check_header_compile
1805
1806# ac_fn_c_try_link LINENO
1807# -----------------------
1808# Try to link conftest.$ac_ext, and return whether this succeeded.
1809ac_fn_c_try_link ()
1810{
1811 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1812 rm -f conftest.$ac_objext conftest$ac_exeext
1813 if { { ac_try="$ac_link"
1814case "(($ac_try" in
1815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1816 *) ac_try_echo=$ac_try;;
1817esac
1818eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1819$as_echo "$ac_try_echo"; } >&5
1820 (eval "$ac_link") 2>conftest.err
1821 ac_status=$?
1822 if test -s conftest.err; then
1823 grep -v '^ *+' conftest.err >conftest.er1
1824 cat conftest.er1 >&5
1825 mv -f conftest.er1 conftest.err
1826 fi
1827 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1828 test $ac_status = 0; } && {
1829 test -z "$ac_c_werror_flag" ||
1830 test ! -s conftest.err
1831 } && test -s conftest$ac_exeext && {
1832 test "$cross_compiling" = yes ||
d0ac1c44 1833 test -x conftest$ac_exeext
ef016f83
MF
1834 }; then :
1835 ac_retval=0
1836else
1837 $as_echo "$as_me: failed program was:" >&5
1838sed 's/^/| /' conftest.$ac_ext >&5
1839
1840 ac_retval=1
1841fi
1842 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1843 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1844 # interfere with the next link command; also delete a directory that is
1845 # left behind by Apple's compiler. We do this before executing the actions.
1846 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
d0ac1c44
SM
1847 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1848 as_fn_set_status $ac_retval
ef016f83
MF
1849
1850} # ac_fn_c_try_link
1851
1852# ac_fn_c_check_func LINENO FUNC VAR
1853# ----------------------------------
1854# Tests whether FUNC exists, setting the cache variable VAR accordingly
1855ac_fn_c_check_func ()
1856{
1857 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1858 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1859$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1860if eval \${$3+:} false; then :
ef016f83
MF
1861 $as_echo_n "(cached) " >&6
1862else
1863 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1864/* end confdefs.h. */
1865/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1866 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1867#define $2 innocuous_$2
1868
1869/* System header to define __stub macros and hopefully few prototypes,
1870 which can conflict with char $2 (); below.
1871 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1872 <limits.h> exists even on freestanding compilers. */
1873
1874#ifdef __STDC__
1875# include <limits.h>
1876#else
1877# include <assert.h>
1878#endif
1879
1880#undef $2
1881
1882/* Override any GCC internal prototype to avoid an error.
1883 Use char because int might match the return type of a GCC
1884 builtin and then its argument prototype would still apply. */
1885#ifdef __cplusplus
1886extern "C"
1887#endif
1888char $2 ();
1889/* The GNU C library defines this for functions which it implements
1890 to always fail with ENOSYS. Some functions are actually named
1891 something starting with __ and the normal name is an alias. */
1892#if defined __stub_$2 || defined __stub___$2
1893choke me
1894#endif
1895
1896int
1897main ()
1898{
1899return $2 ();
1900 ;
1901 return 0;
1902}
1903_ACEOF
1904if ac_fn_c_try_link "$LINENO"; then :
1905 eval "$3=yes"
1906else
1907 eval "$3=no"
1908fi
1909rm -f core conftest.err conftest.$ac_objext \
1910 conftest$ac_exeext conftest.$ac_ext
1911fi
1912eval ac_res=\$$3
1913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1914$as_echo "$ac_res" >&6; }
d0ac1c44 1915 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
ef016f83
MF
1916
1917} # ac_fn_c_check_func
936df756
MF
1918
1919# ac_fn_c_check_member LINENO AGGR MEMBER VAR INCLUDES
1920# ----------------------------------------------------
1921# Tries to find if the field MEMBER exists in type AGGR, after including
1922# INCLUDES, setting cache variable VAR accordingly.
1923ac_fn_c_check_member ()
1924{
1925 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1926 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2.$3" >&5
1927$as_echo_n "checking for $2.$3... " >&6; }
d0ac1c44 1928if eval \${$4+:} false; then :
936df756
MF
1929 $as_echo_n "(cached) " >&6
1930else
1931 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1932/* end confdefs.h. */
1933$5
1934int
1935main ()
1936{
1937static $2 ac_aggr;
1938if (ac_aggr.$3)
1939return 0;
1940 ;
1941 return 0;
1942}
1943_ACEOF
1944if ac_fn_c_try_compile "$LINENO"; then :
1945 eval "$4=yes"
1946else
1947 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1948/* end confdefs.h. */
1949$5
1950int
1951main ()
1952{
1953static $2 ac_aggr;
1954if (sizeof ac_aggr.$3)
1955return 0;
1956 ;
1957 return 0;
1958}
1959_ACEOF
1960if ac_fn_c_try_compile "$LINENO"; then :
1961 eval "$4=yes"
1962else
1963 eval "$4=no"
1964fi
1965rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1966fi
1967rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1968fi
1969eval ac_res=\$$4
1970 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1971$as_echo "$ac_res" >&6; }
d0ac1c44 1972 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
1973
1974} # ac_fn_c_check_member
1975
1976# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1977# -------------------------------------------
1978# Tests whether TYPE exists after having included INCLUDES, setting cache
1979# variable VAR accordingly.
1980ac_fn_c_check_type ()
1981{
1982 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1983 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1984$as_echo_n "checking for $2... " >&6; }
d0ac1c44 1985if eval \${$3+:} false; then :
936df756
MF
1986 $as_echo_n "(cached) " >&6
1987else
1988 eval "$3=no"
1989 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1990/* end confdefs.h. */
1991$4
1992int
1993main ()
1994{
1995if (sizeof ($2))
1996 return 0;
1997 ;
1998 return 0;
1999}
2000_ACEOF
2001if ac_fn_c_try_compile "$LINENO"; then :
2002 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2003/* end confdefs.h. */
2004$4
2005int
2006main ()
2007{
2008if (sizeof (($2)))
2009 return 0;
2010 ;
2011 return 0;
2012}
2013_ACEOF
2014if ac_fn_c_try_compile "$LINENO"; then :
2015
2016else
2017 eval "$3=yes"
2018fi
2019rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2020fi
2021rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2022fi
2023eval ac_res=\$$3
2024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2025$as_echo "$ac_res" >&6; }
d0ac1c44 2026 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
936df756
MF
2027
2028} # ac_fn_c_check_type
ef016f83
MF
2029cat >config.log <<_ACEOF
2030This file contains any messages produced by compilers while
2031running configure, to aid debugging if configure makes a mistake.
2032
2033It was created by $as_me, which was
d0ac1c44 2034generated by GNU Autoconf 2.69. Invocation command line was
ef016f83
MF
2035
2036 $ $0 $@
2037
2038_ACEOF
2039exec 5>>config.log
2040{
2041cat <<_ASUNAME
2042## --------- ##
2043## Platform. ##
2044## --------- ##
2045
2046hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
2047uname -m = `(uname -m) 2>/dev/null || echo unknown`
2048uname -r = `(uname -r) 2>/dev/null || echo unknown`
2049uname -s = `(uname -s) 2>/dev/null || echo unknown`
2050uname -v = `(uname -v) 2>/dev/null || echo unknown`
2051
2052/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
2053/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
2054
2055/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
2056/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
2057/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
2058/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
2059/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
2060/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
2061/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
2062
2063_ASUNAME
2064
2065as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2066for as_dir in $PATH
2067do
2068 IFS=$as_save_IFS
2069 test -z "$as_dir" && as_dir=.
2070 $as_echo "PATH: $as_dir"
2071 done
2072IFS=$as_save_IFS
2073
2074} >&5
2075
2076cat >&5 <<_ACEOF
2077
2078
2079## ----------- ##
2080## Core tests. ##
2081## ----------- ##
2082
2083_ACEOF
2084
2085
2086# Keep a trace of the command line.
2087# Strip out --no-create and --no-recursion so they do not pile up.
2088# Strip out --silent because we don't want to record it for future runs.
2089# Also quote any args containing shell meta-characters.
2090# Make two passes to allow for proper duplicate-argument suppression.
2091ac_configure_args=
2092ac_configure_args0=
2093ac_configure_args1=
2094ac_must_keep_next=false
2095for ac_pass in 1 2
2096do
2097 for ac_arg
2098 do
2099 case $ac_arg in
2100 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2101 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2102 | -silent | --silent | --silen | --sile | --sil)
2103 continue ;;
2104 *\'*)
2105 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2106 esac
2107 case $ac_pass in
2108 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2109 2)
2110 as_fn_append ac_configure_args1 " '$ac_arg'"
2111 if test $ac_must_keep_next = true; then
2112 ac_must_keep_next=false # Got value, back to normal.
2113 else
2114 case $ac_arg in
2115 *=* | --config-cache | -C | -disable-* | --disable-* \
2116 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2117 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2118 | -with-* | --with-* | -without-* | --without-* | --x)
2119 case "$ac_configure_args0 " in
2120 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2121 esac
2122 ;;
2123 -* ) ac_must_keep_next=true ;;
2124 esac
2125 fi
2126 as_fn_append ac_configure_args " '$ac_arg'"
2127 ;;
2128 esac
2129 done
2130done
2131{ ac_configure_args0=; unset ac_configure_args0;}
2132{ ac_configure_args1=; unset ac_configure_args1;}
2133
2134# When interrupted or exit'd, cleanup temporary files, and complete
2135# config.log. We remove comments because anyway the quotes in there
2136# would cause problems or look ugly.
2137# WARNING: Use '\'' to represent an apostrophe within the trap.
2138# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2139trap 'exit_status=$?
2140 # Save into config.log some information that might help in debugging.
2141 {
2142 echo
2143
d0ac1c44 2144 $as_echo "## ---------------- ##
ef016f83 2145## Cache variables. ##
d0ac1c44 2146## ---------------- ##"
ef016f83
MF
2147 echo
2148 # The following way of writing the cache mishandles newlines in values,
2149(
2150 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2151 eval ac_val=\$$ac_var
2152 case $ac_val in #(
2153 *${as_nl}*)
2154 case $ac_var in #(
2155 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2156$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2157 esac
2158 case $ac_var in #(
2159 _ | IFS | as_nl) ;; #(
2160 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2161 *) { eval $ac_var=; unset $ac_var;} ;;
2162 esac ;;
2163 esac
2164 done
2165 (set) 2>&1 |
2166 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2167 *${as_nl}ac_space=\ *)
2168 sed -n \
2169 "s/'\''/'\''\\\\'\'''\''/g;
2170 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2171 ;; #(
2172 *)
2173 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2174 ;;
2175 esac |
2176 sort
2177)
2178 echo
2179
d0ac1c44 2180 $as_echo "## ----------------- ##
ef016f83 2181## Output variables. ##
d0ac1c44 2182## ----------------- ##"
ef016f83
MF
2183 echo
2184 for ac_var in $ac_subst_vars
2185 do
2186 eval ac_val=\$$ac_var
2187 case $ac_val in
2188 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2189 esac
2190 $as_echo "$ac_var='\''$ac_val'\''"
2191 done | sort
2192 echo
2193
2194 if test -n "$ac_subst_files"; then
d0ac1c44 2195 $as_echo "## ------------------- ##
ef016f83 2196## File substitutions. ##
d0ac1c44 2197## ------------------- ##"
ef016f83
MF
2198 echo
2199 for ac_var in $ac_subst_files
2200 do
2201 eval ac_val=\$$ac_var
2202 case $ac_val in
2203 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2204 esac
2205 $as_echo "$ac_var='\''$ac_val'\''"
2206 done | sort
2207 echo
2208 fi
2209
2210 if test -s confdefs.h; then
d0ac1c44 2211 $as_echo "## ----------- ##
ef016f83 2212## confdefs.h. ##
d0ac1c44 2213## ----------- ##"
ef016f83
MF
2214 echo
2215 cat confdefs.h
2216 echo
2217 fi
2218 test "$ac_signal" != 0 &&
2219 $as_echo "$as_me: caught signal $ac_signal"
2220 $as_echo "$as_me: exit $exit_status"
2221 } >&5
2222 rm -f core *.core core.conftest.* &&
2223 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2224 exit $exit_status
2225' 0
2226for ac_signal in 1 2 13 15; do
2227 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2228done
2229ac_signal=0
2230
2231# confdefs.h avoids OS command line length limits that DEFS can exceed.
2232rm -f -r conftest* confdefs.h
2233
2234$as_echo "/* confdefs.h */" > confdefs.h
2235
2236# Predefined preprocessor variables.
2237
2238cat >>confdefs.h <<_ACEOF
2239#define PACKAGE_NAME "$PACKAGE_NAME"
2240_ACEOF
2241
2242cat >>confdefs.h <<_ACEOF
2243#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2244_ACEOF
2245
2246cat >>confdefs.h <<_ACEOF
2247#define PACKAGE_VERSION "$PACKAGE_VERSION"
2248_ACEOF
2249
2250cat >>confdefs.h <<_ACEOF
2251#define PACKAGE_STRING "$PACKAGE_STRING"
2252_ACEOF
2253
2254cat >>confdefs.h <<_ACEOF
2255#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2256_ACEOF
2257
2258cat >>confdefs.h <<_ACEOF
2259#define PACKAGE_URL "$PACKAGE_URL"
2260_ACEOF
2261
2262
2263# Let the site file select an alternate cache file if it wants to.
2264# Prefer an explicitly selected file to automatically selected ones.
2265ac_site_file1=NONE
2266ac_site_file2=NONE
2267if test -n "$CONFIG_SITE"; then
d0ac1c44
SM
2268 # We do not want a PATH search for config.site.
2269 case $CONFIG_SITE in #((
2270 -*) ac_site_file1=./$CONFIG_SITE;;
2271 */*) ac_site_file1=$CONFIG_SITE;;
2272 *) ac_site_file1=./$CONFIG_SITE;;
2273 esac
ef016f83
MF
2274elif test "x$prefix" != xNONE; then
2275 ac_site_file1=$prefix/share/config.site
2276 ac_site_file2=$prefix/etc/config.site
2277else
2278 ac_site_file1=$ac_default_prefix/share/config.site
2279 ac_site_file2=$ac_default_prefix/etc/config.site
2280fi
2281for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2282do
2283 test "x$ac_site_file" = xNONE && continue
d0ac1c44 2284 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
ef016f83
MF
2285 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2286$as_echo "$as_me: loading site script $ac_site_file" >&6;}
2287 sed 's/^/| /' "$ac_site_file" >&5
d0ac1c44
SM
2288 . "$ac_site_file" \
2289 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2290$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2291as_fn_error $? "failed to load site script $ac_site_file
2292See \`config.log' for more details" "$LINENO" 5; }
ef016f83
MF
2293 fi
2294done
2295
2296if test -r "$cache_file"; then
d0ac1c44
SM
2297 # Some versions of bash will fail to source /dev/null (special files
2298 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2299 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
ef016f83
MF
2300 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2301$as_echo "$as_me: loading cache $cache_file" >&6;}
2302 case $cache_file in
2303 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2304 *) . "./$cache_file";;
2305 esac
2306 fi
2307else
2308 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2309$as_echo "$as_me: creating cache $cache_file" >&6;}
2310 >$cache_file
2311fi
2312
2313# Check that the precious variables saved in the cache have kept the same
2314# value.
2315ac_cache_corrupted=false
2316for ac_var in $ac_precious_vars; do
2317 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2318 eval ac_new_set=\$ac_env_${ac_var}_set
2319 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2320 eval ac_new_val=\$ac_env_${ac_var}_value
2321 case $ac_old_set,$ac_new_set in
2322 set,)
2323 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2324$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2325 ac_cache_corrupted=: ;;
2326 ,set)
2327 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2328$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2329 ac_cache_corrupted=: ;;
2330 ,);;
2331 *)
2332 if test "x$ac_old_val" != "x$ac_new_val"; then
2333 # differences in whitespace do not lead to failure.
2334 ac_old_val_w=`echo x $ac_old_val`
2335 ac_new_val_w=`echo x $ac_new_val`
2336 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2337 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2338$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2339 ac_cache_corrupted=:
2340 else
2341 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2342$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2343 eval $ac_var=\$ac_old_val
2344 fi
2345 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
2346$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2347 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
2348$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
2349 fi;;
2350 esac
2351 # Pass precious variables to config.status.
2352 if test "$ac_new_set" = set; then
2353 case $ac_new_val in
2354 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2355 *) ac_arg=$ac_var=$ac_new_val ;;
2356 esac
2357 case " $ac_configure_args " in
2358 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2359 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2360 esac
2361 fi
2362done
2363if $ac_cache_corrupted; then
2364 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2365$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2366 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2367$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
d0ac1c44 2368 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
ef016f83
MF
2369fi
2370## -------------------- ##
2371## Main body of script. ##
2372## -------------------- ##
2373
2374ac_ext=c
2375ac_cpp='$CPP $CPPFLAGS'
2376ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2377ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2378ac_compiler_gnu=$ac_cv_c_compiler_gnu
2379
2380
ef016f83
MF
2381# This file contains common code used by all simulators.
2382#
2383# SIM_AC_COMMON invokes AC macros used by all simulators and by the common
2384# directory. It is intended to be invoked before any target specific stuff.
2385# SIM_AC_OUTPUT is a cover function to AC_OUTPUT to generate the Makefile.
2386# It is intended to be invoked last.
2387#
306f4178 2388# The simulator's configure.ac should look like:
ef016f83
MF
2389#
2390# dnl Process this file with autoconf to produce a configure script.
6ffe910a 2391# AC_PREREQ(2.64)dnl
ef016f83 2392# AC_INIT(Makefile.in)
6ffe910a 2393# sinclude(../common/aclocal.m4)
ef016f83
MF
2394#
2395# SIM_AC_COMMON
2396#
2397# ... target specific stuff ...
2398#
2399# SIM_AC_OUTPUT
2400
2401# Include global overrides and fixes for Autoconf.
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
6ffe910a
MF
2421
2422
2423
ef016f83
MF
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
db2e4d67 2434
5c887dd5
JB
2435
2436
6bb11ab3 2437# libtool.m4 - Configure libtool for the host system. -*-Autoconf-*-
db2e4d67 2438#
6bb11ab3
L
2439# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
2440# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
2441# Written by Gordon Matzigkeit, 1996
2442#
2443# This file is free software; the Free Software Foundation gives
2444# unlimited permission to copy and/or distribute it, with or without
2445# modifications, as long as this notice is preserved.
db2e4d67 2446
db2e4d67 2447
db2e4d67 2448
6bb11ab3 2449# serial 56 LT_INIT
db2e4d67
MF
2450
2451
6bb11ab3
L
2452# LT_PREREQ(VERSION)
2453# ------------------
2454# Complain and exit if this libtool version is less that VERSION.
db2e4d67 2455
db2e4d67
MF
2456
2457
6bb11ab3
L
2458# _LT_CHECK_BUILDDIR
2459# ------------------
2460# Complain if the absolute build directory name contains unusual characters
db2e4d67
MF
2461
2462
ef016f83 2463
6bb11ab3
L
2464# LT_INIT([OPTIONS])
2465# ------------------
2466# LT_INIT
ef016f83 2467
6bb11ab3
L
2468# Old names:
2469# This is what autoupdate's m4 run will expand. It fires
2470# the warning (with _au_warn_XXX), outputs it into the
2471# updated configure.ac (with AC_DIAGNOSE), and then outputs
2472# the replacement expansion.
ef016f83
MF
2473
2474
6bb11ab3
L
2475# This is an auxiliary macro that is also run when
2476# autoupdate runs m4. It simply calls m4_warning, but
2477# we need a wrapper so that each warning is emitted only
2478# once. We break the quoting in m4_warning's argument in
2479# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83
MF
2480
2481
6bb11ab3
L
2482# Finally, this is the expansion that is picked up by
2483# autoconf. It tells the user to run autoupdate, and
2484# then outputs the replacement expansion. We do not care
2485# about autoupdate's warning because that contains
2486# information on what to do *after* running autoupdate.
ef016f83 2487
6bb11ab3
L
2488# This is what autoupdate's m4 run will expand. It fires
2489# the warning (with _au_warn_XXX), outputs it into the
2490# updated configure.ac (with AC_DIAGNOSE), and then outputs
2491# the replacement expansion.
ef016f83
MF
2492
2493
6bb11ab3
L
2494# This is an auxiliary macro that is also run when
2495# autoupdate runs m4. It simply calls m4_warning, but
2496# we need a wrapper so that each warning is emitted only
2497# once. We break the quoting in m4_warning's argument in
2498# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83
MF
2499
2500
6bb11ab3
L
2501# Finally, this is the expansion that is picked up by
2502# autoconf. It tells the user to run autoupdate, and
2503# then outputs the replacement expansion. We do not care
2504# about autoupdate's warning because that contains
2505# information on what to do *after* running autoupdate.
ef016f83
MF
2506
2507
2508
6bb11ab3
L
2509# _LT_CC_BASENAME(CC)
2510# -------------------
2511# Calculate cc_basename. Skip known compiler wrappers and cross-prefix.
ef016f83
MF
2512
2513
2514
6bb11ab3
L
2515# _LT_FILEUTILS_DEFAULTS
2516# ----------------------
2517# It is okay to use these file commands and assume they have been set
2518# sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
2519# _LT_FILEUTILS_DEFAULTS
ef016f83
MF
2520
2521
6bb11ab3
L
2522# _LT_SETUP
2523# ---------
2524# _LT_SETUP
ef016f83
MF
2525
2526
6bb11ab3
L
2527# _LT_PREPARE_SED_QUOTE_VARS
2528# --------------------------
2529# Define a few sed substitution that help us do robust quoting.
ef016f83
MF
2530
2531
6bb11ab3
L
2532# _LT_PROG_LTMAIN
2533# ---------------
2534# Note that this code is called both from `configure', and `config.status'
2535# now that we use AC_CONFIG_COMMANDS to generate libtool. Notably,
2536# `config.status' has no value for ac_aux_dir unless we are using Automake,
2537# so we pass a copy along to make sure it has a sensible value anyway.
2538# _LT_PROG_LTMAIN
ef016f83
MF
2539
2540
6bb11ab3
L
2541## ------------------------------------- ##
2542## Accumulate code for creating libtool. ##
2543## ------------------------------------- ##
ef016f83 2544
6bb11ab3
L
2545# So that we can recreate a full libtool script including additional
2546# tags, we accumulate the chunks of code to send to AC_CONFIG_COMMANDS
2547# in macros and then make a single call at the end using the `libtool'
2548# label.
ef016f83
MF
2549
2550
6bb11ab3
L
2551# _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
2552# ----------------------------------------
2553# Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
ef016f83
MF
2554
2555
6bb11ab3 2556# Initialize.
ef016f83
MF
2557
2558
2559
6bb11ab3
L
2560# _LT_CONFIG_LIBTOOL([COMMANDS])
2561# ------------------------------
2562# Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
ef016f83
MF
2563
2564
6bb11ab3 2565# Initialize.
ef016f83
MF
2566
2567
2568
6bb11ab3
L
2569# _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
2570# -----------------------------------------------------
ef016f83
MF
2571
2572
2573
6bb11ab3
L
2574# _LT_FORMAT_COMMENT([COMMENT])
2575# -----------------------------
2576# Add leading comment marks to the start of each line, and a trailing
2577# full-stop to the whole comment if one is not present already.
ef016f83
MF
2578
2579
2580
2581
6bb11ab3
L
2582## ------------------------ ##
2583## FIXME: Eliminate VARNAME ##
2584## ------------------------ ##
ef016f83
MF
2585
2586
6bb11ab3
L
2587# _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?])
2588# -------------------------------------------------------------------
2589# CONFIGNAME is the name given to the value in the libtool script.
2590# VARNAME is the (base) name used in the configure script.
2591# VALUE may be 0, 1 or 2 for a computed quote escaped value based on
2592# VARNAME. Any other value will be used directly.
ef016f83 2593
ef016f83
MF
2594
2595
6bb11ab3
L
2596# _LT_TAGDECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION])
2597# --------------------------------------------------------
ef016f83
MF
2598
2599
2600
6bb11ab3
L
2601# lt_decl_tag_varnames([SEPARATOR], [VARNAME1...])
2602# ------------------------------------------------
ef016f83
MF
2603
2604
2605
6bb11ab3
L
2606# _lt_decl_filter(SUBKEY, VALUE, [SEPARATOR], [VARNAME1..])
2607# ---------------------------------------------------------
ef016f83
MF
2608
2609
2610
6bb11ab3
L
2611# lt_decl_quote_varnames([SEPARATOR], [VARNAME1...])
2612# --------------------------------------------------
ef016f83
MF
2613
2614
2615
6bb11ab3
L
2616# lt_decl_dquote_varnames([SEPARATOR], [VARNAME1...])
2617# ---------------------------------------------------
ef016f83
MF
2618
2619
2620
6bb11ab3
L
2621# lt_decl_varnames_tagged([SEPARATOR], [VARNAME1...])
2622# ---------------------------------------------------
ef016f83
MF
2623
2624
2625
2626
6bb11ab3
L
2627# lt_decl_all_varnames([SEPARATOR], [VARNAME1...])
2628# ------------------------------------------------
ef016f83
MF
2629
2630
2631
2632
6bb11ab3
L
2633# _LT_CONFIG_STATUS_DECLARE([VARNAME])
2634# ------------------------------------
2635# Quote a variable value, and forward it to `config.status' so that its
2636# declaration there will have the same value as in `configure'. VARNAME
2637# must have a single quote delimited value for this to work.
ef016f83
MF
2638
2639
2640
6bb11ab3
L
2641# _LT_CONFIG_STATUS_DECLARATIONS
2642# ------------------------------
2643# We delimit libtool config variables with single quotes, so when
2644# we write them to config.status, we have to be sure to quote all
2645# embedded single quotes properly. In configure, this macro expands
2646# each variable declared with _LT_DECL (and _LT_TAGDECL) into:
2647#
2648# <var>='`$ECHO "$<var>" | $SED "$delay_single_quote_subst"`'
ef016f83
MF
2649
2650
2651
6bb11ab3
L
2652# _LT_LIBTOOL_TAGS
2653# ----------------
2654# Output comment and list of tags supported by the script
ef016f83
MF
2655
2656
2657
6bb11ab3
L
2658# _LT_LIBTOOL_DECLARE(VARNAME, [TAG])
2659# -----------------------------------
2660# Extract the dictionary values for VARNAME (optionally with TAG) and
2661# expand to a commented shell variable setting:
2662#
2663# # Some comment about what VAR is for.
2664# visible_name=$lt_internal_name
ef016f83
MF
2665
2666
ef016f83 2667
6bb11ab3
L
2668# _LT_LIBTOOL_CONFIG_VARS
2669# -----------------------
2670# Produce commented declarations of non-tagged libtool config variables
2671# suitable for insertion in the LIBTOOL CONFIG section of the `libtool'
2672# script. Tagged libtool config variables (even for the LIBTOOL CONFIG
2673# section) are produced by _LT_LIBTOOL_TAG_VARS.
ef016f83
MF
2674
2675
2676
6bb11ab3
L
2677# _LT_LIBTOOL_TAG_VARS(TAG)
2678# -------------------------
ef016f83
MF
2679
2680
2681
6bb11ab3
L
2682# _LT_TAGVAR(VARNAME, [TAGNAME])
2683# ------------------------------
ef016f83
MF
2684
2685
2686
6bb11ab3
L
2687# _LT_CONFIG_COMMANDS
2688# -------------------
2689# Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
2690# variables for single and double quote escaping we saved from calls
2691# to _LT_DECL, we can put quote escaped variables declarations
2692# into `config.status', and then the shell code to quote escape them in
2693# for loops in `config.status'. Finally, any additional code accumulated
2694# from calls to _LT_CONFIG_LIBTOOL_INIT is expanded.
2695#_LT_CONFIG_COMMANDS
2696
2697
2698# Initialize.
2699
2700
2701# _LT_GENERATED_FILE_INIT(FILE, [COMMENT])
2702# ------------------------------------
2703# Generate a child script FILE with all initialization necessary to
2704# reuse the environment learned by the parent script, and make the
2705# file executable. If COMMENT is supplied, it is inserted after the
2706# `#!' sequence but before initialization text begins. After this
2707# macro, additional text can be appended to FILE to form the body of
2708# the child script. The macro ends with non-zero status if the
2709# file could not be fully written (such as if the disk is full).
2710# _LT_GENERATED_FILE_INIT
2711
2712# LT_OUTPUT
2713# ---------
2714# This macro allows early generation of the libtool script (before
2715# AC_OUTPUT is called), incase it is used in configure for compilation
2716# tests.
2717# LT_OUTPUT
2718
2719
2720# _LT_CONFIG(TAG)
2721# ---------------
2722# If TAG is the built-in tag, create an initial libtool script with a
2723# default configuration from the untagged config vars. Otherwise add code
2724# to config.status for appending the configuration named by TAG from the
2725# matching tagged config vars.
2726# _LT_CONFIG
ef016f83
MF
2727
2728
6bb11ab3
L
2729# LT_SUPPORTED_TAG(TAG)
2730# ---------------------
2731# Trace this macro to discover what tags are supported by the libtool
2732# --tag option, using:
2733# autoconf --trace 'LT_SUPPORTED_TAG:$1'
ef016f83 2734
ef016f83 2735
ef016f83 2736
6bb11ab3 2737# C support is built-in for now
ef016f83 2738
ef016f83
MF
2739
2740
2741
6bb11ab3
L
2742# LT_LANG(LANG)
2743# -------------
2744# Enable libtool support for the given language if not already enabled.
2745# LT_LANG
ef016f83
MF
2746
2747
6bb11ab3
L
2748# _LT_LANG(LANGNAME)
2749# ------------------
2750# _LT_LANG
ef016f83
MF
2751
2752
6bb11ab3
L
2753# _LT_LANG_DEFAULT_CONFIG
2754# -----------------------
2755# _LT_LANG_DEFAULT_CONFIG
ef016f83 2756
6bb11ab3
L
2757# Obsolete macros:
2758# This is what autoupdate's m4 run will expand. It fires
2759# the warning (with _au_warn_XXX), outputs it into the
2760# updated configure.ac (with AC_DIAGNOSE), and then outputs
2761# the replacement expansion.
ef016f83 2762
ef016f83 2763
6bb11ab3
L
2764# This is an auxiliary macro that is also run when
2765# autoupdate runs m4. It simply calls m4_warning, but
2766# we need a wrapper so that each warning is emitted only
2767# once. We break the quoting in m4_warning's argument in
2768# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83 2769
ef016f83 2770
6bb11ab3
L
2771# Finally, this is the expansion that is picked up by
2772# autoconf. It tells the user to run autoupdate, and
2773# then outputs the replacement expansion. We do not care
2774# about autoupdate's warning because that contains
2775# information on what to do *after* running autoupdate.
ef016f83 2776
6bb11ab3
L
2777# This is what autoupdate's m4 run will expand. It fires
2778# the warning (with _au_warn_XXX), outputs it into the
2779# updated configure.ac (with AC_DIAGNOSE), and then outputs
2780# the replacement expansion.
ef016f83
MF
2781
2782
6bb11ab3
L
2783# This is an auxiliary macro that is also run when
2784# autoupdate runs m4. It simply calls m4_warning, but
2785# we need a wrapper so that each warning is emitted only
2786# once. We break the quoting in m4_warning's argument in
2787# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83
MF
2788
2789
6bb11ab3
L
2790# Finally, this is the expansion that is picked up by
2791# autoconf. It tells the user to run autoupdate, and
2792# then outputs the replacement expansion. We do not care
2793# about autoupdate's warning because that contains
2794# information on what to do *after* running autoupdate.
ef016f83 2795
6bb11ab3
L
2796# This is what autoupdate's m4 run will expand. It fires
2797# the warning (with _au_warn_XXX), outputs it into the
2798# updated configure.ac (with AC_DIAGNOSE), and then outputs
2799# the replacement expansion.
ef016f83
MF
2800
2801
6bb11ab3
L
2802# This is an auxiliary macro that is also run when
2803# autoupdate runs m4. It simply calls m4_warning, but
2804# we need a wrapper so that each warning is emitted only
2805# once. We break the quoting in m4_warning's argument in
2806# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83
MF
2807
2808
6bb11ab3
L
2809# Finally, this is the expansion that is picked up by
2810# autoconf. It tells the user to run autoupdate, and
2811# then outputs the replacement expansion. We do not care
2812# about autoupdate's warning because that contains
2813# information on what to do *after* running autoupdate.
ef016f83 2814
6bb11ab3
L
2815# This is what autoupdate's m4 run will expand. It fires
2816# the warning (with _au_warn_XXX), outputs it into the
2817# updated configure.ac (with AC_DIAGNOSE), and then outputs
2818# the replacement expansion.
ef016f83
MF
2819
2820
6bb11ab3
L
2821# This is an auxiliary macro that is also run when
2822# autoupdate runs m4. It simply calls m4_warning, but
2823# we need a wrapper so that each warning is emitted only
2824# once. We break the quoting in m4_warning's argument in
2825# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83
MF
2826
2827
6bb11ab3
L
2828# Finally, this is the expansion that is picked up by
2829# autoconf. It tells the user to run autoupdate, and
2830# then outputs the replacement expansion. We do not care
2831# about autoupdate's warning because that contains
2832# information on what to do *after* running autoupdate.
ef016f83 2833
6bb11ab3
L
2834# This is what autoupdate's m4 run will expand. It fires
2835# the warning (with _au_warn_XXX), outputs it into the
2836# updated configure.ac (with AC_DIAGNOSE), and then outputs
2837# the replacement expansion.
ef016f83
MF
2838
2839
6bb11ab3
L
2840# This is an auxiliary macro that is also run when
2841# autoupdate runs m4. It simply calls m4_warning, but
2842# we need a wrapper so that each warning is emitted only
2843# once. We break the quoting in m4_warning's argument in
2844# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83
MF
2845
2846
6bb11ab3
L
2847# Finally, this is the expansion that is picked up by
2848# autoconf. It tells the user to run autoupdate, and
2849# then outputs the replacement expansion. We do not care
2850# about autoupdate's warning because that contains
2851# information on what to do *after* running autoupdate.
ef016f83
MF
2852
2853
2854
6bb11ab3
L
2855# _LT_TAG_COMPILER
2856# ----------------
2857# _LT_TAG_COMPILER
ef016f83
MF
2858
2859
6bb11ab3
L
2860# _LT_COMPILER_BOILERPLATE
2861# ------------------------
2862# Check for compiler boilerplate output or warnings with
2863# the simple compiler test code.
2864# _LT_COMPILER_BOILERPLATE
ef016f83 2865
ef016f83 2866
6bb11ab3
L
2867# _LT_LINKER_BOILERPLATE
2868# ----------------------
2869# Check for linker boilerplate output or warnings with
2870# the simple link test code.
2871# _LT_LINKER_BOILERPLATE
ef016f83 2872
6bb11ab3
L
2873# _LT_REQUIRED_DARWIN_CHECKS
2874# -------------------------
ef016f83 2875
ef016f83 2876
ef016f83 2877
6bb11ab3
L
2878# _LT_DARWIN_LINKER_FEATURES
2879# --------------------------
2880# Checks for linker and compiler features on darwin
ef016f83 2881
ef016f83 2882
6bb11ab3
L
2883# _LT_SYS_MODULE_PATH_AIX
2884# -----------------------
2885# Links a minimal program and checks the executable
2886# for the system default hardcoded library path. In most cases,
2887# this is /usr/lib:/lib, but when the MPI compilers are used
2888# the location of the communication and MPI libs are included too.
2889# If we don't find anything, use the default library path according
2890# to the aix ld manual.
2891# _LT_SYS_MODULE_PATH_AIX
ef016f83
MF
2892
2893
6bb11ab3
L
2894# _LT_SHELL_INIT(ARG)
2895# -------------------
2896# _LT_SHELL_INIT
ef016f83 2897
ef016f83
MF
2898
2899
6bb11ab3
L
2900# _LT_PROG_ECHO_BACKSLASH
2901# -----------------------
2902# Find how we can fake an echo command that does not interpret backslash.
2903# In particular, with Autoconf 2.60 or later we add some code to the start
2904# of the generated configure script which will find a shell with a builtin
2905# printf (which we can use as an echo command).
2906# _LT_PROG_ECHO_BACKSLASH
ef016f83 2907
ef016f83 2908
6bb11ab3
L
2909# _LT_ENABLE_LOCK
2910# ---------------
2911# _LT_ENABLE_LOCK
ef016f83 2912
ef016f83 2913
6bb11ab3
L
2914# _LT_CMD_OLD_ARCHIVE
2915# -------------------
2916# _LT_CMD_OLD_ARCHIVE
ef016f83
MF
2917
2918
6bb11ab3
L
2919# _LT_COMPILER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2920# [OUTPUT-FILE], [ACTION-SUCCESS], [ACTION-FAILURE])
2921# ----------------------------------------------------------------
2922# Check whether the given compiler option works
2923# _LT_COMPILER_OPTION
ef016f83 2924
6bb11ab3
L
2925# Old name:
2926# This is what autoupdate's m4 run will expand. It fires
2927# the warning (with _au_warn_XXX), outputs it into the
2928# updated configure.ac (with AC_DIAGNOSE), and then outputs
2929# the replacement expansion.
ef016f83 2930
ef016f83 2931
6bb11ab3
L
2932# This is an auxiliary macro that is also run when
2933# autoupdate runs m4. It simply calls m4_warning, but
2934# we need a wrapper so that each warning is emitted only
2935# once. We break the quoting in m4_warning's argument in
2936# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83 2937
ef016f83 2938
6bb11ab3
L
2939# Finally, this is the expansion that is picked up by
2940# autoconf. It tells the user to run autoupdate, and
2941# then outputs the replacement expansion. We do not care
2942# about autoupdate's warning because that contains
2943# information on what to do *after* running autoupdate.
ef016f83 2944
ef016f83 2945
ef016f83 2946
6bb11ab3
L
2947# _LT_LINKER_OPTION(MESSAGE, VARIABLE-NAME, FLAGS,
2948# [ACTION-SUCCESS], [ACTION-FAILURE])
2949# ----------------------------------------------------
2950# Check whether the given linker option works
2951# _LT_LINKER_OPTION
ef016f83 2952
6bb11ab3
L
2953# Old name:
2954# This is what autoupdate's m4 run will expand. It fires
2955# the warning (with _au_warn_XXX), outputs it into the
2956# updated configure.ac (with AC_DIAGNOSE), and then outputs
2957# the replacement expansion.
ef016f83 2958
ef016f83 2959
6bb11ab3
L
2960# This is an auxiliary macro that is also run when
2961# autoupdate runs m4. It simply calls m4_warning, but
2962# we need a wrapper so that each warning is emitted only
2963# once. We break the quoting in m4_warning's argument in
2964# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83 2965
ef016f83 2966
6bb11ab3
L
2967# Finally, this is the expansion that is picked up by
2968# autoconf. It tells the user to run autoupdate, and
2969# then outputs the replacement expansion. We do not care
2970# about autoupdate's warning because that contains
2971# information on what to do *after* running autoupdate.
ef016f83 2972
ef016f83 2973
ef016f83 2974
6bb11ab3
L
2975# LT_CMD_MAX_LEN
2976#---------------
2977# LT_CMD_MAX_LEN
ef016f83 2978
6bb11ab3
L
2979# Old name:
2980# This is what autoupdate's m4 run will expand. It fires
2981# the warning (with _au_warn_XXX), outputs it into the
2982# updated configure.ac (with AC_DIAGNOSE), and then outputs
2983# the replacement expansion.
ef016f83 2984
ef016f83 2985
6bb11ab3
L
2986# This is an auxiliary macro that is also run when
2987# autoupdate runs m4. It simply calls m4_warning, but
2988# we need a wrapper so that each warning is emitted only
2989# once. We break the quoting in m4_warning's argument in
2990# order to expand this macro's arguments, not AU_DEFUN's.
ef016f83 2991
ef016f83 2992
6bb11ab3
L
2993# Finally, this is the expansion that is picked up by
2994# autoconf. It tells the user to run autoupdate, and
2995# then outputs the replacement expansion. We do not care
2996# about autoupdate's warning because that contains
2997# information on what to do *after* running autoupdate.
ef016f83 2998
ef016f83 2999
ef016f83 3000
6bb11ab3
L
3001# _LT_HEADER_DLFCN
3002# ----------------
3003# _LT_HEADER_DLFCN
ef016f83 3004
ef016f83 3005
6bb11ab3
L
3006# _LT_TRY_DLOPEN_SELF (ACTION-IF-TRUE, ACTION-IF-TRUE-W-USCORE,
3007# ACTION-IF-FALSE, ACTION-IF-CROSS-COMPILING)
3008# ----------------------------------------------------------------
3009# _LT_TRY_DLOPEN_SELF
ef016f83 3010
ef016f83 3011
6bb11ab3
L
3012# LT_SYS_DLOPEN_SELF
3013# ------------------
3014# LT_SYS_DLOPEN_SELF
ef016f83 3015
6bb11ab3
L
3016# Old name:
3017# This is what autoupdate's m4 run will expand. It fires
3018# the warning (with _au_warn_XXX), outputs it into the
3019# updated configure.ac (with AC_DIAGNOSE), and then outputs
3020# the replacement expansion.
ef016f83 3021
6bb11ab3
L
3022
3023# This is an auxiliary macro that is also run when
3024# autoupdate runs m4. It simply calls m4_warning, but
3025# we need a wrapper so that each warning is emitted only
3026# once. We break the quoting in m4_warning's argument in
3027# order to expand this macro's arguments, not AU_DEFUN's.
3028
3029
3030# Finally, this is the expansion that is picked up by
3031# autoconf. It tells the user to run autoupdate, and
3032# then outputs the replacement expansion. We do not care
3033# about autoupdate's warning because that contains
3034# information on what to do *after* running autoupdate.
3035
3036
3037
3038# _LT_COMPILER_C_O([TAGNAME])
3039# ---------------------------
3040# Check to see if options -c and -o are simultaneously supported by compiler.
3041# This macro does not hard code the compiler like AC_PROG_CC_C_O.
3042# _LT_COMPILER_C_O
3043
3044
3045# _LT_COMPILER_FILE_LOCKS([TAGNAME])
3046# ----------------------------------
3047# Check to see if we can do hard links to lock some files if needed
3048# _LT_COMPILER_FILE_LOCKS
3049
3050
3051# _LT_CHECK_OBJDIR
3052# ----------------
3053# _LT_CHECK_OBJDIR
3054
3055
3056# _LT_LINKER_HARDCODE_LIBPATH([TAGNAME])
3057# --------------------------------------
3058# Check hardcoding attributes.
3059# _LT_LINKER_HARDCODE_LIBPATH
3060
3061
3062# _LT_CMD_STRIPLIB
3063# ----------------
3064# _LT_CMD_STRIPLIB
3065
3066
3067# _LT_SYS_DYNAMIC_LINKER([TAG])
3068# -----------------------------
3069# PORTME Fill in your ld.so characteristics
3070# _LT_SYS_DYNAMIC_LINKER
3071
3072
3073# _LT_PATH_TOOL_PREFIX(TOOL)
3074# --------------------------
3075# find a file program which can recognize shared library
3076# _LT_PATH_TOOL_PREFIX
3077
3078# Old name:
3079# This is what autoupdate's m4 run will expand. It fires
3080# the warning (with _au_warn_XXX), outputs it into the
3081# updated configure.ac (with AC_DIAGNOSE), and then outputs
3082# the replacement expansion.
3083
3084
3085# This is an auxiliary macro that is also run when
3086# autoupdate runs m4. It simply calls m4_warning, but
3087# we need a wrapper so that each warning is emitted only
3088# once. We break the quoting in m4_warning's argument in
3089# order to expand this macro's arguments, not AU_DEFUN's.
3090
3091
3092# Finally, this is the expansion that is picked up by
3093# autoconf. It tells the user to run autoupdate, and
3094# then outputs the replacement expansion. We do not care
3095# about autoupdate's warning because that contains
3096# information on what to do *after* running autoupdate.
3097
3098
3099
3100# _LT_PATH_MAGIC
3101# --------------
3102# find a file program which can recognize a shared library
3103# _LT_PATH_MAGIC
3104
3105
3106# LT_PATH_LD
3107# ----------
3108# find the pathname to the GNU or non-GNU linker
3109# LT_PATH_LD
3110
3111# Old names:
3112# This is what autoupdate's m4 run will expand. It fires
3113# the warning (with _au_warn_XXX), outputs it into the
3114# updated configure.ac (with AC_DIAGNOSE), and then outputs
3115# the replacement expansion.
3116
3117
3118# This is an auxiliary macro that is also run when
3119# autoupdate runs m4. It simply calls m4_warning, but
3120# we need a wrapper so that each warning is emitted only
3121# once. We break the quoting in m4_warning's argument in
3122# order to expand this macro's arguments, not AU_DEFUN's.
3123
3124
3125# Finally, this is the expansion that is picked up by
3126# autoconf. It tells the user to run autoupdate, and
3127# then outputs the replacement expansion. We do not care
3128# about autoupdate's warning because that contains
3129# information on what to do *after* running autoupdate.
3130
3131# This is what autoupdate's m4 run will expand. It fires
3132# the warning (with _au_warn_XXX), outputs it into the
3133# updated configure.ac (with AC_DIAGNOSE), and then outputs
3134# the replacement expansion.
3135
3136
3137# This is an auxiliary macro that is also run when
3138# autoupdate runs m4. It simply calls m4_warning, but
3139# we need a wrapper so that each warning is emitted only
3140# once. We break the quoting in m4_warning's argument in
3141# order to expand this macro's arguments, not AU_DEFUN's.
3142
3143
3144# Finally, this is the expansion that is picked up by
3145# autoconf. It tells the user to run autoupdate, and
3146# then outputs the replacement expansion. We do not care
3147# about autoupdate's warning because that contains
3148# information on what to do *after* running autoupdate.
3149
3150
3151
3152# _LT_PATH_LD_GNU
3153#- --------------
3154# _LT_PATH_LD_GNU
3155
3156
3157# _LT_CMD_RELOAD
3158# --------------
3159# find reload flag for linker
3160# -- PORTME Some linkers may need a different reload flag.
3161# _LT_CMD_RELOAD
3162
3163
3164# _LT_CHECK_MAGIC_METHOD
3165# ----------------------
3166# how to check for library dependencies
3167# -- PORTME fill in with the dynamic library characteristics
3168# _LT_CHECK_MAGIC_METHOD
3169
3170
3171# LT_PATH_NM
3172# ----------
3173# find the pathname to a BSD- or MS-compatible name lister
3174# LT_PATH_NM
3175
3176# Old names:
3177# This is what autoupdate's m4 run will expand. It fires
3178# the warning (with _au_warn_XXX), outputs it into the
3179# updated configure.ac (with AC_DIAGNOSE), and then outputs
3180# the replacement expansion.
3181
3182
3183# This is an auxiliary macro that is also run when
3184# autoupdate runs m4. It simply calls m4_warning, but
3185# we need a wrapper so that each warning is emitted only
3186# once. We break the quoting in m4_warning's argument in
3187# order to expand this macro's arguments, not AU_DEFUN's.
3188
3189
3190# Finally, this is the expansion that is picked up by
3191# autoconf. It tells the user to run autoupdate, and
3192# then outputs the replacement expansion. We do not care
3193# about autoupdate's warning because that contains
3194# information on what to do *after* running autoupdate.
3195
3196# This is what autoupdate's m4 run will expand. It fires
3197# the warning (with _au_warn_XXX), outputs it into the
3198# updated configure.ac (with AC_DIAGNOSE), and then outputs
3199# the replacement expansion.
3200
3201
3202# This is an auxiliary macro that is also run when
3203# autoupdate runs m4. It simply calls m4_warning, but
3204# we need a wrapper so that each warning is emitted only
3205# once. We break the quoting in m4_warning's argument in
3206# order to expand this macro's arguments, not AU_DEFUN's.
3207
3208
3209# Finally, this is the expansion that is picked up by
3210# autoconf. It tells the user to run autoupdate, and
3211# then outputs the replacement expansion. We do not care
3212# about autoupdate's warning because that contains
3213# information on what to do *after* running autoupdate.
3214
3215
3216
3217# LT_LIB_M
3218# --------
3219# check for math library
3220# LT_LIB_M
3221
3222# Old name:
3223# This is what autoupdate's m4 run will expand. It fires
3224# the warning (with _au_warn_XXX), outputs it into the
3225# updated configure.ac (with AC_DIAGNOSE), and then outputs
3226# the replacement expansion.
3227
3228
3229# This is an auxiliary macro that is also run when
3230# autoupdate runs m4. It simply calls m4_warning, but
3231# we need a wrapper so that each warning is emitted only
3232# once. We break the quoting in m4_warning's argument in
3233# order to expand this macro's arguments, not AU_DEFUN's.
3234
3235
3236# Finally, this is the expansion that is picked up by
3237# autoconf. It tells the user to run autoupdate, and
3238# then outputs the replacement expansion. We do not care
3239# about autoupdate's warning because that contains
3240# information on what to do *after* running autoupdate.
3241
3242
3243
3244# _LT_COMPILER_NO_RTTI([TAGNAME])
3245# -------------------------------
3246# _LT_COMPILER_NO_RTTI
3247
3248
3249# _LT_CMD_GLOBAL_SYMBOLS
3250# ----------------------
3251 # _LT_CMD_GLOBAL_SYMBOLS
3252
3253
3254# _LT_COMPILER_PIC([TAGNAME])
3255# ---------------------------
3256# _LT_COMPILER_PIC
3257
3258
3259# _LT_LINKER_SHLIBS([TAGNAME])
3260# ----------------------------
3261# See if the linker supports building shared libraries.
3262# _LT_LINKER_SHLIBS
3263
3264
3265# _LT_LANG_C_CONFIG([TAG])
3266# ------------------------
3267# Ensure that the configuration variables for a C compiler are suitably
3268# defined. These variables are subsequently used by _LT_CONFIG to write
3269# the compiler configuration to `libtool'.
3270# _LT_LANG_C_CONFIG
3271
3272
3273# _LT_LANG_CXX_CONFIG([TAG])
3274# --------------------------
3275# Ensure that the configuration variables for a C++ compiler are suitably
3276# defined. These variables are subsequently used by _LT_CONFIG to write
3277# the compiler configuration to `libtool'.
3278# _LT_LANG_CXX_CONFIG
3279
3280
3281# _LT_SYS_HIDDEN_LIBDEPS([TAGNAME])
3282# ---------------------------------
3283# Figure out "hidden" library dependencies from verbose
3284# compiler output when linking a shared library.
3285# Parse the compiler output and extract the necessary
3286# objects, libraries and library flags.
3287# _LT_SYS_HIDDEN_LIBDEPS
3288
3289
3290# _LT_LANG_F77_CONFIG([TAG])
3291# --------------------------
3292# Ensure that the configuration variables for a Fortran 77 compiler are
3293# suitably defined. These variables are subsequently used by _LT_CONFIG
3294# to write the compiler configuration to `libtool'.
3295# _LT_LANG_F77_CONFIG
3296
3297
3298# _LT_LANG_FC_CONFIG([TAG])
3299# -------------------------
3300# Ensure that the configuration variables for a Fortran compiler are
3301# suitably defined. These variables are subsequently used by _LT_CONFIG
3302# to write the compiler configuration to `libtool'.
3303# _LT_LANG_FC_CONFIG
3304
3305
3306# _LT_LANG_GCJ_CONFIG([TAG])
3307# --------------------------
3308# Ensure that the configuration variables for the GNU Java Compiler compiler
3309# are suitably defined. These variables are subsequently used by _LT_CONFIG
3310# to write the compiler configuration to `libtool'.
3311# _LT_LANG_GCJ_CONFIG
3312
3313
3314# _LT_LANG_RC_CONFIG([TAG])
3315# -------------------------
3316# Ensure that the configuration variables for the Windows resource compiler
3317# are suitably defined. These variables are subsequently used by _LT_CONFIG
3318# to write the compiler configuration to `libtool'.
3319# _LT_LANG_RC_CONFIG
3320
3321
3322# LT_PROG_GCJ
3323# -----------
3324
3325
3326# Old name:
3327# This is what autoupdate's m4 run will expand. It fires
3328# the warning (with _au_warn_XXX), outputs it into the
3329# updated configure.ac (with AC_DIAGNOSE), and then outputs
3330# the replacement expansion.
3331
3332
3333# This is an auxiliary macro that is also run when
3334# autoupdate runs m4. It simply calls m4_warning, but
3335# we need a wrapper so that each warning is emitted only
3336# once. We break the quoting in m4_warning's argument in
3337# order to expand this macro's arguments, not AU_DEFUN's.
3338
3339
3340# Finally, this is the expansion that is picked up by
3341# autoconf. It tells the user to run autoupdate, and
3342# then outputs the replacement expansion. We do not care
3343# about autoupdate's warning because that contains
3344# information on what to do *after* running autoupdate.
3345
3346
3347
3348# LT_PROG_RC
3349# ----------
3350
3351
3352# Old name:
3353# This is what autoupdate's m4 run will expand. It fires
3354# the warning (with _au_warn_XXX), outputs it into the
3355# updated configure.ac (with AC_DIAGNOSE), and then outputs
3356# the replacement expansion.
3357
3358
3359# This is an auxiliary macro that is also run when
3360# autoupdate runs m4. It simply calls m4_warning, but
3361# we need a wrapper so that each warning is emitted only
3362# once. We break the quoting in m4_warning's argument in
3363# order to expand this macro's arguments, not AU_DEFUN's.
3364
3365
3366# Finally, this is the expansion that is picked up by
3367# autoconf. It tells the user to run autoupdate, and
3368# then outputs the replacement expansion. We do not care
3369# about autoupdate's warning because that contains
3370# information on what to do *after* running autoupdate.
3371
3372
3373
3374# _LT_DECL_EGREP
3375# --------------
3376# If we don't have a new enough Autoconf to choose the best grep
3377# available, choose the one first in the user's PATH.
3378
3379
3380
3381# _LT_DECL_OBJDUMP
3382# --------------
3383# If we don't have a new enough Autoconf to choose the best objdump
3384# available, choose the one first in the user's PATH.
3385
3386
3387
3388# _LT_DECL_SED
3389# ------------
3390# Check for a fully-functional sed program, that truncates
3391# as few characters as possible. Prefer GNU sed if found.
3392# _LT_DECL_SED
3393
3394#m4_ifndef
3395
3396# Old name:
3397# This is what autoupdate's m4 run will expand. It fires
3398# the warning (with _au_warn_XXX), outputs it into the
3399# updated configure.ac (with AC_DIAGNOSE), and then outputs
3400# the replacement expansion.
3401
3402
3403# This is an auxiliary macro that is also run when
3404# autoupdate runs m4. It simply calls m4_warning, but
3405# we need a wrapper so that each warning is emitted only
3406# once. We break the quoting in m4_warning's argument in
3407# order to expand this macro's arguments, not AU_DEFUN's.
3408
3409
3410# Finally, this is the expansion that is picked up by
3411# autoconf. It tells the user to run autoupdate, and
3412# then outputs the replacement expansion. We do not care
3413# about autoupdate's warning because that contains
3414# information on what to do *after* running autoupdate.
3415
3416
3417
3418# _LT_CHECK_SHELL_FEATURES
3419# ------------------------
3420# Find out whether the shell is Bourne or XSI compatible,
3421# or has some other useful features.
3422# _LT_CHECK_SHELL_FEATURES
3423
3424
3425# _LT_PROG_XSI_SHELLFNS
3426# ---------------------
3427# Bourne and XSI compatible variants of some useful shell functions.
3428
3429
3430# Helper functions for option handling. -*- Autoconf -*-
3431#
3432# Copyright (C) 2004, 2005, 2007, 2008, 2009 Free Software Foundation,
3433# Inc.
3434# Written by Gary V. Vaughan, 2004
3435#
3436# This file is free software; the Free Software Foundation gives
3437# unlimited permission to copy and/or distribute it, with or without
3438# modifications, as long as this notice is preserved.
3439
3440# serial 6 ltoptions.m4
3441
3442# This is to help aclocal find these macros, as it can't see m4_define.
3443
3444
3445
3446# _LT_MANGLE_OPTION(MACRO-NAME, OPTION-NAME)
3447# ------------------------------------------
3448
3449
3450
3451# _LT_SET_OPTION(MACRO-NAME, OPTION-NAME)
3452# ---------------------------------------
3453# Set option OPTION-NAME for macro MACRO-NAME, and if there is a
3454# matching handler defined, dispatch to it. Other OPTION-NAMEs are
3455# saved as a flag.
3456
3457
3458
3459# _LT_IF_OPTION(MACRO-NAME, OPTION-NAME, IF-SET, [IF-NOT-SET])
3460# ------------------------------------------------------------
3461# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
3462
3463
3464
3465# _LT_UNLESS_OPTIONS(MACRO-NAME, OPTION-LIST, IF-NOT-SET)
3466# -------------------------------------------------------
3467# Execute IF-NOT-SET unless all options in OPTION-LIST for MACRO-NAME
3468# are set.
3469
3470
3471
3472# _LT_SET_OPTIONS(MACRO-NAME, OPTION-LIST)
3473# ----------------------------------------
3474# OPTION-LIST is a space-separated list of Libtool options associated
3475# with MACRO-NAME. If any OPTION has a matching handler declared with
3476# LT_OPTION_DEFINE, dispatch to that macro; otherwise complain about
3477# the unknown option and exit.
3478# _LT_SET_OPTIONS
3479
3480
3481## --------------------------------- ##
3482## Macros to handle LT_INIT options. ##
3483## --------------------------------- ##
3484
3485# _LT_MANGLE_DEFUN(MACRO-NAME, OPTION-NAME)
3486# -----------------------------------------
3487
3488
3489
3490# LT_OPTION_DEFINE(MACRO-NAME, OPTION-NAME, CODE)
3491# -----------------------------------------------
3492# LT_OPTION_DEFINE
3493
3494
3495# dlopen
3496# ------
3497
3498
3499# This is what autoupdate's m4 run will expand. It fires
3500# the warning (with _au_warn_XXX), outputs it into the
3501# updated configure.ac (with AC_DIAGNOSE), and then outputs
3502# the replacement expansion.
3503
3504
3505# This is an auxiliary macro that is also run when
3506# autoupdate runs m4. It simply calls m4_warning, but
3507# we need a wrapper so that each warning is emitted only
3508# once. We break the quoting in m4_warning's argument in
3509# order to expand this macro's arguments, not AU_DEFUN's.
3510
3511
3512# Finally, this is the expansion that is picked up by
3513# autoconf. It tells the user to run autoupdate, and
3514# then outputs the replacement expansion. We do not care
3515# about autoupdate's warning because that contains
3516# information on what to do *after* running autoupdate.
3517
3518
3519
3520
3521# win32-dll
3522# ---------
3523# Declare package support for building win32 dll's.
3524# win32-dll
3525
3526# This is what autoupdate's m4 run will expand. It fires
3527# the warning (with _au_warn_XXX), outputs it into the
3528# updated configure.ac (with AC_DIAGNOSE), and then outputs
3529# the replacement expansion.
3530
3531
3532# This is an auxiliary macro that is also run when
3533# autoupdate runs m4. It simply calls m4_warning, but
3534# we need a wrapper so that each warning is emitted only
3535# once. We break the quoting in m4_warning's argument in
3536# order to expand this macro's arguments, not AU_DEFUN's.
3537
3538
3539# Finally, this is the expansion that is picked up by
3540# autoconf. It tells the user to run autoupdate, and
3541# then outputs the replacement expansion. We do not care
3542# about autoupdate's warning because that contains
3543# information on what to do *after* running autoupdate.
3544
3545
3546
3547
3548# _LT_ENABLE_SHARED([DEFAULT])
3549# ----------------------------
3550# implement the --enable-shared flag, and supports the `shared' and
3551# `disable-shared' LT_INIT options.
3552# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3553# _LT_ENABLE_SHARED
3554
3555
3556
3557
3558# Old names:
3559
3560
3561
3562
3563# This is what autoupdate's m4 run will expand. It fires
3564# the warning (with _au_warn_XXX), outputs it into the
3565# updated configure.ac (with AC_DIAGNOSE), and then outputs
3566# the replacement expansion.
3567
3568
3569# This is an auxiliary macro that is also run when
3570# autoupdate runs m4. It simply calls m4_warning, but
3571# we need a wrapper so that each warning is emitted only
3572# once. We break the quoting in m4_warning's argument in
3573# order to expand this macro's arguments, not AU_DEFUN's.
3574
3575
3576# Finally, this is the expansion that is picked up by
3577# autoconf. It tells the user to run autoupdate, and
3578# then outputs the replacement expansion. We do not care
3579# about autoupdate's warning because that contains
3580# information on what to do *after* running autoupdate.
3581
3582# This is what autoupdate's m4 run will expand. It fires
3583# the warning (with _au_warn_XXX), outputs it into the
3584# updated configure.ac (with AC_DIAGNOSE), and then outputs
3585# the replacement expansion.
3586
3587
3588# This is an auxiliary macro that is also run when
3589# autoupdate runs m4. It simply calls m4_warning, but
3590# we need a wrapper so that each warning is emitted only
3591# once. We break the quoting in m4_warning's argument in
3592# order to expand this macro's arguments, not AU_DEFUN's.
3593
3594
3595# Finally, this is the expansion that is picked up by
3596# autoconf. It tells the user to run autoupdate, and
3597# then outputs the replacement expansion. We do not care
3598# about autoupdate's warning because that contains
3599# information on what to do *after* running autoupdate.
3600
3601
3602
3603
3604
3605# _LT_ENABLE_STATIC([DEFAULT])
3606# ----------------------------
3607# implement the --enable-static flag, and support the `static' and
3608# `disable-static' LT_INIT options.
3609# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3610# _LT_ENABLE_STATIC
3611
3612
3613
3614
3615# Old names:
3616
3617
3618
3619
3620# This is what autoupdate's m4 run will expand. It fires
3621# the warning (with _au_warn_XXX), outputs it into the
3622# updated configure.ac (with AC_DIAGNOSE), and then outputs
3623# the replacement expansion.
3624
3625
3626# This is an auxiliary macro that is also run when
3627# autoupdate runs m4. It simply calls m4_warning, but
3628# we need a wrapper so that each warning is emitted only
3629# once. We break the quoting in m4_warning's argument in
3630# order to expand this macro's arguments, not AU_DEFUN's.
3631
3632
3633# Finally, this is the expansion that is picked up by
3634# autoconf. It tells the user to run autoupdate, and
3635# then outputs the replacement expansion. We do not care
3636# about autoupdate's warning because that contains
3637# information on what to do *after* running autoupdate.
3638
3639# This is what autoupdate's m4 run will expand. It fires
3640# the warning (with _au_warn_XXX), outputs it into the
3641# updated configure.ac (with AC_DIAGNOSE), and then outputs
3642# the replacement expansion.
3643
3644
3645# This is an auxiliary macro that is also run when
3646# autoupdate runs m4. It simply calls m4_warning, but
3647# we need a wrapper so that each warning is emitted only
3648# once. We break the quoting in m4_warning's argument in
3649# order to expand this macro's arguments, not AU_DEFUN's.
3650
3651
3652# Finally, this is the expansion that is picked up by
3653# autoconf. It tells the user to run autoupdate, and
3654# then outputs the replacement expansion. We do not care
3655# about autoupdate's warning because that contains
3656# information on what to do *after* running autoupdate.
3657
3658
3659
3660
3661
3662# _LT_ENABLE_FAST_INSTALL([DEFAULT])
3663# ----------------------------------
3664# implement the --enable-fast-install flag, and support the `fast-install'
3665# and `disable-fast-install' LT_INIT options.
3666# DEFAULT is either `yes' or `no'. If omitted, it defaults to `yes'.
3667# _LT_ENABLE_FAST_INSTALL
3668
3669
3670
3671
3672# Old names:
3673# This is what autoupdate's m4 run will expand. It fires
3674# the warning (with _au_warn_XXX), outputs it into the
3675# updated configure.ac (with AC_DIAGNOSE), and then outputs
3676# the replacement expansion.
3677
3678
3679# This is an auxiliary macro that is also run when
3680# autoupdate runs m4. It simply calls m4_warning, but
3681# we need a wrapper so that each warning is emitted only
3682# once. We break the quoting in m4_warning's argument in
3683# order to expand this macro's arguments, not AU_DEFUN's.
3684
3685
3686# Finally, this is the expansion that is picked up by
3687# autoconf. It tells the user to run autoupdate, and
3688# then outputs the replacement expansion. We do not care
3689# about autoupdate's warning because that contains
3690# information on what to do *after* running autoupdate.
3691
3692
3693# This is what autoupdate's m4 run will expand. It fires
3694# the warning (with _au_warn_XXX), outputs it into the
3695# updated configure.ac (with AC_DIAGNOSE), and then outputs
3696# the replacement expansion.
3697
3698
3699# This is an auxiliary macro that is also run when
3700# autoupdate runs m4. It simply calls m4_warning, but
3701# we need a wrapper so that each warning is emitted only
3702# once. We break the quoting in m4_warning's argument in
3703# order to expand this macro's arguments, not AU_DEFUN's.
3704
3705
3706# Finally, this is the expansion that is picked up by
3707# autoconf. It tells the user to run autoupdate, and
3708# then outputs the replacement expansion. We do not care
3709# about autoupdate's warning because that contains
3710# information on what to do *after* running autoupdate.
3711
3712
3713
3714
3715# _LT_WITH_PIC([MODE])
3716# --------------------
3717# implement the --with-pic flag, and support the `pic-only' and `no-pic'
3718# LT_INIT options.
3719# MODE is either `yes' or `no'. If omitted, it defaults to `both'.
3720# _LT_WITH_PIC
3721
3722
3723
3724
3725# Old name:
3726# This is what autoupdate's m4 run will expand. It fires
3727# the warning (with _au_warn_XXX), outputs it into the
3728# updated configure.ac (with AC_DIAGNOSE), and then outputs
3729# the replacement expansion.
3730
3731
3732# This is an auxiliary macro that is also run when
3733# autoupdate runs m4. It simply calls m4_warning, but
3734# we need a wrapper so that each warning is emitted only
3735# once. We break the quoting in m4_warning's argument in
3736# order to expand this macro's arguments, not AU_DEFUN's.
3737
3738
3739# Finally, this is the expansion that is picked up by
3740# autoconf. It tells the user to run autoupdate, and
3741# then outputs the replacement expansion. We do not care
3742# about autoupdate's warning because that contains
3743# information on what to do *after* running autoupdate.
3744
3745
3746
3747## ----------------- ##
3748## LTDL_INIT Options ##
3749## ----------------- ##
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760# ltsugar.m4 -- libtool m4 base layer. -*-Autoconf-*-
3761#
3762# Copyright (C) 2004, 2005, 2007, 2008 Free Software Foundation, Inc.
3763# Written by Gary V. Vaughan, 2004
3764#
3765# This file is free software; the Free Software Foundation gives
3766# unlimited permission to copy and/or distribute it, with or without
3767# modifications, as long as this notice is preserved.
3768
3769# serial 6 ltsugar.m4
3770
3771# This is to help aclocal find these macros, as it can't see m4_define.
3772
3773
3774
3775# lt_join(SEP, ARG1, [ARG2...])
3776# -----------------------------
3777# Produce ARG1SEPARG2...SEPARGn, omitting [] arguments and their
3778# associated separator.
3779# Needed until we can rely on m4_join from Autoconf 2.62, since all earlier
3780# versions in m4sugar had bugs.
3781
3782
3783
3784
3785# lt_car(LIST)
3786# lt_cdr(LIST)
3787# ------------
3788# Manipulate m4 lists.
3789# These macros are necessary as long as will still need to support
3790# Autoconf-2.59 which quotes differently.
3791
3792
3793
3794
3795
3796# lt_append(MACRO-NAME, STRING, [SEPARATOR])
3797# ------------------------------------------
3798# Redefine MACRO-NAME to hold its former content plus `SEPARATOR'`STRING'.
3799# Note that neither SEPARATOR nor STRING are expanded; they are appended
3800# to MACRO-NAME as is (leaving the expansion for when MACRO-NAME is invoked).
3801# No SEPARATOR is output if MACRO-NAME was previously undefined (different
3802# than defined and empty).
3803#
3804# This macro is needed until we can rely on Autoconf 2.62, since earlier
3805# versions of m4sugar mistakenly expanded SEPARATOR but not STRING.
3806
3807
3808
3809
3810# lt_combine(SEP, PREFIX-LIST, INFIX, SUFFIX1, [SUFFIX2...])
3811# ----------------------------------------------------------
3812# Produce a SEP delimited list of all paired combinations of elements of
3813# PREFIX-LIST with SUFFIX1 through SUFFIXn. Each element of the list
3814# has the form PREFIXmINFIXSUFFIXn.
3815# Needed until we can rely on m4_combine added in Autoconf 2.62.
3816
3817
3818
3819# lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
3820# -----------------------------------------------------------------------
3821# Iff MACRO-NAME does not yet contain VARNAME, then append it (delimited
3822# by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
3823
3824
3825
3826# lt_dict_add(DICT, KEY, VALUE)
3827# -----------------------------
3828
3829
3830
3831# lt_dict_add_subkey(DICT, KEY, SUBKEY, VALUE)
3832# --------------------------------------------
3833
3834
3835
3836# lt_dict_fetch(DICT, KEY, [SUBKEY])
3837# ----------------------------------
3838
3839
3840
3841# lt_if_dict_fetch(DICT, KEY, [SUBKEY], VALUE, IF-TRUE, [IF-FALSE])
3842# -----------------------------------------------------------------
3843
3844
3845
3846# lt_dict_filter(DICT, [SUBKEY], VALUE, [SEPARATOR], KEY, [...])
3847# --------------------------------------------------------------
3848
3849
3850# ltversion.m4 -- version numbers -*- Autoconf -*-
3851#
3852# Copyright (C) 2004 Free Software Foundation, Inc.
3853# Written by Scott James Remnant, 2004
3854#
3855# This file is free software; the Free Software Foundation gives
3856# unlimited permission to copy and/or distribute it, with or without
3857# modifications, as long as this notice is preserved.
3858
3859# Generated from ltversion.in.
3860
3861# serial 3134 ltversion.m4
3862# This file is part of GNU Libtool
3863
3864
3865
3866
3867
3868
3869# lt~obsolete.m4 -- aclocal satisfying obsolete definitions. -*-Autoconf-*-
3870#
3871# Copyright (C) 2004, 2005, 2007, 2009 Free Software Foundation, Inc.
3872# Written by Scott James Remnant, 2004.
3873#
3874# This file is free software; the Free Software Foundation gives
3875# unlimited permission to copy and/or distribute it, with or without
3876# modifications, as long as this notice is preserved.
3877
3878# serial 4 lt~obsolete.m4
3879
3880# These exist entirely to fool aclocal when bootstrapping libtool.
3881#
3882# In the past libtool.m4 has provided macros via AC_DEFUN (or AU_DEFUN)
3883# which have later been changed to m4_define as they aren't part of the
3884# exported API, or moved to Autoconf or Automake where they belong.
3885#
3886# The trouble is, aclocal is a bit thick. It'll see the old AC_DEFUN
3887# in /usr/share/aclocal/libtool.m4 and remember it, then when it sees us
3888# using a macro with the same name in our local m4/libtool.m4 it'll
3889# pull the old libtool.m4 in (it doesn't see our shiny new m4_define
3890# and doesn't know about Autoconf macros at all.)
3891#
3892# So we provide this file, which has a silly filename so it's always
3893# included after everything else. This provides aclocal with the
3894# AC_DEFUNs it wants, but when m4 processes it, it doesn't do anything
3895# because those macros already exist, or will be overwritten later.
3896# We use AC_DEFUN over AU_DEFUN for compatibility with aclocal-1.6.
3897#
3898# Anytime we withdraw an AC_DEFUN or AU_DEFUN, remember to add it here.
3899# Yes, that means every name once taken will need to remain here until
3900# we give up compatibility with versions before 1.7, at which point
3901# we need to keep only those names which we still refer to.
3902
3903# This is to help aclocal find these macros, as it can't see m4_define.
3904
3905
3906
3907
3908
3909
3910
3911
3912
3913
3914
3915
3916
3917
3918
3919
3920
3921
3922
3923
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935
3936
3937
3938
3939
3940
3941
3942
3943
3944
3945
3946
3947
3948
3949
3950
3951
3952
3953
3954
3955
3956
3957
3958
3959
3960
3961
3962
3963
3964
3965
3966
3967
3968## -*- Autoconf -*-
3969
3970# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2007
3971# Free Software Foundation, Inc.
3972#
3973# This file is free software; the Free Software Foundation
3974# gives unlimited permission to copy and/or distribute it,
3975# with or without modifications, as long as this notice is preserved.
3976
3977# serial 8
3978
3979# Based on depend.m4 from automake 1.9, modified for standalone use in
3980# an environment where GNU make is required.
3981
3982# ZW_PROG_COMPILER_DEPENDENCIES
3983# -----------------------------
3984# Variant of _AM_DEPENDENCIES which just does the dependency probe and
3985# sets fooDEPMODE accordingly. Cache-variable compatible with
3986# original; not side-effect compatible. As the users of this macro
3987# may require accurate dependencies for correct builds, it does *not*
3988# honor --disable-dependency-checking, and failure to detect a usable
3989# method is an error. depcomp is assumed to be located in
3990# $ac_aux_dir.
3991#
3992# FIXME: Should use the Autoconf 2.5x language-selection mechanism.
3993
3994
3995
3996# AM_SET_DEPDIR
3997# -------------
3998# Choose a directory name for dependency files.
3999
4000
4001# ZW_CREATE_DEPDIR
4002# ----------------
4003# As AM_SET_DEPDIR, but also create the directory at config.status time.
4004
4005
4006
4007
4008
4009
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024
4025
4026
4027
4028
4029
4030
4031
4032
4033
4034
4035
4036
4037
4038
4039
4040
4041
4042
4043
4044
6bb11ab3
L
4045
4046
4047
4048
4049
6bb11ab3
L
4050
4051
4052
4053
4054
4055
4056
4057
4058
4059
4060
4061
4062
4063
4064
6bb11ab3
L
4065
4066
4067
4068
4069
4070# intl sister-directory configuration rules.
4071#
4072
4073# The idea behind this macro is that there's no need to repeat all the
4074# autoconf probes done by the intl directory - it's already done them
4075# for us. In fact, there's no need even to look at the cache for the
4076# answers. All we need to do is nab a few pieces of information.
4077# The intl directory is set up to make this easy, by generating a
4078# small file which can be sourced as a shell script; then we produce
4079# the necessary substitutions and definitions for this directory.
4080
4081
4082
4083# Autoconf M4 include file defining utility macros for complex Canadian
4084# cross builds.
4085
4086
4087
4088
4089
4090
4091
4092
4093
4094####
4095# _NCN_TOOL_PREFIXES: Some stuff that oughtta be done in AC_CANONICAL_SYSTEM
4096# or AC_INIT.
4097# These demand that AC_CANONICAL_SYSTEM be called beforehand.
4098
4099####
4100# NCN_STRICT_CHECK_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4101# Like plain AC_CHECK_TOOLS, but require prefix if build!=host.
4102
4103
4104####
4105# NCN_STRICT_CHECK_TARGET_TOOLS(variable, progs-to-check-for,[value-if-not-found],[path])
4106# Like CVS Autoconf AC_CHECK_TARGET_TOOLS, but require prefix if build!=target.
4107
4108
4109
4110# Backported from Autoconf 2.5x; can go away when and if
4111# we switch. Put the OS path separator in $PATH_SEPARATOR.
4112
4113
4114
4115
37f980dc
SM
4116
4117
4118
4119
6bb11ab3
L
4120# ACX_HAVE_GCC_FOR_TARGET
4121# Check if the variable GCC_FOR_TARGET really points to a GCC binary.
4122
4123
4124# ACX_CHECK_INSTALLED_TARGET_TOOL(VAR, PROG)
4125# Searching for installed target binutils. We need to take extra care,
4126# else we may find the wrong assembler, linker, etc., and lose.
4127#
4128# First try --with-build-time-tools, if specified.
4129#
4130# For build != host, we ask the installed GCC for the name of the tool it
4131# uses, and accept it if it is an absolute path. This is because the
4132# only good choice for a compiler is the same GCC version that is being
4133# installed (or we couldn't make target libraries), and we assume that
4134# on the host system we'll have not only the same GCC version, but also
4135# the same binutils version.
4136#
4137# For build == host, search the same directories that the installed
4138# compiler will search. We used to do this for the assembler, linker,
4139# and nm only; for simplicity of configuration, however, we extend this
4140# criterion to tools (such as ar and ranlib) that are never invoked by
4141# the compiler, to avoid mismatches.
4142#
4143# Also note we have to check MD_EXEC_PREFIX before checking the user's path
4144# if build == target. This makes the most sense only when bootstrapping,
4145# but we also do so when build != host. In this case, we hope that the
4146# build and host systems will have similar contents of MD_EXEC_PREFIX.
4147#
4148# If we do not find a suitable binary, then try the user's path.
4149
4150
4151###
4152# AC_PROG_CPP_WERROR
4153# Used for autoconf 2.5x to force AC_PREPROC_IFELSE to reject code which
4154# triggers warnings from the preprocessor. Will be in autoconf 2.58.
4155# For now, using this also overrides header checks to use only the
4156# preprocessor (matches 2.13 behavior; matching 2.58's behavior is a
4157# bit harder from here).
4158# Eventually autoconf will default to checking headers with the compiler
4159# instead, and we'll have to do this differently.
4160
4161# AC_PROG_CPP_WERROR
4162
4163# Test for GNAT.
4164# We require the gnatbind & gnatmake programs, as well as a compiler driver
4165# that understands Ada. We use the user's CC setting, already found, and
4166# possibly add $1 to the command-line parameters.
4167#
4168# Sets the shell variable have_gnat to yes or no as appropriate, and
4169# substitutes GNATBIND and GNATMAKE.
4170
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184
4185
4186
4187
4188
4189
5798d69f
SM
4190
4191
4192
4193
4194# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*-
4195# serial 12 (pkg-config-0.29.2)
4196
4197
4198
4199
4200
4201
4202
4203
4204
4205
4206
4207
4208
4209
6bb11ab3
L
4210
4211
4212
4213
4214
4215ac_ext=c
4216ac_cpp='$CPP $CPPFLAGS'
4217ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4218ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4219ac_compiler_gnu=$ac_cv_c_compiler_gnu
4220if test -n "$ac_tool_prefix"; then
4221 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
4222set dummy ${ac_tool_prefix}gcc; ac_word=$2
4223{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4224$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4225if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4226 $as_echo_n "(cached) " >&6
4227else
4228 if test -n "$CC"; then
4229 ac_cv_prog_CC="$CC" # Let the user override the test.
4230else
4231as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4232for as_dir in $PATH
4233do
4234 IFS=$as_save_IFS
4235 test -z "$as_dir" && as_dir=.
4236 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4237 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4238 ac_cv_prog_CC="${ac_tool_prefix}gcc"
4239 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4240 break 2
4241 fi
4242done
4243 done
4244IFS=$as_save_IFS
4245
4246fi
4247fi
4248CC=$ac_cv_prog_CC
4249if test -n "$CC"; then
4250 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4251$as_echo "$CC" >&6; }
4252else
4253 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4254$as_echo "no" >&6; }
4255fi
4256
4257
4258fi
4259if test -z "$ac_cv_prog_CC"; then
4260 ac_ct_CC=$CC
4261 # Extract the first word of "gcc", so it can be a program name with args.
4262set dummy gcc; ac_word=$2
4263{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4264$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4265if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4266 $as_echo_n "(cached) " >&6
4267else
4268 if test -n "$ac_ct_CC"; then
4269 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4270else
4271as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4272for as_dir in $PATH
4273do
4274 IFS=$as_save_IFS
4275 test -z "$as_dir" && as_dir=.
4276 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4277 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4278 ac_cv_prog_ac_ct_CC="gcc"
4279 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4280 break 2
4281 fi
4282done
4283 done
4284IFS=$as_save_IFS
4285
4286fi
4287fi
4288ac_ct_CC=$ac_cv_prog_ac_ct_CC
4289if test -n "$ac_ct_CC"; then
4290 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4291$as_echo "$ac_ct_CC" >&6; }
4292else
4293 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4294$as_echo "no" >&6; }
4295fi
4296
4297 if test "x$ac_ct_CC" = x; then
4298 CC=""
4299 else
4300 case $cross_compiling:$ac_tool_warned in
4301yes:)
4302{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4303$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4304ac_tool_warned=yes ;;
4305esac
4306 CC=$ac_ct_CC
4307 fi
4308else
4309 CC="$ac_cv_prog_CC"
4310fi
4311
4312if test -z "$CC"; then
4313 if test -n "$ac_tool_prefix"; then
4314 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
4315set dummy ${ac_tool_prefix}cc; ac_word=$2
4316{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4317$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4318if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4319 $as_echo_n "(cached) " >&6
4320else
4321 if test -n "$CC"; then
4322 ac_cv_prog_CC="$CC" # Let the user override the test.
4323else
4324as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4325for as_dir in $PATH
4326do
4327 IFS=$as_save_IFS
4328 test -z "$as_dir" && as_dir=.
4329 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4330 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4331 ac_cv_prog_CC="${ac_tool_prefix}cc"
4332 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4333 break 2
4334 fi
4335done
4336 done
4337IFS=$as_save_IFS
4338
4339fi
4340fi
4341CC=$ac_cv_prog_CC
4342if test -n "$CC"; then
4343 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4344$as_echo "$CC" >&6; }
4345else
4346 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4347$as_echo "no" >&6; }
4348fi
4349
4350
4351 fi
4352fi
4353if test -z "$CC"; then
4354 # Extract the first word of "cc", so it can be a program name with args.
4355set dummy cc; ac_word=$2
4356{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4357$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4358if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4359 $as_echo_n "(cached) " >&6
4360else
4361 if test -n "$CC"; then
4362 ac_cv_prog_CC="$CC" # Let the user override the test.
4363else
4364 ac_prog_rejected=no
4365as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4366for as_dir in $PATH
4367do
4368 IFS=$as_save_IFS
4369 test -z "$as_dir" && as_dir=.
4370 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4371 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4372 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4373 ac_prog_rejected=yes
4374 continue
4375 fi
4376 ac_cv_prog_CC="cc"
4377 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4378 break 2
4379 fi
4380done
4381 done
4382IFS=$as_save_IFS
4383
4384if test $ac_prog_rejected = yes; then
4385 # We found a bogon in the path, so make sure we never use it.
4386 set dummy $ac_cv_prog_CC
4387 shift
4388 if test $# != 0; then
4389 # We chose a different compiler from the bogus one.
4390 # However, it has the same basename, so the bogon will be chosen
4391 # first if we set CC to just the basename; use the full file name.
4392 shift
4393 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
4394 fi
4395fi
4396fi
4397fi
4398CC=$ac_cv_prog_CC
4399if test -n "$CC"; then
4400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4401$as_echo "$CC" >&6; }
4402else
4403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4404$as_echo "no" >&6; }
4405fi
4406
4407
4408fi
4409if test -z "$CC"; then
4410 if test -n "$ac_tool_prefix"; then
4411 for ac_prog in cl.exe
4412 do
4413 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4414set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4415{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4416$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4417if ${ac_cv_prog_CC+:} false; then :
6bb11ab3
L
4418 $as_echo_n "(cached) " >&6
4419else
4420 if test -n "$CC"; then
4421 ac_cv_prog_CC="$CC" # Let the user override the test.
4422else
4423as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4424for as_dir in $PATH
4425do
4426 IFS=$as_save_IFS
4427 test -z "$as_dir" && as_dir=.
4428 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4429 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4430 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4431 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4432 break 2
4433 fi
4434done
4435 done
4436IFS=$as_save_IFS
4437
4438fi
4439fi
4440CC=$ac_cv_prog_CC
4441if test -n "$CC"; then
4442 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
4443$as_echo "$CC" >&6; }
4444else
4445 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4446$as_echo "no" >&6; }
4447fi
4448
4449
4450 test -n "$CC" && break
4451 done
4452fi
4453if test -z "$CC"; then
4454 ac_ct_CC=$CC
4455 for ac_prog in cl.exe
4456do
4457 # Extract the first word of "$ac_prog", so it can be a program name with args.
4458set dummy $ac_prog; ac_word=$2
4459{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4460$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 4461if ${ac_cv_prog_ac_ct_CC+:} false; then :
6bb11ab3
L
4462 $as_echo_n "(cached) " >&6
4463else
4464 if test -n "$ac_ct_CC"; then
4465 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
4466else
4467as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4468for as_dir in $PATH
4469do
4470 IFS=$as_save_IFS
4471 test -z "$as_dir" && as_dir=.
4472 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 4473 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
4474 ac_cv_prog_ac_ct_CC="$ac_prog"
4475 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4476 break 2
4477 fi
4478done
4479 done
4480IFS=$as_save_IFS
4481
4482fi
4483fi
4484ac_ct_CC=$ac_cv_prog_ac_ct_CC
4485if test -n "$ac_ct_CC"; then
4486 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
4487$as_echo "$ac_ct_CC" >&6; }
4488else
4489 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4490$as_echo "no" >&6; }
4491fi
4492
4493
4494 test -n "$ac_ct_CC" && break
4495done
4496
4497 if test "x$ac_ct_CC" = x; then
4498 CC=""
4499 else
4500 case $cross_compiling:$ac_tool_warned in
4501yes:)
4502{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4503$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4504ac_tool_warned=yes ;;
4505esac
4506 CC=$ac_ct_CC
4507 fi
4508fi
4509
4510fi
4511
4512
4513test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4514$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4515as_fn_error $? "no acceptable C compiler found in \$PATH
4516See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4517
4518# Provide some information about the compiler.
4519$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
4520set X $ac_compile
4521ac_compiler=$2
4522for ac_option in --version -v -V -qversion; do
4523 { { ac_try="$ac_compiler $ac_option >&5"
4524case "(($ac_try" in
4525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4526 *) ac_try_echo=$ac_try;;
4527esac
4528eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4529$as_echo "$ac_try_echo"; } >&5
4530 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
4531 ac_status=$?
4532 if test -s conftest.err; then
4533 sed '10a\
4534... rest of stderr output deleted ...
4535 10q' conftest.err >conftest.er1
4536 cat conftest.er1 >&5
6bb11ab3 4537 fi
d0ac1c44 4538 rm -f conftest.er1 conftest.err
6bb11ab3
L
4539 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4540 test $ac_status = 0; }
4541done
4542
4543cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4544/* end confdefs.h. */
4545
4546int
4547main ()
4548{
4549
4550 ;
4551 return 0;
4552}
4553_ACEOF
4554ac_clean_files_save=$ac_clean_files
d0ac1c44 4555ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
6bb11ab3
L
4556# Try to create an executable without -o first, disregard a.out.
4557# It will help us diagnose broken compilers, and finding out an intuition
4558# of exeext.
d0ac1c44
SM
4559{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
4560$as_echo_n "checking whether the C compiler works... " >&6; }
6bb11ab3
L
4561ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
4562
4563# The possible output files:
4564ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
4565
4566ac_rmfiles=
4567for ac_file in $ac_files
4568do
4569 case $ac_file in
4570 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4571 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
4572 esac
4573done
4574rm -f $ac_rmfiles
4575
4576if { { ac_try="$ac_link_default"
4577case "(($ac_try" in
4578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4579 *) ac_try_echo=$ac_try;;
4580esac
4581eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4582$as_echo "$ac_try_echo"; } >&5
4583 (eval "$ac_link_default") 2>&5
4584 ac_status=$?
4585 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4586 test $ac_status = 0; }; then :
4587 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
4588# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
4589# in a Makefile. We should not override ac_cv_exeext if it was cached,
4590# so that the user can short-circuit this test for compilers unknown to
4591# Autoconf.
4592for ac_file in $ac_files ''
4593do
4594 test -f "$ac_file" || continue
4595 case $ac_file in
4596 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
4597 ;;
4598 [ab].out )
4599 # We found the default executable, but exeext='' is most
4600 # certainly right.
4601 break;;
4602 *.* )
4603 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
4604 then :; else
4605 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4606 fi
4607 # We set ac_cv_exeext here because the later test for it is not
4608 # safe: cross compilers may not add the suffix if given an `-o'
4609 # argument, so we may need to know it at that point already.
4610 # Even if this section looks crufty: it has the advantage of
4611 # actually working.
4612 break;;
4613 * )
4614 break;;
4615 esac
4616done
4617test "$ac_cv_exeext" = no && ac_cv_exeext=
4618
4619else
4620 ac_file=''
4621fi
6bb11ab3 4622if test -z "$ac_file"; then :
d0ac1c44
SM
4623 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4624$as_echo "no" >&6; }
4625$as_echo "$as_me: failed program was:" >&5
6bb11ab3
L
4626sed 's/^/| /' conftest.$ac_ext >&5
4627
4628{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4629$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4630as_fn_error 77 "C compiler cannot create executables
4631See \`config.log' for more details" "$LINENO" 5; }
4632else
4633 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4634$as_echo "yes" >&6; }
6bb11ab3 4635fi
d0ac1c44
SM
4636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
4637$as_echo_n "checking for C compiler default output file name... " >&6; }
4638{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
4639$as_echo "$ac_file" >&6; }
6bb11ab3
L
4640ac_exeext=$ac_cv_exeext
4641
d0ac1c44 4642rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
6bb11ab3 4643ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4644{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
4645$as_echo_n "checking for suffix of executables... " >&6; }
4646if { { ac_try="$ac_link"
4647case "(($ac_try" in
4648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4649 *) ac_try_echo=$ac_try;;
4650esac
4651eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4652$as_echo "$ac_try_echo"; } >&5
4653 (eval "$ac_link") 2>&5
4654 ac_status=$?
4655 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4656 test $ac_status = 0; }; then :
4657 # If both `conftest.exe' and `conftest' are `present' (well, observable)
4658# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
4659# work properly (i.e., refer to `conftest.exe'), while it won't with
4660# `rm'.
4661for ac_file in conftest.exe conftest conftest.*; do
4662 test -f "$ac_file" || continue
4663 case $ac_file in
4664 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
4665 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
4666 break;;
4667 * ) break;;
4668 esac
4669done
4670else
4671 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4672$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4673as_fn_error $? "cannot compute suffix of executables: cannot compile and link
4674See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3 4675fi
d0ac1c44 4676rm -f conftest conftest$ac_cv_exeext
6bb11ab3
L
4677{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
4678$as_echo "$ac_cv_exeext" >&6; }
4679
4680rm -f conftest.$ac_ext
4681EXEEXT=$ac_cv_exeext
4682ac_exeext=$EXEEXT
d0ac1c44
SM
4683cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4684/* end confdefs.h. */
4685#include <stdio.h>
4686int
4687main ()
4688{
4689FILE *f = fopen ("conftest.out", "w");
4690 return ferror (f) || fclose (f) != 0;
4691
4692 ;
4693 return 0;
4694}
4695_ACEOF
4696ac_clean_files="$ac_clean_files conftest.out"
4697# Check that the compiler produces executables we can run. If not, either
4698# the compiler is broken, or we cross compile.
4699{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
4700$as_echo_n "checking whether we are cross compiling... " >&6; }
4701if test "$cross_compiling" != yes; then
4702 { { ac_try="$ac_link"
4703case "(($ac_try" in
4704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4705 *) ac_try_echo=$ac_try;;
4706esac
4707eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4708$as_echo "$ac_try_echo"; } >&5
4709 (eval "$ac_link") 2>&5
4710 ac_status=$?
4711 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4712 test $ac_status = 0; }
4713 if { ac_try='./conftest$ac_cv_exeext'
4714 { { case "(($ac_try" in
4715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4716 *) ac_try_echo=$ac_try;;
4717esac
4718eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4719$as_echo "$ac_try_echo"; } >&5
4720 (eval "$ac_try") 2>&5
4721 ac_status=$?
4722 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4723 test $ac_status = 0; }; }; then
4724 cross_compiling=no
4725 else
4726 if test "$cross_compiling" = maybe; then
4727 cross_compiling=yes
4728 else
4729 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4730$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4731as_fn_error $? "cannot run C compiled programs.
4732If you meant to cross compile, use \`--host'.
4733See \`config.log' for more details" "$LINENO" 5; }
4734 fi
4735 fi
4736fi
4737{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
4738$as_echo "$cross_compiling" >&6; }
4739
4740rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
4741ac_clean_files=$ac_clean_files_save
6bb11ab3
L
4742{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
4743$as_echo_n "checking for suffix of object files... " >&6; }
d0ac1c44 4744if ${ac_cv_objext+:} false; then :
6bb11ab3
L
4745 $as_echo_n "(cached) " >&6
4746else
4747 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4748/* end confdefs.h. */
4749
4750int
4751main ()
4752{
4753
4754 ;
4755 return 0;
4756}
4757_ACEOF
4758rm -f conftest.o conftest.obj
4759if { { ac_try="$ac_compile"
4760case "(($ac_try" in
4761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4762 *) ac_try_echo=$ac_try;;
4763esac
4764eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
4765$as_echo "$ac_try_echo"; } >&5
4766 (eval "$ac_compile") 2>&5
4767 ac_status=$?
4768 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
4769 test $ac_status = 0; }; then :
4770 for ac_file in conftest.o conftest.obj conftest.*; do
4771 test -f "$ac_file" || continue;
4772 case $ac_file in
4773 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
4774 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
4775 break;;
4776 esac
4777done
4778else
4779 $as_echo "$as_me: failed program was:" >&5
4780sed 's/^/| /' conftest.$ac_ext >&5
4781
4782{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4783$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
4784as_fn_error $? "cannot compute suffix of object files: cannot compile
4785See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
4786fi
4787rm -f conftest.$ac_cv_objext conftest.$ac_ext
4788fi
4789{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
4790$as_echo "$ac_cv_objext" >&6; }
4791OBJEXT=$ac_cv_objext
4792ac_objext=$OBJEXT
4793{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
4794$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
d0ac1c44 4795if ${ac_cv_c_compiler_gnu+:} false; then :
6bb11ab3
L
4796 $as_echo_n "(cached) " >&6
4797else
4798 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4799/* end confdefs.h. */
4800
4801int
4802main ()
4803{
4804#ifndef __GNUC__
4805 choke me
4806#endif
4807
4808 ;
4809 return 0;
4810}
4811_ACEOF
4812if ac_fn_c_try_compile "$LINENO"; then :
4813 ac_compiler_gnu=yes
4814else
4815 ac_compiler_gnu=no
4816fi
4817rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4818ac_cv_c_compiler_gnu=$ac_compiler_gnu
4819
4820fi
4821{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
4822$as_echo "$ac_cv_c_compiler_gnu" >&6; }
4823if test $ac_compiler_gnu = yes; then
4824 GCC=yes
4825else
4826 GCC=
4827fi
4828ac_test_CFLAGS=${CFLAGS+set}
4829ac_save_CFLAGS=$CFLAGS
4830{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
4831$as_echo_n "checking whether $CC accepts -g... " >&6; }
d0ac1c44 4832if ${ac_cv_prog_cc_g+:} false; then :
6bb11ab3
L
4833 $as_echo_n "(cached) " >&6
4834else
4835 ac_save_c_werror_flag=$ac_c_werror_flag
4836 ac_c_werror_flag=yes
4837 ac_cv_prog_cc_g=no
4838 CFLAGS="-g"
4839 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4840/* end confdefs.h. */
4841
4842int
4843main ()
4844{
4845
4846 ;
4847 return 0;
4848}
4849_ACEOF
4850if ac_fn_c_try_compile "$LINENO"; then :
4851 ac_cv_prog_cc_g=yes
4852else
4853 CFLAGS=""
4854 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4855/* end confdefs.h. */
4856
4857int
4858main ()
4859{
4860
4861 ;
4862 return 0;
4863}
4864_ACEOF
4865if ac_fn_c_try_compile "$LINENO"; then :
4866
4867else
4868 ac_c_werror_flag=$ac_save_c_werror_flag
4869 CFLAGS="-g"
4870 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4871/* end confdefs.h. */
4872
4873int
4874main ()
4875{
4876
4877 ;
4878 return 0;
4879}
4880_ACEOF
4881if ac_fn_c_try_compile "$LINENO"; then :
4882 ac_cv_prog_cc_g=yes
4883fi
4884rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4885fi
4886rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4887fi
4888rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4889 ac_c_werror_flag=$ac_save_c_werror_flag
4890fi
4891{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
4892$as_echo "$ac_cv_prog_cc_g" >&6; }
4893if test "$ac_test_CFLAGS" = set; then
4894 CFLAGS=$ac_save_CFLAGS
4895elif test $ac_cv_prog_cc_g = yes; then
4896 if test "$GCC" = yes; then
4897 CFLAGS="-g -O2"
4898 else
4899 CFLAGS="-g"
4900 fi
4901else
4902 if test "$GCC" = yes; then
4903 CFLAGS="-O2"
4904 else
4905 CFLAGS=
4906 fi
4907fi
4908{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
4909$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
d0ac1c44 4910if ${ac_cv_prog_cc_c89+:} false; then :
6bb11ab3
L
4911 $as_echo_n "(cached) " >&6
4912else
4913 ac_cv_prog_cc_c89=no
4914ac_save_CC=$CC
4915cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4916/* end confdefs.h. */
4917#include <stdarg.h>
4918#include <stdio.h>
d0ac1c44 4919struct stat;
6bb11ab3
L
4920/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
4921struct buf { int x; };
4922FILE * (*rcsopen) (struct buf *, struct stat *, int);
4923static char *e (p, i)
4924 char **p;
4925 int i;
4926{
4927 return p[i];
4928}
4929static char *f (char * (*g) (char **, int), char **p, ...)
4930{
4931 char *s;
4932 va_list v;
4933 va_start (v,p);
4934 s = g (p, va_arg (v,int));
4935 va_end (v);
4936 return s;
4937}
4938
4939/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
4940 function prototypes and stuff, but not '\xHH' hex character constants.
4941 These don't provoke an error unfortunately, instead are silently treated
4942 as 'x'. The following induces an error, until -std is added to get
4943 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
4944 array size at least. It's necessary to write '\x00'==0 to get something
4945 that's true only with -std. */
4946int osf4_cc_array ['\x00' == 0 ? 1 : -1];
4947
4948/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
4949 inside strings and character constants. */
4950#define FOO(x) 'x'
4951int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
4952
4953int test (int i, double x);
4954struct s1 {int (*f) (int a);};
4955struct s2 {int (*f) (double a);};
4956int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
4957int argc;
4958char **argv;
4959int
4960main ()
4961{
4962return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
4963 ;
4964 return 0;
4965}
4966_ACEOF
4967for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
4968 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
4969do
4970 CC="$ac_save_CC $ac_arg"
4971 if ac_fn_c_try_compile "$LINENO"; then :
4972 ac_cv_prog_cc_c89=$ac_arg
4973fi
4974rm -f core conftest.err conftest.$ac_objext
4975 test "x$ac_cv_prog_cc_c89" != "xno" && break
4976done
4977rm -f conftest.$ac_ext
4978CC=$ac_save_CC
4979
4980fi
4981# AC_CACHE_VAL
4982case "x$ac_cv_prog_cc_c89" in
4983 x)
4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
4985$as_echo "none needed" >&6; } ;;
4986 xno)
4987 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
4988$as_echo "unsupported" >&6; } ;;
4989 *)
4990 CC="$CC $ac_cv_prog_cc_c89"
4991 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
4992$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
4993esac
4994if test "x$ac_cv_prog_cc_c89" != xno; then :
4995
4996fi
4997
4998ac_ext=c
4999ac_cpp='$CPP $CPPFLAGS'
5000ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5001ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5002ac_compiler_gnu=$ac_cv_c_compiler_gnu
5003
5004ac_aux_dir=
5005for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
d0ac1c44
SM
5006 if test -f "$ac_dir/install-sh"; then
5007 ac_aux_dir=$ac_dir
5008 ac_install_sh="$ac_aux_dir/install-sh -c"
5009 break
5010 elif test -f "$ac_dir/install.sh"; then
5011 ac_aux_dir=$ac_dir
5012 ac_install_sh="$ac_aux_dir/install.sh -c"
5013 break
5014 elif test -f "$ac_dir/shtool"; then
5015 ac_aux_dir=$ac_dir
5016 ac_install_sh="$ac_aux_dir/shtool install -c"
5017 break
5018 fi
6bb11ab3
L
5019done
5020if test -z "$ac_aux_dir"; then
d0ac1c44 5021 as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
6bb11ab3
L
5022fi
5023
5024# These three variables are undocumented and unsupported,
5025# and are intended to be withdrawn in a future Autoconf release.
5026# They can cause serious problems if a builder's source tree is in a directory
5027# whose full name contains unusual characters.
5028ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
5029ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
5030ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
5031
5032
5033# Make sure we can run config.sub.
5034$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
d0ac1c44 5035 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
6bb11ab3
L
5036
5037{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
5038$as_echo_n "checking build system type... " >&6; }
d0ac1c44 5039if ${ac_cv_build+:} false; then :
6bb11ab3
L
5040 $as_echo_n "(cached) " >&6
5041else
5042 ac_build_alias=$build_alias
5043test "x$ac_build_alias" = x &&
5044 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
5045test "x$ac_build_alias" = x &&
d0ac1c44 5046 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
6bb11ab3 5047ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
d0ac1c44 5048 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
6bb11ab3
L
5049
5050fi
5051{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
5052$as_echo "$ac_cv_build" >&6; }
5053case $ac_cv_build in
5054*-*-*) ;;
d0ac1c44 5055*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
6bb11ab3
L
5056esac
5057build=$ac_cv_build
5058ac_save_IFS=$IFS; IFS='-'
5059set x $ac_cv_build
5060shift
5061build_cpu=$1
5062build_vendor=$2
5063shift; shift
5064# Remember, the first character of IFS is used to create $*,
5065# except with old shells:
5066build_os=$*
5067IFS=$ac_save_IFS
5068case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
5069
5070
5071{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
5072$as_echo_n "checking host system type... " >&6; }
d0ac1c44 5073if ${ac_cv_host+:} false; then :
6bb11ab3
L
5074 $as_echo_n "(cached) " >&6
5075else
5076 if test "x$host_alias" = x; then
5077 ac_cv_host=$ac_cv_build
5078else
5079 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
d0ac1c44 5080 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
6bb11ab3
L
5081fi
5082
5083fi
5084{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
5085$as_echo "$ac_cv_host" >&6; }
5086case $ac_cv_host in
5087*-*-*) ;;
d0ac1c44 5088*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
6bb11ab3
L
5089esac
5090host=$ac_cv_host
5091ac_save_IFS=$IFS; IFS='-'
5092set x $ac_cv_host
5093shift
5094host_cpu=$1
5095host_vendor=$2
5096shift; shift
5097# Remember, the first character of IFS is used to create $*,
5098# except with old shells:
5099host_os=$*
5100IFS=$ac_save_IFS
5101case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
5102
5103
5104{ $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
5105$as_echo_n "checking target system type... " >&6; }
d0ac1c44 5106if ${ac_cv_target+:} false; then :
6bb11ab3
L
5107 $as_echo_n "(cached) " >&6
5108else
5109 if test "x$target_alias" = x; then
5110 ac_cv_target=$ac_cv_host
5111else
5112 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
d0ac1c44 5113 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
6bb11ab3
L
5114fi
5115
5116fi
5117{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
5118$as_echo "$ac_cv_target" >&6; }
5119case $ac_cv_target in
5120*-*-*) ;;
d0ac1c44 5121*) as_fn_error $? "invalid value of canonical target" "$LINENO" 5;;
6bb11ab3
L
5122esac
5123target=$ac_cv_target
5124ac_save_IFS=$IFS; IFS='-'
5125set x $ac_cv_target
5126shift
5127target_cpu=$1
5128target_vendor=$2
5129shift; shift
5130# Remember, the first character of IFS is used to create $*,
5131# except with old shells:
5132target_os=$*
5133IFS=$ac_save_IFS
5134case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
5135
5136
5137# The aliases save the names the user supplied, while $host etc.
5138# will get canonicalized.
5139test -n "$target_alias" &&
5140 test "$program_prefix$program_suffix$program_transform_name" = \
5141 NONENONEs,x,x, &&
5142 program_prefix=${target_alias}-
5143
5144ac_ext=c
5145ac_cpp='$CPP $CPPFLAGS'
5146ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5147ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5148ac_compiler_gnu=$ac_cv_c_compiler_gnu
5149{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
5150$as_echo_n "checking how to run the C preprocessor... " >&6; }
5151# On Suns, sometimes $CPP names a directory.
5152if test -n "$CPP" && test -d "$CPP"; then
5153 CPP=
5154fi
5155if test -z "$CPP"; then
d0ac1c44 5156 if ${ac_cv_prog_CPP+:} false; then :
6bb11ab3
L
5157 $as_echo_n "(cached) " >&6
5158else
5159 # Double quotes because CPP needs to be expanded
5160 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5161 do
5162 ac_preproc_ok=false
5163for ac_c_preproc_warn_flag in '' yes
5164do
5165 # Use a header file that comes with gcc, so configuring glibc
5166 # with a fresh cross-compiler works.
5167 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5168 # <limits.h> exists even on freestanding compilers.
5169 # On the NeXT, cc -E runs the code through the compiler's parser,
5170 # not just through cpp. "Syntax error" is here to catch this case.
5171 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5172/* end confdefs.h. */
5173#ifdef __STDC__
5174# include <limits.h>
5175#else
5176# include <assert.h>
5177#endif
5178 Syntax error
5179_ACEOF
5180if ac_fn_c_try_cpp "$LINENO"; then :
5181
5182else
5183 # Broken: fails on valid input.
5184continue
5185fi
d0ac1c44 5186rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5187
5188 # OK, works on sane cases. Now check whether nonexistent headers
5189 # can be detected and how.
5190 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5191/* end confdefs.h. */
5192#include <ac_nonexistent.h>
5193_ACEOF
5194if ac_fn_c_try_cpp "$LINENO"; then :
5195 # Broken: success on invalid input.
5196continue
5197else
5198 # Passes both tests.
5199ac_preproc_ok=:
5200break
5201fi
d0ac1c44 5202rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5203
5204done
5205# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5206rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5207if $ac_preproc_ok; then :
5208 break
5209fi
5210
5211 done
5212 ac_cv_prog_CPP=$CPP
5213
5214fi
5215 CPP=$ac_cv_prog_CPP
5216else
5217 ac_cv_prog_CPP=$CPP
5218fi
5219{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
5220$as_echo "$CPP" >&6; }
5221ac_preproc_ok=false
5222for ac_c_preproc_warn_flag in '' yes
5223do
5224 # Use a header file that comes with gcc, so configuring glibc
5225 # with a fresh cross-compiler works.
5226 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5227 # <limits.h> exists even on freestanding compilers.
5228 # On the NeXT, cc -E runs the code through the compiler's parser,
5229 # not just through cpp. "Syntax error" is here to catch this case.
5230 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5231/* end confdefs.h. */
5232#ifdef __STDC__
5233# include <limits.h>
5234#else
5235# include <assert.h>
5236#endif
5237 Syntax error
5238_ACEOF
5239if ac_fn_c_try_cpp "$LINENO"; then :
5240
5241else
5242 # Broken: fails on valid input.
5243continue
5244fi
d0ac1c44 5245rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5246
5247 # OK, works on sane cases. Now check whether nonexistent headers
5248 # can be detected and how.
5249 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5250/* end confdefs.h. */
5251#include <ac_nonexistent.h>
5252_ACEOF
5253if ac_fn_c_try_cpp "$LINENO"; then :
5254 # Broken: success on invalid input.
5255continue
5256else
5257 # Passes both tests.
5258ac_preproc_ok=:
5259break
5260fi
d0ac1c44 5261rm -f conftest.err conftest.i conftest.$ac_ext
6bb11ab3
L
5262
5263done
5264# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
d0ac1c44 5265rm -f conftest.i conftest.err conftest.$ac_ext
6bb11ab3
L
5266if $ac_preproc_ok; then :
5267
5268else
5269 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
5270$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
d0ac1c44
SM
5271as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
5272See \`config.log' for more details" "$LINENO" 5; }
6bb11ab3
L
5273fi
5274
5275ac_ext=c
5276ac_cpp='$CPP $CPPFLAGS'
5277ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5278ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5279ac_compiler_gnu=$ac_cv_c_compiler_gnu
5280
5281
5282{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
5283$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
d0ac1c44 5284if ${ac_cv_path_GREP+:} false; then :
6bb11ab3
L
5285 $as_echo_n "(cached) " >&6
5286else
5287 if test -z "$GREP"; then
5288 ac_path_GREP_found=false
5289 # Loop through the user's path and test for each of PROGNAME-LIST
5290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5291for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5292do
5293 IFS=$as_save_IFS
5294 test -z "$as_dir" && as_dir=.
5295 for ac_prog in grep ggrep; do
5296 for ac_exec_ext in '' $ac_executable_extensions; do
5297 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5298 as_fn_executable_p "$ac_path_GREP" || continue
6bb11ab3
L
5299# Check for GNU ac_path_GREP and select it if it is found.
5300 # Check for GNU $ac_path_GREP
5301case `"$ac_path_GREP" --version 2>&1` in
5302*GNU*)
5303 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5304*)
5305 ac_count=0
5306 $as_echo_n 0123456789 >"conftest.in"
5307 while :
5308 do
5309 cat "conftest.in" "conftest.in" >"conftest.tmp"
5310 mv "conftest.tmp" "conftest.in"
5311 cp "conftest.in" "conftest.nl"
5312 $as_echo 'GREP' >> "conftest.nl"
5313 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5314 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5315 as_fn_arith $ac_count + 1 && ac_count=$as_val
5316 if test $ac_count -gt ${ac_path_GREP_max-0}; then
5317 # Best one so far, save it but keep looking for a better one
5318 ac_cv_path_GREP="$ac_path_GREP"
5319 ac_path_GREP_max=$ac_count
5320 fi
5321 # 10*(2^10) chars as input seems more than enough
5322 test $ac_count -gt 10 && break
5323 done
5324 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5325esac
5326
5327 $ac_path_GREP_found && break 3
5328 done
5329 done
5330 done
5331IFS=$as_save_IFS
5332 if test -z "$ac_cv_path_GREP"; then
d0ac1c44 5333 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5334 fi
5335else
5336 ac_cv_path_GREP=$GREP
5337fi
5338
5339fi
5340{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
5341$as_echo "$ac_cv_path_GREP" >&6; }
5342 GREP="$ac_cv_path_GREP"
5343
5344
5345{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
5346$as_echo_n "checking for egrep... " >&6; }
d0ac1c44 5347if ${ac_cv_path_EGREP+:} false; then :
6bb11ab3
L
5348 $as_echo_n "(cached) " >&6
5349else
5350 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5351 then ac_cv_path_EGREP="$GREP -E"
5352 else
5353 if test -z "$EGREP"; then
5354 ac_path_EGREP_found=false
5355 # Loop through the user's path and test for each of PROGNAME-LIST
5356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5357for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5358do
5359 IFS=$as_save_IFS
5360 test -z "$as_dir" && as_dir=.
5361 for ac_prog in egrep; do
5362 for ac_exec_ext in '' $ac_executable_extensions; do
5363 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5364 as_fn_executable_p "$ac_path_EGREP" || continue
6bb11ab3
L
5365# Check for GNU ac_path_EGREP and select it if it is found.
5366 # Check for GNU $ac_path_EGREP
5367case `"$ac_path_EGREP" --version 2>&1` in
5368*GNU*)
5369 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5370*)
5371 ac_count=0
5372 $as_echo_n 0123456789 >"conftest.in"
5373 while :
5374 do
5375 cat "conftest.in" "conftest.in" >"conftest.tmp"
5376 mv "conftest.tmp" "conftest.in"
5377 cp "conftest.in" "conftest.nl"
5378 $as_echo 'EGREP' >> "conftest.nl"
5379 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5380 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5381 as_fn_arith $ac_count + 1 && ac_count=$as_val
5382 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5383 # Best one so far, save it but keep looking for a better one
5384 ac_cv_path_EGREP="$ac_path_EGREP"
5385 ac_path_EGREP_max=$ac_count
5386 fi
5387 # 10*(2^10) chars as input seems more than enough
5388 test $ac_count -gt 10 && break
5389 done
5390 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5391esac
5392
5393 $ac_path_EGREP_found && break 3
5394 done
5395 done
5396 done
5397IFS=$as_save_IFS
5398 if test -z "$ac_cv_path_EGREP"; then
d0ac1c44 5399 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5400 fi
5401else
5402 ac_cv_path_EGREP=$EGREP
5403fi
5404
5405 fi
5406fi
5407{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
5408$as_echo "$ac_cv_path_EGREP" >&6; }
5409 EGREP="$ac_cv_path_EGREP"
5410
5411
5412{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
5413$as_echo_n "checking for ANSI C header files... " >&6; }
d0ac1c44 5414if ${ac_cv_header_stdc+:} false; then :
6bb11ab3
L
5415 $as_echo_n "(cached) " >&6
5416else
5417 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5418/* end confdefs.h. */
5419#include <stdlib.h>
5420#include <stdarg.h>
5421#include <string.h>
5422#include <float.h>
5423
5424int
5425main ()
5426{
5427
5428 ;
5429 return 0;
5430}
5431_ACEOF
5432if ac_fn_c_try_compile "$LINENO"; then :
5433 ac_cv_header_stdc=yes
5434else
5435 ac_cv_header_stdc=no
5436fi
5437rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5438
5439if test $ac_cv_header_stdc = yes; then
5440 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5441 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5442/* end confdefs.h. */
5443#include <string.h>
5444
5445_ACEOF
5446if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5447 $EGREP "memchr" >/dev/null 2>&1; then :
5448
5449else
5450 ac_cv_header_stdc=no
5451fi
5452rm -f conftest*
5453
5454fi
5455
5456if test $ac_cv_header_stdc = yes; then
5457 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5458 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5459/* end confdefs.h. */
5460#include <stdlib.h>
5461
5462_ACEOF
5463if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5464 $EGREP "free" >/dev/null 2>&1; then :
5465
5466else
5467 ac_cv_header_stdc=no
5468fi
5469rm -f conftest*
5470
5471fi
5472
5473if test $ac_cv_header_stdc = yes; then
5474 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5475 if test "$cross_compiling" = yes; then :
5476 :
5477else
5478 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5479/* end confdefs.h. */
5480#include <ctype.h>
5481#include <stdlib.h>
5482#if ((' ' & 0x0FF) == 0x020)
5483# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5484# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5485#else
5486# define ISLOWER(c) \
5487 (('a' <= (c) && (c) <= 'i') \
5488 || ('j' <= (c) && (c) <= 'r') \
5489 || ('s' <= (c) && (c) <= 'z'))
5490# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5491#endif
5492
5493#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5494int
5495main ()
5496{
5497 int i;
5498 for (i = 0; i < 256; i++)
5499 if (XOR (islower (i), ISLOWER (i))
5500 || toupper (i) != TOUPPER (i))
5501 return 2;
5502 return 0;
5503}
5504_ACEOF
5505if ac_fn_c_try_run "$LINENO"; then :
5506
5507else
5508 ac_cv_header_stdc=no
5509fi
5510rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
5511 conftest.$ac_objext conftest.beam conftest.$ac_ext
5512fi
5513
5514fi
5515fi
5516{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
5517$as_echo "$ac_cv_header_stdc" >&6; }
5518if test $ac_cv_header_stdc = yes; then
5519
5520$as_echo "#define STDC_HEADERS 1" >>confdefs.h
5521
5522fi
5523
5524# On IRIX 5.3, sys/types and inttypes.h are conflicting.
5525for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5526 inttypes.h stdint.h unistd.h
5527do :
5528 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5529ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
5530"
d0ac1c44 5531if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
5532 cat >>confdefs.h <<_ACEOF
5533#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5534_ACEOF
5535
5536fi
5537
5538done
5539
5540
5541
5542 ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
d0ac1c44 5543if test "x$ac_cv_header_minix_config_h" = xyes; then :
6bb11ab3
L
5544 MINIX=yes
5545else
5546 MINIX=
5547fi
5548
5549
5550 if test "$MINIX" = yes; then
5551
5552$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
5553
5554
5555$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
5556
5557
5558$as_echo "#define _MINIX 1" >>confdefs.h
5559
5560 fi
5561
5562
5563 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
5564$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
d0ac1c44 5565if ${ac_cv_safe_to_define___extensions__+:} false; then :
6bb11ab3
L
5566 $as_echo_n "(cached) " >&6
5567else
5568 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5569/* end confdefs.h. */
5570
d0ac1c44
SM
5571# define __EXTENSIONS__ 1
5572 $ac_includes_default
6bb11ab3
L
5573int
5574main ()
5575{
5576
5577 ;
5578 return 0;
5579}
5580_ACEOF
5581if ac_fn_c_try_compile "$LINENO"; then :
5582 ac_cv_safe_to_define___extensions__=yes
5583else
5584 ac_cv_safe_to_define___extensions__=no
5585fi
5586rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5587fi
5588{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
5589$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5590 test $ac_cv_safe_to_define___extensions__ = yes &&
5591 $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
5592
5593 $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
5594
5595 $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
5596
5597 $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
5598
5599 $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
5600
5601
5602test "$program_prefix" != NONE &&
5603 program_transform_name="s&^&$program_prefix&;$program_transform_name"
5604# Use a double $ so make ignores it.
5605test "$program_suffix" != NONE &&
5606 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
5607# Double any \ or $.
5608# By default was `s,x,x', remove it if useless.
5609ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
5610program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
5611
5612# Find a good install program. We prefer a C program (faster),
5613# so one script is as good as another. But avoid the broken or
5614# incompatible versions:
5615# SysV /etc/install, /usr/sbin/install
5616# SunOS /usr/etc/install
5617# IRIX /sbin/install
5618# AIX /bin/install
5619# AmigaOS /C/install, which installs bootblocks on floppy discs
5620# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5621# AFS /usr/afsws/bin/install, which mishandles nonexistent args
5622# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5623# OS/2's system install, which has a completely different semantic
5624# ./install, which can be erroneously created by make from ./install.sh.
5625# Reject install programs that cannot install multiple files.
5626{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
5627$as_echo_n "checking for a BSD-compatible install... " >&6; }
5628if test -z "$INSTALL"; then
d0ac1c44 5629if ${ac_cv_path_install+:} false; then :
6bb11ab3
L
5630 $as_echo_n "(cached) " >&6
5631else
5632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5633for as_dir in $PATH
5634do
5635 IFS=$as_save_IFS
5636 test -z "$as_dir" && as_dir=.
5637 # Account for people who put trailing slashes in PATH elements.
5638case $as_dir/ in #((
5639 ./ | .// | /[cC]/* | \
5640 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5641 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
5642 /usr/ucb/* ) ;;
5643 *)
5644 # OSF1 and SCO ODT 3.0 have their own names for install.
5645 # Don't use installbsd from OSF since it installs stuff as root
5646 # by default.
5647 for ac_prog in ginstall scoinst install; do
5648 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 5649 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
6bb11ab3
L
5650 if test $ac_prog = install &&
5651 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5652 # AIX install. It has an incompatible calling convention.
5653 :
5654 elif test $ac_prog = install &&
5655 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5656 # program-specific install script used by HP pwplus--don't use.
5657 :
5658 else
5659 rm -rf conftest.one conftest.two conftest.dir
5660 echo one > conftest.one
5661 echo two > conftest.two
5662 mkdir conftest.dir
5663 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
5664 test -s conftest.one && test -s conftest.two &&
5665 test -s conftest.dir/conftest.one &&
5666 test -s conftest.dir/conftest.two
5667 then
5668 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5669 break 3
5670 fi
5671 fi
5672 fi
5673 done
5674 done
5675 ;;
5676esac
5677
5678 done
5679IFS=$as_save_IFS
5680
5681rm -rf conftest.one conftest.two conftest.dir
5682
5683fi
5684 if test "${ac_cv_path_install+set}" = set; then
5685 INSTALL=$ac_cv_path_install
5686 else
5687 # As a last resort, use the slow shell script. Don't cache a
5688 # value for INSTALL within a source directory, because that will
5689 # break other packages using the cache if that directory is
5690 # removed, or if the value is a relative name.
5691 INSTALL=$ac_install_sh
5692 fi
5693fi
5694{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
5695$as_echo "$INSTALL" >&6; }
5696
5697# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5698# It thinks the first close brace ends the variable substitution.
5699test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5700
5701test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5702
5703test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5704
5705rm -rf .tst 2>/dev/null
5706mkdir .tst 2>/dev/null
5707if test -d .tst; then
5708 am__leading_dot=.
5709else
5710 am__leading_dot=_
5711fi
5712rmdir .tst 2>/dev/null
5713
5714DEPDIR="${am__leading_dot}deps"
5715
5716case `pwd` in
5717 *\ * | *\ *)
5718 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5719$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5720esac
5721
5722
5723
5724macro_version='2.2.7a'
5725macro_revision='1.3134'
5726
5727
5728
5729
5730
5731
5732
5733
5734
5735
5736
5737
5738
5739ltmain="$ac_aux_dir/ltmain.sh"
5740
5741# Backslashify metacharacters that are still active within
5742# double-quoted strings.
5743sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5744
5745# Same as above, but do not quote variable references.
5746double_quote_subst='s/\(["`\\]\)/\\\1/g'
5747
5748# Sed substitution to delay expansion of an escaped shell variable in a
5749# double_quote_subst'ed string.
5750delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5751
5752# Sed substitution to delay expansion of an escaped single quote.
5753delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5754
5755# Sed substitution to avoid accidental globbing in evaled expressions
5756no_glob_subst='s/\*/\\\*/g'
5757
5758ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5759ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5760ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5761
5762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5763$as_echo_n "checking how to print strings... " >&6; }
5764# Test print first, because it will be a builtin if present.
5765if test "X`print -r -- -n 2>/dev/null`" = X-n && \
5766 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5767 ECHO='print -r --'
5768elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5769 ECHO='printf %s\n'
5770else
5771 # Use this function as a fallback that always works.
5772 func_fallback_echo ()
5773 {
5774 eval 'cat <<_LTECHO_EOF
5775$1
5776_LTECHO_EOF'
5777 }
5778 ECHO='func_fallback_echo'
5779fi
5780
5781# func_echo_all arg...
5782# Invoke $ECHO with all args, space-separated.
5783func_echo_all ()
5784{
5785 $ECHO ""
5786}
5787
5788case "$ECHO" in
5789 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5790$as_echo "printf" >&6; } ;;
5791 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5792$as_echo "print -r" >&6; } ;;
5793 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5794$as_echo "cat" >&6; } ;;
5795esac
5796
5797
5798
5799
5800
5801
5802
5803
5804
5805
5806
5807
5808
5809
5810{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5811$as_echo_n "checking for a sed that does not truncate output... " >&6; }
d0ac1c44 5812if ${ac_cv_path_SED+:} false; then :
6bb11ab3
L
5813 $as_echo_n "(cached) " >&6
5814else
5815 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5816 for ac_i in 1 2 3 4 5 6 7; do
5817 ac_script="$ac_script$as_nl$ac_script"
5818 done
5819 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5820 { ac_script=; unset ac_script;}
5821 if test -z "$SED"; then
5822 ac_path_SED_found=false
5823 # Loop through the user's path and test for each of PROGNAME-LIST
5824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5825for as_dir in $PATH
5826do
5827 IFS=$as_save_IFS
5828 test -z "$as_dir" && as_dir=.
5829 for ac_prog in sed gsed; do
5830 for ac_exec_ext in '' $ac_executable_extensions; do
5831 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5832 as_fn_executable_p "$ac_path_SED" || continue
6bb11ab3
L
5833# Check for GNU ac_path_SED and select it if it is found.
5834 # Check for GNU $ac_path_SED
5835case `"$ac_path_SED" --version 2>&1` in
5836*GNU*)
5837 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5838*)
5839 ac_count=0
5840 $as_echo_n 0123456789 >"conftest.in"
5841 while :
5842 do
5843 cat "conftest.in" "conftest.in" >"conftest.tmp"
5844 mv "conftest.tmp" "conftest.in"
5845 cp "conftest.in" "conftest.nl"
5846 $as_echo '' >> "conftest.nl"
5847 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5848 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5849 as_fn_arith $ac_count + 1 && ac_count=$as_val
5850 if test $ac_count -gt ${ac_path_SED_max-0}; then
5851 # Best one so far, save it but keep looking for a better one
5852 ac_cv_path_SED="$ac_path_SED"
5853 ac_path_SED_max=$ac_count
5854 fi
5855 # 10*(2^10) chars as input seems more than enough
5856 test $ac_count -gt 10 && break
5857 done
5858 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5859esac
5860
5861 $ac_path_SED_found && break 3
5862 done
5863 done
5864 done
5865IFS=$as_save_IFS
5866 if test -z "$ac_cv_path_SED"; then
d0ac1c44 5867 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
6bb11ab3
L
5868 fi
5869else
5870 ac_cv_path_SED=$SED
5871fi
5872
5873fi
5874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5875$as_echo "$ac_cv_path_SED" >&6; }
5876 SED="$ac_cv_path_SED"
5877 rm -f conftest.sed
5878
5879test -z "$SED" && SED=sed
5880Xsed="$SED -e 1s/^X//"
5881
5882
5883
5884
5885
5886
5887
5888
5889
5890
5891
5892{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
5893$as_echo_n "checking for fgrep... " >&6; }
d0ac1c44 5894if ${ac_cv_path_FGREP+:} false; then :
6bb11ab3
L
5895 $as_echo_n "(cached) " >&6
5896else
5897 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
5898 then ac_cv_path_FGREP="$GREP -F"
5899 else
5900 if test -z "$FGREP"; then
5901 ac_path_FGREP_found=false
5902 # Loop through the user's path and test for each of PROGNAME-LIST
5903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5904for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5905do
5906 IFS=$as_save_IFS
5907 test -z "$as_dir" && as_dir=.
5908 for ac_prog in fgrep; do
5909 for ac_exec_ext in '' $ac_executable_extensions; do
5910 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
d0ac1c44 5911 as_fn_executable_p "$ac_path_FGREP" || continue
6bb11ab3
L
5912# Check for GNU ac_path_FGREP and select it if it is found.
5913 # Check for GNU $ac_path_FGREP
5914case `"$ac_path_FGREP" --version 2>&1` in
5915*GNU*)
5916 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
5917*)
5918 ac_count=0
5919 $as_echo_n 0123456789 >"conftest.in"
5920 while :
5921 do
5922 cat "conftest.in" "conftest.in" >"conftest.tmp"
5923 mv "conftest.tmp" "conftest.in"
5924 cp "conftest.in" "conftest.nl"
5925 $as_echo 'FGREP' >> "conftest.nl"
5926 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
5927 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5928 as_fn_arith $ac_count + 1 && ac_count=$as_val
5929 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
5930 # Best one so far, save it but keep looking for a better one
5931 ac_cv_path_FGREP="$ac_path_FGREP"
5932 ac_path_FGREP_max=$ac_count
5933 fi
5934 # 10*(2^10) chars as input seems more than enough
5935 test $ac_count -gt 10 && break
5936 done
5937 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5938esac
5939
5940 $ac_path_FGREP_found && break 3
5941 done
5942 done
5943 done
5944IFS=$as_save_IFS
5945 if test -z "$ac_cv_path_FGREP"; then
d0ac1c44 5946 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
6bb11ab3
L
5947 fi
5948else
5949 ac_cv_path_FGREP=$FGREP
5950fi
5951
5952 fi
5953fi
5954{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
5955$as_echo "$ac_cv_path_FGREP" >&6; }
5956 FGREP="$ac_cv_path_FGREP"
5957
5958
5959test -z "$GREP" && GREP=grep
5960
5961
5962
5963
5964
5965
5966
5967
5968
5969
5970
5971
5972
5973
5974
5975
5976
5977
5978
5979# Check whether --with-gnu-ld was given.
5980if test "${with_gnu_ld+set}" = set; then :
5981 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
5982else
5983 with_gnu_ld=no
5984fi
5985
5986ac_prog=ld
5987if test "$GCC" = yes; then
5988 # Check if gcc -print-prog-name=ld gives a path.
5989 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
5990$as_echo_n "checking for ld used by $CC... " >&6; }
5991 case $host in
5992 *-*-mingw*)
5993 # gcc leaves a trailing carriage return which upsets mingw
5994 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
5995 *)
5996 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
5997 esac
5998 case $ac_prog in
5999 # Accept absolute paths.
6000 [\\/]* | ?:[\\/]*)
6001 re_direlt='/[^/][^/]*/\.\./'
6002 # Canonicalize the pathname of ld
6003 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
6004 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
6005 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
6006 done
6007 test -z "$LD" && LD="$ac_prog"
6008 ;;
6009 "")
6010 # If it fails, then pretend we aren't using GCC.
6011 ac_prog=ld
6012 ;;
6013 *)
6014 # If it is relative, then search for the first ld in PATH.
6015 with_gnu_ld=unknown
6016 ;;
6017 esac
6018elif test "$with_gnu_ld" = yes; then
6019 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
6020$as_echo_n "checking for GNU ld... " >&6; }
6021else
6022 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
6023$as_echo_n "checking for non-GNU ld... " >&6; }
6024fi
d0ac1c44 6025if ${lt_cv_path_LD+:} false; then :
6bb11ab3
L
6026 $as_echo_n "(cached) " >&6
6027else
6028 if test -z "$LD"; then
6029 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6030 for ac_dir in $PATH; do
6031 IFS="$lt_save_ifs"
6032 test -z "$ac_dir" && ac_dir=.
6033 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
6034 lt_cv_path_LD="$ac_dir/$ac_prog"
6035 # Check to see if the program is GNU ld. I'd rather use --version,
6036 # but apparently some variants of GNU ld only accept -v.
6037 # Break only if it was the GNU/non-GNU ld that we prefer.
6038 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
6039 *GNU* | *'with BFD'*)
6040 test "$with_gnu_ld" != no && break
6041 ;;
6042 *)
6043 test "$with_gnu_ld" != yes && break
6044 ;;
6045 esac
6046 fi
6047 done
6048 IFS="$lt_save_ifs"
6049else
6050 lt_cv_path_LD="$LD" # Let the user override the test with a path.
6051fi
6052fi
6053
6054LD="$lt_cv_path_LD"
6055if test -n "$LD"; then
6056 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
6057$as_echo "$LD" >&6; }
6058else
6059 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6060$as_echo "no" >&6; }
6061fi
d0ac1c44 6062test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
6bb11ab3
L
6063{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
6064$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
d0ac1c44 6065if ${lt_cv_prog_gnu_ld+:} false; then :
6bb11ab3
L
6066 $as_echo_n "(cached) " >&6
6067else
6068 # I'd rather use --version here, but apparently some GNU lds only accept -v.
6069case `$LD -v 2>&1 </dev/null` in
6070*GNU* | *'with BFD'*)
6071 lt_cv_prog_gnu_ld=yes
6072 ;;
6073*)
6074 lt_cv_prog_gnu_ld=no
6075 ;;
6076esac
6077fi
6078{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
6079$as_echo "$lt_cv_prog_gnu_ld" >&6; }
6080with_gnu_ld=$lt_cv_prog_gnu_ld
6081
6082
6083
6084
6085
6086
6087
6088
6089
6090{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
6091$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
d0ac1c44 6092if ${lt_cv_path_NM+:} false; then :
6bb11ab3
L
6093 $as_echo_n "(cached) " >&6
6094else
6095 if test -n "$NM"; then
6096 # Let the user override the test.
6097 lt_cv_path_NM="$NM"
6098else
6099 lt_nm_to_check="${ac_tool_prefix}nm"
6100 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
6101 lt_nm_to_check="$lt_nm_to_check nm"
6102 fi
6103 for lt_tmp_nm in $lt_nm_to_check; do
6104 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6105 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
6106 IFS="$lt_save_ifs"
6107 test -z "$ac_dir" && ac_dir=.
6108 tmp_nm="$ac_dir/$lt_tmp_nm"
6109 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
6110 # Check to see if the nm accepts a BSD-compat flag.
6111 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
6112 # nm: unknown option "B" ignored
6113 # Tru64's nm complains that /dev/null is an invalid object file
6114 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
6115 */dev/null* | *'Invalid file or object type'*)
6116 lt_cv_path_NM="$tmp_nm -B"
6117 break
6118 ;;
6119 *)
6120 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
6121 */dev/null*)
6122 lt_cv_path_NM="$tmp_nm -p"
6123 break
6124 ;;
6125 *)
6126 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
6127 continue # so that we can try to find one that supports BSD flags
6128 ;;
6129 esac
6130 ;;
6131 esac
6132 fi
6133 done
6134 IFS="$lt_save_ifs"
6135 done
6136 : ${lt_cv_path_NM=no}
6137fi
6138fi
6139{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
6140$as_echo "$lt_cv_path_NM" >&6; }
6141if test "$lt_cv_path_NM" != "no"; then
6142 NM="$lt_cv_path_NM"
6143else
6144 # Didn't find any BSD compatible name lister, look for dumpbin.
6145 if test -n "$DUMPBIN"; then :
6146 # Let the user override the test.
6147 else
6148 if test -n "$ac_tool_prefix"; then
6149 for ac_prog in dumpbin "link -dump"
6150 do
6151 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
6152set dummy $ac_tool_prefix$ac_prog; ac_word=$2
6153{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6154$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6155if ${ac_cv_prog_DUMPBIN+:} false; then :
6bb11ab3
L
6156 $as_echo_n "(cached) " >&6
6157else
6158 if test -n "$DUMPBIN"; then
6159 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
6160else
6161as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6162for as_dir in $PATH
6163do
6164 IFS=$as_save_IFS
6165 test -z "$as_dir" && as_dir=.
6166 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6167 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6168 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
6169 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6170 break 2
6171 fi
6172done
6173 done
6174IFS=$as_save_IFS
6175
6176fi
6177fi
6178DUMPBIN=$ac_cv_prog_DUMPBIN
6179if test -n "$DUMPBIN"; then
6180 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
6181$as_echo "$DUMPBIN" >&6; }
6182else
6183 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6184$as_echo "no" >&6; }
6185fi
6186
6187
6188 test -n "$DUMPBIN" && break
6189 done
6190fi
6191if test -z "$DUMPBIN"; then
6192 ac_ct_DUMPBIN=$DUMPBIN
6193 for ac_prog in dumpbin "link -dump"
6194do
6195 # Extract the first word of "$ac_prog", so it can be a program name with args.
6196set dummy $ac_prog; ac_word=$2
6197{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6198$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6199if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
6bb11ab3
L
6200 $as_echo_n "(cached) " >&6
6201else
6202 if test -n "$ac_ct_DUMPBIN"; then
6203 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
6204else
6205as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6206for as_dir in $PATH
6207do
6208 IFS=$as_save_IFS
6209 test -z "$as_dir" && as_dir=.
6210 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6211 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6212 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
6213 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6214 break 2
6215 fi
6216done
6217 done
6218IFS=$as_save_IFS
6219
6220fi
6221fi
6222ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
6223if test -n "$ac_ct_DUMPBIN"; then
6224 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
6225$as_echo "$ac_ct_DUMPBIN" >&6; }
6226else
6227 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6228$as_echo "no" >&6; }
6229fi
6230
6231
6232 test -n "$ac_ct_DUMPBIN" && break
6233done
6234
6235 if test "x$ac_ct_DUMPBIN" = x; then
6236 DUMPBIN=":"
6237 else
6238 case $cross_compiling:$ac_tool_warned in
6239yes:)
6240{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6241$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6242ac_tool_warned=yes ;;
6243esac
6244 DUMPBIN=$ac_ct_DUMPBIN
6245 fi
6246fi
6247
6248 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
6249 *COFF*)
6250 DUMPBIN="$DUMPBIN -symbols"
6251 ;;
6252 *)
6253 DUMPBIN=:
6254 ;;
6255 esac
6256 fi
6257
6258 if test "$DUMPBIN" != ":"; then
6259 NM="$DUMPBIN"
6260 fi
6261fi
6262test -z "$NM" && NM=nm
6263
6264
6265
6266
6267
6268
6269{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
6270$as_echo_n "checking the name lister ($NM) interface... " >&6; }
d0ac1c44 6271if ${lt_cv_nm_interface+:} false; then :
6bb11ab3
L
6272 $as_echo_n "(cached) " >&6
6273else
6274 lt_cv_nm_interface="BSD nm"
6275 echo "int some_variable = 0;" > conftest.$ac_ext
6276 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
6277 (eval "$ac_compile" 2>conftest.err)
6278 cat conftest.err >&5
6279 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
6280 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
6281 cat conftest.err >&5
6282 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
6283 cat conftest.out >&5
6284 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
6285 lt_cv_nm_interface="MS dumpbin"
6286 fi
6287 rm -f conftest*
6288fi
6289{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
6290$as_echo "$lt_cv_nm_interface" >&6; }
6291
6292{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
6293$as_echo_n "checking whether ln -s works... " >&6; }
6294LN_S=$as_ln_s
6295if test "$LN_S" = "ln -s"; then
6296 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
6297$as_echo "yes" >&6; }
6298else
6299 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
6300$as_echo "no, using $LN_S" >&6; }
6301fi
6302
6303# find the maximum length of command line arguments
6304{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
6305$as_echo_n "checking the maximum length of command line arguments... " >&6; }
d0ac1c44 6306if ${lt_cv_sys_max_cmd_len+:} false; then :
6bb11ab3
L
6307 $as_echo_n "(cached) " >&6
6308else
6309 i=0
6310 teststring="ABCD"
6311
6312 case $build_os in
6313 msdosdjgpp*)
6314 # On DJGPP, this test can blow up pretty badly due to problems in libc
6315 # (any single argument exceeding 2000 bytes causes a buffer overrun
6316 # during glob expansion). Even if it were fixed, the result of this
6317 # check would be larger than it should be.
6318 lt_cv_sys_max_cmd_len=12288; # 12K is about right
6319 ;;
6320
6321 gnu*)
6322 # Under GNU Hurd, this test is not required because there is
6323 # no limit to the length of command line arguments.
6324 # Libtool will interpret -1 as no limit whatsoever
6325 lt_cv_sys_max_cmd_len=-1;
6326 ;;
6327
6328 cygwin* | mingw* | cegcc*)
6329 # On Win9x/ME, this test blows up -- it succeeds, but takes
6330 # about 5 minutes as the teststring grows exponentially.
6331 # Worse, since 9x/ME are not pre-emptively multitasking,
6332 # you end up with a "frozen" computer, even though with patience
6333 # the test eventually succeeds (with a max line length of 256k).
6334 # Instead, let's just punt: use the minimum linelength reported by
6335 # all of the supported platforms: 8192 (on NT/2K/XP).
6336 lt_cv_sys_max_cmd_len=8192;
6337 ;;
6338
6339 mint*)
6340 # On MiNT this can take a long time and run out of memory.
6341 lt_cv_sys_max_cmd_len=8192;
6342 ;;
6343
6344 amigaos*)
6345 # On AmigaOS with pdksh, this test takes hours, literally.
6346 # So we just punt and use a minimum line length of 8192.
6347 lt_cv_sys_max_cmd_len=8192;
6348 ;;
6349
6350 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
6351 # This has been around since 386BSD, at least. Likely further.
6352 if test -x /sbin/sysctl; then
6353 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
6354 elif test -x /usr/sbin/sysctl; then
6355 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
6356 else
6357 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
6358 fi
6359 # And add a safety zone
6360 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6361 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6362 ;;
6363
6364 interix*)
6365 # We know the value 262144 and hardcode it with a safety zone (like BSD)
6366 lt_cv_sys_max_cmd_len=196608
6367 ;;
6368
6369 osf*)
6370 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
6371 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
6372 # nice to cause kernel panics so lets avoid the loop below.
6373 # First set a reasonable default.
6374 lt_cv_sys_max_cmd_len=16384
6375 #
6376 if test -x /sbin/sysconfig; then
6377 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
6378 *1*) lt_cv_sys_max_cmd_len=-1 ;;
6379 esac
6380 fi
6381 ;;
6382 sco3.2v5*)
6383 lt_cv_sys_max_cmd_len=102400
6384 ;;
6385 sysv5* | sco5v6* | sysv4.2uw2*)
6386 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
6387 if test -n "$kargmax"; then
6388 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
6389 else
6390 lt_cv_sys_max_cmd_len=32768
6391 fi
6392 ;;
6393 *)
6394 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
6395 if test -n "$lt_cv_sys_max_cmd_len"; then
6396 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
6397 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
6398 else
6399 # Make teststring a little bigger before we do anything with it.
6400 # a 1K string should be a reasonable start.
6401 for i in 1 2 3 4 5 6 7 8 ; do
6402 teststring=$teststring$teststring
6403 done
6404 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
6405 # If test is not a shell built-in, we'll probably end up computing a
6406 # maximum length that is only half of the actual maximum length, but
6407 # we can't tell.
6408 while { test "X"`func_fallback_echo "$teststring$teststring" 2>/dev/null` \
6409 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
6410 test $i != 17 # 1/2 MB should be enough
6411 do
6412 i=`expr $i + 1`
6413 teststring=$teststring$teststring
6414 done
6415 # Only check the string length outside the loop.
6416 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
6417 teststring=
6418 # Add a significant safety factor because C++ compilers can tack on
6419 # massive amounts of additional arguments before passing them to the
6420 # linker. It appears as though 1/2 is a usable value.
6421 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
6422 fi
6423 ;;
6424 esac
6425
6426fi
6427
6428if test -n $lt_cv_sys_max_cmd_len ; then
6429 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
6430$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
6431else
6432 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
6433$as_echo "none" >&6; }
6434fi
6435max_cmd_len=$lt_cv_sys_max_cmd_len
6436
6437
6438
6439
6440
6441
6442: ${CP="cp -f"}
6443: ${MV="mv -f"}
6444: ${RM="rm -f"}
6445
6446{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
6447$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
6448# Try some XSI features
6449xsi_shell=no
6450( _lt_dummy="a/b/c"
6451 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
6452 = c,a/b,, \
6453 && eval 'test $(( 1 + 1 )) -eq 2 \
6454 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
6455 && xsi_shell=yes
6456{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
6457$as_echo "$xsi_shell" >&6; }
6458
6459
6460{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
6461$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
6462lt_shell_append=no
6463( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
6464 >/dev/null 2>&1 \
6465 && lt_shell_append=yes
6466{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
6467$as_echo "$lt_shell_append" >&6; }
6468
6469
6470if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
6471 lt_unset=unset
6472else
6473 lt_unset=false
6474fi
6475
6476
6477
6478
6479
6480# test EBCDIC or ASCII
6481case `echo X|tr X '\101'` in
6482 A) # ASCII based system
6483 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
6484 lt_SP2NL='tr \040 \012'
6485 lt_NL2SP='tr \015\012 \040\040'
6486 ;;
6487 *) # EBCDIC based system
6488 lt_SP2NL='tr \100 \n'
6489 lt_NL2SP='tr \r\n \100\100'
6490 ;;
6491esac
6492
6493
6494
6495
6496
6497
6498
6499
6500
6501{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
6502$as_echo_n "checking for $LD option to reload object files... " >&6; }
d0ac1c44 6503if ${lt_cv_ld_reload_flag+:} false; then :
6bb11ab3
L
6504 $as_echo_n "(cached) " >&6
6505else
6506 lt_cv_ld_reload_flag='-r'
6507fi
6508{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
6509$as_echo "$lt_cv_ld_reload_flag" >&6; }
6510reload_flag=$lt_cv_ld_reload_flag
6511case $reload_flag in
6512"" | " "*) ;;
6513*) reload_flag=" $reload_flag" ;;
6514esac
6515reload_cmds='$LD$reload_flag -o $output$reload_objs'
6516case $host_os in
6517 darwin*)
6518 if test "$GCC" = yes; then
6519 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
6520 else
6521 reload_cmds='$LD$reload_flag -o $output$reload_objs'
6522 fi
6523 ;;
6524esac
6525
6526
6527
6528
6529
6530
6531
6532
6533
6534if test -n "$ac_tool_prefix"; then
6535 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
6536set dummy ${ac_tool_prefix}objdump; ac_word=$2
6537{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6538$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6539if ${ac_cv_prog_OBJDUMP+:} false; then :
6bb11ab3
L
6540 $as_echo_n "(cached) " >&6
6541else
6542 if test -n "$OBJDUMP"; then
6543 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
6544else
6545as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6546for as_dir in $PATH
6547do
6548 IFS=$as_save_IFS
6549 test -z "$as_dir" && as_dir=.
6550 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6551 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6552 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6553 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6554 break 2
6555 fi
6556done
6557 done
6558IFS=$as_save_IFS
6559
6560fi
6561fi
6562OBJDUMP=$ac_cv_prog_OBJDUMP
6563if test -n "$OBJDUMP"; then
6564 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
6565$as_echo "$OBJDUMP" >&6; }
6566else
6567 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6568$as_echo "no" >&6; }
6569fi
6570
6571
6572fi
6573if test -z "$ac_cv_prog_OBJDUMP"; then
6574 ac_ct_OBJDUMP=$OBJDUMP
6575 # Extract the first word of "objdump", so it can be a program name with args.
6576set dummy objdump; ac_word=$2
6577{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6578$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6579if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
6bb11ab3
L
6580 $as_echo_n "(cached) " >&6
6581else
6582 if test -n "$ac_ct_OBJDUMP"; then
6583 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
6584else
6585as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6586for as_dir in $PATH
6587do
6588 IFS=$as_save_IFS
6589 test -z "$as_dir" && as_dir=.
6590 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6591 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6592 ac_cv_prog_ac_ct_OBJDUMP="objdump"
6593 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6594 break 2
6595 fi
6596done
6597 done
6598IFS=$as_save_IFS
6599
6600fi
6601fi
6602ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
6603if test -n "$ac_ct_OBJDUMP"; then
6604 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
6605$as_echo "$ac_ct_OBJDUMP" >&6; }
6606else
6607 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6608$as_echo "no" >&6; }
6609fi
6610
6611 if test "x$ac_ct_OBJDUMP" = x; then
6612 OBJDUMP="false"
6613 else
6614 case $cross_compiling:$ac_tool_warned in
6615yes:)
6616{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6617$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6618ac_tool_warned=yes ;;
6619esac
6620 OBJDUMP=$ac_ct_OBJDUMP
6621 fi
6622else
6623 OBJDUMP="$ac_cv_prog_OBJDUMP"
6624fi
6625
6626test -z "$OBJDUMP" && OBJDUMP=objdump
6627
6628
6629
6630
6631
6632
6633
6634
6635
6636{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
6637$as_echo_n "checking how to recognize dependent libraries... " >&6; }
d0ac1c44 6638if ${lt_cv_deplibs_check_method+:} false; then :
6bb11ab3
L
6639 $as_echo_n "(cached) " >&6
6640else
6641 lt_cv_file_magic_cmd='$MAGIC_CMD'
6642lt_cv_file_magic_test_file=
6643lt_cv_deplibs_check_method='unknown'
6644# Need to set the preceding variable on all platforms that support
6645# interlibrary dependencies.
6646# 'none' -- dependencies not supported.
6647# `unknown' -- same as none, but documents that we really don't know.
6648# 'pass_all' -- all dependencies passed with no checks.
6649# 'test_compile' -- check by making test program.
6650# 'file_magic [[regex]]' -- check by looking for files in library path
6651# which responds to the $file_magic_cmd with a given extended regex.
6652# If you have `file' or equivalent on your system and you're not sure
6653# whether `pass_all' will *always* work, you probably want this one.
6654
6655case $host_os in
6656aix[4-9]*)
6657 lt_cv_deplibs_check_method=pass_all
6658 ;;
6659
6660beos*)
6661 lt_cv_deplibs_check_method=pass_all
6662 ;;
6663
6664bsdi[45]*)
6665 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
6666 lt_cv_file_magic_cmd='/usr/bin/file -L'
6667 lt_cv_file_magic_test_file=/shlib/libc.so
6668 ;;
6669
6670cygwin*)
6671 # func_win32_libid is a shell function defined in ltmain.sh
6672 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6673 lt_cv_file_magic_cmd='func_win32_libid'
6674 ;;
6675
6676mingw* | pw32*)
6677 # Base MSYS/MinGW do not provide the 'file' command needed by
6678 # func_win32_libid shell function, so use a weaker test based on 'objdump',
6679 # unless we find 'file', for example because we are cross-compiling.
6680 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
6681 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
6682 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
6683 lt_cv_file_magic_cmd='func_win32_libid'
6684 else
6685 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
6686 lt_cv_file_magic_cmd='$OBJDUMP -f'
6687 fi
6688 ;;
6689
6690cegcc*)
6691 # use the weaker test based on 'objdump'. See mingw*.
6692 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
6693 lt_cv_file_magic_cmd='$OBJDUMP -f'
6694 ;;
6695
6696darwin* | rhapsody*)
6697 lt_cv_deplibs_check_method=pass_all
6698 ;;
6699
6700freebsd* | dragonfly*)
6701 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6702 case $host_cpu in
6703 i*86 )
6704 # Not sure whether the presence of OpenBSD here was a mistake.
6705 # Let's accept both of them until this is cleared up.
6706 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
6707 lt_cv_file_magic_cmd=/usr/bin/file
6708 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
6709 ;;
6710 esac
6711 else
6712 lt_cv_deplibs_check_method=pass_all
6713 fi
6714 ;;
6715
6716gnu*)
6717 lt_cv_deplibs_check_method=pass_all
6718 ;;
6719
6720haiku*)
6721 lt_cv_deplibs_check_method=pass_all
6722 ;;
6723
6724hpux10.20* | hpux11*)
6725 lt_cv_file_magic_cmd=/usr/bin/file
6726 case $host_cpu in
6727 ia64*)
6728 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
6729 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
6730 ;;
6731 hppa*64*)
6732 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]'
6733 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
6734 ;;
6735 *)
6736 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
6737 lt_cv_file_magic_test_file=/usr/lib/libc.sl
6738 ;;
6739 esac
6740 ;;
6741
6742interix[3-9]*)
6743 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
6744 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
6745 ;;
6746
6747irix5* | irix6* | nonstopux*)
6748 case $LD in
6749 *-32|*"-32 ") libmagic=32-bit;;
6750 *-n32|*"-n32 ") libmagic=N32;;
6751 *-64|*"-64 ") libmagic=64-bit;;
6752 *) libmagic=never-match;;
6753 esac
6754 lt_cv_deplibs_check_method=pass_all
6755 ;;
6756
6757# This must be Linux ELF.
6758linux* | k*bsd*-gnu | kopensolaris*-gnu)
6759 lt_cv_deplibs_check_method=pass_all
6760 ;;
6761
6762netbsd*)
6763 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
6764 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6765 else
6766 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
6767 fi
6768 ;;
6769
6770newos6*)
6771 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
6772 lt_cv_file_magic_cmd=/usr/bin/file
6773 lt_cv_file_magic_test_file=/usr/lib/libnls.so
6774 ;;
6775
6776*nto* | *qnx*)
6777 lt_cv_deplibs_check_method=pass_all
6778 ;;
6779
6780openbsd*)
6781 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
6782 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
6783 else
6784 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
6785 fi
6786 ;;
6787
6788osf3* | osf4* | osf5*)
6789 lt_cv_deplibs_check_method=pass_all
6790 ;;
6791
6792rdos*)
6793 lt_cv_deplibs_check_method=pass_all
6794 ;;
6795
6796solaris*)
6797 lt_cv_deplibs_check_method=pass_all
6798 ;;
6799
6800sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
6801 lt_cv_deplibs_check_method=pass_all
6802 ;;
6803
6804sysv4 | sysv4.3*)
6805 case $host_vendor in
6806 motorola)
6807 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]'
6808 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
6809 ;;
6810 ncr)
6811 lt_cv_deplibs_check_method=pass_all
6812 ;;
6813 sequent)
6814 lt_cv_file_magic_cmd='/bin/file'
6815 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
6816 ;;
6817 sni)
6818 lt_cv_file_magic_cmd='/bin/file'
6819 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
6820 lt_cv_file_magic_test_file=/lib/libc.so
6821 ;;
6822 siemens)
6823 lt_cv_deplibs_check_method=pass_all
6824 ;;
6825 pc)
6826 lt_cv_deplibs_check_method=pass_all
6827 ;;
6828 esac
6829 ;;
6830
6831tpf*)
6832 lt_cv_deplibs_check_method=pass_all
6833 ;;
6834esac
6835
6836fi
6837{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
6838$as_echo "$lt_cv_deplibs_check_method" >&6; }
6839file_magic_cmd=$lt_cv_file_magic_cmd
6840deplibs_check_method=$lt_cv_deplibs_check_method
6841test -z "$deplibs_check_method" && deplibs_check_method=unknown
6842
6843
6844
6845
6846
6847
6848
6849
6850
6851
6852
6853
6854if test -n "$ac_tool_prefix"; then
6855 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6856set dummy ${ac_tool_prefix}ar; ac_word=$2
6857{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6858$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6859if ${ac_cv_prog_AR+:} false; then :
6bb11ab3
L
6860 $as_echo_n "(cached) " >&6
6861else
6862 if test -n "$AR"; then
6863 ac_cv_prog_AR="$AR" # Let the user override the test.
6864else
6865as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6866for as_dir in $PATH
6867do
6868 IFS=$as_save_IFS
6869 test -z "$as_dir" && as_dir=.
6870 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6871 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6872 ac_cv_prog_AR="${ac_tool_prefix}ar"
6873 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6874 break 2
6875 fi
6876done
6877 done
6878IFS=$as_save_IFS
6879
6880fi
6881fi
6882AR=$ac_cv_prog_AR
6883if test -n "$AR"; then
6884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
6885$as_echo "$AR" >&6; }
6886else
6887 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6888$as_echo "no" >&6; }
6889fi
6890
6891
6892fi
6893if test -z "$ac_cv_prog_AR"; then
6894 ac_ct_AR=$AR
6895 # Extract the first word of "ar", so it can be a program name with args.
6896set dummy ar; ac_word=$2
6897{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6898$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6899if ${ac_cv_prog_ac_ct_AR+:} false; then :
6bb11ab3
L
6900 $as_echo_n "(cached) " >&6
6901else
6902 if test -n "$ac_ct_AR"; then
6903 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6904else
6905as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6906for as_dir in $PATH
6907do
6908 IFS=$as_save_IFS
6909 test -z "$as_dir" && as_dir=.
6910 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6911 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6912 ac_cv_prog_ac_ct_AR="ar"
6913 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6914 break 2
6915 fi
6916done
6917 done
6918IFS=$as_save_IFS
6919
6920fi
6921fi
6922ac_ct_AR=$ac_cv_prog_ac_ct_AR
6923if test -n "$ac_ct_AR"; then
6924 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
6925$as_echo "$ac_ct_AR" >&6; }
6926else
6927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6928$as_echo "no" >&6; }
6929fi
6930
6931 if test "x$ac_ct_AR" = x; then
6932 AR="false"
6933 else
6934 case $cross_compiling:$ac_tool_warned in
6935yes:)
6936{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6937$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6938ac_tool_warned=yes ;;
6939esac
6940 AR=$ac_ct_AR
6941 fi
6942else
6943 AR="$ac_cv_prog_AR"
6944fi
6945
6946test -z "$AR" && AR=ar
6947test -z "$AR_FLAGS" && AR_FLAGS=cru
6948
6949
6950
6951
6952
6953
6954
6955
6956
6957
6958
6959if test -n "$ac_tool_prefix"; then
6960 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6961set dummy ${ac_tool_prefix}strip; ac_word=$2
6962{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6963$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 6964if ${ac_cv_prog_STRIP+:} false; then :
6bb11ab3
L
6965 $as_echo_n "(cached) " >&6
6966else
6967 if test -n "$STRIP"; then
6968 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6969else
6970as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6971for as_dir in $PATH
6972do
6973 IFS=$as_save_IFS
6974 test -z "$as_dir" && as_dir=.
6975 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 6976 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
6977 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6978 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6979 break 2
6980 fi
6981done
6982 done
6983IFS=$as_save_IFS
6984
6985fi
6986fi
6987STRIP=$ac_cv_prog_STRIP
6988if test -n "$STRIP"; then
6989 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
6990$as_echo "$STRIP" >&6; }
6991else
6992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6993$as_echo "no" >&6; }
6994fi
6995
6996
6997fi
6998if test -z "$ac_cv_prog_STRIP"; then
6999 ac_ct_STRIP=$STRIP
7000 # Extract the first word of "strip", so it can be a program name with args.
7001set dummy strip; ac_word=$2
7002{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7003$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7004if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
6bb11ab3
L
7005 $as_echo_n "(cached) " >&6
7006else
7007 if test -n "$ac_ct_STRIP"; then
7008 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
7009else
7010as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7011for as_dir in $PATH
7012do
7013 IFS=$as_save_IFS
7014 test -z "$as_dir" && as_dir=.
7015 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7016 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7017 ac_cv_prog_ac_ct_STRIP="strip"
7018 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7019 break 2
7020 fi
7021done
7022 done
7023IFS=$as_save_IFS
7024
7025fi
7026fi
7027ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
7028if test -n "$ac_ct_STRIP"; then
7029 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
7030$as_echo "$ac_ct_STRIP" >&6; }
7031else
7032 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7033$as_echo "no" >&6; }
7034fi
7035
7036 if test "x$ac_ct_STRIP" = x; then
7037 STRIP=":"
7038 else
7039 case $cross_compiling:$ac_tool_warned in
7040yes:)
7041{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7042$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7043ac_tool_warned=yes ;;
7044esac
7045 STRIP=$ac_ct_STRIP
7046 fi
7047else
7048 STRIP="$ac_cv_prog_STRIP"
7049fi
7050
7051test -z "$STRIP" && STRIP=:
7052
7053
7054
7055
7056
7057
7058if test -n "$ac_tool_prefix"; then
7059 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
7060set dummy ${ac_tool_prefix}ranlib; ac_word=$2
7061{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7062$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7063if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
7064 $as_echo_n "(cached) " >&6
7065else
7066 if test -n "$RANLIB"; then
7067 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
7068else
7069as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7070for as_dir in $PATH
7071do
7072 IFS=$as_save_IFS
7073 test -z "$as_dir" && as_dir=.
7074 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7075 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7076 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7077 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7078 break 2
7079 fi
7080done
7081 done
7082IFS=$as_save_IFS
7083
7084fi
7085fi
7086RANLIB=$ac_cv_prog_RANLIB
7087if test -n "$RANLIB"; then
7088 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
7089$as_echo "$RANLIB" >&6; }
7090else
7091 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7092$as_echo "no" >&6; }
7093fi
7094
7095
7096fi
7097if test -z "$ac_cv_prog_RANLIB"; then
7098 ac_ct_RANLIB=$RANLIB
7099 # Extract the first word of "ranlib", so it can be a program name with args.
7100set dummy ranlib; ac_word=$2
7101{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7102$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7103if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
7104 $as_echo_n "(cached) " >&6
7105else
7106 if test -n "$ac_ct_RANLIB"; then
7107 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
7108else
7109as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7110for as_dir in $PATH
7111do
7112 IFS=$as_save_IFS
7113 test -z "$as_dir" && as_dir=.
7114 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7115 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7116 ac_cv_prog_ac_ct_RANLIB="ranlib"
7117 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7118 break 2
7119 fi
7120done
7121 done
7122IFS=$as_save_IFS
7123
7124fi
7125fi
7126ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
7127if test -n "$ac_ct_RANLIB"; then
7128 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
7129$as_echo "$ac_ct_RANLIB" >&6; }
7130else
7131 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7132$as_echo "no" >&6; }
7133fi
7134
7135 if test "x$ac_ct_RANLIB" = x; then
7136 RANLIB=":"
7137 else
7138 case $cross_compiling:$ac_tool_warned in
7139yes:)
7140{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7141$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7142ac_tool_warned=yes ;;
7143esac
7144 RANLIB=$ac_ct_RANLIB
7145 fi
7146else
7147 RANLIB="$ac_cv_prog_RANLIB"
7148fi
7149
7150test -z "$RANLIB" && RANLIB=:
7151
7152
7153
7154
7155
7156
7157# Determine commands to create old-style static archives.
7158old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
7159old_postinstall_cmds='chmod 644 $oldlib'
7160old_postuninstall_cmds=
7161
7162if test -n "$RANLIB"; then
7163 case $host_os in
7164 openbsd*)
7165 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
7166 ;;
7167 *)
7168 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
7169 ;;
7170 esac
7171 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
7172fi
7173
7174case $host_os in
7175 darwin*)
7176 lock_old_archive_extraction=yes ;;
7177 *)
7178 lock_old_archive_extraction=no ;;
7179esac
7180
7181
7182
7183
7184
7185
7186
7187
7188
7189
7190
7191
7192
7193
7194
7195
7196
7197
7198
7199
7200
7201for ac_prog in gawk mawk nawk awk
7202do
7203 # Extract the first word of "$ac_prog", so it can be a program name with args.
7204set dummy $ac_prog; ac_word=$2
7205{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7206$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7207if ${ac_cv_prog_AWK+:} false; then :
6bb11ab3
L
7208 $as_echo_n "(cached) " >&6
7209else
7210 if test -n "$AWK"; then
7211 ac_cv_prog_AWK="$AWK" # Let the user override the test.
7212else
7213as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7214for as_dir in $PATH
7215do
7216 IFS=$as_save_IFS
7217 test -z "$as_dir" && as_dir=.
7218 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7219 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7220 ac_cv_prog_AWK="$ac_prog"
7221 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7222 break 2
7223 fi
7224done
7225 done
7226IFS=$as_save_IFS
7227
7228fi
7229fi
7230AWK=$ac_cv_prog_AWK
7231if test -n "$AWK"; then
7232 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
7233$as_echo "$AWK" >&6; }
7234else
7235 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7236$as_echo "no" >&6; }
7237fi
7238
7239
7240 test -n "$AWK" && break
7241done
7242
7243
7244
7245
7246
7247
7248
7249
7250
7251
7252
7253
7254
7255
7256
7257
7258
7259
7260
7261# If no C compiler was specified, use CC.
7262LTCC=${LTCC-"$CC"}
7263
7264# If no C compiler flags were specified, use CFLAGS.
7265LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7266
7267# Allow CC to be a program name with arguments.
7268compiler=$CC
7269
7270
7271# Check for command to grab the raw symbol name followed by C symbol from nm.
7272{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
7273$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
d0ac1c44 7274if ${lt_cv_sys_global_symbol_pipe+:} false; then :
6bb11ab3
L
7275 $as_echo_n "(cached) " >&6
7276else
7277
7278# These are sane defaults that work on at least a few old systems.
7279# [They come from Ultrix. What could be older than Ultrix?!! ;)]
7280
7281# Character class describing NM global symbol codes.
7282symcode='[BCDEGRST]'
7283
7284# Regexp to match symbols that can be accessed directly from C.
7285sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
7286
7287# Define system-specific variables.
7288case $host_os in
7289aix*)
7290 symcode='[BCDT]'
7291 ;;
7292cygwin* | mingw* | pw32* | cegcc*)
7293 symcode='[ABCDGISTW]'
7294 ;;
7295hpux*)
7296 if test "$host_cpu" = ia64; then
7297 symcode='[ABCDEGRST]'
7298 fi
7299 ;;
7300irix* | nonstopux*)
7301 symcode='[BCDEGRST]'
7302 ;;
7303osf*)
7304 symcode='[BCDEGQRST]'
7305 ;;
7306solaris*)
7307 symcode='[BDRT]'
7308 ;;
7309sco3.2v5*)
7310 symcode='[DT]'
7311 ;;
7312sysv4.2uw2*)
7313 symcode='[DT]'
7314 ;;
7315sysv5* | sco5v6* | unixware* | OpenUNIX*)
7316 symcode='[ABDT]'
7317 ;;
7318sysv4)
7319 symcode='[DFNSTU]'
7320 ;;
7321esac
7322
7323# If we're using GNU nm, then use its standard symbol codes.
7324case `$NM -V 2>&1` in
7325*GNU* | *'with BFD'*)
7326 symcode='[ABCDGIRSTW]' ;;
7327esac
7328
7329# Transform an extracted symbol line into a proper C declaration.
7330# Some systems (esp. on ia64) link data and code symbols differently,
7331# so use this general approach.
7332lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
7333
7334# Transform an extracted symbol line into symbol name and symbol address
7335lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
7336lt_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'"
7337
7338# Handle CRLF in mingw tool chain
7339opt_cr=
7340case $build_os in
7341mingw*)
7342 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
7343 ;;
7344esac
7345
7346# Try without a prefix underscore, then with it.
7347for ac_symprfx in "" "_"; do
7348
7349 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
7350 symxfrm="\\1 $ac_symprfx\\2 \\2"
7351
7352 # Write the raw and C identifiers.
7353 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
7354 # Fake it for dumpbin and say T for any non-static function
7355 # and D for any global variable.
7356 # Also find C++ and __fastcall symbols from MSVC++,
7357 # which start with @ or ?.
7358 lt_cv_sys_global_symbol_pipe="$AWK '"\
7359" {last_section=section; section=\$ 3};"\
7360" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
7361" \$ 0!~/External *\|/{next};"\
7362" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
7363" {if(hide[section]) next};"\
7364" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
7365" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
7366" s[1]~/^[@?]/{print s[1], s[1]; next};"\
7367" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
7368" ' prfx=^$ac_symprfx"
7369 else
7370 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
7371 fi
7372
7373 # Check to see that the pipe works correctly.
7374 pipe_works=no
7375
7376 rm -f conftest*
7377 cat > conftest.$ac_ext <<_LT_EOF
7378#ifdef __cplusplus
7379extern "C" {
7380#endif
7381char nm_test_var;
7382void nm_test_func(void);
7383void nm_test_func(void){}
7384#ifdef __cplusplus
7385}
7386#endif
7387int main(){nm_test_var='a';nm_test_func();return(0);}
7388_LT_EOF
7389
7390 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7391 (eval $ac_compile) 2>&5
7392 ac_status=$?
7393 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7394 test $ac_status = 0; }; then
7395 # Now try to grab the symbols.
7396 nlist=conftest.nm
7397 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
7398 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
7399 ac_status=$?
7400 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7401 test $ac_status = 0; } && test -s "$nlist"; then
7402 # Try sorting and uniquifying the output.
7403 if sort "$nlist" | uniq > "$nlist"T; then
7404 mv -f "$nlist"T "$nlist"
7405 else
7406 rm -f "$nlist"T
7407 fi
7408
7409 # Make sure that we snagged all the symbols we need.
7410 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
7411 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
7412 cat <<_LT_EOF > conftest.$ac_ext
7413#ifdef __cplusplus
7414extern "C" {
7415#endif
7416
7417_LT_EOF
7418 # Now generate the symbol file.
7419 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
7420
7421 cat <<_LT_EOF >> conftest.$ac_ext
7422
7423/* The mapping between symbol names and symbols. */
7424const struct {
7425 const char *name;
7426 void *address;
7427}
7428lt__PROGRAM__LTX_preloaded_symbols[] =
7429{
7430 { "@PROGRAM@", (void *) 0 },
7431_LT_EOF
7432 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
7433 cat <<\_LT_EOF >> conftest.$ac_ext
7434 {0, (void *) 0}
7435};
7436
7437/* This works around a problem in FreeBSD linker */
7438#ifdef FREEBSD_WORKAROUND
7439static const void *lt_preloaded_setup() {
7440 return lt__PROGRAM__LTX_preloaded_symbols;
7441}
7442#endif
7443
7444#ifdef __cplusplus
7445}
7446#endif
7447_LT_EOF
7448 # Now try linking the two files.
7449 mv conftest.$ac_objext conftstm.$ac_objext
7450 lt_save_LIBS="$LIBS"
7451 lt_save_CFLAGS="$CFLAGS"
7452 LIBS="conftstm.$ac_objext"
7453 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
7454 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
7455 (eval $ac_link) 2>&5
7456 ac_status=$?
7457 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7458 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
7459 pipe_works=yes
7460 fi
7461 LIBS="$lt_save_LIBS"
7462 CFLAGS="$lt_save_CFLAGS"
7463 else
7464 echo "cannot find nm_test_func in $nlist" >&5
7465 fi
7466 else
7467 echo "cannot find nm_test_var in $nlist" >&5
7468 fi
7469 else
7470 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
7471 fi
7472 else
7473 echo "$progname: failed program was:" >&5
7474 cat conftest.$ac_ext >&5
7475 fi
7476 rm -rf conftest* conftst*
7477
7478 # Do not use the global_symbol_pipe unless it works.
7479 if test "$pipe_works" = yes; then
7480 break
7481 else
7482 lt_cv_sys_global_symbol_pipe=
7483 fi
7484done
7485
7486fi
7487
7488if test -z "$lt_cv_sys_global_symbol_pipe"; then
7489 lt_cv_sys_global_symbol_to_cdecl=
7490fi
7491if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
7492 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
7493$as_echo "failed" >&6; }
7494else
7495 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
7496$as_echo "ok" >&6; }
7497fi
7498
7499
7500
7501
7502
7503
7504
7505
7506
7507
7508
7509
7510
7511
7512
7513
7514
7515
7516
7517
7518
7519
7520# Check whether --enable-libtool-lock was given.
7521if test "${enable_libtool_lock+set}" = set; then :
7522 enableval=$enable_libtool_lock;
7523fi
7524
7525test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
7526
7527# Some flags need to be propagated to the compiler or linker for good
7528# libtool support.
7529case $host in
7530ia64-*-hpux*)
7531 # Find out which ABI we are using.
7532 echo 'int i;' > conftest.$ac_ext
7533 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7534 (eval $ac_compile) 2>&5
7535 ac_status=$?
7536 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7537 test $ac_status = 0; }; then
7538 case `/usr/bin/file conftest.$ac_objext` in
7539 *ELF-32*)
7540 HPUX_IA64_MODE="32"
7541 ;;
7542 *ELF-64*)
7543 HPUX_IA64_MODE="64"
7544 ;;
7545 esac
7546 fi
7547 rm -rf conftest*
7548 ;;
7549*-*-irix6*)
7550 # Find out which ABI we are using.
7551 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
7552 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7553 (eval $ac_compile) 2>&5
7554 ac_status=$?
7555 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7556 test $ac_status = 0; }; then
7557 if test "$lt_cv_prog_gnu_ld" = yes; then
7558 case `/usr/bin/file conftest.$ac_objext` in
7559 *32-bit*)
7560 LD="${LD-ld} -melf32bsmip"
7561 ;;
7562 *N32*)
7563 LD="${LD-ld} -melf32bmipn32"
7564 ;;
7565 *64-bit*)
7566 LD="${LD-ld} -melf64bmip"
7567 ;;
7568 esac
7569 else
7570 case `/usr/bin/file conftest.$ac_objext` in
7571 *32-bit*)
7572 LD="${LD-ld} -32"
7573 ;;
7574 *N32*)
7575 LD="${LD-ld} -n32"
7576 ;;
7577 *64-bit*)
7578 LD="${LD-ld} -64"
7579 ;;
7580 esac
7581 fi
7582 fi
7583 rm -rf conftest*
7584 ;;
7585
bf3d9781 7586x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
6bb11ab3
L
7587s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
7588 # Find out which ABI we are using.
7589 echo 'int i;' > conftest.$ac_ext
7590 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7591 (eval $ac_compile) 2>&5
7592 ac_status=$?
7593 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7594 test $ac_status = 0; }; then
7595 case `/usr/bin/file conftest.o` in
7596 *32-bit*)
7597 case $host in
7598 x86_64-*kfreebsd*-gnu)
7599 LD="${LD-ld} -m elf_i386_fbsd"
7600 ;;
7601 x86_64-*linux*)
7602 case `/usr/bin/file conftest.o` in
7603 *x86-64*)
7604 LD="${LD-ld} -m elf32_x86_64"
7605 ;;
7606 *)
7607 LD="${LD-ld} -m elf_i386"
7608 ;;
7609 esac
7610 ;;
bf3d9781
AM
7611 powerpc64le-*linux*)
7612 LD="${LD-ld} -m elf32lppclinux"
7613 ;;
7614 powerpc64-*linux*)
6bb11ab3
L
7615 LD="${LD-ld} -m elf32ppclinux"
7616 ;;
7617 s390x-*linux*)
7618 LD="${LD-ld} -m elf_s390"
7619 ;;
7620 sparc64-*linux*)
7621 LD="${LD-ld} -m elf32_sparc"
7622 ;;
7623 esac
7624 ;;
7625 *64-bit*)
7626 case $host in
7627 x86_64-*kfreebsd*-gnu)
7628 LD="${LD-ld} -m elf_x86_64_fbsd"
7629 ;;
7630 x86_64-*linux*)
7631 LD="${LD-ld} -m elf_x86_64"
7632 ;;
bf3d9781
AM
7633 powerpcle-*linux*)
7634 LD="${LD-ld} -m elf64lppc"
7635 ;;
7636 powerpc-*linux*)
6bb11ab3
L
7637 LD="${LD-ld} -m elf64ppc"
7638 ;;
7639 s390*-*linux*|s390*-*tpf*)
7640 LD="${LD-ld} -m elf64_s390"
7641 ;;
7642 sparc*-*linux*)
7643 LD="${LD-ld} -m elf64_sparc"
7644 ;;
7645 esac
7646 ;;
7647 esac
7648 fi
7649 rm -rf conftest*
7650 ;;
7651
7652*-*-sco3.2v5*)
7653 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
7654 SAVE_CFLAGS="$CFLAGS"
7655 CFLAGS="$CFLAGS -belf"
7656 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
7657$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
d0ac1c44 7658if ${lt_cv_cc_needs_belf+:} false; then :
6bb11ab3
L
7659 $as_echo_n "(cached) " >&6
7660else
7661 ac_ext=c
7662ac_cpp='$CPP $CPPFLAGS'
7663ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7664ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7665ac_compiler_gnu=$ac_cv_c_compiler_gnu
7666
7667 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7668/* end confdefs.h. */
7669
7670int
7671main ()
7672{
7673
7674 ;
7675 return 0;
7676}
7677_ACEOF
7678if ac_fn_c_try_link "$LINENO"; then :
7679 lt_cv_cc_needs_belf=yes
7680else
7681 lt_cv_cc_needs_belf=no
7682fi
7683rm -f core conftest.err conftest.$ac_objext \
7684 conftest$ac_exeext conftest.$ac_ext
7685 ac_ext=c
7686ac_cpp='$CPP $CPPFLAGS'
7687ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7688ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7689ac_compiler_gnu=$ac_cv_c_compiler_gnu
7690
7691fi
7692{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
7693$as_echo "$lt_cv_cc_needs_belf" >&6; }
7694 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
7695 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
7696 CFLAGS="$SAVE_CFLAGS"
7697 fi
7698 ;;
7699sparc*-*solaris*)
7700 # Find out which ABI we are using.
7701 echo 'int i;' > conftest.$ac_ext
7702 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
7703 (eval $ac_compile) 2>&5
7704 ac_status=$?
7705 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
7706 test $ac_status = 0; }; then
7707 case `/usr/bin/file conftest.o` in
7708 *64-bit*)
7709 case $lt_cv_prog_gnu_ld in
7710 yes*) LD="${LD-ld} -m elf64_sparc" ;;
7711 *)
7712 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
7713 LD="${LD-ld} -64"
7714 fi
7715 ;;
7716 esac
7717 ;;
7718 esac
7719 fi
7720 rm -rf conftest*
7721 ;;
7722esac
7723
7724need_locks="$enable_libtool_lock"
7725
7726
7727 case $host_os in
7728 rhapsody* | darwin*)
7729 if test -n "$ac_tool_prefix"; then
7730 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
7731set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
7732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7733$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7734if ${ac_cv_prog_DSYMUTIL+:} false; then :
6bb11ab3
L
7735 $as_echo_n "(cached) " >&6
7736else
7737 if test -n "$DSYMUTIL"; then
7738 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
7739else
7740as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7741for as_dir in $PATH
7742do
7743 IFS=$as_save_IFS
7744 test -z "$as_dir" && as_dir=.
7745 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7746 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7747 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7748 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7749 break 2
7750 fi
7751done
7752 done
7753IFS=$as_save_IFS
7754
7755fi
7756fi
7757DSYMUTIL=$ac_cv_prog_DSYMUTIL
7758if test -n "$DSYMUTIL"; then
7759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
7760$as_echo "$DSYMUTIL" >&6; }
7761else
7762 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7763$as_echo "no" >&6; }
7764fi
7765
7766
7767fi
7768if test -z "$ac_cv_prog_DSYMUTIL"; then
7769 ac_ct_DSYMUTIL=$DSYMUTIL
7770 # Extract the first word of "dsymutil", so it can be a program name with args.
7771set dummy dsymutil; ac_word=$2
7772{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7773$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7774if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
6bb11ab3
L
7775 $as_echo_n "(cached) " >&6
7776else
7777 if test -n "$ac_ct_DSYMUTIL"; then
7778 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
7779else
7780as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7781for as_dir in $PATH
7782do
7783 IFS=$as_save_IFS
7784 test -z "$as_dir" && as_dir=.
7785 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7786 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7787 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7788 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7789 break 2
7790 fi
7791done
7792 done
7793IFS=$as_save_IFS
7794
7795fi
7796fi
7797ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
7798if test -n "$ac_ct_DSYMUTIL"; then
7799 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
7800$as_echo "$ac_ct_DSYMUTIL" >&6; }
7801else
7802 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7803$as_echo "no" >&6; }
7804fi
7805
7806 if test "x$ac_ct_DSYMUTIL" = x; then
7807 DSYMUTIL=":"
7808 else
7809 case $cross_compiling:$ac_tool_warned in
7810yes:)
7811{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7812$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7813ac_tool_warned=yes ;;
7814esac
7815 DSYMUTIL=$ac_ct_DSYMUTIL
7816 fi
7817else
7818 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
7819fi
7820
7821 if test -n "$ac_tool_prefix"; then
7822 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
7823set dummy ${ac_tool_prefix}nmedit; ac_word=$2
7824{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7825$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7826if ${ac_cv_prog_NMEDIT+:} false; then :
6bb11ab3
L
7827 $as_echo_n "(cached) " >&6
7828else
7829 if test -n "$NMEDIT"; then
7830 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
7831else
7832as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7833for as_dir in $PATH
7834do
7835 IFS=$as_save_IFS
7836 test -z "$as_dir" && as_dir=.
7837 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7838 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7839 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7840 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7841 break 2
7842 fi
7843done
7844 done
7845IFS=$as_save_IFS
7846
7847fi
7848fi
7849NMEDIT=$ac_cv_prog_NMEDIT
7850if test -n "$NMEDIT"; then
7851 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
7852$as_echo "$NMEDIT" >&6; }
7853else
7854 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7855$as_echo "no" >&6; }
7856fi
7857
7858
7859fi
7860if test -z "$ac_cv_prog_NMEDIT"; then
7861 ac_ct_NMEDIT=$NMEDIT
7862 # Extract the first word of "nmedit", so it can be a program name with args.
7863set dummy nmedit; ac_word=$2
7864{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7865$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7866if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
6bb11ab3
L
7867 $as_echo_n "(cached) " >&6
7868else
7869 if test -n "$ac_ct_NMEDIT"; then
7870 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
7871else
7872as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7873for as_dir in $PATH
7874do
7875 IFS=$as_save_IFS
7876 test -z "$as_dir" && as_dir=.
7877 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7878 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7879 ac_cv_prog_ac_ct_NMEDIT="nmedit"
7880 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7881 break 2
7882 fi
7883done
7884 done
7885IFS=$as_save_IFS
7886
7887fi
7888fi
7889ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
7890if test -n "$ac_ct_NMEDIT"; then
7891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
7892$as_echo "$ac_ct_NMEDIT" >&6; }
7893else
7894 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7895$as_echo "no" >&6; }
7896fi
7897
7898 if test "x$ac_ct_NMEDIT" = x; then
7899 NMEDIT=":"
7900 else
7901 case $cross_compiling:$ac_tool_warned in
7902yes:)
7903{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7904$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7905ac_tool_warned=yes ;;
7906esac
7907 NMEDIT=$ac_ct_NMEDIT
7908 fi
7909else
7910 NMEDIT="$ac_cv_prog_NMEDIT"
7911fi
7912
7913 if test -n "$ac_tool_prefix"; then
7914 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
7915set dummy ${ac_tool_prefix}lipo; ac_word=$2
7916{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7917$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7918if ${ac_cv_prog_LIPO+:} false; then :
6bb11ab3
L
7919 $as_echo_n "(cached) " >&6
7920else
7921 if test -n "$LIPO"; then
7922 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
7923else
7924as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7925for as_dir in $PATH
7926do
7927 IFS=$as_save_IFS
7928 test -z "$as_dir" && as_dir=.
7929 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7930 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7931 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7932 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7933 break 2
7934 fi
7935done
7936 done
7937IFS=$as_save_IFS
7938
7939fi
7940fi
7941LIPO=$ac_cv_prog_LIPO
7942if test -n "$LIPO"; then
7943 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
7944$as_echo "$LIPO" >&6; }
7945else
7946 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7947$as_echo "no" >&6; }
7948fi
7949
7950
7951fi
7952if test -z "$ac_cv_prog_LIPO"; then
7953 ac_ct_LIPO=$LIPO
7954 # Extract the first word of "lipo", so it can be a program name with args.
7955set dummy lipo; ac_word=$2
7956{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
7957$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 7958if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
6bb11ab3
L
7959 $as_echo_n "(cached) " >&6
7960else
7961 if test -n "$ac_ct_LIPO"; then
7962 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
7963else
7964as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7965for as_dir in $PATH
7966do
7967 IFS=$as_save_IFS
7968 test -z "$as_dir" && as_dir=.
7969 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 7970 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
7971 ac_cv_prog_ac_ct_LIPO="lipo"
7972 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7973 break 2
7974 fi
7975done
7976 done
7977IFS=$as_save_IFS
7978
7979fi
7980fi
7981ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
7982if test -n "$ac_ct_LIPO"; then
7983 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
7984$as_echo "$ac_ct_LIPO" >&6; }
7985else
7986 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7987$as_echo "no" >&6; }
7988fi
7989
7990 if test "x$ac_ct_LIPO" = x; then
7991 LIPO=":"
7992 else
7993 case $cross_compiling:$ac_tool_warned in
7994yes:)
7995{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
7996$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7997ac_tool_warned=yes ;;
7998esac
7999 LIPO=$ac_ct_LIPO
8000 fi
8001else
8002 LIPO="$ac_cv_prog_LIPO"
8003fi
8004
8005 if test -n "$ac_tool_prefix"; then
8006 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
8007set dummy ${ac_tool_prefix}otool; ac_word=$2
8008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8009$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8010if ${ac_cv_prog_OTOOL+:} false; then :
6bb11ab3
L
8011 $as_echo_n "(cached) " >&6
8012else
8013 if test -n "$OTOOL"; then
8014 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
8015else
8016as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8017for as_dir in $PATH
8018do
8019 IFS=$as_save_IFS
8020 test -z "$as_dir" && as_dir=.
8021 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8022 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8023 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8024 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8025 break 2
8026 fi
8027done
8028 done
8029IFS=$as_save_IFS
8030
8031fi
8032fi
8033OTOOL=$ac_cv_prog_OTOOL
8034if test -n "$OTOOL"; then
8035 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8036$as_echo "$OTOOL" >&6; }
8037else
8038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8039$as_echo "no" >&6; }
8040fi
8041
8042
8043fi
8044if test -z "$ac_cv_prog_OTOOL"; then
8045 ac_ct_OTOOL=$OTOOL
8046 # Extract the first word of "otool", so it can be a program name with args.
8047set dummy otool; ac_word=$2
8048{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8049$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8050if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
6bb11ab3
L
8051 $as_echo_n "(cached) " >&6
8052else
8053 if test -n "$ac_ct_OTOOL"; then
8054 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
8055else
8056as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8057for as_dir in $PATH
8058do
8059 IFS=$as_save_IFS
8060 test -z "$as_dir" && as_dir=.
8061 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8062 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8063 ac_cv_prog_ac_ct_OTOOL="otool"
8064 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8065 break 2
8066 fi
8067done
8068 done
8069IFS=$as_save_IFS
8070
8071fi
8072fi
8073ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
8074if test -n "$ac_ct_OTOOL"; then
8075 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8076$as_echo "$ac_ct_OTOOL" >&6; }
8077else
8078 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8079$as_echo "no" >&6; }
8080fi
8081
8082 if test "x$ac_ct_OTOOL" = x; then
8083 OTOOL=":"
8084 else
8085 case $cross_compiling:$ac_tool_warned in
8086yes:)
8087{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8088$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8089ac_tool_warned=yes ;;
8090esac
8091 OTOOL=$ac_ct_OTOOL
8092 fi
8093else
8094 OTOOL="$ac_cv_prog_OTOOL"
8095fi
8096
8097 if test -n "$ac_tool_prefix"; then
8098 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
8099set dummy ${ac_tool_prefix}otool64; ac_word=$2
8100{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8101$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8102if ${ac_cv_prog_OTOOL64+:} false; then :
6bb11ab3
L
8103 $as_echo_n "(cached) " >&6
8104else
8105 if test -n "$OTOOL64"; then
8106 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
8107else
8108as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8109for as_dir in $PATH
8110do
8111 IFS=$as_save_IFS
8112 test -z "$as_dir" && as_dir=.
8113 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8114 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8115 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8116 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8117 break 2
8118 fi
8119done
8120 done
8121IFS=$as_save_IFS
8122
8123fi
8124fi
8125OTOOL64=$ac_cv_prog_OTOOL64
8126if test -n "$OTOOL64"; then
8127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8128$as_echo "$OTOOL64" >&6; }
8129else
8130 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8131$as_echo "no" >&6; }
8132fi
8133
8134
8135fi
8136if test -z "$ac_cv_prog_OTOOL64"; then
8137 ac_ct_OTOOL64=$OTOOL64
8138 # Extract the first word of "otool64", so it can be a program name with args.
8139set dummy otool64; ac_word=$2
8140{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8141$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8142if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
6bb11ab3
L
8143 $as_echo_n "(cached) " >&6
8144else
8145 if test -n "$ac_ct_OTOOL64"; then
8146 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
8147else
8148as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8149for as_dir in $PATH
8150do
8151 IFS=$as_save_IFS
8152 test -z "$as_dir" && as_dir=.
8153 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8154 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8155 ac_cv_prog_ac_ct_OTOOL64="otool64"
8156 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8157 break 2
8158 fi
8159done
8160 done
8161IFS=$as_save_IFS
8162
8163fi
8164fi
8165ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
8166if test -n "$ac_ct_OTOOL64"; then
8167 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8168$as_echo "$ac_ct_OTOOL64" >&6; }
8169else
8170 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8171$as_echo "no" >&6; }
8172fi
8173
8174 if test "x$ac_ct_OTOOL64" = x; then
8175 OTOOL64=":"
8176 else
8177 case $cross_compiling:$ac_tool_warned in
8178yes:)
8179{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8180$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8181ac_tool_warned=yes ;;
8182esac
8183 OTOOL64=$ac_ct_OTOOL64
8184 fi
8185else
8186 OTOOL64="$ac_cv_prog_OTOOL64"
8187fi
8188
8189
8190
8191
8192
8193
8194
8195
8196
8197
8198
8199
8200
8201
8202
8203
8204
8205
8206
8207
8208
8209
8210
8211
8212
8213
8214
8215 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8216$as_echo_n "checking for -single_module linker flag... " >&6; }
d0ac1c44 8217if ${lt_cv_apple_cc_single_mod+:} false; then :
6bb11ab3
L
8218 $as_echo_n "(cached) " >&6
8219else
8220 lt_cv_apple_cc_single_mod=no
8221 if test -z "${LT_MULTI_MODULE}"; then
8222 # By default we will add the -single_module flag. You can override
8223 # by either setting the environment variable LT_MULTI_MODULE
8224 # non-empty at configure time, or by adding -multi_module to the
8225 # link flags.
8226 rm -rf libconftest.dylib*
8227 echo "int foo(void){return 1;}" > conftest.c
8228 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8229-dynamiclib -Wl,-single_module conftest.c" >&5
8230 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
8231 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
8232 _lt_result=$?
8233 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
8234 lt_cv_apple_cc_single_mod=yes
8235 else
8236 cat conftest.err >&5
8237 fi
8238 rm -rf libconftest.dylib*
8239 rm -f conftest.*
8240 fi
8241fi
8242{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8243$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
8244 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8245$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
d0ac1c44 8246if ${lt_cv_ld_exported_symbols_list+:} false; then :
6bb11ab3
L
8247 $as_echo_n "(cached) " >&6
8248else
8249 lt_cv_ld_exported_symbols_list=no
8250 save_LDFLAGS=$LDFLAGS
8251 echo "_main" > conftest.sym
8252 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
8253 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8254/* end confdefs.h. */
8255
8256int
8257main ()
8258{
8259
8260 ;
8261 return 0;
8262}
8263_ACEOF
8264if ac_fn_c_try_link "$LINENO"; then :
8265 lt_cv_ld_exported_symbols_list=yes
8266else
8267 lt_cv_ld_exported_symbols_list=no
8268fi
8269rm -f core conftest.err conftest.$ac_objext \
8270 conftest$ac_exeext conftest.$ac_ext
8271 LDFLAGS="$save_LDFLAGS"
8272
8273fi
8274{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8275$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
8276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
8277$as_echo_n "checking for -force_load linker flag... " >&6; }
d0ac1c44 8278if ${lt_cv_ld_force_load+:} false; then :
6bb11ab3
L
8279 $as_echo_n "(cached) " >&6
8280else
8281 lt_cv_ld_force_load=no
8282 cat > conftest.c << _LT_EOF
8283int forced_loaded() { return 2;}
8284_LT_EOF
8285 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
8286 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
8287 echo "$AR cru libconftest.a conftest.o" >&5
8288 $AR cru libconftest.a conftest.o 2>&5
8289 cat > conftest.c << _LT_EOF
8290int main() { return 0;}
8291_LT_EOF
8292 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
8293 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
8294 _lt_result=$?
8295 if test -f conftest && test ! -s conftest.err && test $_lt_result = 0 && $GREP forced_load conftest 2>&1 >/dev/null; then
8296 lt_cv_ld_force_load=yes
8297 else
8298 cat conftest.err >&5
8299 fi
8300 rm -f conftest.err libconftest.a conftest conftest.c
8301 rm -rf conftest.dSYM
8302
8303fi
8304{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
8305$as_echo "$lt_cv_ld_force_load" >&6; }
8306 case $host_os in
8307 rhapsody* | darwin1.[012])
8308 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
8309 darwin1.*)
8310 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8311 darwin*) # darwin 5.x on
8312 # if running on 10.5 or later, the deployment target defaults
8313 # to the OS version, if on x86, and 10.4, the deployment
8314 # target defaults to 10.4. Don't you love it?
8315 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
8316 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
8317 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
ae7d0cac 8318 10.[012][,.]*)
6bb11ab3
L
8319 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
8320 10.*)
8321 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
8322 esac
8323 ;;
8324 esac
8325 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
8326 _lt_dar_single_mod='$single_module'
8327 fi
8328 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
8329 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
8330 else
8331 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
8332 fi
8333 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8334 _lt_dsymutil='~$DSYMUTIL $lib || :'
8335 else
8336 _lt_dsymutil=
8337 fi
8338 ;;
8339 esac
8340
8341for ac_header in dlfcn.h
8342do :
8343 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
8344"
d0ac1c44 8345if test "x$ac_cv_header_dlfcn_h" = xyes; then :
6bb11ab3
L
8346 cat >>confdefs.h <<_ACEOF
8347#define HAVE_DLFCN_H 1
8348_ACEOF
8349
8350fi
8351
8352done
8353
8354
8355
8356# autoconf.info says this should be called right after AC_INIT.
8357ac_config_headers="$ac_config_headers config.h:config.in"
8358
8359
8360
0cb8d851
MF
8361 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
8362$as_echo_n "checking whether byte ordering is bigendian... " >&6; }
d0ac1c44 8363if ${ac_cv_c_bigendian+:} false; then :
0cb8d851
MF
8364 $as_echo_n "(cached) " >&6
8365else
8366 ac_cv_c_bigendian=unknown
8367 # See if we're dealing with a universal compiler.
8368 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8369/* end confdefs.h. */
8370#ifndef __APPLE_CC__
8371 not a universal capable compiler
8372 #endif
8373 typedef int dummy;
8374
8375_ACEOF
8376if ac_fn_c_try_compile "$LINENO"; then :
8377
8378 # Check for potential -arch flags. It is not universal unless
8379 # there are at least two -arch flags with different values.
8380 ac_arch=
8381 ac_prev=
8382 for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
8383 if test -n "$ac_prev"; then
8384 case $ac_word in
8385 i?86 | x86_64 | ppc | ppc64)
8386 if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
8387 ac_arch=$ac_word
8388 else
8389 ac_cv_c_bigendian=universal
8390 break
8391 fi
8392 ;;
8393 esac
8394 ac_prev=
8395 elif test "x$ac_word" = "x-arch"; then
8396 ac_prev=arch
8397 fi
8398 done
8399fi
8400rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8401 if test $ac_cv_c_bigendian = unknown; then
8402 # See if sys/param.h defines the BYTE_ORDER macro.
8403 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8404/* end confdefs.h. */
8405#include <sys/types.h>
8406 #include <sys/param.h>
8407
8408int
8409main ()
8410{
8411#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
8412 && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
8413 && LITTLE_ENDIAN)
8414 bogus endian macros
8415 #endif
8416
8417 ;
8418 return 0;
8419}
8420_ACEOF
8421if ac_fn_c_try_compile "$LINENO"; then :
8422 # It does; now see whether it defined to BIG_ENDIAN or not.
8423 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8424/* end confdefs.h. */
8425#include <sys/types.h>
8426 #include <sys/param.h>
8427
8428int
8429main ()
8430{
8431#if BYTE_ORDER != BIG_ENDIAN
8432 not big endian
8433 #endif
8434
8435 ;
8436 return 0;
8437}
8438_ACEOF
8439if ac_fn_c_try_compile "$LINENO"; then :
8440 ac_cv_c_bigendian=yes
8441else
8442 ac_cv_c_bigendian=no
8443fi
8444rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8445fi
8446rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8447 fi
8448 if test $ac_cv_c_bigendian = unknown; then
8449 # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
8450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8451/* end confdefs.h. */
8452#include <limits.h>
8453
8454int
8455main ()
8456{
8457#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
8458 bogus endian macros
8459 #endif
8460
8461 ;
8462 return 0;
8463}
8464_ACEOF
8465if ac_fn_c_try_compile "$LINENO"; then :
8466 # It does; now see whether it defined to _BIG_ENDIAN or not.
8467 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8468/* end confdefs.h. */
8469#include <limits.h>
8470
8471int
8472main ()
8473{
8474#ifndef _BIG_ENDIAN
8475 not big endian
8476 #endif
8477
8478 ;
8479 return 0;
8480}
8481_ACEOF
8482if ac_fn_c_try_compile "$LINENO"; then :
8483 ac_cv_c_bigendian=yes
8484else
8485 ac_cv_c_bigendian=no
8486fi
8487rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8488fi
8489rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8490 fi
8491 if test $ac_cv_c_bigendian = unknown; then
8492 # Compile a test program.
8493 if test "$cross_compiling" = yes; then :
8494 # Try to guess by grepping values from an object file.
8495 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8496/* end confdefs.h. */
8497short int ascii_mm[] =
8498 { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
8499 short int ascii_ii[] =
8500 { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
8501 int use_ascii (int i) {
8502 return ascii_mm[i] + ascii_ii[i];
8503 }
8504 short int ebcdic_ii[] =
8505 { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
8506 short int ebcdic_mm[] =
8507 { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
8508 int use_ebcdic (int i) {
8509 return ebcdic_mm[i] + ebcdic_ii[i];
8510 }
8511 extern int foo;
8512
8513int
8514main ()
8515{
8516return use_ascii (foo) == use_ebcdic (foo);
8517 ;
8518 return 0;
8519}
8520_ACEOF
8521if ac_fn_c_try_compile "$LINENO"; then :
8522 if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
8523 ac_cv_c_bigendian=yes
8524 fi
8525 if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
8526 if test "$ac_cv_c_bigendian" = unknown; then
8527 ac_cv_c_bigendian=no
8528 else
8529 # finding both strings is unlikely to happen, but who knows?
8530 ac_cv_c_bigendian=unknown
8531 fi
8532 fi
8533fi
8534rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8535else
8536 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8537/* end confdefs.h. */
8538$ac_includes_default
8539int
8540main ()
8541{
8542
8543 /* Are we little or big endian? From Harbison&Steele. */
8544 union
8545 {
8546 long int l;
8547 char c[sizeof (long int)];
8548 } u;
8549 u.l = 1;
8550 return u.c[sizeof (long int) - 1] == 1;
8551
8552 ;
8553 return 0;
8554}
8555_ACEOF
8556if ac_fn_c_try_run "$LINENO"; then :
8557 ac_cv_c_bigendian=no
8558else
8559 ac_cv_c_bigendian=yes
8560fi
8561rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
8562 conftest.$ac_objext conftest.beam conftest.$ac_ext
8563fi
8564
8565 fi
8566fi
8567{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
8568$as_echo "$ac_cv_c_bigendian" >&6; }
8569 case $ac_cv_c_bigendian in #(
8570 yes)
8571 $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
8572;; #(
8573 no)
8574 ;; #(
8575 universal)
8576
8577$as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
8578
8579 ;; #(
8580 *)
d0ac1c44 8581 as_fn_error $? "unknown endianness
0cb8d851
MF
8582 presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
8583 esac
8584
6bb11ab3
L
8585
8586
8587
8588# Put a plausible default for CC_FOR_BUILD in Makefile.
5c887dd5
JB
8589if test -z "$CC_FOR_BUILD"; then
8590 if test "x$cross_compiling" = "xno"; then
8591 CC_FOR_BUILD='$(CC)'
8592 else
8593 CC_FOR_BUILD=gcc
8594 fi
6bb11ab3
L
8595fi
8596
8597
8598
8599
8600AR=${AR-ar}
8601
8602if test -n "$ac_tool_prefix"; then
8603 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
8604set dummy ${ac_tool_prefix}ranlib; ac_word=$2
8605{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8606$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8607if ${ac_cv_prog_RANLIB+:} false; then :
6bb11ab3
L
8608 $as_echo_n "(cached) " >&6
8609else
8610 if test -n "$RANLIB"; then
8611 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
8612else
8613as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8614for as_dir in $PATH
8615do
8616 IFS=$as_save_IFS
8617 test -z "$as_dir" && as_dir=.
8618 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8619 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8620 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
8621 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8622 break 2
8623 fi
8624done
8625 done
8626IFS=$as_save_IFS
8627
8628fi
8629fi
8630RANLIB=$ac_cv_prog_RANLIB
8631if test -n "$RANLIB"; then
8632 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8633$as_echo "$RANLIB" >&6; }
8634else
8635 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8636$as_echo "no" >&6; }
8637fi
8638
8639
8640fi
8641if test -z "$ac_cv_prog_RANLIB"; then
8642 ac_ct_RANLIB=$RANLIB
8643 # Extract the first word of "ranlib", so it can be a program name with args.
8644set dummy ranlib; ac_word=$2
8645{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8646$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8647if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
6bb11ab3
L
8648 $as_echo_n "(cached) " >&6
8649else
8650 if test -n "$ac_ct_RANLIB"; then
8651 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
8652else
8653as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8654for as_dir in $PATH
8655do
8656 IFS=$as_save_IFS
8657 test -z "$as_dir" && as_dir=.
8658 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8659 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8660 ac_cv_prog_ac_ct_RANLIB="ranlib"
8661 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8662 break 2
8663 fi
8664done
8665 done
8666IFS=$as_save_IFS
8667
8668fi
8669fi
8670ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
8671if test -n "$ac_ct_RANLIB"; then
8672 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8673$as_echo "$ac_ct_RANLIB" >&6; }
8674else
8675 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8676$as_echo "no" >&6; }
8677fi
8678
8679 if test "x$ac_ct_RANLIB" = x; then
8680 RANLIB=":"
8681 else
8682 case $cross_compiling:$ac_tool_warned in
8683yes:)
8684{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8685$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8686ac_tool_warned=yes ;;
8687esac
8688 RANLIB=$ac_ct_RANLIB
8689 fi
8690else
8691 RANLIB="$ac_cv_prog_RANLIB"
8692fi
8693
8694
46f900c0
MF
8695# Require C11 or newer. Autoconf-2.70 provides ac_cv_prog_cc_c11 when using
8696# AC_PROG_CC, but we're still using Autoconf-2.69, and the newest it understands
8697# is C99. So handle it ourselves.
8698:
8699C_DIALECT=
8700{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C11 is supported by default" >&5
8701$as_echo_n "checking whether C11 is supported by default... " >&6; }
8702cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8703/* end confdefs.h. */
8704
8705#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8706# error "C11 support not found"
8707#endif
8708
8709_ACEOF
8710if ac_fn_c_try_compile "$LINENO"; then :
8711 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8712$as_echo "yes" >&6; }
8713else
8714
8715 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8716$as_echo "no" >&6; }
8717 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -std=c11 support" >&5
8718$as_echo_n "checking for -std=c11 support... " >&6; }
8719 ac_save_CC="$CC"
8720 CC="$CC -std=c11"
8721 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8722/* end confdefs.h. */
8723
8724#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L
8725# error "C11 support not found"
8726#endif
8727
8728_ACEOF
8729if ac_fn_c_try_compile "$LINENO"; then :
8730
8731 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8732$as_echo "yes" >&6; }
8733 CC="$ac_save_CC"
8734 C_DIALECT="-std=c11"
8735
8736else
8737 as_fn_error $? "C11 is required" "$LINENO" 5
8738fi
8739rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8740fi
8741rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8742
8743
6bb11ab3
L
8744# Some of the common include files depend on bfd.h, and bfd.h checks
8745# that config.h is included first by testing that the PACKAGE macro
8746# is defined.
8747PACKAGE=sim
8748
8749cat >>confdefs.h <<_ACEOF
8750#define PACKAGE "$PACKAGE"
8751_ACEOF
8752
8753
8754
8755# Dependency checking.
8756ac_config_commands="$ac_config_commands depdir"
8757
8758
8759depcc="$CC" am_compiler_list=
8760
8761am_depcomp=$ac_aux_dir/depcomp
8762{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8763$as_echo_n "checking dependency style of $depcc... " >&6; }
d0ac1c44 8764if ${am_cv_CC_dependencies_compiler_type+:} false; then :
6bb11ab3
L
8765 $as_echo_n "(cached) " >&6
8766else
8767 if test -f "$am_depcomp"; then
8768 # We make a subdir and do the tests there. Otherwise we can end up
8769 # making bogus files that we don't know about and never remove. For
8770 # instance it was reported that on HP-UX the gcc test will end up
8771 # making a dummy file named `D' -- because `-MD' means `put the output
8772 # in D'.
8773 mkdir conftest.dir
8774 # Copy depcomp to subdir because otherwise we won't find it if we're
8775 # using a relative directory.
8776 cp "$am_depcomp" conftest.dir
8777 cd conftest.dir
8778 # We will build objects and dependencies in a subdirectory because
8779 # it helps to detect inapplicable dependency modes. For instance
8780 # both Tru64's cc and ICC support -MD to output dependencies as a
8781 # side effect of compilation, but ICC will put the dependencies in
8782 # the current directory while Tru64 will put them in the object
8783 # directory.
8784 mkdir sub
8785
8786 am_cv_CC_dependencies_compiler_type=none
8787 if test "$am_compiler_list" = ""; then
8788 am_compiler_list=`sed -n 's/^\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
8789 fi
8790 for depmode in $am_compiler_list; do
8791 if test $depmode = none; then break; fi
8792
8793 $as_echo "$as_me:$LINENO: trying $depmode" >&5
8794 # Setup a source with many dependencies, because some compilers
8795 # like to wrap large dependency lists on column 80 (with \), and
8796 # we should not choose a depcomp mode which is confused by this.
8797 #
8798 # We need to recreate these files for each test, as the compiler may
8799 # overwrite some of them when testing with obscure command lines.
8800 # This happens at least with the AIX C compiler.
8801 : > sub/conftest.c
8802 for i in 1 2 3 4 5 6; do
8803 echo '#include "conftst'$i'.h"' >> sub/conftest.c
8804 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
8805 # Solaris 8's {/usr,}/bin/sh.
8806 touch sub/conftst$i.h
8807 done
8808 echo "include sub/conftest.Po" > confmf
8809
8810 # We check with `-c' and `-o' for the sake of the "dashmstdout"
8811 # mode. It turns out that the SunPro C++ compiler does not properly
8812 # handle `-M -o', and we need to detect this.
8813 depcmd="depmode=$depmode \
8814 source=sub/conftest.c object=sub/conftest.${OBJEXT-o} \
8815 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8816 $SHELL ./depcomp $depcc -c -o sub/conftest.${OBJEXT-o} sub/conftest.c"
8817 echo "| $depcmd" | sed -e 's/ */ /g' >&5
8818 if env $depcmd > conftest.err 2>&1 &&
8819 grep sub/conftst6.h sub/conftest.Po >>conftest.err 2>&1 &&
8820 grep sub/conftest.${OBJEXT-o} sub/conftest.Po >>conftest.err 2>&1 &&
8821 ${MAKE-make} -s -f confmf >>conftest.err 2>&1; then
8822 # icc doesn't choke on unknown options, it will just issue warnings
8823 # or remarks (even with -Werror). So we grep stderr for any message
8824 # that says an option was ignored or not supported.
8825 # When given -MP, icc 7.0 and 7.1 complain thusly:
8826 # icc: Command line warning: ignoring option '-M'; no argument required
8827 # The diagnosis changed in icc 8.0:
8828 # icc: Command line remark: option '-MP' not supported
8829 if (grep 'ignoring option' conftest.err ||
8830 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
8831 am_cv_CC_dependencies_compiler_type=$depmode
8832 $as_echo "$as_me:$LINENO: success" >&5
8833 break
8834 fi
8835 fi
8836 $as_echo "$as_me:$LINENO: failure, diagnostics are:" >&5
8837 sed -e 's/^/| /' < conftest.err >&5
8838 done
8839
8840 cd ..
8841 rm -rf conftest.dir
8842else
8843 am_cv_CC_dependencies_compiler_type=none
8844fi
8845
8846fi
8847{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8848$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
8849if test x${am_cv_CC_dependencies_compiler_type-none} = xnone
d0ac1c44 8850then as_fn_error $? "no usable dependency style found" "$LINENO" 5
6bb11ab3
L
8851else CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
8852
8853fi
8854
8855
8856# Check for the 'make' the user wants to use.
8857for ac_prog in make
8858do
8859 # Extract the first word of "$ac_prog", so it can be a program name with args.
8860set dummy $ac_prog; ac_word=$2
8861{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8862$as_echo_n "checking for $ac_word... " >&6; }
d0ac1c44 8863if ${ac_cv_prog_MAKE+:} false; then :
6bb11ab3
L
8864 $as_echo_n "(cached) " >&6
8865else
8866 if test -n "$MAKE"; then
8867 ac_cv_prog_MAKE="$MAKE" # Let the user override the test.
8868else
8869as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8870for as_dir in $PATH
8871do
8872 IFS=$as_save_IFS
8873 test -z "$as_dir" && as_dir=.
8874 for ac_exec_ext in '' $ac_executable_extensions; do
d0ac1c44 8875 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6bb11ab3
L
8876 ac_cv_prog_MAKE="$ac_prog"
8877 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8878 break 2
8879 fi
8880done
8881 done
8882IFS=$as_save_IFS
8883
8884fi
8885fi
8886MAKE=$ac_cv_prog_MAKE
8887if test -n "$MAKE"; then
8888 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAKE" >&5
8889$as_echo "$MAKE" >&6; }
8890else
8891 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8892$as_echo "no" >&6; }
8893fi
8894
8895
8896 test -n "$MAKE" && break
8897done
8898
8899MAKE_IS_GNU=
8900case "`$MAKE --version 2>&1 | sed 1q`" in
8901 *GNU*)
8902 MAKE_IS_GNU=yes
8903 ;;
8904esac
8905 if test "$MAKE_IS_GNU" = yes; then
8906 GMAKE_TRUE=
8907 GMAKE_FALSE='#'
8908else
8909 GMAKE_TRUE='#'
8910 GMAKE_FALSE=
8911fi
8912
8913
8914ALL_LINGUAS=
8915# If we haven't got the data from the intl directory,
8916# assume NLS is disabled.
8917USE_NLS=no
8918LIBINTL=
8919LIBINTL_DEP=
8920INCINTL=
8921XGETTEXT=
8922GMSGFMT=
8923POSUB=
8924
8925if test -f ../../intl/config.intl; then
8926 . ../../intl/config.intl
8927fi
8928{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5
8929$as_echo_n "checking whether NLS is requested... " >&6; }
8930if test x"$USE_NLS" != xyes; then
8931 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8932$as_echo "no" >&6; }
8933else
8934 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8935$as_echo "yes" >&6; }
8936
8937$as_echo "#define ENABLE_NLS 1" >>confdefs.h
8938
8939
8940 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for catalogs to be installed" >&5
8941$as_echo_n "checking for catalogs to be installed... " >&6; }
8942 # Look for .po and .gmo files in the source directory.
8943 CATALOGS=
8944 XLINGUAS=
8945 for cat in $srcdir/po/*.gmo $srcdir/po/*.po; do
8946 # If there aren't any .gmo files the shell will give us the
8947 # literal string "../path/to/srcdir/po/*.gmo" which has to be
8948 # weeded out.
8949 case "$cat" in *\**)
8950 continue;;
8951 esac
8952 # The quadruple backslash is collapsed to a double backslash
8953 # by the backticks, then collapsed again by the double quotes,
8954 # leaving us with one backslash in the sed expression (right
8955 # before the dot that mustn't act as a wildcard).
8956 cat=`echo $cat | sed -e "s!$srcdir/po/!!" -e "s!\\\\.po!.gmo!"`
8957 lang=`echo $cat | sed -e "s!\\\\.gmo!!"`
8958 # The user is allowed to set LINGUAS to a list of languages to
8959 # install catalogs for. If it's empty that means "all of them."
8960 if test "x$LINGUAS" = x; then
8961 CATALOGS="$CATALOGS $cat"
8962 XLINGUAS="$XLINGUAS $lang"
8963 else
8964 case "$LINGUAS" in *$lang*)
8965 CATALOGS="$CATALOGS $cat"
8966 XLINGUAS="$XLINGUAS $lang"
8967 ;;
8968 esac
8969 fi
8970 done
8971 LINGUAS="$XLINGUAS"
8972 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LINGUAS" >&5
8973$as_echo "$LINGUAS" >&6; }
8974
8975
8976 DATADIRNAME=share
8977
8978 INSTOBJEXT=.mo
8979
8980 GENCAT=gencat
8981
8982 CATOBJEXT=.gmo
8983
8984fi
8985
8986# Check for common headers.
8987# FIXME: Seems to me this can cause problems for i386-windows hosts.
8988# At one point there were hardcoded AC_DEFINE's if ${host} = i386-*-windows*.
8989for ac_header in stdlib.h string.h strings.h unistd.h time.h
8990do :
8991 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8992ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 8993if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
8994 cat >>confdefs.h <<_ACEOF
8995#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8996_ACEOF
8997
8998fi
8999
9000done
9001
936df756 9002for ac_header in sys/time.h sys/times.h sys/resource.h sys/mman.h
6bb11ab3
L
9003do :
9004 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9005ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 9006if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
9007 cat >>confdefs.h <<_ACEOF
9008#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9009_ACEOF
9010
9011fi
9012
9013done
9014
9015for ac_header in fcntl.h fpu_control.h
9016do :
9017 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9018ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 9019if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
9020 cat >>confdefs.h <<_ACEOF
9021#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9022_ACEOF
9023
9024fi
9025
9026done
9027
9028for ac_header in dlfcn.h errno.h sys/stat.h
9029do :
9030 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
9031ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 9032if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6bb11ab3
L
9033 cat >>confdefs.h <<_ACEOF
9034#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
9035_ACEOF
9036
9037fi
9038
9039done
9040
9041for ac_func in getrusage time sigaction __setfpucw
9042do :
9043 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9044ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9045if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
6bb11ab3
L
9046 cat >>confdefs.h <<_ACEOF
9047#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9048_ACEOF
9049
9050fi
9051done
9052
936df756
MF
9053for ac_func in mmap munmap lstat truncate ftruncate posix_fallocate
9054do :
9055 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
9056ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 9057if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
936df756
MF
9058 cat >>confdefs.h <<_ACEOF
9059#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
9060_ACEOF
9061
9062fi
9063done
9064
9065ac_fn_c_check_member "$LINENO" "struct stat" "st_dev" "ac_cv_member_struct_stat_st_dev" "#ifdef HAVE_SYS_TYPES_H
9066#include <sys/types.h>
9067#endif
9068#ifdef HAVE_SYS_STAT_H
9069#include <sys/stat.h>
9070#endif
9071"
d0ac1c44 9072if test "x$ac_cv_member_struct_stat_st_dev" = xyes; then :
936df756
MF
9073
9074cat >>confdefs.h <<_ACEOF
9075#define HAVE_STRUCT_STAT_ST_DEV 1
9076_ACEOF
9077
9078
9079fi
9080ac_fn_c_check_member "$LINENO" "struct stat" "st_ino" "ac_cv_member_struct_stat_st_ino" "#ifdef HAVE_SYS_TYPES_H
9081#include <sys/types.h>
9082#endif
9083#ifdef HAVE_SYS_STAT_H
9084#include <sys/stat.h>
9085#endif
9086"
d0ac1c44 9087if test "x$ac_cv_member_struct_stat_st_ino" = xyes; then :
936df756
MF
9088
9089cat >>confdefs.h <<_ACEOF
9090#define HAVE_STRUCT_STAT_ST_INO 1
9091_ACEOF
9092
9093
9094fi
9095ac_fn_c_check_member "$LINENO" "struct stat" "st_mode" "ac_cv_member_struct_stat_st_mode" "#ifdef HAVE_SYS_TYPES_H
9096#include <sys/types.h>
9097#endif
9098#ifdef HAVE_SYS_STAT_H
9099#include <sys/stat.h>
9100#endif
9101"
d0ac1c44 9102if test "x$ac_cv_member_struct_stat_st_mode" = xyes; then :
936df756
MF
9103
9104cat >>confdefs.h <<_ACEOF
9105#define HAVE_STRUCT_STAT_ST_MODE 1
9106_ACEOF
9107
9108
9109fi
9110ac_fn_c_check_member "$LINENO" "struct stat" "st_nlink" "ac_cv_member_struct_stat_st_nlink" "#ifdef HAVE_SYS_TYPES_H
9111#include <sys/types.h>
9112#endif
9113#ifdef HAVE_SYS_STAT_H
9114#include <sys/stat.h>
9115#endif
9116"
d0ac1c44 9117if test "x$ac_cv_member_struct_stat_st_nlink" = xyes; then :
936df756
MF
9118
9119cat >>confdefs.h <<_ACEOF
9120#define HAVE_STRUCT_STAT_ST_NLINK 1
9121_ACEOF
9122
9123
9124fi
9125ac_fn_c_check_member "$LINENO" "struct stat" "st_uid" "ac_cv_member_struct_stat_st_uid" "#ifdef HAVE_SYS_TYPES_H
9126#include <sys/types.h>
9127#endif
9128#ifdef HAVE_SYS_STAT_H
9129#include <sys/stat.h>
9130#endif
9131"
d0ac1c44 9132if test "x$ac_cv_member_struct_stat_st_uid" = xyes; then :
936df756
MF
9133
9134cat >>confdefs.h <<_ACEOF
9135#define HAVE_STRUCT_STAT_ST_UID 1
9136_ACEOF
9137
9138
9139fi
9140ac_fn_c_check_member "$LINENO" "struct stat" "st_gid" "ac_cv_member_struct_stat_st_gid" "#ifdef HAVE_SYS_TYPES_H
9141#include <sys/types.h>
9142#endif
9143#ifdef HAVE_SYS_STAT_H
9144#include <sys/stat.h>
9145#endif
9146"
d0ac1c44 9147if test "x$ac_cv_member_struct_stat_st_gid" = xyes; then :
936df756
MF
9148
9149cat >>confdefs.h <<_ACEOF
9150#define HAVE_STRUCT_STAT_ST_GID 1
9151_ACEOF
9152
9153
9154fi
9155ac_fn_c_check_member "$LINENO" "struct stat" "st_rdev" "ac_cv_member_struct_stat_st_rdev" "#ifdef HAVE_SYS_TYPES_H
9156#include <sys/types.h>
9157#endif
9158#ifdef HAVE_SYS_STAT_H
9159#include <sys/stat.h>
9160#endif
9161"
d0ac1c44 9162if test "x$ac_cv_member_struct_stat_st_rdev" = xyes; then :
936df756
MF
9163
9164cat >>confdefs.h <<_ACEOF
9165#define HAVE_STRUCT_STAT_ST_RDEV 1
9166_ACEOF
9167
9168
9169fi
9170ac_fn_c_check_member "$LINENO" "struct stat" "st_size" "ac_cv_member_struct_stat_st_size" "#ifdef HAVE_SYS_TYPES_H
9171#include <sys/types.h>
9172#endif
9173#ifdef HAVE_SYS_STAT_H
9174#include <sys/stat.h>
9175#endif
9176"
d0ac1c44 9177if test "x$ac_cv_member_struct_stat_st_size" = xyes; then :
936df756
MF
9178
9179cat >>confdefs.h <<_ACEOF
9180#define HAVE_STRUCT_STAT_ST_SIZE 1
9181_ACEOF
9182
9183
9184fi
9185ac_fn_c_check_member "$LINENO" "struct stat" "st_blksize" "ac_cv_member_struct_stat_st_blksize" "#ifdef HAVE_SYS_TYPES_H
9186#include <sys/types.h>
9187#endif
9188#ifdef HAVE_SYS_STAT_H
9189#include <sys/stat.h>
9190#endif
9191"
d0ac1c44 9192if test "x$ac_cv_member_struct_stat_st_blksize" = xyes; then :
936df756
MF
9193
9194cat >>confdefs.h <<_ACEOF
9195#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
9196_ACEOF
9197
9198
9199fi
9200ac_fn_c_check_member "$LINENO" "struct stat" "st_blocks" "ac_cv_member_struct_stat_st_blocks" "#ifdef HAVE_SYS_TYPES_H
9201#include <sys/types.h>
9202#endif
9203#ifdef HAVE_SYS_STAT_H
9204#include <sys/stat.h>
9205#endif
9206"
d0ac1c44 9207if test "x$ac_cv_member_struct_stat_st_blocks" = xyes; then :
936df756
MF
9208
9209cat >>confdefs.h <<_ACEOF
9210#define HAVE_STRUCT_STAT_ST_BLOCKS 1
9211_ACEOF
9212
9213
9214fi
9215ac_fn_c_check_member "$LINENO" "struct stat" "st_atime" "ac_cv_member_struct_stat_st_atime" "#ifdef HAVE_SYS_TYPES_H
9216#include <sys/types.h>
9217#endif
9218#ifdef HAVE_SYS_STAT_H
9219#include <sys/stat.h>
9220#endif
9221"
d0ac1c44 9222if test "x$ac_cv_member_struct_stat_st_atime" = xyes; then :
936df756
MF
9223
9224cat >>confdefs.h <<_ACEOF
9225#define HAVE_STRUCT_STAT_ST_ATIME 1
9226_ACEOF
9227
9228
9229fi
9230ac_fn_c_check_member "$LINENO" "struct stat" "st_mtime" "ac_cv_member_struct_stat_st_mtime" "#ifdef HAVE_SYS_TYPES_H
9231#include <sys/types.h>
9232#endif
9233#ifdef HAVE_SYS_STAT_H
9234#include <sys/stat.h>
9235#endif
9236"
d0ac1c44 9237if test "x$ac_cv_member_struct_stat_st_mtime" = xyes; then :
936df756
MF
9238
9239cat >>confdefs.h <<_ACEOF
9240#define HAVE_STRUCT_STAT_ST_MTIME 1
9241_ACEOF
9242
9243
9244fi
9245ac_fn_c_check_member "$LINENO" "struct stat" "st_ctime" "ac_cv_member_struct_stat_st_ctime" "#ifdef HAVE_SYS_TYPES_H
9246#include <sys/types.h>
9247#endif
9248#ifdef HAVE_SYS_STAT_H
9249#include <sys/stat.h>
9250#endif
9251"
d0ac1c44 9252if test "x$ac_cv_member_struct_stat_st_ctime" = xyes; then :
936df756
MF
9253
9254cat >>confdefs.h <<_ACEOF
9255#define HAVE_STRUCT_STAT_ST_CTIME 1
9256_ACEOF
9257
9258
9259fi
9260
9261ac_fn_c_check_type "$LINENO" "socklen_t" "ac_cv_type_socklen_t" "#include <sys/types.h>
9262#include <sys/socket.h>
9263
9264"
d0ac1c44 9265if test "x$ac_cv_type_socklen_t" = xyes; then :
936df756
MF
9266
9267cat >>confdefs.h <<_ACEOF
9268#define HAVE_SOCKLEN_T 1
9269_ACEOF
9270
9271
9272fi
9273
6bb11ab3
L
9274
9275# Check for socket libraries
9276{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for bind in -lsocket" >&5
9277$as_echo_n "checking for bind in -lsocket... " >&6; }
d0ac1c44 9278if ${ac_cv_lib_socket_bind+:} false; then :
6bb11ab3
L
9279 $as_echo_n "(cached) " >&6
9280else
9281 ac_check_lib_save_LIBS=$LIBS
9282LIBS="-lsocket $LIBS"
9283cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9284/* end confdefs.h. */
9285
9286/* Override any GCC internal prototype to avoid an error.
9287 Use char because int might match the return type of a GCC
9288 builtin and then its argument prototype would still apply. */
9289#ifdef __cplusplus
9290extern "C"
9291#endif
9292char bind ();
9293int
9294main ()
9295{
9296return bind ();
9297 ;
9298 return 0;
9299}
9300_ACEOF
9301if ac_fn_c_try_link "$LINENO"; then :
9302 ac_cv_lib_socket_bind=yes
9303else
9304 ac_cv_lib_socket_bind=no
9305fi
9306rm -f core conftest.err conftest.$ac_objext \
9307 conftest$ac_exeext conftest.$ac_ext
9308LIBS=$ac_check_lib_save_LIBS
9309fi
9310{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_bind" >&5
9311$as_echo "$ac_cv_lib_socket_bind" >&6; }
d0ac1c44 9312if test "x$ac_cv_lib_socket_bind" = xyes; then :
6bb11ab3
L
9313 cat >>confdefs.h <<_ACEOF
9314#define HAVE_LIBSOCKET 1
9315_ACEOF
9316
9317 LIBS="-lsocket $LIBS"
9318
9319fi
9320
9321{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
9322$as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
d0ac1c44 9323if ${ac_cv_lib_nsl_gethostbyname+:} false; then :
6bb11ab3
L
9324 $as_echo_n "(cached) " >&6
9325else
9326 ac_check_lib_save_LIBS=$LIBS
9327LIBS="-lnsl $LIBS"
9328cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9329/* end confdefs.h. */
9330
9331/* Override any GCC internal prototype to avoid an error.
9332 Use char because int might match the return type of a GCC
9333 builtin and then its argument prototype would still apply. */
9334#ifdef __cplusplus
9335extern "C"
9336#endif
9337char gethostbyname ();
9338int
9339main ()
9340{
9341return gethostbyname ();
9342 ;
9343 return 0;
9344}
9345_ACEOF
9346if ac_fn_c_try_link "$LINENO"; then :
9347 ac_cv_lib_nsl_gethostbyname=yes
9348else
9349 ac_cv_lib_nsl_gethostbyname=no
9350fi
9351rm -f core conftest.err conftest.$ac_objext \
9352 conftest$ac_exeext conftest.$ac_ext
9353LIBS=$ac_check_lib_save_LIBS
9354fi
9355{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
9356$as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
d0ac1c44 9357if test "x$ac_cv_lib_nsl_gethostbyname" = xyes; then :
6bb11ab3
L
9358 cat >>confdefs.h <<_ACEOF
9359#define HAVE_LIBNSL 1
9360_ACEOF
9361
9362 LIBS="-lnsl $LIBS"
9363
9364fi
9365
9366
9367# BFD conditionally uses zlib, so we must link it in if libbfd does, by
9368# using the same condition.
9369
aadc9410 9370 # Use the system's zlib library.
7fed4b0b
L
9371 zlibdir="-L\$(top_builddir)/../zlib"
9372 zlibinc="-I\$(top_srcdir)/../zlib"
6bb11ab3 9373
aadc9410
MF
9374# Check whether --with-system-zlib was given.
9375if test "${with_system_zlib+set}" = set; then :
0ceaf1ec
L
9376 withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then
9377 zlibdir=
9378 zlibinc=
9379 fi
6bb11ab3
L
9380
9381fi
9382
6bb11ab3 9383
6bb11ab3 9384
6bb11ab3
L
9385
9386
9387# BFD uses libdl when when plugins enabled.
9388
faa743bb
RM
9389 maybe_plugins=no
9390 for ac_header in dlfcn.h
9391do :
9392 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
9393"
d0ac1c44 9394if test "x$ac_cv_header_dlfcn_h" = xyes; then :
faa743bb
RM
9395 cat >>confdefs.h <<_ACEOF
9396#define HAVE_DLFCN_H 1
9397_ACEOF
9398 maybe_plugins=yes
9399fi
9400
9401done
9402
9403 for ac_header in windows.h
9404do :
9405 ac_fn_c_check_header_compile "$LINENO" "windows.h" "ac_cv_header_windows_h" "$ac_includes_default
9406"
d0ac1c44 9407if test "x$ac_cv_header_windows_h" = xyes; then :
faa743bb
RM
9408 cat >>confdefs.h <<_ACEOF
9409#define HAVE_WINDOWS_H 1
9410_ACEOF
9411 maybe_plugins=yes
9412fi
9413
9414done
9415
9416
9417 # Check whether --enable-plugins was given.
6bb11ab3
L
9418if test "${enable_plugins+set}" = set; then :
9419 enableval=$enable_plugins; case "${enableval}" in
faa743bb
RM
9420 no) plugins=no ;;
9421 *) plugins=yes
9422 if test "$maybe_plugins" != "yes" ; then
d0ac1c44 9423 as_fn_error $? "Building with plugin support requires a host that supports dlopen." "$LINENO" 5
faa743bb
RM
9424 fi ;;
9425 esac
6bb11ab3 9426else
faa743bb
RM
9427 plugins=$maybe_plugins
9428
6bb11ab3
L
9429fi
9430
2974be62 9431 if test "$plugins" = "yes"; then
37f980dc
SM
9432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing dlsym" >&5
9433$as_echo_n "checking for library containing dlsym... " >&6; }
d0ac1c44 9434if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9435 $as_echo_n "(cached) " >&6
9436else
9437 ac_func_search_save_LIBS=$LIBS
9438cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9439/* end confdefs.h. */
9440
9441/* Override any GCC internal prototype to avoid an error.
9442 Use char because int might match the return type of a GCC
9443 builtin and then its argument prototype would still apply. */
9444#ifdef __cplusplus
9445extern "C"
9446#endif
37f980dc 9447char dlsym ();
2974be62
AM
9448int
9449main ()
9450{
37f980dc 9451return dlsym ();
2974be62
AM
9452 ;
9453 return 0;
9454}
9455_ACEOF
9456for ac_lib in '' dl; do
9457 if test -z "$ac_lib"; then
9458 ac_res="none required"
9459 else
9460 ac_res=-l$ac_lib
9461 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
9462 fi
9463 if ac_fn_c_try_link "$LINENO"; then :
37f980dc 9464 ac_cv_search_dlsym=$ac_res
2974be62
AM
9465fi
9466rm -f core conftest.err conftest.$ac_objext \
9467 conftest$ac_exeext
d0ac1c44 9468 if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9469 break
9470fi
9471done
d0ac1c44 9472if ${ac_cv_search_dlsym+:} false; then :
2974be62
AM
9473
9474else
37f980dc 9475 ac_cv_search_dlsym=no
2974be62
AM
9476fi
9477rm conftest.$ac_ext
9478LIBS=$ac_func_search_save_LIBS
9479fi
37f980dc
SM
9480{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_dlsym" >&5
9481$as_echo "$ac_cv_search_dlsym" >&6; }
9482ac_res=$ac_cv_search_dlsym
2974be62
AM
9483if test "$ac_res" != no; then :
9484 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
9485
9486fi
9487
9488 fi
6bb11ab3
L
9489
9490 if test "$plugins" = yes; then
9491 PLUGINS_TRUE=
9492 PLUGINS_FALSE='#'
9493else
9494 PLUGINS_TRUE='#'
9495 PLUGINS_FALSE=
9496fi
9497
9498
9499
9500
9501
9502# Set options
9503enable_dlopen=yes
9504
9505
9506
9507
9508 enable_win32_dll=no
9509
9510
9511 # Check whether --enable-shared was given.
9512if test "${enable_shared+set}" = set; then :
9513 enableval=$enable_shared; p=${PACKAGE-default}
9514 case $enableval in
9515 yes) enable_shared=yes ;;
9516 no) enable_shared=no ;;
9517 *)
9518 enable_shared=no
9519 # Look at the argument we got. We use all the common list separators.
9520 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9521 for pkg in $enableval; do
9522 IFS="$lt_save_ifs"
9523 if test "X$pkg" = "X$p"; then
9524 enable_shared=yes
9525 fi
9526 done
9527 IFS="$lt_save_ifs"
9528 ;;
9529 esac
9530else
9531 enable_shared=yes
9532fi
9533
9534
9535
9536
9537
9538
9539
9540
9541
9542 # Check whether --enable-static was given.
9543if test "${enable_static+set}" = set; then :
9544 enableval=$enable_static; p=${PACKAGE-default}
9545 case $enableval in
9546 yes) enable_static=yes ;;
9547 no) enable_static=no ;;
9548 *)
9549 enable_static=no
9550 # Look at the argument we got. We use all the common list separators.
9551 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9552 for pkg in $enableval; do
9553 IFS="$lt_save_ifs"
9554 if test "X$pkg" = "X$p"; then
9555 enable_static=yes
9556 fi
9557 done
9558 IFS="$lt_save_ifs"
9559 ;;
9560 esac
9561else
9562 enable_static=yes
9563fi
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574# Check whether --with-pic was given.
9575if test "${with_pic+set}" = set; then :
9576 withval=$with_pic; pic_mode="$withval"
9577else
9578 pic_mode=default
9579fi
9580
9581
9582test -z "$pic_mode" && pic_mode=default
9583
9584
9585
9586
9587
9588
9589
9590 # Check whether --enable-fast-install was given.
9591if test "${enable_fast_install+set}" = set; then :
9592 enableval=$enable_fast_install; p=${PACKAGE-default}
9593 case $enableval in
9594 yes) enable_fast_install=yes ;;
9595 no) enable_fast_install=no ;;
9596 *)
9597 enable_fast_install=no
9598 # Look at the argument we got. We use all the common list separators.
9599 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
9600 for pkg in $enableval; do
9601 IFS="$lt_save_ifs"
9602 if test "X$pkg" = "X$p"; then
9603 enable_fast_install=yes
9604 fi
9605 done
9606 IFS="$lt_save_ifs"
9607 ;;
9608 esac
9609else
9610 enable_fast_install=yes
9611fi
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623# This can be used to rebuild libtool when needed
9624LIBTOOL_DEPS="$ltmain"
9625
9626# Always use our own libtool.
9627LIBTOOL='$(SHELL) $(top_builddir)/libtool'
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654test -z "$LN_S" && LN_S="ln -s"
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669if test -n "${ZSH_VERSION+set}" ; then
9670 setopt NO_GLOB_SUBST
9671fi
9672
9673{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
9674$as_echo_n "checking for objdir... " >&6; }
d0ac1c44 9675if ${lt_cv_objdir+:} false; then :
6bb11ab3
L
9676 $as_echo_n "(cached) " >&6
9677else
9678 rm -f .libs 2>/dev/null
9679mkdir .libs 2>/dev/null
9680if test -d .libs; then
9681 lt_cv_objdir=.libs
9682else
9683 # MS-DOS does not allow filenames that begin with a dot.
9684 lt_cv_objdir=_libs
9685fi
9686rmdir .libs 2>/dev/null
9687fi
9688{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
9689$as_echo "$lt_cv_objdir" >&6; }
9690objdir=$lt_cv_objdir
9691
9692
9693
9694
9695
9696cat >>confdefs.h <<_ACEOF
9697#define LT_OBJDIR "$lt_cv_objdir/"
9698_ACEOF
9699
9700
9701
9702
9703case $host_os in
9704aix3*)
9705 # AIX sometimes has problems with the GCC collect2 program. For some
9706 # reason, if we set the COLLECT_NAMES environment variable, the problems
9707 # vanish in a puff of smoke.
9708 if test "X${COLLECT_NAMES+set}" != Xset; then
9709 COLLECT_NAMES=
9710 export COLLECT_NAMES
9711 fi
9712 ;;
9713esac
9714
9715# Global variables:
9716ofile=libtool
9717can_build_shared=yes
9718
9719# All known linkers require a `.a' archive for static linking (except MSVC,
9720# which needs '.lib').
9721libext=a
9722
9723with_gnu_ld="$lt_cv_prog_gnu_ld"
9724
9725old_CC="$CC"
9726old_CFLAGS="$CFLAGS"
9727
9728# Set sane defaults for various variables
9729test -z "$CC" && CC=cc
9730test -z "$LTCC" && LTCC=$CC
9731test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
9732test -z "$LD" && LD=ld
9733test -z "$ac_objext" && ac_objext=o
9734
9735for cc_temp in $compiler""; do
9736 case $cc_temp in
9737 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
9738 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
9739 \-*) ;;
9740 *) break;;
9741 esac
9742done
9743cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
9744
9745
9746# Only perform the check for file, if the check method requires it
9747test -z "$MAGIC_CMD" && MAGIC_CMD=file
9748case $deplibs_check_method in
9749file_magic*)
9750 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
9751 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
9752$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
d0ac1c44 9753if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9754 $as_echo_n "(cached) " >&6
9755else
9756 case $MAGIC_CMD in
9757[\\/*] | ?:[\\/]*)
9758 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9759 ;;
9760*)
9761 lt_save_MAGIC_CMD="$MAGIC_CMD"
9762 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9763 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9764 for ac_dir in $ac_dummy; do
9765 IFS="$lt_save_ifs"
9766 test -z "$ac_dir" && ac_dir=.
9767 if test -f $ac_dir/${ac_tool_prefix}file; then
9768 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
9769 if test -n "$file_magic_test_file"; then
9770 case $deplibs_check_method in
9771 "file_magic "*)
9772 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9773 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9774 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9775 $EGREP "$file_magic_regex" > /dev/null; then
9776 :
9777 else
9778 cat <<_LT_EOF 1>&2
9779
9780*** Warning: the command libtool uses to detect shared libraries,
9781*** $file_magic_cmd, produces output that libtool cannot recognize.
9782*** The result is that libtool may fail to recognize shared libraries
9783*** as such. This will affect the creation of libtool libraries that
9784*** depend on shared libraries, but programs linked with such libtool
9785*** libraries will work regardless of this problem. Nevertheless, you
9786*** may want to report the problem to your system manager and/or to
9787*** bug-libtool@gnu.org
9788
9789_LT_EOF
9790 fi ;;
9791 esac
9792 fi
9793 break
9794 fi
9795 done
9796 IFS="$lt_save_ifs"
9797 MAGIC_CMD="$lt_save_MAGIC_CMD"
9798 ;;
9799esac
9800fi
9801
9802MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9803if test -n "$MAGIC_CMD"; then
9804 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9805$as_echo "$MAGIC_CMD" >&6; }
9806else
9807 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9808$as_echo "no" >&6; }
9809fi
9810
9811
9812
9813
9814
9815if test -z "$lt_cv_path_MAGIC_CMD"; then
9816 if test -n "$ac_tool_prefix"; then
9817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
9818$as_echo_n "checking for file... " >&6; }
d0ac1c44 9819if ${lt_cv_path_MAGIC_CMD+:} false; then :
6bb11ab3
L
9820 $as_echo_n "(cached) " >&6
9821else
9822 case $MAGIC_CMD in
9823[\\/*] | ?:[\\/]*)
9824 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
9825 ;;
9826*)
9827 lt_save_MAGIC_CMD="$MAGIC_CMD"
9828 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
9829 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
9830 for ac_dir in $ac_dummy; do
9831 IFS="$lt_save_ifs"
9832 test -z "$ac_dir" && ac_dir=.
9833 if test -f $ac_dir/file; then
9834 lt_cv_path_MAGIC_CMD="$ac_dir/file"
9835 if test -n "$file_magic_test_file"; then
9836 case $deplibs_check_method in
9837 "file_magic "*)
9838 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
9839 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9840 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
9841 $EGREP "$file_magic_regex" > /dev/null; then
9842 :
9843 else
9844 cat <<_LT_EOF 1>&2
9845
9846*** Warning: the command libtool uses to detect shared libraries,
9847*** $file_magic_cmd, produces output that libtool cannot recognize.
9848*** The result is that libtool may fail to recognize shared libraries
9849*** as such. This will affect the creation of libtool libraries that
9850*** depend on shared libraries, but programs linked with such libtool
9851*** libraries will work regardless of this problem. Nevertheless, you
9852*** may want to report the problem to your system manager and/or to
9853*** bug-libtool@gnu.org
9854
9855_LT_EOF
9856 fi ;;
9857 esac
9858 fi
9859 break
9860 fi
9861 done
9862 IFS="$lt_save_ifs"
9863 MAGIC_CMD="$lt_save_MAGIC_CMD"
9864 ;;
9865esac
9866fi
9867
9868MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
9869if test -n "$MAGIC_CMD"; then
9870 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
9871$as_echo "$MAGIC_CMD" >&6; }
9872else
9873 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
9874$as_echo "no" >&6; }
9875fi
9876
9877
9878 else
9879 MAGIC_CMD=:
9880 fi
9881fi
9882
9883 fi
9884 ;;
9885esac
9886
9887# Use C for the default configuration in the libtool script
9888
9889lt_save_CC="$CC"
9890ac_ext=c
9891ac_cpp='$CPP $CPPFLAGS'
9892ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
9893ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
9894ac_compiler_gnu=$ac_cv_c_compiler_gnu
9895
9896
9897# Source file extension for C test sources.
9898ac_ext=c
9899
9900# Object file extension for compiled C test sources.
9901objext=o
9902objext=$objext
9903
9904# Code to be used in simple compile tests
9905lt_simple_compile_test_code="int some_variable = 0;"
9906
9907# Code to be used in simple link tests
9908lt_simple_link_test_code='int main(){return(0);}'
9909
9910
9911
9912
9913
9914
9915
9916# If no C compiler was specified, use CC.
9917LTCC=${LTCC-"$CC"}
9918
9919# If no C compiler flags were specified, use CFLAGS.
9920LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
9921
9922# Allow CC to be a program name with arguments.
9923compiler=$CC
9924
9925# Save the default compiler, since it gets overwritten when the other
9926# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
9927compiler_DEFAULT=$CC
9928
9929# save warnings/boilerplate of simple test code
9930ac_outfile=conftest.$ac_objext
9931echo "$lt_simple_compile_test_code" >conftest.$ac_ext
9932eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9933_lt_compiler_boilerplate=`cat conftest.err`
9934$RM conftest*
9935
9936ac_outfile=conftest.$ac_objext
9937echo "$lt_simple_link_test_code" >conftest.$ac_ext
9938eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
9939_lt_linker_boilerplate=`cat conftest.err`
9940$RM -r conftest*
9941
9942
9943## CAVEAT EMPTOR:
9944## There is no encapsulation within the following macros, do not change
9945## the running order or otherwise move them around unless you know exactly
9946## what you are doing...
9947if test -n "$compiler"; then
9948
9949lt_prog_compiler_no_builtin_flag=
9950
9951if test "$GCC" = yes; then
9952 case $cc_basename in
9953 nvcc*)
9954 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
9955 *)
9956 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
9957 esac
9958
9959 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
9960$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
d0ac1c44 9961if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
6bb11ab3
L
9962 $as_echo_n "(cached) " >&6
9963else
9964 lt_cv_prog_compiler_rtti_exceptions=no
9965 ac_outfile=conftest.$ac_objext
9966 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
9967 lt_compiler_flag="-fno-rtti -fno-exceptions"
9968 # Insert the option either (1) after the last *FLAGS variable, or
9969 # (2) before a word containing "conftest.", or (3) at the end.
9970 # Note that $ac_compile itself does not contain backslashes and begins
9971 # with a dollar sign (not a hyphen), so the echo should work correctly.
9972 # The option is referenced via a variable to avoid confusing sed.
9973 lt_compile=`echo "$ac_compile" | $SED \
9974 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
9975 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
9976 -e 's:$: $lt_compiler_flag:'`
9977 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
9978 (eval "$lt_compile" 2>conftest.err)
9979 ac_status=$?
9980 cat conftest.err >&5
9981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9982 if (exit $ac_status) && test -s "$ac_outfile"; then
9983 # The compiler can only warn and ignore the option if not recognized
9984 # So say no if there are warnings other than the usual output.
9985 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9986 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9987 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9988 lt_cv_prog_compiler_rtti_exceptions=yes
9989 fi
9990 fi
9991 $RM conftest*
9992
9993fi
9994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
9995$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
9996
9997if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
9998 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
9999else
10000 :
10001fi
10002
10003fi
10004
10005
10006
10007
10008
10009
10010 lt_prog_compiler_wl=
10011lt_prog_compiler_pic=
10012lt_prog_compiler_static=
10013
10014{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
10015$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
10016
10017 if test "$GCC" = yes; then
10018 lt_prog_compiler_wl='-Wl,'
10019 lt_prog_compiler_static='-static'
10020
10021 case $host_os in
10022 aix*)
10023 # All AIX code is PIC.
10024 if test "$host_cpu" = ia64; then
10025 # AIX 5 now supports IA64 processor
10026 lt_prog_compiler_static='-Bstatic'
10027 fi
10028 lt_prog_compiler_pic='-fPIC'
10029 ;;
10030
10031 amigaos*)
10032 case $host_cpu in
10033 powerpc)
10034 # see comment about AmigaOS4 .so support
10035 lt_prog_compiler_pic='-fPIC'
10036 ;;
10037 m68k)
10038 # FIXME: we need at least 68020 code to build shared libraries, but
10039 # adding the `-m68020' flag to GCC prevents building anything better,
10040 # like `-m68040'.
10041 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
10042 ;;
10043 esac
10044 ;;
10045
10046 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
10047 # PIC is the default for these OSes.
10048 ;;
10049
10050 mingw* | cygwin* | pw32* | os2* | cegcc*)
10051 # This hack is so that the source file can tell whether it is being
10052 # built for inclusion in a dll (and should export symbols for example).
10053 # Although the cygwin gcc ignores -fPIC, still need this for old-style
10054 # (--disable-auto-import) libraries
10055 lt_prog_compiler_pic='-DDLL_EXPORT'
10056 ;;
10057
10058 darwin* | rhapsody*)
10059 # PIC is the default on this platform
10060 # Common symbols not allowed in MH_DYLIB files
10061 lt_prog_compiler_pic='-fno-common'
10062 ;;
10063
10064 haiku*)
10065 # PIC is the default for Haiku.
10066 # The "-static" flag exists, but is broken.
10067 lt_prog_compiler_static=
10068 ;;
10069
10070 hpux*)
10071 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
10072 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
10073 # sets the default TLS model and affects inlining.
10074 case $host_cpu in
10075 hppa*64*)
10076 # +Z the default
10077 ;;
10078 *)
10079 lt_prog_compiler_pic='-fPIC'
10080 ;;
10081 esac
10082 ;;
10083
10084 interix[3-9]*)
10085 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
10086 # Instead, we relocate shared libraries at runtime.
10087 ;;
10088
10089 msdosdjgpp*)
10090 # Just because we use GCC doesn't mean we suddenly get shared libraries
10091 # on systems that don't support them.
10092 lt_prog_compiler_can_build_shared=no
10093 enable_shared=no
10094 ;;
10095
10096 *nto* | *qnx*)
10097 # QNX uses GNU C++, but need to define -shared option too, otherwise
10098 # it will coredump.
10099 lt_prog_compiler_pic='-fPIC -shared'
10100 ;;
10101
10102 sysv4*MP*)
10103 if test -d /usr/nec; then
10104 lt_prog_compiler_pic=-Kconform_pic
10105 fi
10106 ;;
10107
10108 *)
10109 lt_prog_compiler_pic='-fPIC'
10110 ;;
10111 esac
10112
10113 case $cc_basename in
10114 nvcc*) # Cuda Compiler Driver 2.2
10115 lt_prog_compiler_wl='-Xlinker '
10116 lt_prog_compiler_pic='-Xcompiler -fPIC'
10117 ;;
10118 esac
10119 else
10120 # PORTME Check for flag to pass linker flags through the system compiler.
10121 case $host_os in
10122 aix*)
10123 lt_prog_compiler_wl='-Wl,'
10124 if test "$host_cpu" = ia64; then
10125 # AIX 5 now supports IA64 processor
10126 lt_prog_compiler_static='-Bstatic'
10127 else
10128 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
10129 fi
10130 ;;
10131
10132 mingw* | cygwin* | pw32* | os2* | cegcc*)
10133 # This hack is so that the source file can tell whether it is being
10134 # built for inclusion in a dll (and should export symbols for example).
10135 lt_prog_compiler_pic='-DDLL_EXPORT'
10136 ;;
10137
10138 hpux9* | hpux10* | hpux11*)
10139 lt_prog_compiler_wl='-Wl,'
10140 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
10141 # not for PA HP-UX.
10142 case $host_cpu in
10143 hppa*64*|ia64*)
10144 # +Z the default
10145 ;;
10146 *)
10147 lt_prog_compiler_pic='+Z'
10148 ;;
10149 esac
10150 # Is there a better lt_prog_compiler_static that works with the bundled CC?
10151 lt_prog_compiler_static='${wl}-a ${wl}archive'
10152 ;;
10153
10154 irix5* | irix6* | nonstopux*)
10155 lt_prog_compiler_wl='-Wl,'
10156 # PIC (with -KPIC) is the default.
10157 lt_prog_compiler_static='-non_shared'
10158 ;;
10159
10160 linux* | k*bsd*-gnu | kopensolaris*-gnu)
10161 case $cc_basename in
10162 # old Intel for x86_64 which still supported -KPIC.
10163 ecc*)
10164 lt_prog_compiler_wl='-Wl,'
10165 lt_prog_compiler_pic='-KPIC'
10166 lt_prog_compiler_static='-static'
10167 ;;
10168 # icc used to be incompatible with GCC.
10169 # ICC 10 doesn't accept -KPIC any more.
10170 icc* | ifort*)
10171 lt_prog_compiler_wl='-Wl,'
10172 lt_prog_compiler_pic='-fPIC'
10173 lt_prog_compiler_static='-static'
10174 ;;
10175 # Lahey Fortran 8.1.
10176 lf95*)
10177 lt_prog_compiler_wl='-Wl,'
10178 lt_prog_compiler_pic='--shared'
10179 lt_prog_compiler_static='--static'
10180 ;;
10181 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
10182 # Portland Group compilers (*not* the Pentium gcc compiler,
10183 # which looks to be a dead project)
10184 lt_prog_compiler_wl='-Wl,'
10185 lt_prog_compiler_pic='-fpic'
10186 lt_prog_compiler_static='-Bstatic'
10187 ;;
10188 ccc*)
10189 lt_prog_compiler_wl='-Wl,'
10190 # All Alpha code is PIC.
10191 lt_prog_compiler_static='-non_shared'
10192 ;;
10193 xl* | bgxl* | bgf* | mpixl*)
10194 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
10195 lt_prog_compiler_wl='-Wl,'
10196 lt_prog_compiler_pic='-qpic'
10197 lt_prog_compiler_static='-qstaticlink'
10198 ;;
10199 *)
10200 case `$CC -V 2>&1 | sed 5q` in
10201 *Sun\ F* | *Sun*Fortran*)
10202 # Sun Fortran 8.3 passes all unrecognized flags to the linker
10203 lt_prog_compiler_pic='-KPIC'
10204 lt_prog_compiler_static='-Bstatic'
10205 lt_prog_compiler_wl=''
10206 ;;
10207 *Sun\ C*)
10208 # Sun C 5.9
10209 lt_prog_compiler_pic='-KPIC'
10210 lt_prog_compiler_static='-Bstatic'
10211 lt_prog_compiler_wl='-Wl,'
10212 ;;
10213 esac
10214 ;;
10215 esac
10216 ;;
10217
10218 newsos6)
10219 lt_prog_compiler_pic='-KPIC'
10220 lt_prog_compiler_static='-Bstatic'
10221 ;;
10222
10223 *nto* | *qnx*)
10224 # QNX uses GNU C++, but need to define -shared option too, otherwise
10225 # it will coredump.
10226 lt_prog_compiler_pic='-fPIC -shared'
10227 ;;
10228
10229 osf3* | osf4* | osf5*)
10230 lt_prog_compiler_wl='-Wl,'
10231 # All OSF/1 code is PIC.
10232 lt_prog_compiler_static='-non_shared'
10233 ;;
10234
10235 rdos*)
10236 lt_prog_compiler_static='-non_shared'
10237 ;;
10238
10239 solaris*)
10240 lt_prog_compiler_pic='-KPIC'
10241 lt_prog_compiler_static='-Bstatic'
10242 case $cc_basename in
10243 f77* | f90* | f95*)
10244 lt_prog_compiler_wl='-Qoption ld ';;
10245 *)
10246 lt_prog_compiler_wl='-Wl,';;
10247 esac
10248 ;;
10249
10250 sunos4*)
10251 lt_prog_compiler_wl='-Qoption ld '
10252 lt_prog_compiler_pic='-PIC'
10253 lt_prog_compiler_static='-Bstatic'
10254 ;;
10255
10256 sysv4 | sysv4.2uw2* | sysv4.3*)
10257 lt_prog_compiler_wl='-Wl,'
10258 lt_prog_compiler_pic='-KPIC'
10259 lt_prog_compiler_static='-Bstatic'
10260 ;;
10261
10262 sysv4*MP*)
10263 if test -d /usr/nec ;then
10264 lt_prog_compiler_pic='-Kconform_pic'
10265 lt_prog_compiler_static='-Bstatic'
10266 fi
10267 ;;
10268
10269 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
10270 lt_prog_compiler_wl='-Wl,'
10271 lt_prog_compiler_pic='-KPIC'
10272 lt_prog_compiler_static='-Bstatic'
10273 ;;
10274
10275 unicos*)
10276 lt_prog_compiler_wl='-Wl,'
10277 lt_prog_compiler_can_build_shared=no
10278 ;;
10279
10280 uts4*)
10281 lt_prog_compiler_pic='-pic'
10282 lt_prog_compiler_static='-Bstatic'
10283 ;;
10284
10285 *)
10286 lt_prog_compiler_can_build_shared=no
10287 ;;
10288 esac
10289 fi
10290
10291case $host_os in
10292 # For platforms which do not support PIC, -DPIC is meaningless:
10293 *djgpp*)
10294 lt_prog_compiler_pic=
10295 ;;
10296 *)
10297 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
10298 ;;
10299esac
10300{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
10301$as_echo "$lt_prog_compiler_pic" >&6; }
10302
10303
10304
10305
10306
10307
10308#
10309# Check to make sure the PIC flag actually works.
10310#
10311if test -n "$lt_prog_compiler_pic"; then
10312 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
10313$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
d0ac1c44 10314if ${lt_cv_prog_compiler_pic_works+:} false; then :
6bb11ab3
L
10315 $as_echo_n "(cached) " >&6
10316else
10317 lt_cv_prog_compiler_pic_works=no
10318 ac_outfile=conftest.$ac_objext
10319 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10320 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
10321 # Insert the option either (1) after the last *FLAGS variable, or
10322 # (2) before a word containing "conftest.", or (3) at the end.
10323 # Note that $ac_compile itself does not contain backslashes and begins
10324 # with a dollar sign (not a hyphen), so the echo should work correctly.
10325 # The option is referenced via a variable to avoid confusing sed.
10326 lt_compile=`echo "$ac_compile" | $SED \
10327 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10328 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10329 -e 's:$: $lt_compiler_flag:'`
10330 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10331 (eval "$lt_compile" 2>conftest.err)
10332 ac_status=$?
10333 cat conftest.err >&5
10334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10335 if (exit $ac_status) && test -s "$ac_outfile"; then
10336 # The compiler can only warn and ignore the option if not recognized
10337 # So say no if there are warnings other than the usual output.
10338 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
10339 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10340 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
10341 lt_cv_prog_compiler_pic_works=yes
10342 fi
10343 fi
10344 $RM conftest*
10345
10346fi
10347{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
10348$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
10349
10350if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
10351 case $lt_prog_compiler_pic in
10352 "" | " "*) ;;
10353 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
10354 esac
10355else
10356 lt_prog_compiler_pic=
10357 lt_prog_compiler_can_build_shared=no
10358fi
10359
10360fi
10361
10362
10363
10364
10365
10366
10367#
10368# Check to make sure the static flag actually works.
10369#
10370wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
10371{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
10372$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
d0ac1c44 10373if ${lt_cv_prog_compiler_static_works+:} false; then :
6bb11ab3
L
10374 $as_echo_n "(cached) " >&6
10375else
10376 lt_cv_prog_compiler_static_works=no
10377 save_LDFLAGS="$LDFLAGS"
10378 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
10379 echo "$lt_simple_link_test_code" > conftest.$ac_ext
10380 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
10381 # The linker can only warn and ignore the option if not recognized
10382 # So say no if there are warnings
10383 if test -s conftest.err; then
10384 # Append any errors to the config.log.
10385 cat conftest.err 1>&5
10386 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
10387 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
10388 if diff conftest.exp conftest.er2 >/dev/null; then
10389 lt_cv_prog_compiler_static_works=yes
10390 fi
10391 else
10392 lt_cv_prog_compiler_static_works=yes
10393 fi
10394 fi
10395 $RM -r conftest*
10396 LDFLAGS="$save_LDFLAGS"
10397
10398fi
10399{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
10400$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
10401
10402if test x"$lt_cv_prog_compiler_static_works" = xyes; then
10403 :
10404else
10405 lt_prog_compiler_static=
10406fi
10407
10408
10409
10410
10411
10412
10413
10414 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10415$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10416if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3
L
10417 $as_echo_n "(cached) " >&6
10418else
10419 lt_cv_prog_compiler_c_o=no
10420 $RM -r conftest 2>/dev/null
10421 mkdir conftest
10422 cd conftest
10423 mkdir out
10424 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10425
10426 lt_compiler_flag="-o out/conftest2.$ac_objext"
10427 # Insert the option either (1) after the last *FLAGS variable, or
10428 # (2) before a word containing "conftest.", or (3) at the end.
10429 # Note that $ac_compile itself does not contain backslashes and begins
10430 # with a dollar sign (not a hyphen), so the echo should work correctly.
10431 lt_compile=`echo "$ac_compile" | $SED \
10432 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10433 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10434 -e 's:$: $lt_compiler_flag:'`
10435 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10436 (eval "$lt_compile" 2>out/conftest.err)
10437 ac_status=$?
10438 cat out/conftest.err >&5
10439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10440 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10441 then
10442 # The compiler can only warn and ignore the option if not recognized
10443 # So say no if there are warnings
10444 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10445 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10446 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10447 lt_cv_prog_compiler_c_o=yes
10448 fi
10449 fi
10450 chmod u+w . 2>&5
10451 $RM conftest*
10452 # SGI C++ compiler will create directory out/ii_files/ for
10453 # template instantiation
10454 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10455 $RM out/* && rmdir out
10456 cd ..
10457 $RM -r conftest
10458 $RM conftest*
10459
10460fi
10461{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10462$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10463
10464
10465
10466
10467
10468
10469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
10470$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
d0ac1c44 10471if ${lt_cv_prog_compiler_c_o+:} false; then :
6bb11ab3
L
10472 $as_echo_n "(cached) " >&6
10473else
10474 lt_cv_prog_compiler_c_o=no
10475 $RM -r conftest 2>/dev/null
10476 mkdir conftest
10477 cd conftest
10478 mkdir out
10479 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
10480
10481 lt_compiler_flag="-o out/conftest2.$ac_objext"
10482 # Insert the option either (1) after the last *FLAGS variable, or
10483 # (2) before a word containing "conftest.", or (3) at the end.
10484 # Note that $ac_compile itself does not contain backslashes and begins
10485 # with a dollar sign (not a hyphen), so the echo should work correctly.
10486 lt_compile=`echo "$ac_compile" | $SED \
10487 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
10488 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
10489 -e 's:$: $lt_compiler_flag:'`
10490 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
10491 (eval "$lt_compile" 2>out/conftest.err)
10492 ac_status=$?
10493 cat out/conftest.err >&5
10494 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10495 if (exit $ac_status) && test -s out/conftest2.$ac_objext
10496 then
10497 # The compiler can only warn and ignore the option if not recognized
10498 # So say no if there are warnings
10499 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
10500 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
10501 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
10502 lt_cv_prog_compiler_c_o=yes
10503 fi
10504 fi
10505 chmod u+w . 2>&5
10506 $RM conftest*
10507 # SGI C++ compiler will create directory out/ii_files/ for
10508 # template instantiation
10509 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
10510 $RM out/* && rmdir out
10511 cd ..
10512 $RM -r conftest
10513 $RM conftest*
10514
10515fi
10516{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
10517$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
10518
10519
10520
10521
10522hard_links="nottested"
10523if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
10524 # do not overwrite the value of need_locks provided by the user
10525 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
10526$as_echo_n "checking if we can lock with hard links... " >&6; }
10527 hard_links=yes
10528 $RM conftest*
10529 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10530 touch conftest.a
10531 ln conftest.a conftest.b 2>&5 || hard_links=no
10532 ln conftest.a conftest.b 2>/dev/null && hard_links=no
10533 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
10534$as_echo "$hard_links" >&6; }
10535 if test "$hard_links" = no; then
10536 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
10537$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
10538 need_locks=warn
10539 fi
10540else
10541 need_locks=no
10542fi
10543
10544
10545
10546
10547
10548
10549 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
10550$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
10551
10552 runpath_var=
10553 allow_undefined_flag=
10554 always_export_symbols=no
10555 archive_cmds=
10556 archive_expsym_cmds=
10557 compiler_needs_object=no
10558 enable_shared_with_static_runtimes=no
10559 export_dynamic_flag_spec=
10560 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
10561 hardcode_automatic=no
10562 hardcode_direct=no
10563 hardcode_direct_absolute=no
10564 hardcode_libdir_flag_spec=
10565 hardcode_libdir_flag_spec_ld=
10566 hardcode_libdir_separator=
10567 hardcode_minus_L=no
10568 hardcode_shlibpath_var=unsupported
10569 inherit_rpath=no
10570 link_all_deplibs=unknown
10571 module_cmds=
10572 module_expsym_cmds=
10573 old_archive_from_new_cmds=
10574 old_archive_from_expsyms_cmds=
10575 thread_safe_flag_spec=
10576 whole_archive_flag_spec=
10577 # include_expsyms should be a list of space-separated symbols to be *always*
10578 # included in the symbol list
10579 include_expsyms=
10580 # exclude_expsyms can be an extended regexp of symbols to exclude
10581 # it will be wrapped by ` (' and `)$', so one must not match beginning or
10582 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
10583 # as well as any symbol that contains `d'.
10584 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
10585 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
10586 # platforms (ab)use it in PIC code, but their linkers get confused if
10587 # the symbol is explicitly referenced. Since portable code cannot
10588 # rely on this symbol name, it's probably fine to never include it in
10589 # preloaded symbol tables.
10590 # Exclude shared library initialization/finalization symbols.
10591 extract_expsyms_cmds=
10592
10593 case $host_os in
10594 cygwin* | mingw* | pw32* | cegcc*)
10595 # FIXME: the MSVC++ port hasn't been tested in a loooong time
10596 # When not using gcc, we currently assume that we are using
10597 # Microsoft Visual C++.
10598 if test "$GCC" != yes; then
10599 with_gnu_ld=no
10600 fi
10601 ;;
10602 interix*)
10603 # we just hope/assume this is gcc and not c89 (= MSVC++)
10604 with_gnu_ld=yes
10605 ;;
10606 openbsd*)
10607 with_gnu_ld=no
10608 ;;
10609 esac
10610
10611 ld_shlibs=yes
10612
10613 # On some targets, GNU ld is compatible enough with the native linker
10614 # that we're better off using the native interface for both.
10615 lt_use_gnu_ld_interface=no
10616 if test "$with_gnu_ld" = yes; then
10617 case $host_os in
10618 aix*)
10619 # The AIX port of GNU ld has always aspired to compatibility
10620 # with the native linker. However, as the warning in the GNU ld
10621 # block says, versions before 2.19.5* couldn't really create working
10622 # shared libraries, regardless of the interface used.
10623 case `$LD -v 2>&1` in
10624 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
10625 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
10626 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
10627 *)
10628 lt_use_gnu_ld_interface=yes
10629 ;;
10630 esac
10631 ;;
10632 *)
10633 lt_use_gnu_ld_interface=yes
10634 ;;
10635 esac
10636 fi
10637
10638 if test "$lt_use_gnu_ld_interface" = yes; then
10639 # If archive_cmds runs LD, not CC, wlarc should be empty
10640 wlarc='${wl}'
10641
10642 # Set some defaults for GNU ld with shared library support. These
10643 # are reset later if shared libraries are not supported. Putting them
10644 # here allows them to be overridden if necessary.
10645 runpath_var=LD_RUN_PATH
10646 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10647 export_dynamic_flag_spec='${wl}--export-dynamic'
10648 # ancient GNU ld didn't support --whole-archive et. al.
10649 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
10650 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
10651 else
10652 whole_archive_flag_spec=
10653 fi
10654 supports_anon_versioning=no
10655 case `$LD -v 2>&1` in
10656 *GNU\ gold*) supports_anon_versioning=yes ;;
10657 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
10658 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
10659 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
10660 *\ 2.11.*) ;; # other 2.11 versions
10661 *) supports_anon_versioning=yes ;;
10662 esac
10663
10664 # See if GNU ld supports shared libraries.
10665 case $host_os in
10666 aix[3-9]*)
10667 # On AIX/PPC, the GNU linker is very broken
10668 if test "$host_cpu" != ia64; then
10669 ld_shlibs=no
10670 cat <<_LT_EOF 1>&2
10671
10672*** Warning: the GNU linker, at least up to release 2.19, is reported
10673*** to be unable to reliably create shared libraries on AIX.
10674*** Therefore, libtool is disabling shared libraries support. If you
10675*** really care for shared libraries, you may want to install binutils
10676*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
10677*** You will then need to restart the configuration process.
10678
10679_LT_EOF
10680 fi
10681 ;;
10682
10683 amigaos*)
10684 case $host_cpu in
10685 powerpc)
10686 # see comment about AmigaOS4 .so support
10687 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10688 archive_expsym_cmds=''
10689 ;;
10690 m68k)
10691 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)'
10692 hardcode_libdir_flag_spec='-L$libdir'
10693 hardcode_minus_L=yes
10694 ;;
10695 esac
10696 ;;
10697
10698 beos*)
10699 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10700 allow_undefined_flag=unsupported
10701 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
10702 # support --undefined. This deserves some investigation. FIXME
10703 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10704 else
10705 ld_shlibs=no
10706 fi
10707 ;;
10708
10709 cygwin* | mingw* | pw32* | cegcc*)
10710 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
10711 # as there is no search path for DLLs.
10712 hardcode_libdir_flag_spec='-L$libdir'
10713 export_dynamic_flag_spec='${wl}--export-all-symbols'
10714 allow_undefined_flag=unsupported
10715 always_export_symbols=no
10716 enable_shared_with_static_runtimes=yes
10717 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
10718
10719 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
10720 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10721 # If the export-symbols file already is a .def file (1st line
10722 # is EXPORTS), use it as is; otherwise, prepend...
10723 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
10724 cp $export_symbols $output_objdir/$soname.def;
10725 else
10726 echo EXPORTS > $output_objdir/$soname.def;
10727 cat $export_symbols >> $output_objdir/$soname.def;
10728 fi~
10729 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
10730 else
10731 ld_shlibs=no
10732 fi
10733 ;;
10734
10735 haiku*)
10736 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10737 link_all_deplibs=yes
10738 ;;
10739
10740 interix[3-9]*)
10741 hardcode_direct=no
10742 hardcode_shlibpath_var=no
10743 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
10744 export_dynamic_flag_spec='${wl}-E'
10745 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
10746 # Instead, shared libraries are loaded at an image base (0x10000000 by
10747 # default) and relocated if they conflict, which is a slow very memory
10748 # consuming and fragmenting process. To avoid this, we pick a random,
10749 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
10750 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
10751 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
10752 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'
10753 ;;
10754
10755 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
10756 tmp_diet=no
10757 if test "$host_os" = linux-dietlibc; then
10758 case $cc_basename in
10759 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
10760 esac
10761 fi
10762 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
10763 && test "$tmp_diet" = no
10764 then
ae7d0cac 10765 tmp_addflag=' $pic_flag'
6bb11ab3
L
10766 tmp_sharedflag='-shared'
10767 case $cc_basename,$host_cpu in
10768 pgcc*) # Portland Group C compiler
10769 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'
10770 tmp_addflag=' $pic_flag'
10771 ;;
10772 pgf77* | pgf90* | pgf95* | pgfortran*)
10773 # Portland Group f77 and f90 compilers
10774 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'
10775 tmp_addflag=' $pic_flag -Mnomain' ;;
10776 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
10777 tmp_addflag=' -i_dynamic' ;;
10778 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
10779 tmp_addflag=' -i_dynamic -nofor_main' ;;
10780 ifc* | ifort*) # Intel Fortran compiler
10781 tmp_addflag=' -nofor_main' ;;
10782 lf95*) # Lahey Fortran 8.1
10783 whole_archive_flag_spec=
10784 tmp_sharedflag='--shared' ;;
10785 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
10786 tmp_sharedflag='-qmkshrobj'
10787 tmp_addflag= ;;
10788 nvcc*) # Cuda Compiler Driver 2.2
10789 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'
10790 compiler_needs_object=yes
10791 ;;
10792 esac
10793 case `$CC -V 2>&1 | sed 5q` in
10794 *Sun\ C*) # Sun C 5.9
10795 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'
10796 compiler_needs_object=yes
10797 tmp_sharedflag='-G' ;;
10798 *Sun\ F*) # Sun Fortran 8.3
10799 tmp_sharedflag='-G' ;;
10800 esac
10801 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10802
10803 if test "x$supports_anon_versioning" = xyes; then
10804 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10805 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10806 echo "local: *; };" >> $output_objdir/$libname.ver~
10807 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
10808 fi
10809
10810 case $cc_basename in
10811 xlf* | bgf* | bgxlf* | mpixlf*)
10812 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
10813 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
10814 hardcode_libdir_flag_spec=
10815 hardcode_libdir_flag_spec_ld='-rpath $libdir'
10816 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
10817 if test "x$supports_anon_versioning" = xyes; then
10818 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
10819 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
10820 echo "local: *; };" >> $output_objdir/$libname.ver~
10821 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
10822 fi
10823 ;;
10824 esac
10825 else
10826 ld_shlibs=no
10827 fi
10828 ;;
10829
10830 netbsd*)
10831 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10832 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
10833 wlarc=
10834 else
10835 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10836 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10837 fi
10838 ;;
10839
10840 solaris*)
10841 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
10842 ld_shlibs=no
10843 cat <<_LT_EOF 1>&2
10844
10845*** Warning: The releases 2.8.* of the GNU linker cannot reliably
10846*** create shared libraries on Solaris systems. Therefore, libtool
10847*** is disabling shared libraries support. We urge you to upgrade GNU
10848*** binutils to release 2.9.1 or newer. Another option is to modify
10849*** your PATH or compiler configuration so that the native linker is
10850*** used, and then restart.
10851
10852_LT_EOF
10853 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10854 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10855 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10856 else
10857 ld_shlibs=no
10858 fi
10859 ;;
10860
10861 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
10862 case `$LD -v 2>&1` in
10863 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
10864 ld_shlibs=no
10865 cat <<_LT_EOF 1>&2
10866
10867*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
10868*** reliably create shared libraries on SCO systems. Therefore, libtool
10869*** is disabling shared libraries support. We urge you to upgrade GNU
10870*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
10871*** your PATH or compiler configuration so that the native linker is
10872*** used, and then restart.
10873
10874_LT_EOF
10875 ;;
10876 *)
10877 # For security reasons, it is highly recommended that you always
10878 # use absolute paths for naming shared libraries, and exclude the
10879 # DT_RUNPATH tag from executables and libraries. But doing so
10880 # requires that you compile everything twice, which is a pain.
10881 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10882 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
10883 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10884 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10885 else
10886 ld_shlibs=no
10887 fi
10888 ;;
10889 esac
10890 ;;
10891
10892 sunos4*)
10893 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
10894 wlarc=
10895 hardcode_direct=yes
10896 hardcode_shlibpath_var=no
10897 ;;
10898
10899 *)
10900 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
10901 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
10902 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
10903 else
10904 ld_shlibs=no
10905 fi
10906 ;;
10907 esac
10908
10909 if test "$ld_shlibs" = no; then
10910 runpath_var=
10911 hardcode_libdir_flag_spec=
10912 export_dynamic_flag_spec=
10913 whole_archive_flag_spec=
10914 fi
10915 else
10916 # PORTME fill in a description of your system's linker (not GNU ld)
10917 case $host_os in
10918 aix3*)
10919 allow_undefined_flag=unsupported
10920 always_export_symbols=yes
10921 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'
10922 # Note: this linker hardcodes the directories in LIBPATH if there
10923 # are no directories specified by -L.
10924 hardcode_minus_L=yes
10925 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
10926 # Neither direct hardcoding nor static linking is supported with a
10927 # broken collect2.
10928 hardcode_direct=unsupported
10929 fi
10930 ;;
10931
10932 aix[4-9]*)
10933 if test "$host_cpu" = ia64; then
10934 # On IA64, the linker does run time linking by default, so we don't
10935 # have to do anything special.
10936 aix_use_runtimelinking=no
10937 exp_sym_flag='-Bexport'
10938 no_entry_flag=""
10939 else
10940 # If we're using GNU nm, then we don't want the "-C" option.
10941 # -C means demangle to AIX nm, but means don't demangle with GNU nm
10942 # Also, AIX nm treats weak defined symbols like other global
10943 # defined symbols, whereas GNU nm marks them as "W".
10944 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
10945 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'
10946 else
5c887dd5 10947 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B") || (\$ 2 == "L")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
6bb11ab3
L
10948 fi
10949 aix_use_runtimelinking=no
10950
10951 # Test if we are trying to use run time linking or normal
10952 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
10953 # need to do runtime linking.
10954 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
10955 for ld_flag in $LDFLAGS; do
10956 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
10957 aix_use_runtimelinking=yes
10958 break
10959 fi
10960 done
10961 ;;
10962 esac
10963
10964 exp_sym_flag='-bexport'
10965 no_entry_flag='-bnoentry'
10966 fi
10967
10968 # When large executables or shared objects are built, AIX ld can
10969 # have problems creating the table of contents. If linking a library
10970 # or program results in "error TOC overflow" add -mminimal-toc to
10971 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
10972 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
10973
10974 archive_cmds=''
10975 hardcode_direct=yes
10976 hardcode_direct_absolute=yes
10977 hardcode_libdir_separator=':'
10978 link_all_deplibs=yes
10979 file_list_spec='${wl}-f,'
10980
10981 if test "$GCC" = yes; then
10982 case $host_os in aix4.[012]|aix4.[012].*)
10983 # We only want to do this on AIX 4.2 and lower, the check
10984 # below for broken collect2 doesn't work under 4.3+
10985 collect2name=`${CC} -print-prog-name=collect2`
10986 if test -f "$collect2name" &&
10987 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
10988 then
10989 # We have reworked collect2
10990 :
10991 else
10992 # We have old collect2
10993 hardcode_direct=unsupported
10994 # It fails to find uninstalled libraries when the uninstalled
10995 # path is not listed in the libpath. Setting hardcode_minus_L
10996 # to unsupported forces relinking
10997 hardcode_minus_L=yes
10998 hardcode_libdir_flag_spec='-L$libdir'
10999 hardcode_libdir_separator=
11000 fi
11001 ;;
11002 esac
11003 shared_flag='-shared'
11004 if test "$aix_use_runtimelinking" = yes; then
11005 shared_flag="$shared_flag "'${wl}-G'
11006 fi
11007 else
11008 # not using gcc
11009 if test "$host_cpu" = ia64; then
11010 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
11011 # chokes on -Wl,-G. The following line is correct:
11012 shared_flag='-G'
11013 else
11014 if test "$aix_use_runtimelinking" = yes; then
11015 shared_flag='${wl}-G'
11016 else
11017 shared_flag='${wl}-bM:SRE'
11018 fi
11019 fi
11020 fi
11021
11022 export_dynamic_flag_spec='${wl}-bexpall'
11023 # It seems that -bexpall does not export symbols beginning with
11024 # underscore (_), so it is better to generate a list of symbols to export.
11025 always_export_symbols=yes
11026 if test "$aix_use_runtimelinking" = yes; then
11027 # Warning - without using the other runtime loading flags (-brtl),
11028 # -berok will link without error, but may produce a broken library.
11029 allow_undefined_flag='-berok'
11030 # Determine the default libpath from the value encoded in an
11031 # empty executable.
11032 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11033/* end confdefs.h. */
11034
11035int
11036main ()
11037{
11038
11039 ;
11040 return 0;
ef016f83 11041}
6bb11ab3
L
11042_ACEOF
11043if ac_fn_c_try_link "$LINENO"; then :
11044
11045lt_aix_libpath_sed='
11046 /Import File Strings/,/^$/ {
11047 /^0/ {
11048 s/^0 *\(.*\)$/\1/
11049 p
11050 }
11051 }'
11052aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11053# Check for a 64-bit object if we didn't find anything.
11054if test -z "$aix_libpath"; then
11055 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11056fi
11057fi
11058rm -f core conftest.err conftest.$ac_objext \
11059 conftest$ac_exeext conftest.$ac_ext
11060if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11061
11062 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11063 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"
11064 else
11065 if test "$host_cpu" = ia64; then
11066 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
11067 allow_undefined_flag="-z nodefs"
11068 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"
11069 else
11070 # Determine the default libpath from the value encoded in an
11071 # empty executable.
11072 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11073/* end confdefs.h. */
11074
11075int
11076main ()
ef016f83 11077{
6bb11ab3
L
11078
11079 ;
11080 return 0;
ef016f83 11081}
6bb11ab3
L
11082_ACEOF
11083if ac_fn_c_try_link "$LINENO"; then :
11084
11085lt_aix_libpath_sed='
11086 /Import File Strings/,/^$/ {
11087 /^0/ {
11088 s/^0 *\(.*\)$/\1/
11089 p
11090 }
11091 }'
11092aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11093# Check for a 64-bit object if we didn't find anything.
11094if test -z "$aix_libpath"; then
11095 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
11096fi
11097fi
11098rm -f core conftest.err conftest.$ac_objext \
11099 conftest$ac_exeext conftest.$ac_ext
11100if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
11101
11102 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
11103 # Warning - without using the other run time loading flags,
11104 # -berok will link without error, but may produce a broken library.
11105 no_undefined_flag=' ${wl}-bernotok'
11106 allow_undefined_flag=' ${wl}-berok'
11107 if test "$with_gnu_ld" = yes; then
11108 # We only use this code for GNU lds that support --whole-archive.
11109 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
11110 else
11111 # Exported symbols can be pulled into shared objects from archives
11112 whole_archive_flag_spec='$convenience'
11113 fi
11114 archive_cmds_need_lc=yes
11115 # This is similar to how AIX traditionally builds its shared libraries.
11116 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'
11117 fi
11118 fi
11119 ;;
11120
11121 amigaos*)
11122 case $host_cpu in
11123 powerpc)
11124 # see comment about AmigaOS4 .so support
11125 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
11126 archive_expsym_cmds=''
11127 ;;
11128 m68k)
11129 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)'
11130 hardcode_libdir_flag_spec='-L$libdir'
11131 hardcode_minus_L=yes
11132 ;;
11133 esac
11134 ;;
11135
11136 bsdi[45]*)
11137 export_dynamic_flag_spec=-rdynamic
11138 ;;
11139
11140 cygwin* | mingw* | pw32* | cegcc*)
11141 # When not using gcc, we currently assume that we are using
11142 # Microsoft Visual C++.
11143 # hardcode_libdir_flag_spec is actually meaningless, as there is
11144 # no search path for DLLs.
11145 hardcode_libdir_flag_spec=' '
11146 allow_undefined_flag=unsupported
11147 # Tell ltmain to make .lib files, not .a files.
11148 libext=lib
11149 # Tell ltmain to make .dll files, not .so files.
11150 shrext_cmds=".dll"
11151 # FIXME: Setting linknames here is a bad hack.
11152 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
11153 # The linker will automatically build a .lib file if we build a DLL.
11154 old_archive_from_new_cmds='true'
11155 # FIXME: Should let the user specify the lib program.
11156 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
11157 fix_srcfile_path='`cygpath -w "$srcfile"`'
11158 enable_shared_with_static_runtimes=yes
11159 ;;
11160
11161 darwin* | rhapsody*)
11162
11163
11164 archive_cmds_need_lc=no
11165 hardcode_direct=no
11166 hardcode_automatic=yes
11167 hardcode_shlibpath_var=unsupported
11168 if test "$lt_cv_ld_force_load" = "yes"; then
11169 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\"`'
11170 else
11171 whole_archive_flag_spec=''
11172 fi
11173 link_all_deplibs=yes
11174 allow_undefined_flag="$_lt_dar_allow_undefined"
11175 case $cc_basename in
11176 ifort*) _lt_dar_can_shared=yes ;;
11177 *) _lt_dar_can_shared=$GCC ;;
11178 esac
11179 if test "$_lt_dar_can_shared" = "yes"; then
11180 output_verbose_link_cmd=func_echo_all
11181 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
11182 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
11183 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}"
11184 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}"
11185
11186 else
11187 ld_shlibs=no
11188 fi
11189
11190 ;;
11191
11192 dgux*)
11193 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11194 hardcode_libdir_flag_spec='-L$libdir'
11195 hardcode_shlibpath_var=no
11196 ;;
11197
11198 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
11199 # support. Future versions do this automatically, but an explicit c++rt0.o
11200 # does not break anything, and helps significantly (at the cost of a little
11201 # extra space).
11202 freebsd2.2*)
11203 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
11204 hardcode_libdir_flag_spec='-R$libdir'
11205 hardcode_direct=yes
11206 hardcode_shlibpath_var=no
11207 ;;
11208
11209 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
11210 freebsd2.*)
11211 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11212 hardcode_direct=yes
11213 hardcode_minus_L=yes
11214 hardcode_shlibpath_var=no
11215 ;;
11216
11217 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
11218 freebsd* | dragonfly*)
11219 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
11220 hardcode_libdir_flag_spec='-R$libdir'
11221 hardcode_direct=yes
11222 hardcode_shlibpath_var=no
11223 ;;
11224
11225 hpux9*)
11226 if test "$GCC" = yes; then
11227 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'
11228 else
11229 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'
11230 fi
11231 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11232 hardcode_libdir_separator=:
11233 hardcode_direct=yes
11234
11235 # hardcode_minus_L: Not really in the search PATH,
11236 # but as the default location of the library.
11237 hardcode_minus_L=yes
11238 export_dynamic_flag_spec='${wl}-E'
11239 ;;
11240
11241 hpux10*)
11242 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11243 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11244 else
11245 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11246 fi
11247 if test "$with_gnu_ld" = no; then
11248 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11249 hardcode_libdir_flag_spec_ld='+b $libdir'
11250 hardcode_libdir_separator=:
11251 hardcode_direct=yes
11252 hardcode_direct_absolute=yes
11253 export_dynamic_flag_spec='${wl}-E'
11254 # hardcode_minus_L: Not really in the search PATH,
11255 # but as the default location of the library.
11256 hardcode_minus_L=yes
11257 fi
11258 ;;
11259
11260 hpux11*)
11261 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
11262 case $host_cpu in
11263 hppa*64*)
11264 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11265 ;;
11266 ia64*)
11267 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11268 ;;
11269 *)
11270 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11271 ;;
11272 esac
11273 else
11274 case $host_cpu in
11275 hppa*64*)
11276 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11277 ;;
11278 ia64*)
11279 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
11280 ;;
11281 *)
11282
11283 # Older versions of the 11.00 compiler do not understand -b yet
11284 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
11285 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
11286$as_echo_n "checking if $CC understands -b... " >&6; }
d0ac1c44 11287if ${lt_cv_prog_compiler__b+:} false; then :
6bb11ab3
L
11288 $as_echo_n "(cached) " >&6
11289else
11290 lt_cv_prog_compiler__b=no
11291 save_LDFLAGS="$LDFLAGS"
11292 LDFLAGS="$LDFLAGS -b"
11293 echo "$lt_simple_link_test_code" > conftest.$ac_ext
11294 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
11295 # The linker can only warn and ignore the option if not recognized
11296 # So say no if there are warnings
11297 if test -s conftest.err; then
11298 # Append any errors to the config.log.
11299 cat conftest.err 1>&5
11300 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
11301 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
11302 if diff conftest.exp conftest.er2 >/dev/null; then
11303 lt_cv_prog_compiler__b=yes
11304 fi
11305 else
11306 lt_cv_prog_compiler__b=yes
11307 fi
11308 fi
11309 $RM -r conftest*
11310 LDFLAGS="$save_LDFLAGS"
11311
11312fi
11313{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
11314$as_echo "$lt_cv_prog_compiler__b" >&6; }
11315
11316if test x"$lt_cv_prog_compiler__b" = xyes; then
11317 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
11318else
11319 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
11320fi
11321
11322 ;;
11323 esac
11324 fi
11325 if test "$with_gnu_ld" = no; then
11326 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
11327 hardcode_libdir_separator=:
11328
11329 case $host_cpu in
11330 hppa*64*|ia64*)
11331 hardcode_direct=no
11332 hardcode_shlibpath_var=no
11333 ;;
11334 *)
11335 hardcode_direct=yes
11336 hardcode_direct_absolute=yes
11337 export_dynamic_flag_spec='${wl}-E'
11338
11339 # hardcode_minus_L: Not really in the search PATH,
11340 # but as the default location of the library.
11341 hardcode_minus_L=yes
11342 ;;
11343 esac
11344 fi
11345 ;;
11346
11347 irix5* | irix6* | nonstopux*)
11348 if test "$GCC" = yes; then
11349 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'
11350 # Try to use the -exported_symbol ld option, if it does not
11351 # work, assume that -exports_file does not work either and
11352 # implicitly export all symbols.
11353 save_LDFLAGS="$LDFLAGS"
11354 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
11355 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11356/* end confdefs.h. */
11357int foo(void) {}
11358_ACEOF
11359if ac_fn_c_try_link "$LINENO"; then :
11360 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'
11361
11362fi
11363rm -f core conftest.err conftest.$ac_objext \
11364 conftest$ac_exeext conftest.$ac_ext
11365 LDFLAGS="$save_LDFLAGS"
11366 else
11367 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'
11368 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'
11369 fi
11370 archive_cmds_need_lc='no'
11371 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11372 hardcode_libdir_separator=:
11373 inherit_rpath=yes
11374 link_all_deplibs=yes
11375 ;;
11376
11377 netbsd*)
11378 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
11379 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
11380 else
11381 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
11382 fi
11383 hardcode_libdir_flag_spec='-R$libdir'
11384 hardcode_direct=yes
11385 hardcode_shlibpath_var=no
11386 ;;
11387
11388 newsos6)
11389 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11390 hardcode_direct=yes
11391 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11392 hardcode_libdir_separator=:
11393 hardcode_shlibpath_var=no
11394 ;;
11395
11396 *nto* | *qnx*)
11397 ;;
11398
11399 openbsd*)
11400 if test -f /usr/libexec/ld.so; then
11401 hardcode_direct=yes
11402 hardcode_shlibpath_var=no
11403 hardcode_direct_absolute=yes
11404 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
11405 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11406 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
11407 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11408 export_dynamic_flag_spec='${wl}-E'
11409 else
11410 case $host_os in
11411 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
11412 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
11413 hardcode_libdir_flag_spec='-R$libdir'
11414 ;;
11415 *)
11416 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
11417 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
11418 ;;
11419 esac
11420 fi
11421 else
11422 ld_shlibs=no
11423 fi
11424 ;;
11425
11426 os2*)
11427 hardcode_libdir_flag_spec='-L$libdir'
11428 hardcode_minus_L=yes
11429 allow_undefined_flag=unsupported
11430 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'
11431 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
11432 ;;
11433
11434 osf3*)
11435 if test "$GCC" = yes; then
11436 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11437 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'
11438 else
11439 allow_undefined_flag=' -expect_unresolved \*'
11440 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'
11441 fi
11442 archive_cmds_need_lc='no'
11443 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11444 hardcode_libdir_separator=:
11445 ;;
11446
11447 osf4* | osf5*) # as osf3* with the addition of -msym flag
11448 if test "$GCC" = yes; then
11449 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
11450 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'
11451 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
11452 else
11453 allow_undefined_flag=' -expect_unresolved \*'
11454 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'
11455 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~
11456 $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'
11457
11458 # Both c and cxx compiler support -rpath directly
11459 hardcode_libdir_flag_spec='-rpath $libdir'
11460 fi
11461 archive_cmds_need_lc='no'
11462 hardcode_libdir_separator=:
11463 ;;
11464
11465 solaris*)
11466 no_undefined_flag=' -z defs'
11467 if test "$GCC" = yes; then
11468 wlarc='${wl}'
11469 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
11470 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11471 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11472 else
11473 case `$CC -V 2>&1` in
11474 *"Compilers 5.0"*)
11475 wlarc=''
11476 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
11477 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11478 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
11479 ;;
11480 *)
11481 wlarc='${wl}'
11482 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
11483 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
11484 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
11485 ;;
11486 esac
11487 fi
11488 hardcode_libdir_flag_spec='-R$libdir'
11489 hardcode_shlibpath_var=no
11490 case $host_os in
11491 solaris2.[0-5] | solaris2.[0-5].*) ;;
11492 *)
11493 # The compiler driver will combine and reorder linker options,
11494 # but understands `-z linker_flag'. GCC discards it without `$wl',
11495 # but is careful enough not to reorder.
11496 # Supported since Solaris 2.6 (maybe 2.5.1?)
11497 if test "$GCC" = yes; then
11498 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
11499 else
11500 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
11501 fi
11502 ;;
11503 esac
11504 link_all_deplibs=yes
11505 ;;
11506
11507 sunos4*)
11508 if test "x$host_vendor" = xsequent; then
11509 # Use $CC to link under sequent, because it throws in some extra .o
11510 # files that make .init and .fini sections work.
11511 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
11512 else
11513 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
11514 fi
11515 hardcode_libdir_flag_spec='-L$libdir'
11516 hardcode_direct=yes
11517 hardcode_minus_L=yes
11518 hardcode_shlibpath_var=no
11519 ;;
11520
11521 sysv4)
11522 case $host_vendor in
11523 sni)
11524 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11525 hardcode_direct=yes # is this really true???
11526 ;;
11527 siemens)
11528 ## LD is ld it makes a PLAMLIB
11529 ## CC just makes a GrossModule.
11530 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
11531 reload_cmds='$CC -r -o $output$reload_objs'
11532 hardcode_direct=no
11533 ;;
11534 motorola)
11535 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11536 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
11537 ;;
11538 esac
11539 runpath_var='LD_RUN_PATH'
11540 hardcode_shlibpath_var=no
11541 ;;
11542
11543 sysv4.3*)
11544 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11545 hardcode_shlibpath_var=no
11546 export_dynamic_flag_spec='-Bexport'
11547 ;;
11548
11549 sysv4*MP*)
11550 if test -d /usr/nec; then
11551 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11552 hardcode_shlibpath_var=no
11553 runpath_var=LD_RUN_PATH
11554 hardcode_runpath_var=yes
11555 ld_shlibs=yes
11556 fi
11557 ;;
11558
11559 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
11560 no_undefined_flag='${wl}-z,text'
11561 archive_cmds_need_lc=no
11562 hardcode_shlibpath_var=no
11563 runpath_var='LD_RUN_PATH'
11564
11565 if test "$GCC" = yes; then
11566 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11567 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11568 else
11569 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11570 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11571 fi
11572 ;;
11573
11574 sysv5* | sco3.2v5* | sco5v6*)
11575 # Note: We can NOT use -z defs as we might desire, because we do not
11576 # link with -lc, and that would cause any symbols used from libc to
11577 # always be unresolved, which means just about no library would
11578 # ever link correctly. If we're not using GNU ld we use -z text
11579 # though, which does catch some bad symbols but isn't as heavy-handed
11580 # as -z defs.
11581 no_undefined_flag='${wl}-z,text'
11582 allow_undefined_flag='${wl}-z,nodefs'
11583 archive_cmds_need_lc=no
11584 hardcode_shlibpath_var=no
11585 hardcode_libdir_flag_spec='${wl}-R,$libdir'
11586 hardcode_libdir_separator=':'
11587 link_all_deplibs=yes
11588 export_dynamic_flag_spec='${wl}-Bexport'
11589 runpath_var='LD_RUN_PATH'
11590
11591 if test "$GCC" = yes; then
11592 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11593 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11594 else
11595 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11596 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
11597 fi
11598 ;;
11599
11600 uts4*)
11601 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
11602 hardcode_libdir_flag_spec='-L$libdir'
11603 hardcode_shlibpath_var=no
11604 ;;
11605
11606 *)
11607 ld_shlibs=no
11608 ;;
11609 esac
11610
11611 if test x$host_vendor = xsni; then
11612 case $host in
11613 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
11614 export_dynamic_flag_spec='${wl}-Blargedynsym'
11615 ;;
11616 esac
11617 fi
11618 fi
11619
11620{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
11621$as_echo "$ld_shlibs" >&6; }
11622test "$ld_shlibs" = no && can_build_shared=no
11623
11624with_gnu_ld=$with_gnu_ld
11625
11626
11627
11628
11629
11630
11631
11632
11633
11634
11635
11636
11637
11638
11639
11640#
11641# Do we need to explicitly link libc?
11642#
11643case "x$archive_cmds_need_lc" in
11644x|xyes)
11645 # Assume -lc should be added
11646 archive_cmds_need_lc=yes
11647
11648 if test "$enable_shared" = yes && test "$GCC" = yes; then
11649 case $archive_cmds in
11650 *'~'*)
11651 # FIXME: we may have to deal with multi-command sequences.
11652 ;;
11653 '$CC '*)
11654 # Test whether the compiler implicitly links with -lc since on some
11655 # systems, -lgcc has to come before -lc. If gcc already passes -lc
11656 # to ld, don't add -lc before -lgcc.
11657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
11658$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
d0ac1c44 11659if ${lt_cv_archive_cmds_need_lc+:} false; then :
6bb11ab3
L
11660 $as_echo_n "(cached) " >&6
11661else
11662 $RM conftest*
11663 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
11664
11665 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
11666 (eval $ac_compile) 2>&5
11667 ac_status=$?
11668 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11669 test $ac_status = 0; } 2>conftest.err; then
11670 soname=conftest
11671 lib=conftest
11672 libobjs=conftest.$ac_objext
11673 deplibs=
11674 wl=$lt_prog_compiler_wl
11675 pic_flag=$lt_prog_compiler_pic
11676 compiler_flags=-v
11677 linker_flags=-v
11678 verstring=
11679 output_objdir=.
11680 libname=conftest
11681 lt_save_allow_undefined_flag=$allow_undefined_flag
11682 allow_undefined_flag=
11683 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
11684 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
11685 ac_status=$?
11686 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11687 test $ac_status = 0; }
11688 then
11689 lt_cv_archive_cmds_need_lc=no
11690 else
11691 lt_cv_archive_cmds_need_lc=yes
11692 fi
11693 allow_undefined_flag=$lt_save_allow_undefined_flag
11694 else
11695 cat conftest.err 1>&5
11696 fi
11697 $RM conftest*
11698
11699fi
11700{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
11701$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
11702 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
11703 ;;
11704 esac
11705 fi
11706 ;;
11707esac
11708
11709
11710
11711
11712
11713
11714
11715
11716
11717
11718
11719
11720
11721
11722
11723
11724
11725
11726
11727
11728
11729
11730
11731
11732
11733
11734
11735
11736
11737
11738
11739
11740
11741
11742
11743
11744
11745
11746
11747
11748
11749
11750
11751
11752
11753
11754
11755
11756
11757
11758
11759
11760
11761
11762
11763
11764
11765
11766
11767
11768
11769
11770
11771
11772
11773
11774
11775
11776
11777
11778
11779
11780
11781
11782
11783
11784
11785
11786
11787
11788
11789
11790
11791
11792
11793
11794
11795
11796
11797
11798
11799
11800
11801
11802
11803
11804
11805
11806
11807
11808
11809
11810
11811
11812
11813
11814
11815
11816
11817
11818
11819
11820
11821
11822
11823
11824
11825
11826
11827
ef016f83 11828
ef016f83 11829
ef016f83 11830
ef016f83 11831
ef016f83 11832
ef016f83 11833
ef016f83 11834
6ffe910a 11835
6ffe910a
MF
11836
11837
6ffe910a 11838
ef016f83 11839
ef016f83
MF
11840
11841
ef016f83
MF
11842
11843
11844
6ffe910a 11845
ef016f83
MF
11846
11847
ef016f83 11848
ef016f83 11849
ef016f83 11850
ef016f83 11851
ef016f83 11852
ef016f83 11853
ef016f83 11854
ef016f83 11855
ef016f83 11856
ef016f83 11857
ef016f83 11858
ef016f83
MF
11859
11860
ef016f83 11861
ef016f83 11862
ef016f83
MF
11863
11864
6bb11ab3
L
11865 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
11866$as_echo_n "checking dynamic linker characteristics... " >&6; }
11867
11868if test "$GCC" = yes; then
11869 case $host_os in
11870 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
11871 *) lt_awk_arg="/^libraries:/" ;;
11872 esac
11873 case $host_os in
11874 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
11875 *) lt_sed_strip_eq="s,=/,/,g" ;;
11876 esac
11877 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
11878 case $lt_search_path_spec in
11879 *\;*)
11880 # if the path contains ";" then we assume it to be the separator
11881 # otherwise default to the standard path separator (i.e. ":") - it is
11882 # assumed that no part of a normal pathname contains ";" but that should
11883 # okay in the real world where ";" in dirpaths is itself problematic.
11884 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
11885 ;;
11886 *)
11887 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
11888 ;;
11889 esac
11890 # Ok, now we have the path, separated by spaces, we can step through it
11891 # and add multilib dir if necessary.
11892 lt_tmp_lt_search_path_spec=
11893 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
11894 for lt_sys_path in $lt_search_path_spec; do
11895 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
11896 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
11897 else
11898 test -d "$lt_sys_path" && \
11899 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
ef016f83 11900 fi
ef016f83 11901 done
6bb11ab3
L
11902 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
11903BEGIN {RS=" "; FS="/|\n";} {
11904 lt_foo="";
11905 lt_count=0;
11906 for (lt_i = NF; lt_i > 0; lt_i--) {
11907 if ($lt_i != "" && $lt_i != ".") {
11908 if ($lt_i == "..") {
11909 lt_count++;
11910 } else {
11911 if (lt_count == 0) {
11912 lt_foo="/" $lt_i lt_foo;
11913 } else {
11914 lt_count--;
11915 }
11916 }
11917 }
11918 }
11919 if (lt_foo != "") { lt_freq[lt_foo]++; }
11920 if (lt_freq[lt_foo] == 1) { print lt_foo; }
11921}'`
11922 # AWK program above erroneously prepends '/' to C:/dos/paths
11923 # for these hosts.
11924 case $host_os in
11925 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
11926 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
11927 esac
11928 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
11929else
11930 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
11931fi
11932library_names_spec=
11933libname_spec='lib$name'
11934soname_spec=
11935shrext_cmds=".so"
11936postinstall_cmds=
11937postuninstall_cmds=
11938finish_cmds=
11939finish_eval=
11940shlibpath_var=
11941shlibpath_overrides_runpath=unknown
11942version_type=none
11943dynamic_linker="$host_os ld.so"
11944sys_lib_dlsearch_path_spec="/lib /usr/lib"
11945need_lib_prefix=unknown
11946hardcode_into_libs=no
11947
11948# when you set need_version to no, make sure it does not cause -set_version
11949# flags to be left without arguments
11950need_version=unknown
11951
11952case $host_os in
11953aix3*)
11954 version_type=linux
11955 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
11956 shlibpath_var=LIBPATH
11957
11958 # AIX 3 has no versioning support, so we append a major version to the name.
11959 soname_spec='${libname}${release}${shared_ext}$major'
11960 ;;
ef016f83 11961
6bb11ab3
L
11962aix[4-9]*)
11963 version_type=linux
11964 need_lib_prefix=no
11965 need_version=no
11966 hardcode_into_libs=yes
11967 if test "$host_cpu" = ia64; then
11968 # AIX 5 supports IA64
11969 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
11970 shlibpath_var=LD_LIBRARY_PATH
11971 else
11972 # With GCC up to 2.95.x, collect2 would create an import file
11973 # for dependence libraries. The import file would start with
11974 # the line `#! .'. This would cause the generated library to
11975 # depend on `.', always an invalid library. This was fixed in
11976 # development snapshots of GCC prior to 3.0.
11977 case $host_os in
11978 aix4 | aix4.[01] | aix4.[01].*)
11979 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
11980 echo ' yes '
11981 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
11982 :
11983 else
11984 can_build_shared=no
11985 fi
11986 ;;
11987 esac
11988 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
11989 # soname into executable. Probably we can add versioning support to
11990 # collect2, so additional links can be useful in future.
11991 if test "$aix_use_runtimelinking" = yes; then
11992 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
11993 # instead of lib<name>.a to let people know that these are not
11994 # typical AIX shared libraries.
11995 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
11996 else
11997 # We preserve .a as extension for shared libraries through AIX4.2
11998 # and later when we are not doing run time linking.
11999 library_names_spec='${libname}${release}.a $libname.a'
12000 soname_spec='${libname}${release}${shared_ext}$major'
12001 fi
12002 shlibpath_var=LIBPATH
ef016f83 12003 fi
6bb11ab3 12004 ;;
ef016f83 12005
6bb11ab3
L
12006amigaos*)
12007 case $host_cpu in
12008 powerpc)
12009 # Since July 2007 AmigaOS4 officially supports .so libraries.
12010 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
12011 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12012 ;;
12013 m68k)
12014 library_names_spec='$libname.ixlibrary $libname.a'
12015 # Create ${libname}_ixlibrary.a entries in /sys/libs.
12016 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'
12017 ;;
12018 esac
12019 ;;
ef016f83 12020
6bb11ab3
L
12021beos*)
12022 library_names_spec='${libname}${shared_ext}'
12023 dynamic_linker="$host_os ld.so"
12024 shlibpath_var=LIBRARY_PATH
12025 ;;
ef016f83 12026
6bb11ab3
L
12027bsdi[45]*)
12028 version_type=linux
12029 need_version=no
12030 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12031 soname_spec='${libname}${release}${shared_ext}$major'
12032 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
12033 shlibpath_var=LD_LIBRARY_PATH
12034 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
12035 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
12036 # the default ld.so.conf also contains /usr/contrib/lib and
12037 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
12038 # libtool to hard-code these into programs
12039 ;;
ef016f83 12040
6bb11ab3
L
12041cygwin* | mingw* | pw32* | cegcc*)
12042 version_type=windows
12043 shrext_cmds=".dll"
12044 need_version=no
12045 need_lib_prefix=no
12046
12047 case $GCC,$host_os in
12048 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
12049 library_names_spec='$libname.dll.a'
12050 # DLL is installed to $(libdir)/../bin by postinstall_cmds
12051 postinstall_cmds='base_file=`basename \${file}`~
12052 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
12053 dldir=$destdir/`dirname \$dlpath`~
12054 test -d \$dldir || mkdir -p \$dldir~
12055 $install_prog $dir/$dlname \$dldir/$dlname~
12056 chmod a+x \$dldir/$dlname~
12057 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
12058 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
12059 fi'
12060 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
12061 dlpath=$dir/\$dldll~
12062 $RM \$dlpath'
12063 shlibpath_overrides_runpath=yes
12064
12065 case $host_os in
12066 cygwin*)
12067 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
12068 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12069
12070 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
12071 ;;
12072 mingw* | cegcc*)
12073 # MinGW DLLs use traditional 'lib' prefix
12074 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12075 ;;
12076 pw32*)
12077 # pw32 DLLs use 'pw' prefix rather than 'lib'
12078 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
12079 ;;
12080 esac
12081 ;;
ef016f83 12082
6bb11ab3
L
12083 *)
12084 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
12085 ;;
12086 esac
12087 dynamic_linker='Win32 ld.exe'
12088 # FIXME: first we should search . and the directory the executable is in
12089 shlibpath_var=PATH
12090 ;;
ef016f83 12091
6bb11ab3
L
12092darwin* | rhapsody*)
12093 dynamic_linker="$host_os dyld"
12094 version_type=darwin
12095 need_lib_prefix=no
12096 need_version=no
12097 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
12098 soname_spec='${libname}${release}${major}$shared_ext'
12099 shlibpath_overrides_runpath=yes
12100 shlibpath_var=DYLD_LIBRARY_PATH
12101 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
12102
12103 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
12104 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
12105 ;;
ef016f83 12106
6bb11ab3
L
12107dgux*)
12108 version_type=linux
12109 need_lib_prefix=no
12110 need_version=no
12111 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
12112 soname_spec='${libname}${release}${shared_ext}$major'
12113 shlibpath_var=LD_LIBRARY_PATH
12114 ;;
12115
12116freebsd* | dragonfly*)
12117 # DragonFly does not have aout. When/if they implement a new
12118 # versioning mechanism, adjust this.
12119 if test -x /usr/bin/objformat; then
12120 objformat=`/usr/bin/objformat`
12121 else
12122 case $host_os in
12123 freebsd[23].*) objformat=aout ;;
12124 *) objformat=elf ;;
12125 esac
12126 fi
12127 version_type=freebsd-$objformat
12128 case $version_type in
12129 freebsd-elf*)
12130 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12131 need_version=no
12132 need_lib_prefix=no
12133 ;;
12134 freebsd-*)
12135 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
12136 need_version=yes
12137 ;;
12138 esac
12139 shlibpath_var=LD_LIBRARY_PATH
12140 case $host_os in
12141 freebsd2.*)
12142 shlibpath_overrides_runpath=yes
12143 ;;
12144 freebsd3.[01]* | freebsdelf3.[01]*)
12145 shlibpath_overrides_runpath=yes
12146 hardcode_into_libs=yes
12147 ;;
12148 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
12149 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
12150 shlibpath_overrides_runpath=no
12151 hardcode_into_libs=yes
12152 ;;
12153 *) # from 4.6 on, and DragonFly
12154 shlibpath_overrides_runpath=yes
12155 hardcode_into_libs=yes
12156 ;;
12157 esac
12158 ;;
ef016f83 12159
6bb11ab3
L
12160haiku*)
12161 version_type=linux
12162 need_lib_prefix=no
12163 need_version=no
12164 dynamic_linker="$host_os runtime_loader"
12165 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
12166 soname_spec='${libname}${release}${shared_ext}$major'
12167 shlibpath_var=LIBRARY_PATH
12168 shlibpath_overrides_runpath=yes
12169 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/beos/system/lib'
12170 hardcode_into_libs=yes
12171 ;;
ef016f83 12172
6bb11ab3
L
12173hpux9* | hpux10* | hpux11*)
12174 # Give a soname corresponding to the major version so that dld.sl refuses to
12175 # link against other versions.
12176 version_type=sunos
12177 need_lib_prefix=no
12178 need_version=no
12179 case $host_cpu in
12180 ia64*)
12181 shrext_cmds='.so'
12182 hardcode_into_libs=yes
12183 dynamic_linker="$host_os dld.so"
12184 shlibpath_var=LD_LIBRARY_PATH
12185 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12186 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12187 soname_spec='${libname}${release}${shared_ext}$major'
12188 if test "X$HPUX_IA64_MODE" = X32; then
12189 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
12190 else
12191 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
12192 fi
12193 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12194 ;;
12195 hppa*64*)
12196 shrext_cmds='.sl'
12197 hardcode_into_libs=yes
12198 dynamic_linker="$host_os dld.sl"
12199 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
12200 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
12201 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12202 soname_spec='${libname}${release}${shared_ext}$major'
12203 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
12204 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
12205 ;;
12206 *)
12207 shrext_cmds='.sl'
12208 dynamic_linker="$host_os dld.sl"
12209 shlibpath_var=SHLIB_PATH
12210 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
12211 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12212 soname_spec='${libname}${release}${shared_ext}$major'
12213 ;;
12214 esac
12215 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
12216 postinstall_cmds='chmod 555 $lib'
12217 # or fails outright, so override atomically:
12218 install_override_mode=555
12219 ;;
ef016f83 12220
6bb11ab3
L
12221interix[3-9]*)
12222 version_type=linux
12223 need_lib_prefix=no
12224 need_version=no
12225 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12226 soname_spec='${libname}${release}${shared_ext}$major'
12227 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
12228 shlibpath_var=LD_LIBRARY_PATH
12229 shlibpath_overrides_runpath=no
12230 hardcode_into_libs=yes
12231 ;;
ef016f83 12232
6bb11ab3
L
12233irix5* | irix6* | nonstopux*)
12234 case $host_os in
12235 nonstopux*) version_type=nonstopux ;;
12236 *)
12237 if test "$lt_cv_prog_gnu_ld" = yes; then
12238 version_type=linux
12239 else
12240 version_type=irix
12241 fi ;;
12242 esac
12243 need_lib_prefix=no
12244 need_version=no
12245 soname_spec='${libname}${release}${shared_ext}$major'
12246 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
12247 case $host_os in
12248 irix5* | nonstopux*)
12249 libsuff= shlibsuff=
12250 ;;
12251 *)
12252 case $LD in # libtool.m4 will add one of these switches to LD
12253 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
12254 libsuff= shlibsuff= libmagic=32-bit;;
12255 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
12256 libsuff=32 shlibsuff=N32 libmagic=N32;;
12257 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
12258 libsuff=64 shlibsuff=64 libmagic=64-bit;;
12259 *) libsuff= shlibsuff= libmagic=never-match;;
12260 esac
12261 ;;
12262 esac
12263 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
12264 shlibpath_overrides_runpath=no
12265 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
12266 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
12267 hardcode_into_libs=yes
12268 ;;
ef016f83 12269
6bb11ab3
L
12270# No shared lib support for Linux oldld, aout, or coff.
12271linux*oldld* | linux*aout* | linux*coff*)
12272 dynamic_linker=no
12273 ;;
ef016f83 12274
6bb11ab3 12275# This must be Linux ELF.
46f900c0 12276linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
6bb11ab3
L
12277 version_type=linux
12278 need_lib_prefix=no
12279 need_version=no
12280 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12281 soname_spec='${libname}${release}${shared_ext}$major'
12282 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
12283 shlibpath_var=LD_LIBRARY_PATH
12284 shlibpath_overrides_runpath=no
12285
12286 # Some binutils ld are patched to set DT_RUNPATH
d0ac1c44 12287 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
6bb11ab3 12288 $as_echo_n "(cached) " >&6
ef016f83 12289else
6bb11ab3
L
12290 lt_cv_shlibpath_overrides_runpath=no
12291 save_LDFLAGS=$LDFLAGS
12292 save_libdir=$libdir
12293 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
12294 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
12295 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
ef016f83 12296/* end confdefs.h. */
ef016f83 12297
ef016f83
MF
12298int
12299main ()
12300{
6bb11ab3
L
12301
12302 ;
ef016f83
MF
12303 return 0;
12304}
12305_ACEOF
6bb11ab3
L
12306if ac_fn_c_try_link "$LINENO"; then :
12307 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
12308 lt_cv_shlibpath_overrides_runpath=yes
ef016f83 12309fi
ef016f83 12310fi
6bb11ab3
L
12311rm -f core conftest.err conftest.$ac_objext \
12312 conftest$ac_exeext conftest.$ac_ext
12313 LDFLAGS=$save_LDFLAGS
12314 libdir=$save_libdir
ef016f83
MF
12315
12316fi
ef016f83 12317
6bb11ab3 12318 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
ef016f83 12319
6bb11ab3
L
12320 # This implies no fast_install, which is unacceptable.
12321 # Some rework will be needed to allow for fast_install
12322 # before this can be enabled.
12323 hardcode_into_libs=yes
ef016f83 12324
6bb11ab3
L
12325 # Append ld.so.conf contents to the search path
12326 if test -f /etc/ld.so.conf; then
12327 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' ' '`
12328 sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
12329 fi
ef016f83 12330
6bb11ab3
L
12331 # We used to test for /lib/ld.so.1 and disable shared libraries on
12332 # powerpc, because MkLinux only supported shared libraries with the
12333 # GNU dynamic linker. Since this was broken with cross compilers,
12334 # most powerpc-linux boxes support dynamic linking these days and
12335 # people can always --disable-shared, the test was removed, and we
12336 # assume the GNU/Linux dynamic linker is in use.
12337 dynamic_linker='GNU/Linux ld.so'
12338 ;;
ef016f83 12339
6bb11ab3
L
12340netbsd*)
12341 version_type=sunos
12342 need_lib_prefix=no
12343 need_version=no
12344 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
12345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12346 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12347 dynamic_linker='NetBSD (a.out) ld.so'
12348 else
12349 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
12350 soname_spec='${libname}${release}${shared_ext}$major'
12351 dynamic_linker='NetBSD ld.elf_so'
12352 fi
12353 shlibpath_var=LD_LIBRARY_PATH
12354 shlibpath_overrides_runpath=yes
12355 hardcode_into_libs=yes
12356 ;;
ef016f83 12357
6bb11ab3
L
12358newsos6)
12359 version_type=linux
12360 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12361 shlibpath_var=LD_LIBRARY_PATH
12362 shlibpath_overrides_runpath=yes
12363 ;;
ef016f83 12364
6bb11ab3
L
12365*nto* | *qnx*)
12366 version_type=qnx
12367 need_lib_prefix=no
12368 need_version=no
12369 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12370 soname_spec='${libname}${release}${shared_ext}$major'
12371 shlibpath_var=LD_LIBRARY_PATH
12372 shlibpath_overrides_runpath=no
12373 hardcode_into_libs=yes
12374 dynamic_linker='ldqnx.so'
12375 ;;
6ffe910a 12376
6bb11ab3
L
12377openbsd*)
12378 version_type=sunos
12379 sys_lib_dlsearch_path_spec="/usr/lib"
12380 need_lib_prefix=no
12381 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
12382 case $host_os in
12383 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
12384 *) need_version=no ;;
12385 esac
12386 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12387 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
12388 shlibpath_var=LD_LIBRARY_PATH
12389 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
12390 case $host_os in
12391 openbsd2.[89] | openbsd2.[89].*)
12392 shlibpath_overrides_runpath=no
12393 ;;
12394 *)
12395 shlibpath_overrides_runpath=yes
12396 ;;
12397 esac
12398 else
12399 shlibpath_overrides_runpath=yes
12400 fi
12401 ;;
2232061b 12402
6bb11ab3
L
12403os2*)
12404 libname_spec='$name'
12405 shrext_cmds=".dll"
12406 need_lib_prefix=no
12407 library_names_spec='$libname${shared_ext} $libname.a'
12408 dynamic_linker='OS/2 ld.exe'
12409 shlibpath_var=LIBPATH
12410 ;;
2232061b 12411
6bb11ab3
L
12412osf3* | osf4* | osf5*)
12413 version_type=osf
12414 need_lib_prefix=no
12415 need_version=no
12416 soname_spec='${libname}${release}${shared_ext}$major'
12417 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12418 shlibpath_var=LD_LIBRARY_PATH
12419 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
12420 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
12421 ;;
2232061b 12422
6bb11ab3
L
12423rdos*)
12424 dynamic_linker=no
12425 ;;
2232061b 12426
6bb11ab3
L
12427solaris*)
12428 version_type=linux
12429 need_lib_prefix=no
12430 need_version=no
12431 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12432 soname_spec='${libname}${release}${shared_ext}$major'
12433 shlibpath_var=LD_LIBRARY_PATH
12434 shlibpath_overrides_runpath=yes
12435 hardcode_into_libs=yes
12436 # ldd complains unless libraries are executable
12437 postinstall_cmds='chmod +x $lib'
12438 ;;
2232061b 12439
6bb11ab3
L
12440sunos4*)
12441 version_type=sunos
12442 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
12443 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
12444 shlibpath_var=LD_LIBRARY_PATH
12445 shlibpath_overrides_runpath=yes
12446 if test "$with_gnu_ld" = yes; then
12447 need_lib_prefix=no
12448 fi
12449 need_version=yes
12450 ;;
2232061b 12451
6bb11ab3
L
12452sysv4 | sysv4.3*)
12453 version_type=linux
12454 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12455 soname_spec='${libname}${release}${shared_ext}$major'
12456 shlibpath_var=LD_LIBRARY_PATH
12457 case $host_vendor in
12458 sni)
12459 shlibpath_overrides_runpath=no
12460 need_lib_prefix=no
12461 runpath_var=LD_RUN_PATH
12462 ;;
12463 siemens)
12464 need_lib_prefix=no
12465 ;;
12466 motorola)
12467 need_lib_prefix=no
12468 need_version=no
12469 shlibpath_overrides_runpath=no
12470 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
12471 ;;
12472 esac
12473 ;;
2232061b 12474
6bb11ab3
L
12475sysv4*MP*)
12476 if test -d /usr/nec ;then
12477 version_type=linux
12478 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
12479 soname_spec='$libname${shared_ext}.$major'
12480 shlibpath_var=LD_LIBRARY_PATH
12481 fi
12482 ;;
2232061b 12483
6bb11ab3
L
12484sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
12485 version_type=freebsd-elf
12486 need_lib_prefix=no
12487 need_version=no
12488 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
12489 soname_spec='${libname}${release}${shared_ext}$major'
12490 shlibpath_var=LD_LIBRARY_PATH
12491 shlibpath_overrides_runpath=yes
12492 hardcode_into_libs=yes
12493 if test "$with_gnu_ld" = yes; then
12494 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
12495 else
12496 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
12497 case $host_os in
12498 sco3.2v5*)
12499 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
12500 ;;
12501 esac
2232061b 12502 fi
6bb11ab3
L
12503 sys_lib_dlsearch_path_spec='/usr/lib'
12504 ;;
2232061b 12505
6bb11ab3
L
12506tpf*)
12507 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
12508 version_type=linux
12509 need_lib_prefix=no
12510 need_version=no
12511 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12512 shlibpath_var=LD_LIBRARY_PATH
12513 shlibpath_overrides_runpath=no
12514 hardcode_into_libs=yes
12515 ;;
2232061b 12516
6bb11ab3
L
12517uts4*)
12518 version_type=linux
12519 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
12520 soname_spec='${libname}${release}${shared_ext}$major'
12521 shlibpath_var=LD_LIBRARY_PATH
12522 ;;
2232061b 12523
6bb11ab3
L
12524*)
12525 dynamic_linker=no
12526 ;;
12527esac
12528{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
12529$as_echo "$dynamic_linker" >&6; }
12530test "$dynamic_linker" = no && can_build_shared=no
2232061b 12531
6bb11ab3
L
12532variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
12533if test "$GCC" = yes; then
12534 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
2232061b 12535fi
2232061b 12536
6bb11ab3
L
12537if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
12538 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
12539fi
12540if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
12541 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
12542fi
12543
12544
12545
12546
12547
12548
12549
12550
12551
12552
12553
12554
12555
12556
12557
2232061b 12558
2232061b 12559
2232061b 12560
2232061b
MF
12561
12562
2232061b 12563
2232061b 12564
2232061b 12565
2232061b 12566
2232061b 12567
2232061b 12568
2232061b 12569
2232061b 12570
2232061b 12571
2232061b
MF
12572
12573
6ffe910a 12574
6ffe910a
MF
12575
12576
12577
12578
12579
2232061b 12580
6ffe910a
MF
12581
12582
12583
12584
6ffe910a 12585
6ffe910a 12586
6ffe910a
MF
12587
12588
6ffe910a 12589
6ffe910a 12590
6ffe910a
MF
12591
12592
5f3ef9d0 12593
5f3ef9d0
JB
12594
12595
12596
db2e4d67
MF
12597
12598
db2e4d67 12599
db2e4d67 12600
db2e4d67 12601
db2e4d67 12602
db2e4d67 12603
db2e4d67 12604
db2e4d67 12605
db2e4d67
MF
12606
12607
db2e4d67 12608
db2e4d67
MF
12609
12610
db2e4d67 12611
db2e4d67
MF
12612
12613
6ffe910a 12614
6ffe910a 12615
6ffe910a
MF
12616
12617
6ffe910a
MF
12618
12619
6ffe910a 12620
6ffe910a 12621
6ffe910a 12622
6ffe910a 12623
6ffe910a 12624
ef016f83 12625
ef016f83 12626
ef016f83 12627
ef016f83 12628
ef016f83 12629
ef016f83 12630
ef016f83 12631
6bb11ab3
L
12632
12633
12634
12635 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
12636$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
12637hardcode_action=
12638if test -n "$hardcode_libdir_flag_spec" ||
12639 test -n "$runpath_var" ||
12640 test "X$hardcode_automatic" = "Xyes" ; then
12641
12642 # We can hardcode non-existent directories.
12643 if test "$hardcode_direct" != no &&
12644 # If the only mechanism to avoid hardcoding is shlibpath_var, we
12645 # have to relink, otherwise we might link with an installed library
12646 # when we should be linking with a yet-to-be-installed one
12647 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
12648 test "$hardcode_minus_L" != no; then
12649 # Linking always hardcodes the temporary library directory.
12650 hardcode_action=relink
12651 else
12652 # We can link without hardcoding, and we can hardcode nonexisting dirs.
12653 hardcode_action=immediate
12654 fi
12655else
12656 # We cannot hardcode anything, or else we can only hardcode existing
12657 # directories.
12658 hardcode_action=unsupported
ef016f83 12659fi
6bb11ab3
L
12660{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
12661$as_echo "$hardcode_action" >&6; }
ef016f83 12662
6bb11ab3
L
12663if test "$hardcode_action" = relink ||
12664 test "$inherit_rpath" = yes; then
12665 # Fast installation is not supported
12666 enable_fast_install=no
12667elif test "$shlibpath_overrides_runpath" = yes ||
12668 test "$enable_shared" = no; then
12669 # Fast installation is not necessary
12670 enable_fast_install=needless
12671fi
ef016f83 12672
6bb11ab3
L
12673
12674
12675
12676
12677
12678 if test "x$enable_dlopen" != xyes; then
12679 enable_dlopen=unknown
12680 enable_dlopen_self=unknown
12681 enable_dlopen_self_static=unknown
12682else
12683 lt_cv_dlopen=no
12684 lt_cv_dlopen_libs=
12685
12686 case $host_os in
12687 beos*)
12688 lt_cv_dlopen="load_add_on"
12689 lt_cv_dlopen_libs=
12690 lt_cv_dlopen_self=yes
12691 ;;
12692
12693 mingw* | pw32* | cegcc*)
12694 lt_cv_dlopen="LoadLibrary"
12695 lt_cv_dlopen_libs=
12696 ;;
12697
12698 cygwin*)
12699 lt_cv_dlopen="dlopen"
12700 lt_cv_dlopen_libs=
12701 ;;
12702
12703 darwin*)
12704 # if libdl is installed we need to link against it
12705 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12706$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12707if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
12708 $as_echo_n "(cached) " >&6
12709else
12710 ac_check_lib_save_LIBS=$LIBS
12711LIBS="-ldl $LIBS"
12712cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12713/* end confdefs.h. */
12714
12715/* Override any GCC internal prototype to avoid an error.
12716 Use char because int might match the return type of a GCC
12717 builtin and then its argument prototype would still apply. */
12718#ifdef __cplusplus
12719extern "C"
12720#endif
12721char dlopen ();
12722int
12723main ()
12724{
12725return dlopen ();
12726 ;
12727 return 0;
12728}
ef016f83 12729_ACEOF
6bb11ab3
L
12730if ac_fn_c_try_link "$LINENO"; then :
12731 ac_cv_lib_dl_dlopen=yes
12732else
12733 ac_cv_lib_dl_dlopen=no
12734fi
12735rm -f core conftest.err conftest.$ac_objext \
12736 conftest$ac_exeext conftest.$ac_ext
12737LIBS=$ac_check_lib_save_LIBS
12738fi
12739{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12740$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12741if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12742 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12743else
12744
12745 lt_cv_dlopen="dyld"
12746 lt_cv_dlopen_libs=
12747 lt_cv_dlopen_self=yes
ef016f83
MF
12748
12749fi
12750
6bb11ab3 12751 ;;
ef016f83 12752
6bb11ab3
L
12753 *)
12754 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
d0ac1c44 12755if test "x$ac_cv_func_shl_load" = xyes; then :
6bb11ab3
L
12756 lt_cv_dlopen="shl_load"
12757else
12758 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
12759$as_echo_n "checking for shl_load in -ldld... " >&6; }
d0ac1c44 12760if ${ac_cv_lib_dld_shl_load+:} false; then :
6bb11ab3
L
12761 $as_echo_n "(cached) " >&6
12762else
12763 ac_check_lib_save_LIBS=$LIBS
12764LIBS="-ldld $LIBS"
12765cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12766/* end confdefs.h. */
12767
12768/* Override any GCC internal prototype to avoid an error.
12769 Use char because int might match the return type of a GCC
12770 builtin and then its argument prototype would still apply. */
12771#ifdef __cplusplus
12772extern "C"
12773#endif
12774char shl_load ();
12775int
12776main ()
12777{
12778return shl_load ();
12779 ;
12780 return 0;
12781}
12782_ACEOF
12783if ac_fn_c_try_link "$LINENO"; then :
12784 ac_cv_lib_dld_shl_load=yes
12785else
12786 ac_cv_lib_dld_shl_load=no
12787fi
12788rm -f core conftest.err conftest.$ac_objext \
12789 conftest$ac_exeext conftest.$ac_ext
12790LIBS=$ac_check_lib_save_LIBS
12791fi
12792{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
12793$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
d0ac1c44 12794if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
6bb11ab3
L
12795 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
12796else
12797 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
d0ac1c44 12798if test "x$ac_cv_func_dlopen" = xyes; then :
6bb11ab3
L
12799 lt_cv_dlopen="dlopen"
12800else
12801 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
12802$as_echo_n "checking for dlopen in -ldl... " >&6; }
d0ac1c44 12803if ${ac_cv_lib_dl_dlopen+:} false; then :
6bb11ab3
L
12804 $as_echo_n "(cached) " >&6
12805else
12806 ac_check_lib_save_LIBS=$LIBS
12807LIBS="-ldl $LIBS"
12808cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12809/* end confdefs.h. */
12810
12811/* Override any GCC internal prototype to avoid an error.
12812 Use char because int might match the return type of a GCC
12813 builtin and then its argument prototype would still apply. */
12814#ifdef __cplusplus
12815extern "C"
12816#endif
12817char dlopen ();
12818int
12819main ()
12820{
12821return dlopen ();
12822 ;
12823 return 0;
12824}
ef016f83 12825_ACEOF
6bb11ab3
L
12826if ac_fn_c_try_link "$LINENO"; then :
12827 ac_cv_lib_dl_dlopen=yes
12828else
12829 ac_cv_lib_dl_dlopen=no
ef016f83 12830fi
6bb11ab3
L
12831rm -f core conftest.err conftest.$ac_objext \
12832 conftest$ac_exeext conftest.$ac_ext
12833LIBS=$ac_check_lib_save_LIBS
12834fi
12835{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
12836$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
d0ac1c44 12837if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
6bb11ab3
L
12838 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
12839else
12840 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
12841$as_echo_n "checking for dlopen in -lsvld... " >&6; }
d0ac1c44 12842if ${ac_cv_lib_svld_dlopen+:} false; then :
ef016f83
MF
12843 $as_echo_n "(cached) " >&6
12844else
12845 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12846LIBS="-lsvld $LIBS"
ef016f83
MF
12847cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12848/* end confdefs.h. */
12849
12850/* Override any GCC internal prototype to avoid an error.
12851 Use char because int might match the return type of a GCC
12852 builtin and then its argument prototype would still apply. */
12853#ifdef __cplusplus
12854extern "C"
12855#endif
6bb11ab3 12856char dlopen ();
ef016f83
MF
12857int
12858main ()
12859{
6bb11ab3 12860return dlopen ();
ef016f83
MF
12861 ;
12862 return 0;
12863}
12864_ACEOF
12865if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12866 ac_cv_lib_svld_dlopen=yes
ef016f83 12867else
6bb11ab3 12868 ac_cv_lib_svld_dlopen=no
ef016f83
MF
12869fi
12870rm -f core conftest.err conftest.$ac_objext \
12871 conftest$ac_exeext conftest.$ac_ext
12872LIBS=$ac_check_lib_save_LIBS
12873fi
6bb11ab3
L
12874{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
12875$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
d0ac1c44 12876if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
6bb11ab3
L
12877 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
12878else
12879 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
12880$as_echo_n "checking for dld_link in -ldld... " >&6; }
d0ac1c44 12881if ${ac_cv_lib_dld_dld_link+:} false; then :
ef016f83
MF
12882 $as_echo_n "(cached) " >&6
12883else
12884 ac_check_lib_save_LIBS=$LIBS
6bb11ab3 12885LIBS="-ldld $LIBS"
ef016f83
MF
12886cat confdefs.h - <<_ACEOF >conftest.$ac_ext
12887/* end confdefs.h. */
12888
12889/* Override any GCC internal prototype to avoid an error.
12890 Use char because int might match the return type of a GCC
12891 builtin and then its argument prototype would still apply. */
12892#ifdef __cplusplus
12893extern "C"
12894#endif
6bb11ab3 12895char dld_link ();
ef016f83
MF
12896int
12897main ()
12898{
6bb11ab3 12899return dld_link ();
ef016f83
MF
12900 ;
12901 return 0;
12902}
12903_ACEOF
12904if ac_fn_c_try_link "$LINENO"; then :
6bb11ab3 12905 ac_cv_lib_dld_dld_link=yes
ef016f83 12906else
6bb11ab3 12907 ac_cv_lib_dld_dld_link=no
ef016f83
MF
12908fi
12909rm -f core conftest.err conftest.$ac_objext \
12910 conftest$ac_exeext conftest.$ac_ext
12911LIBS=$ac_check_lib_save_LIBS
12912fi
6bb11ab3
L
12913{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
12914$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
d0ac1c44 12915if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
6bb11ab3
L
12916 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
12917fi
ef016f83 12918
ef016f83
MF
12919
12920fi
12921
12922
6bb11ab3 12923fi
ef016f83 12924
ef016f83 12925
ef016f83
MF
12926fi
12927
12928
6bb11ab3
L
12929fi
12930
12931
12932fi
12933
12934 ;;
12935 esac
12936
12937 if test "x$lt_cv_dlopen" != xno; then
12938 enable_dlopen=yes
12939 else
12940 enable_dlopen=no
12941 fi
12942
12943 case $lt_cv_dlopen in
12944 dlopen)
12945 save_CPPFLAGS="$CPPFLAGS"
12946 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
12947
12948 save_LDFLAGS="$LDFLAGS"
12949 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
12950
12951 save_LIBS="$LIBS"
12952 LIBS="$lt_cv_dlopen_libs $LIBS"
12953
12954 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
12955$as_echo_n "checking whether a program can dlopen itself... " >&6; }
d0ac1c44 12956if ${lt_cv_dlopen_self+:} false; then :
ef016f83
MF
12957 $as_echo_n "(cached) " >&6
12958else
6bb11ab3
L
12959 if test "$cross_compiling" = yes; then :
12960 lt_cv_dlopen_self=cross
12961else
12962 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
12963 lt_status=$lt_dlunknown
12964 cat > conftest.$ac_ext <<_LT_EOF
46f900c0 12965#line 12965 "configure"
6bb11ab3 12966#include "confdefs.h"
ef016f83 12967
6bb11ab3
L
12968#if HAVE_DLFCN_H
12969#include <dlfcn.h>
ef016f83 12970#endif
6bb11ab3
L
12971
12972#include <stdio.h>
12973
12974#ifdef RTLD_GLOBAL
12975# define LT_DLGLOBAL RTLD_GLOBAL
12976#else
12977# ifdef DL_GLOBAL
12978# define LT_DLGLOBAL DL_GLOBAL
12979# else
12980# define LT_DLGLOBAL 0
12981# endif
12982#endif
12983
12984/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
12985 find out it does not work in some platform. */
12986#ifndef LT_DLLAZY_OR_NOW
12987# ifdef RTLD_LAZY
12988# define LT_DLLAZY_OR_NOW RTLD_LAZY
12989# else
12990# ifdef DL_LAZY
12991# define LT_DLLAZY_OR_NOW DL_LAZY
12992# else
12993# ifdef RTLD_NOW
12994# define LT_DLLAZY_OR_NOW RTLD_NOW
12995# else
12996# ifdef DL_NOW
12997# define LT_DLLAZY_OR_NOW DL_NOW
12998# else
12999# define LT_DLLAZY_OR_NOW 0
13000# endif
13001# endif
13002# endif
13003# endif
13004#endif
13005
13006/* When -fvisbility=hidden is used, assume the code has been annotated
13007 correspondingly for the symbols needed. */
13008#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13009void fnord () __attribute__((visibility("default")));
13010#endif
13011
13012void fnord () { int i=42; }
13013int main ()
ef016f83 13014{
6bb11ab3
L
13015 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13016 int status = $lt_dlunknown;
13017
13018 if (self)
13019 {
13020 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13021 else
13022 {
13023 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13024 else puts (dlerror ());
13025 }
13026 /* dlclose (self); */
13027 }
13028 else
13029 puts (dlerror ());
13030
13031 return status;
ef016f83 13032}
6bb11ab3
L
13033_LT_EOF
13034 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13035 (eval $ac_link) 2>&5
13036 ac_status=$?
13037 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13038 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13039 (./conftest; exit; ) >&5 2>/dev/null
13040 lt_status=$?
13041 case x$lt_status in
13042 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
13043 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
13044 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
13045 esac
13046 else :
13047 # compilation failed
13048 lt_cv_dlopen_self=no
13049 fi
13050fi
13051rm -fr conftest*
13052
13053
13054fi
13055{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
13056$as_echo "$lt_cv_dlopen_self" >&6; }
13057
13058 if test "x$lt_cv_dlopen_self" = xyes; then
13059 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
13060 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
13061$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
d0ac1c44 13062if ${lt_cv_dlopen_self_static+:} false; then :
6bb11ab3
L
13063 $as_echo_n "(cached) " >&6
13064else
13065 if test "$cross_compiling" = yes; then :
13066 lt_cv_dlopen_self_static=cross
13067else
13068 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
13069 lt_status=$lt_dlunknown
13070 cat > conftest.$ac_ext <<_LT_EOF
46f900c0 13071#line 13071 "configure"
6bb11ab3
L
13072#include "confdefs.h"
13073
13074#if HAVE_DLFCN_H
13075#include <dlfcn.h>
13076#endif
13077
13078#include <stdio.h>
13079
13080#ifdef RTLD_GLOBAL
13081# define LT_DLGLOBAL RTLD_GLOBAL
13082#else
13083# ifdef DL_GLOBAL
13084# define LT_DLGLOBAL DL_GLOBAL
13085# else
13086# define LT_DLGLOBAL 0
13087# endif
13088#endif
13089
13090/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
13091 find out it does not work in some platform. */
13092#ifndef LT_DLLAZY_OR_NOW
13093# ifdef RTLD_LAZY
13094# define LT_DLLAZY_OR_NOW RTLD_LAZY
13095# else
13096# ifdef DL_LAZY
13097# define LT_DLLAZY_OR_NOW DL_LAZY
13098# else
13099# ifdef RTLD_NOW
13100# define LT_DLLAZY_OR_NOW RTLD_NOW
13101# else
13102# ifdef DL_NOW
13103# define LT_DLLAZY_OR_NOW DL_NOW
13104# else
13105# define LT_DLLAZY_OR_NOW 0
13106# endif
13107# endif
13108# endif
13109# endif
13110#endif
13111
13112/* When -fvisbility=hidden is used, assume the code has been annotated
13113 correspondingly for the symbols needed. */
13114#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
13115void fnord () __attribute__((visibility("default")));
13116#endif
13117
13118void fnord () { int i=42; }
13119int main ()
13120{
13121 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
13122 int status = $lt_dlunknown;
13123
13124 if (self)
13125 {
13126 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
13127 else
13128 {
13129 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
13130 else puts (dlerror ());
13131 }
13132 /* dlclose (self); */
13133 }
ef016f83 13134 else
6bb11ab3
L
13135 puts (dlerror ());
13136
13137 return status;
13138}
13139_LT_EOF
13140 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
13141 (eval $ac_link) 2>&5
13142 ac_status=$?
13143 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
13144 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
13145 (./conftest; exit; ) >&5 2>/dev/null
13146 lt_status=$?
13147 case x$lt_status in
13148 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
13149 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
13150 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
13151 esac
13152 else :
13153 # compilation failed
13154 lt_cv_dlopen_self_static=no
ef016f83 13155 fi
ef016f83 13156fi
6bb11ab3
L
13157rm -fr conftest*
13158
13159
ef016f83 13160fi
6bb11ab3
L
13161{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
13162$as_echo "$lt_cv_dlopen_self_static" >&6; }
13163 fi
13164
13165 CPPFLAGS="$save_CPPFLAGS"
13166 LDFLAGS="$save_LDFLAGS"
13167 LIBS="$save_LIBS"
13168 ;;
13169 esac
13170
13171 case $lt_cv_dlopen_self in
13172 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
13173 *) enable_dlopen_self=unknown ;;
13174 esac
13175
13176 case $lt_cv_dlopen_self_static in
13177 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
13178 *) enable_dlopen_self_static=unknown ;;
13179 esac
13180fi
13181
13182
ef016f83 13183
6bb11ab3
L
13184
13185
13186
13187
13188
13189
13190
13191
13192
13193
13194
13195
13196
13197
13198striplib=
13199old_striplib=
13200{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
13201$as_echo_n "checking whether stripping libraries is possible... " >&6; }
13202if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
13203 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
13204 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
13205 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13206$as_echo "yes" >&6; }
ef016f83 13207else
6bb11ab3
L
13208# FIXME - insert some real tests, host_os isn't really good enough
13209 case $host_os in
13210 darwin*)
13211 if test -n "$STRIP" ; then
13212 striplib="$STRIP -x"
13213 old_striplib="$STRIP -S"
13214 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
13215$as_echo "yes" >&6; }
13216 else
13217 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13218$as_echo "no" >&6; }
13219 fi
13220 ;;
13221 *)
13222 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
13223$as_echo "no" >&6; }
13224 ;;
13225 esac
ef016f83 13226fi
6bb11ab3
L
13227
13228
13229
13230
13231
13232
13233
13234
13235
13236
13237
13238
13239 # Report which library types will actually be built
13240 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
13241$as_echo_n "checking if libtool supports shared libraries... " >&6; }
13242 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
13243$as_echo "$can_build_shared" >&6; }
13244
13245 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
13246$as_echo_n "checking whether to build shared libraries... " >&6; }
13247 test "$can_build_shared" = "no" && enable_shared=no
13248
13249 # On AIX, shared libraries and static libraries use the same namespace, and
13250 # are all built from PIC.
13251 case $host_os in
13252 aix3*)
13253 test "$enable_shared" = yes && enable_static=no
13254 if test -n "$RANLIB"; then
13255 archive_cmds="$archive_cmds~\$RANLIB \$lib"
13256 postinstall_cmds='$RANLIB $lib'
13257 fi
13258 ;;
13259
13260 aix[4-9]*)
13261 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
13262 test "$enable_shared" = yes && enable_static=no
13263 fi
13264 ;;
13265 esac
13266 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
13267$as_echo "$enable_shared" >&6; }
13268
13269 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
13270$as_echo_n "checking whether to build static libraries... " >&6; }
13271 # Make sure either enable_shared or enable_static is yes.
13272 test "$enable_shared" = yes || enable_static=yes
13273 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
13274$as_echo "$enable_static" >&6; }
13275
13276
13277
13278
ef016f83 13279fi
6bb11ab3
L
13280ac_ext=c
13281ac_cpp='$CPP $CPPFLAGS'
13282ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13283ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13284ac_compiler_gnu=$ac_cv_c_compiler_gnu
13285
13286CC="$lt_save_CC"
13287
13288
13289
13290
13291
13292
13293
13294
13295
ef016f83 13296
ef016f83 13297
ef016f83 13298
ef016f83 13299
6bb11ab3
L
13300 ac_config_commands="$ac_config_commands libtool"
13301
13302
13303
13304
13305# Only expand once:
13306
13307
ef016f83
MF
13308
13309
13310. ${srcdir}/../../bfd/configure.host
13311
13312
13313
31e6ad7d
MF
13314
13315{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
13316$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
13317 # Check whether --enable-maintainer-mode was given.
ef016f83 13318if test "${enable_maintainer_mode+set}" = set; then :
31e6ad7d
MF
13319 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
13320else
13321 USE_MAINTAINER_MODE=no
ef016f83 13322fi
31e6ad7d
MF
13323
13324 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
13325$as_echo "$USE_MAINTAINER_MODE" >&6; }
13326 if test $USE_MAINTAINER_MODE = yes; then
13327 MAINTAINER_MODE_TRUE=
13328 MAINTAINER_MODE_FALSE='#'
ef016f83 13329else
31e6ad7d
MF
13330 MAINTAINER_MODE_TRUE='#'
13331 MAINTAINER_MODE_FALSE=
ef016f83
MF
13332fi
13333
31e6ad7d
MF
13334 MAINT=$MAINTAINER_MODE_TRUE
13335
13336
ef016f83
MF
13337
13338
ce39bd38
MF
13339{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim debug setting" >&5
13340$as_echo_n "checking for sim debug setting... " >&6; }
13341sim_debug="0"
ef016f83
MF
13342# Check whether --enable-sim-debug was given.
13343if test "${enable_sim_debug+set}" = set; then :
13344 enableval=$enable_sim_debug; case "${enableval}" in
ce39bd38
MF
13345 yes) sim_debug="7";;
13346 no) sim_debug="0";;
13347 *) sim_debug="($enableval)";;
ef016f83 13348esac
ef016f83 13349fi
ce39bd38
MF
13350if test "$sim_debug" != "0"; then
13351
13352cat >>confdefs.h <<_ACEOF
13353#define DEBUG $sim_debug
13354_ACEOF
13355
ef016f83
MF
13356fi
13357
ce39bd38
MF
13358cat >>confdefs.h <<_ACEOF
13359#define WITH_DEBUG $sim_debug
13360_ACEOF
13361
13362{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_debug" >&5
13363$as_echo "$sim_debug" >&6; }
ef016f83
MF
13364
13365
ce39bd38
MF
13366{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim stdio debug behavior" >&5
13367$as_echo_n "checking for sim stdio debug behavior... " >&6; }
13368sim_stdio="0"
ef016f83
MF
13369# Check whether --enable-sim-stdio was given.
13370if test "${enable_sim_stdio+set}" = set; then :
13371 enableval=$enable_sim_stdio; case "${enableval}" in
ce39bd38
MF
13372 yes) sim_stdio="DO_USE_STDIO";;
13373 no) sim_stdio="DONT_USE_STDIO";;
d0ac1c44 13374 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-stdio" "$LINENO" 5;;
ef016f83 13375esac
ef016f83
MF
13376fi
13377
ce39bd38
MF
13378cat >>confdefs.h <<_ACEOF
13379#define WITH_STDIO $sim_stdio
13380_ACEOF
13381
13382{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_stdio" >&5
13383$as_echo "$sim_stdio" >&6; }
ef016f83
MF
13384
13385
ce39bd38
MF
13386{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim trace settings" >&5
13387$as_echo_n "checking for sim trace settings... " >&6; }
13388sim_trace="~TRACE_debug"
ef016f83
MF
13389# Check whether --enable-sim-trace was given.
13390if test "${enable_sim_trace+set}" = set; then :
13391 enableval=$enable_sim_trace; case "${enableval}" in
ce39bd38
MF
13392 yes) sim_trace="-1";;
13393 no) sim_trace="0";;
ef016f83 13394 [-0-9]*)
ce39bd38 13395 sim_trace="'(${enableval})'";;
2232061b 13396 [[:lower:]]*)
ef016f83
MF
13397 sim_trace=""
13398 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13399 if test x"$sim_trace" = x; then
ce39bd38 13400 sim_trace="(TRACE_$x"
ef016f83
MF
13401 else
13402 sim_trace="${sim_trace}|TRACE_$x"
13403 fi
13404 done
ce39bd38 13405 sim_trace="$sim_trace)" ;;
ef016f83 13406esac
ef016f83
MF
13407fi
13408
ce39bd38
MF
13409cat >>confdefs.h <<_ACEOF
13410#define WITH_TRACE $sim_trace
13411_ACEOF
13412
13413{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_trace" >&5
13414$as_echo "$sim_trace" >&6; }
ef016f83
MF
13415
13416
ce39bd38
MF
13417{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sim profile settings" >&5
13418$as_echo_n "checking for sim profile settings... " >&6; }
13419profile="1"
13420sim_profile="-1"
ef016f83
MF
13421# Check whether --enable-sim-profile was given.
13422if test "${enable_sim_profile+set}" = set; then :
13423 enableval=$enable_sim_profile; case "${enableval}" in
ce39bd38
MF
13424 yes) profile="1" sim_profile="-1";;
13425 no) profile="0" sim_profile="0";;
ef016f83 13426 [-0-9]*)
ce39bd38 13427 profile="(${enableval})" sim_profile="(${enableval})";;
ef016f83 13428 [a-z]*)
ce39bd38 13429 profile="1"
ef016f83
MF
13430 sim_profile=""
13431 for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13432 if test x"$sim_profile" = x; then
ce39bd38 13433 sim_profile="(PROFILE_$x"
ef016f83
MF
13434 else
13435 sim_profile="${sim_profile}|PROFILE_$x"
13436 fi
13437 done
ce39bd38 13438 sim_profile="$sim_profile)" ;;
ef016f83 13439esac
ef016f83
MF
13440fi
13441
ce39bd38
MF
13442cat >>confdefs.h <<_ACEOF
13443#define PROFILE $profile
13444_ACEOF
ef016f83
MF
13445
13446
ce39bd38
MF
13447cat >>confdefs.h <<_ACEOF
13448#define WITH_PROFILE $sim_profile
13449_ACEOF
13450
13451{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_profile" >&5
13452$as_echo "$sim_profile" >&6; }
13453
13454
13455
13456{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable sim asserts" >&5
13457$as_echo_n "checking whether to enable sim asserts... " >&6; }
13458sim_assert="1"
35656e95
MF
13459# Check whether --enable-sim-assert was given.
13460if test "${enable_sim_assert+set}" = set; then :
13461 enableval=$enable_sim_assert; case "${enableval}" in
ce39bd38
MF
13462 yes) sim_assert="1";;
13463 no) sim_assert="0";;
d0ac1c44 13464 *) as_fn_error $? "--enable-sim-assert does not take a value" "$LINENO" 5;;
35656e95 13465esac
35656e95
MF
13466fi
13467
ce39bd38
MF
13468cat >>confdefs.h <<_ACEOF
13469#define WITH_ASSERT $sim_assert
13470_ACEOF
13471
13472{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_assert" >&5
13473$as_echo "$sim_assert" >&6; }
13474
35656e95 13475
ce39bd38
MF
13476{ $as_echo "$as_me:${as_lineno-$LINENO}: checking default sim environment setting" >&5
13477$as_echo_n "checking default sim environment setting... " >&6; }
13478sim_environment="ALL_ENVIRONMENT"
16f7876d
MF
13479# Check whether --enable-sim-environment was given.
13480if test "${enable_sim_environment+set}" = set; then :
13481 enableval=$enable_sim_environment; case "${enableval}" in
ce39bd38
MF
13482 all | ALL) sim_environment="ALL_ENVIRONMENT";;
13483 user | USER) sim_environment="USER_ENVIRONMENT";;
13484 virtual | VIRTUAL) sim_environment="VIRTUAL_ENVIRONMENT";;
13485 operating | OPERATING) sim_environment="OPERATING_ENVIRONMENT";;
d0ac1c44 13486 *) as_fn_error $? "Unknown value $enableval passed to --enable-sim-environment" "$LINENO" 5;;
16f7876d 13487esac
16f7876d
MF
13488fi
13489
ce39bd38
MF
13490cat >>confdefs.h <<_ACEOF
13491#define WITH_ENVIRONMENT $sim_environment
13492_ACEOF
13493
13494{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $sim_environment" >&5
13495$as_echo "$sim_environment" >&6; }
13496
16f7876d 13497
347fe5bb
MF
13498sim_inline="-DDEFAULT_INLINE=0"
13499# Check whether --enable-sim-inline was given.
13500if test "${enable_sim_inline+set}" = set; then :
13501 enableval=$enable_sim_inline; sim_inline=""
13502case "$enableval" in
13503 no) sim_inline="-DDEFAULT_INLINE=0";;
13504 0) sim_inline="-DDEFAULT_INLINE=0";;
13505 yes | 2) sim_inline="-DDEFAULT_INLINE=ALL_C_INLINE";;
13506 1) sim_inline="-DDEFAULT_INLINE=INLINE_LOCALS";;
13507 *) for x in `echo "$enableval" | sed -e "s/,/ /g"`; do
13508 new_flag=""
13509 case "$x" in
13510 *_INLINE=*) new_flag="-D$x";;
13511 *=*) new_flag=`echo "$x" | sed -e "s/=/_INLINE=/" -e "s/^/-D/"`;;
13512 *_INLINE) new_flag="-D$x=ALL_C_INLINE";;
13513 *) new_flag="-D$x""_INLINE=ALL_C_INLINE";;
13514 esac
13515 if test x"$sim_inline" = x""; then
13516 sim_inline="$new_flag"
13517 else
13518 sim_inline="$sim_inline $new_flag"
13519 fi
13520 done;;
13521esac
13522if test x"$silent" != x"yes" && test x"$sim_inline" != x""; then
13523 echo "Setting inline flags = $sim_inline" 6>&1
13524fi
13525fi
13526
13527
13528
ef016f83
MF
13529
13530# Check whether --with-pkgversion was given.
13531if test "${with_pkgversion+set}" = set; then :
13532 withval=$with_pkgversion; case "$withval" in
d0ac1c44 13533 yes) as_fn_error $? "package version not specified" "$LINENO" 5 ;;
ef016f83
MF
13534 no) PKGVERSION= ;;
13535 *) PKGVERSION="($withval) " ;;
13536 esac
13537else
bf12d44e 13538 PKGVERSION="(SIM) "
ef016f83
MF
13539
13540fi
13541
13542
13543
13544
13545
13546# Check whether --with-bugurl was given.
13547if test "${with_bugurl+set}" = set; then :
13548 withval=$with_bugurl; case "$withval" in
d0ac1c44 13549 yes) as_fn_error $? "bug URL not specified" "$LINENO" 5 ;;
ef016f83
MF
13550 no) BUGURL=
13551 ;;
13552 *) BUGURL="$withval"
13553 ;;
13554 esac
13555else
dfb856ba 13556 BUGURL="https://www.gnu.org/software/gdb/bugs/"
ef016f83
MF
13557
13558fi
13559
13560 case ${BUGURL} in
13561 "")
13562 REPORT_BUGS_TO=
13563 REPORT_BUGS_TEXI=
13564 ;;
13565 *)
13566 REPORT_BUGS_TO="<$BUGURL>"
13567 REPORT_BUGS_TEXI=@uref{`echo "$BUGURL" | sed 's/@/@@/g'`}
13568 ;;
13569 esac;
13570
13571
13572
13573
13574cat >>confdefs.h <<_ACEOF
13575#define PKGVERSION "$PKGVERSION"
13576_ACEOF
13577
13578
13579cat >>confdefs.h <<_ACEOF
13580#define REPORT_BUGS_TO "$REPORT_BUGS_TO"
13581_ACEOF
13582
13583
13584{ $as_echo "$as_me:${as_lineno-$LINENO}: checking return type of signal handlers" >&5
13585$as_echo_n "checking return type of signal handlers... " >&6; }
d0ac1c44 13586if ${ac_cv_type_signal+:} false; then :
ef016f83
MF
13587 $as_echo_n "(cached) " >&6
13588else
13589 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13590/* end confdefs.h. */
13591#include <sys/types.h>
13592#include <signal.h>
13593
13594int
13595main ()
13596{
13597return *(signal (0, 0)) (0) == 1;
13598 ;
13599 return 0;
13600}
13601_ACEOF
13602if ac_fn_c_try_compile "$LINENO"; then :
13603 ac_cv_type_signal=int
13604else
13605 ac_cv_type_signal=void
13606fi
13607rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13608fi
13609{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_signal" >&5
13610$as_echo "$ac_cv_type_signal" >&6; }
13611
13612cat >>confdefs.h <<_ACEOF
13613#define RETSIGTYPE $ac_cv_type_signal
13614_ACEOF
13615
13616
13617
13618
13619
ef016f83
MF
13620
13621
6ffe910a 13622
1ac72f06 13623wire_endian="LITTLE"
ef016f83
MF
13624default_endian=""
13625# Check whether --enable-sim-endian was given.
13626if test "${enable_sim_endian+set}" = set; then :
13627 enableval=$enable_sim_endian; case "${enableval}" in
1ac72f06
MF
13628 b*|B*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_BIG";;
13629 l*|L*) sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_LITTLE";;
ef016f83 13630 yes) if test x"$wire_endian" != x; then
1ac72f06 13631 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ef016f83 13632 else
1ac72f06
MF
13633 if test x"$default_endian" != x; then
13634 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ef016f83
MF
13635 else
13636 echo "No hard-wired endian for target $target" 1>&6
1ac72f06 13637 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ef016f83
MF
13638 fi
13639 fi;;
13640 no) if test x"$default_endian" != x; then
1ac72f06 13641 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ef016f83
MF
13642 else
13643 if test x"$wire_endian" != x; then
1ac72f06 13644 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ef016f83
MF
13645 else
13646 echo "No default endian for target $target" 1>&6
1ac72f06 13647 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_UNKNOWN"
ef016f83
MF
13648 fi
13649 fi;;
d0ac1c44 13650 *) as_fn_error $? "\"Unknown value $enableval for --enable-sim-endian\"" "$LINENO" 5; sim_endian="";;
ef016f83
MF
13651esac
13652if test x"$silent" != x"yes" && test x"$sim_endian" != x""; then
13653 echo "Setting endian flags = $sim_endian" 6>&1
13654fi
13655else
13656 if test x"$default_endian" != x; then
1ac72f06 13657 sim_endian="-DWITH_DEFAULT_TARGET_BYTE_ORDER=BFD_ENDIAN_${default_endian}"
ef016f83
MF
13658else
13659 if test x"$wire_endian" != x; then
1ac72f06 13660 sim_endian="-DWITH_TARGET_BYTE_ORDER=BFD_ENDIAN_${wire_endian}"
ef016f83
MF
13661 else
13662 sim_endian=
13663 fi
13664fi
13665fi
13666
13667wire_alignment="STRICT_ALIGNMENT"
13668default_alignment="STRICT_ALIGNMENT"
13669
13670# Check whether --enable-sim-alignment was given.
13671if test "${enable_sim_alignment+set}" = set; then :
13672 enableval=$enable_sim_alignment; case "${enableval}" in
13673 strict | STRICT) sim_alignment="-DWITH_ALIGNMENT=STRICT_ALIGNMENT";;
13674 nonstrict | NONSTRICT) sim_alignment="-DWITH_ALIGNMENT=NONSTRICT_ALIGNMENT";;
13675 forced | FORCED) sim_alignment="-DWITH_ALIGNMENT=FORCED_ALIGNMENT";;
13676 yes) if test x"$wire_alignment" != x; then
13677 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13678 else
13679 if test x"$default_alignment" != x; then
13680 sim_alignment="-DWITH_ALIGNMENT=${default_alignment}"
13681 else
13682 echo "No hard-wired alignment for target $target" 1>&6
13683 sim_alignment="-DWITH_ALIGNMENT=0"
13684 fi
13685 fi;;
13686 no) if test x"$default_alignment" != x; then
13687 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13688 else
13689 if test x"$wire_alignment" != x; then
13690 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${wire_alignment}"
13691 else
13692 echo "No default alignment for target $target" 1>&6
13693 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=0"
13694 fi
13695 fi;;
d0ac1c44 13696 *) as_fn_error $? "\"Unknown value $enableval passed to --enable-sim-alignment\"" "$LINENO" 5; sim_alignment="";;
ef016f83
MF
13697esac
13698if test x"$silent" != x"yes" && test x"$sim_alignment" != x""; then
13699 echo "Setting alignment flags = $sim_alignment" 6>&1
13700fi
13701else
13702 if test x"$default_alignment" != x; then
13703 sim_alignment="-DWITH_DEFAULT_ALIGNMENT=${default_alignment}"
13704else
13705 if test x"$wire_alignment" != x; then
13706 sim_alignment="-DWITH_ALIGNMENT=${wire_alignment}"
13707 else
13708 sim_alignment=
13709 fi
13710fi
13711fi
13712
13713
ef016f83
MF
13714default_sim_default_model="bf537"
13715# Check whether --enable-sim-default-model was given.
13716if test "${enable_sim_default_model+set}" = set; then :
13717 enableval=$enable_sim_default_model; case "${enableval}" in
d0ac1c44 13718 yes|no) as_fn_error $? "\"Missing argument to --enable-sim-default-model\"" "$LINENO" 5;;
ef016f83
MF
13719 *) sim_default_model="-DWITH_DEFAULT_MODEL='\"${enableval}\"'";;
13720esac
13721if test x"$silent" != x"yes" && test x"$sim_default_model" != x""; then
13722 echo "Setting default model = $sim_default_model" 6>&1
13723fi
13724else
13725 sim_default_model="-DWITH_DEFAULT_MODEL='\"${default_sim_default_model}\"'"
13726fi
13727
13728
13729
2232061b
MF
13730# Check whether --enable-werror was given.
13731if test "${enable_werror+set}" = set; then :
13732 enableval=$enable_werror; case "${enableval}" in
13733 yes | y) ERROR_ON_WARNING="yes" ;;
13734 no | n) ERROR_ON_WARNING="no" ;;
d0ac1c44 13735 *) as_fn_error $? "bad value ${enableval} for --enable-werror" "$LINENO" 5 ;;
2232061b
MF
13736 esac
13737fi
13738
13739
13740# Enable -Werror by default when using gcc
13741if test "${GCC}" = yes -a -z "${ERROR_ON_WARNING}" ; then
13742 ERROR_ON_WARNING=yes
ef016f83 13743fi
2232061b
MF
13744
13745WERROR_CFLAGS=""
bf470982
MF
13746 if test "${ERROR_ON_WARNING}" = yes ; then
13747 WERROR_CFLAGS="-Werror"
13748 fi
2232061b 13749
2232061b 13750build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \
1a8a700e 13751-Wpointer-sign \
2232061b 13752-Wno-unused -Wunused-value -Wunused-function \
1a8a700e
MF
13753-Wno-switch -Wno-char-subscripts -Wmissing-prototypes
13754-Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
13755-Wold-style-declaration -Wold-style-definition"
2232061b
MF
13756
13757# Enable -Wno-format by default when using gcc on mingw since many
13758# GCC versions complain about %I64.
13759case "${host}" in
13760 *-*-mingw32*) build_warnings="$build_warnings -Wno-format" ;;
d3685d60 13761 *) build_warnings="$build_warnings -Wformat-nonliteral" ;;
2232061b
MF
13762esac
13763
ef016f83
MF
13764# Check whether --enable-build-warnings was given.
13765if test "${enable_build_warnings+set}" = set; then :
13766 enableval=$enable_build_warnings; case "${enableval}" in
13767 yes) ;;
13768 no) build_warnings="-w";;
13769 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13770 build_warnings="${build_warnings} ${t}";;
13771 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13772 build_warnings="${t} ${build_warnings}";;
13773 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13774esac
13775if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13776 echo "Setting compiler warning flags = $build_warnings" 6>&1
13777fi
13778fi
13779# Check whether --enable-sim-build-warnings was given.
13780if test "${enable_sim_build_warnings+set}" = set; then :
13781 enableval=$enable_sim_build_warnings; case "${enableval}" in
13782 yes) ;;
13783 no) build_warnings="-w";;
13784 ,*) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13785 build_warnings="${build_warnings} ${t}";;
13786 *,) t=`echo "${enableval}" | sed -e "s/,/ /g"`
13787 build_warnings="${t} ${build_warnings}";;
13788 *) build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
13789esac
13790if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
13791 echo "Setting GDB specific compiler warning flags = $build_warnings" 6>&1
13792fi
13793fi
13794WARN_CFLAGS=""
ef016f83
MF
13795if test "x${build_warnings}" != x -a "x$GCC" = xyes
13796then
13797 { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
13798$as_echo_n "checking compiler warning flags... " >&6; }
13799 # Separate out the -Werror flag as some files just cannot be
13800 # compiled with it enabled.
13801 for w in ${build_warnings}; do
13802 case $w in
13803 -Werr*) WERROR_CFLAGS=-Werror ;;
13804 *) # Check that GCC accepts it
13805 saved_CFLAGS="$CFLAGS"
13806 CFLAGS="$CFLAGS $w"
13807 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13808/* end confdefs.h. */
13809
13810int
13811main ()
13812{
13813
13814 ;
13815 return 0;
13816}
13817_ACEOF
13818if ac_fn_c_try_compile "$LINENO"; then :
13819 WARN_CFLAGS="${WARN_CFLAGS} $w"
13820fi
13821rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13822 CFLAGS="$saved_CFLAGS"
13823 esac
13824 done
2232061b
MF
13825 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS} ${WERROR_CFLAGS}" >&5
13826$as_echo "${WARN_CFLAGS} ${WERROR_CFLAGS}" >&6; }
ef016f83
MF
13827fi
13828
13829
ef016f83
MF
13830if test ""; then
13831 hardware=""
13832else
6294f8ea 13833 hardware="cfi core pal glue"
ef016f83
MF
13834fi
13835hardware="$hardware \
13836 bfin_cec \
13837 bfin_ctimer \
13838 bfin_dma \
13839 bfin_dmac \
13840 bfin_ebiu_amc \
13841 bfin_ebiu_ddrc \
13842 bfin_ebiu_sdc \
13843 bfin_emac \
13844 bfin_eppi \
13845 bfin_evt \
b5215db0 13846 bfin_gpio \
07c5891d 13847 bfin_gpio2 \
ef016f83
MF
13848 bfin_gptimer \
13849 bfin_jtag \
13850 bfin_mmu \
13851 bfin_nfc \
13852 bfin_otp \
c43aadca 13853 bfin_pfmon \
050396e5 13854 bfin_pint \
ef016f83
MF
13855 bfin_pll \
13856 bfin_ppi \
13857 bfin_rtc \
13858 bfin_sic \
13859 bfin_spi \
13860 bfin_trace \
13861 bfin_twi \
13862 bfin_uart \
13863 bfin_uart2 \
13864 bfin_wdog \
13865 bfin_wp \
13866 eth_phy \
13867"
1517bd27 13868
ef016f83
MF
13869sim_hw_cflags="-DWITH_HW=1"
13870sim_hw="$hardware"
13871sim_hw_objs="\$(SIM_COMMON_HW_OBJS) `echo $sim_hw | sed -e 's/\([^ ][^ ]*\)/dv-\1.o/g'`"
1517bd27 13872
ef016f83
MF
13873# Check whether --enable-sim-hardware was given.
13874if test "${enable_sim_hardware+set}" = set; then :
13875 enableval=$enable_sim_hardware;
30452bbe
MF
13876else
13877 enable_sim_hardware="yes"
1517bd27
MF
13878fi
13879
13880case ${enable_sim_hardware} in
64dd13df
MF
13881 yes|no) ;;
13882 ,*) hardware="${hardware} `echo ${enableval} | sed -e 's/,/ /'`";;
13883 *,) hardware="`echo ${enableval} | sed -e 's/,/ /'` ${hardware}";;
13884 *) hardware="`echo ${enableval} | sed -e 's/,/ /'`"'';;
ef016f83 13885esac
1517bd27 13886
64dd13df 13887if test "$enable_sim_hardware" = no; then
ef016f83
MF
13888 sim_hw_objs=
13889 sim_hw_cflags="-DWITH_HW=0"
13890 sim_hw=
13891else
13892 sim_hw_cflags="-DWITH_HW=1"
13893 # remove duplicates
13894 sim_hw=""
13895 sim_hw_objs="\$(SIM_COMMON_HW_OBJS)"
13896 for i in $hardware ; do
13897 case " $sim_hw " in
13898 *" $i "*) ;;
13899 *) sim_hw="$sim_hw $i" ; sim_hw_objs="$sim_hw_objs dv-$i.o";;
13900 esac
13901 done
256139f5 13902 # mingw does not support sockser
256139f5
JS
13903 case ${host} in
13904 *mingw*) ;;
49cd1634
MF
13905 *) # TODO: We don't add dv-sockser to sim_hw as it is not a "real" device
13906 # that you instatiate. Instead, other code will call into it directly.
13907 # At some point, we should convert it over.
13908 sim_hw_objs="$sim_hw_objs dv-sockser.o"
256139f5
JS
13909
13910cat >>confdefs.h <<_ACEOF
13911#define HAVE_DV_SOCKSER 1
13912_ACEOF
13913
13914 ;;
13915 esac
1517bd27
MF
13916 if test x"$silent" != x"yes"; then
13917 echo "Setting hardware to $sim_hw_cflags, $sim_hw, $sim_hw_objs"
256139f5 13918 fi
1517bd27
MF
13919 case " $hardware " in
13920 *" cfi "*) { $as_echo "$as_me:${as_lineno-$LINENO}: checking for log2 in -lm" >&5
4399a56b 13921$as_echo_n "checking for log2 in -lm... " >&6; }
d0ac1c44 13922if ${ac_cv_lib_m_log2+:} false; then :
4399a56b
MF
13923 $as_echo_n "(cached) " >&6
13924else
13925 ac_check_lib_save_LIBS=$LIBS
13926LIBS="-lm $LIBS"
13927cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13928/* end confdefs.h. */
13929
13930/* Override any GCC internal prototype to avoid an error.
13931 Use char because int might match the return type of a GCC
13932 builtin and then its argument prototype would still apply. */
13933#ifdef __cplusplus
13934extern "C"
13935#endif
13936char log2 ();
13937int
13938main ()
13939{
13940return log2 ();
13941 ;
13942 return 0;
13943}
13944_ACEOF
13945if ac_fn_c_try_link "$LINENO"; then :
13946 ac_cv_lib_m_log2=yes
13947else
13948 ac_cv_lib_m_log2=no
13949fi
13950rm -f core conftest.err conftest.$ac_objext \
13951 conftest$ac_exeext conftest.$ac_ext
13952LIBS=$ac_check_lib_save_LIBS
13953fi
13954{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_m_log2" >&5
13955$as_echo "$ac_cv_lib_m_log2" >&6; }
d0ac1c44 13956if test "x$ac_cv_lib_m_log2" = xyes; then :
4399a56b
MF
13957 cat >>confdefs.h <<_ACEOF
13958#define HAVE_LIBM 1
13959_ACEOF
13960
13961 LIBS="-lm $LIBS"
13962
13963fi
13964;;
1517bd27
MF
13965 esac
13966fi
4399a56b 13967
ef016f83 13968
9e6584c9 13969for ac_func in getuid getgid geteuid getegid setuid setgid mmap munmap kill pread
ef016f83
MF
13970do :
13971 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13972ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
d0ac1c44 13973if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
ef016f83
MF
13974 cat >>confdefs.h <<_ACEOF
13975#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13976_ACEOF
13977
13978fi
13979done
13980
84de2f06
MF
13981for ac_header in \
13982 linux/if_tun.h \
13983 linux/mii.h \
13984 linux/types.h \
13985 net/if.h \
13986 sys/ioctl.h \
13987 sys/mman.h \
13988
ef016f83
MF
13989do :
13990 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
13991ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
d0ac1c44 13992if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
ef016f83
MF
13993 cat >>confdefs.h <<_ACEOF
13994#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
13995_ACEOF
13996
13997fi
13998
13999done
14000
14001
5798d69f
SM
14002
14003
14004
14005
14006
14007
14008
14009if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
14010 if test -n "$ac_tool_prefix"; then
14011 # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
14012set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
14013{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14014$as_echo_n "checking for $ac_word... " >&6; }
14015if ${ac_cv_path_PKG_CONFIG+:} false; then :
14016 $as_echo_n "(cached) " >&6
14017else
14018 case $PKG_CONFIG in
14019 [\\/]* | ?:[\\/]*)
14020 ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
14021 ;;
14022 *)
14023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14024for as_dir in $PATH
14025do
14026 IFS=$as_save_IFS
14027 test -z "$as_dir" && as_dir=.
14028 for ac_exec_ext in '' $ac_executable_extensions; do
14029 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14030 ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14031 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14032 break 2
14033 fi
14034done
14035 done
14036IFS=$as_save_IFS
14037
14038 ;;
14039esac
14040fi
14041PKG_CONFIG=$ac_cv_path_PKG_CONFIG
14042if test -n "$PKG_CONFIG"; then
14043 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
14044$as_echo "$PKG_CONFIG" >&6; }
14045else
14046 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14047$as_echo "no" >&6; }
14048fi
14049
14050
14051fi
14052if test -z "$ac_cv_path_PKG_CONFIG"; then
14053 ac_pt_PKG_CONFIG=$PKG_CONFIG
14054 # Extract the first word of "pkg-config", so it can be a program name with args.
14055set dummy pkg-config; ac_word=$2
14056{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
14057$as_echo_n "checking for $ac_word... " >&6; }
14058if ${ac_cv_path_ac_pt_PKG_CONFIG+:} false; then :
14059 $as_echo_n "(cached) " >&6
14060else
14061 case $ac_pt_PKG_CONFIG in
14062 [\\/]* | ?:[\\/]*)
14063 ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
14064 ;;
14065 *)
14066 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14067for as_dir in $PATH
14068do
14069 IFS=$as_save_IFS
14070 test -z "$as_dir" && as_dir=.
14071 for ac_exec_ext in '' $ac_executable_extensions; do
14072 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14073 ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
14074 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14075 break 2
14076 fi
14077done
14078 done
14079IFS=$as_save_IFS
14080
14081 ;;
14082esac
14083fi
14084ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
14085if test -n "$ac_pt_PKG_CONFIG"; then
14086 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
14087$as_echo "$ac_pt_PKG_CONFIG" >&6; }
14088else
14089 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14090$as_echo "no" >&6; }
14091fi
14092
14093 if test "x$ac_pt_PKG_CONFIG" = x; then
14094 PKG_CONFIG=""
14095 else
14096 case $cross_compiling:$ac_tool_warned in
14097yes:)
14098{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
14099$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
14100ac_tool_warned=yes ;;
14101esac
14102 PKG_CONFIG=$ac_pt_PKG_CONFIG
14103 fi
14104else
14105 PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
14106fi
14107
14108fi
14109if test -n "$PKG_CONFIG"; then
14110 _pkg_min_version=0.9.0
14111 { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
14112$as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
14113 if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
14114 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14115$as_echo "yes" >&6; }
14116 else
14117 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14118$as_echo "no" >&6; }
14119 PKG_CONFIG=""
14120 fi
14121fi
14122
14123pkg_failed=no
14124{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sdl" >&5
14125$as_echo_n "checking for sdl... " >&6; }
14126
14127if test -n "$SDL_CFLAGS"; then
14128 pkg_cv_SDL_CFLAGS="$SDL_CFLAGS"
14129 elif test -n "$PKG_CONFIG"; then
14130 if test -n "$PKG_CONFIG" && \
14131 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl\""; } >&5
14132 ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
14133 ac_status=$?
14134 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14135 test $ac_status = 0; }; then
14136 pkg_cv_SDL_CFLAGS=`$PKG_CONFIG --cflags "sdl" 2>/dev/null`
14137 test "x$?" != "x0" && pkg_failed=yes
14138else
14139 pkg_failed=yes
14140fi
14141 else
14142 pkg_failed=untried
14143fi
14144if test -n "$SDL_LIBS"; then
14145 pkg_cv_SDL_LIBS="$SDL_LIBS"
14146 elif test -n "$PKG_CONFIG"; then
14147 if test -n "$PKG_CONFIG" && \
14148 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"sdl\""; } >&5
14149 ($PKG_CONFIG --exists --print-errors "sdl") 2>&5
14150 ac_status=$?
14151 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
14152 test $ac_status = 0; }; then
14153 pkg_cv_SDL_LIBS=`$PKG_CONFIG --libs "sdl" 2>/dev/null`
14154 test "x$?" != "x0" && pkg_failed=yes
14155else
14156 pkg_failed=yes
14157fi
14158 else
14159 pkg_failed=untried
14160fi
14161
14162if test $pkg_failed = no; then
14163 pkg_save_LDFLAGS="$LDFLAGS"
14164 LDFLAGS="$LDFLAGS $pkg_cv_SDL_LIBS"
14165 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14166/* end confdefs.h. */
14167
14168int
14169main ()
14170{
14171
14172 ;
14173 return 0;
14174}
14175_ACEOF
14176if ac_fn_c_try_link "$LINENO"; then :
14177
14178else
14179 pkg_failed=yes
14180fi
14181rm -f core conftest.err conftest.$ac_objext \
14182 conftest$ac_exeext conftest.$ac_ext
14183 LDFLAGS=$pkg_save_LDFLAGS
14184fi
14185
14186
14187
14188if test $pkg_failed = yes; then
14189 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14190$as_echo "no" >&6; }
14191
14192if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
14193 _pkg_short_errors_supported=yes
14194else
14195 _pkg_short_errors_supported=no
14196fi
14197 if test $_pkg_short_errors_supported = yes; then
14198 SDL_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "sdl" 2>&1`
14199 else
14200 SDL_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "sdl" 2>&1`
14201 fi
14202 # Put the nasty error message in config.log where it belongs
14203 echo "$SDL_PKG_ERRORS" >&5
14204
14205 :
14206elif test $pkg_failed = untried; then
14207 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
14208$as_echo "no" >&6; }
14209 :
14210else
14211 SDL_CFLAGS=$pkg_cv_SDL_CFLAGS
14212 SDL_LIBS=$pkg_cv_SDL_LIBS
14213 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
14214$as_echo "yes" >&6; }
14215
14216 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
14217$as_echo_n "checking for dlopen in -ldl... " >&6; }
14218if ${ac_cv_lib_dl_dlopen+:} false; then :
14219 $as_echo_n "(cached) " >&6
14220else
14221 ac_check_lib_save_LIBS=$LIBS
14222LIBS="-ldl $LIBS"
14223cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14224/* end confdefs.h. */
14225
14226/* Override any GCC internal prototype to avoid an error.
14227 Use char because int might match the return type of a GCC
14228 builtin and then its argument prototype would still apply. */
14229#ifdef __cplusplus
14230extern "C"
14231#endif
14232char dlopen ();
14233int
14234main ()
14235{
14236return dlopen ();
14237 ;
14238 return 0;
14239}
14240_ACEOF
14241if ac_fn_c_try_link "$LINENO"; then :
14242 ac_cv_lib_dl_dlopen=yes
14243else
14244 ac_cv_lib_dl_dlopen=no
14245fi
14246rm -f core conftest.err conftest.$ac_objext \
14247 conftest$ac_exeext conftest.$ac_ext
14248LIBS=$ac_check_lib_save_LIBS
14249fi
14250{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
14251$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
14252if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
14253
ef016f83
MF
14254 SDL_CFLAGS="${SDL_CFLAGS} -DHAVE_SDL"
14255 SDL_LIBS="-ldl"
5798d69f
SM
14256
14257else
14258 SDL_CFLAGS= SDL_LIBS=
14259fi
14260
14261
14262fi
ef016f83
MF
14263
14264
14265
14266
ef016f83
MF
14267cgen_breaks=""
14268if grep CGEN_MAINT $srcdir/Makefile.in >/dev/null; then
14269cgen_breaks="break cgen_rtx_error";
14270fi
14271
14272ac_config_files="$ac_config_files Makefile.sim:Makefile.in"
14273
14274ac_config_files="$ac_config_files Make-common.sim:../common/Make-common.in"
14275
14276ac_config_files="$ac_config_files .gdbinit:../common/gdbinit.in"
14277
14278ac_config_commands="$ac_config_commands Makefile"
14279
14280ac_config_commands="$ac_config_commands stamp-h"
14281
14282cat >confcache <<\_ACEOF
14283# This file is a shell script that caches the results of configure
14284# tests run on this system so they can be shared between configure
14285# scripts and configure runs, see configure's option --config-cache.
14286# It is not useful on other systems. If it contains results you don't
14287# want to keep, you may remove or edit it.
14288#
14289# config.status only pays attention to the cache file if you give it
14290# the --recheck option to rerun configure.
14291#
14292# `ac_cv_env_foo' variables (set or unset) will be overridden when
14293# loading this file, other *unset* `ac_cv_foo' will be assigned the
14294# following values.
14295
14296_ACEOF
14297
14298# The following way of writing the cache mishandles newlines in values,
14299# but we know of no workaround that is simple, portable, and efficient.
14300# So, we kill variables containing newlines.
14301# Ultrix sh set writes to stderr and can't be redirected directly,
14302# and sets the high bit in the cache file unless we assign to the vars.
14303(
14304 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
14305 eval ac_val=\$$ac_var
14306 case $ac_val in #(
14307 *${as_nl}*)
14308 case $ac_var in #(
14309 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
14310$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
14311 esac
14312 case $ac_var in #(
14313 _ | IFS | as_nl) ;; #(
14314 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
14315 *) { eval $ac_var=; unset $ac_var;} ;;
14316 esac ;;
14317 esac
14318 done
14319
14320 (set) 2>&1 |
14321 case $as_nl`(ac_space=' '; set) 2>&1` in #(
14322 *${as_nl}ac_space=\ *)
14323 # `set' does not quote correctly, so add quotes: double-quote
14324 # substitution turns \\\\ into \\, and sed turns \\ into \.
14325 sed -n \
14326 "s/'/'\\\\''/g;
14327 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
14328 ;; #(
14329 *)
14330 # `set' quotes correctly as required by POSIX, so do not add quotes.
14331 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
14332 ;;
14333 esac |
14334 sort
14335) |
14336 sed '
14337 /^ac_cv_env_/b end
14338 t clear
14339 :clear
14340 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
14341 t end
14342 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
14343 :end' >>confcache
14344if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
14345 if test -w "$cache_file"; then
d0ac1c44 14346 if test "x$cache_file" != "x/dev/null"; then
ef016f83
MF
14347 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
14348$as_echo "$as_me: updating cache $cache_file" >&6;}
d0ac1c44
SM
14349 if test ! -f "$cache_file" || test -h "$cache_file"; then
14350 cat confcache >"$cache_file"
14351 else
14352 case $cache_file in #(
14353 */* | ?:*)
14354 mv -f confcache "$cache_file"$$ &&
14355 mv -f "$cache_file"$$ "$cache_file" ;; #(
14356 *)
14357 mv -f confcache "$cache_file" ;;
14358 esac
14359 fi
14360 fi
ef016f83
MF
14361 else
14362 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
14363$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
14364 fi
14365fi
14366rm -f confcache
14367
14368test "x$prefix" = xNONE && prefix=$ac_default_prefix
14369# Let make expand exec_prefix.
14370test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
14371
14372DEFS=-DHAVE_CONFIG_H
14373
14374ac_libobjs=
14375ac_ltlibobjs=
d0ac1c44 14376U=
ef016f83
MF
14377for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
14378 # 1. Remove the extension, and $U if already installed.
14379 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
14380 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
14381 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
14382 # will be set to the directory where LIBOBJS objects are built.
14383 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
14384 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
14385done
14386LIBOBJS=$ac_libobjs
14387
14388LTLIBOBJS=$ac_ltlibobjs
14389
14390
0cb8d851 14391
db2e4d67 14392if test -z "${GMAKE_TRUE}" && test -z "${GMAKE_FALSE}"; then
d0ac1c44 14393 as_fn_error $? "conditional \"GMAKE\" was never defined.
db2e4d67
MF
14394Usually this means the macro was only invoked conditionally." "$LINENO" 5
14395fi
6bb11ab3 14396if test -z "${PLUGINS_TRUE}" && test -z "${PLUGINS_FALSE}"; then
d0ac1c44 14397 as_fn_error $? "conditional \"PLUGINS\" was never defined.
6bb11ab3
L
14398Usually this means the macro was only invoked conditionally." "$LINENO" 5
14399fi
31e6ad7d 14400if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
d0ac1c44 14401 as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
31e6ad7d
MF
14402Usually this means the macro was only invoked conditionally." "$LINENO" 5
14403fi
ef016f83 14404
d0ac1c44 14405: "${CONFIG_STATUS=./config.status}"
ef016f83
MF
14406ac_write_fail=0
14407ac_clean_files_save=$ac_clean_files
14408ac_clean_files="$ac_clean_files $CONFIG_STATUS"
14409{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
14410$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
14411as_write_fail=0
14412cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
14413#! $SHELL
14414# Generated by $as_me.
14415# Run this file to recreate the current configuration.
14416# Compiler output produced by configure, useful for debugging
14417# configure, is in config.log if it exists.
14418
14419debug=false
14420ac_cs_recheck=false
14421ac_cs_silent=false
14422
14423SHELL=\${CONFIG_SHELL-$SHELL}
14424export SHELL
14425_ASEOF
14426cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
14427## -------------------- ##
14428## M4sh Initialization. ##
14429## -------------------- ##
14430
14431# Be more Bourne compatible
14432DUALCASE=1; export DUALCASE # for MKS sh
14433if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
14434 emulate sh
14435 NULLCMD=:
14436 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
14437 # is contrary to our usage. Disable this feature.
14438 alias -g '${1+"$@"}'='"$@"'
14439 setopt NO_GLOB_SUBST
14440else
14441 case `(set -o) 2>/dev/null` in #(
14442 *posix*) :
14443 set -o posix ;; #(
14444 *) :
14445 ;;
14446esac
14447fi
14448
14449
14450as_nl='
14451'
14452export as_nl
14453# Printing a long string crashes Solaris 7 /usr/bin/printf.
14454as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
14455as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
14456as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
14457# Prefer a ksh shell builtin over an external printf program on Solaris,
14458# but without wasting forks for bash or zsh.
14459if test -z "$BASH_VERSION$ZSH_VERSION" \
14460 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
14461 as_echo='print -r --'
14462 as_echo_n='print -rn --'
14463elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
14464 as_echo='printf %s\n'
14465 as_echo_n='printf %s'
14466else
14467 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
14468 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
14469 as_echo_n='/usr/ucb/echo -n'
14470 else
14471 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
14472 as_echo_n_body='eval
14473 arg=$1;
14474 case $arg in #(
14475 *"$as_nl"*)
14476 expr "X$arg" : "X\\(.*\\)$as_nl";
14477 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
14478 esac;
14479 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
14480 '
14481 export as_echo_n_body
14482 as_echo_n='sh -c $as_echo_n_body as_echo'
14483 fi
14484 export as_echo_body
14485 as_echo='sh -c $as_echo_body as_echo'
14486fi
14487
14488# The user is always right.
14489if test "${PATH_SEPARATOR+set}" != set; then
14490 PATH_SEPARATOR=:
14491 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
14492 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
14493 PATH_SEPARATOR=';'
14494 }
14495fi
14496
14497
14498# IFS
14499# We need space, tab and new line, in precisely that order. Quoting is
14500# there to prevent editors from complaining about space-tab.
14501# (If _AS_PATH_WALK were called with IFS unset, it would disable word
14502# splitting by setting IFS to empty value.)
14503IFS=" "" $as_nl"
14504
14505# Find who we are. Look in the path if we contain no directory separator.
d0ac1c44 14506as_myself=
ef016f83
MF
14507case $0 in #((
14508 *[\\/]* ) as_myself=$0 ;;
14509 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14510for as_dir in $PATH
14511do
14512 IFS=$as_save_IFS
14513 test -z "$as_dir" && as_dir=.
14514 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
14515 done
14516IFS=$as_save_IFS
14517
14518 ;;
14519esac
14520# We did not find ourselves, most probably we were run as `sh COMMAND'
14521# in which case we are not to be found in the path.
14522if test "x$as_myself" = x; then
14523 as_myself=$0
14524fi
14525if test ! -f "$as_myself"; then
14526 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
14527 exit 1
14528fi
14529
14530# Unset variables that we do not need and which cause bugs (e.g. in
14531# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
14532# suppresses any "Segmentation fault" message there. '((' could
14533# trigger a bug in pdksh 5.2.14.
14534for as_var in BASH_ENV ENV MAIL MAILPATH
14535do eval test x\${$as_var+set} = xset \
14536 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
14537done
14538PS1='$ '
14539PS2='> '
14540PS4='+ '
14541
14542# NLS nuisances.
14543LC_ALL=C
14544export LC_ALL
14545LANGUAGE=C
14546export LANGUAGE
14547
14548# CDPATH.
14549(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14550
14551
d0ac1c44
SM
14552# as_fn_error STATUS ERROR [LINENO LOG_FD]
14553# ----------------------------------------
ef016f83
MF
14554# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
14555# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
d0ac1c44 14556# script with STATUS, using 1 if that was 0.
ef016f83
MF
14557as_fn_error ()
14558{
d0ac1c44
SM
14559 as_status=$1; test $as_status -eq 0 && as_status=1
14560 if test "$4"; then
14561 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
14562 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
ef016f83 14563 fi
d0ac1c44 14564 $as_echo "$as_me: error: $2" >&2
ef016f83
MF
14565 as_fn_exit $as_status
14566} # as_fn_error
14567
14568
14569# as_fn_set_status STATUS
14570# -----------------------
14571# Set $? to STATUS, without forking.
14572as_fn_set_status ()
14573{
14574 return $1
14575} # as_fn_set_status
14576
14577# as_fn_exit STATUS
14578# -----------------
14579# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
14580as_fn_exit ()
14581{
14582 set +e
14583 as_fn_set_status $1
14584 exit $1
14585} # as_fn_exit
14586
14587# as_fn_unset VAR
14588# ---------------
14589# Portably unset VAR.
14590as_fn_unset ()
14591{
14592 { eval $1=; unset $1;}
14593}
14594as_unset=as_fn_unset
14595# as_fn_append VAR VALUE
14596# ----------------------
14597# Append the text in VALUE to the end of the definition contained in VAR. Take
14598# advantage of any shell optimizations that allow amortized linear growth over
14599# repeated appends, instead of the typical quadratic growth present in naive
14600# implementations.
14601if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
14602 eval 'as_fn_append ()
14603 {
14604 eval $1+=\$2
14605 }'
14606else
14607 as_fn_append ()
14608 {
14609 eval $1=\$$1\$2
14610 }
14611fi # as_fn_append
14612
14613# as_fn_arith ARG...
14614# ------------------
14615# Perform arithmetic evaluation on the ARGs, and store the result in the
14616# global $as_val. Take advantage of shells that can avoid forks. The arguments
14617# must be portable across $(()) and expr.
14618if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
14619 eval 'as_fn_arith ()
14620 {
14621 as_val=$(( $* ))
14622 }'
14623else
14624 as_fn_arith ()
14625 {
14626 as_val=`expr "$@" || test $? -eq 1`
14627 }
14628fi # as_fn_arith
14629
14630
14631if expr a : '\(a\)' >/dev/null 2>&1 &&
14632 test "X`expr 00001 : '.*\(...\)'`" = X001; then
14633 as_expr=expr
14634else
14635 as_expr=false
14636fi
14637
14638if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
14639 as_basename=basename
14640else
14641 as_basename=false
14642fi
14643
14644if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
14645 as_dirname=dirname
14646else
14647 as_dirname=false
14648fi
14649
14650as_me=`$as_basename -- "$0" ||
14651$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
14652 X"$0" : 'X\(//\)$' \| \
14653 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
14654$as_echo X/"$0" |
14655 sed '/^.*\/\([^/][^/]*\)\/*$/{
14656 s//\1/
14657 q
14658 }
14659 /^X\/\(\/\/\)$/{
14660 s//\1/
14661 q
14662 }
14663 /^X\/\(\/\).*/{
14664 s//\1/
14665 q
14666 }
14667 s/.*/./; q'`
14668
14669# Avoid depending upon Character Ranges.
14670as_cr_letters='abcdefghijklmnopqrstuvwxyz'
14671as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
14672as_cr_Letters=$as_cr_letters$as_cr_LETTERS
14673as_cr_digits='0123456789'
14674as_cr_alnum=$as_cr_Letters$as_cr_digits
14675
14676ECHO_C= ECHO_N= ECHO_T=
14677case `echo -n x` in #(((((
14678-n*)
14679 case `echo 'xy\c'` in
14680 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
14681 xy) ECHO_C='\c';;
14682 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
14683 ECHO_T=' ';;
14684 esac;;
14685*)
14686 ECHO_N='-n';;
14687esac
14688
14689rm -f conf$$ conf$$.exe conf$$.file
14690if test -d conf$$.dir; then
14691 rm -f conf$$.dir/conf$$.file
14692else
14693 rm -f conf$$.dir
14694 mkdir conf$$.dir 2>/dev/null
14695fi
14696if (echo >conf$$.file) 2>/dev/null; then
14697 if ln -s conf$$.file conf$$ 2>/dev/null; then
14698 as_ln_s='ln -s'
14699 # ... but there are two gotchas:
14700 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
14701 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
d0ac1c44 14702 # In both cases, we have to default to `cp -pR'.
ef016f83 14703 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
d0ac1c44 14704 as_ln_s='cp -pR'
ef016f83
MF
14705 elif ln conf$$.file conf$$ 2>/dev/null; then
14706 as_ln_s=ln
14707 else
d0ac1c44 14708 as_ln_s='cp -pR'
ef016f83
MF
14709 fi
14710else
d0ac1c44 14711 as_ln_s='cp -pR'
ef016f83
MF
14712fi
14713rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
14714rmdir conf$$.dir 2>/dev/null
14715
14716
14717# as_fn_mkdir_p
14718# -------------
14719# Create "$as_dir" as a directory, including parents if necessary.
14720as_fn_mkdir_p ()
14721{
14722
14723 case $as_dir in #(
14724 -*) as_dir=./$as_dir;;
14725 esac
14726 test -d "$as_dir" || eval $as_mkdir_p || {
14727 as_dirs=
14728 while :; do
14729 case $as_dir in #(
14730 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
14731 *) as_qdir=$as_dir;;
14732 esac
14733 as_dirs="'$as_qdir' $as_dirs"
14734 as_dir=`$as_dirname -- "$as_dir" ||
14735$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
14736 X"$as_dir" : 'X\(//\)[^/]' \| \
14737 X"$as_dir" : 'X\(//\)$' \| \
14738 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
14739$as_echo X"$as_dir" |
14740 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
14741 s//\1/
14742 q
14743 }
14744 /^X\(\/\/\)[^/].*/{
14745 s//\1/
14746 q
14747 }
14748 /^X\(\/\/\)$/{
14749 s//\1/
14750 q
14751 }
14752 /^X\(\/\).*/{
14753 s//\1/
14754 q
14755 }
14756 s/.*/./; q'`
14757 test -d "$as_dir" && break
14758 done
14759 test -z "$as_dirs" || eval "mkdir $as_dirs"
d0ac1c44 14760 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
ef016f83
MF
14761
14762
14763} # as_fn_mkdir_p
14764if mkdir -p . 2>/dev/null; then
14765 as_mkdir_p='mkdir -p "$as_dir"'
14766else
14767 test -d ./-p && rmdir ./-p
14768 as_mkdir_p=false
14769fi
14770
d0ac1c44
SM
14771
14772# as_fn_executable_p FILE
14773# -----------------------
14774# Test if FILE is an executable regular file.
14775as_fn_executable_p ()
14776{
14777 test -f "$1" && test -x "$1"
14778} # as_fn_executable_p
14779as_test_x='test -x'
14780as_executable_p=as_fn_executable_p
ef016f83
MF
14781
14782# Sed expression to map a string onto a valid CPP name.
14783as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
14784
14785# Sed expression to map a string onto a valid variable name.
14786as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
14787
14788
14789exec 6>&1
14790## ----------------------------------- ##
14791## Main body of $CONFIG_STATUS script. ##
14792## ----------------------------------- ##
14793_ASEOF
14794test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
14795
14796cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14797# Save the log message, to keep $0 and so on meaningful, and to
14798# report actual input values of CONFIG_FILES etc. instead of their
14799# values after options handling.
14800ac_log="
14801This file was extended by $as_me, which was
d0ac1c44 14802generated by GNU Autoconf 2.69. Invocation command line was
ef016f83
MF
14803
14804 CONFIG_FILES = $CONFIG_FILES
14805 CONFIG_HEADERS = $CONFIG_HEADERS
14806 CONFIG_LINKS = $CONFIG_LINKS
14807 CONFIG_COMMANDS = $CONFIG_COMMANDS
14808 $ $0 $@
14809
14810on `(hostname || uname -n) 2>/dev/null | sed 1q`
14811"
14812
14813_ACEOF
14814
14815case $ac_config_files in *"
14816"*) set x $ac_config_files; shift; ac_config_files=$*;;
14817esac
14818
14819case $ac_config_headers in *"
14820"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
14821esac
14822
14823
14824cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14825# Files that config.status was made for.
14826config_files="$ac_config_files"
14827config_headers="$ac_config_headers"
ef016f83
MF
14828config_commands="$ac_config_commands"
14829
14830_ACEOF
14831
14832cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14833ac_cs_usage="\
14834\`$as_me' instantiates files and other configuration actions
14835from templates according to the current configuration. Unless the files
14836and actions are specified as TAGs, all are instantiated by default.
14837
14838Usage: $0 [OPTION]... [TAG]...
14839
14840 -h, --help print this help, then exit
14841 -V, --version print version number and configuration settings, then exit
d0ac1c44 14842 --config print configuration, then exit
ef016f83
MF
14843 -q, --quiet, --silent
14844 do not print progress messages
14845 -d, --debug don't remove temporary files
14846 --recheck update $as_me by reconfiguring in the same conditions
14847 --file=FILE[:TEMPLATE]
14848 instantiate the configuration file FILE
14849 --header=FILE[:TEMPLATE]
14850 instantiate the configuration header FILE
14851
14852Configuration files:
14853$config_files
14854
14855Configuration headers:
14856$config_headers
14857
ef016f83
MF
14858Configuration commands:
14859$config_commands
14860
14861Report bugs to the package provider."
14862
14863_ACEOF
14864cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 14865ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
ef016f83
MF
14866ac_cs_version="\\
14867config.status
d0ac1c44
SM
14868configured by $0, generated by GNU Autoconf 2.69,
14869 with options \\"\$ac_cs_config\\"
ef016f83 14870
d0ac1c44 14871Copyright (C) 2012 Free Software Foundation, Inc.
ef016f83
MF
14872This config.status script is free software; the Free Software Foundation
14873gives unlimited permission to copy, distribute and modify it."
14874
14875ac_pwd='$ac_pwd'
14876srcdir='$srcdir'
14877INSTALL='$INSTALL'
6bb11ab3 14878AWK='$AWK'
ef016f83
MF
14879test -n "\$AWK" || AWK=awk
14880_ACEOF
14881
14882cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14883# The default lists apply if the user does not specify any file.
14884ac_need_defaults=:
14885while test $# != 0
14886do
14887 case $1 in
d0ac1c44 14888 --*=?*)
ef016f83
MF
14889 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14890 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
14891 ac_shift=:
14892 ;;
d0ac1c44
SM
14893 --*=)
14894 ac_option=`expr "X$1" : 'X\([^=]*\)='`
14895 ac_optarg=
14896 ac_shift=:
14897 ;;
ef016f83
MF
14898 *)
14899 ac_option=$1
14900 ac_optarg=$2
14901 ac_shift=shift
14902 ;;
14903 esac
14904
14905 case $ac_option in
14906 # Handling of the options.
14907 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
14908 ac_cs_recheck=: ;;
14909 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
14910 $as_echo "$ac_cs_version"; exit ;;
d0ac1c44
SM
14911 --config | --confi | --conf | --con | --co | --c )
14912 $as_echo "$ac_cs_config"; exit ;;
ef016f83
MF
14913 --debug | --debu | --deb | --de | --d | -d )
14914 debug=: ;;
14915 --file | --fil | --fi | --f )
14916 $ac_shift
14917 case $ac_optarg in
14918 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
d0ac1c44 14919 '') as_fn_error $? "missing file argument" ;;
ef016f83
MF
14920 esac
14921 as_fn_append CONFIG_FILES " '$ac_optarg'"
14922 ac_need_defaults=false;;
14923 --header | --heade | --head | --hea )
14924 $ac_shift
14925 case $ac_optarg in
14926 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
14927 esac
14928 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
14929 ac_need_defaults=false;;
14930 --he | --h)
14931 # Conflict between --help and --header
d0ac1c44 14932 as_fn_error $? "ambiguous option: \`$1'
ef016f83
MF
14933Try \`$0 --help' for more information.";;
14934 --help | --hel | -h )
14935 $as_echo "$ac_cs_usage"; exit ;;
14936 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
14937 | -silent | --silent | --silen | --sile | --sil | --si | --s)
14938 ac_cs_silent=: ;;
14939
14940 # This is an error.
d0ac1c44 14941 -*) as_fn_error $? "unrecognized option: \`$1'
ef016f83
MF
14942Try \`$0 --help' for more information." ;;
14943
14944 *) as_fn_append ac_config_targets " $1"
14945 ac_need_defaults=false ;;
14946
14947 esac
14948 shift
14949done
14950
14951ac_configure_extra_args=
14952
14953if $ac_cs_silent; then
14954 exec 6>/dev/null
14955 ac_configure_extra_args="$ac_configure_extra_args --silent"
14956fi
14957
14958_ACEOF
14959cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
14960if \$ac_cs_recheck; then
d0ac1c44 14961 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
ef016f83
MF
14962 shift
14963 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
14964 CONFIG_SHELL='$SHELL'
14965 export CONFIG_SHELL
14966 exec "\$@"
14967fi
14968
14969_ACEOF
14970cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
14971exec 5>>config.log
14972{
14973 echo
14974 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
14975## Running $as_me. ##
14976_ASBOX
14977 $as_echo "$ac_log"
14978} >&5
14979
14980_ACEOF
14981cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
db2e4d67
MF
14982#
14983# INIT-COMMANDS
14984#
14985ac_aux_dir=$ac_aux_dir DEPDIR=$DEPDIR
14986
6bb11ab3
L
14987
14988# The HP-UX ksh and POSIX shell print the target directory to stdout
14989# if CDPATH is set.
14990(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
14991
14992sed_quote_subst='$sed_quote_subst'
14993double_quote_subst='$double_quote_subst'
14994delay_variable_subst='$delay_variable_subst'
14995macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
14996macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
14997enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
14998enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
14999pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
15000enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
15001SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
15002ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
15003host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
15004host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
15005host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
15006build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
15007build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
15008build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
15009SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
15010Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
15011GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
15012EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
15013FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
15014LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
15015NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
15016LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
15017max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
15018ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
15019exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
15020lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
15021lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
15022lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
15023reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
15024reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
15025OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
15026deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
15027file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
15028AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
15029AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
15030STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
15031RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
15032old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15033old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15034old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
15035lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
15036CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
15037CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
15038compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
15039GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
15040lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
15041lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
15042lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
15043lt_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"`'
15044objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
15045MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
15046lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
15047lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
15048lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
15049lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
15050lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
15051need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
15052DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
15053NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
15054LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
15055OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
15056OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
15057libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
15058shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
15059extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15060archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
15061enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
15062export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
15063whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
15064compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
15065old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
15066old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
15067archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
15068archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15069module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
15070module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
15071with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
15072allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
15073no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
15074hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
15075hardcode_libdir_flag_spec_ld='`$ECHO "$hardcode_libdir_flag_spec_ld" | $SED "$delay_single_quote_subst"`'
15076hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
15077hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
15078hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
15079hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
15080hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
15081hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
15082inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
15083link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
15084fix_srcfile_path='`$ECHO "$fix_srcfile_path" | $SED "$delay_single_quote_subst"`'
15085always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
15086export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
15087exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
15088include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
15089prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
15090file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
15091variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
15092need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
15093need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
15094version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
15095runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
15096shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
15097shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
15098libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
15099library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
15100soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
15101install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
15102postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
15103postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
15104finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
15105finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
15106hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
15107sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
15108sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
15109hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
15110enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
15111enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
15112enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
15113old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
15114striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
15115
15116LTCC='$LTCC'
15117LTCFLAGS='$LTCFLAGS'
15118compiler='$compiler_DEFAULT'
15119
15120# A function that is used when there is no print builtin or printf.
15121func_fallback_echo ()
15122{
15123 eval 'cat <<_LTECHO_EOF
15124\$1
15125_LTECHO_EOF'
15126}
15127
15128# Quote evaled strings.
15129for var in SHELL \
15130ECHO \
15131SED \
15132GREP \
15133EGREP \
15134FGREP \
15135LD \
15136NM \
15137LN_S \
15138lt_SP2NL \
15139lt_NL2SP \
15140reload_flag \
15141OBJDUMP \
15142deplibs_check_method \
15143file_magic_cmd \
15144AR \
15145AR_FLAGS \
15146STRIP \
15147RANLIB \
15148CC \
15149CFLAGS \
15150compiler \
15151lt_cv_sys_global_symbol_pipe \
15152lt_cv_sys_global_symbol_to_cdecl \
15153lt_cv_sys_global_symbol_to_c_name_address \
15154lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
15155lt_prog_compiler_no_builtin_flag \
15156lt_prog_compiler_wl \
15157lt_prog_compiler_pic \
15158lt_prog_compiler_static \
15159lt_cv_prog_compiler_c_o \
15160need_locks \
15161DSYMUTIL \
15162NMEDIT \
15163LIPO \
15164OTOOL \
15165OTOOL64 \
15166shrext_cmds \
15167export_dynamic_flag_spec \
15168whole_archive_flag_spec \
15169compiler_needs_object \
15170with_gnu_ld \
15171allow_undefined_flag \
15172no_undefined_flag \
15173hardcode_libdir_flag_spec \
15174hardcode_libdir_flag_spec_ld \
15175hardcode_libdir_separator \
15176fix_srcfile_path \
15177exclude_expsyms \
15178include_expsyms \
15179file_list_spec \
15180variables_saved_for_relink \
15181libname_spec \
15182library_names_spec \
15183soname_spec \
15184install_override_mode \
15185finish_eval \
15186old_striplib \
15187striplib; do
15188 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15189 *[\\\\\\\`\\"\\\$]*)
15190 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
15191 ;;
15192 *)
15193 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15194 ;;
15195 esac
15196done
15197
15198# Double-quote double-evaled strings.
15199for var in reload_cmds \
15200old_postinstall_cmds \
15201old_postuninstall_cmds \
15202old_archive_cmds \
15203extract_expsyms_cmds \
15204old_archive_from_new_cmds \
15205old_archive_from_expsyms_cmds \
15206archive_cmds \
15207archive_expsym_cmds \
15208module_cmds \
15209module_expsym_cmds \
15210export_symbols_cmds \
15211prelink_cmds \
15212postinstall_cmds \
15213postuninstall_cmds \
15214finish_cmds \
15215sys_lib_search_path_spec \
15216sys_lib_dlsearch_path_spec; do
15217 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
15218 *[\\\\\\\`\\"\\\$]*)
15219 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
15220 ;;
15221 *)
15222 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
15223 ;;
15224 esac
15225done
15226
15227ac_aux_dir='$ac_aux_dir'
15228xsi_shell='$xsi_shell'
15229lt_shell_append='$lt_shell_append'
15230
15231# See if we are running on zsh, and set the options which allow our
15232# commands through without removal of \ escapes INIT.
15233if test -n "\${ZSH_VERSION+set}" ; then
15234 setopt NO_GLOB_SUBST
15235fi
15236
15237
15238 PACKAGE='$PACKAGE'
15239 VERSION='$VERSION'
15240 TIMESTAMP='$TIMESTAMP'
15241 RM='$RM'
15242 ofile='$ofile'
15243
15244
15245
15246
ef016f83
MF
15247_ACEOF
15248
15249cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15250
15251# Handling of arguments.
15252for ac_config_target in $ac_config_targets
15253do
15254 case $ac_config_target in
15255 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
db2e4d67 15256 "depdir") CONFIG_COMMANDS="$CONFIG_COMMANDS depdir" ;;
6bb11ab3 15257 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
ef016f83
MF
15258 "Makefile.sim") CONFIG_FILES="$CONFIG_FILES Makefile.sim:Makefile.in" ;;
15259 "Make-common.sim") CONFIG_FILES="$CONFIG_FILES Make-common.sim:../common/Make-common.in" ;;
15260 ".gdbinit") CONFIG_FILES="$CONFIG_FILES .gdbinit:../common/gdbinit.in" ;;
15261 "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
15262 "stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS stamp-h" ;;
15263
d0ac1c44 15264 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
ef016f83
MF
15265 esac
15266done
15267
15268
15269# If the user did not use the arguments to specify the items to instantiate,
15270# then the envvar interface is used. Set only those that are not.
15271# We use the long form for the default assignment because of an extremely
15272# bizarre bug on SunOS 4.1.3.
15273if $ac_need_defaults; then
15274 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
15275 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
ef016f83
MF
15276 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
15277fi
15278
15279# Have a temporary directory for convenience. Make it in the build tree
15280# simply because there is no reason against having it here, and in addition,
15281# creating and moving files from /tmp can sometimes cause problems.
15282# Hook for its removal unless debugging.
15283# Note that there is a small window in which the directory will not be cleaned:
15284# after its creation but before its name has been assigned to `$tmp'.
15285$debug ||
15286{
d0ac1c44 15287 tmp= ac_tmp=
ef016f83 15288 trap 'exit_status=$?
d0ac1c44
SM
15289 : "${ac_tmp:=$tmp}"
15290 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
ef016f83
MF
15291' 0
15292 trap 'as_fn_exit 1' 1 2 13 15
15293}
15294# Create a (secure) tmp directory for tmp files.
15295
15296{
15297 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
d0ac1c44 15298 test -d "$tmp"
ef016f83
MF
15299} ||
15300{
15301 tmp=./conf$$-$RANDOM
15302 (umask 077 && mkdir "$tmp")
d0ac1c44
SM
15303} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
15304ac_tmp=$tmp
ef016f83
MF
15305
15306# Set up the scripts for CONFIG_FILES section.
15307# No need to generate them if there are no CONFIG_FILES.
15308# This happens for instance with `./config.status config.h'.
15309if test -n "$CONFIG_FILES"; then
15310
15311
15312ac_cr=`echo X | tr X '\015'`
15313# On cygwin, bash can eat \r inside `` if the user requested igncr.
15314# But we know of no other shell where ac_cr would be empty at this
15315# point, so we can use a bashism as a fallback.
15316if test "x$ac_cr" = x; then
15317 eval ac_cr=\$\'\\r\'
15318fi
15319ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
15320if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
d0ac1c44 15321 ac_cs_awk_cr='\\r'
ef016f83
MF
15322else
15323 ac_cs_awk_cr=$ac_cr
15324fi
15325
d0ac1c44 15326echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
ef016f83
MF
15327_ACEOF
15328
15329
15330{
15331 echo "cat >conf$$subs.awk <<_ACEOF" &&
15332 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
15333 echo "_ACEOF"
15334} >conf$$subs.sh ||
d0ac1c44
SM
15335 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
15336ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
ef016f83
MF
15337ac_delim='%!_!# '
15338for ac_last_try in false false false false false :; do
15339 . ./conf$$subs.sh ||
d0ac1c44 15340 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ef016f83
MF
15341
15342 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
15343 if test $ac_delim_n = $ac_delim_num; then
15344 break
15345 elif $ac_last_try; then
d0ac1c44 15346 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
ef016f83
MF
15347 else
15348 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15349 fi
15350done
15351rm -f conf$$subs.sh
15352
15353cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
d0ac1c44 15354cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
ef016f83
MF
15355_ACEOF
15356sed -n '
15357h
15358s/^/S["/; s/!.*/"]=/
15359p
15360g
15361s/^[^!]*!//
15362:repl
15363t repl
15364s/'"$ac_delim"'$//
15365t delim
15366:nl
15367h
d0ac1c44 15368s/\(.\{148\}\)..*/\1/
ef016f83
MF
15369t more1
15370s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
15371p
15372n
15373b repl
15374:more1
15375s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15376p
15377g
15378s/.\{148\}//
15379t nl
15380:delim
15381h
d0ac1c44 15382s/\(.\{148\}\)..*/\1/
ef016f83
MF
15383t more2
15384s/["\\]/\\&/g; s/^/"/; s/$/"/
15385p
15386b
15387:more2
15388s/["\\]/\\&/g; s/^/"/; s/$/"\\/
15389p
15390g
15391s/.\{148\}//
15392t delim
15393' <conf$$subs.awk | sed '
15394/^[^""]/{
15395 N
15396 s/\n//
15397}
15398' >>$CONFIG_STATUS || ac_write_fail=1
15399rm -f conf$$subs.awk
15400cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15401_ACAWK
d0ac1c44 15402cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
ef016f83
MF
15403 for (key in S) S_is_set[key] = 1
15404 FS = "\a"
15405
15406}
15407{
15408 line = $ 0
15409 nfields = split(line, field, "@")
15410 substed = 0
15411 len = length(field[1])
15412 for (i = 2; i < nfields; i++) {
15413 key = field[i]
15414 keylen = length(key)
15415 if (S_is_set[key]) {
15416 value = S[key]
15417 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
15418 len += length(value) + length(field[++i])
15419 substed = 1
15420 } else
15421 len += 1 + keylen
15422 }
15423
15424 print line
15425}
15426
15427_ACAWK
15428_ACEOF
15429cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15430if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
15431 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
15432else
15433 cat
d0ac1c44
SM
15434fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
15435 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
ef016f83
MF
15436_ACEOF
15437
d0ac1c44
SM
15438# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
15439# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
ef016f83
MF
15440# trailing colons and then remove the whole line if VPATH becomes empty
15441# (actually we leave an empty line to preserve line numbers).
15442if test "x$srcdir" = x.; then
d0ac1c44
SM
15443 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
15444h
15445s///
15446s/^/:/
15447s/[ ]*$/:/
15448s/:\$(srcdir):/:/g
15449s/:\${srcdir}:/:/g
15450s/:@srcdir@:/:/g
15451s/^:*//
ef016f83 15452s/:*$//
d0ac1c44
SM
15453x
15454s/\(=[ ]*\).*/\1/
15455G
15456s/\n//
ef016f83
MF
15457s/^[^=]*=[ ]*$//
15458}'
15459fi
15460
15461cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15462fi # test -n "$CONFIG_FILES"
15463
15464# Set up the scripts for CONFIG_HEADERS section.
15465# No need to generate them if there are no CONFIG_HEADERS.
15466# This happens for instance with `./config.status Makefile'.
15467if test -n "$CONFIG_HEADERS"; then
d0ac1c44 15468cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
ef016f83
MF
15469BEGIN {
15470_ACEOF
15471
15472# Transform confdefs.h into an awk script `defines.awk', embedded as
15473# here-document in config.status, that substitutes the proper values into
15474# config.h.in to produce config.h.
15475
15476# Create a delimiter string that does not exist in confdefs.h, to ease
15477# handling of long lines.
15478ac_delim='%!_!# '
15479for ac_last_try in false false :; do
d0ac1c44
SM
15480 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
15481 if test -z "$ac_tt"; then
ef016f83
MF
15482 break
15483 elif $ac_last_try; then
d0ac1c44 15484 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
ef016f83
MF
15485 else
15486 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
15487 fi
15488done
15489
15490# For the awk script, D is an array of macro values keyed by name,
15491# likewise P contains macro parameters if any. Preserve backslash
15492# newline sequences.
15493
15494ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
15495sed -n '
15496s/.\{148\}/&'"$ac_delim"'/g
15497t rset
15498:rset
15499s/^[ ]*#[ ]*define[ ][ ]*/ /
15500t def
15501d
15502:def
15503s/\\$//
15504t bsnl
15505s/["\\]/\\&/g
15506s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15507D["\1"]=" \3"/p
15508s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
15509d
15510:bsnl
15511s/["\\]/\\&/g
15512s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
15513D["\1"]=" \3\\\\\\n"\\/p
15514t cont
15515s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
15516t cont
15517d
15518:cont
15519n
15520s/.\{148\}/&'"$ac_delim"'/g
15521t clear
15522:clear
15523s/\\$//
15524t bsnlc
15525s/["\\]/\\&/g; s/^/"/; s/$/"/p
15526d
15527:bsnlc
15528s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
15529b cont
15530' <confdefs.h | sed '
15531s/'"$ac_delim"'/"\\\
15532"/g' >>$CONFIG_STATUS || ac_write_fail=1
15533
15534cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15535 for (key in D) D_is_set[key] = 1
15536 FS = "\a"
15537}
15538/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
15539 line = \$ 0
15540 split(line, arg, " ")
15541 if (arg[1] == "#") {
15542 defundef = arg[2]
15543 mac1 = arg[3]
15544 } else {
15545 defundef = substr(arg[1], 2)
15546 mac1 = arg[2]
15547 }
15548 split(mac1, mac2, "(") #)
15549 macro = mac2[1]
15550 prefix = substr(line, 1, index(line, defundef) - 1)
15551 if (D_is_set[macro]) {
15552 # Preserve the white space surrounding the "#".
15553 print prefix "define", macro P[macro] D[macro]
15554 next
15555 } else {
15556 # Replace #undef with comments. This is necessary, for example,
15557 # in the case of _POSIX_SOURCE, which is predefined and required
15558 # on some systems where configure will not decide to define it.
15559 if (defundef == "undef") {
15560 print "/*", prefix defundef, macro, "*/"
15561 next
15562 }
15563 }
15564}
15565{ print }
15566_ACAWK
15567_ACEOF
15568cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d0ac1c44 15569 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
ef016f83
MF
15570fi # test -n "$CONFIG_HEADERS"
15571
15572
99d8e879 15573eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
ef016f83
MF
15574shift
15575for ac_tag
15576do
15577 case $ac_tag in
15578 :[FHLC]) ac_mode=$ac_tag; continue;;
15579 esac
15580 case $ac_mode$ac_tag in
15581 :[FHL]*:*);;
d0ac1c44 15582 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
ef016f83
MF
15583 :[FH]-) ac_tag=-:-;;
15584 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
15585 esac
15586 ac_save_IFS=$IFS
15587 IFS=:
15588 set x $ac_tag
15589 IFS=$ac_save_IFS
15590 shift
15591 ac_file=$1
15592 shift
15593
15594 case $ac_mode in
15595 :L) ac_source=$1;;
15596 :[FH])
15597 ac_file_inputs=
15598 for ac_f
15599 do
15600 case $ac_f in
d0ac1c44 15601 -) ac_f="$ac_tmp/stdin";;
ef016f83
MF
15602 *) # Look for the file first in the build tree, then in the source tree
15603 # (if the path is not absolute). The absolute path cannot be DOS-style,
15604 # because $ac_f cannot contain `:'.
15605 test -f "$ac_f" ||
15606 case $ac_f in
15607 [\\/$]*) false;;
15608 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
15609 esac ||
d0ac1c44 15610 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
ef016f83
MF
15611 esac
15612 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
15613 as_fn_append ac_file_inputs " '$ac_f'"
15614 done
15615
15616 # Let's still pretend it is `configure' which instantiates (i.e., don't
15617 # use $as_me), people would be surprised to read:
15618 # /* config.h. Generated by config.status. */
15619 configure_input='Generated from '`
15620 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
15621 `' by configure.'
15622 if test x"$ac_file" != x-; then
15623 configure_input="$ac_file. $configure_input"
15624 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
15625$as_echo "$as_me: creating $ac_file" >&6;}
15626 fi
15627 # Neutralize special characters interpreted by sed in replacement strings.
15628 case $configure_input in #(
15629 *\&* | *\|* | *\\* )
15630 ac_sed_conf_input=`$as_echo "$configure_input" |
15631 sed 's/[\\\\&|]/\\\\&/g'`;; #(
15632 *) ac_sed_conf_input=$configure_input;;
15633 esac
15634
15635 case $ac_tag in
d0ac1c44
SM
15636 *:-:* | *:-) cat >"$ac_tmp/stdin" \
15637 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
ef016f83
MF
15638 esac
15639 ;;
15640 esac
15641
15642 ac_dir=`$as_dirname -- "$ac_file" ||
15643$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
15644 X"$ac_file" : 'X\(//\)[^/]' \| \
15645 X"$ac_file" : 'X\(//\)$' \| \
15646 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
15647$as_echo X"$ac_file" |
15648 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
15649 s//\1/
15650 q
15651 }
15652 /^X\(\/\/\)[^/].*/{
15653 s//\1/
15654 q
15655 }
15656 /^X\(\/\/\)$/{
15657 s//\1/
15658 q
15659 }
15660 /^X\(\/\).*/{
15661 s//\1/
15662 q
15663 }
15664 s/.*/./; q'`
15665 as_dir="$ac_dir"; as_fn_mkdir_p
15666 ac_builddir=.
15667
15668case "$ac_dir" in
15669.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
15670*)
15671 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
15672 # A ".." for each directory in $ac_dir_suffix.
15673 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
15674 case $ac_top_builddir_sub in
15675 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
15676 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
15677 esac ;;
15678esac
15679ac_abs_top_builddir=$ac_pwd
15680ac_abs_builddir=$ac_pwd$ac_dir_suffix
15681# for backward compatibility:
15682ac_top_builddir=$ac_top_build_prefix
15683
15684case $srcdir in
15685 .) # We are building in place.
15686 ac_srcdir=.
15687 ac_top_srcdir=$ac_top_builddir_sub
15688 ac_abs_top_srcdir=$ac_pwd ;;
15689 [\\/]* | ?:[\\/]* ) # Absolute name.
15690 ac_srcdir=$srcdir$ac_dir_suffix;
15691 ac_top_srcdir=$srcdir
15692 ac_abs_top_srcdir=$srcdir ;;
15693 *) # Relative name.
15694 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
15695 ac_top_srcdir=$ac_top_build_prefix$srcdir
15696 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
15697esac
15698ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
15699
15700
15701 case $ac_mode in
15702 :F)
15703 #
15704 # CONFIG_FILE
15705 #
15706
15707 case $INSTALL in
15708 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
15709 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
15710 esac
15711_ACEOF
15712
15713cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15714# If the template does not know about datarootdir, expand it.
15715# FIXME: This hack should be removed a few years after 2.60.
15716ac_datarootdir_hack=; ac_datarootdir_seen=
15717ac_sed_dataroot='
15718/datarootdir/ {
15719 p
15720 q
15721}
15722/@datadir@/p
15723/@docdir@/p
15724/@infodir@/p
15725/@localedir@/p
15726/@mandir@/p'
15727case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
15728*datarootdir*) ac_datarootdir_seen=yes;;
15729*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
15730 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
15731$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
15732_ACEOF
15733cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15734 ac_datarootdir_hack='
15735 s&@datadir@&$datadir&g
15736 s&@docdir@&$docdir&g
15737 s&@infodir@&$infodir&g
15738 s&@localedir@&$localedir&g
15739 s&@mandir@&$mandir&g
15740 s&\\\${datarootdir}&$datarootdir&g' ;;
15741esac
15742_ACEOF
15743
15744# Neutralize VPATH when `$srcdir' = `.'.
15745# Shell code in configure.ac might set extrasub.
15746# FIXME: do we really want to maintain this feature?
15747cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
15748ac_sed_extra="$ac_vpsub
15749$extrasub
15750_ACEOF
15751cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
15752:t
15753/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
15754s|@configure_input@|$ac_sed_conf_input|;t t
15755s&@top_builddir@&$ac_top_builddir_sub&;t t
15756s&@top_build_prefix@&$ac_top_build_prefix&;t t
15757s&@srcdir@&$ac_srcdir&;t t
15758s&@abs_srcdir@&$ac_abs_srcdir&;t t
15759s&@top_srcdir@&$ac_top_srcdir&;t t
15760s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
15761s&@builddir@&$ac_builddir&;t t
15762s&@abs_builddir@&$ac_abs_builddir&;t t
15763s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
15764s&@INSTALL@&$ac_INSTALL&;t t
15765$ac_datarootdir_hack
15766"
d0ac1c44
SM
15767eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
15768 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
ef016f83
MF
15769
15770test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
d0ac1c44
SM
15771 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
15772 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
15773 "$ac_tmp/out"`; test -z "$ac_out"; } &&
ef016f83 15774 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15775which seems to be undefined. Please make sure it is defined" >&5
ef016f83 15776$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
d0ac1c44 15777which seems to be undefined. Please make sure it is defined" >&2;}
ef016f83 15778
d0ac1c44 15779 rm -f "$ac_tmp/stdin"
ef016f83 15780 case $ac_file in
d0ac1c44
SM
15781 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
15782 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
ef016f83 15783 esac \
d0ac1c44 15784 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
ef016f83
MF
15785 ;;
15786 :H)
15787 #
15788 # CONFIG_HEADER
15789 #
15790 if test x"$ac_file" != x-; then
15791 {
15792 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15793 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
15794 } >"$ac_tmp/config.h" \
15795 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
15796 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
ef016f83
MF
15797 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
15798$as_echo "$as_me: $ac_file is unchanged" >&6;}
15799 else
15800 rm -f "$ac_file"
d0ac1c44
SM
15801 mv "$ac_tmp/config.h" "$ac_file" \
15802 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
ef016f83
MF
15803 fi
15804 else
15805 $as_echo "/* $configure_input */" \
d0ac1c44
SM
15806 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
15807 || as_fn_error $? "could not create -" "$LINENO" 5
ef016f83
MF
15808 fi
15809 ;;
ef016f83 15810
ef016f83
MF
15811 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
15812$as_echo "$as_me: executing $ac_file commands" >&6;}
15813 ;;
15814 esac
15815
15816
15817 case $ac_file$ac_mode in
db2e4d67 15818 "depdir":C) $SHELL $ac_aux_dir/mkinstalldirs $DEPDIR ;;
6bb11ab3
L
15819 "libtool":C)
15820
15821 # See if we are running on zsh, and set the options which allow our
15822 # commands through without removal of \ escapes.
15823 if test -n "${ZSH_VERSION+set}" ; then
15824 setopt NO_GLOB_SUBST
15825 fi
15826
15827 cfgfile="${ofile}T"
15828 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
15829 $RM "$cfgfile"
15830
15831 cat <<_LT_EOF >> "$cfgfile"
15832#! $SHELL
15833
15834# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
15835# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
15836# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
15837# NOTE: Changes made to this file will be lost: look at ltmain.sh.
15838#
15839# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
15840# 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
15841# Written by Gordon Matzigkeit, 1996
15842#
15843# This file is part of GNU Libtool.
15844#
15845# GNU Libtool is free software; you can redistribute it and/or
15846# modify it under the terms of the GNU General Public License as
15847# published by the Free Software Foundation; either version 2 of
15848# the License, or (at your option) any later version.
15849#
15850# As a special exception to the GNU General Public License,
15851# if you distribute this file as part of a program or library that
15852# is built using GNU Libtool, you may include this file under the
15853# same distribution terms that you use for the rest of that program.
15854#
15855# GNU Libtool is distributed in the hope that it will be useful,
15856# but WITHOUT ANY WARRANTY; without even the implied warranty of
15857# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15858# GNU General Public License for more details.
15859#
15860# You should have received a copy of the GNU General Public License
15861# along with GNU Libtool; see the file COPYING. If not, a copy
15862# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
15863# obtained by writing to the Free Software Foundation, Inc.,
15864# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
15865
15866
15867# The names of the tagged configurations supported by this script.
15868available_tags=""
15869
15870# ### BEGIN LIBTOOL CONFIG
15871
15872# Which release of libtool.m4 was used?
15873macro_version=$macro_version
15874macro_revision=$macro_revision
15875
15876# Whether or not to build shared libraries.
15877build_libtool_libs=$enable_shared
15878
15879# Whether or not to build static libraries.
15880build_old_libs=$enable_static
15881
15882# What type of objects to build.
15883pic_mode=$pic_mode
15884
15885# Whether or not to optimize for fast installation.
15886fast_install=$enable_fast_install
15887
15888# Shell to use when invoking shell scripts.
15889SHELL=$lt_SHELL
15890
15891# An echo program that protects backslashes.
15892ECHO=$lt_ECHO
15893
15894# The host system.
15895host_alias=$host_alias
15896host=$host
15897host_os=$host_os
15898
15899# The build system.
15900build_alias=$build_alias
15901build=$build
15902build_os=$build_os
15903
15904# A sed program that does not truncate output.
15905SED=$lt_SED
15906
15907# Sed that helps us avoid accidentally triggering echo(1) options like -n.
15908Xsed="\$SED -e 1s/^X//"
15909
15910# A grep program that handles long lines.
15911GREP=$lt_GREP
15912
15913# An ERE matcher.
15914EGREP=$lt_EGREP
15915
15916# A literal string matcher.
15917FGREP=$lt_FGREP
15918
15919# A BSD- or MS-compatible name lister.
15920NM=$lt_NM
15921
15922# Whether we need soft or hard links.
15923LN_S=$lt_LN_S
15924
15925# What is the maximum length of a command?
15926max_cmd_len=$max_cmd_len
15927
15928# Object file suffix (normally "o").
15929objext=$ac_objext
15930
15931# Executable file suffix (normally "").
15932exeext=$exeext
15933
15934# whether the shell understands "unset".
15935lt_unset=$lt_unset
15936
15937# turn spaces into newlines.
15938SP2NL=$lt_lt_SP2NL
15939
15940# turn newlines into spaces.
15941NL2SP=$lt_lt_NL2SP
15942
15943# An object symbol dumper.
15944OBJDUMP=$lt_OBJDUMP
15945
15946# Method to check whether dependent libraries are shared objects.
15947deplibs_check_method=$lt_deplibs_check_method
15948
15949# Command to use when deplibs_check_method == "file_magic".
15950file_magic_cmd=$lt_file_magic_cmd
15951
15952# The archiver.
15953AR=$lt_AR
15954AR_FLAGS=$lt_AR_FLAGS
15955
15956# A symbol stripping program.
15957STRIP=$lt_STRIP
15958
15959# Commands used to install an old-style archive.
15960RANLIB=$lt_RANLIB
15961old_postinstall_cmds=$lt_old_postinstall_cmds
15962old_postuninstall_cmds=$lt_old_postuninstall_cmds
15963
15964# Whether to use a lock for old archive extraction.
15965lock_old_archive_extraction=$lock_old_archive_extraction
15966
15967# A C compiler.
15968LTCC=$lt_CC
15969
15970# LTCC compiler flags.
15971LTCFLAGS=$lt_CFLAGS
15972
15973# Take the output of nm and produce a listing of raw symbols and C names.
15974global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
15975
15976# Transform the output of nm in a proper C declaration.
15977global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
15978
15979# Transform the output of nm in a C name address pair.
15980global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
15981
15982# Transform the output of nm in a C name address pair when lib prefix is needed.
15983global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
15984
15985# The name of the directory that contains temporary libtool files.
15986objdir=$objdir
15987
15988# Used to examine libraries when file_magic_cmd begins with "file".
15989MAGIC_CMD=$MAGIC_CMD
15990
15991# Must we lock files when doing compilation?
15992need_locks=$lt_need_locks
15993
15994# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
15995DSYMUTIL=$lt_DSYMUTIL
15996
15997# Tool to change global to local symbols on Mac OS X.
15998NMEDIT=$lt_NMEDIT
15999
16000# Tool to manipulate fat objects and archives on Mac OS X.
16001LIPO=$lt_LIPO
16002
16003# ldd/readelf like tool for Mach-O binaries on Mac OS X.
16004OTOOL=$lt_OTOOL
16005
16006# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
16007OTOOL64=$lt_OTOOL64
16008
16009# Old archive suffix (normally "a").
16010libext=$libext
16011
16012# Shared library suffix (normally ".so").
16013shrext_cmds=$lt_shrext_cmds
16014
16015# The commands to extract the exported symbol list from a shared archive.
16016extract_expsyms_cmds=$lt_extract_expsyms_cmds
16017
16018# Variables whose values should be saved in libtool wrapper scripts and
16019# restored at link time.
16020variables_saved_for_relink=$lt_variables_saved_for_relink
16021
16022# Do we need the "lib" prefix for modules?
16023need_lib_prefix=$need_lib_prefix
16024
16025# Do we need a version for libraries?
16026need_version=$need_version
16027
16028# Library versioning type.
16029version_type=$version_type
16030
16031# Shared library runtime path variable.
16032runpath_var=$runpath_var
16033
16034# Shared library path variable.
16035shlibpath_var=$shlibpath_var
16036
16037# Is shlibpath searched before the hard-coded library search path?
16038shlibpath_overrides_runpath=$shlibpath_overrides_runpath
16039
16040# Format of library name prefix.
16041libname_spec=$lt_libname_spec
16042
16043# List of archive names. First name is the real one, the rest are links.
16044# The last name is the one that the linker finds with -lNAME
16045library_names_spec=$lt_library_names_spec
16046
16047# The coded name of the library, if different from the real name.
16048soname_spec=$lt_soname_spec
16049
16050# Permission mode override for installation of shared libraries.
16051install_override_mode=$lt_install_override_mode
16052
16053# Command to use after installation of a shared archive.
16054postinstall_cmds=$lt_postinstall_cmds
16055
16056# Command to use after uninstallation of a shared archive.
16057postuninstall_cmds=$lt_postuninstall_cmds
16058
16059# Commands used to finish a libtool library installation in a directory.
16060finish_cmds=$lt_finish_cmds
16061
16062# As "finish_cmds", except a single script fragment to be evaled but
16063# not shown.
16064finish_eval=$lt_finish_eval
16065
16066# Whether we should hardcode library paths into libraries.
16067hardcode_into_libs=$hardcode_into_libs
16068
16069# Compile-time system search path for libraries.
16070sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
16071
16072# Run-time system search path for libraries.
16073sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
16074
16075# Whether dlopen is supported.
16076dlopen_support=$enable_dlopen
16077
16078# Whether dlopen of programs is supported.
16079dlopen_self=$enable_dlopen_self
16080
16081# Whether dlopen of statically linked programs is supported.
16082dlopen_self_static=$enable_dlopen_self_static
16083
16084# Commands to strip libraries.
16085old_striplib=$lt_old_striplib
16086striplib=$lt_striplib
16087
16088
16089# The linker used to build libraries.
16090LD=$lt_LD
16091
16092# How to create reloadable object files.
16093reload_flag=$lt_reload_flag
16094reload_cmds=$lt_reload_cmds
16095
16096# Commands used to build an old-style archive.
16097old_archive_cmds=$lt_old_archive_cmds
16098
16099# A language specific compiler.
16100CC=$lt_compiler
16101
16102# Is the compiler the GNU compiler?
16103with_gcc=$GCC
16104
16105# Compiler flag to turn off builtin functions.
16106no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
16107
16108# How to pass a linker flag through the compiler.
16109wl=$lt_lt_prog_compiler_wl
16110
16111# Additional compiler flags for building library objects.
16112pic_flag=$lt_lt_prog_compiler_pic
16113
16114# Compiler flag to prevent dynamic linking.
16115link_static_flag=$lt_lt_prog_compiler_static
16116
16117# Does compiler simultaneously support -c and -o options?
16118compiler_c_o=$lt_lt_cv_prog_compiler_c_o
16119
16120# Whether or not to add -lc for building shared libraries.
16121build_libtool_need_lc=$archive_cmds_need_lc
16122
16123# Whether or not to disallow shared libs when runtime libs are static.
16124allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
16125
16126# Compiler flag to allow reflexive dlopens.
16127export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
16128
16129# Compiler flag to generate shared objects directly from archives.
16130whole_archive_flag_spec=$lt_whole_archive_flag_spec
16131
16132# Whether the compiler copes with passing no objects directly.
16133compiler_needs_object=$lt_compiler_needs_object
16134
16135# Create an old-style archive from a shared archive.
16136old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
16137
16138# Create a temporary old-style archive to link instead of a shared archive.
16139old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
16140
16141# Commands used to build a shared archive.
16142archive_cmds=$lt_archive_cmds
16143archive_expsym_cmds=$lt_archive_expsym_cmds
16144
16145# Commands used to build a loadable module if different from building
16146# a shared archive.
16147module_cmds=$lt_module_cmds
16148module_expsym_cmds=$lt_module_expsym_cmds
16149
16150# Whether we are building with GNU ld or not.
16151with_gnu_ld=$lt_with_gnu_ld
16152
16153# Flag that allows shared libraries with undefined symbols to be built.
16154allow_undefined_flag=$lt_allow_undefined_flag
16155
16156# Flag that enforces no undefined symbols.
16157no_undefined_flag=$lt_no_undefined_flag
16158
16159# Flag to hardcode \$libdir into a binary during linking.
16160# This must work even if \$libdir does not exist
16161hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
16162
16163# If ld is used when linking, flag to hardcode \$libdir into a binary
16164# during linking. This must work even if \$libdir does not exist.
16165hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
16166
16167# Whether we need a single "-rpath" flag with a separated argument.
16168hardcode_libdir_separator=$lt_hardcode_libdir_separator
16169
16170# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16171# DIR into the resulting binary.
16172hardcode_direct=$hardcode_direct
16173
16174# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
16175# DIR into the resulting binary and the resulting library dependency is
16176# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
16177# library is relocated.
16178hardcode_direct_absolute=$hardcode_direct_absolute
16179
16180# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
16181# into the resulting binary.
16182hardcode_minus_L=$hardcode_minus_L
16183
16184# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
16185# into the resulting binary.
16186hardcode_shlibpath_var=$hardcode_shlibpath_var
16187
16188# Set to "yes" if building a shared library automatically hardcodes DIR
16189# into the library and all subsequent libraries and executables linked
16190# against it.
16191hardcode_automatic=$hardcode_automatic
16192
16193# Set to yes if linker adds runtime paths of dependent libraries
16194# to runtime path list.
16195inherit_rpath=$inherit_rpath
16196
16197# Whether libtool must link a program against all its dependency libraries.
16198link_all_deplibs=$link_all_deplibs
16199
16200# Fix the shell variable \$srcfile for the compiler.
16201fix_srcfile_path=$lt_fix_srcfile_path
16202
16203# Set to "yes" if exported symbols are required.
16204always_export_symbols=$always_export_symbols
16205
16206# The commands to list exported symbols.
16207export_symbols_cmds=$lt_export_symbols_cmds
16208
16209# Symbols that should not be listed in the preloaded symbols.
16210exclude_expsyms=$lt_exclude_expsyms
16211
16212# Symbols that must always be exported.
16213include_expsyms=$lt_include_expsyms
16214
16215# Commands necessary for linking programs (against libraries) with templates.
16216prelink_cmds=$lt_prelink_cmds
16217
16218# Specify filename containing input files.
16219file_list_spec=$lt_file_list_spec
16220
16221# How to hardcode a shared library path into an executable.
16222hardcode_action=$hardcode_action
16223
16224# ### END LIBTOOL CONFIG
16225
16226_LT_EOF
16227
16228 case $host_os in
16229 aix3*)
16230 cat <<\_LT_EOF >> "$cfgfile"
16231# AIX sometimes has problems with the GCC collect2 program. For some
16232# reason, if we set the COLLECT_NAMES environment variable, the problems
16233# vanish in a puff of smoke.
16234if test "X${COLLECT_NAMES+set}" != Xset; then
16235 COLLECT_NAMES=
16236 export COLLECT_NAMES
16237fi
16238_LT_EOF
16239 ;;
16240 esac
16241
16242
16243ltmain="$ac_aux_dir/ltmain.sh"
16244
16245
16246 # We use sed instead of cat because bash on DJGPP gets confused if
16247 # if finds mixed CR/LF and LF-only lines. Since sed operates in
16248 # text mode, it properly converts lines to CR/LF. This bash problem
16249 # is reportedly fixed, but why not run on old versions too?
16250 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
16251 || (rm -f "$cfgfile"; exit 1)
16252
16253 case $xsi_shell in
16254 yes)
16255 cat << \_LT_EOF >> "$cfgfile"
16256
16257# func_dirname file append nondir_replacement
16258# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16259# otherwise set result to NONDIR_REPLACEMENT.
16260func_dirname ()
16261{
16262 case ${1} in
16263 */*) func_dirname_result="${1%/*}${2}" ;;
16264 * ) func_dirname_result="${3}" ;;
16265 esac
16266}
16267
16268# func_basename file
16269func_basename ()
16270{
16271 func_basename_result="${1##*/}"
16272}
16273
16274# func_dirname_and_basename file append nondir_replacement
16275# perform func_basename and func_dirname in a single function
16276# call:
16277# dirname: Compute the dirname of FILE. If nonempty,
16278# add APPEND to the result, otherwise set result
16279# to NONDIR_REPLACEMENT.
16280# value returned in "$func_dirname_result"
16281# basename: Compute filename of FILE.
16282# value retuned in "$func_basename_result"
16283# Implementation must be kept synchronized with func_dirname
16284# and func_basename. For efficiency, we do not delegate to
16285# those functions but instead duplicate the functionality here.
16286func_dirname_and_basename ()
16287{
16288 case ${1} in
16289 */*) func_dirname_result="${1%/*}${2}" ;;
16290 * ) func_dirname_result="${3}" ;;
16291 esac
16292 func_basename_result="${1##*/}"
16293}
16294
16295# func_stripname prefix suffix name
16296# strip PREFIX and SUFFIX off of NAME.
16297# PREFIX and SUFFIX must not contain globbing or regex special
16298# characters, hashes, percent signs, but SUFFIX may contain a leading
16299# dot (in which case that matches only a dot).
16300func_stripname ()
16301{
16302 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
16303 # positional parameters, so assign one to ordinary parameter first.
16304 func_stripname_result=${3}
16305 func_stripname_result=${func_stripname_result#"${1}"}
16306 func_stripname_result=${func_stripname_result%"${2}"}
16307}
16308
16309# func_opt_split
16310func_opt_split ()
16311{
16312 func_opt_split_opt=${1%%=*}
16313 func_opt_split_arg=${1#*=}
16314}
16315
16316# func_lo2o object
16317func_lo2o ()
16318{
16319 case ${1} in
16320 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
16321 *) func_lo2o_result=${1} ;;
16322 esac
16323}
16324
16325# func_xform libobj-or-source
16326func_xform ()
16327{
16328 func_xform_result=${1%.*}.lo
16329}
16330
16331# func_arith arithmetic-term...
16332func_arith ()
16333{
16334 func_arith_result=$(( $* ))
16335}
16336
16337# func_len string
16338# STRING may not start with a hyphen.
16339func_len ()
16340{
16341 func_len_result=${#1}
16342}
16343
16344_LT_EOF
16345 ;;
16346 *) # Bourne compatible functions.
16347 cat << \_LT_EOF >> "$cfgfile"
16348
16349# func_dirname file append nondir_replacement
16350# Compute the dirname of FILE. If nonempty, add APPEND to the result,
16351# otherwise set result to NONDIR_REPLACEMENT.
16352func_dirname ()
16353{
16354 # Extract subdirectory from the argument.
16355 func_dirname_result=`$ECHO "${1}" | $SED "$dirname"`
16356 if test "X$func_dirname_result" = "X${1}"; then
16357 func_dirname_result="${3}"
16358 else
16359 func_dirname_result="$func_dirname_result${2}"
16360 fi
16361}
16362
16363# func_basename file
16364func_basename ()
16365{
16366 func_basename_result=`$ECHO "${1}" | $SED "$basename"`
16367}
16368
16369
16370# func_stripname prefix suffix name
16371# strip PREFIX and SUFFIX off of NAME.
16372# PREFIX and SUFFIX must not contain globbing or regex special
16373# characters, hashes, percent signs, but SUFFIX may contain a leading
16374# dot (in which case that matches only a dot).
16375# func_strip_suffix prefix name
16376func_stripname ()
16377{
16378 case ${2} in
16379 .*) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%\\\\${2}\$%%"`;;
16380 *) func_stripname_result=`$ECHO "${3}" | $SED "s%^${1}%%; s%${2}\$%%"`;;
16381 esac
16382}
16383
16384# sed scripts:
16385my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
16386my_sed_long_arg='1s/^-[^=]*=//'
16387
16388# func_opt_split
16389func_opt_split ()
16390{
16391 func_opt_split_opt=`$ECHO "${1}" | $SED "$my_sed_long_opt"`
16392 func_opt_split_arg=`$ECHO "${1}" | $SED "$my_sed_long_arg"`
16393}
16394
16395# func_lo2o object
16396func_lo2o ()
16397{
16398 func_lo2o_result=`$ECHO "${1}" | $SED "$lo2o"`
16399}
16400
16401# func_xform libobj-or-source
16402func_xform ()
16403{
16404 func_xform_result=`$ECHO "${1}" | $SED 's/\.[^.]*$/.lo/'`
16405}
16406
16407# func_arith arithmetic-term...
16408func_arith ()
16409{
16410 func_arith_result=`expr "$@"`
16411}
16412
16413# func_len string
16414# STRING may not start with a hyphen.
16415func_len ()
16416{
16417 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
16418}
16419
16420_LT_EOF
16421esac
16422
16423case $lt_shell_append in
16424 yes)
16425 cat << \_LT_EOF >> "$cfgfile"
16426
16427# func_append var value
16428# Append VALUE to the end of shell variable VAR.
16429func_append ()
16430{
16431 eval "$1+=\$2"
16432}
16433_LT_EOF
16434 ;;
16435 *)
16436 cat << \_LT_EOF >> "$cfgfile"
16437
16438# func_append var value
16439# Append VALUE to the end of shell variable VAR.
16440func_append ()
16441{
16442 eval "$1=\$$1\$2"
16443}
16444
16445_LT_EOF
16446 ;;
16447 esac
16448
16449
16450 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
16451 || (rm -f "$cfgfile"; exit 1)
16452
16453 mv -f "$cfgfile" "$ofile" ||
16454 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
16455 chmod +x "$ofile"
16456
16457 ;;
ef016f83
MF
16458 "Makefile":C) echo "Merging Makefile.sim+Make-common.sim into Makefile ..."
16459 rm -f Makesim1.tmp Makesim2.tmp Makefile
16460 sed -n -e '/^## COMMON_PRE_/,/^## End COMMON_PRE_/ p' <Make-common.sim >Makesim1.tmp
16461 sed -n -e '/^## COMMON_POST_/,/^## End COMMON_POST_/ p' <Make-common.sim >Makesim2.tmp
16462 sed -e '/^## COMMON_PRE_/ r Makesim1.tmp' \
16463 -e '/^## COMMON_POST_/ r Makesim2.tmp' \
16464 <Makefile.sim >Makefile
16465 rm -f Makefile.sim Make-common.sim Makesim1.tmp Makesim2.tmp
16466 ;;
16467 "stamp-h":C) echo > stamp-h ;;
16468
16469 esac
16470done # for ac_tag
16471
16472
16473as_fn_exit 0
16474_ACEOF
16475ac_clean_files=$ac_clean_files_save
16476
16477test $ac_write_fail = 0 ||
d0ac1c44 16478 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
ef016f83
MF
16479
16480
16481# configure is writing to config.log, and then calls config.status.
16482# config.status does its own redirection, appending to config.log.
16483# Unfortunately, on DOS this fails, as config.log is still kept open
16484# by configure, so config.status won't be able to write to it; its
16485# output is simply discarded. So we exec the FD to /dev/null,
16486# effectively closing config.log, so it can be properly (re)opened and
16487# appended to by config.status. When coming back to configure, we
16488# need to make the FD available again.
16489if test "$no_create" != yes; then
16490 ac_cs_success=:
16491 ac_config_status_args=
16492 test "$silent" = yes &&
16493 ac_config_status_args="$ac_config_status_args --quiet"
16494 exec 5>/dev/null
16495 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
16496 exec 5>>config.log
16497 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
16498 # would make configure fail if this is the last instruction.
d0ac1c44 16499 $ac_cs_success || as_fn_exit 1
ef016f83
MF
16500fi
16501if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
16502 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
16503$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
16504fi
16505
16506