Imported Debian patch 0.66.1-1
[hcoop/debian/courier-authlib.git] / libs / numlib / configure
CommitLineData
d9898ee8 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
b0322a85 3# Generated by GNU Autoconf 2.69 for numlib 0.10.
d9898ee8 4#
5# Report bugs to <courier-users@lists.sourceforge.net>.
6#
b0322a85
CE
7#
8# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
9#
10#
d9898ee8 11# This configure script is free software; the Free Software Foundation
12# gives unlimited permission to copy, distribute and modify it.
b0322a85
CE
13## -------------------- ##
14## M4sh Initialization. ##
15## -------------------- ##
d9898ee8 16
dd184caf 17# Be more Bourne compatible
18DUALCASE=1; export DUALCASE # for MKS sh
b0322a85 19if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
d9898ee8 20 emulate sh
21 NULLCMD=:
8d138742 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
d9898ee8 23 # is contrary to our usage. Disable this feature.
24 alias -g '${1+"$@"}'='"$@"'
dd184caf 25 setopt NO_GLOB_SUBST
26else
b0322a85
CE
27 case `(set -o) 2>/dev/null` in #(
28 *posix*) :
29 set -o posix ;; #(
30 *) :
31 ;;
dd184caf 32esac
dd184caf 33fi
34
35
8d138742
CE
36as_nl='
37'
38export as_nl
39# Printing a long string crashes Solaris 7 /usr/bin/printf.
40as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
b0322a85
CE
43# Prefer a ksh shell builtin over an external printf program on Solaris,
44# but without wasting forks for bash or zsh.
45if test -z "$BASH_VERSION$ZSH_VERSION" \
46 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47 as_echo='print -r --'
48 as_echo_n='print -rn --'
49elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
8d138742
CE
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
b0322a85 60 case $arg in #(
8d138742
CE
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66 '
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
69 fi
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
72fi
73
dd184caf 74# The user is always right.
75if test "${PATH_SEPARATOR+set}" != set; then
8d138742
CE
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
80 }
d9898ee8 81fi
d9898ee8 82
d9898ee8 83
dd184caf 84# IFS
85# We need space, tab and new line, in precisely that order. Quoting is
86# there to prevent editors from complaining about space-tab.
87# (If _AS_PATH_WALK were called with IFS unset, it would disable word
88# splitting by setting IFS to empty value.)
dd184caf 89IFS=" "" $as_nl"
90
91# Find who we are. Look in the path if we contain no directory separator.
b0322a85
CE
92as_myself=
93case $0 in #((
dd184caf 94 *[\\/]* ) as_myself=$0 ;;
95 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
96for as_dir in $PATH
97do
98 IFS=$as_save_IFS
99 test -z "$as_dir" && as_dir=.
b0322a85
CE
100 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
101 done
dd184caf 102IFS=$as_save_IFS
103
104 ;;
105esac
106# We did not find ourselves, most probably we were run as `sh COMMAND'
107# in which case we are not to be found in the path.
108if test "x$as_myself" = x; then
109 as_myself=$0
110fi
111if test ! -f "$as_myself"; then
8d138742 112 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
b0322a85 113 exit 1
dd184caf 114fi
115
b0322a85
CE
116# Unset variables that we do not need and which cause bugs (e.g. in
117# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
118# suppresses any "Segmentation fault" message there. '((' could
119# trigger a bug in pdksh 5.2.14.
120for as_var in BASH_ENV ENV MAIL MAILPATH
121do eval test x\${$as_var+set} = xset \
122 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
dd184caf 123done
d9898ee8 124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
8d138742
CE
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
d9898ee8 133
dd184caf 134# CDPATH.
b0322a85 135(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
d9898ee8 136
b0322a85
CE
137# Use a proper internal environment variable to ensure we don't fall
138 # into an infinite loop, continuously re-executing ourselves.
139 if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140 _as_can_reexec=no; export _as_can_reexec;
141 # We cannot yet assume a decent shell, so we have to provide a
142# neutralization value for shells without unset; and this also
143# works around shells that cannot unset nonexistent variables.
144# Preserve -v and -x to the replacement shell.
145BASH_ENV=/dev/null
146ENV=/dev/null
147(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148case $- in # ((((
149 *v*x* | *x*v* ) as_opts=-vx ;;
150 *v* ) as_opts=-v ;;
151 *x* ) as_opts=-x ;;
152 * ) as_opts= ;;
153esac
154exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155# Admittedly, this is quite paranoid, since all the known shells bail
156# out after a failed `exec'.
157$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158as_fn_exit 255
159 fi
160 # We don't want this to propagate to other subprocesses.
161 { _as_can_reexec=; unset _as_can_reexec;}
dd184caf 162if test "x$CONFIG_SHELL" = x; then
b0322a85
CE
163 as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 emulate sh
165 NULLCMD=:
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
167 # is contrary to our usage. Disable this feature.
168 alias -g '\${1+\"\$@\"}'='\"\$@\"'
169 setopt NO_GLOB_SUBST
dd184caf 170else
b0322a85
CE
171 case \`(set -o) 2>/dev/null\` in #(
172 *posix*) :
173 set -o posix ;; #(
174 *) :
175 ;;
176esac
d9898ee8 177fi
b0322a85
CE
178"
179 as_required="as_fn_return () { (exit \$1); }
180as_fn_success () { as_fn_return 0; }
181as_fn_failure () { as_fn_return 1; }
182as_fn_ret_success () { return 0; }
183as_fn_ret_failure () { return 1; }
d9898ee8 184
dd184caf 185exitcode=0
b0322a85
CE
186as_fn_success || { exitcode=1; echo as_fn_success failed.; }
187as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
188as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
189as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
190if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
191
192else
193 exitcode=1; echo positional parameters were not saved.
194fi
195test x\$exitcode = x0 || exit 1
196test -x / || exit 1"
197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201
202 test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
203 ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
204 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
205 ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
206 PATH=/empty FPATH=/empty; export PATH FPATH
207 test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
208 || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
209test \$(( 1 + 1 )) = 2 || exit 1"
210 if (eval "$as_required") 2>/dev/null; then :
211 as_have_required=yes
dd184caf 212else
b0322a85 213 as_have_required=no
dd184caf 214fi
b0322a85 215 if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
dd184caf 216
dd184caf 217else
b0322a85
CE
218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
219as_found=false
d9898ee8 220for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221do
222 IFS=$as_save_IFS
223 test -z "$as_dir" && as_dir=.
b0322a85
CE
224 as_found=:
225 case $as_dir in #(
d9898ee8 226 /*)
dd184caf 227 for as_base in sh bash ksh sh5; do
b0322a85
CE
228 # Try only shells that exist, to save several forks.
229 as_shell=$as_dir/$as_base
230 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
231 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
232 CONFIG_SHELL=$as_shell as_have_required=yes
233 if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
234 break 2
235fi
236fi
dd184caf 237 done;;
238 esac
b0322a85 239 as_found=false
dd184caf 240done
b0322a85
CE
241$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
242 { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
243 CONFIG_SHELL=$SHELL as_have_required=yes
244fi; }
dd184caf 245IFS=$as_save_IFS
246
247
b0322a85
CE
248 if test "x$CONFIG_SHELL" != x; then :
249 export CONFIG_SHELL
250 # We cannot yet assume a decent shell, so we have to provide a
251# neutralization value for shells without unset; and this also
252# works around shells that cannot unset nonexistent variables.
253# Preserve -v and -x to the replacement shell.
254BASH_ENV=/dev/null
255ENV=/dev/null
256(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257case $- in # ((((
258 *v*x* | *x*v* ) as_opts=-vx ;;
259 *v* ) as_opts=-v ;;
260 *x* ) as_opts=-x ;;
261 * ) as_opts= ;;
dd184caf 262esac
b0322a85
CE
263exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264# Admittedly, this is quite paranoid, since all the known shells bail
265# out after a failed `exec'.
266$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
267exit 255
268fi
269
270 if test x$as_have_required = xno; then :
271 $as_echo "$0: This script requires a shell more modern than all"
272 $as_echo "$0: the shells that I found on your system."
273 if test x${ZSH_VERSION+set} = xset ; then
274 $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
275 $as_echo "$0: be upgraded to zsh 4.3.4 or later."
276 else
277 $as_echo "$0: Please tell bug-autoconf@gnu.org and
278$0: courier-users@lists.sourceforge.net about your system,
279$0: including any error possibly output before this
280$0: message. Then install a modern shell, or manually run
281$0: the script under such a shell if you do have one."
282 fi
283 exit 1
dd184caf 284fi
dd184caf 285fi
dd184caf 286fi
b0322a85
CE
287SHELL=${CONFIG_SHELL-/bin/sh}
288export SHELL
289# Unset more variables known to interfere with behavior of common tools.
290CLICOLOR_FORCE= GREP_OPTIONS=
291unset CLICOLOR_FORCE GREP_OPTIONS
dd184caf 292
b0322a85
CE
293## --------------------- ##
294## M4sh Shell Functions. ##
295## --------------------- ##
296# as_fn_unset VAR
297# ---------------
298# Portably unset VAR.
299as_fn_unset ()
300{
301 { eval $1=; unset $1;}
302}
303as_unset=as_fn_unset
dd184caf 304
b0322a85
CE
305# as_fn_set_status STATUS
306# -----------------------
307# Set $? to STATUS, without forking.
308as_fn_set_status ()
309{
310 return $1
311} # as_fn_set_status
dd184caf 312
b0322a85
CE
313# as_fn_exit STATUS
314# -----------------
315# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
316as_fn_exit ()
317{
318 set +e
319 as_fn_set_status $1
320 exit $1
321} # as_fn_exit
322
323# as_fn_mkdir_p
324# -------------
325# Create "$as_dir" as a directory, including parents if necessary.
326as_fn_mkdir_p ()
327{
dd184caf 328
b0322a85
CE
329 case $as_dir in #(
330 -*) as_dir=./$as_dir;;
331 esac
332 test -d "$as_dir" || eval $as_mkdir_p || {
333 as_dirs=
334 while :; do
335 case $as_dir in #(
336 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
337 *) as_qdir=$as_dir;;
338 esac
339 as_dirs="'$as_qdir' $as_dirs"
340 as_dir=`$as_dirname -- "$as_dir" ||
341$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
342 X"$as_dir" : 'X\(//\)[^/]' \| \
343 X"$as_dir" : 'X\(//\)$' \| \
344 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
345$as_echo X"$as_dir" |
346 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
347 s//\1/
348 q
349 }
350 /^X\(\/\/\)[^/].*/{
351 s//\1/
352 q
353 }
354 /^X\(\/\/\)$/{
355 s//\1/
356 q
357 }
358 /^X\(\/\).*/{
359 s//\1/
360 q
361 }
362 s/.*/./; q'`
363 test -d "$as_dir" && break
364 done
365 test -z "$as_dirs" || eval "mkdir $as_dirs"
366 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
dd184caf 367
dd184caf 368
b0322a85 369} # as_fn_mkdir_p
dd184caf 370
b0322a85
CE
371# as_fn_executable_p FILE
372# -----------------------
373# Test if FILE is an executable regular file.
374as_fn_executable_p ()
375{
376 test -f "$1" && test -x "$1"
377} # as_fn_executable_p
378# as_fn_append VAR VALUE
379# ----------------------
380# Append the text in VALUE to the end of the definition contained in VAR. Take
381# advantage of any shell optimizations that allow amortized linear growth over
382# repeated appends, instead of the typical quadratic growth present in naive
383# implementations.
384if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
385 eval 'as_fn_append ()
386 {
387 eval $1+=\$2
388 }'
389else
390 as_fn_append ()
391 {
392 eval $1=\$$1\$2
393 }
394fi # as_fn_append
395
396# as_fn_arith ARG...
397# ------------------
398# Perform arithmetic evaluation on the ARGs, and store the result in the
399# global $as_val. Take advantage of shells that can avoid forks. The arguments
400# must be portable across $(()) and expr.
401if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
402 eval 'as_fn_arith ()
403 {
404 as_val=$(( $* ))
405 }'
406else
407 as_fn_arith ()
408 {
409 as_val=`expr "$@" || test $? -eq 1`
410 }
411fi # as_fn_arith
dd184caf 412
413
b0322a85
CE
414# as_fn_error STATUS ERROR [LINENO LOG_FD]
415# ----------------------------------------
416# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
417# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
418# script with STATUS, using 1 if that was 0.
419as_fn_error ()
420{
421 as_status=$1; test $as_status -eq 0 && as_status=1
422 if test "$4"; then
423 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
425 fi
426 $as_echo "$as_me: error: $2" >&2
427 as_fn_exit $as_status
428} # as_fn_error
dd184caf 429
b0322a85
CE
430if expr a : '\(a\)' >/dev/null 2>&1 &&
431 test "X`expr 00001 : '.*\(...\)'`" = X001; then
432 as_expr=expr
dd184caf 433else
b0322a85 434 as_expr=false
dd184caf 435fi
436
b0322a85
CE
437if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
438 as_basename=basename
dd184caf 439else
b0322a85 440 as_basename=false
dd184caf 441fi
442
b0322a85
CE
443if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
444 as_dirname=dirname
dd184caf 445else
b0322a85 446 as_dirname=false
dd184caf 447fi
448
b0322a85
CE
449as_me=`$as_basename -- "$0" ||
450$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
451 X"$0" : 'X\(//\)$' \| \
452 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
453$as_echo X/"$0" |
454 sed '/^.*\/\([^/][^/]*\)\/*$/{
455 s//\1/
456 q
457 }
458 /^X\/\(\/\/\)$/{
459 s//\1/
460 q
461 }
462 /^X\/\(\/\).*/{
463 s//\1/
464 q
465 }
466 s/.*/./; q'`
dd184caf 467
b0322a85
CE
468# Avoid depending upon Character Ranges.
469as_cr_letters='abcdefghijklmnopqrstuvwxyz'
470as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
471as_cr_Letters=$as_cr_letters$as_cr_LETTERS
472as_cr_digits='0123456789'
473as_cr_alnum=$as_cr_Letters$as_cr_digits
dd184caf 474
d9898ee8 475
b0322a85
CE
476 as_lineno_1=$LINENO as_lineno_1a=$LINENO
477 as_lineno_2=$LINENO as_lineno_2a=$LINENO
478 eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
479 test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
480 # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
dd184caf 481 sed -n '
482 p
483 /[$]LINENO/=
484 ' <$as_myself |
d9898ee8 485 sed '
dd184caf 486 s/[$]LINENO.*/&-/
487 t lineno
488 b
489 :lineno
d9898ee8 490 N
dd184caf 491 :loop
492 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
d9898ee8 493 t loop
dd184caf 494 s/-\n.*//
d9898ee8 495 ' >$as_me.lineno &&
dd184caf 496 chmod +x "$as_me.lineno" ||
b0322a85 497 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
d9898ee8 498
b0322a85
CE
499 # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
500 # already done that, so ensure we don't try to do so again and fall
501 # in an infinite loop. This has already happened in practice.
502 _as_can_reexec=no; export _as_can_reexec
d9898ee8 503 # Don't try to exec as it changes $[0], causing all sort of problems
504 # (the dirname of $[0] is not the place where we might find the
dd184caf 505 # original and so on. Autoconf is especially sensitive to this).
506 . "./$as_me.lineno"
d9898ee8 507 # Exit status is that of the last command.
508 exit
509}
510
dd184caf 511ECHO_C= ECHO_N= ECHO_T=
b0322a85 512case `echo -n x` in #(((((
dd184caf 513-n*)
b0322a85 514 case `echo 'xy\c'` in
dd184caf 515 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
b0322a85
CE
516 xy) ECHO_C='\c';;
517 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
518 ECHO_T=' ';;
dd184caf 519 esac;;
520*)
521 ECHO_N='-n';;
d9898ee8 522esac
d9898ee8 523
524rm -f conf$$ conf$$.exe conf$$.file
dd184caf 525if test -d conf$$.dir; then
526 rm -f conf$$.dir/conf$$.file
527else
528 rm -f conf$$.dir
8d138742
CE
529 mkdir conf$$.dir 2>/dev/null
530fi
531if (echo >conf$$.file) 2>/dev/null; then
532 if ln -s conf$$.file conf$$ 2>/dev/null; then
533 as_ln_s='ln -s'
534 # ... but there are two gotchas:
535 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
536 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
b0322a85 537 # In both cases, we have to default to `cp -pR'.
8d138742 538 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
b0322a85 539 as_ln_s='cp -pR'
8d138742
CE
540 elif ln conf$$.file conf$$ 2>/dev/null; then
541 as_ln_s=ln
542 else
b0322a85 543 as_ln_s='cp -pR'
8d138742 544 fi
d9898ee8 545else
b0322a85 546 as_ln_s='cp -pR'
d9898ee8 547fi
dd184caf 548rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
549rmdir conf$$.dir 2>/dev/null
d9898ee8 550
551if mkdir -p . 2>/dev/null; then
b0322a85 552 as_mkdir_p='mkdir -p "$as_dir"'
d9898ee8 553else
554 test -d ./-p && rmdir ./-p
555 as_mkdir_p=false
556fi
557
b0322a85
CE
558as_test_x='test -x'
559as_executable_p=as_fn_executable_p
d9898ee8 560
561# Sed expression to map a string onto a valid CPP name.
562as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
563
564# Sed expression to map a string onto a valid variable name.
565as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
566
d9898ee8 567SHELL=${CONFIG_SHELL-/bin/sh}
568
d9898ee8 569
b0322a85
CE
570test -n "$DJDIR" || exec 7<&0 </dev/null
571exec 6>&1
dd184caf 572
d9898ee8 573# Name of the host.
b0322a85 574# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
d9898ee8 575# so uname gets run too.
576ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
577
d9898ee8 578#
579# Initializations.
580#
581ac_default_prefix=/usr/local
dd184caf 582ac_clean_files=
d9898ee8 583ac_config_libobj_dir=.
dd184caf 584LIBOBJS=
d9898ee8 585cross_compiling=no
586subdirs=
587MFLAGS=
588MAKEFLAGS=
d9898ee8 589
d9898ee8 590# Identity of this package.
591PACKAGE_NAME='numlib'
592PACKAGE_TARNAME='numlib'
593PACKAGE_VERSION='0.10'
594PACKAGE_STRING='numlib 0.10'
595PACKAGE_BUGREPORT='courier-users@lists.sourceforge.net'
b0322a85 596PACKAGE_URL=''
d9898ee8 597
598ac_unique_file="atotimet.c"
599# Factoring default headers for most tests.
600ac_includes_default="\
601#include <stdio.h>
dd184caf 602#ifdef HAVE_SYS_TYPES_H
d9898ee8 603# include <sys/types.h>
604#endif
dd184caf 605#ifdef HAVE_SYS_STAT_H
d9898ee8 606# include <sys/stat.h>
607#endif
dd184caf 608#ifdef STDC_HEADERS
d9898ee8 609# include <stdlib.h>
610# include <stddef.h>
611#else
dd184caf 612# ifdef HAVE_STDLIB_H
d9898ee8 613# include <stdlib.h>
614# endif
615#endif
dd184caf 616#ifdef HAVE_STRING_H
617# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
d9898ee8 618# include <memory.h>
619# endif
620# include <string.h>
621#endif
dd184caf 622#ifdef HAVE_STRINGS_H
d9898ee8 623# include <strings.h>
624#endif
dd184caf 625#ifdef HAVE_INTTYPES_H
d9898ee8 626# include <inttypes.h>
d9898ee8 627#endif
dd184caf 628#ifdef HAVE_STDINT_H
629# include <stdint.h>
630#endif
631#ifdef HAVE_UNISTD_H
d9898ee8 632# include <unistd.h>
633#endif"
634
8d138742
CE
635ac_subst_vars='am__EXEEXT_FALSE
636am__EXEEXT_TRUE
637LTLIBOBJS
638LIBOBJS
dd184caf 639CPP
8d138742
CE
640OTOOL64
641OTOOL
642LIPO
643NMEDIT
644DSYMUTIL
b0322a85 645MANIFEST_TOOL
8d138742 646RANLIB
b0322a85 647ac_ct_AR
8d138742 648AR
b0322a85 649DLLTOOL
8d138742
CE
650OBJDUMP
651NM
652ac_ct_DUMPBIN
653DUMPBIN
654LD
655FGREP
656EGREP
657GREP
658SED
659host_os
660host_vendor
661host_cpu
662host
663build_os
664build_vendor
665build_cpu
666build
dd184caf 667LIBTOOL
8d138742
CE
668LN_S
669am__fastdepCC_FALSE
670am__fastdepCC_TRUE
671CCDEPMODE
b0322a85 672am__nodep
8d138742
CE
673AMDEPBACKSLASH
674AMDEP_FALSE
675AMDEP_TRUE
676am__quote
677am__include
678DEPDIR
679OBJEXT
680EXEEXT
681ac_ct_CC
682CPPFLAGS
683LDFLAGS
684CFLAGS
685CC
b0322a85
CE
686AM_BACKSLASH
687AM_DEFAULT_VERBOSITY
688AM_DEFAULT_V
689AM_V
8d138742
CE
690am__untar
691am__tar
692AMTAR
693am__leading_dot
694SET_MAKE
695AWK
696mkdir_p
697MKDIR_P
698INSTALL_STRIP_PROGRAM
699STRIP
700install_sh
701MAKEINFO
702AUTOHEADER
703AUTOMAKE
704AUTOCONF
705ACLOCAL
706VERSION
707PACKAGE
708CYGPATH_W
709am__isrc
710INSTALL_DATA
711INSTALL_SCRIPT
712INSTALL_PROGRAM
713target_alias
714host_alias
715build_alias
716LIBS
717ECHO_T
718ECHO_N
719ECHO_C
720DEFS
721mandir
722localedir
723libdir
724psdir
725pdfdir
726dvidir
727htmldir
728infodir
729docdir
730oldincludedir
731includedir
732localstatedir
733sharedstatedir
734sysconfdir
735datadir
736datarootdir
737libexecdir
738sbindir
739bindir
740program_transform_name
741prefix
742exec_prefix
b0322a85 743PACKAGE_URL
8d138742
CE
744PACKAGE_BUGREPORT
745PACKAGE_STRING
746PACKAGE_VERSION
747PACKAGE_TARNAME
748PACKAGE_NAME
749PATH_SEPARATOR
750SHELL'
d9898ee8 751ac_subst_files=''
8d138742
CE
752ac_user_opts='
753enable_option_checking
b0322a85 754enable_silent_rules
8d138742
CE
755enable_dependency_tracking
756enable_shared
757enable_static
758with_pic
759enable_fast_install
760with_gnu_ld
b0322a85 761with_sysroot
8d138742 762enable_libtool_lock
b0322a85 763enable_largefile
8d138742 764'
dd184caf 765 ac_precious_vars='build_alias
766host_alias
767target_alias
768CC
769CFLAGS
770LDFLAGS
771LIBS
772CPPFLAGS
8d138742 773CPP'
dd184caf 774
d9898ee8 775
776# Initialize some variables set by options.
777ac_init_help=
778ac_init_version=false
8d138742
CE
779ac_unrecognized_opts=
780ac_unrecognized_sep=
d9898ee8 781# The variables have the same names as the options, with
782# dashes changed to underlines.
783cache_file=/dev/null
784exec_prefix=NONE
785no_create=
786no_recursion=
787prefix=NONE
788program_prefix=NONE
789program_suffix=NONE
790program_transform_name=s,x,x,
791silent=
792site=
793srcdir=
794verbose=
795x_includes=NONE
796x_libraries=NONE
797
798# Installation directory options.
799# These are left unexpanded so users can "make install exec_prefix=/foo"
800# and all the variables that are supposed to be based on exec_prefix
801# by default will actually change.
802# Use braces instead of parens because sh, perl, etc. also accept them.
dd184caf 803# (The list follows the same order as the GNU Coding Standards.)
d9898ee8 804bindir='${exec_prefix}/bin'
805sbindir='${exec_prefix}/sbin'
806libexecdir='${exec_prefix}/libexec'
dd184caf 807datarootdir='${prefix}/share'
808datadir='${datarootdir}'
d9898ee8 809sysconfdir='${prefix}/etc'
810sharedstatedir='${prefix}/com'
811localstatedir='${prefix}/var'
d9898ee8 812includedir='${prefix}/include'
813oldincludedir='/usr/include'
dd184caf 814docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
815infodir='${datarootdir}/info'
816htmldir='${docdir}'
817dvidir='${docdir}'
818pdfdir='${docdir}'
819psdir='${docdir}'
820libdir='${exec_prefix}/lib'
821localedir='${datarootdir}/locale'
822mandir='${datarootdir}/man'
d9898ee8 823
824ac_prev=
dd184caf 825ac_dashdash=
d9898ee8 826for ac_option
827do
828 # If the previous option needs an argument, assign it.
829 if test -n "$ac_prev"; then
dd184caf 830 eval $ac_prev=\$ac_option
d9898ee8 831 ac_prev=
832 continue
833 fi
834
dd184caf 835 case $ac_option in
b0322a85
CE
836 *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
837 *=) ac_optarg= ;;
838 *) ac_optarg=yes ;;
dd184caf 839 esac
d9898ee8 840
841 # Accept the important Cygnus configure options, so we can diagnose typos.
842
dd184caf 843 case $ac_dashdash$ac_option in
844 --)
845 ac_dashdash=yes ;;
d9898ee8 846
847 -bindir | --bindir | --bindi | --bind | --bin | --bi)
848 ac_prev=bindir ;;
849 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
850 bindir=$ac_optarg ;;
851
852 -build | --build | --buil | --bui | --bu)
853 ac_prev=build_alias ;;
854 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
855 build_alias=$ac_optarg ;;
856
857 -cache-file | --cache-file | --cache-fil | --cache-fi \
858 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
859 ac_prev=cache_file ;;
860 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
861 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
862 cache_file=$ac_optarg ;;
863
864 --config-cache | -C)
865 cache_file=config.cache ;;
866
dd184caf 867 -datadir | --datadir | --datadi | --datad)
d9898ee8 868 ac_prev=datadir ;;
dd184caf 869 -datadir=* | --datadir=* | --datadi=* | --datad=*)
d9898ee8 870 datadir=$ac_optarg ;;
871
dd184caf 872 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
873 | --dataroo | --dataro | --datar)
874 ac_prev=datarootdir ;;
875 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
876 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
877 datarootdir=$ac_optarg ;;
878
d9898ee8 879 -disable-* | --disable-*)
8d138742 880 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
d9898ee8 881 # Reject names that are not valid shell variable names.
8d138742 882 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
b0322a85 883 as_fn_error $? "invalid feature name: $ac_useropt"
8d138742
CE
884 ac_useropt_orig=$ac_useropt
885 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
886 case $ac_user_opts in
887 *"
888"enable_$ac_useropt"
889"*) ;;
890 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
891 ac_unrecognized_sep=', ';;
892 esac
893 eval enable_$ac_useropt=no ;;
dd184caf 894
895 -docdir | --docdir | --docdi | --doc | --do)
896 ac_prev=docdir ;;
897 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
898 docdir=$ac_optarg ;;
899
900 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
901 ac_prev=dvidir ;;
902 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
903 dvidir=$ac_optarg ;;
d9898ee8 904
905 -enable-* | --enable-*)
8d138742 906 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
d9898ee8 907 # Reject names that are not valid shell variable names.
8d138742 908 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
b0322a85 909 as_fn_error $? "invalid feature name: $ac_useropt"
8d138742
CE
910 ac_useropt_orig=$ac_useropt
911 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
912 case $ac_user_opts in
913 *"
914"enable_$ac_useropt"
915"*) ;;
916 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
917 ac_unrecognized_sep=', ';;
918 esac
919 eval enable_$ac_useropt=\$ac_optarg ;;
d9898ee8 920
921 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
922 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
923 | --exec | --exe | --ex)
924 ac_prev=exec_prefix ;;
925 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
926 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
927 | --exec=* | --exe=* | --ex=*)
928 exec_prefix=$ac_optarg ;;
929
930 -gas | --gas | --ga | --g)
931 # Obsolete; use --with-gas.
932 with_gas=yes ;;
933
934 -help | --help | --hel | --he | -h)
935 ac_init_help=long ;;
936 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
937 ac_init_help=recursive ;;
938 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
939 ac_init_help=short ;;
940
941 -host | --host | --hos | --ho)
942 ac_prev=host_alias ;;
943 -host=* | --host=* | --hos=* | --ho=*)
944 host_alias=$ac_optarg ;;
945
dd184caf 946 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
947 ac_prev=htmldir ;;
948 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
949 | --ht=*)
950 htmldir=$ac_optarg ;;
951
d9898ee8 952 -includedir | --includedir | --includedi | --included | --include \
953 | --includ | --inclu | --incl | --inc)
954 ac_prev=includedir ;;
955 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
956 | --includ=* | --inclu=* | --incl=* | --inc=*)
957 includedir=$ac_optarg ;;
958
959 -infodir | --infodir | --infodi | --infod | --info | --inf)
960 ac_prev=infodir ;;
961 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
962 infodir=$ac_optarg ;;
963
964 -libdir | --libdir | --libdi | --libd)
965 ac_prev=libdir ;;
966 -libdir=* | --libdir=* | --libdi=* | --libd=*)
967 libdir=$ac_optarg ;;
968
969 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
970 | --libexe | --libex | --libe)
971 ac_prev=libexecdir ;;
972 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
973 | --libexe=* | --libex=* | --libe=*)
974 libexecdir=$ac_optarg ;;
975
dd184caf 976 -localedir | --localedir | --localedi | --localed | --locale)
977 ac_prev=localedir ;;
978 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
979 localedir=$ac_optarg ;;
980
d9898ee8 981 -localstatedir | --localstatedir | --localstatedi | --localstated \
dd184caf 982 | --localstate | --localstat | --localsta | --localst | --locals)
d9898ee8 983 ac_prev=localstatedir ;;
984 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
dd184caf 985 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
d9898ee8 986 localstatedir=$ac_optarg ;;
987
988 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
989 ac_prev=mandir ;;
990 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
991 mandir=$ac_optarg ;;
992
993 -nfp | --nfp | --nf)
994 # Obsolete; use --without-fp.
995 with_fp=no ;;
996
997 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
998 | --no-cr | --no-c | -n)
999 no_create=yes ;;
1000
1001 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1002 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1003 no_recursion=yes ;;
1004
1005 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1006 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1007 | --oldin | --oldi | --old | --ol | --o)
1008 ac_prev=oldincludedir ;;
1009 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1010 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1011 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1012 oldincludedir=$ac_optarg ;;
1013
1014 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1015 ac_prev=prefix ;;
1016 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1017 prefix=$ac_optarg ;;
1018
1019 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1020 | --program-pre | --program-pr | --program-p)
1021 ac_prev=program_prefix ;;
1022 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1023 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1024 program_prefix=$ac_optarg ;;
1025
1026 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1027 | --program-suf | --program-su | --program-s)
1028 ac_prev=program_suffix ;;
1029 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1030 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1031 program_suffix=$ac_optarg ;;
1032
1033 -program-transform-name | --program-transform-name \
1034 | --program-transform-nam | --program-transform-na \
1035 | --program-transform-n | --program-transform- \
1036 | --program-transform | --program-transfor \
1037 | --program-transfo | --program-transf \
1038 | --program-trans | --program-tran \
1039 | --progr-tra | --program-tr | --program-t)
1040 ac_prev=program_transform_name ;;
1041 -program-transform-name=* | --program-transform-name=* \
1042 | --program-transform-nam=* | --program-transform-na=* \
1043 | --program-transform-n=* | --program-transform-=* \
1044 | --program-transform=* | --program-transfor=* \
1045 | --program-transfo=* | --program-transf=* \
1046 | --program-trans=* | --program-tran=* \
1047 | --progr-tra=* | --program-tr=* | --program-t=*)
1048 program_transform_name=$ac_optarg ;;
1049
dd184caf 1050 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1051 ac_prev=pdfdir ;;
1052 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1053 pdfdir=$ac_optarg ;;
1054
1055 -psdir | --psdir | --psdi | --psd | --ps)
1056 ac_prev=psdir ;;
1057 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1058 psdir=$ac_optarg ;;
1059
d9898ee8 1060 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1061 | -silent | --silent | --silen | --sile | --sil)
1062 silent=yes ;;
1063
1064 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1065 ac_prev=sbindir ;;
1066 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1067 | --sbi=* | --sb=*)
1068 sbindir=$ac_optarg ;;
1069
1070 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1071 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1072 | --sharedst | --shareds | --shared | --share | --shar \
1073 | --sha | --sh)
1074 ac_prev=sharedstatedir ;;
1075 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1076 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1077 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1078 | --sha=* | --sh=*)
1079 sharedstatedir=$ac_optarg ;;
1080
1081 -site | --site | --sit)
1082 ac_prev=site ;;
1083 -site=* | --site=* | --sit=*)
1084 site=$ac_optarg ;;
1085
1086 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1087 ac_prev=srcdir ;;
1088 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1089 srcdir=$ac_optarg ;;
1090
1091 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1092 | --syscon | --sysco | --sysc | --sys | --sy)
1093 ac_prev=sysconfdir ;;
1094 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1095 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1096 sysconfdir=$ac_optarg ;;
1097
1098 -target | --target | --targe | --targ | --tar | --ta | --t)
1099 ac_prev=target_alias ;;
1100 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1101 target_alias=$ac_optarg ;;
1102
1103 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1104 verbose=yes ;;
1105
1106 -version | --version | --versio | --versi | --vers | -V)
1107 ac_init_version=: ;;
1108
1109 -with-* | --with-*)
8d138742 1110 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
d9898ee8 1111 # Reject names that are not valid shell variable names.
8d138742 1112 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
b0322a85 1113 as_fn_error $? "invalid package name: $ac_useropt"
8d138742
CE
1114 ac_useropt_orig=$ac_useropt
1115 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1116 case $ac_user_opts in
1117 *"
1118"with_$ac_useropt"
1119"*) ;;
1120 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1121 ac_unrecognized_sep=', ';;
1122 esac
1123 eval with_$ac_useropt=\$ac_optarg ;;
d9898ee8 1124
1125 -without-* | --without-*)
8d138742 1126 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
d9898ee8 1127 # Reject names that are not valid shell variable names.
8d138742 1128 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
b0322a85 1129 as_fn_error $? "invalid package name: $ac_useropt"
8d138742
CE
1130 ac_useropt_orig=$ac_useropt
1131 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1132 case $ac_user_opts in
1133 *"
1134"with_$ac_useropt"
1135"*) ;;
1136 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1137 ac_unrecognized_sep=', ';;
1138 esac
1139 eval with_$ac_useropt=no ;;
d9898ee8 1140
1141 --x)
1142 # Obsolete; use --with-x.
1143 with_x=yes ;;
1144
1145 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1146 | --x-incl | --x-inc | --x-in | --x-i)
1147 ac_prev=x_includes ;;
1148 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1149 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1150 x_includes=$ac_optarg ;;
1151
1152 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1153 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1154 ac_prev=x_libraries ;;
1155 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1156 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1157 x_libraries=$ac_optarg ;;
1158
b0322a85
CE
1159 -*) as_fn_error $? "unrecognized option: \`$ac_option'
1160Try \`$0 --help' for more information"
d9898ee8 1161 ;;
1162
1163 *=*)
1164 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1165 # Reject names that are not valid shell variable names.
b0322a85
CE
1166 case $ac_envvar in #(
1167 '' | [0-9]* | *[!_$as_cr_alnum]* )
1168 as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1169 esac
dd184caf 1170 eval $ac_envvar=\$ac_optarg
d9898ee8 1171 export $ac_envvar ;;
1172
1173 *)
1174 # FIXME: should be removed in autoconf 3.0.
8d138742 1175 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
d9898ee8 1176 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
8d138742 1177 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
b0322a85 1178 : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
d9898ee8 1179 ;;
1180
1181 esac
1182done
1183
1184if test -n "$ac_prev"; then
1185 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
b0322a85 1186 as_fn_error $? "missing argument to $ac_option"
d9898ee8 1187fi
1188
8d138742
CE
1189if test -n "$ac_unrecognized_opts"; then
1190 case $enable_option_checking in
1191 no) ;;
b0322a85 1192 fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
8d138742
CE
1193 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1194 esac
1195fi
1196
1197# Check all directory arguments for consistency.
dd184caf 1198for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1199 datadir sysconfdir sharedstatedir localstatedir includedir \
1200 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1201 libdir localedir mandir
d9898ee8 1202do
dd184caf 1203 eval ac_val=\$$ac_var
8d138742
CE
1204 # Remove trailing slashes.
1205 case $ac_val in
1206 */ )
1207 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1208 eval $ac_var=\$ac_val;;
1209 esac
1210 # Be sure to have absolute directory names.
d9898ee8 1211 case $ac_val in
dd184caf 1212 [\\/$]* | ?:[\\/]* ) continue;;
1213 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
d9898ee8 1214 esac
b0322a85 1215 as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
d9898ee8 1216done
1217
1218# There might be people who depend on the old broken behavior: `$host'
1219# used to hold the argument of --host etc.
1220# FIXME: To remove some day.
1221build=$build_alias
1222host=$host_alias
1223target=$target_alias
1224
1225# FIXME: To remove some day.
1226if test "x$host_alias" != x; then
1227 if test "x$build_alias" = x; then
1228 cross_compiling=maybe
d9898ee8 1229 elif test "x$build_alias" != "x$host_alias"; then
1230 cross_compiling=yes
1231 fi
1232fi
1233
1234ac_tool_prefix=
1235test -n "$host_alias" && ac_tool_prefix=$host_alias-
1236
1237test "$silent" = yes && exec 6>/dev/null
1238
1239
dd184caf 1240ac_pwd=`pwd` && test -n "$ac_pwd" &&
1241ac_ls_di=`ls -di .` &&
1242ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
b0322a85 1243 as_fn_error $? "working directory cannot be determined"
dd184caf 1244test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
b0322a85 1245 as_fn_error $? "pwd does not report name of working directory"
dd184caf 1246
1247
d9898ee8 1248# Find the source files, if location was not specified.
1249if test -z "$srcdir"; then
1250 ac_srcdir_defaulted=yes
dd184caf 1251 # Try the directory containing this script, then the parent directory.
8d138742
CE
1252 ac_confdir=`$as_dirname -- "$as_myself" ||
1253$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1254 X"$as_myself" : 'X\(//\)[^/]' \| \
1255 X"$as_myself" : 'X\(//\)$' \| \
1256 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1257$as_echo X"$as_myself" |
dd184caf 1258 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1259 s//\1/
1260 q
1261 }
1262 /^X\(\/\/\)[^/].*/{
1263 s//\1/
1264 q
1265 }
1266 /^X\(\/\/\)$/{
1267 s//\1/
1268 q
1269 }
1270 /^X\(\/\).*/{
1271 s//\1/
1272 q
1273 }
1274 s/.*/./; q'`
d9898ee8 1275 srcdir=$ac_confdir
dd184caf 1276 if test ! -r "$srcdir/$ac_unique_file"; then
d9898ee8 1277 srcdir=..
1278 fi
1279else
1280 ac_srcdir_defaulted=no
1281fi
dd184caf 1282if test ! -r "$srcdir/$ac_unique_file"; then
1283 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
b0322a85 1284 as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
d9898ee8 1285fi
dd184caf 1286ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1287ac_abs_confdir=`(
b0322a85 1288 cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
dd184caf 1289 pwd)`
1290# When building in place, set srcdir=.
1291if test "$ac_abs_confdir" = "$ac_pwd"; then
1292 srcdir=.
1293fi
1294# Remove unnecessary trailing slashes from srcdir.
1295# Double slashes in file names in object file debugging info
1296# mess up M-x gdb in Emacs.
1297case $srcdir in
1298*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1299esac
1300for ac_var in $ac_precious_vars; do
1301 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1302 eval ac_env_${ac_var}_value=\$${ac_var}
1303 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1304 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1305done
d9898ee8 1306
1307#
1308# Report the --help message.
1309#
1310if test "$ac_init_help" = "long"; then
1311 # Omit some internal or obsolete options to make the list less imposing.
1312 # This message is too long to be a string in the A/UX 3.1 sh.
1313 cat <<_ACEOF
1314\`configure' configures numlib 0.10 to adapt to many kinds of systems.
1315
1316Usage: $0 [OPTION]... [VAR=VALUE]...
1317
1318To assign environment variables (e.g., CC, CFLAGS...), specify them as
1319VAR=VALUE. See below for descriptions of some of the useful variables.
1320
1321Defaults for the options are specified in brackets.
1322
1323Configuration:
1324 -h, --help display this help and exit
1325 --help=short display options specific to this package
1326 --help=recursive display the short help of all the included packages
1327 -V, --version display version information and exit
b0322a85 1328 -q, --quiet, --silent do not print \`checking ...' messages
d9898ee8 1329 --cache-file=FILE cache test results in FILE [disabled]
1330 -C, --config-cache alias for \`--cache-file=config.cache'
1331 -n, --no-create do not create output files
1332 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1333
d9898ee8 1334Installation directories:
1335 --prefix=PREFIX install architecture-independent files in PREFIX
8d138742 1336 [$ac_default_prefix]
d9898ee8 1337 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
8d138742 1338 [PREFIX]
d9898ee8 1339
1340By default, \`make install' will install all the files in
1341\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1342an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1343for instance \`--prefix=\$HOME'.
1344
1345For better control, use the options below.
1346
1347Fine tuning of the installation directories:
8d138742
CE
1348 --bindir=DIR user executables [EPREFIX/bin]
1349 --sbindir=DIR system admin executables [EPREFIX/sbin]
1350 --libexecdir=DIR program executables [EPREFIX/libexec]
1351 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1352 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1353 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1354 --libdir=DIR object code libraries [EPREFIX/lib]
1355 --includedir=DIR C header files [PREFIX/include]
1356 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1357 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1358 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1359 --infodir=DIR info documentation [DATAROOTDIR/info]
1360 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1361 --mandir=DIR man documentation [DATAROOTDIR/man]
1362 --docdir=DIR documentation root [DATAROOTDIR/doc/numlib]
1363 --htmldir=DIR html documentation [DOCDIR]
1364 --dvidir=DIR dvi documentation [DOCDIR]
1365 --pdfdir=DIR pdf documentation [DOCDIR]
1366 --psdir=DIR ps documentation [DOCDIR]
d9898ee8 1367_ACEOF
1368
1369 cat <<\_ACEOF
1370
1371Program names:
1372 --program-prefix=PREFIX prepend PREFIX to installed program names
1373 --program-suffix=SUFFIX append SUFFIX to installed program names
1374 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1375
1376System types:
1377 --build=BUILD configure for building on BUILD [guessed]
1378 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1379_ACEOF
1380fi
1381
1382if test -n "$ac_init_help"; then
1383 case $ac_init_help in
1384 short | recursive ) echo "Configuration of numlib 0.10:";;
1385 esac
1386 cat <<\_ACEOF
1387
1388Optional Features:
8d138742 1389 --disable-option-checking ignore unrecognized --enable/--with options
d9898ee8 1390 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1391 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
b0322a85
CE
1392 --enable-silent-rules less verbose build output (undo: "make V=1")
1393 --disable-silent-rules verbose build output (undo: "make V=0")
1394 --enable-dependency-tracking
1395 do not reject slow dependency extractors
1396 --disable-dependency-tracking
1397 speeds up one-time build
dd184caf 1398 --enable-shared[=PKGS] build shared libraries [default=yes]
1399 --enable-static[=PKGS] build static libraries [default=yes]
d9898ee8 1400 --enable-fast-install[=PKGS]
1401 optimize for fast installation [default=yes]
1402 --disable-libtool-lock avoid locking (might break parallel builds)
b0322a85 1403 --disable-largefile omit support for large files
d9898ee8 1404
1405Optional Packages:
1406 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1407 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
b0322a85 1408 --with-pic[=PKGS] try to use only PIC/non-PIC objects [default=use
d9898ee8 1409 both]
8d138742 1410 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
b0322a85
CE
1411 --with-sysroot=DIR Search for dependent libraries within DIR
1412 (or the compiler's sysroot if not specified).
d9898ee8 1413
1414Some influential environment variables:
1415 CC C compiler command
1416 CFLAGS C compiler flags
1417 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1418 nonstandard directory <lib dir>
dd184caf 1419 LIBS libraries to pass to the linker, e.g. -l<library>
b0322a85 1420 CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
dd184caf 1421 you have headers in a nonstandard directory <include dir>
d9898ee8 1422 CPP C preprocessor
d9898ee8 1423
1424Use these variables to override the choices made by `configure' or to help
1425it to find libraries and programs with nonstandard names/locations.
1426
1427Report bugs to <courier-users@lists.sourceforge.net>.
1428_ACEOF
dd184caf 1429ac_status=$?
d9898ee8 1430fi
1431
1432if test "$ac_init_help" = "recursive"; then
1433 # If there are subdirs, report their specific --help.
d9898ee8 1434 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
8d138742
CE
1435 test -d "$ac_dir" ||
1436 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1437 continue
d9898ee8 1438 ac_builddir=.
1439
dd184caf 1440case "$ac_dir" in
1441.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1442*)
8d138742 1443 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
dd184caf 1444 # A ".." for each directory in $ac_dir_suffix.
8d138742 1445 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
dd184caf 1446 case $ac_top_builddir_sub in
1447 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1448 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1449 esac ;;
1450esac
1451ac_abs_top_builddir=$ac_pwd
1452ac_abs_builddir=$ac_pwd$ac_dir_suffix
1453# for backward compatibility:
1454ac_top_builddir=$ac_top_build_prefix
d9898ee8 1455
b0322a85
CE
1456case $srcdir in
1457 .) # We are building in place.
1458 ac_srcdir=.
1459 ac_top_srcdir=$ac_top_builddir_sub
1460 ac_abs_top_srcdir=$ac_pwd ;;
1461 [\\/]* | ?:[\\/]* ) # Absolute name.
1462 ac_srcdir=$srcdir$ac_dir_suffix;
1463 ac_top_srcdir=$srcdir
1464 ac_abs_top_srcdir=$srcdir ;;
1465 *) # Relative name.
1466 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1467 ac_top_srcdir=$ac_top_build_prefix$srcdir
1468 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1469esac
1470ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1471
1472 cd "$ac_dir" || { ac_status=$?; continue; }
1473 # Check for guested configure.
1474 if test -f "$ac_srcdir/configure.gnu"; then
1475 echo &&
1476 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1477 elif test -f "$ac_srcdir/configure"; then
1478 echo &&
1479 $SHELL "$ac_srcdir/configure" --help=recursive
1480 else
1481 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1482 fi || ac_status=$?
1483 cd "$ac_pwd" || { ac_status=$?; break; }
1484 done
1485fi
1486
1487test -n "$ac_init_help" && exit $ac_status
1488if $ac_init_version; then
1489 cat <<\_ACEOF
1490numlib configure 0.10
1491generated by GNU Autoconf 2.69
1492
1493Copyright (C) 2012 Free Software Foundation, Inc.
1494This configure script is free software; the Free Software Foundation
1495gives unlimited permission to copy, distribute and modify it.
1496_ACEOF
1497 exit
1498fi
1499
1500## ------------------------ ##
1501## Autoconf initialization. ##
1502## ------------------------ ##
1503
1504# ac_fn_c_try_compile LINENO
1505# --------------------------
1506# Try to compile conftest.$ac_ext, and return whether this succeeded.
1507ac_fn_c_try_compile ()
1508{
1509 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1510 rm -f conftest.$ac_objext
1511 if { { ac_try="$ac_compile"
1512case "(($ac_try" in
1513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1514 *) ac_try_echo=$ac_try;;
1515esac
1516eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1517$as_echo "$ac_try_echo"; } >&5
1518 (eval "$ac_compile") 2>conftest.err
1519 ac_status=$?
1520 if test -s conftest.err; then
1521 grep -v '^ *+' conftest.err >conftest.er1
1522 cat conftest.er1 >&5
1523 mv -f conftest.er1 conftest.err
1524 fi
1525 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1526 test $ac_status = 0; } && {
1527 test -z "$ac_c_werror_flag" ||
1528 test ! -s conftest.err
1529 } && test -s conftest.$ac_objext; then :
1530 ac_retval=0
1531else
1532 $as_echo "$as_me: failed program was:" >&5
1533sed 's/^/| /' conftest.$ac_ext >&5
1534
1535 ac_retval=1
1536fi
1537 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1538 as_fn_set_status $ac_retval
1539
1540} # ac_fn_c_try_compile
1541
1542# ac_fn_c_try_link LINENO
1543# -----------------------
1544# Try to link conftest.$ac_ext, and return whether this succeeded.
1545ac_fn_c_try_link ()
1546{
1547 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1548 rm -f conftest.$ac_objext conftest$ac_exeext
1549 if { { ac_try="$ac_link"
1550case "(($ac_try" in
1551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1552 *) ac_try_echo=$ac_try;;
1553esac
1554eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1555$as_echo "$ac_try_echo"; } >&5
1556 (eval "$ac_link") 2>conftest.err
1557 ac_status=$?
1558 if test -s conftest.err; then
1559 grep -v '^ *+' conftest.err >conftest.er1
1560 cat conftest.er1 >&5
1561 mv -f conftest.er1 conftest.err
1562 fi
1563 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1564 test $ac_status = 0; } && {
1565 test -z "$ac_c_werror_flag" ||
1566 test ! -s conftest.err
1567 } && test -s conftest$ac_exeext && {
1568 test "$cross_compiling" = yes ||
1569 test -x conftest$ac_exeext
1570 }; then :
1571 ac_retval=0
1572else
1573 $as_echo "$as_me: failed program was:" >&5
1574sed 's/^/| /' conftest.$ac_ext >&5
1575
1576 ac_retval=1
1577fi
1578 # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1579 # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1580 # interfere with the next link command; also delete a directory that is
1581 # left behind by Apple's compiler. We do this before executing the actions.
1582 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1583 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1584 as_fn_set_status $ac_retval
1585
1586} # ac_fn_c_try_link
1587
1588# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1589# -------------------------------------------------------
1590# Tests whether HEADER exists and can be compiled using the include files in
1591# INCLUDES, setting the cache variable VAR accordingly.
1592ac_fn_c_check_header_compile ()
1593{
1594 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1595 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1596$as_echo_n "checking for $2... " >&6; }
1597if eval \${$3+:} false; then :
1598 $as_echo_n "(cached) " >&6
1599else
1600 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1601/* end confdefs.h. */
1602$4
1603#include <$2>
1604_ACEOF
1605if ac_fn_c_try_compile "$LINENO"; then :
1606 eval "$3=yes"
1607else
1608 eval "$3=no"
1609fi
1610rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1611fi
1612eval ac_res=\$$3
1613 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1614$as_echo "$ac_res" >&6; }
1615 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1616
1617} # ac_fn_c_check_header_compile
1618
1619# ac_fn_c_try_cpp LINENO
1620# ----------------------
1621# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1622ac_fn_c_try_cpp ()
1623{
1624 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1625 if { { ac_try="$ac_cpp conftest.$ac_ext"
1626case "(($ac_try" in
1627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1628 *) ac_try_echo=$ac_try;;
1629esac
1630eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1631$as_echo "$ac_try_echo"; } >&5
1632 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1633 ac_status=$?
1634 if test -s conftest.err; then
1635 grep -v '^ *+' conftest.err >conftest.er1
1636 cat conftest.er1 >&5
1637 mv -f conftest.er1 conftest.err
1638 fi
1639 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1640 test $ac_status = 0; } > conftest.i && {
1641 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1642 test ! -s conftest.err
1643 }; then :
1644 ac_retval=0
1645else
1646 $as_echo "$as_me: failed program was:" >&5
1647sed 's/^/| /' conftest.$ac_ext >&5
1648
1649 ac_retval=1
1650fi
1651 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1652 as_fn_set_status $ac_retval
1653
1654} # ac_fn_c_try_cpp
1655
1656# ac_fn_c_try_run LINENO
1657# ----------------------
1658# Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1659# that executables *can* be run.
1660ac_fn_c_try_run ()
1661{
1662 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1663 if { { ac_try="$ac_link"
1664case "(($ac_try" in
1665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1666 *) ac_try_echo=$ac_try;;
1667esac
1668eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1669$as_echo "$ac_try_echo"; } >&5
1670 (eval "$ac_link") 2>&5
1671 ac_status=$?
1672 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1673 test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1674 { { case "(($ac_try" in
1675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1676 *) ac_try_echo=$ac_try;;
1677esac
1678eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1679$as_echo "$ac_try_echo"; } >&5
1680 (eval "$ac_try") 2>&5
1681 ac_status=$?
1682 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1683 test $ac_status = 0; }; }; then :
1684 ac_retval=0
1685else
1686 $as_echo "$as_me: program exited with status $ac_status" >&5
1687 $as_echo "$as_me: failed program was:" >&5
1688sed 's/^/| /' conftest.$ac_ext >&5
1689
1690 ac_retval=$ac_status
1691fi
1692 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1693 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1694 as_fn_set_status $ac_retval
1695
1696} # ac_fn_c_try_run
1697
1698# ac_fn_c_check_func LINENO FUNC VAR
1699# ----------------------------------
1700# Tests whether FUNC exists, setting the cache variable VAR accordingly
1701ac_fn_c_check_func ()
1702{
1703 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1705$as_echo_n "checking for $2... " >&6; }
1706if eval \${$3+:} false; then :
1707 $as_echo_n "(cached) " >&6
1708else
1709 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1710/* end confdefs.h. */
1711/* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1712 For example, HP-UX 11i <limits.h> declares gettimeofday. */
1713#define $2 innocuous_$2
1714
1715/* System header to define __stub macros and hopefully few prototypes,
1716 which can conflict with char $2 (); below.
1717 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1718 <limits.h> exists even on freestanding compilers. */
1719
1720#ifdef __STDC__
1721# include <limits.h>
1722#else
1723# include <assert.h>
1724#endif
1725
1726#undef $2
1727
1728/* Override any GCC internal prototype to avoid an error.
1729 Use char because int might match the return type of a GCC
1730 builtin and then its argument prototype would still apply. */
1731#ifdef __cplusplus
1732extern "C"
1733#endif
1734char $2 ();
1735/* The GNU C library defines this for functions which it implements
1736 to always fail with ENOSYS. Some functions are actually named
1737 something starting with __ and the normal name is an alias. */
1738#if defined __stub_$2 || defined __stub___$2
1739choke me
1740#endif
1741
1742int
1743main ()
1744{
1745return $2 ();
1746 ;
1747 return 0;
1748}
1749_ACEOF
1750if ac_fn_c_try_link "$LINENO"; then :
1751 eval "$3=yes"
1752else
1753 eval "$3=no"
1754fi
1755rm -f core conftest.err conftest.$ac_objext \
1756 conftest$ac_exeext conftest.$ac_ext
1757fi
1758eval ac_res=\$$3
1759 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1760$as_echo "$ac_res" >&6; }
1761 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1762
1763} # ac_fn_c_check_func
1764
1765# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1766# -------------------------------------------------------
1767# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1768# the include files in INCLUDES and setting the cache variable VAR
1769# accordingly.
1770ac_fn_c_check_header_mongrel ()
1771{
1772 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1773 if eval \${$3+:} false; then :
1774 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1775$as_echo_n "checking for $2... " >&6; }
1776if eval \${$3+:} false; then :
1777 $as_echo_n "(cached) " >&6
1778fi
1779eval ac_res=\$$3
1780 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1781$as_echo "$ac_res" >&6; }
1782else
1783 # Is the header compilable?
1784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1785$as_echo_n "checking $2 usability... " >&6; }
1786cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1787/* end confdefs.h. */
1788$4
1789#include <$2>
1790_ACEOF
1791if ac_fn_c_try_compile "$LINENO"; then :
1792 ac_header_compiler=yes
1793else
1794 ac_header_compiler=no
1795fi
1796rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1797{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1798$as_echo "$ac_header_compiler" >&6; }
1799
1800# Is the header present?
1801{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1802$as_echo_n "checking $2 presence... " >&6; }
1803cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1804/* end confdefs.h. */
1805#include <$2>
1806_ACEOF
1807if ac_fn_c_try_cpp "$LINENO"; then :
1808 ac_header_preproc=yes
1809else
1810 ac_header_preproc=no
1811fi
1812rm -f conftest.err conftest.i conftest.$ac_ext
1813{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1814$as_echo "$ac_header_preproc" >&6; }
dd184caf 1815
b0322a85
CE
1816# So? What about this header?
1817case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1818 yes:no: )
1819 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1820$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1821 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1822$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1823 ;;
1824 no:yes:* )
1825 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1826$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1827 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: check for missing prerequisite headers?" >&5
1828$as_echo "$as_me: WARNING: $2: check for missing prerequisite headers?" >&2;}
1829 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1830$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1831 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&5
1832$as_echo "$as_me: WARNING: $2: section \"Present But Cannot Be Compiled\"" >&2;}
1833 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1834$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1835( $as_echo "## -------------------------------------------------- ##
1836## Report this to courier-users@lists.sourceforge.net ##
1837## -------------------------------------------------- ##"
1838 ) | sed "s/^/$as_me: WARNING: /" >&2
1839 ;;
1840esac
1841 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1842$as_echo_n "checking for $2... " >&6; }
1843if eval \${$3+:} false; then :
1844 $as_echo_n "(cached) " >&6
1845else
1846 eval "$3=\$ac_header_compiler"
1847fi
1848eval ac_res=\$$3
1849 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1850$as_echo "$ac_res" >&6; }
d9898ee8 1851fi
b0322a85 1852 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
d9898ee8 1853
b0322a85 1854} # ac_fn_c_check_header_mongrel
d9898ee8 1855
b0322a85
CE
1856# ac_fn_c_check_type LINENO TYPE VAR INCLUDES
1857# -------------------------------------------
1858# Tests whether TYPE exists after having included INCLUDES, setting cache
1859# variable VAR accordingly.
1860ac_fn_c_check_type ()
1861{
1862 as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1863 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1864$as_echo_n "checking for $2... " >&6; }
1865if eval \${$3+:} false; then :
1866 $as_echo_n "(cached) " >&6
1867else
1868 eval "$3=no"
1869 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1870/* end confdefs.h. */
1871$4
1872int
1873main ()
1874{
1875if (sizeof ($2))
1876 return 0;
1877 ;
1878 return 0;
1879}
d9898ee8 1880_ACEOF
b0322a85
CE
1881if ac_fn_c_try_compile "$LINENO"; then :
1882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1883/* end confdefs.h. */
1884$4
1885int
1886main ()
1887{
1888if (sizeof (($2)))
1889 return 0;
1890 ;
1891 return 0;
1892}
1893_ACEOF
1894if ac_fn_c_try_compile "$LINENO"; then :
1895
1896else
1897 eval "$3=yes"
1898fi
1899rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d9898ee8 1900fi
b0322a85
CE
1901rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1902fi
1903eval ac_res=\$$3
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1905$as_echo "$ac_res" >&6; }
1906 eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1907
1908} # ac_fn_c_check_type
dd184caf 1909cat >config.log <<_ACEOF
d9898ee8 1910This file contains any messages produced by compilers while
1911running configure, to aid debugging if configure makes a mistake.
1912
1913It was created by numlib $as_me 0.10, which was
b0322a85 1914generated by GNU Autoconf 2.69. Invocation command line was
d9898ee8 1915
1916 $ $0 $@
1917
1918_ACEOF
dd184caf 1919exec 5>>config.log
d9898ee8 1920{
1921cat <<_ASUNAME
1922## --------- ##
1923## Platform. ##
1924## --------- ##
1925
1926hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1927uname -m = `(uname -m) 2>/dev/null || echo unknown`
1928uname -r = `(uname -r) 2>/dev/null || echo unknown`
1929uname -s = `(uname -s) 2>/dev/null || echo unknown`
1930uname -v = `(uname -v) 2>/dev/null || echo unknown`
1931
1932/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1933/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1934
1935/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1936/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1937/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
dd184caf 1938/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
d9898ee8 1939/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1940/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1941/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1942
1943_ASUNAME
1944
1945as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1946for as_dir in $PATH
1947do
1948 IFS=$as_save_IFS
1949 test -z "$as_dir" && as_dir=.
b0322a85
CE
1950 $as_echo "PATH: $as_dir"
1951 done
dd184caf 1952IFS=$as_save_IFS
d9898ee8 1953
1954} >&5
1955
1956cat >&5 <<_ACEOF
1957
1958
1959## ----------- ##
1960## Core tests. ##
1961## ----------- ##
1962
1963_ACEOF
1964
1965
1966# Keep a trace of the command line.
1967# Strip out --no-create and --no-recursion so they do not pile up.
1968# Strip out --silent because we don't want to record it for future runs.
1969# Also quote any args containing shell meta-characters.
1970# Make two passes to allow for proper duplicate-argument suppression.
1971ac_configure_args=
1972ac_configure_args0=
1973ac_configure_args1=
d9898ee8 1974ac_must_keep_next=false
1975for ac_pass in 1 2
1976do
1977 for ac_arg
1978 do
1979 case $ac_arg in
1980 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1981 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1982 | -silent | --silent | --silen | --sile | --sil)
1983 continue ;;
dd184caf 1984 *\'*)
8d138742 1985 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
d9898ee8 1986 esac
1987 case $ac_pass in
b0322a85 1988 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
d9898ee8 1989 2)
b0322a85 1990 as_fn_append ac_configure_args1 " '$ac_arg'"
d9898ee8 1991 if test $ac_must_keep_next = true; then
1992 ac_must_keep_next=false # Got value, back to normal.
1993 else
1994 case $ac_arg in
1995 *=* | --config-cache | -C | -disable-* | --disable-* \
1996 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1997 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1998 | -with-* | --with-* | -without-* | --without-* | --x)
1999 case "$ac_configure_args0 " in
2000 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2001 esac
2002 ;;
2003 -* ) ac_must_keep_next=true ;;
2004 esac
2005 fi
b0322a85 2006 as_fn_append ac_configure_args " '$ac_arg'"
d9898ee8 2007 ;;
2008 esac
2009 done
2010done
b0322a85
CE
2011{ ac_configure_args0=; unset ac_configure_args0;}
2012{ ac_configure_args1=; unset ac_configure_args1;}
d9898ee8 2013
2014# When interrupted or exit'd, cleanup temporary files, and complete
2015# config.log. We remove comments because anyway the quotes in there
2016# would cause problems or look ugly.
dd184caf 2017# WARNING: Use '\'' to represent an apostrophe within the trap.
2018# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
d9898ee8 2019trap 'exit_status=$?
2020 # Save into config.log some information that might help in debugging.
2021 {
2022 echo
2023
b0322a85 2024 $as_echo "## ---------------- ##
d9898ee8 2025## Cache variables. ##
b0322a85 2026## ---------------- ##"
d9898ee8 2027 echo
2028 # The following way of writing the cache mishandles newlines in values,
dd184caf 2029(
2030 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2031 eval ac_val=\$$ac_var
2032 case $ac_val in #(
2033 *${as_nl}*)
2034 case $ac_var in #(
b0322a85 2035 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
8d138742 2036$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
dd184caf 2037 esac
2038 case $ac_var in #(
2039 _ | IFS | as_nl) ;; #(
8d138742 2040 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
b0322a85 2041 *) { eval $ac_var=; unset $ac_var;} ;;
dd184caf 2042 esac ;;
2043 esac
2044 done
d9898ee8 2045 (set) 2>&1 |
dd184caf 2046 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2047 *${as_nl}ac_space=\ *)
d9898ee8 2048 sed -n \
dd184caf 2049 "s/'\''/'\''\\\\'\'''\''/g;
2050 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2051 ;; #(
d9898ee8 2052 *)
dd184caf 2053 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
d9898ee8 2054 ;;
dd184caf 2055 esac |
2056 sort
2057)
d9898ee8 2058 echo
2059
b0322a85 2060 $as_echo "## ----------------- ##
d9898ee8 2061## Output variables. ##
b0322a85 2062## ----------------- ##"
d9898ee8 2063 echo
2064 for ac_var in $ac_subst_vars
2065 do
dd184caf 2066 eval ac_val=\$$ac_var
2067 case $ac_val in
8d138742 2068 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
dd184caf 2069 esac
8d138742 2070 $as_echo "$ac_var='\''$ac_val'\''"
d9898ee8 2071 done | sort
2072 echo
2073
2074 if test -n "$ac_subst_files"; then
b0322a85 2075 $as_echo "## ------------------- ##
dd184caf 2076## File substitutions. ##
b0322a85 2077## ------------------- ##"
d9898ee8 2078 echo
2079 for ac_var in $ac_subst_files
2080 do
dd184caf 2081 eval ac_val=\$$ac_var
2082 case $ac_val in
8d138742 2083 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
dd184caf 2084 esac
8d138742 2085 $as_echo "$ac_var='\''$ac_val'\''"
d9898ee8 2086 done | sort
2087 echo
2088 fi
2089
2090 if test -s confdefs.h; then
b0322a85 2091 $as_echo "## ----------- ##
d9898ee8 2092## confdefs.h. ##
b0322a85 2093## ----------- ##"
d9898ee8 2094 echo
dd184caf 2095 cat confdefs.h
d9898ee8 2096 echo
2097 fi
2098 test "$ac_signal" != 0 &&
8d138742
CE
2099 $as_echo "$as_me: caught signal $ac_signal"
2100 $as_echo "$as_me: exit $exit_status"
d9898ee8 2101 } >&5
dd184caf 2102 rm -f core *.core core.conftest.* &&
2103 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
d9898ee8 2104 exit $exit_status
dd184caf 2105' 0
d9898ee8 2106for ac_signal in 1 2 13 15; do
b0322a85 2107 trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
d9898ee8 2108done
2109ac_signal=0
2110
2111# confdefs.h avoids OS command line length limits that DEFS can exceed.
dd184caf 2112rm -f -r conftest* confdefs.h
d9898ee8 2113
b0322a85
CE
2114$as_echo "/* confdefs.h */" > confdefs.h
2115
d9898ee8 2116# Predefined preprocessor variables.
2117
2118cat >>confdefs.h <<_ACEOF
2119#define PACKAGE_NAME "$PACKAGE_NAME"
2120_ACEOF
2121
d9898ee8 2122cat >>confdefs.h <<_ACEOF
2123#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2124_ACEOF
2125
d9898ee8 2126cat >>confdefs.h <<_ACEOF
2127#define PACKAGE_VERSION "$PACKAGE_VERSION"
2128_ACEOF
2129
d9898ee8 2130cat >>confdefs.h <<_ACEOF
2131#define PACKAGE_STRING "$PACKAGE_STRING"
2132_ACEOF
2133
d9898ee8 2134cat >>confdefs.h <<_ACEOF
2135#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2136_ACEOF
2137
b0322a85
CE
2138cat >>confdefs.h <<_ACEOF
2139#define PACKAGE_URL "$PACKAGE_URL"
2140_ACEOF
2141
d9898ee8 2142
2143# Let the site file select an alternate cache file if it wants to.
8d138742
CE
2144# Prefer an explicitly selected file to automatically selected ones.
2145ac_site_file1=NONE
2146ac_site_file2=NONE
dd184caf 2147if test -n "$CONFIG_SITE"; then
b0322a85
CE
2148 # We do not want a PATH search for config.site.
2149 case $CONFIG_SITE in #((
2150 -*) ac_site_file1=./$CONFIG_SITE;;
2151 */*) ac_site_file1=$CONFIG_SITE;;
2152 *) ac_site_file1=./$CONFIG_SITE;;
2153 esac
dd184caf 2154elif test "x$prefix" != xNONE; then
8d138742
CE
2155 ac_site_file1=$prefix/share/config.site
2156 ac_site_file2=$prefix/etc/config.site
dd184caf 2157else
8d138742
CE
2158 ac_site_file1=$ac_default_prefix/share/config.site
2159 ac_site_file2=$ac_default_prefix/etc/config.site
d9898ee8 2160fi
8d138742 2161for ac_site_file in "$ac_site_file1" "$ac_site_file2"
dd184caf 2162do
8d138742 2163 test "x$ac_site_file" = xNONE && continue
b0322a85
CE
2164 if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2165 { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
8d138742 2166$as_echo "$as_me: loading site script $ac_site_file" >&6;}
d9898ee8 2167 sed 's/^/| /' "$ac_site_file" >&5
b0322a85
CE
2168 . "$ac_site_file" \
2169 || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2170$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2171as_fn_error $? "failed to load site script $ac_site_file
2172See \`config.log' for more details" "$LINENO" 5; }
d9898ee8 2173 fi
2174done
2175
2176if test -r "$cache_file"; then
b0322a85
CE
2177 # Some versions of bash will fail to source /dev/null (special files
2178 # actually), so we avoid doing that. DJGPP emulates it as a regular file.
2179 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2180 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
8d138742 2181$as_echo "$as_me: loading cache $cache_file" >&6;}
d9898ee8 2182 case $cache_file in
dd184caf 2183 [\\/]* | ?:[\\/]* ) . "$cache_file";;
2184 *) . "./$cache_file";;
d9898ee8 2185 esac
2186 fi
2187else
b0322a85 2188 { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
8d138742 2189$as_echo "$as_me: creating cache $cache_file" >&6;}
d9898ee8 2190 >$cache_file
2191fi
2192
2193# Check that the precious variables saved in the cache have kept the same
2194# value.
2195ac_cache_corrupted=false
dd184caf 2196for ac_var in $ac_precious_vars; do
d9898ee8 2197 eval ac_old_set=\$ac_cv_env_${ac_var}_set
2198 eval ac_new_set=\$ac_env_${ac_var}_set
dd184caf 2199 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2200 eval ac_new_val=\$ac_env_${ac_var}_value
d9898ee8 2201 case $ac_old_set,$ac_new_set in
2202 set,)
b0322a85 2203 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
8d138742 2204$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
d9898ee8 2205 ac_cache_corrupted=: ;;
2206 ,set)
b0322a85 2207 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
8d138742 2208$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
d9898ee8 2209 ac_cache_corrupted=: ;;
2210 ,);;
2211 *)
2212 if test "x$ac_old_val" != "x$ac_new_val"; then
8d138742
CE
2213 # differences in whitespace do not lead to failure.
2214 ac_old_val_w=`echo x $ac_old_val`
2215 ac_new_val_w=`echo x $ac_new_val`
2216 if test "$ac_old_val_w" != "$ac_new_val_w"; then
b0322a85 2217 { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
8d138742
CE
2218$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2219 ac_cache_corrupted=:
2220 else
b0322a85 2221 { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
8d138742
CE
2222$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2223 eval $ac_var=\$ac_old_val
2224 fi
b0322a85 2225 { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
8d138742 2226$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
b0322a85 2227 { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
8d138742 2228$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
d9898ee8 2229 fi;;
2230 esac
2231 # Pass precious variables to config.status.
2232 if test "$ac_new_set" = set; then
2233 case $ac_new_val in
8d138742 2234 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
d9898ee8 2235 *) ac_arg=$ac_var=$ac_new_val ;;
2236 esac
2237 case " $ac_configure_args " in
2238 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
b0322a85 2239 *) as_fn_append ac_configure_args " '$ac_arg'" ;;
d9898ee8 2240 esac
2241 fi
2242done
2243if $ac_cache_corrupted; then
b0322a85 2244 { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8d138742 2245$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
b0322a85 2246 { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
8d138742 2247$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
b0322a85 2248 as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
d9898ee8 2249fi
b0322a85
CE
2250## -------------------- ##
2251## Main body of script. ##
2252## -------------------- ##
d9898ee8 2253
dd184caf 2254ac_ext=c
2255ac_cpp='$CPP $CPPFLAGS'
2256ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2257ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2258ac_compiler_gnu=$ac_cv_c_compiler_gnu
d9898ee8 2259
2260
2261
2262>confdefs.h # Kill PACKAGE_ macros
2263
2264
d9898ee8 2265ac_aux_dir=
b0322a85 2266for ac_dir in ../.. "$srcdir"/../..; do
dd184caf 2267 if test -f "$ac_dir/install-sh"; then
d9898ee8 2268 ac_aux_dir=$ac_dir
2269 ac_install_sh="$ac_aux_dir/install-sh -c"
2270 break
dd184caf 2271 elif test -f "$ac_dir/install.sh"; then
d9898ee8 2272 ac_aux_dir=$ac_dir
2273 ac_install_sh="$ac_aux_dir/install.sh -c"
2274 break
dd184caf 2275 elif test -f "$ac_dir/shtool"; then
d9898ee8 2276 ac_aux_dir=$ac_dir
2277 ac_install_sh="$ac_aux_dir/shtool install -c"
2278 break
2279 fi
2280done
2281if test -z "$ac_aux_dir"; then
b0322a85 2282 as_fn_error $? "cannot find install-sh, install.sh, or shtool in ../.. \"$srcdir\"/../.." "$LINENO" 5
d9898ee8 2283fi
dd184caf 2284
2285# These three variables are undocumented and unsupported,
2286# and are intended to be withdrawn in a future Autoconf release.
2287# They can cause serious problems if a builder's source tree is in a directory
2288# whose full name contains unusual characters.
2289ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2290ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2291ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2292
d9898ee8 2293
b0322a85
CE
2294ac_config_headers="$ac_config_headers config.h"
2295
2296am__api_version='1.13'
2297
d9898ee8 2298# Find a good install program. We prefer a C program (faster),
2299# so one script is as good as another. But avoid the broken or
2300# incompatible versions:
2301# SysV /etc/install, /usr/sbin/install
2302# SunOS /usr/etc/install
2303# IRIX /sbin/install
2304# AIX /bin/install
2305# AmigaOS /C/install, which installs bootblocks on floppy discs
2306# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2307# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2308# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2309# OS/2's system install, which has a completely different semantic
2310# ./install, which can be erroneously created by make from ./install.sh.
8d138742 2311# Reject install programs that cannot install multiple files.
b0322a85 2312{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
8d138742 2313$as_echo_n "checking for a BSD-compatible install... " >&6; }
d9898ee8 2314if test -z "$INSTALL"; then
b0322a85 2315if ${ac_cv_path_install+:} false; then :
8d138742 2316 $as_echo_n "(cached) " >&6
d9898ee8 2317else
2318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2319for as_dir in $PATH
2320do
2321 IFS=$as_save_IFS
2322 test -z "$as_dir" && as_dir=.
b0322a85
CE
2323 # Account for people who put trailing slashes in PATH elements.
2324case $as_dir/ in #((
2325 ./ | .// | /[cC]/* | \
d9898ee8 2326 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
b0322a85 2327 ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
d9898ee8 2328 /usr/ucb/* ) ;;
2329 *)
2330 # OSF1 and SCO ODT 3.0 have their own names for install.
2331 # Don't use installbsd from OSF since it installs stuff as root
2332 # by default.
2333 for ac_prog in ginstall scoinst install; do
2334 for ac_exec_ext in '' $ac_executable_extensions; do
b0322a85 2335 if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
d9898ee8 2336 if test $ac_prog = install &&
2337 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2338 # AIX install. It has an incompatible calling convention.
2339 :
2340 elif test $ac_prog = install &&
2341 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2342 # program-specific install script used by HP pwplus--don't use.
2343 :
2344 else
8d138742
CE
2345 rm -rf conftest.one conftest.two conftest.dir
2346 echo one > conftest.one
2347 echo two > conftest.two
2348 mkdir conftest.dir
2349 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2350 test -s conftest.one && test -s conftest.two &&
2351 test -s conftest.dir/conftest.one &&
2352 test -s conftest.dir/conftest.two
2353 then
2354 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2355 break 3
2356 fi
d9898ee8 2357 fi
2358 fi
2359 done
2360 done
2361 ;;
2362esac
8d138742 2363
b0322a85 2364 done
dd184caf 2365IFS=$as_save_IFS
d9898ee8 2366
8d138742 2367rm -rf conftest.one conftest.two conftest.dir
d9898ee8 2368
2369fi
2370 if test "${ac_cv_path_install+set}" = set; then
2371 INSTALL=$ac_cv_path_install
2372 else
dd184caf 2373 # As a last resort, use the slow shell script. Don't cache a
2374 # value for INSTALL within a source directory, because that will
d9898ee8 2375 # break other packages using the cache if that directory is
dd184caf 2376 # removed, or if the value is a relative name.
d9898ee8 2377 INSTALL=$ac_install_sh
2378 fi
2379fi
b0322a85 2380{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
8d138742 2381$as_echo "$INSTALL" >&6; }
d9898ee8 2382
2383# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2384# It thinks the first close brace ends the variable substitution.
2385test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2386
2387test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2388
2389test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2390
b0322a85 2391{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
8d138742 2392$as_echo_n "checking whether build environment is sane... " >&6; }
8d138742
CE
2393# Reject unsafe characters in $srcdir or the absolute working directory
2394# name. Accept space and tab only in the latter.
2395am_lf='
2396'
2397case `pwd` in
2398 *[\\\"\#\$\&\'\`$am_lf]*)
b0322a85 2399 as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
8d138742
CE
2400esac
2401case $srcdir in
2402 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
b0322a85 2403 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
8d138742
CE
2404esac
2405
b0322a85 2406# Do 'set' in a subshell so we don't clobber the current shell's
d9898ee8 2407# arguments. Must try -L first in case configure is actually a
2408# symlink; some systems play weird games with the mod time of symlinks
2409# (eg FreeBSD returns the mod time of the symlink's containing
2410# directory).
2411if (
b0322a85
CE
2412 am_has_slept=no
2413 for am_try in 1 2; do
2414 echo "timestamp, slept: $am_has_slept" > conftest.file
2415 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2416 if test "$*" = "X"; then
2417 # -L didn't work.
2418 set X `ls -t "$srcdir/configure" conftest.file`
2419 fi
2420 if test "$*" != "X $srcdir/configure conftest.file" \
2421 && test "$*" != "X conftest.file $srcdir/configure"; then
2422
2423 # If neither matched, then we have a broken ls. This can happen
2424 # if, for instance, CONFIG_SHELL is bash and it inherits a
2425 # broken ls alias from the environment. This has actually
2426 # happened. Such a system could not be considered "sane".
2427 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2428 alias in your environment" "$LINENO" 5
2429 fi
2430 if test "$2" = conftest.file || test $am_try -eq 2; then
2431 break
2432 fi
2433 # Just in case.
2434 sleep 1
2435 am_has_slept=yes
2436 done
d9898ee8 2437 test "$2" = conftest.file
2438 )
2439then
2440 # Ok.
2441 :
2442else
b0322a85
CE
2443 as_fn_error $? "newly created file is older than distributed files!
2444Check your system clock" "$LINENO" 5
d9898ee8 2445fi
b0322a85 2446{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8d138742 2447$as_echo "yes" >&6; }
b0322a85
CE
2448# If we didn't sleep, we still need to ensure time stamps of config.status and
2449# generated files are strictly newer.
2450am_sleep_pid=
2451if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2452 ( sleep 1 ) &
2453 am_sleep_pid=$!
2454fi
2455
2456rm -f conftest.file
2457
d9898ee8 2458test "$program_prefix" != NONE &&
dd184caf 2459 program_transform_name="s&^&$program_prefix&;$program_transform_name"
d9898ee8 2460# Use a double $ so make ignores it.
2461test "$program_suffix" != NONE &&
dd184caf 2462 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
8d138742 2463# Double any \ or $.
d9898ee8 2464# By default was `s,x,x', remove it if useless.
8d138742
CE
2465ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2466program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
d9898ee8 2467
2468# expand $ac_aux_dir to an absolute path
2469am_aux_dir=`cd $ac_aux_dir && pwd`
2470
8d138742
CE
2471if test x"${MISSING+set}" != xset; then
2472 case $am_aux_dir in
2473 *\ * | *\ *)
2474 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2475 *)
2476 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2477 esac
2478fi
d9898ee8 2479# Use eval to expand $SHELL
b0322a85
CE
2480if eval "$MISSING --is-lightweight"; then
2481 am_missing_run="$MISSING "
d9898ee8 2482else
2483 am_missing_run=
b0322a85
CE
2484 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2485$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
8d138742
CE
2486fi
2487
2488if test x"${install_sh}" != xset; then
2489 case $am_aux_dir in
2490 *\ * | *\ *)
2491 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2492 *)
2493 install_sh="\${SHELL} $am_aux_dir/install-sh"
2494 esac
2495fi
2496
b0322a85
CE
2497# Installed binaries are usually stripped using 'strip' when the user
2498# run "make install-strip". However 'strip' might not be the right
8d138742 2499# tool to use in cross-compilation environments, therefore Automake
b0322a85 2500# will honor the 'STRIP' environment variable to overrule this program.
8d138742
CE
2501if test "$cross_compiling" != no; then
2502 if test -n "$ac_tool_prefix"; then
2503 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2504set dummy ${ac_tool_prefix}strip; ac_word=$2
b0322a85 2505{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2506$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2507if ${ac_cv_prog_STRIP+:} false; then :
8d138742
CE
2508 $as_echo_n "(cached) " >&6
2509else
2510 if test -n "$STRIP"; then
2511 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2512else
2513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2514for as_dir in $PATH
2515do
2516 IFS=$as_save_IFS
2517 test -z "$as_dir" && as_dir=.
b0322a85
CE
2518 for ac_exec_ext in '' $ac_executable_extensions; do
2519 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 2520 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
b0322a85 2521 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
2522 break 2
2523 fi
2524done
b0322a85 2525 done
8d138742
CE
2526IFS=$as_save_IFS
2527
2528fi
2529fi
2530STRIP=$ac_cv_prog_STRIP
2531if test -n "$STRIP"; then
b0322a85 2532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8d138742
CE
2533$as_echo "$STRIP" >&6; }
2534else
b0322a85 2535 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
2536$as_echo "no" >&6; }
2537fi
2538
2539
2540fi
2541if test -z "$ac_cv_prog_STRIP"; then
2542 ac_ct_STRIP=$STRIP
2543 # Extract the first word of "strip", so it can be a program name with args.
2544set dummy strip; ac_word=$2
b0322a85 2545{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2546$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2547if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
8d138742
CE
2548 $as_echo_n "(cached) " >&6
2549else
2550 if test -n "$ac_ct_STRIP"; then
2551 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2552else
2553as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2554for as_dir in $PATH
2555do
2556 IFS=$as_save_IFS
2557 test -z "$as_dir" && as_dir=.
b0322a85
CE
2558 for ac_exec_ext in '' $ac_executable_extensions; do
2559 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 2560 ac_cv_prog_ac_ct_STRIP="strip"
b0322a85 2561 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
2562 break 2
2563 fi
2564done
b0322a85 2565 done
8d138742
CE
2566IFS=$as_save_IFS
2567
2568fi
2569fi
2570ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2571if test -n "$ac_ct_STRIP"; then
b0322a85 2572 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
8d138742
CE
2573$as_echo "$ac_ct_STRIP" >&6; }
2574else
b0322a85 2575 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
2576$as_echo "no" >&6; }
2577fi
2578
2579 if test "x$ac_ct_STRIP" = x; then
2580 STRIP=":"
2581 else
2582 case $cross_compiling:$ac_tool_warned in
2583yes:)
b0322a85 2584{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
2585$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2586ac_tool_warned=yes ;;
2587esac
2588 STRIP=$ac_ct_STRIP
2589 fi
2590else
2591 STRIP="$ac_cv_prog_STRIP"
2592fi
2593
d9898ee8 2594fi
8d138742 2595INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
d9898ee8 2596
b0322a85 2597{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
8d138742 2598$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
dd184caf 2599if test -z "$MKDIR_P"; then
b0322a85 2600 if ${ac_cv_path_mkdir+:} false; then :
8d138742 2601 $as_echo_n "(cached) " >&6
dd184caf 2602else
2603 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2604for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2605do
2606 IFS=$as_save_IFS
2607 test -z "$as_dir" && as_dir=.
b0322a85 2608 for ac_prog in mkdir gmkdir; do
dd184caf 2609 for ac_exec_ext in '' $ac_executable_extensions; do
b0322a85 2610 as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
dd184caf 2611 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2612 'mkdir (GNU coreutils) '* | \
2613 'mkdir (coreutils) '* | \
2614 'mkdir (fileutils) '4.1*)
2615 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2616 break 3;;
2617 esac
2618 done
2619 done
b0322a85 2620 done
dd184caf 2621IFS=$as_save_IFS
2622
2623fi
2624
b0322a85 2625 test -d ./--version && rmdir ./--version
dd184caf 2626 if test "${ac_cv_path_mkdir+set}" = set; then
2627 MKDIR_P="$ac_cv_path_mkdir -p"
d9898ee8 2628 else
dd184caf 2629 # As a last resort, use the slow shell script. Don't cache a
2630 # value for MKDIR_P within a source directory, because that will
2631 # break other packages using the cache if that directory is
2632 # removed, or if the value is a relative name.
dd184caf 2633 MKDIR_P="$ac_install_sh -d"
d9898ee8 2634 fi
2635fi
b0322a85 2636{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
8d138742 2637$as_echo "$MKDIR_P" >&6; }
dd184caf 2638
d9898ee8 2639for ac_prog in gawk mawk nawk awk
2640do
2641 # Extract the first word of "$ac_prog", so it can be a program name with args.
2642set dummy $ac_prog; ac_word=$2
b0322a85 2643{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2644$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2645if ${ac_cv_prog_AWK+:} false; then :
8d138742 2646 $as_echo_n "(cached) " >&6
d9898ee8 2647else
2648 if test -n "$AWK"; then
2649 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2650else
2651as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2652for as_dir in $PATH
2653do
2654 IFS=$as_save_IFS
2655 test -z "$as_dir" && as_dir=.
b0322a85
CE
2656 for ac_exec_ext in '' $ac_executable_extensions; do
2657 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 2658 ac_cv_prog_AWK="$ac_prog"
b0322a85 2659 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 2660 break 2
2661 fi
2662done
b0322a85 2663 done
dd184caf 2664IFS=$as_save_IFS
d9898ee8 2665
2666fi
2667fi
2668AWK=$ac_cv_prog_AWK
2669if test -n "$AWK"; then
b0322a85 2670 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
8d138742 2671$as_echo "$AWK" >&6; }
d9898ee8 2672else
b0322a85 2673 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 2674$as_echo "no" >&6; }
d9898ee8 2675fi
2676
dd184caf 2677
d9898ee8 2678 test -n "$AWK" && break
2679done
2680
b0322a85 2681{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
8d138742
CE
2682$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2683set x ${MAKE-make}
2684ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
b0322a85 2685if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
8d138742 2686 $as_echo_n "(cached) " >&6
d9898ee8 2687else
2688 cat >conftest.make <<\_ACEOF
dd184caf 2689SHELL = /bin/sh
d9898ee8 2690all:
dd184caf 2691 @echo '@@@%%%=$(MAKE)=@@@%%%'
d9898ee8 2692_ACEOF
b0322a85 2693# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
dd184caf 2694case `${MAKE-make} -f conftest.make 2>/dev/null` in
2695 *@@@%%%=?*=@@@%%%*)
2696 eval ac_cv_prog_make_${ac_make}_set=yes;;
2697 *)
2698 eval ac_cv_prog_make_${ac_make}_set=no;;
2699esac
d9898ee8 2700rm -f conftest.make
2701fi
dd184caf 2702if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
b0322a85 2703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8d138742 2704$as_echo "yes" >&6; }
d9898ee8 2705 SET_MAKE=
2706else
b0322a85 2707 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 2708$as_echo "no" >&6; }
d9898ee8 2709 SET_MAKE="MAKE=${MAKE-make}"
2710fi
2711
2712rm -rf .tst 2>/dev/null
2713mkdir .tst 2>/dev/null
2714if test -d .tst; then
2715 am__leading_dot=.
2716else
2717 am__leading_dot=_
2718fi
2719rmdir .tst 2>/dev/null
2720
b0322a85
CE
2721# Check whether --enable-silent-rules was given.
2722if test "${enable_silent_rules+set}" = set; then :
2723 enableval=$enable_silent_rules;
2724fi
2725
2726case $enable_silent_rules in # (((
2727 yes) AM_DEFAULT_VERBOSITY=0;;
2728 no) AM_DEFAULT_VERBOSITY=1;;
2729 *) AM_DEFAULT_VERBOSITY=1;;
2730esac
2731am_make=${MAKE-make}
2732{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2733$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2734if ${am_cv_make_support_nested_variables+:} false; then :
2735 $as_echo_n "(cached) " >&6
2736else
2737 if $as_echo 'TRUE=$(BAR$(V))
2738BAR0=false
2739BAR1=true
2740V=1
2741am__doit:
2742 @$(TRUE)
2743.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2744 am_cv_make_support_nested_variables=yes
2745else
2746 am_cv_make_support_nested_variables=no
2747fi
2748fi
2749{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2750$as_echo "$am_cv_make_support_nested_variables" >&6; }
2751if test $am_cv_make_support_nested_variables = yes; then
2752 AM_V='$(V)'
2753 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2754else
2755 AM_V=$AM_DEFAULT_VERBOSITY
2756 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2757fi
2758AM_BACKSLASH='\'
2759
dd184caf 2760if test "`cd $srcdir && pwd`" != "`pwd`"; then
2761 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2762 # is not polluted with repeated "-I."
2763 am__isrc=' -I$(srcdir)'
2764 # test to see if srcdir already configured
2765 if test -f $srcdir/config.status; then
b0322a85 2766 as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
dd184caf 2767 fi
d9898ee8 2768fi
2769
2770# test whether we have cygpath
2771if test -z "$CYGPATH_W"; then
2772 if (cygpath --version) >/dev/null 2>/dev/null; then
2773 CYGPATH_W='cygpath -w'
2774 else
2775 CYGPATH_W=echo
2776 fi
2777fi
2778
2779
2780# Define the identity of the package.
2781 PACKAGE='numlib'
2782 VERSION='0.10'
2783
2784
2785# Some tools Automake needs.
2786
2787ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2788
2789
2790AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2791
2792
2793AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2794
2795
2796AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2797
2798
2799MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2800
b0322a85
CE
2801# For better backward compatibility. To be removed once Automake 1.9.x
2802# dies out for good. For more background, see:
2803# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2804# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2805mkdir_p='$(MKDIR_P)'
2806
d9898ee8 2807# We need awk for the "check" target. The system "awk" is bad on
2808# some platforms.
b0322a85
CE
2809# Always define AMTAR for backward compatibility. Yes, it's still used
2810# in the wild :-( We should find a proper way to deprecate it ...
2811AMTAR='$${TAR-tar}'
2812
d9898ee8 2813
b0322a85
CE
2814# We'll loop over all known methods to create a tar archive until one works.
2815_am_tools='gnutar pax cpio none'
2816
2817am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
d9898ee8 2818
d9898ee8 2819
2820
2821
2822
2823
2824
2825for ac_prog in gawk mawk nawk awk
2826do
2827 # Extract the first word of "$ac_prog", so it can be a program name with args.
2828set dummy $ac_prog; ac_word=$2
b0322a85 2829{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2830$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2831if ${ac_cv_prog_AWK+:} false; then :
8d138742 2832 $as_echo_n "(cached) " >&6
d9898ee8 2833else
2834 if test -n "$AWK"; then
2835 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2836else
2837as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2838for as_dir in $PATH
2839do
2840 IFS=$as_save_IFS
2841 test -z "$as_dir" && as_dir=.
b0322a85
CE
2842 for ac_exec_ext in '' $ac_executable_extensions; do
2843 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 2844 ac_cv_prog_AWK="$ac_prog"
b0322a85 2845 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 2846 break 2
2847 fi
2848done
b0322a85 2849 done
dd184caf 2850IFS=$as_save_IFS
d9898ee8 2851
2852fi
2853fi
2854AWK=$ac_cv_prog_AWK
2855if test -n "$AWK"; then
b0322a85 2856 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
8d138742 2857$as_echo "$AWK" >&6; }
d9898ee8 2858else
b0322a85 2859 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 2860$as_echo "no" >&6; }
d9898ee8 2861fi
2862
dd184caf 2863
d9898ee8 2864 test -n "$AWK" && break
2865done
2866
2867ac_ext=c
2868ac_cpp='$CPP $CPPFLAGS'
2869ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2870ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2871ac_compiler_gnu=$ac_cv_c_compiler_gnu
2872if test -n "$ac_tool_prefix"; then
2873 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2874set dummy ${ac_tool_prefix}gcc; ac_word=$2
b0322a85 2875{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2876$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2877if ${ac_cv_prog_CC+:} false; then :
8d138742 2878 $as_echo_n "(cached) " >&6
d9898ee8 2879else
2880 if test -n "$CC"; then
2881 ac_cv_prog_CC="$CC" # Let the user override the test.
2882else
2883as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2884for as_dir in $PATH
2885do
2886 IFS=$as_save_IFS
2887 test -z "$as_dir" && as_dir=.
b0322a85
CE
2888 for ac_exec_ext in '' $ac_executable_extensions; do
2889 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 2890 ac_cv_prog_CC="${ac_tool_prefix}gcc"
b0322a85 2891 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 2892 break 2
2893 fi
2894done
b0322a85 2895 done
dd184caf 2896IFS=$as_save_IFS
d9898ee8 2897
2898fi
2899fi
2900CC=$ac_cv_prog_CC
2901if test -n "$CC"; then
b0322a85 2902 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
8d138742 2903$as_echo "$CC" >&6; }
d9898ee8 2904else
b0322a85 2905 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 2906$as_echo "no" >&6; }
d9898ee8 2907fi
2908
dd184caf 2909
d9898ee8 2910fi
2911if test -z "$ac_cv_prog_CC"; then
2912 ac_ct_CC=$CC
2913 # Extract the first word of "gcc", so it can be a program name with args.
2914set dummy gcc; ac_word=$2
b0322a85 2915{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2916$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2917if ${ac_cv_prog_ac_ct_CC+:} false; then :
8d138742 2918 $as_echo_n "(cached) " >&6
d9898ee8 2919else
2920 if test -n "$ac_ct_CC"; then
2921 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2922else
2923as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2924for as_dir in $PATH
2925do
2926 IFS=$as_save_IFS
2927 test -z "$as_dir" && as_dir=.
b0322a85
CE
2928 for ac_exec_ext in '' $ac_executable_extensions; do
2929 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 2930 ac_cv_prog_ac_ct_CC="gcc"
b0322a85 2931 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 2932 break 2
2933 fi
2934done
b0322a85 2935 done
dd184caf 2936IFS=$as_save_IFS
d9898ee8 2937
2938fi
2939fi
2940ac_ct_CC=$ac_cv_prog_ac_ct_CC
2941if test -n "$ac_ct_CC"; then
b0322a85 2942 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
8d138742 2943$as_echo "$ac_ct_CC" >&6; }
d9898ee8 2944else
b0322a85 2945 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 2946$as_echo "no" >&6; }
d9898ee8 2947fi
2948
dd184caf 2949 if test "x$ac_ct_CC" = x; then
2950 CC=""
2951 else
2952 case $cross_compiling:$ac_tool_warned in
2953yes:)
b0322a85 2954{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742 2955$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
dd184caf 2956ac_tool_warned=yes ;;
2957esac
2958 CC=$ac_ct_CC
2959 fi
d9898ee8 2960else
2961 CC="$ac_cv_prog_CC"
2962fi
2963
2964if test -z "$CC"; then
dd184caf 2965 if test -n "$ac_tool_prefix"; then
2966 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
d9898ee8 2967set dummy ${ac_tool_prefix}cc; ac_word=$2
b0322a85 2968{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 2969$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 2970if ${ac_cv_prog_CC+:} false; then :
8d138742 2971 $as_echo_n "(cached) " >&6
d9898ee8 2972else
2973 if test -n "$CC"; then
2974 ac_cv_prog_CC="$CC" # Let the user override the test.
2975else
2976as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2977for as_dir in $PATH
2978do
2979 IFS=$as_save_IFS
2980 test -z "$as_dir" && as_dir=.
b0322a85
CE
2981 for ac_exec_ext in '' $ac_executable_extensions; do
2982 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 2983 ac_cv_prog_CC="${ac_tool_prefix}cc"
b0322a85 2984 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 2985 break 2
2986 fi
2987done
b0322a85 2988 done
dd184caf 2989IFS=$as_save_IFS
d9898ee8 2990
2991fi
2992fi
2993CC=$ac_cv_prog_CC
2994if test -n "$CC"; then
b0322a85 2995 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
8d138742 2996$as_echo "$CC" >&6; }
d9898ee8 2997else
b0322a85 2998 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 2999$as_echo "no" >&6; }
d9898ee8 3000fi
3001
d9898ee8 3002
dd184caf 3003 fi
d9898ee8 3004fi
3005if test -z "$CC"; then
3006 # Extract the first word of "cc", so it can be a program name with args.
3007set dummy cc; ac_word=$2
b0322a85 3008{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 3009$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 3010if ${ac_cv_prog_CC+:} false; then :
8d138742 3011 $as_echo_n "(cached) " >&6
d9898ee8 3012else
3013 if test -n "$CC"; then
3014 ac_cv_prog_CC="$CC" # Let the user override the test.
3015else
3016 ac_prog_rejected=no
3017as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3018for as_dir in $PATH
3019do
3020 IFS=$as_save_IFS
3021 test -z "$as_dir" && as_dir=.
b0322a85
CE
3022 for ac_exec_ext in '' $ac_executable_extensions; do
3023 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 3024 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3025 ac_prog_rejected=yes
3026 continue
3027 fi
3028 ac_cv_prog_CC="cc"
b0322a85 3029 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 3030 break 2
3031 fi
3032done
b0322a85 3033 done
dd184caf 3034IFS=$as_save_IFS
d9898ee8 3035
3036if test $ac_prog_rejected = yes; then
3037 # We found a bogon in the path, so make sure we never use it.
3038 set dummy $ac_cv_prog_CC
3039 shift
3040 if test $# != 0; then
3041 # We chose a different compiler from the bogus one.
3042 # However, it has the same basename, so the bogon will be chosen
3043 # first if we set CC to just the basename; use the full file name.
3044 shift
3045 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3046 fi
3047fi
3048fi
3049fi
3050CC=$ac_cv_prog_CC
3051if test -n "$CC"; then
b0322a85 3052 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
8d138742 3053$as_echo "$CC" >&6; }
d9898ee8 3054else
b0322a85 3055 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 3056$as_echo "no" >&6; }
d9898ee8 3057fi
3058
dd184caf 3059
d9898ee8 3060fi
3061if test -z "$CC"; then
3062 if test -n "$ac_tool_prefix"; then
dd184caf 3063 for ac_prog in cl.exe
d9898ee8 3064 do
3065 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3066set dummy $ac_tool_prefix$ac_prog; ac_word=$2
b0322a85 3067{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 3068$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 3069if ${ac_cv_prog_CC+:} false; then :
8d138742 3070 $as_echo_n "(cached) " >&6
d9898ee8 3071else
3072 if test -n "$CC"; then
3073 ac_cv_prog_CC="$CC" # Let the user override the test.
3074else
3075as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3076for as_dir in $PATH
3077do
3078 IFS=$as_save_IFS
3079 test -z "$as_dir" && as_dir=.
b0322a85
CE
3080 for ac_exec_ext in '' $ac_executable_extensions; do
3081 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 3082 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
b0322a85 3083 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 3084 break 2
3085 fi
3086done
b0322a85 3087 done
dd184caf 3088IFS=$as_save_IFS
d9898ee8 3089
3090fi
3091fi
3092CC=$ac_cv_prog_CC
3093if test -n "$CC"; then
b0322a85 3094 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
8d138742 3095$as_echo "$CC" >&6; }
d9898ee8 3096else
b0322a85 3097 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 3098$as_echo "no" >&6; }
d9898ee8 3099fi
3100
dd184caf 3101
d9898ee8 3102 test -n "$CC" && break
3103 done
3104fi
3105if test -z "$CC"; then
3106 ac_ct_CC=$CC
dd184caf 3107 for ac_prog in cl.exe
d9898ee8 3108do
3109 # Extract the first word of "$ac_prog", so it can be a program name with args.
3110set dummy $ac_prog; ac_word=$2
b0322a85 3111{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 3112$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 3113if ${ac_cv_prog_ac_ct_CC+:} false; then :
8d138742 3114 $as_echo_n "(cached) " >&6
d9898ee8 3115else
3116 if test -n "$ac_ct_CC"; then
3117 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3118else
3119as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3120for as_dir in $PATH
3121do
3122 IFS=$as_save_IFS
3123 test -z "$as_dir" && as_dir=.
b0322a85
CE
3124 for ac_exec_ext in '' $ac_executable_extensions; do
3125 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
d9898ee8 3126 ac_cv_prog_ac_ct_CC="$ac_prog"
b0322a85 3127 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 3128 break 2
3129 fi
3130done
b0322a85 3131 done
dd184caf 3132IFS=$as_save_IFS
d9898ee8 3133
3134fi
3135fi
3136ac_ct_CC=$ac_cv_prog_ac_ct_CC
3137if test -n "$ac_ct_CC"; then
b0322a85 3138 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
8d138742 3139$as_echo "$ac_ct_CC" >&6; }
d9898ee8 3140else
b0322a85 3141 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 3142$as_echo "no" >&6; }
d9898ee8 3143fi
3144
dd184caf 3145
d9898ee8 3146 test -n "$ac_ct_CC" && break
3147done
3148
dd184caf 3149 if test "x$ac_ct_CC" = x; then
3150 CC=""
3151 else
3152 case $cross_compiling:$ac_tool_warned in
3153yes:)
b0322a85 3154{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742 3155$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
dd184caf 3156ac_tool_warned=yes ;;
3157esac
3158 CC=$ac_ct_CC
3159 fi
d9898ee8 3160fi
3161
3162fi
3163
3164
b0322a85 3165test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8d138742 3166$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
b0322a85
CE
3167as_fn_error $? "no acceptable C compiler found in \$PATH
3168See \`config.log' for more details" "$LINENO" 5; }
d9898ee8 3169
3170# Provide some information about the compiler.
b0322a85 3171$as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
8d138742
CE
3172set X $ac_compile
3173ac_compiler=$2
b0322a85
CE
3174for ac_option in --version -v -V -qversion; do
3175 { { ac_try="$ac_compiler $ac_option >&5"
dd184caf 3176case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179esac
b0322a85
CE
3180eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3181$as_echo "$ac_try_echo"; } >&5
3182 (eval "$ac_compiler $ac_option >&5") 2>conftest.err
d9898ee8 3183 ac_status=$?
b0322a85
CE
3184 if test -s conftest.err; then
3185 sed '10a\
3186... rest of stderr output deleted ...
3187 10q' conftest.err >conftest.er1
3188 cat conftest.er1 >&5
3189 fi
3190 rm -f conftest.er1 conftest.err
3191 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3192 test $ac_status = 0; }
3193done
d9898ee8 3194
b0322a85 3195cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d9898ee8 3196/* end confdefs.h. */
3197
3198int
3199main ()
3200{
3201
3202 ;
3203 return 0;
3204}
3205_ACEOF
3206ac_clean_files_save=$ac_clean_files
8d138742 3207ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
d9898ee8 3208# Try to create an executable without -o first, disregard a.out.
3209# It will help us diagnose broken compilers, and finding out an intuition
3210# of exeext.
b0322a85
CE
3211{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3212$as_echo_n "checking whether the C compiler works... " >&6; }
8d138742
CE
3213ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3214
3215# The possible output files:
3216ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3217
dd184caf 3218ac_rmfiles=
3219for ac_file in $ac_files
3220do
3221 case $ac_file in
8d138742 3222 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
dd184caf 3223 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3224 esac
3225done
3226rm -f $ac_rmfiles
3227
b0322a85 3228if { { ac_try="$ac_link_default"
dd184caf 3229case "(($ac_try" in
3230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3231 *) ac_try_echo=$ac_try;;
3232esac
b0322a85
CE
3233eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3234$as_echo "$ac_try_echo"; } >&5
dd184caf 3235 (eval "$ac_link_default") 2>&5
d9898ee8 3236 ac_status=$?
b0322a85
CE
3237 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3238 test $ac_status = 0; }; then :
dd184caf 3239 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3240# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3241# in a Makefile. We should not override ac_cv_exeext if it was cached,
3242# so that the user can short-circuit this test for compilers unknown to
3243# Autoconf.
3244for ac_file in $ac_files ''
d9898ee8 3245do
3246 test -f "$ac_file" || continue
3247 case $ac_file in
8d138742 3248 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
d9898ee8 3249 ;;
3250 [ab].out )
3251 # We found the default executable, but exeext='' is most
3252 # certainly right.
3253 break;;
3254 *.* )
b0322a85 3255 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
dd184caf 3256 then :; else
3257 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3258 fi
3259 # We set ac_cv_exeext here because the later test for it is not
3260 # safe: cross compilers may not add the suffix if given an `-o'
3261 # argument, so we may need to know it at that point already.
3262 # Even if this section looks crufty: it has the advantage of
3263 # actually working.
d9898ee8 3264 break;;
3265 * )
3266 break;;
3267 esac
3268done
dd184caf 3269test "$ac_cv_exeext" = no && ac_cv_exeext=
3270
d9898ee8 3271else
dd184caf 3272 ac_file=''
3273fi
b0322a85
CE
3274if test -z "$ac_file"; then :
3275 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3276$as_echo "no" >&6; }
3277$as_echo "$as_me: failed program was:" >&5
d9898ee8 3278sed 's/^/| /' conftest.$ac_ext >&5
3279
b0322a85 3280{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8d138742 3281$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
b0322a85
CE
3282as_fn_error 77 "C compiler cannot create executables
3283See \`config.log' for more details" "$LINENO" 5; }
3284else
3285 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8d138742 3286$as_echo "yes" >&6; }
b0322a85
CE
3287fi
3288{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3289$as_echo_n "checking for C compiler default output file name... " >&6; }
3290{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3291$as_echo "$ac_file" >&6; }
3292ac_exeext=$ac_cv_exeext
d9898ee8 3293
b0322a85
CE
3294rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3295ac_clean_files=$ac_clean_files_save
3296{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
8d138742 3297$as_echo_n "checking for suffix of executables... " >&6; }
b0322a85 3298if { { ac_try="$ac_link"
dd184caf 3299case "(($ac_try" in
3300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3301 *) ac_try_echo=$ac_try;;
3302esac
b0322a85
CE
3303eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3304$as_echo "$ac_try_echo"; } >&5
dd184caf 3305 (eval "$ac_link") 2>&5
d9898ee8 3306 ac_status=$?
b0322a85
CE
3307 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3308 test $ac_status = 0; }; then :
d9898ee8 3309 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3310# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3311# work properly (i.e., refer to `conftest.exe'), while it won't with
3312# `rm'.
3313for ac_file in conftest.exe conftest conftest.*; do
3314 test -f "$ac_file" || continue
3315 case $ac_file in
8d138742 3316 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
d9898ee8 3317 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
d9898ee8 3318 break;;
3319 * ) break;;
3320 esac
3321done
3322else
b0322a85 3323 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8d138742 3324$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
b0322a85
CE
3325as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3326See \`config.log' for more details" "$LINENO" 5; }
d9898ee8 3327fi
b0322a85
CE
3328rm -f conftest conftest$ac_cv_exeext
3329{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
8d138742 3330$as_echo "$ac_cv_exeext" >&6; }
d9898ee8 3331
3332rm -f conftest.$ac_ext
3333EXEEXT=$ac_cv_exeext
3334ac_exeext=$EXEEXT
b0322a85
CE
3335cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3336/* end confdefs.h. */
3337#include <stdio.h>
3338int
3339main ()
3340{
3341FILE *f = fopen ("conftest.out", "w");
3342 return ferror (f) || fclose (f) != 0;
3343
3344 ;
3345 return 0;
3346}
3347_ACEOF
3348ac_clean_files="$ac_clean_files conftest.out"
3349# Check that the compiler produces executables we can run. If not, either
3350# the compiler is broken, or we cross compile.
3351{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3352$as_echo_n "checking whether we are cross compiling... " >&6; }
3353if test "$cross_compiling" != yes; then
3354 { { ac_try="$ac_link"
3355case "(($ac_try" in
3356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3357 *) ac_try_echo=$ac_try;;
3358esac
3359eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3360$as_echo "$ac_try_echo"; } >&5
3361 (eval "$ac_link") 2>&5
3362 ac_status=$?
3363 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3364 test $ac_status = 0; }
3365 if { ac_try='./conftest$ac_cv_exeext'
3366 { { case "(($ac_try" in
3367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3368 *) ac_try_echo=$ac_try;;
3369esac
3370eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3371$as_echo "$ac_try_echo"; } >&5
3372 (eval "$ac_try") 2>&5
3373 ac_status=$?
3374 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3375 test $ac_status = 0; }; }; then
3376 cross_compiling=no
3377 else
3378 if test "$cross_compiling" = maybe; then
3379 cross_compiling=yes
3380 else
3381 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3382$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3383as_fn_error $? "cannot run C compiled programs.
3384If you meant to cross compile, use \`--host'.
3385See \`config.log' for more details" "$LINENO" 5; }
3386 fi
3387 fi
3388fi
3389{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3390$as_echo "$cross_compiling" >&6; }
3391
3392rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3393ac_clean_files=$ac_clean_files_save
3394{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
8d138742 3395$as_echo_n "checking for suffix of object files... " >&6; }
b0322a85 3396if ${ac_cv_objext+:} false; then :
8d138742 3397 $as_echo_n "(cached) " >&6
d9898ee8 3398else
b0322a85 3399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d9898ee8 3400/* end confdefs.h. */
3401
3402int
3403main ()
3404{
3405
3406 ;
3407 return 0;
3408}
3409_ACEOF
3410rm -f conftest.o conftest.obj
b0322a85 3411if { { ac_try="$ac_compile"
dd184caf 3412case "(($ac_try" in
3413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3414 *) ac_try_echo=$ac_try;;
3415esac
b0322a85
CE
3416eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3417$as_echo "$ac_try_echo"; } >&5
dd184caf 3418 (eval "$ac_compile") 2>&5
d9898ee8 3419 ac_status=$?
b0322a85
CE
3420 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3421 test $ac_status = 0; }; then :
dd184caf 3422 for ac_file in conftest.o conftest.obj conftest.*; do
3423 test -f "$ac_file" || continue;
d9898ee8 3424 case $ac_file in
8d138742 3425 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
d9898ee8 3426 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3427 break;;
3428 esac
3429done
3430else
8d138742 3431 $as_echo "$as_me: failed program was:" >&5
d9898ee8 3432sed 's/^/| /' conftest.$ac_ext >&5
3433
b0322a85 3434{ { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8d138742 3435$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
b0322a85
CE
3436as_fn_error $? "cannot compute suffix of object files: cannot compile
3437See \`config.log' for more details" "$LINENO" 5; }
d9898ee8 3438fi
d9898ee8 3439rm -f conftest.$ac_cv_objext conftest.$ac_ext
3440fi
b0322a85 3441{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
8d138742 3442$as_echo "$ac_cv_objext" >&6; }
d9898ee8 3443OBJEXT=$ac_cv_objext
3444ac_objext=$OBJEXT
b0322a85 3445{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
8d138742 3446$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
b0322a85 3447if ${ac_cv_c_compiler_gnu+:} false; then :
8d138742 3448 $as_echo_n "(cached) " >&6
d9898ee8 3449else
b0322a85 3450 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d9898ee8 3451/* end confdefs.h. */
3452
3453int
3454main ()
3455{
3456#ifndef __GNUC__
3457 choke me
3458#endif
3459
3460 ;
3461 return 0;
3462}
3463_ACEOF
b0322a85 3464if ac_fn_c_try_compile "$LINENO"; then :
d9898ee8 3465 ac_compiler_gnu=yes
3466else
b0322a85 3467 ac_compiler_gnu=no
d9898ee8 3468fi
dd184caf 3469rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d9898ee8 3470ac_cv_c_compiler_gnu=$ac_compiler_gnu
3471
3472fi
b0322a85 3473{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
8d138742
CE
3474$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3475if test $ac_compiler_gnu = yes; then
3476 GCC=yes
3477else
3478 GCC=
3479fi
d9898ee8 3480ac_test_CFLAGS=${CFLAGS+set}
3481ac_save_CFLAGS=$CFLAGS
b0322a85 3482{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
8d138742 3483$as_echo_n "checking whether $CC accepts -g... " >&6; }
b0322a85 3484if ${ac_cv_prog_cc_g+:} false; then :
8d138742 3485 $as_echo_n "(cached) " >&6
d9898ee8 3486else
dd184caf 3487 ac_save_c_werror_flag=$ac_c_werror_flag
3488 ac_c_werror_flag=yes
3489 ac_cv_prog_cc_g=no
3490 CFLAGS="-g"
b0322a85 3491 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d9898ee8 3492/* end confdefs.h. */
3493
3494int
3495main ()
3496{
3497
3498 ;
3499 return 0;
3500}
3501_ACEOF
b0322a85 3502if ac_fn_c_try_compile "$LINENO"; then :
dd184caf 3503 ac_cv_prog_cc_g=yes
3504else
b0322a85
CE
3505 CFLAGS=""
3506 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dd184caf 3507/* end confdefs.h. */
3508
3509int
3510main ()
3511{
3512
3513 ;
3514 return 0;
3515}
3516_ACEOF
b0322a85 3517if ac_fn_c_try_compile "$LINENO"; then :
dd184caf 3518
b0322a85
CE
3519else
3520 ac_c_werror_flag=$ac_save_c_werror_flag
dd184caf 3521 CFLAGS="-g"
b0322a85 3522 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
dd184caf 3523/* end confdefs.h. */
3524
3525int
3526main ()
3527{
3528
3529 ;
3530 return 0;
3531}
3532_ACEOF
b0322a85 3533if ac_fn_c_try_compile "$LINENO"; then :
d9898ee8 3534 ac_cv_prog_cc_g=yes
dd184caf 3535fi
dd184caf 3536rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3537fi
dd184caf 3538rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d9898ee8 3539fi
dd184caf 3540rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 ac_c_werror_flag=$ac_save_c_werror_flag
d9898ee8 3542fi
b0322a85 3543{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
8d138742 3544$as_echo "$ac_cv_prog_cc_g" >&6; }
d9898ee8 3545if test "$ac_test_CFLAGS" = set; then
3546 CFLAGS=$ac_save_CFLAGS
3547elif test $ac_cv_prog_cc_g = yes; then
3548 if test "$GCC" = yes; then
3549 CFLAGS="-g -O2"
3550 else
3551 CFLAGS="-g"
3552 fi
3553else
3554 if test "$GCC" = yes; then
3555 CFLAGS="-O2"
3556 else
3557 CFLAGS=
3558 fi
3559fi
b0322a85 3560{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
8d138742 3561$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
b0322a85 3562if ${ac_cv_prog_cc_c89+:} false; then :
8d138742 3563 $as_echo_n "(cached) " >&6
d9898ee8 3564else
dd184caf 3565 ac_cv_prog_cc_c89=no
d9898ee8 3566ac_save_CC=$CC
b0322a85 3567cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d9898ee8 3568/* end confdefs.h. */
3569#include <stdarg.h>
3570#include <stdio.h>
b0322a85 3571struct stat;
d9898ee8 3572/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3573struct buf { int x; };
3574FILE * (*rcsopen) (struct buf *, struct stat *, int);
3575static char *e (p, i)
3576 char **p;
3577 int i;
3578{
3579 return p[i];
3580}
3581static char *f (char * (*g) (char **, int), char **p, ...)
3582{
3583 char *s;
3584 va_list v;
3585 va_start (v,p);
3586 s = g (p, va_arg (v,int));
3587 va_end (v);
3588 return s;
3589}
3590
3591/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3592 function prototypes and stuff, but not '\xHH' hex character constants.
3593 These don't provoke an error unfortunately, instead are silently treated
dd184caf 3594 as 'x'. The following induces an error, until -std is added to get
d9898ee8 3595 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3596 array size at least. It's necessary to write '\x00'==0 to get something
dd184caf 3597 that's true only with -std. */
d9898ee8 3598int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3599
dd184caf 3600/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3601 inside strings and character constants. */
3602#define FOO(x) 'x'
3603int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3604
d9898ee8 3605int test (int i, double x);
3606struct s1 {int (*f) (int a);};
3607struct s2 {int (*f) (double a);};
3608int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3609int argc;
3610char **argv;
3611int
3612main ()
3613{
3614return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3615 ;
3616 return 0;
3617}
3618_ACEOF
dd184caf 3619for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3620 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
d9898ee8 3621do
3622 CC="$ac_save_CC $ac_arg"
b0322a85 3623 if ac_fn_c_try_compile "$LINENO"; then :
dd184caf 3624 ac_cv_prog_cc_c89=$ac_arg
d9898ee8 3625fi
dd184caf 3626rm -f core conftest.err conftest.$ac_objext
3627 test "x$ac_cv_prog_cc_c89" != "xno" && break
d9898ee8 3628done
dd184caf 3629rm -f conftest.$ac_ext
d9898ee8 3630CC=$ac_save_CC
3631
3632fi
dd184caf 3633# AC_CACHE_VAL
3634case "x$ac_cv_prog_cc_c89" in
3635 x)
b0322a85 3636 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
8d138742 3637$as_echo "none needed" >&6; } ;;
dd184caf 3638 xno)
b0322a85 3639 { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
8d138742 3640$as_echo "unsupported" >&6; } ;;
d9898ee8 3641 *)
dd184caf 3642 CC="$CC $ac_cv_prog_cc_c89"
b0322a85 3643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
8d138742 3644$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
d9898ee8 3645esac
b0322a85 3646if test "x$ac_cv_prog_cc_c89" != xno; then :
d9898ee8 3647
b0322a85 3648fi
d9898ee8 3649
d9898ee8 3650ac_ext=c
3651ac_cpp='$CPP $CPPFLAGS'
3652ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3653ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3654ac_compiler_gnu=$ac_cv_c_compiler_gnu
3655DEPDIR="${am__leading_dot}deps"
3656
dd184caf 3657ac_config_commands="$ac_config_commands depfiles"
d9898ee8 3658
3659
3660am_make=${MAKE-make}
3661cat > confinc << 'END'
3662am__doit:
8d138742 3663 @echo this is the am__doit target
d9898ee8 3664.PHONY: am__doit
3665END
3666# If we don't find an include directive, just comment out the code.
b0322a85 3667{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
8d138742 3668$as_echo_n "checking for style of include used by $am_make... " >&6; }
d9898ee8 3669am__include="#"
3670am__quote=
3671_am_result=none
3672# First try GNU make style include.
3673echo "include confinc" > confmf
b0322a85 3674# Ignore all kinds of additional output from 'make'.
8d138742
CE
3675case `$am_make -s -f confmf 2> /dev/null` in #(
3676*the\ am__doit\ target*)
3677 am__include=include
3678 am__quote=
3679 _am_result=GNU
3680 ;;
3681esac
d9898ee8 3682# Now try BSD make style include.
3683if test "$am__include" = "#"; then
3684 echo '.include "confinc"' > confmf
8d138742
CE
3685 case `$am_make -s -f confmf 2> /dev/null` in #(
3686 *the\ am__doit\ target*)
3687 am__include=.include
3688 am__quote="\""
3689 _am_result=BSD
3690 ;;
3691 esac
d9898ee8 3692fi
3693
3694
b0322a85 3695{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
8d138742 3696$as_echo "$_am_result" >&6; }
d9898ee8 3697rm -f confinc confmf
3698
dd184caf 3699# Check whether --enable-dependency-tracking was given.
b0322a85 3700if test "${enable_dependency_tracking+set}" = set; then :
dd184caf 3701 enableval=$enable_dependency_tracking;
3702fi
d9898ee8 3703
d9898ee8 3704if test "x$enable_dependency_tracking" != xno; then
3705 am_depcomp="$ac_aux_dir/depcomp"
3706 AMDEPBACKSLASH='\'
b0322a85 3707 am__nodep='_no'
d9898ee8 3708fi
dd184caf 3709 if test "x$enable_dependency_tracking" != xno; then
d9898ee8 3710 AMDEP_TRUE=
3711 AMDEP_FALSE='#'
3712else
3713 AMDEP_TRUE='#'
3714 AMDEP_FALSE=
3715fi
3716
3717
3718
d9898ee8 3719depcc="$CC" am_compiler_list=
3720
b0322a85 3721{ $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
8d138742 3722$as_echo_n "checking dependency style of $depcc... " >&6; }
b0322a85 3723if ${am_cv_CC_dependencies_compiler_type+:} false; then :
8d138742 3724 $as_echo_n "(cached) " >&6
d9898ee8 3725else
3726 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3727 # We make a subdir and do the tests there. Otherwise we can end up
3728 # making bogus files that we don't know about and never remove. For
3729 # instance it was reported that on HP-UX the gcc test will end up
b0322a85
CE
3730 # making a dummy file named 'D' -- because '-MD' means "put the output
3731 # in D".
3732 rm -rf conftest.dir
d9898ee8 3733 mkdir conftest.dir
3734 # Copy depcomp to subdir because otherwise we won't find it if we're
3735 # using a relative directory.
3736 cp "$am_depcomp" conftest.dir
3737 cd conftest.dir
3738 # We will build objects and dependencies in a subdirectory because
3739 # it helps to detect inapplicable dependency modes. For instance
3740 # both Tru64's cc and ICC support -MD to output dependencies as a
3741 # side effect of compilation, but ICC will put the dependencies in
3742 # the current directory while Tru64 will put them in the object
3743 # directory.
3744 mkdir sub
3745
3746 am_cv_CC_dependencies_compiler_type=none
3747 if test "$am_compiler_list" = ""; then
3748 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3749 fi
8d138742
CE
3750 am__universal=false
3751 case " $depcc " in #(
3752 *\ -arch\ *\ -arch\ *) am__universal=true ;;
3753 esac
3754
d9898ee8 3755 for depmode in $am_compiler_list; do
3756 # Setup a source with many dependencies, because some compilers
3757 # like to wrap large dependency lists on column 80 (with \), and
3758 # we should not choose a depcomp mode which is confused by this.
3759 #
3760 # We need to recreate these files for each test, as the compiler may
3761 # overwrite some of them when testing with obscure command lines.
3762 # This happens at least with the AIX C compiler.
3763 : > sub/conftest.c
3764 for i in 1 2 3 4 5 6; do
3765 echo '#include "conftst'$i'.h"' >> sub/conftest.c
b0322a85
CE
3766 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3767 # Solaris 10 /bin/sh.
3768 echo '/* dummy */' > sub/conftst$i.h
d9898ee8 3769 done
3770 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3771
b0322a85 3772 # We check with '-c' and '-o' for the sake of the "dashmstdout"
8d138742 3773 # mode. It turns out that the SunPro C++ compiler does not properly
b0322a85
CE
3774 # handle '-M -o', and we need to detect this. Also, some Intel
3775 # versions had trouble with output in subdirs.
8d138742
CE
3776 am__obj=sub/conftest.${OBJEXT-o}
3777 am__minus_obj="-o $am__obj"
d9898ee8 3778 case $depmode in
8d138742
CE
3779 gcc)
3780 # This depmode causes a compiler race in universal mode.
3781 test "$am__universal" = false || continue
3782 ;;
d9898ee8 3783 nosideeffect)
b0322a85
CE
3784 # After this tag, mechanisms are not by side-effect, so they'll
3785 # only be used when explicitly requested.
d9898ee8 3786 if test "x$enable_dependency_tracking" = xyes; then
3787 continue
3788 else
3789 break
3790 fi
3791 ;;
b0322a85
CE
3792 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3793 # This compiler won't grok '-c -o', but also, the minuso test has
8d138742
CE
3794 # not run yet. These depmodes are late enough in the game, and
3795 # so weak that their functioning should not be impacted.
3796 am__obj=conftest.${OBJEXT-o}
3797 am__minus_obj=
3798 ;;
d9898ee8 3799 none) break ;;
3800 esac
d9898ee8 3801 if depmode=$depmode \
8d138742 3802 source=sub/conftest.c object=$am__obj \
d9898ee8 3803 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8d138742 3804 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
d9898ee8 3805 >/dev/null 2>conftest.err &&
dd184caf 3806 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
d9898ee8 3807 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
8d138742 3808 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
d9898ee8 3809 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3810 # icc doesn't choke on unknown options, it will just issue warnings
3811 # or remarks (even with -Werror). So we grep stderr for any message
3812 # that says an option was ignored or not supported.
3813 # When given -MP, icc 7.0 and 7.1 complain thusly:
3814 # icc: Command line warning: ignoring option '-M'; no argument required
3815 # The diagnosis changed in icc 8.0:
3816 # icc: Command line remark: option '-MP' not supported
3817 if (grep 'ignoring option' conftest.err ||
3818 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3819 am_cv_CC_dependencies_compiler_type=$depmode
3820 break
3821 fi
3822 fi
3823 done
3824
3825 cd ..
3826 rm -rf conftest.dir
3827else
3828 am_cv_CC_dependencies_compiler_type=none
3829fi
3830
3831fi
b0322a85 3832{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
8d138742 3833$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
d9898ee8 3834CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3835
dd184caf 3836 if
d9898ee8 3837 test "x$enable_dependency_tracking" != xno \
3838 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3839 am__fastdepCC_TRUE=
3840 am__fastdepCC_FALSE='#'
3841else
3842 am__fastdepCC_TRUE='#'
3843 am__fastdepCC_FALSE=
3844fi
3845
3846
d9898ee8 3847
b0322a85 3848{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
8d138742 3849$as_echo_n "checking whether ln -s works... " >&6; }
d9898ee8 3850LN_S=$as_ln_s
3851if test "$LN_S" = "ln -s"; then
b0322a85 3852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8d138742 3853$as_echo "yes" >&6; }
d9898ee8 3854else
b0322a85 3855 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
8d138742 3856$as_echo "no, using $LN_S" >&6; }
d9898ee8 3857fi
3858
8d138742
CE
3859case `pwd` in
3860 *\ * | *\ *)
b0322a85 3861 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
8d138742
CE
3862$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3863esac
3864
3865
3866
b0322a85
CE
3867macro_version='2.4.2'
3868macro_revision='1.3337'
d9898ee8 3869
dd184caf 3870
d9898ee8 3871
dd184caf 3872
dd184caf 3873
d9898ee8 3874
8d138742
CE
3875
3876
3877
3878
3879
3880
3881
3882ltmain="$ac_aux_dir/ltmain.sh"
3883
d9898ee8 3884# Make sure we can run config.sub.
dd184caf 3885$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
b0322a85 3886 as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
d9898ee8 3887
b0322a85 3888{ $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
8d138742 3889$as_echo_n "checking build system type... " >&6; }
b0322a85 3890if ${ac_cv_build+:} false; then :
8d138742 3891 $as_echo_n "(cached) " >&6
d9898ee8 3892else
dd184caf 3893 ac_build_alias=$build_alias
3894test "x$ac_build_alias" = x &&
3895 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3896test "x$ac_build_alias" = x &&
b0322a85 3897 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
dd184caf 3898ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
b0322a85 3899 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
d9898ee8 3900
3901fi
b0322a85 3902{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
8d138742 3903$as_echo "$ac_cv_build" >&6; }
dd184caf 3904case $ac_cv_build in
3905*-*-*) ;;
b0322a85 3906*) as_fn_error $? "invalid value of canonical build" "$LINENO" 5;;
dd184caf 3907esac
d9898ee8 3908build=$ac_cv_build
dd184caf 3909ac_save_IFS=$IFS; IFS='-'
3910set x $ac_cv_build
3911shift
3912build_cpu=$1
3913build_vendor=$2
3914shift; shift
3915# Remember, the first character of IFS is used to create $*,
3916# except with old shells:
3917build_os=$*
3918IFS=$ac_save_IFS
3919case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3920
3921
b0322a85 3922{ $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
8d138742 3923$as_echo_n "checking host system type... " >&6; }
b0322a85 3924if ${ac_cv_host+:} false; then :
8d138742 3925 $as_echo_n "(cached) " >&6
d9898ee8 3926else
dd184caf 3927 if test "x$host_alias" = x; then
3928 ac_cv_host=$ac_cv_build
3929else
3930 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
b0322a85 3931 as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
dd184caf 3932fi
d9898ee8 3933
3934fi
b0322a85 3935{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
8d138742 3936$as_echo "$ac_cv_host" >&6; }
dd184caf 3937case $ac_cv_host in
3938*-*-*) ;;
b0322a85 3939*) as_fn_error $? "invalid value of canonical host" "$LINENO" 5;;
dd184caf 3940esac
d9898ee8 3941host=$ac_cv_host
dd184caf 3942ac_save_IFS=$IFS; IFS='-'
3943set x $ac_cv_host
3944shift
3945host_cpu=$1
3946host_vendor=$2
3947shift; shift
3948# Remember, the first character of IFS is used to create $*,
3949# except with old shells:
3950host_os=$*
3951IFS=$ac_save_IFS
3952case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3953
3954
b0322a85
CE
3955# Backslashify metacharacters that are still active within
3956# double-quoted strings.
3957sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3958
3959# Same as above, but do not quote variable references.
3960double_quote_subst='s/\(["`\\]\)/\\\1/g'
3961
3962# Sed substitution to delay expansion of an escaped shell variable in a
3963# double_quote_subst'ed string.
3964delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3965
3966# Sed substitution to delay expansion of an escaped single quote.
3967delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3968
3969# Sed substitution to avoid accidental globbing in evaled expressions
3970no_glob_subst='s/\*/\\\*/g'
3971
3972ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3973ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3974ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3975
3976{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3977$as_echo_n "checking how to print strings... " >&6; }
3978# Test print first, because it will be a builtin if present.
3979if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
3980 test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3981 ECHO='print -r --'
3982elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3983 ECHO='printf %s\n'
3984else
3985 # Use this function as a fallback that always works.
3986 func_fallback_echo ()
3987 {
3988 eval 'cat <<_LTECHO_EOF
3989$1
3990_LTECHO_EOF'
3991 }
3992 ECHO='func_fallback_echo'
3993fi
3994
3995# func_echo_all arg...
3996# Invoke $ECHO with all args, space-separated.
3997func_echo_all ()
3998{
3999 $ECHO ""
4000}
4001
4002case "$ECHO" in
4003 printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
4004$as_echo "printf" >&6; } ;;
4005 print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
4006$as_echo "print -r" >&6; } ;;
4007 *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
4008$as_echo "cat" >&6; } ;;
4009esac
4010
4011
4012
4013
4014
4015
4016
4017
4018
4019
4020
4021
4022
4023
4024{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
8d138742 4025$as_echo_n "checking for a sed that does not truncate output... " >&6; }
b0322a85 4026if ${ac_cv_path_SED+:} false; then :
8d138742
CE
4027 $as_echo_n "(cached) " >&6
4028else
4029 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4030 for ac_i in 1 2 3 4 5 6 7; do
4031 ac_script="$ac_script$as_nl$ac_script"
4032 done
4033 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
b0322a85 4034 { ac_script=; unset ac_script;}
8d138742
CE
4035 if test -z "$SED"; then
4036 ac_path_SED_found=false
4037 # Loop through the user's path and test for each of PROGNAME-LIST
4038 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
d9898ee8 4039for as_dir in $PATH
4040do
4041 IFS=$as_save_IFS
4042 test -z "$as_dir" && as_dir=.
b0322a85 4043 for ac_prog in sed gsed; do
d9898ee8 4044 for ac_exec_ext in '' $ac_executable_extensions; do
8d138742 4045 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
b0322a85 4046 as_fn_executable_p "$ac_path_SED" || continue
8d138742
CE
4047# Check for GNU ac_path_SED and select it if it is found.
4048 # Check for GNU $ac_path_SED
4049case `"$ac_path_SED" --version 2>&1` in
4050*GNU*)
4051 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4052*)
4053 ac_count=0
4054 $as_echo_n 0123456789 >"conftest.in"
4055 while :
4056 do
4057 cat "conftest.in" "conftest.in" >"conftest.tmp"
4058 mv "conftest.tmp" "conftest.in"
4059 cp "conftest.in" "conftest.nl"
4060 $as_echo '' >> "conftest.nl"
4061 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4062 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
b0322a85 4063 as_fn_arith $ac_count + 1 && ac_count=$as_val
8d138742
CE
4064 if test $ac_count -gt ${ac_path_SED_max-0}; then
4065 # Best one so far, save it but keep looking for a better one
4066 ac_cv_path_SED="$ac_path_SED"
4067 ac_path_SED_max=$ac_count
4068 fi
4069 # 10*(2^10) chars as input seems more than enough
4070 test $ac_count -gt 10 && break
4071 done
4072 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4073esac
4074
4075 $ac_path_SED_found && break 3
d9898ee8 4076 done
4077 done
b0322a85 4078 done
d9898ee8 4079IFS=$as_save_IFS
8d138742 4080 if test -z "$ac_cv_path_SED"; then
b0322a85 4081 as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
d9898ee8 4082 fi
8d138742
CE
4083else
4084 ac_cv_path_SED=$SED
4085fi
d9898ee8 4086
4087fi
b0322a85 4088{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
8d138742
CE
4089$as_echo "$ac_cv_path_SED" >&6; }
4090 SED="$ac_cv_path_SED"
4091 rm -f conftest.sed
4092
4093test -z "$SED" && SED=sed
4094Xsed="$SED -e 1s/^X//"
d9898ee8 4095
d9898ee8 4096
dd184caf 4097
8d138742
CE
4098
4099
4100
4101
4102
4103
4104
4105
b0322a85 4106{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
8d138742 4107$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
b0322a85 4108if ${ac_cv_path_GREP+:} false; then :
8d138742 4109 $as_echo_n "(cached) " >&6
dd184caf 4110else
8d138742 4111 if test -z "$GREP"; then
dd184caf 4112 ac_path_GREP_found=false
8d138742
CE
4113 # Loop through the user's path and test for each of PROGNAME-LIST
4114 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
dd184caf 4115for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4116do
4117 IFS=$as_save_IFS
4118 test -z "$as_dir" && as_dir=.
b0322a85 4119 for ac_prog in grep ggrep; do
8d138742
CE
4120 for ac_exec_ext in '' $ac_executable_extensions; do
4121 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
b0322a85 4122 as_fn_executable_p "$ac_path_GREP" || continue
8d138742 4123# Check for GNU ac_path_GREP and select it if it is found.
dd184caf 4124 # Check for GNU $ac_path_GREP
4125case `"$ac_path_GREP" --version 2>&1` in
4126*GNU*)
4127 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4128*)
4129 ac_count=0
8d138742 4130 $as_echo_n 0123456789 >"conftest.in"
dd184caf 4131 while :
4132 do
4133 cat "conftest.in" "conftest.in" >"conftest.tmp"
4134 mv "conftest.tmp" "conftest.in"
4135 cp "conftest.in" "conftest.nl"
8d138742 4136 $as_echo 'GREP' >> "conftest.nl"
dd184caf 4137 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4138 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
b0322a85 4139 as_fn_arith $ac_count + 1 && ac_count=$as_val
dd184caf 4140 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4141 # Best one so far, save it but keep looking for a better one
4142 ac_cv_path_GREP="$ac_path_GREP"
4143 ac_path_GREP_max=$ac_count
4144 fi
4145 # 10*(2^10) chars as input seems more than enough
4146 test $ac_count -gt 10 && break
4147 done
4148 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4149esac
4150
8d138742
CE
4151 $ac_path_GREP_found && break 3
4152 done
dd184caf 4153 done
b0322a85 4154 done
dd184caf 4155IFS=$as_save_IFS
8d138742 4156 if test -z "$ac_cv_path_GREP"; then
b0322a85 4157 as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
8d138742 4158 fi
dd184caf 4159else
4160 ac_cv_path_GREP=$GREP
4161fi
4162
dd184caf 4163fi
b0322a85 4164{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
8d138742 4165$as_echo "$ac_cv_path_GREP" >&6; }
dd184caf 4166 GREP="$ac_cv_path_GREP"
4167
d9898ee8 4168
b0322a85 4169{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
8d138742 4170$as_echo_n "checking for egrep... " >&6; }
b0322a85 4171if ${ac_cv_path_EGREP+:} false; then :
8d138742 4172 $as_echo_n "(cached) " >&6
dd184caf 4173else
4174 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4175 then ac_cv_path_EGREP="$GREP -E"
4176 else
8d138742 4177 if test -z "$EGREP"; then
dd184caf 4178 ac_path_EGREP_found=false
8d138742
CE
4179 # Loop through the user's path and test for each of PROGNAME-LIST
4180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
dd184caf 4181for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4182do
4183 IFS=$as_save_IFS
4184 test -z "$as_dir" && as_dir=.
b0322a85 4185 for ac_prog in egrep; do
8d138742
CE
4186 for ac_exec_ext in '' $ac_executable_extensions; do
4187 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
b0322a85 4188 as_fn_executable_p "$ac_path_EGREP" || continue
8d138742 4189# Check for GNU ac_path_EGREP and select it if it is found.
dd184caf 4190 # Check for GNU $ac_path_EGREP
4191case `"$ac_path_EGREP" --version 2>&1` in
4192*GNU*)
4193 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4194*)
4195 ac_count=0
8d138742 4196 $as_echo_n 0123456789 >"conftest.in"
dd184caf 4197 while :
4198 do
4199 cat "conftest.in" "conftest.in" >"conftest.tmp"
4200 mv "conftest.tmp" "conftest.in"
4201 cp "conftest.in" "conftest.nl"
8d138742 4202 $as_echo 'EGREP' >> "conftest.nl"
dd184caf 4203 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4204 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
b0322a85 4205 as_fn_arith $ac_count + 1 && ac_count=$as_val
dd184caf 4206 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4207 # Best one so far, save it but keep looking for a better one
4208 ac_cv_path_EGREP="$ac_path_EGREP"
4209 ac_path_EGREP_max=$ac_count
d9898ee8 4210 fi
dd184caf 4211 # 10*(2^10) chars as input seems more than enough
4212 test $ac_count -gt 10 && break
4213 done
4214 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4215esac
4216
8d138742
CE
4217 $ac_path_EGREP_found && break 3
4218 done
dd184caf 4219 done
b0322a85 4220 done
dd184caf 4221IFS=$as_save_IFS
8d138742 4222 if test -z "$ac_cv_path_EGREP"; then
b0322a85 4223 as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
8d138742
CE
4224 fi
4225else
4226 ac_cv_path_EGREP=$EGREP
dd184caf 4227fi
4228
8d138742 4229 fi
dd184caf 4230fi
b0322a85 4231{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
8d138742
CE
4232$as_echo "$ac_cv_path_EGREP" >&6; }
4233 EGREP="$ac_cv_path_EGREP"
dd184caf 4234
8d138742 4235
b0322a85 4236{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
8d138742 4237$as_echo_n "checking for fgrep... " >&6; }
b0322a85 4238if ${ac_cv_path_FGREP+:} false; then :
8d138742 4239 $as_echo_n "(cached) " >&6
dd184caf 4240else
8d138742
CE
4241 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4242 then ac_cv_path_FGREP="$GREP -F"
4243 else
4244 if test -z "$FGREP"; then
4245 ac_path_FGREP_found=false
4246 # Loop through the user's path and test for each of PROGNAME-LIST
4247 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4248for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4249do
4250 IFS=$as_save_IFS
4251 test -z "$as_dir" && as_dir=.
b0322a85 4252 for ac_prog in fgrep; do
8d138742
CE
4253 for ac_exec_ext in '' $ac_executable_extensions; do
4254 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
b0322a85 4255 as_fn_executable_p "$ac_path_FGREP" || continue
8d138742
CE
4256# Check for GNU ac_path_FGREP and select it if it is found.
4257 # Check for GNU $ac_path_FGREP
4258case `"$ac_path_FGREP" --version 2>&1` in
4259*GNU*)
4260 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4261*)
4262 ac_count=0
4263 $as_echo_n 0123456789 >"conftest.in"
4264 while :
4265 do
4266 cat "conftest.in" "conftest.in" >"conftest.tmp"
4267 mv "conftest.tmp" "conftest.in"
4268 cp "conftest.in" "conftest.nl"
4269 $as_echo 'FGREP' >> "conftest.nl"
4270 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4271 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
b0322a85 4272 as_fn_arith $ac_count + 1 && ac_count=$as_val
8d138742
CE
4273 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4274 # Best one so far, save it but keep looking for a better one
4275 ac_cv_path_FGREP="$ac_path_FGREP"
4276 ac_path_FGREP_max=$ac_count
4277 fi
4278 # 10*(2^10) chars as input seems more than enough
4279 test $ac_count -gt 10 && break
4280 done
4281 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4282esac
dd184caf 4283
8d138742
CE
4284 $ac_path_FGREP_found && break 3
4285 done
4286 done
b0322a85 4287 done
8d138742
CE
4288IFS=$as_save_IFS
4289 if test -z "$ac_cv_path_FGREP"; then
b0322a85 4290 as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
8d138742
CE
4291 fi
4292else
4293 ac_cv_path_FGREP=$FGREP
4294fi
dd184caf 4295
4296 fi
d9898ee8 4297fi
b0322a85 4298{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
8d138742
CE
4299$as_echo "$ac_cv_path_FGREP" >&6; }
4300 FGREP="$ac_cv_path_FGREP"
4301
4302
4303test -z "$GREP" && GREP=grep
4304
4305
4306
4307
4308
4309
4310
4311
4312
4313
4314
4315
4316
4317
4318
4319
d9898ee8 4320
4321
4322
dd184caf 4323# Check whether --with-gnu-ld was given.
b0322a85 4324if test "${with_gnu_ld+set}" = set; then :
dd184caf 4325 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
d9898ee8 4326else
4327 with_gnu_ld=no
dd184caf 4328fi
4329
d9898ee8 4330ac_prog=ld
4331if test "$GCC" = yes; then
4332 # Check if gcc -print-prog-name=ld gives a path.
b0322a85 4333 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
8d138742 4334$as_echo_n "checking for ld used by $CC... " >&6; }
d9898ee8 4335 case $host in
4336 *-*-mingw*)
4337 # gcc leaves a trailing carriage return which upsets mingw
4338 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4339 *)
4340 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4341 esac
4342 case $ac_prog in
4343 # Accept absolute paths.
4344 [\\/]* | ?:[\\/]*)
4345 re_direlt='/[^/][^/]*/\.\./'
4346 # Canonicalize the pathname of ld
8d138742
CE
4347 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4348 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4349 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
d9898ee8 4350 done
4351 test -z "$LD" && LD="$ac_prog"
4352 ;;
4353 "")
4354 # If it fails, then pretend we aren't using GCC.
4355 ac_prog=ld
4356 ;;
4357 *)
4358 # If it is relative, then search for the first ld in PATH.
4359 with_gnu_ld=unknown
4360 ;;
4361 esac
4362elif test "$with_gnu_ld" = yes; then
b0322a85 4363 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
8d138742 4364$as_echo_n "checking for GNU ld... " >&6; }
d9898ee8 4365else
b0322a85 4366 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
8d138742 4367$as_echo_n "checking for non-GNU ld... " >&6; }
d9898ee8 4368fi
b0322a85 4369if ${lt_cv_path_LD+:} false; then :
8d138742 4370 $as_echo_n "(cached) " >&6
d9898ee8 4371else
4372 if test -z "$LD"; then
4373 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4374 for ac_dir in $PATH; do
4375 IFS="$lt_save_ifs"
4376 test -z "$ac_dir" && ac_dir=.
4377 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4378 lt_cv_path_LD="$ac_dir/$ac_prog"
4379 # Check to see if the program is GNU ld. I'd rather use --version,
4380 # but apparently some variants of GNU ld only accept -v.
4381 # Break only if it was the GNU/non-GNU ld that we prefer.
4382 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4383 *GNU* | *'with BFD'*)
4384 test "$with_gnu_ld" != no && break
4385 ;;
4386 *)
4387 test "$with_gnu_ld" != yes && break
4388 ;;
4389 esac
4390 fi
4391 done
4392 IFS="$lt_save_ifs"
4393else
4394 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4395fi
4396fi
4397
4398LD="$lt_cv_path_LD"
4399if test -n "$LD"; then
b0322a85 4400 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
8d138742 4401$as_echo "$LD" >&6; }
d9898ee8 4402else
b0322a85 4403 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 4404$as_echo "no" >&6; }
d9898ee8 4405fi
b0322a85
CE
4406test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4407{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
8d138742 4408$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
b0322a85 4409if ${lt_cv_prog_gnu_ld+:} false; then :
8d138742 4410 $as_echo_n "(cached) " >&6
d9898ee8 4411else
4412 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4413case `$LD -v 2>&1 </dev/null` in
4414*GNU* | *'with BFD'*)
4415 lt_cv_prog_gnu_ld=yes
4416 ;;
4417*)
4418 lt_cv_prog_gnu_ld=no
4419 ;;
4420esac
4421fi
b0322a85 4422{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
8d138742 4423$as_echo "$lt_cv_prog_gnu_ld" >&6; }
d9898ee8 4424with_gnu_ld=$lt_cv_prog_gnu_ld
4425
4426
d9898ee8 4427
8d138742
CE
4428
4429
4430
4431
4432
4433
b0322a85 4434{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
8d138742 4435$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
b0322a85 4436if ${lt_cv_path_NM+:} false; then :
8d138742 4437 $as_echo_n "(cached) " >&6
d9898ee8 4438else
4439 if test -n "$NM"; then
4440 # Let the user override the test.
4441 lt_cv_path_NM="$NM"
4442else
4443 lt_nm_to_check="${ac_tool_prefix}nm"
4444 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4445 lt_nm_to_check="$lt_nm_to_check nm"
4446 fi
4447 for lt_tmp_nm in $lt_nm_to_check; do
4448 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4449 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4450 IFS="$lt_save_ifs"
4451 test -z "$ac_dir" && ac_dir=.
4452 tmp_nm="$ac_dir/$lt_tmp_nm"
4453 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4454 # Check to see if the nm accepts a BSD-compat flag.
4455 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4456 # nm: unknown option "B" ignored
4457 # Tru64's nm complains that /dev/null is an invalid object file
4458 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4459 */dev/null* | *'Invalid file or object type'*)
4460 lt_cv_path_NM="$tmp_nm -B"
4461 break
4462 ;;
4463 *)
4464 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4465 */dev/null*)
4466 lt_cv_path_NM="$tmp_nm -p"
4467 break
4468 ;;
4469 *)
4470 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4471 continue # so that we can try to find one that supports BSD flags
4472 ;;
4473 esac
4474 ;;
4475 esac
4476 fi
4477 done
4478 IFS="$lt_save_ifs"
4479 done
8d138742 4480 : ${lt_cv_path_NM=no}
d9898ee8 4481fi
4482fi
b0322a85 4483{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
8d138742
CE
4484$as_echo "$lt_cv_path_NM" >&6; }
4485if test "$lt_cv_path_NM" != "no"; then
4486 NM="$lt_cv_path_NM"
d9898ee8 4487else
8d138742 4488 # Didn't find any BSD compatible name lister, look for dumpbin.
b0322a85
CE
4489 if test -n "$DUMPBIN"; then :
4490 # Let the user override the test.
4491 else
4492 if test -n "$ac_tool_prefix"; then
4493 for ac_prog in dumpbin "link -dump"
8d138742
CE
4494 do
4495 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4496set dummy $ac_tool_prefix$ac_prog; ac_word=$2
b0322a85 4497{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 4498$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 4499if ${ac_cv_prog_DUMPBIN+:} false; then :
8d138742
CE
4500 $as_echo_n "(cached) " >&6
4501else
4502 if test -n "$DUMPBIN"; then
4503 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4504else
4505as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4506for as_dir in $PATH
4507do
4508 IFS=$as_save_IFS
4509 test -z "$as_dir" && as_dir=.
b0322a85
CE
4510 for ac_exec_ext in '' $ac_executable_extensions; do
4511 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 4512 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
b0322a85 4513 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
4514 break 2
4515 fi
4516done
b0322a85 4517 done
8d138742 4518IFS=$as_save_IFS
d9898ee8 4519
8d138742
CE
4520fi
4521fi
4522DUMPBIN=$ac_cv_prog_DUMPBIN
4523if test -n "$DUMPBIN"; then
b0322a85 4524 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
8d138742
CE
4525$as_echo "$DUMPBIN" >&6; }
4526else
b0322a85 4527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
4528$as_echo "no" >&6; }
4529fi
d9898ee8 4530
d9898ee8 4531
8d138742
CE
4532 test -n "$DUMPBIN" && break
4533 done
4534fi
4535if test -z "$DUMPBIN"; then
4536 ac_ct_DUMPBIN=$DUMPBIN
b0322a85 4537 for ac_prog in dumpbin "link -dump"
8d138742
CE
4538do
4539 # Extract the first word of "$ac_prog", so it can be a program name with args.
4540set dummy $ac_prog; ac_word=$2
b0322a85 4541{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 4542$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 4543if ${ac_cv_prog_ac_ct_DUMPBIN+:} false; then :
8d138742
CE
4544 $as_echo_n "(cached) " >&6
4545else
4546 if test -n "$ac_ct_DUMPBIN"; then
4547 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4548else
4549as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4550for as_dir in $PATH
4551do
4552 IFS=$as_save_IFS
4553 test -z "$as_dir" && as_dir=.
b0322a85
CE
4554 for ac_exec_ext in '' $ac_executable_extensions; do
4555 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 4556 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
b0322a85 4557 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742 4558 break 2
ac40fd9e 4559 fi
8d138742 4560done
b0322a85 4561 done
8d138742 4562IFS=$as_save_IFS
d9898ee8 4563
8d138742
CE
4564fi
4565fi
4566ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4567if test -n "$ac_ct_DUMPBIN"; then
b0322a85 4568 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
8d138742
CE
4569$as_echo "$ac_ct_DUMPBIN" >&6; }
4570else
b0322a85 4571 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
4572$as_echo "no" >&6; }
4573fi
d9898ee8 4574
8d138742
CE
4575
4576 test -n "$ac_ct_DUMPBIN" && break
4577done
4578
4579 if test "x$ac_ct_DUMPBIN" = x; then
4580 DUMPBIN=":"
d9898ee8 4581 else
8d138742
CE
4582 case $cross_compiling:$ac_tool_warned in
4583yes:)
b0322a85 4584{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
4585$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4586ac_tool_warned=yes ;;
4587esac
4588 DUMPBIN=$ac_ct_DUMPBIN
d9898ee8 4589 fi
8d138742 4590fi
d9898ee8 4591
b0322a85
CE
4592 case `$DUMPBIN -symbols /dev/null 2>&1 | sed '1q'` in
4593 *COFF*)
4594 DUMPBIN="$DUMPBIN -symbols"
4595 ;;
4596 *)
4597 DUMPBIN=:
4598 ;;
4599 esac
4600 fi
d9898ee8 4601
8d138742
CE
4602 if test "$DUMPBIN" != ":"; then
4603 NM="$DUMPBIN"
4604 fi
4605fi
4606test -z "$NM" && NM=nm
d9898ee8 4607
d9898ee8 4608
d9898ee8 4609
d9898ee8 4610
d9898ee8 4611
d9898ee8 4612
b0322a85 4613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
8d138742 4614$as_echo_n "checking the name lister ($NM) interface... " >&6; }
b0322a85 4615if ${lt_cv_nm_interface+:} false; then :
8d138742
CE
4616 $as_echo_n "(cached) " >&6
4617else
4618 lt_cv_nm_interface="BSD nm"
4619 echo "int some_variable = 0;" > conftest.$ac_ext
b0322a85 4620 (eval echo "\"\$as_me:$LINENO: $ac_compile\"" >&5)
8d138742
CE
4621 (eval "$ac_compile" 2>conftest.err)
4622 cat conftest.err >&5
b0322a85 4623 (eval echo "\"\$as_me:$LINENO: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
8d138742
CE
4624 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4625 cat conftest.err >&5
b0322a85 4626 (eval echo "\"\$as_me:$LINENO: output\"" >&5)
8d138742
CE
4627 cat conftest.out >&5
4628 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4629 lt_cv_nm_interface="MS dumpbin"
d9898ee8 4630 fi
8d138742
CE
4631 rm -f conftest*
4632fi
b0322a85 4633{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
8d138742 4634$as_echo "$lt_cv_nm_interface" >&6; }
d9898ee8 4635
8d138742 4636# find the maximum length of command line arguments
b0322a85 4637{ $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
8d138742 4638$as_echo_n "checking the maximum length of command line arguments... " >&6; }
b0322a85 4639if ${lt_cv_sys_max_cmd_len+:} false; then :
8d138742
CE
4640 $as_echo_n "(cached) " >&6
4641else
4642 i=0
4643 teststring="ABCD"
d9898ee8 4644
8d138742
CE
4645 case $build_os in
4646 msdosdjgpp*)
4647 # On DJGPP, this test can blow up pretty badly due to problems in libc
4648 # (any single argument exceeding 2000 bytes causes a buffer overrun
4649 # during glob expansion). Even if it were fixed, the result of this
4650 # check would be larger than it should be.
4651 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4652 ;;
ac40fd9e 4653
8d138742
CE
4654 gnu*)
4655 # Under GNU Hurd, this test is not required because there is
4656 # no limit to the length of command line arguments.
4657 # Libtool will interpret -1 as no limit whatsoever
4658 lt_cv_sys_max_cmd_len=-1;
4659 ;;
d9898ee8 4660
8d138742
CE
4661 cygwin* | mingw* | cegcc*)
4662 # On Win9x/ME, this test blows up -- it succeeds, but takes
4663 # about 5 minutes as the teststring grows exponentially.
4664 # Worse, since 9x/ME are not pre-emptively multitasking,
4665 # you end up with a "frozen" computer, even though with patience
4666 # the test eventually succeeds (with a max line length of 256k).
4667 # Instead, let's just punt: use the minimum linelength reported by
4668 # all of the supported platforms: 8192 (on NT/2K/XP).
4669 lt_cv_sys_max_cmd_len=8192;
d9898ee8 4670 ;;
8d138742 4671
b0322a85
CE
4672 mint*)
4673 # On MiNT this can take a long time and run out of memory.
4674 lt_cv_sys_max_cmd_len=8192;
4675 ;;
4676
8d138742
CE
4677 amigaos*)
4678 # On AmigaOS with pdksh, this test takes hours, literally.
4679 # So we just punt and use a minimum line length of 8192.
4680 lt_cv_sys_max_cmd_len=8192;
d9898ee8 4681 ;;
8d138742
CE
4682
4683 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4684 # This has been around since 386BSD, at least. Likely further.
4685 if test -x /sbin/sysctl; then
4686 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4687 elif test -x /usr/sbin/sysctl; then
4688 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4689 else
4690 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4691 fi
4692 # And add a safety zone
4693 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4694 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
d9898ee8 4695 ;;
8d138742
CE
4696
4697 interix*)
4698 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4699 lt_cv_sys_max_cmd_len=196608
d9898ee8 4700 ;;
8d138742 4701
b0322a85
CE
4702 os2*)
4703 # The test takes a long time on OS/2.
4704 lt_cv_sys_max_cmd_len=8192
4705 ;;
4706
8d138742
CE
4707 osf*)
4708 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4709 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4710 # nice to cause kernel panics so lets avoid the loop below.
4711 # First set a reasonable default.
4712 lt_cv_sys_max_cmd_len=16384
4713 #
4714 if test -x /sbin/sysconfig; then
4715 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4716 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4717 esac
4718 fi
d9898ee8 4719 ;;
8d138742
CE
4720 sco3.2v5*)
4721 lt_cv_sys_max_cmd_len=102400
4722 ;;
4723 sysv5* | sco5v6* | sysv4.2uw2*)
4724 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4725 if test -n "$kargmax"; then
4726 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4727 else
4728 lt_cv_sys_max_cmd_len=32768
4729 fi
4730 ;;
4731 *)
4732 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4733 if test -n "$lt_cv_sys_max_cmd_len"; then
4734 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4735 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4736 else
4737 # Make teststring a little bigger before we do anything with it.
4738 # a 1K string should be a reasonable start.
4739 for i in 1 2 3 4 5 6 7 8 ; do
4740 teststring=$teststring$teststring
4741 done
4742 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4743 # If test is not a shell built-in, we'll probably end up computing a
4744 # maximum length that is only half of the actual maximum length, but
4745 # we can't tell.
b0322a85
CE
4746 while { test "X"`env echo "$teststring$teststring" 2>/dev/null` \
4747 = "X$teststring$teststring"; } >/dev/null 2>&1 &&
8d138742
CE
4748 test $i != 17 # 1/2 MB should be enough
4749 do
4750 i=`expr $i + 1`
4751 teststring=$teststring$teststring
4752 done
4753 # Only check the string length outside the loop.
4754 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4755 teststring=
4756 # Add a significant safety factor because C++ compilers can tack on
4757 # massive amounts of additional arguments before passing them to the
4758 # linker. It appears as though 1/2 is a usable value.
4759 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4760 fi
d9898ee8 4761 ;;
4762 esac
d9898ee8 4763
8d138742 4764fi
d9898ee8 4765
8d138742 4766if test -n $lt_cv_sys_max_cmd_len ; then
b0322a85 4767 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
8d138742
CE
4768$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4769else
b0322a85 4770 { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
8d138742 4771$as_echo "none" >&6; }
d9898ee8 4772fi
8d138742 4773max_cmd_len=$lt_cv_sys_max_cmd_len
d9898ee8 4774
4775
4776
4777
d9898ee8 4778
d9898ee8 4779
8d138742
CE
4780: ${CP="cp -f"}
4781: ${MV="mv -f"}
4782: ${RM="rm -f"}
d9898ee8 4783
b0322a85 4784{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
8d138742
CE
4785$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4786# Try some XSI features
4787xsi_shell=no
4788( _lt_dummy="a/b/c"
b0322a85
CE
4789 test "${_lt_dummy##*/},${_lt_dummy%/*},${_lt_dummy#??}"${_lt_dummy%"$_lt_dummy"}, \
4790 = c,a/b,b/c, \
8d138742
CE
4791 && eval 'test $(( 1 + 1 )) -eq 2 \
4792 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4793 && xsi_shell=yes
b0322a85 4794{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
8d138742 4795$as_echo "$xsi_shell" >&6; }
d9898ee8 4796
d9898ee8 4797
b0322a85 4798{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
8d138742
CE
4799$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4800lt_shell_append=no
4801( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4802 >/dev/null 2>&1 \
4803 && lt_shell_append=yes
b0322a85 4804{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
8d138742 4805$as_echo "$lt_shell_append" >&6; }
d9898ee8 4806
d9898ee8 4807
8d138742
CE
4808if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4809 lt_unset=unset
d9898ee8 4810else
8d138742
CE
4811 lt_unset=false
4812fi
d9898ee8 4813
d9898ee8 4814
d9898ee8 4815
dd184caf 4816
d9898ee8 4817
8d138742
CE
4818# test EBCDIC or ASCII
4819case `echo X|tr X '\101'` in
4820 A) # ASCII based system
4821 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4822 lt_SP2NL='tr \040 \012'
4823 lt_NL2SP='tr \015\012 \040\040'
d9898ee8 4824 ;;
8d138742
CE
4825 *) # EBCDIC based system
4826 lt_SP2NL='tr \100 \n'
4827 lt_NL2SP='tr \r\n \100\100'
d9898ee8 4828 ;;
8d138742 4829esac
d9898ee8 4830
4831
d9898ee8 4832
d9898ee8 4833
4834
8d138742
CE
4835
4836
4837
4838
b0322a85
CE
4839{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to $host format" >&5
4840$as_echo_n "checking how to convert $build file names to $host format... " >&6; }
4841if ${lt_cv_to_host_file_cmd+:} false; then :
4842 $as_echo_n "(cached) " >&6
4843else
4844 case $host in
4845 *-*-mingw* )
4846 case $build in
4847 *-*-mingw* ) # actually msys
4848 lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32
4849 ;;
4850 *-*-cygwin* )
4851 lt_cv_to_host_file_cmd=func_convert_file_cygwin_to_w32
4852 ;;
4853 * ) # otherwise, assume *nix
4854 lt_cv_to_host_file_cmd=func_convert_file_nix_to_w32
4855 ;;
4856 esac
4857 ;;
4858 *-*-cygwin* )
4859 case $build in
4860 *-*-mingw* ) # actually msys
4861 lt_cv_to_host_file_cmd=func_convert_file_msys_to_cygwin
4862 ;;
4863 *-*-cygwin* )
4864 lt_cv_to_host_file_cmd=func_convert_file_noop
4865 ;;
4866 * ) # otherwise, assume *nix
4867 lt_cv_to_host_file_cmd=func_convert_file_nix_to_cygwin
4868 ;;
4869 esac
4870 ;;
4871 * ) # unhandled hosts (and "normal" native builds)
4872 lt_cv_to_host_file_cmd=func_convert_file_noop
4873 ;;
4874esac
4875
4876fi
4877
4878to_host_file_cmd=$lt_cv_to_host_file_cmd
4879{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_host_file_cmd" >&5
4880$as_echo "$lt_cv_to_host_file_cmd" >&6; }
4881
4882
4883
4884
4885
4886{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to convert $build file names to toolchain format" >&5
4887$as_echo_n "checking how to convert $build file names to toolchain format... " >&6; }
4888if ${lt_cv_to_tool_file_cmd+:} false; then :
4889 $as_echo_n "(cached) " >&6
4890else
4891 #assume ordinary cross tools, or native build.
4892lt_cv_to_tool_file_cmd=func_convert_file_noop
4893case $host in
4894 *-*-mingw* )
4895 case $build in
4896 *-*-mingw* ) # actually msys
4897 lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32
4898 ;;
4899 esac
4900 ;;
4901esac
4902
4903fi
4904
4905to_tool_file_cmd=$lt_cv_to_tool_file_cmd
4906{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_to_tool_file_cmd" >&5
4907$as_echo "$lt_cv_to_tool_file_cmd" >&6; }
4908
4909
4910
4911
4912
4913{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
8d138742 4914$as_echo_n "checking for $LD option to reload object files... " >&6; }
b0322a85 4915if ${lt_cv_ld_reload_flag+:} false; then :
8d138742 4916 $as_echo_n "(cached) " >&6
d9898ee8 4917else
8d138742
CE
4918 lt_cv_ld_reload_flag='-r'
4919fi
b0322a85 4920{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
8d138742
CE
4921$as_echo "$lt_cv_ld_reload_flag" >&6; }
4922reload_flag=$lt_cv_ld_reload_flag
4923case $reload_flag in
4924"" | " "*) ;;
4925*) reload_flag=" $reload_flag" ;;
4926esac
4927reload_cmds='$LD$reload_flag -o $output$reload_objs'
4928case $host_os in
b0322a85
CE
4929 cygwin* | mingw* | pw32* | cegcc*)
4930 if test "$GCC" != yes; then
4931 reload_cmds=false
4932 fi
4933 ;;
8d138742
CE
4934 darwin*)
4935 if test "$GCC" = yes; then
4936 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4937 else
4938 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4939 fi
4940 ;;
dd184caf 4941esac
d9898ee8 4942
dd184caf 4943
d9898ee8 4944
d9898ee8 4945
dd184caf 4946
d9898ee8 4947
d9898ee8 4948
d9898ee8 4949
8d138742
CE
4950
4951if test -n "$ac_tool_prefix"; then
4952 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4953set dummy ${ac_tool_prefix}objdump; ac_word=$2
b0322a85 4954{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 4955$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 4956if ${ac_cv_prog_OBJDUMP+:} false; then :
8d138742 4957 $as_echo_n "(cached) " >&6
d9898ee8 4958else
8d138742
CE
4959 if test -n "$OBJDUMP"; then
4960 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
d9898ee8 4961else
8d138742
CE
4962as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4963for as_dir in $PATH
4964do
4965 IFS=$as_save_IFS
4966 test -z "$as_dir" && as_dir=.
b0322a85
CE
4967 for ac_exec_ext in '' $ac_executable_extensions; do
4968 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 4969 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
b0322a85 4970 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
4971 break 2
4972 fi
4973done
b0322a85 4974 done
8d138742 4975IFS=$as_save_IFS
d9898ee8 4976
8d138742
CE
4977fi
4978fi
4979OBJDUMP=$ac_cv_prog_OBJDUMP
4980if test -n "$OBJDUMP"; then
b0322a85 4981 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
8d138742
CE
4982$as_echo "$OBJDUMP" >&6; }
4983else
b0322a85 4984 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 4985$as_echo "no" >&6; }
d9898ee8 4986fi
dd184caf 4987
d9898ee8 4988
8d138742
CE
4989fi
4990if test -z "$ac_cv_prog_OBJDUMP"; then
4991 ac_ct_OBJDUMP=$OBJDUMP
4992 # Extract the first word of "objdump", so it can be a program name with args.
4993set dummy objdump; ac_word=$2
b0322a85 4994{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 4995$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 4996if ${ac_cv_prog_ac_ct_OBJDUMP+:} false; then :
8d138742 4997 $as_echo_n "(cached) " >&6
d9898ee8 4998else
8d138742
CE
4999 if test -n "$ac_ct_OBJDUMP"; then
5000 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5001else
5002as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5003for as_dir in $PATH
5004do
5005 IFS=$as_save_IFS
5006 test -z "$as_dir" && as_dir=.
b0322a85
CE
5007 for ac_exec_ext in '' $ac_executable_extensions; do
5008 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 5009 ac_cv_prog_ac_ct_OBJDUMP="objdump"
b0322a85 5010 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
5011 break 2
5012 fi
5013done
b0322a85 5014 done
8d138742 5015IFS=$as_save_IFS
d9898ee8 5016
8d138742
CE
5017fi
5018fi
5019ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5020if test -n "$ac_ct_OBJDUMP"; then
b0322a85 5021 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
8d138742
CE
5022$as_echo "$ac_ct_OBJDUMP" >&6; }
5023else
b0322a85 5024 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 5025$as_echo "no" >&6; }
d9898ee8 5026fi
dd184caf 5027
8d138742
CE
5028 if test "x$ac_ct_OBJDUMP" = x; then
5029 OBJDUMP="false"
5030 else
5031 case $cross_compiling:$ac_tool_warned in
5032yes:)
b0322a85 5033{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
5034$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5035ac_tool_warned=yes ;;
5036esac
5037 OBJDUMP=$ac_ct_OBJDUMP
5038 fi
d9898ee8 5039else
8d138742 5040 OBJDUMP="$ac_cv_prog_OBJDUMP"
d9898ee8 5041fi
5042
8d138742 5043test -z "$OBJDUMP" && OBJDUMP=objdump
d9898ee8 5044
5045
d9898ee8 5046
d9898ee8 5047
d9898ee8 5048
dd184caf 5049
d9898ee8 5050
d9898ee8 5051
8d138742 5052
b0322a85 5053{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
8d138742 5054$as_echo_n "checking how to recognize dependent libraries... " >&6; }
b0322a85 5055if ${lt_cv_deplibs_check_method+:} false; then :
8d138742 5056 $as_echo_n "(cached) " >&6
d9898ee8 5057else
8d138742
CE
5058 lt_cv_file_magic_cmd='$MAGIC_CMD'
5059lt_cv_file_magic_test_file=
5060lt_cv_deplibs_check_method='unknown'
5061# Need to set the preceding variable on all platforms that support
5062# interlibrary dependencies.
5063# 'none' -- dependencies not supported.
5064# `unknown' -- same as none, but documents that we really don't know.
5065# 'pass_all' -- all dependencies passed with no checks.
5066# 'test_compile' -- check by making test program.
5067# 'file_magic [[regex]]' -- check by looking for files in library path
5068# which responds to the $file_magic_cmd with a given extended regex.
5069# If you have `file' or equivalent on your system and you're not sure
5070# whether `pass_all' will *always* work, you probably want this one.
d9898ee8 5071
8d138742
CE
5072case $host_os in
5073aix[4-9]*)
5074 lt_cv_deplibs_check_method=pass_all
5075 ;;
d9898ee8 5076
8d138742
CE
5077beos*)
5078 lt_cv_deplibs_check_method=pass_all
5079 ;;
d9898ee8 5080
8d138742
CE
5081bsdi[45]*)
5082 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5083 lt_cv_file_magic_cmd='/usr/bin/file -L'
5084 lt_cv_file_magic_test_file=/shlib/libc.so
5085 ;;
d9898ee8 5086
8d138742
CE
5087cygwin*)
5088 # func_win32_libid is a shell function defined in ltmain.sh
5089 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5090 lt_cv_file_magic_cmd='func_win32_libid'
5091 ;;
d9898ee8 5092
8d138742
CE
5093mingw* | pw32*)
5094 # Base MSYS/MinGW do not provide the 'file' command needed by
5095 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5096 # unless we find 'file', for example because we are cross-compiling.
b0322a85
CE
5097 # func_win32_libid assumes BSD nm, so disallow it if using MS dumpbin.
5098 if ( test "$lt_cv_nm_interface" = "BSD nm" && file / ) >/dev/null 2>&1; then
8d138742
CE
5099 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5100 lt_cv_file_magic_cmd='func_win32_libid'
5101 else
b0322a85
CE
5102 # Keep this pattern in sync with the one in func_win32_libid.
5103 lt_cv_deplibs_check_method='file_magic file format (pei*-i386(.*architecture: i386)?|pe-arm-wince|pe-x86-64)'
8d138742
CE
5104 lt_cv_file_magic_cmd='$OBJDUMP -f'
5105 fi
5106 ;;
d9898ee8 5107
b0322a85 5108cegcc*)
8d138742
CE
5109 # use the weaker test based on 'objdump'. See mingw*.
5110 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5111 lt_cv_file_magic_cmd='$OBJDUMP -f'
5112 ;;
d9898ee8 5113
8d138742
CE
5114darwin* | rhapsody*)
5115 lt_cv_deplibs_check_method=pass_all
5116 ;;
5117
5118freebsd* | dragonfly*)
5119 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5120 case $host_cpu in
5121 i*86 )
5122 # Not sure whether the presence of OpenBSD here was a mistake.
5123 # Let's accept both of them until this is cleared up.
5124 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5125 lt_cv_file_magic_cmd=/usr/bin/file
5126 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5127 ;;
5128 esac
5129 else
5130 lt_cv_deplibs_check_method=pass_all
5131 fi
5132 ;;
dd184caf 5133
8d138742
CE
5134gnu*)
5135 lt_cv_deplibs_check_method=pass_all
5136 ;;
dd184caf 5137
b0322a85
CE
5138haiku*)
5139 lt_cv_deplibs_check_method=pass_all
5140 ;;
5141
8d138742
CE
5142hpux10.20* | hpux11*)
5143 lt_cv_file_magic_cmd=/usr/bin/file
5144 case $host_cpu in
5145 ia64*)
5146 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5147 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5148 ;;
5149 hppa*64*)
b0322a85 5150 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]'
8d138742
CE
5151 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5152 ;;
5153 *)
b0322a85 5154 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9]\.[0-9]) shared library'
8d138742
CE
5155 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5156 ;;
5157 esac
5158 ;;
d9898ee8 5159
8d138742
CE
5160interix[3-9]*)
5161 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5162 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5163 ;;
d9898ee8 5164
8d138742
CE
5165irix5* | irix6* | nonstopux*)
5166 case $LD in
5167 *-32|*"-32 ") libmagic=32-bit;;
5168 *-n32|*"-n32 ") libmagic=N32;;
5169 *-64|*"-64 ") libmagic=64-bit;;
5170 *) libmagic=never-match;;
5171 esac
5172 lt_cv_deplibs_check_method=pass_all
5173 ;;
d9898ee8 5174
b0322a85
CE
5175# This must be glibc/ELF.
5176linux* | k*bsd*-gnu | kopensolaris*-gnu)
8d138742
CE
5177 lt_cv_deplibs_check_method=pass_all
5178 ;;
d9898ee8 5179
8d138742
CE
5180netbsd*)
5181 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5182 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5183 else
5184 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5185 fi
5186 ;;
d9898ee8 5187
8d138742
CE
5188newos6*)
5189 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5190 lt_cv_file_magic_cmd=/usr/bin/file
5191 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5192 ;;
d9898ee8 5193
8d138742
CE
5194*nto* | *qnx*)
5195 lt_cv_deplibs_check_method=pass_all
5196 ;;
d9898ee8 5197
8d138742
CE
5198openbsd*)
5199 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5200 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5201 else
5202 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5203 fi
5204 ;;
d9898ee8 5205
8d138742
CE
5206osf3* | osf4* | osf5*)
5207 lt_cv_deplibs_check_method=pass_all
5208 ;;
d9898ee8 5209
8d138742
CE
5210rdos*)
5211 lt_cv_deplibs_check_method=pass_all
5212 ;;
d9898ee8 5213
8d138742
CE
5214solaris*)
5215 lt_cv_deplibs_check_method=pass_all
5216 ;;
d9898ee8 5217
8d138742
CE
5218sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5219 lt_cv_deplibs_check_method=pass_all
5220 ;;
d9898ee8 5221
8d138742
CE
5222sysv4 | sysv4.3*)
5223 case $host_vendor in
5224 motorola)
5225 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]'
5226 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5227 ;;
5228 ncr)
5229 lt_cv_deplibs_check_method=pass_all
5230 ;;
5231 sequent)
5232 lt_cv_file_magic_cmd='/bin/file'
5233 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5234 ;;
5235 sni)
5236 lt_cv_file_magic_cmd='/bin/file'
5237 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5238 lt_cv_file_magic_test_file=/lib/libc.so
5239 ;;
5240 siemens)
5241 lt_cv_deplibs_check_method=pass_all
5242 ;;
5243 pc)
5244 lt_cv_deplibs_check_method=pass_all
5245 ;;
5246 esac
5247 ;;
d9898ee8 5248
8d138742
CE
5249tpf*)
5250 lt_cv_deplibs_check_method=pass_all
5251 ;;
dd184caf 5252esac
d9898ee8 5253
d9898ee8 5254fi
b0322a85 5255{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
8d138742 5256$as_echo "$lt_cv_deplibs_check_method" >&6; }
b0322a85
CE
5257
5258file_magic_glob=
5259want_nocaseglob=no
5260if test "$build" = "$host"; then
5261 case $host_os in
5262 mingw* | pw32*)
5263 if ( shopt | grep nocaseglob ) >/dev/null 2>&1; then
5264 want_nocaseglob=yes
5265 else
5266 file_magic_glob=`echo aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ | $SED -e "s/\(..\)/s\/[\1]\/[\1]\/g;/g"`
5267 fi
5268 ;;
5269 esac
5270fi
5271
8d138742
CE
5272file_magic_cmd=$lt_cv_file_magic_cmd
5273deplibs_check_method=$lt_cv_deplibs_check_method
5274test -z "$deplibs_check_method" && deplibs_check_method=unknown
dd184caf 5275
d9898ee8 5276
d9898ee8 5277
d9898ee8 5278
5279
5280
d9898ee8 5281
dd184caf 5282
d9898ee8 5283
8d138742
CE
5284
5285
5286
b0322a85
CE
5287
5288
5289
5290
5291
5292
5293
5294
5295
5296
5297if test -n "$ac_tool_prefix"; then
5298 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
5299set dummy ${ac_tool_prefix}dlltool; ac_word=$2
5300{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5301$as_echo_n "checking for $ac_word... " >&6; }
5302if ${ac_cv_prog_DLLTOOL+:} false; then :
5303 $as_echo_n "(cached) " >&6
5304else
5305 if test -n "$DLLTOOL"; then
5306 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
5307else
5308as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5309for as_dir in $PATH
5310do
5311 IFS=$as_save_IFS
5312 test -z "$as_dir" && as_dir=.
5313 for ac_exec_ext in '' $ac_executable_extensions; do
5314 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5315 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
5316 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5317 break 2
5318 fi
5319done
5320 done
5321IFS=$as_save_IFS
5322
5323fi
5324fi
5325DLLTOOL=$ac_cv_prog_DLLTOOL
5326if test -n "$DLLTOOL"; then
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DLLTOOL" >&5
5328$as_echo "$DLLTOOL" >&6; }
5329else
5330 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5331$as_echo "no" >&6; }
5332fi
5333
5334
5335fi
5336if test -z "$ac_cv_prog_DLLTOOL"; then
5337 ac_ct_DLLTOOL=$DLLTOOL
5338 # Extract the first word of "dlltool", so it can be a program name with args.
5339set dummy dlltool; ac_word=$2
5340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5341$as_echo_n "checking for $ac_word... " >&6; }
5342if ${ac_cv_prog_ac_ct_DLLTOOL+:} false; then :
5343 $as_echo_n "(cached) " >&6
5344else
5345 if test -n "$ac_ct_DLLTOOL"; then
5346 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
5347else
5348as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5349for as_dir in $PATH
5350do
5351 IFS=$as_save_IFS
5352 test -z "$as_dir" && as_dir=.
5353 for ac_exec_ext in '' $ac_executable_extensions; do
5354 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5355 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
5356 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5357 break 2
5358 fi
5359done
5360 done
5361IFS=$as_save_IFS
5362
5363fi
5364fi
5365ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
5366if test -n "$ac_ct_DLLTOOL"; then
5367 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DLLTOOL" >&5
5368$as_echo "$ac_ct_DLLTOOL" >&6; }
5369else
5370 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5371$as_echo "no" >&6; }
5372fi
5373
5374 if test "x$ac_ct_DLLTOOL" = x; then
5375 DLLTOOL="false"
5376 else
5377 case $cross_compiling:$ac_tool_warned in
5378yes:)
5379{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5380$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5381ac_tool_warned=yes ;;
5382esac
5383 DLLTOOL=$ac_ct_DLLTOOL
5384 fi
5385else
5386 DLLTOOL="$ac_cv_prog_DLLTOOL"
5387fi
5388
5389test -z "$DLLTOOL" && DLLTOOL=dlltool
5390
5391
5392
5393
5394
5395
5396
5397
5398
5399
5400{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to associate runtime and link libraries" >&5
5401$as_echo_n "checking how to associate runtime and link libraries... " >&6; }
5402if ${lt_cv_sharedlib_from_linklib_cmd+:} false; then :
5403 $as_echo_n "(cached) " >&6
5404else
5405 lt_cv_sharedlib_from_linklib_cmd='unknown'
5406
5407case $host_os in
5408cygwin* | mingw* | pw32* | cegcc*)
5409 # two different shell functions defined in ltmain.sh
5410 # decide which to use based on capabilities of $DLLTOOL
5411 case `$DLLTOOL --help 2>&1` in
5412 *--identify-strict*)
5413 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib
5414 ;;
5415 *)
5416 lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib_fallback
5417 ;;
5418 esac
5419 ;;
5420*)
5421 # fallback: assume linklib IS sharedlib
5422 lt_cv_sharedlib_from_linklib_cmd="$ECHO"
5423 ;;
5424esac
5425
5426fi
5427{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sharedlib_from_linklib_cmd" >&5
5428$as_echo "$lt_cv_sharedlib_from_linklib_cmd" >&6; }
5429sharedlib_from_linklib_cmd=$lt_cv_sharedlib_from_linklib_cmd
5430test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
5431
5432
5433
5434
5435
5436
5437
5438
8d138742 5439if test -n "$ac_tool_prefix"; then
b0322a85
CE
5440 for ac_prog in ar
5441 do
5442 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5443set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5444{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5445$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5446if ${ac_cv_prog_AR+:} false; then :
8d138742 5447 $as_echo_n "(cached) " >&6
d9898ee8 5448else
8d138742
CE
5449 if test -n "$AR"; then
5450 ac_cv_prog_AR="$AR" # Let the user override the test.
5451else
5452as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5453for as_dir in $PATH
5454do
5455 IFS=$as_save_IFS
5456 test -z "$as_dir" && as_dir=.
b0322a85
CE
5457 for ac_exec_ext in '' $ac_executable_extensions; do
5458 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5459 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5460 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
5461 break 2
5462 fi
5463done
b0322a85 5464 done
8d138742 5465IFS=$as_save_IFS
d9898ee8 5466
8d138742
CE
5467fi
5468fi
5469AR=$ac_cv_prog_AR
5470if test -n "$AR"; then
b0322a85 5471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
8d138742
CE
5472$as_echo "$AR" >&6; }
5473else
b0322a85 5474 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 5475$as_echo "no" >&6; }
d9898ee8 5476fi
dd184caf 5477
d9898ee8 5478
b0322a85
CE
5479 test -n "$AR" && break
5480 done
d9898ee8 5481fi
b0322a85 5482if test -z "$AR"; then
8d138742 5483 ac_ct_AR=$AR
b0322a85
CE
5484 for ac_prog in ar
5485do
5486 # Extract the first word of "$ac_prog", so it can be a program name with args.
5487set dummy $ac_prog; ac_word=$2
5488{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5489$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5490if ${ac_cv_prog_ac_ct_AR+:} false; then :
8d138742
CE
5491 $as_echo_n "(cached) " >&6
5492else
5493 if test -n "$ac_ct_AR"; then
5494 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5495else
5496as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5497for as_dir in $PATH
5498do
5499 IFS=$as_save_IFS
5500 test -z "$as_dir" && as_dir=.
b0322a85
CE
5501 for ac_exec_ext in '' $ac_executable_extensions; do
5502 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5503 ac_cv_prog_ac_ct_AR="$ac_prog"
5504 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
5505 break 2
5506 fi
5507done
b0322a85 5508 done
8d138742 5509IFS=$as_save_IFS
d9898ee8 5510
5511fi
8d138742
CE
5512fi
5513ac_ct_AR=$ac_cv_prog_ac_ct_AR
5514if test -n "$ac_ct_AR"; then
b0322a85 5515 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
8d138742
CE
5516$as_echo "$ac_ct_AR" >&6; }
5517else
b0322a85 5518 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
5519$as_echo "no" >&6; }
5520fi
d9898ee8 5521
b0322a85
CE
5522
5523 test -n "$ac_ct_AR" && break
5524done
5525
8d138742
CE
5526 if test "x$ac_ct_AR" = x; then
5527 AR="false"
5528 else
5529 case $cross_compiling:$ac_tool_warned in
5530yes:)
b0322a85 5531{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
5532$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5533ac_tool_warned=yes ;;
5534esac
5535 AR=$ac_ct_AR
5536 fi
d9898ee8 5537fi
5538
b0322a85
CE
5539: ${AR=ar}
5540: ${AR_FLAGS=cru}
5541
5542
5543
5544
d9898ee8 5545
8d138742
CE
5546
5547
5548
5549
5550
5551
b0322a85
CE
5552{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for archiver @FILE support" >&5
5553$as_echo_n "checking for archiver @FILE support... " >&6; }
5554if ${lt_cv_ar_at_file+:} false; then :
5555 $as_echo_n "(cached) " >&6
5556else
5557 lt_cv_ar_at_file=no
5558 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5559/* end confdefs.h. */
5560
5561int
5562main ()
5563{
5564
5565 ;
5566 return 0;
5567}
5568_ACEOF
5569if ac_fn_c_try_compile "$LINENO"; then :
5570 echo conftest.$ac_objext > conftest.lst
5571 lt_ar_try='$AR $AR_FLAGS libconftest.a @conftest.lst >&5'
5572 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5573 (eval $lt_ar_try) 2>&5
5574 ac_status=$?
5575 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5576 test $ac_status = 0; }
5577 if test "$ac_status" -eq 0; then
5578 # Ensure the archiver fails upon bogus file names.
5579 rm -f conftest.$ac_objext libconftest.a
5580 { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$lt_ar_try\""; } >&5
5581 (eval $lt_ar_try) 2>&5
5582 ac_status=$?
5583 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5584 test $ac_status = 0; }
5585 if test "$ac_status" -ne 0; then
5586 lt_cv_ar_at_file=@
5587 fi
5588 fi
5589 rm -f conftest.* libconftest.a
5590
5591fi
5592rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5593
5594fi
5595{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ar_at_file" >&5
5596$as_echo "$lt_cv_ar_at_file" >&6; }
5597
5598if test "x$lt_cv_ar_at_file" = xno; then
5599 archiver_list_spec=
5600else
5601 archiver_list_spec=$lt_cv_ar_at_file
5602fi
5603
5604
5605
8d138742
CE
5606
5607
5608
5609
5610if test -n "$ac_tool_prefix"; then
5611 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5612set dummy ${ac_tool_prefix}strip; ac_word=$2
b0322a85 5613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5614$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5615if ${ac_cv_prog_STRIP+:} false; then :
8d138742 5616 $as_echo_n "(cached) " >&6
d9898ee8 5617else
8d138742
CE
5618 if test -n "$STRIP"; then
5619 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
d9898ee8 5620else
5621as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5622for as_dir in $PATH
5623do
5624 IFS=$as_save_IFS
5625 test -z "$as_dir" && as_dir=.
b0322a85
CE
5626 for ac_exec_ext in '' $ac_executable_extensions; do
5627 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 5628 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
b0322a85 5629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 5630 break 2
5631 fi
5632done
b0322a85 5633 done
dd184caf 5634IFS=$as_save_IFS
d9898ee8 5635
5636fi
5637fi
8d138742
CE
5638STRIP=$ac_cv_prog_STRIP
5639if test -n "$STRIP"; then
b0322a85 5640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
8d138742 5641$as_echo "$STRIP" >&6; }
d9898ee8 5642else
b0322a85 5643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 5644$as_echo "no" >&6; }
d9898ee8 5645fi
5646
dd184caf 5647
d9898ee8 5648fi
8d138742
CE
5649if test -z "$ac_cv_prog_STRIP"; then
5650 ac_ct_STRIP=$STRIP
5651 # Extract the first word of "strip", so it can be a program name with args.
5652set dummy strip; ac_word=$2
b0322a85 5653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5654$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5655if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
8d138742 5656 $as_echo_n "(cached) " >&6
d9898ee8 5657else
8d138742
CE
5658 if test -n "$ac_ct_STRIP"; then
5659 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
d9898ee8 5660else
5661as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5662for as_dir in $PATH
5663do
5664 IFS=$as_save_IFS
5665 test -z "$as_dir" && as_dir=.
b0322a85
CE
5666 for ac_exec_ext in '' $ac_executable_extensions; do
5667 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 5668 ac_cv_prog_ac_ct_STRIP="strip"
b0322a85 5669 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 5670 break 2
5671 fi
5672done
b0322a85 5673 done
dd184caf 5674IFS=$as_save_IFS
d9898ee8 5675
5676fi
5677fi
8d138742
CE
5678ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5679if test -n "$ac_ct_STRIP"; then
b0322a85 5680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
8d138742 5681$as_echo "$ac_ct_STRIP" >&6; }
d9898ee8 5682else
b0322a85 5683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 5684$as_echo "no" >&6; }
d9898ee8 5685fi
5686
8d138742
CE
5687 if test "x$ac_ct_STRIP" = x; then
5688 STRIP=":"
dd184caf 5689 else
5690 case $cross_compiling:$ac_tool_warned in
5691yes:)
b0322a85 5692{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742 5693$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
dd184caf 5694ac_tool_warned=yes ;;
5695esac
8d138742 5696 STRIP=$ac_ct_STRIP
dd184caf 5697 fi
8d138742
CE
5698else
5699 STRIP="$ac_cv_prog_STRIP"
d9898ee8 5700fi
5701
8d138742 5702test -z "$STRIP" && STRIP=:
d9898ee8 5703
d9898ee8 5704
d9898ee8 5705
8d138742
CE
5706
5707
5708
5709if test -n "$ac_tool_prefix"; then
5710 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5711set dummy ${ac_tool_prefix}ranlib; ac_word=$2
b0322a85 5712{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5713$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5714if ${ac_cv_prog_RANLIB+:} false; then :
8d138742 5715 $as_echo_n "(cached) " >&6
d9898ee8 5716else
8d138742
CE
5717 if test -n "$RANLIB"; then
5718 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5719else
5720as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5721for as_dir in $PATH
5722do
5723 IFS=$as_save_IFS
5724 test -z "$as_dir" && as_dir=.
b0322a85
CE
5725 for ac_exec_ext in '' $ac_executable_extensions; do
5726 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 5727 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
b0322a85 5728 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
5729 break 2
5730 fi
5731done
b0322a85 5732 done
8d138742 5733IFS=$as_save_IFS
d9898ee8 5734
8d138742
CE
5735fi
5736fi
5737RANLIB=$ac_cv_prog_RANLIB
5738if test -n "$RANLIB"; then
b0322a85 5739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
8d138742
CE
5740$as_echo "$RANLIB" >&6; }
5741else
b0322a85 5742 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 5743$as_echo "no" >&6; }
d9898ee8 5744fi
dd184caf 5745
d9898ee8 5746
8d138742
CE
5747fi
5748if test -z "$ac_cv_prog_RANLIB"; then
5749 ac_ct_RANLIB=$RANLIB
5750 # Extract the first word of "ranlib", so it can be a program name with args.
5751set dummy ranlib; ac_word=$2
b0322a85 5752{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 5753$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 5754if ${ac_cv_prog_ac_ct_RANLIB+:} false; then :
8d138742 5755 $as_echo_n "(cached) " >&6
d9898ee8 5756else
8d138742
CE
5757 if test -n "$ac_ct_RANLIB"; then
5758 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5759else
5760as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5761for as_dir in $PATH
5762do
5763 IFS=$as_save_IFS
5764 test -z "$as_dir" && as_dir=.
b0322a85
CE
5765 for ac_exec_ext in '' $ac_executable_extensions; do
5766 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 5767 ac_cv_prog_ac_ct_RANLIB="ranlib"
b0322a85 5768 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
5769 break 2
5770 fi
5771done
b0322a85 5772 done
8d138742 5773IFS=$as_save_IFS
dd184caf 5774
8d138742
CE
5775fi
5776fi
5777ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5778if test -n "$ac_ct_RANLIB"; then
b0322a85 5779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
8d138742
CE
5780$as_echo "$ac_ct_RANLIB" >&6; }
5781else
b0322a85 5782 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
5783$as_echo "no" >&6; }
5784fi
dd184caf 5785
8d138742
CE
5786 if test "x$ac_ct_RANLIB" = x; then
5787 RANLIB=":"
5788 else
5789 case $cross_compiling:$ac_tool_warned in
5790yes:)
b0322a85 5791{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
5792$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5793ac_tool_warned=yes ;;
dd184caf 5794esac
8d138742
CE
5795 RANLIB=$ac_ct_RANLIB
5796 fi
d9898ee8 5797else
8d138742
CE
5798 RANLIB="$ac_cv_prog_RANLIB"
5799fi
d9898ee8 5800
8d138742 5801test -z "$RANLIB" && RANLIB=:
dd184caf 5802
dd184caf 5803
d9898ee8 5804
dd184caf 5805
dd184caf 5806
d9898ee8 5807
8d138742
CE
5808# Determine commands to create old-style static archives.
5809old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5810old_postinstall_cmds='chmod 644 $oldlib'
5811old_postuninstall_cmds=
dd184caf 5812
8d138742
CE
5813if test -n "$RANLIB"; then
5814 case $host_os in
5815 openbsd*)
b0322a85 5816 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$tool_oldlib"
8d138742
CE
5817 ;;
5818 *)
b0322a85 5819 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$tool_oldlib"
8d138742
CE
5820 ;;
5821 esac
b0322a85 5822 old_archive_cmds="$old_archive_cmds~\$RANLIB \$tool_oldlib"
dd184caf 5823fi
d9898ee8 5824
b0322a85
CE
5825case $host_os in
5826 darwin*)
5827 lock_old_archive_extraction=yes ;;
5828 *)
5829 lock_old_archive_extraction=no ;;
5830esac
5831
5832
5833
5834
5835
5836
d9898ee8 5837
d9898ee8 5838
d9898ee8 5839
d9898ee8 5840
d9898ee8 5841
d9898ee8 5842
d9898ee8 5843
5844
5845
5846
8d138742
CE
5847
5848
5849
5850
5851
5852
5853
5854
5855
5856
5857
5858
5859
5860
5861
5862
5863
5864
5865
5866
5867
5868
5869
5870# If no C compiler was specified, use CC.
5871LTCC=${LTCC-"$CC"}
5872
5873# If no C compiler flags were specified, use CFLAGS.
5874LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5875
5876# Allow CC to be a program name with arguments.
5877compiler=$CC
5878
5879
5880# Check for command to grab the raw symbol name followed by C symbol from nm.
b0322a85 5881{ $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
8d138742 5882$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
b0322a85 5883if ${lt_cv_sys_global_symbol_pipe+:} false; then :
8d138742 5884 $as_echo_n "(cached) " >&6
d9898ee8 5885else
d9898ee8 5886
8d138742
CE
5887# These are sane defaults that work on at least a few old systems.
5888# [They come from Ultrix. What could be older than Ultrix?!! ;)]
dd184caf 5889
8d138742
CE
5890# Character class describing NM global symbol codes.
5891symcode='[BCDEGRST]'
d9898ee8 5892
8d138742
CE
5893# Regexp to match symbols that can be accessed directly from C.
5894sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
d9898ee8 5895
8d138742
CE
5896# Define system-specific variables.
5897case $host_os in
5898aix*)
5899 symcode='[BCDT]'
5900 ;;
5901cygwin* | mingw* | pw32* | cegcc*)
5902 symcode='[ABCDGISTW]'
5903 ;;
5904hpux*)
5905 if test "$host_cpu" = ia64; then
5906 symcode='[ABCDEGRST]'
5907 fi
5908 ;;
5909irix* | nonstopux*)
5910 symcode='[BCDEGRST]'
5911 ;;
5912osf*)
5913 symcode='[BCDEGQRST]'
5914 ;;
5915solaris*)
5916 symcode='[BDRT]'
5917 ;;
5918sco3.2v5*)
5919 symcode='[DT]'
5920 ;;
5921sysv4.2uw2*)
5922 symcode='[DT]'
5923 ;;
5924sysv5* | sco5v6* | unixware* | OpenUNIX*)
5925 symcode='[ABDT]'
5926 ;;
5927sysv4)
5928 symcode='[DFNSTU]'
5929 ;;
5930esac
dd184caf 5931
8d138742
CE
5932# If we're using GNU nm, then use its standard symbol codes.
5933case `$NM -V 2>&1` in
5934*GNU* | *'with BFD'*)
5935 symcode='[ABCDGIRSTW]' ;;
5936esac
d9898ee8 5937
8d138742
CE
5938# Transform an extracted symbol line into a proper C declaration.
5939# Some systems (esp. on ia64) link data and code symbols differently,
5940# so use this general approach.
5941lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
d9898ee8 5942
8d138742 5943# Transform an extracted symbol line into symbol name and symbol address
b0322a85
CE
5944lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\)[ ]*$/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5945lt_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'"
d9898ee8 5946
8d138742
CE
5947# Handle CRLF in mingw tool chain
5948opt_cr=
5949case $build_os in
5950mingw*)
5951 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5952 ;;
dd184caf 5953esac
d9898ee8 5954
8d138742
CE
5955# Try without a prefix underscore, then with it.
5956for ac_symprfx in "" "_"; do
dd184caf 5957
8d138742
CE
5958 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5959 symxfrm="\\1 $ac_symprfx\\2 \\2"
d9898ee8 5960
8d138742
CE
5961 # Write the raw and C identifiers.
5962 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5963 # Fake it for dumpbin and say T for any non-static function
5964 # and D for any global variable.
5965 # Also find C++ and __fastcall symbols from MSVC++,
5966 # which start with @ or ?.
5967 lt_cv_sys_global_symbol_pipe="$AWK '"\
5968" {last_section=section; section=\$ 3};"\
b0322a85 5969" /^COFF SYMBOL TABLE/{for(i in hide) delete hide[i]};"\
8d138742
CE
5970" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5971" \$ 0!~/External *\|/{next};"\
5972" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5973" {if(hide[section]) next};"\
5974" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5975" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5976" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5977" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5978" ' prfx=^$ac_symprfx"
5979 else
5980 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5981 fi
b0322a85 5982 lt_cv_sys_global_symbol_pipe="$lt_cv_sys_global_symbol_pipe | sed '/ __gnu_lto/d'"
d9898ee8 5983
8d138742
CE
5984 # Check to see that the pipe works correctly.
5985 pipe_works=no
dd184caf 5986
8d138742
CE
5987 rm -f conftest*
5988 cat > conftest.$ac_ext <<_LT_EOF
5989#ifdef __cplusplus
5990extern "C" {
5991#endif
5992char nm_test_var;
5993void nm_test_func(void);
5994void nm_test_func(void){}
5995#ifdef __cplusplus
5996}
5997#endif
5998int main(){nm_test_var='a';nm_test_func();return(0);}
5999_LT_EOF
d9898ee8 6000
b0322a85 6001 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8d138742
CE
6002 (eval $ac_compile) 2>&5
6003 ac_status=$?
b0322a85
CE
6004 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6005 test $ac_status = 0; }; then
8d138742
CE
6006 # Now try to grab the symbols.
6007 nlist=conftest.nm
b0322a85
CE
6008 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist\""; } >&5
6009 (eval $NM conftest.$ac_objext \| "$lt_cv_sys_global_symbol_pipe" \> $nlist) 2>&5
8d138742 6010 ac_status=$?
b0322a85
CE
6011 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6012 test $ac_status = 0; } && test -s "$nlist"; then
8d138742
CE
6013 # Try sorting and uniquifying the output.
6014 if sort "$nlist" | uniq > "$nlist"T; then
6015 mv -f "$nlist"T "$nlist"
6016 else
6017 rm -f "$nlist"T
6018 fi
d9898ee8 6019
8d138742
CE
6020 # Make sure that we snagged all the symbols we need.
6021 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
6022 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
6023 cat <<_LT_EOF > conftest.$ac_ext
b0322a85
CE
6024/* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
6025#if defined(_WIN32) || defined(__CYGWIN__) || defined(_WIN32_WCE)
6026/* DATA imports from DLLs on WIN32 con't be const, because runtime
6027 relocations are performed -- see ld's documentation on pseudo-relocs. */
6028# define LT_DLSYM_CONST
6029#elif defined(__osf__)
6030/* This system does not cope well with relocations in const data. */
6031# define LT_DLSYM_CONST
6032#else
6033# define LT_DLSYM_CONST const
6034#endif
6035
8d138742
CE
6036#ifdef __cplusplus
6037extern "C" {
6038#endif
d9898ee8 6039
8d138742
CE
6040_LT_EOF
6041 # Now generate the symbol file.
6042 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
d9898ee8 6043
8d138742 6044 cat <<_LT_EOF >> conftest.$ac_ext
d9898ee8 6045
8d138742 6046/* The mapping between symbol names and symbols. */
b0322a85 6047LT_DLSYM_CONST struct {
8d138742
CE
6048 const char *name;
6049 void *address;
6050}
6051lt__PROGRAM__LTX_preloaded_symbols[] =
6052{
6053 { "@PROGRAM@", (void *) 0 },
6054_LT_EOF
6055 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
6056 cat <<\_LT_EOF >> conftest.$ac_ext
6057 {0, (void *) 0}
6058};
6059
6060/* This works around a problem in FreeBSD linker */
6061#ifdef FREEBSD_WORKAROUND
6062static const void *lt_preloaded_setup() {
6063 return lt__PROGRAM__LTX_preloaded_symbols;
6064}
6065#endif
6066
6067#ifdef __cplusplus
6068}
6069#endif
6070_LT_EOF
6071 # Now try linking the two files.
6072 mv conftest.$ac_objext conftstm.$ac_objext
b0322a85
CE
6073 lt_globsym_save_LIBS=$LIBS
6074 lt_globsym_save_CFLAGS=$CFLAGS
8d138742
CE
6075 LIBS="conftstm.$ac_objext"
6076 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
b0322a85 6077 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
8d138742
CE
6078 (eval $ac_link) 2>&5
6079 ac_status=$?
b0322a85
CE
6080 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6081 test $ac_status = 0; } && test -s conftest${ac_exeext}; then
8d138742
CE
6082 pipe_works=yes
6083 fi
b0322a85
CE
6084 LIBS=$lt_globsym_save_LIBS
6085 CFLAGS=$lt_globsym_save_CFLAGS
8d138742
CE
6086 else
6087 echo "cannot find nm_test_func in $nlist" >&5
6088 fi
6089 else
6090 echo "cannot find nm_test_var in $nlist" >&5
6091 fi
6092 else
6093 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
6094 fi
6095 else
6096 echo "$progname: failed program was:" >&5
6097 cat conftest.$ac_ext >&5
6098 fi
6099 rm -rf conftest* conftst*
6100
6101 # Do not use the global_symbol_pipe unless it works.
6102 if test "$pipe_works" = yes; then
6103 break
6104 else
6105 lt_cv_sys_global_symbol_pipe=
6106 fi
6107done
6108
6109fi
6110
6111if test -z "$lt_cv_sys_global_symbol_pipe"; then
6112 lt_cv_sys_global_symbol_to_cdecl=
6113fi
6114if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
b0322a85 6115 { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
8d138742
CE
6116$as_echo "failed" >&6; }
6117else
b0322a85 6118 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
8d138742
CE
6119$as_echo "ok" >&6; }
6120fi
6121
b0322a85
CE
6122# Response file support.
6123if test "$lt_cv_nm_interface" = "MS dumpbin"; then
6124 nm_file_list_spec='@'
6125elif $NM --help 2>/dev/null | grep '[@]FILE' >/dev/null; then
6126 nm_file_list_spec='@'
6127fi
6128
6129
6130
6131
6132
6133
6134
6135
6136
6137
6138
8d138742
CE
6139
6140
6141
6142
6143
6144
6145
6146
6147
6148
6149
6150
6151
6152
6153
6154
b0322a85
CE
6155{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for sysroot" >&5
6156$as_echo_n "checking for sysroot... " >&6; }
8d138742 6157
b0322a85
CE
6158# Check whether --with-sysroot was given.
6159if test "${with_sysroot+set}" = set; then :
6160 withval=$with_sysroot;
6161else
6162 with_sysroot=no
6163fi
6164
6165
6166lt_sysroot=
6167case ${with_sysroot} in #(
6168 yes)
6169 if test "$GCC" = yes; then
6170 lt_sysroot=`$CC --print-sysroot 2>/dev/null`
6171 fi
6172 ;; #(
6173 /*)
6174 lt_sysroot=`echo "$with_sysroot" | sed -e "$sed_quote_subst"`
6175 ;; #(
6176 no|'')
6177 ;; #(
6178 *)
6179 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${with_sysroot}" >&5
6180$as_echo "${with_sysroot}" >&6; }
6181 as_fn_error $? "The sysroot must be an absolute path." "$LINENO" 5
6182 ;;
6183esac
6184
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${lt_sysroot:-no}" >&5
6186$as_echo "${lt_sysroot:-no}" >&6; }
8d138742
CE
6187
6188
6189
6190
6191
6192# Check whether --enable-libtool-lock was given.
b0322a85 6193if test "${enable_libtool_lock+set}" = set; then :
8d138742
CE
6194 enableval=$enable_libtool_lock;
6195fi
6196
6197test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
6198
6199# Some flags need to be propagated to the compiler or linker for good
6200# libtool support.
6201case $host in
6202ia64-*-hpux*)
6203 # Find out which ABI we are using.
6204 echo 'int i;' > conftest.$ac_ext
b0322a85 6205 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8d138742
CE
6206 (eval $ac_compile) 2>&5
6207 ac_status=$?
b0322a85
CE
6208 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6209 test $ac_status = 0; }; then
8d138742
CE
6210 case `/usr/bin/file conftest.$ac_objext` in
6211 *ELF-32*)
6212 HPUX_IA64_MODE="32"
6213 ;;
6214 *ELF-64*)
6215 HPUX_IA64_MODE="64"
6216 ;;
6217 esac
6218 fi
6219 rm -rf conftest*
6220 ;;
6221*-*-irix6*)
6222 # Find out which ABI we are using.
b0322a85
CE
6223 echo '#line '$LINENO' "configure"' > conftest.$ac_ext
6224 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8d138742
CE
6225 (eval $ac_compile) 2>&5
6226 ac_status=$?
b0322a85
CE
6227 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6228 test $ac_status = 0; }; then
8d138742
CE
6229 if test "$lt_cv_prog_gnu_ld" = yes; then
6230 case `/usr/bin/file conftest.$ac_objext` in
6231 *32-bit*)
6232 LD="${LD-ld} -melf32bsmip"
6233 ;;
6234 *N32*)
6235 LD="${LD-ld} -melf32bmipn32"
6236 ;;
6237 *64-bit*)
6238 LD="${LD-ld} -melf64bmip"
6239 ;;
6240 esac
6241 else
6242 case `/usr/bin/file conftest.$ac_objext` in
6243 *32-bit*)
6244 LD="${LD-ld} -32"
6245 ;;
6246 *N32*)
6247 LD="${LD-ld} -n32"
6248 ;;
6249 *64-bit*)
6250 LD="${LD-ld} -64"
6251 ;;
6252 esac
6253 fi
6254 fi
6255 rm -rf conftest*
6256 ;;
6257
6258x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6259s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6260 # Find out which ABI we are using.
6261 echo 'int i;' > conftest.$ac_ext
b0322a85 6262 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8d138742
CE
6263 (eval $ac_compile) 2>&5
6264 ac_status=$?
b0322a85
CE
6265 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6266 test $ac_status = 0; }; then
8d138742
CE
6267 case `/usr/bin/file conftest.o` in
6268 *32-bit*)
6269 case $host in
6270 x86_64-*kfreebsd*-gnu)
6271 LD="${LD-ld} -m elf_i386_fbsd"
6272 ;;
6273 x86_64-*linux*)
6274 LD="${LD-ld} -m elf_i386"
6275 ;;
6276 ppc64-*linux*|powerpc64-*linux*)
6277 LD="${LD-ld} -m elf32ppclinux"
6278 ;;
6279 s390x-*linux*)
6280 LD="${LD-ld} -m elf_s390"
6281 ;;
6282 sparc64-*linux*)
6283 LD="${LD-ld} -m elf32_sparc"
6284 ;;
6285 esac
6286 ;;
6287 *64-bit*)
6288 case $host in
6289 x86_64-*kfreebsd*-gnu)
6290 LD="${LD-ld} -m elf_x86_64_fbsd"
6291 ;;
6292 x86_64-*linux*)
6293 LD="${LD-ld} -m elf_x86_64"
6294 ;;
6295 ppc*-*linux*|powerpc*-*linux*)
6296 LD="${LD-ld} -m elf64ppc"
6297 ;;
6298 s390*-*linux*|s390*-*tpf*)
6299 LD="${LD-ld} -m elf64_s390"
6300 ;;
6301 sparc*-*linux*)
6302 LD="${LD-ld} -m elf64_sparc"
6303 ;;
6304 esac
6305 ;;
6306 esac
6307 fi
6308 rm -rf conftest*
6309 ;;
6310
6311*-*-sco3.2v5*)
6312 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6313 SAVE_CFLAGS="$CFLAGS"
6314 CFLAGS="$CFLAGS -belf"
b0322a85 6315 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
8d138742 6316$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
b0322a85 6317if ${lt_cv_cc_needs_belf+:} false; then :
8d138742
CE
6318 $as_echo_n "(cached) " >&6
6319else
6320 ac_ext=c
6321ac_cpp='$CPP $CPPFLAGS'
6322ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6323ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6324ac_compiler_gnu=$ac_cv_c_compiler_gnu
6325
b0322a85 6326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
6327/* end confdefs.h. */
6328
6329int
6330main ()
6331{
6332
6333 ;
6334 return 0;
6335}
6336_ACEOF
b0322a85 6337if ac_fn_c_try_link "$LINENO"; then :
8d138742
CE
6338 lt_cv_cc_needs_belf=yes
6339else
b0322a85 6340 lt_cv_cc_needs_belf=no
8d138742 6341fi
b0322a85
CE
6342rm -f core conftest.err conftest.$ac_objext \
6343 conftest$ac_exeext conftest.$ac_ext
8d138742
CE
6344 ac_ext=c
6345ac_cpp='$CPP $CPPFLAGS'
6346ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6347ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6348ac_compiler_gnu=$ac_cv_c_compiler_gnu
6349
6350fi
b0322a85 6351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
8d138742
CE
6352$as_echo "$lt_cv_cc_needs_belf" >&6; }
6353 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6354 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6355 CFLAGS="$SAVE_CFLAGS"
6356 fi
6357 ;;
b0322a85 6358*-*solaris*)
8d138742
CE
6359 # Find out which ABI we are using.
6360 echo 'int i;' > conftest.$ac_ext
b0322a85 6361 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8d138742
CE
6362 (eval $ac_compile) 2>&5
6363 ac_status=$?
b0322a85
CE
6364 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
6365 test $ac_status = 0; }; then
8d138742
CE
6366 case `/usr/bin/file conftest.o` in
6367 *64-bit*)
6368 case $lt_cv_prog_gnu_ld in
b0322a85
CE
6369 yes*)
6370 case $host in
6371 i?86-*-solaris*)
6372 LD="${LD-ld} -m elf_x86_64"
6373 ;;
6374 sparc*-*-solaris*)
6375 LD="${LD-ld} -m elf64_sparc"
6376 ;;
6377 esac
6378 # GNU ld 2.21 introduced _sol2 emulations. Use them if available.
6379 if ${LD-ld} -V | grep _sol2 >/dev/null 2>&1; then
6380 LD="${LD-ld}_sol2"
6381 fi
6382 ;;
8d138742
CE
6383 *)
6384 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6385 LD="${LD-ld} -64"
6386 fi
6387 ;;
6388 esac
6389 ;;
6390 esac
6391 fi
6392 rm -rf conftest*
6393 ;;
6394esac
6395
6396need_locks="$enable_libtool_lock"
6397
b0322a85
CE
6398if test -n "$ac_tool_prefix"; then
6399 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
6400set dummy ${ac_tool_prefix}mt; ac_word=$2
6401{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6402$as_echo_n "checking for $ac_word... " >&6; }
6403if ${ac_cv_prog_MANIFEST_TOOL+:} false; then :
6404 $as_echo_n "(cached) " >&6
6405else
6406 if test -n "$MANIFEST_TOOL"; then
6407 ac_cv_prog_MANIFEST_TOOL="$MANIFEST_TOOL" # Let the user override the test.
6408else
6409as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6410for as_dir in $PATH
6411do
6412 IFS=$as_save_IFS
6413 test -z "$as_dir" && as_dir=.
6414 for ac_exec_ext in '' $ac_executable_extensions; do
6415 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6416 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
6417 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6418 break 2
6419 fi
6420done
6421 done
6422IFS=$as_save_IFS
6423
6424fi
6425fi
6426MANIFEST_TOOL=$ac_cv_prog_MANIFEST_TOOL
6427if test -n "$MANIFEST_TOOL"; then
6428 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MANIFEST_TOOL" >&5
6429$as_echo "$MANIFEST_TOOL" >&6; }
6430else
6431 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6432$as_echo "no" >&6; }
6433fi
6434
6435
6436fi
6437if test -z "$ac_cv_prog_MANIFEST_TOOL"; then
6438 ac_ct_MANIFEST_TOOL=$MANIFEST_TOOL
6439 # Extract the first word of "mt", so it can be a program name with args.
6440set dummy mt; ac_word=$2
6441{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6442$as_echo_n "checking for $ac_word... " >&6; }
6443if ${ac_cv_prog_ac_ct_MANIFEST_TOOL+:} false; then :
6444 $as_echo_n "(cached) " >&6
6445else
6446 if test -n "$ac_ct_MANIFEST_TOOL"; then
6447 ac_cv_prog_ac_ct_MANIFEST_TOOL="$ac_ct_MANIFEST_TOOL" # Let the user override the test.
6448else
6449as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6450for as_dir in $PATH
6451do
6452 IFS=$as_save_IFS
6453 test -z "$as_dir" && as_dir=.
6454 for ac_exec_ext in '' $ac_executable_extensions; do
6455 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6456 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
6457 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6458 break 2
6459 fi
6460done
6461 done
6462IFS=$as_save_IFS
6463
6464fi
6465fi
6466ac_ct_MANIFEST_TOOL=$ac_cv_prog_ac_ct_MANIFEST_TOOL
6467if test -n "$ac_ct_MANIFEST_TOOL"; then
6468 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_MANIFEST_TOOL" >&5
6469$as_echo "$ac_ct_MANIFEST_TOOL" >&6; }
6470else
6471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6472$as_echo "no" >&6; }
6473fi
6474
6475 if test "x$ac_ct_MANIFEST_TOOL" = x; then
6476 MANIFEST_TOOL=":"
6477 else
6478 case $cross_compiling:$ac_tool_warned in
6479yes:)
6480{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6481$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6482ac_tool_warned=yes ;;
6483esac
6484 MANIFEST_TOOL=$ac_ct_MANIFEST_TOOL
6485 fi
6486else
6487 MANIFEST_TOOL="$ac_cv_prog_MANIFEST_TOOL"
6488fi
6489
6490test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
6491{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $MANIFEST_TOOL is a manifest tool" >&5
6492$as_echo_n "checking if $MANIFEST_TOOL is a manifest tool... " >&6; }
6493if ${lt_cv_path_mainfest_tool+:} false; then :
6494 $as_echo_n "(cached) " >&6
6495else
6496 lt_cv_path_mainfest_tool=no
6497 echo "$as_me:$LINENO: $MANIFEST_TOOL '-?'" >&5
6498 $MANIFEST_TOOL '-?' 2>conftest.err > conftest.out
6499 cat conftest.err >&5
6500 if $GREP 'Manifest Tool' conftest.out > /dev/null; then
6501 lt_cv_path_mainfest_tool=yes
6502 fi
6503 rm -f conftest*
6504fi
6505{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_mainfest_tool" >&5
6506$as_echo "$lt_cv_path_mainfest_tool" >&6; }
6507if test "x$lt_cv_path_mainfest_tool" != xyes; then
6508 MANIFEST_TOOL=:
6509fi
6510
6511
6512
6513
6514
8d138742
CE
6515
6516 case $host_os in
6517 rhapsody* | darwin*)
6518 if test -n "$ac_tool_prefix"; then
6519 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6520set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
b0322a85 6521{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6522$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6523if ${ac_cv_prog_DSYMUTIL+:} false; then :
8d138742 6524 $as_echo_n "(cached) " >&6
d9898ee8 6525else
8d138742
CE
6526 if test -n "$DSYMUTIL"; then
6527 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
d9898ee8 6528else
6529as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6530for as_dir in $PATH
6531do
6532 IFS=$as_save_IFS
6533 test -z "$as_dir" && as_dir=.
b0322a85
CE
6534 for ac_exec_ext in '' $ac_executable_extensions; do
6535 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6536 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
b0322a85 6537 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 6538 break 2
6539 fi
6540done
b0322a85 6541 done
dd184caf 6542IFS=$as_save_IFS
d9898ee8 6543
6544fi
6545fi
8d138742
CE
6546DSYMUTIL=$ac_cv_prog_DSYMUTIL
6547if test -n "$DSYMUTIL"; then
b0322a85 6548 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
8d138742 6549$as_echo "$DSYMUTIL" >&6; }
d9898ee8 6550else
b0322a85 6551 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 6552$as_echo "no" >&6; }
d9898ee8 6553fi
6554
dd184caf 6555
d9898ee8 6556fi
8d138742
CE
6557if test -z "$ac_cv_prog_DSYMUTIL"; then
6558 ac_ct_DSYMUTIL=$DSYMUTIL
6559 # Extract the first word of "dsymutil", so it can be a program name with args.
6560set dummy dsymutil; ac_word=$2
b0322a85 6561{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6562$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6563if ${ac_cv_prog_ac_ct_DSYMUTIL+:} false; then :
8d138742 6564 $as_echo_n "(cached) " >&6
d9898ee8 6565else
8d138742
CE
6566 if test -n "$ac_ct_DSYMUTIL"; then
6567 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
d9898ee8 6568else
6569as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6570for as_dir in $PATH
6571do
6572 IFS=$as_save_IFS
6573 test -z "$as_dir" && as_dir=.
b0322a85
CE
6574 for ac_exec_ext in '' $ac_executable_extensions; do
6575 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6576 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
b0322a85 6577 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
d9898ee8 6578 break 2
6579 fi
6580done
b0322a85 6581 done
dd184caf 6582IFS=$as_save_IFS
d9898ee8 6583
6584fi
6585fi
8d138742
CE
6586ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6587if test -n "$ac_ct_DSYMUTIL"; then
b0322a85 6588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
8d138742 6589$as_echo "$ac_ct_DSYMUTIL" >&6; }
d9898ee8 6590else
b0322a85 6591 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 6592$as_echo "no" >&6; }
d9898ee8 6593fi
6594
8d138742
CE
6595 if test "x$ac_ct_DSYMUTIL" = x; then
6596 DSYMUTIL=":"
dd184caf 6597 else
6598 case $cross_compiling:$ac_tool_warned in
6599yes:)
b0322a85 6600{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742 6601$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
dd184caf 6602ac_tool_warned=yes ;;
6603esac
8d138742 6604 DSYMUTIL=$ac_ct_DSYMUTIL
dd184caf 6605 fi
8d138742
CE
6606else
6607 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
d9898ee8 6608fi
6609
8d138742
CE
6610 if test -n "$ac_tool_prefix"; then
6611 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6612set dummy ${ac_tool_prefix}nmedit; ac_word=$2
b0322a85 6613{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6614$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6615if ${ac_cv_prog_NMEDIT+:} false; then :
8d138742 6616 $as_echo_n "(cached) " >&6
d9898ee8 6617else
8d138742
CE
6618 if test -n "$NMEDIT"; then
6619 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
d9898ee8 6620else
8d138742
CE
6621as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6622for as_dir in $PATH
6623do
6624 IFS=$as_save_IFS
6625 test -z "$as_dir" && as_dir=.
b0322a85
CE
6626 for ac_exec_ext in '' $ac_executable_extensions; do
6627 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6628 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
b0322a85 6629 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
6630 break 2
6631 fi
6632done
b0322a85 6633 done
8d138742 6634IFS=$as_save_IFS
d9898ee8 6635
8d138742
CE
6636fi
6637fi
6638NMEDIT=$ac_cv_prog_NMEDIT
6639if test -n "$NMEDIT"; then
b0322a85 6640 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
8d138742
CE
6641$as_echo "$NMEDIT" >&6; }
6642else
b0322a85 6643 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 6644$as_echo "no" >&6; }
d9898ee8 6645fi
dd184caf 6646
d9898ee8 6647
6648fi
8d138742
CE
6649if test -z "$ac_cv_prog_NMEDIT"; then
6650 ac_ct_NMEDIT=$NMEDIT
6651 # Extract the first word of "nmedit", so it can be a program name with args.
6652set dummy nmedit; ac_word=$2
b0322a85 6653{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6654$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6655if ${ac_cv_prog_ac_ct_NMEDIT+:} false; then :
8d138742 6656 $as_echo_n "(cached) " >&6
d9898ee8 6657else
8d138742
CE
6658 if test -n "$ac_ct_NMEDIT"; then
6659 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6660else
6661as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6662for as_dir in $PATH
6663do
6664 IFS=$as_save_IFS
6665 test -z "$as_dir" && as_dir=.
b0322a85
CE
6666 for ac_exec_ext in '' $ac_executable_extensions; do
6667 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6668 ac_cv_prog_ac_ct_NMEDIT="nmedit"
b0322a85 6669 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
6670 break 2
6671 fi
6672done
b0322a85 6673 done
8d138742 6674IFS=$as_save_IFS
d9898ee8 6675
8d138742
CE
6676fi
6677fi
6678ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6679if test -n "$ac_ct_NMEDIT"; then
b0322a85 6680 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
8d138742
CE
6681$as_echo "$ac_ct_NMEDIT" >&6; }
6682else
b0322a85 6683 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
6684$as_echo "no" >&6; }
6685fi
6686
6687 if test "x$ac_ct_NMEDIT" = x; then
6688 NMEDIT=":"
6689 else
6690 case $cross_compiling:$ac_tool_warned in
6691yes:)
b0322a85 6692{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
6693$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6694ac_tool_warned=yes ;;
dd184caf 6695esac
8d138742
CE
6696 NMEDIT=$ac_ct_NMEDIT
6697 fi
d9898ee8 6698else
8d138742
CE
6699 NMEDIT="$ac_cv_prog_NMEDIT"
6700fi
6701
6702 if test -n "$ac_tool_prefix"; then
6703 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6704set dummy ${ac_tool_prefix}lipo; ac_word=$2
b0322a85 6705{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6706$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6707if ${ac_cv_prog_LIPO+:} false; then :
8d138742
CE
6708 $as_echo_n "(cached) " >&6
6709else
6710 if test -n "$LIPO"; then
6711 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6712else
6713as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6714for as_dir in $PATH
6715do
6716 IFS=$as_save_IFS
6717 test -z "$as_dir" && as_dir=.
b0322a85
CE
6718 for ac_exec_ext in '' $ac_executable_extensions; do
6719 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6720 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
b0322a85 6721 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
6722 break 2
6723 fi
6724done
b0322a85 6725 done
8d138742 6726IFS=$as_save_IFS
d9898ee8 6727
8d138742
CE
6728fi
6729fi
6730LIPO=$ac_cv_prog_LIPO
6731if test -n "$LIPO"; then
b0322a85 6732 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
8d138742
CE
6733$as_echo "$LIPO" >&6; }
6734else
b0322a85 6735 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 6736$as_echo "no" >&6; }
d9898ee8 6737fi
dd184caf 6738
d9898ee8 6739
6740fi
8d138742
CE
6741if test -z "$ac_cv_prog_LIPO"; then
6742 ac_ct_LIPO=$LIPO
6743 # Extract the first word of "lipo", so it can be a program name with args.
6744set dummy lipo; ac_word=$2
b0322a85 6745{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6746$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6747if ${ac_cv_prog_ac_ct_LIPO+:} false; then :
8d138742
CE
6748 $as_echo_n "(cached) " >&6
6749else
6750 if test -n "$ac_ct_LIPO"; then
6751 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6752else
6753as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6754for as_dir in $PATH
6755do
6756 IFS=$as_save_IFS
6757 test -z "$as_dir" && as_dir=.
b0322a85
CE
6758 for ac_exec_ext in '' $ac_executable_extensions; do
6759 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6760 ac_cv_prog_ac_ct_LIPO="lipo"
b0322a85 6761 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742 6762 break 2
d9898ee8 6763 fi
8d138742 6764done
b0322a85 6765 done
8d138742
CE
6766IFS=$as_save_IFS
6767
6768fi
6769fi
6770ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6771if test -n "$ac_ct_LIPO"; then
b0322a85 6772 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
8d138742 6773$as_echo "$ac_ct_LIPO" >&6; }
d9898ee8 6774else
b0322a85 6775 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
6776$as_echo "no" >&6; }
6777fi
6778
6779 if test "x$ac_ct_LIPO" = x; then
6780 LIPO=":"
d9898ee8 6781 else
8d138742
CE
6782 case $cross_compiling:$ac_tool_warned in
6783yes:)
b0322a85 6784{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
6785$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6786ac_tool_warned=yes ;;
6787esac
6788 LIPO=$ac_ct_LIPO
d9898ee8 6789 fi
8d138742
CE
6790else
6791 LIPO="$ac_cv_prog_LIPO"
d9898ee8 6792fi
6793
8d138742
CE
6794 if test -n "$ac_tool_prefix"; then
6795 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6796set dummy ${ac_tool_prefix}otool; ac_word=$2
b0322a85 6797{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6798$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6799if ${ac_cv_prog_OTOOL+:} false; then :
8d138742
CE
6800 $as_echo_n "(cached) " >&6
6801else
6802 if test -n "$OTOOL"; then
6803 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6804else
6805as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6806for as_dir in $PATH
6807do
6808 IFS=$as_save_IFS
6809 test -z "$as_dir" && as_dir=.
b0322a85
CE
6810 for ac_exec_ext in '' $ac_executable_extensions; do
6811 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6812 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
b0322a85 6813 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
6814 break 2
6815 fi
6816done
b0322a85 6817 done
8d138742 6818IFS=$as_save_IFS
d9898ee8 6819
8d138742
CE
6820fi
6821fi
6822OTOOL=$ac_cv_prog_OTOOL
6823if test -n "$OTOOL"; then
b0322a85 6824 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
8d138742
CE
6825$as_echo "$OTOOL" >&6; }
6826else
b0322a85 6827 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
6828$as_echo "no" >&6; }
6829fi
d9898ee8 6830
6831
8d138742
CE
6832fi
6833if test -z "$ac_cv_prog_OTOOL"; then
6834 ac_ct_OTOOL=$OTOOL
6835 # Extract the first word of "otool", so it can be a program name with args.
6836set dummy otool; ac_word=$2
b0322a85 6837{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6838$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6839if ${ac_cv_prog_ac_ct_OTOOL+:} false; then :
8d138742
CE
6840 $as_echo_n "(cached) " >&6
6841else
6842 if test -n "$ac_ct_OTOOL"; then
6843 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6844else
6845as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6846for as_dir in $PATH
6847do
6848 IFS=$as_save_IFS
6849 test -z "$as_dir" && as_dir=.
b0322a85
CE
6850 for ac_exec_ext in '' $ac_executable_extensions; do
6851 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6852 ac_cv_prog_ac_ct_OTOOL="otool"
b0322a85 6853 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
6854 break 2
6855 fi
6856done
b0322a85 6857 done
8d138742 6858IFS=$as_save_IFS
d9898ee8 6859
8d138742
CE
6860fi
6861fi
6862ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6863if test -n "$ac_ct_OTOOL"; then
b0322a85 6864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
8d138742 6865$as_echo "$ac_ct_OTOOL" >&6; }
d9898ee8 6866else
b0322a85 6867 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
6868$as_echo "no" >&6; }
6869fi
d9898ee8 6870
8d138742
CE
6871 if test "x$ac_ct_OTOOL" = x; then
6872 OTOOL=":"
6873 else
6874 case $cross_compiling:$ac_tool_warned in
6875yes:)
b0322a85 6876{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
6877$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6878ac_tool_warned=yes ;;
6879esac
6880 OTOOL=$ac_ct_OTOOL
6881 fi
6882else
6883 OTOOL="$ac_cv_prog_OTOOL"
6884fi
d9898ee8 6885
8d138742
CE
6886 if test -n "$ac_tool_prefix"; then
6887 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6888set dummy ${ac_tool_prefix}otool64; ac_word=$2
b0322a85 6889{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6890$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6891if ${ac_cv_prog_OTOOL64+:} false; then :
8d138742
CE
6892 $as_echo_n "(cached) " >&6
6893else
6894 if test -n "$OTOOL64"; then
6895 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6896else
6897as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6898for as_dir in $PATH
6899do
6900 IFS=$as_save_IFS
6901 test -z "$as_dir" && as_dir=.
b0322a85
CE
6902 for ac_exec_ext in '' $ac_executable_extensions; do
6903 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6904 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
b0322a85 6905 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
6906 break 2
6907 fi
6908done
b0322a85 6909 done
8d138742 6910IFS=$as_save_IFS
d9898ee8 6911
8d138742
CE
6912fi
6913fi
6914OTOOL64=$ac_cv_prog_OTOOL64
6915if test -n "$OTOOL64"; then
b0322a85 6916 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
8d138742
CE
6917$as_echo "$OTOOL64" >&6; }
6918else
b0322a85 6919 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
6920$as_echo "no" >&6; }
6921fi
d9898ee8 6922
d9898ee8 6923
8d138742
CE
6924fi
6925if test -z "$ac_cv_prog_OTOOL64"; then
6926 ac_ct_OTOOL64=$OTOOL64
6927 # Extract the first word of "otool64", so it can be a program name with args.
6928set dummy otool64; ac_word=$2
b0322a85 6929{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
8d138742 6930$as_echo_n "checking for $ac_word... " >&6; }
b0322a85 6931if ${ac_cv_prog_ac_ct_OTOOL64+:} false; then :
8d138742
CE
6932 $as_echo_n "(cached) " >&6
6933else
6934 if test -n "$ac_ct_OTOOL64"; then
6935 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6936else
6937as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6938for as_dir in $PATH
6939do
6940 IFS=$as_save_IFS
6941 test -z "$as_dir" && as_dir=.
b0322a85
CE
6942 for ac_exec_ext in '' $ac_executable_extensions; do
6943 if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8d138742 6944 ac_cv_prog_ac_ct_OTOOL64="otool64"
b0322a85 6945 $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8d138742
CE
6946 break 2
6947 fi
6948done
b0322a85 6949 done
8d138742 6950IFS=$as_save_IFS
d9898ee8 6951
8d138742
CE
6952fi
6953fi
6954ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6955if test -n "$ac_ct_OTOOL64"; then
b0322a85 6956 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
8d138742
CE
6957$as_echo "$ac_ct_OTOOL64" >&6; }
6958else
b0322a85 6959 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742 6960$as_echo "no" >&6; }
d9898ee8 6961fi
6962
8d138742
CE
6963 if test "x$ac_ct_OTOOL64" = x; then
6964 OTOOL64=":"
6965 else
6966 case $cross_compiling:$ac_tool_warned in
6967yes:)
b0322a85 6968{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
8d138742
CE
6969$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6970ac_tool_warned=yes ;;
6971esac
6972 OTOOL64=$ac_ct_OTOOL64
6973 fi
d9898ee8 6974else
8d138742 6975 OTOOL64="$ac_cv_prog_OTOOL64"
d9898ee8 6976fi
6977
6978
6979
6980
ac40fd9e 6981
d9898ee8 6982
d9898ee8 6983
d9898ee8 6984
d9898ee8 6985
d9898ee8 6986
d9898ee8 6987
d9898ee8 6988
d9898ee8 6989
d9898ee8 6990
d9898ee8 6991
d9898ee8 6992
d9898ee8 6993
d9898ee8 6994
d9898ee8 6995
d9898ee8 6996
d9898ee8 6997
d9898ee8 6998
d9898ee8 6999
d9898ee8 7000
8d138742
CE
7001
7002
7003
b0322a85 7004 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
8d138742 7005$as_echo_n "checking for -single_module linker flag... " >&6; }
b0322a85 7006if ${lt_cv_apple_cc_single_mod+:} false; then :
8d138742
CE
7007 $as_echo_n "(cached) " >&6
7008else
7009 lt_cv_apple_cc_single_mod=no
7010 if test -z "${LT_MULTI_MODULE}"; then
7011 # By default we will add the -single_module flag. You can override
7012 # by either setting the environment variable LT_MULTI_MODULE
7013 # non-empty at configure time, or by adding -multi_module to the
7014 # link flags.
7015 rm -rf libconftest.dylib*
7016 echo "int foo(void){return 1;}" > conftest.c
7017 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7018-dynamiclib -Wl,-single_module conftest.c" >&5
7019 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
7020 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
7021 _lt_result=$?
b0322a85
CE
7022 # If there is a non-empty error log, and "single_module"
7023 # appears in it, assume the flag caused a linker warning
7024 if test -s conftest.err && $GREP single_module conftest.err; then
7025 cat conftest.err >&5
7026 # Otherwise, if the output was created with a 0 exit code from
7027 # the compiler, it worked.
7028 elif test -f libconftest.dylib && test $_lt_result -eq 0; then
8d138742 7029 lt_cv_apple_cc_single_mod=yes
d9898ee8 7030 else
8d138742 7031 cat conftest.err >&5
d9898ee8 7032 fi
8d138742
CE
7033 rm -rf libconftest.dylib*
7034 rm -f conftest.*
d9898ee8 7035 fi
d9898ee8 7036fi
b0322a85 7037{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
8d138742 7038$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
b0322a85
CE
7039
7040 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
8d138742 7041$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
b0322a85 7042if ${lt_cv_ld_exported_symbols_list+:} false; then :
8d138742
CE
7043 $as_echo_n "(cached) " >&6
7044else
7045 lt_cv_ld_exported_symbols_list=no
7046 save_LDFLAGS=$LDFLAGS
7047 echo "_main" > conftest.sym
7048 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
b0322a85 7049 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 7050/* end confdefs.h. */
d9898ee8 7051
8d138742
CE
7052int
7053main ()
7054{
7055
7056 ;
7057 return 0;
7058}
7059_ACEOF
b0322a85 7060if ac_fn_c_try_link "$LINENO"; then :
8d138742 7061 lt_cv_ld_exported_symbols_list=yes
d9898ee8 7062else
b0322a85 7063 lt_cv_ld_exported_symbols_list=no
d9898ee8 7064fi
b0322a85
CE
7065rm -f core conftest.err conftest.$ac_objext \
7066 conftest$ac_exeext conftest.$ac_ext
8d138742 7067 LDFLAGS="$save_LDFLAGS"
d9898ee8 7068
8d138742 7069fi
b0322a85 7070{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
8d138742 7071$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
b0322a85
CE
7072
7073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -force_load linker flag" >&5
7074$as_echo_n "checking for -force_load linker flag... " >&6; }
7075if ${lt_cv_ld_force_load+:} false; then :
7076 $as_echo_n "(cached) " >&6
7077else
7078 lt_cv_ld_force_load=no
7079 cat > conftest.c << _LT_EOF
7080int forced_loaded() { return 2;}
7081_LT_EOF
7082 echo "$LTCC $LTCFLAGS -c -o conftest.o conftest.c" >&5
7083 $LTCC $LTCFLAGS -c -o conftest.o conftest.c 2>&5
7084 echo "$AR cru libconftest.a conftest.o" >&5
7085 $AR cru libconftest.a conftest.o 2>&5
7086 echo "$RANLIB libconftest.a" >&5
7087 $RANLIB libconftest.a 2>&5
7088 cat > conftest.c << _LT_EOF
7089int main() { return 0;}
7090_LT_EOF
7091 echo "$LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a" >&5
7092 $LTCC $LTCFLAGS $LDFLAGS -o conftest conftest.c -Wl,-force_load,./libconftest.a 2>conftest.err
7093 _lt_result=$?
7094 if test -s conftest.err && $GREP force_load conftest.err; then
7095 cat conftest.err >&5
7096 elif test -f conftest && test $_lt_result -eq 0 && $GREP forced_load conftest >/dev/null 2>&1 ; then
7097 lt_cv_ld_force_load=yes
7098 else
7099 cat conftest.err >&5
7100 fi
7101 rm -f conftest.err libconftest.a conftest conftest.c
7102 rm -rf conftest.dSYM
7103
7104fi
7105{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_force_load" >&5
7106$as_echo "$lt_cv_ld_force_load" >&6; }
8d138742
CE
7107 case $host_os in
7108 rhapsody* | darwin1.[012])
7109 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
7110 darwin1.*)
7111 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7112 darwin*) # darwin 5.x on
7113 # if running on 10.5 or later, the deployment target defaults
7114 # to the OS version, if on x86, and 10.4, the deployment
7115 # target defaults to 10.4. Don't you love it?
7116 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
7117 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
7118 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7119 10.[012]*)
7120 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
7121 10.*)
7122 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
7123 esac
7124 ;;
7125 esac
7126 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
7127 _lt_dar_single_mod='$single_module'
7128 fi
7129 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
7130 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
7131 else
7132 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
7133 fi
b0322a85 7134 if test "$DSYMUTIL" != ":" && test "$lt_cv_ld_force_load" = "no"; then
8d138742
CE
7135 _lt_dsymutil='~$DSYMUTIL $lib || :'
7136 else
7137 _lt_dsymutil=
7138 fi
7139 ;;
7140 esac
d9898ee8 7141
8d138742
CE
7142ac_ext=c
7143ac_cpp='$CPP $CPPFLAGS'
7144ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7145ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7146ac_compiler_gnu=$ac_cv_c_compiler_gnu
b0322a85 7147{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
8d138742
CE
7148$as_echo_n "checking how to run the C preprocessor... " >&6; }
7149# On Suns, sometimes $CPP names a directory.
7150if test -n "$CPP" && test -d "$CPP"; then
7151 CPP=
7152fi
7153if test -z "$CPP"; then
b0322a85 7154 if ${ac_cv_prog_CPP+:} false; then :
8d138742
CE
7155 $as_echo_n "(cached) " >&6
7156else
7157 # Double quotes because CPP needs to be expanded
7158 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7159 do
7160 ac_preproc_ok=false
7161for ac_c_preproc_warn_flag in '' yes
7162do
7163 # Use a header file that comes with gcc, so configuring glibc
7164 # with a fresh cross-compiler works.
7165 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7166 # <limits.h> exists even on freestanding compilers.
7167 # On the NeXT, cc -E runs the code through the compiler's parser,
7168 # not just through cpp. "Syntax error" is here to catch this case.
b0322a85 7169 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7170/* end confdefs.h. */
7171#ifdef __STDC__
7172# include <limits.h>
7173#else
7174# include <assert.h>
7175#endif
7176 Syntax error
7177_ACEOF
b0322a85 7178if ac_fn_c_try_cpp "$LINENO"; then :
d9898ee8 7179
b0322a85 7180else
8d138742
CE
7181 # Broken: fails on valid input.
7182continue
7183fi
b0322a85 7184rm -f conftest.err conftest.i conftest.$ac_ext
d9898ee8 7185
8d138742
CE
7186 # OK, works on sane cases. Now check whether nonexistent headers
7187 # can be detected and how.
b0322a85 7188 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7189/* end confdefs.h. */
7190#include <ac_nonexistent.h>
7191_ACEOF
b0322a85 7192if ac_fn_c_try_cpp "$LINENO"; then :
8d138742
CE
7193 # Broken: success on invalid input.
7194continue
d9898ee8 7195else
8d138742
CE
7196 # Passes both tests.
7197ac_preproc_ok=:
7198break
d9898ee8 7199fi
b0322a85 7200rm -f conftest.err conftest.i conftest.$ac_ext
dd184caf 7201
d9898ee8 7202done
8d138742 7203# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
b0322a85
CE
7204rm -f conftest.i conftest.err conftest.$ac_ext
7205if $ac_preproc_ok; then :
8d138742 7206 break
d9898ee8 7207fi
8d138742
CE
7208
7209 done
7210 ac_cv_prog_CPP=$CPP
7211
d9898ee8 7212fi
8d138742 7213 CPP=$ac_cv_prog_CPP
d9898ee8 7214else
8d138742 7215 ac_cv_prog_CPP=$CPP
d9898ee8 7216fi
b0322a85 7217{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
8d138742
CE
7218$as_echo "$CPP" >&6; }
7219ac_preproc_ok=false
7220for ac_c_preproc_warn_flag in '' yes
7221do
7222 # Use a header file that comes with gcc, so configuring glibc
7223 # with a fresh cross-compiler works.
7224 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7225 # <limits.h> exists even on freestanding compilers.
7226 # On the NeXT, cc -E runs the code through the compiler's parser,
7227 # not just through cpp. "Syntax error" is here to catch this case.
b0322a85 7228 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7229/* end confdefs.h. */
7230#ifdef __STDC__
7231# include <limits.h>
7232#else
7233# include <assert.h>
7234#endif
7235 Syntax error
7236_ACEOF
b0322a85 7237if ac_fn_c_try_cpp "$LINENO"; then :
8d138742 7238
b0322a85 7239else
8d138742
CE
7240 # Broken: fails on valid input.
7241continue
d9898ee8 7242fi
b0322a85 7243rm -f conftest.err conftest.i conftest.$ac_ext
8d138742
CE
7244
7245 # OK, works on sane cases. Now check whether nonexistent headers
7246 # can be detected and how.
b0322a85 7247 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7248/* end confdefs.h. */
7249#include <ac_nonexistent.h>
7250_ACEOF
b0322a85 7251if ac_fn_c_try_cpp "$LINENO"; then :
8d138742
CE
7252 # Broken: success on invalid input.
7253continue
d9898ee8 7254else
8d138742
CE
7255 # Passes both tests.
7256ac_preproc_ok=:
7257break
d9898ee8 7258fi
b0322a85 7259rm -f conftest.err conftest.i conftest.$ac_ext
8d138742
CE
7260
7261done
7262# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
b0322a85
CE
7263rm -f conftest.i conftest.err conftest.$ac_ext
7264if $ac_preproc_ok; then :
7265
d9898ee8 7266else
b0322a85 7267 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
8d138742 7268$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
b0322a85
CE
7269as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7270See \`config.log' for more details" "$LINENO" 5; }
d9898ee8 7271fi
7272
8d138742
CE
7273ac_ext=c
7274ac_cpp='$CPP $CPPFLAGS'
7275ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7276ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7277ac_compiler_gnu=$ac_cv_c_compiler_gnu
dd184caf 7278
d9898ee8 7279
b0322a85 7280{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
8d138742 7281$as_echo_n "checking for ANSI C header files... " >&6; }
b0322a85 7282if ${ac_cv_header_stdc+:} false; then :
8d138742 7283 $as_echo_n "(cached) " >&6
d9898ee8 7284else
b0322a85 7285 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7286/* end confdefs.h. */
7287#include <stdlib.h>
7288#include <stdarg.h>
7289#include <string.h>
7290#include <float.h>
d9898ee8 7291
8d138742
CE
7292int
7293main ()
7294{
7295
7296 ;
7297 return 0;
7298}
7299_ACEOF
b0322a85 7300if ac_fn_c_try_compile "$LINENO"; then :
8d138742 7301 ac_cv_header_stdc=yes
d9898ee8 7302else
b0322a85 7303 ac_cv_header_stdc=no
d9898ee8 7304fi
8d138742 7305rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
d9898ee8 7306
8d138742
CE
7307if test $ac_cv_header_stdc = yes; then
7308 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
b0322a85 7309 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7310/* end confdefs.h. */
7311#include <string.h>
7312
7313_ACEOF
7314if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
b0322a85
CE
7315 $EGREP "memchr" >/dev/null 2>&1; then :
7316
d9898ee8 7317else
8d138742 7318 ac_cv_header_stdc=no
d9898ee8 7319fi
8d138742 7320rm -f conftest*
dd184caf 7321
d9898ee8 7322fi
d9898ee8 7323
8d138742
CE
7324if test $ac_cv_header_stdc = yes; then
7325 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
b0322a85 7326 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7327/* end confdefs.h. */
7328#include <stdlib.h>
d9898ee8 7329
8d138742
CE
7330_ACEOF
7331if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
b0322a85
CE
7332 $EGREP "free" >/dev/null 2>&1; then :
7333
d9898ee8 7334else
8d138742 7335 ac_cv_header_stdc=no
d9898ee8 7336fi
8d138742 7337rm -f conftest*
d9898ee8 7338
8d138742 7339fi
d9898ee8 7340
8d138742
CE
7341if test $ac_cv_header_stdc = yes; then
7342 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
b0322a85 7343 if test "$cross_compiling" = yes; then :
8d138742
CE
7344 :
7345else
b0322a85 7346 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
7347/* end confdefs.h. */
7348#include <ctype.h>
7349#include <stdlib.h>
7350#if ((' ' & 0x0FF) == 0x020)
7351# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7352# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7353#else
7354# define ISLOWER(c) \
7355 (('a' <= (c) && (c) <= 'i') \
7356 || ('j' <= (c) && (c) <= 'r') \
7357 || ('s' <= (c) && (c) <= 'z'))
7358# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7359#endif
d9898ee8 7360
8d138742 7361#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
b0322a85
CE
7362int
7363main ()
7364{
7365 int i;
7366 for (i = 0; i < 256; i++)
7367 if (XOR (islower (i), ISLOWER (i))
7368 || toupper (i) != TOUPPER (i))
7369 return 2;
7370 return 0;
7371}
7372_ACEOF
7373if ac_fn_c_try_run "$LINENO"; then :
d9898ee8 7374
b0322a85
CE
7375else
7376 ac_cv_header_stdc=no
8d138742 7377fi
b0322a85
CE
7378rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7379 conftest.$ac_objext conftest.beam conftest.$ac_ext
d9898ee8 7380fi
7381
d9898ee8 7382fi
8d138742 7383fi
b0322a85 7384{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
8d138742
CE
7385$as_echo "$ac_cv_header_stdc" >&6; }
7386if test $ac_cv_header_stdc = yes; then
7387
b0322a85 7388$as_echo "#define STDC_HEADERS 1" >>confdefs.h
d9898ee8 7389
d9898ee8 7390fi
7391
8d138742 7392# On IRIX 5.3, sys/types and inttypes.h are conflicting.
8d138742
CE
7393for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7394 inttypes.h stdint.h unistd.h
b0322a85
CE
7395do :
7396 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7397ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7398"
7399if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
8d138742
CE
7400 cat >>confdefs.h <<_ACEOF
7401#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7402_ACEOF
d9898ee8 7403
8d138742 7404fi
d9898ee8 7405
8d138742 7406done
d9898ee8 7407
d9898ee8 7408
8d138742 7409for ac_header in dlfcn.h
b0322a85
CE
7410do :
7411 ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
7412"
7413if test "x$ac_cv_header_dlfcn_h" = xyes; then :
8d138742 7414 cat >>confdefs.h <<_ACEOF
b0322a85 7415#define HAVE_DLFCN_H 1
8d138742 7416_ACEOF
d9898ee8 7417
8d138742 7418fi
d9898ee8 7419
8d138742 7420done
d9898ee8 7421
7422
d9898ee8 7423
b0322a85
CE
7424
7425
8d138742 7426# Set options
d9898ee8 7427
7428
7429
8d138742 7430 enable_dlopen=no
d9898ee8 7431
d9898ee8 7432
8d138742 7433 enable_win32_dll=no
d9898ee8 7434
d9898ee8 7435
8d138742 7436 # Check whether --enable-shared was given.
b0322a85 7437if test "${enable_shared+set}" = set; then :
8d138742
CE
7438 enableval=$enable_shared; p=${PACKAGE-default}
7439 case $enableval in
7440 yes) enable_shared=yes ;;
7441 no) enable_shared=no ;;
7442 *)
7443 enable_shared=no
7444 # Look at the argument we got. We use all the common list separators.
7445 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7446 for pkg in $enableval; do
7447 IFS="$lt_save_ifs"
7448 if test "X$pkg" = "X$p"; then
7449 enable_shared=yes
7450 fi
7451 done
7452 IFS="$lt_save_ifs"
7453 ;;
7454 esac
7455else
7456 enable_shared=yes
d9898ee8 7457fi
d9898ee8 7458
8d138742
CE
7459
7460
7461
7462
7463
7464
7465
7466
7467 # Check whether --enable-static was given.
b0322a85 7468if test "${enable_static+set}" = set; then :
8d138742
CE
7469 enableval=$enable_static; p=${PACKAGE-default}
7470 case $enableval in
7471 yes) enable_static=yes ;;
7472 no) enable_static=no ;;
7473 *)
7474 enable_static=no
7475 # Look at the argument we got. We use all the common list separators.
7476 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7477 for pkg in $enableval; do
7478 IFS="$lt_save_ifs"
7479 if test "X$pkg" = "X$p"; then
7480 enable_static=yes
7481 fi
7482 done
7483 IFS="$lt_save_ifs"
7484 ;;
7485 esac
d9898ee8 7486else
8d138742 7487 enable_static=yes
d9898ee8 7488fi
7489
d9898ee8 7490
d9898ee8 7491
d9898ee8 7492
d9898ee8 7493
d9898ee8 7494
d9898ee8 7495
d9898ee8 7496
d9898ee8 7497
d9898ee8 7498
8d138742 7499# Check whether --with-pic was given.
b0322a85
CE
7500if test "${with_pic+set}" = set; then :
7501 withval=$with_pic; lt_p=${PACKAGE-default}
7502 case $withval in
7503 yes|no) pic_mode=$withval ;;
7504 *)
7505 pic_mode=default
7506 # Look at the argument we got. We use all the common list separators.
7507 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7508 for lt_pkg in $withval; do
7509 IFS="$lt_save_ifs"
7510 if test "X$lt_pkg" = "X$lt_p"; then
7511 pic_mode=yes
7512 fi
7513 done
7514 IFS="$lt_save_ifs"
7515 ;;
7516 esac
8d138742
CE
7517else
7518 pic_mode=default
7519fi
d9898ee8 7520
d9898ee8 7521
8d138742 7522test -z "$pic_mode" && pic_mode=default
d9898ee8 7523
d9898ee8 7524
d9898ee8 7525
d9898ee8 7526
d9898ee8 7527
d9898ee8 7528
d9898ee8 7529
8d138742 7530 # Check whether --enable-fast-install was given.
b0322a85 7531if test "${enable_fast_install+set}" = set; then :
8d138742
CE
7532 enableval=$enable_fast_install; p=${PACKAGE-default}
7533 case $enableval in
7534 yes) enable_fast_install=yes ;;
7535 no) enable_fast_install=no ;;
7536 *)
7537 enable_fast_install=no
7538 # Look at the argument we got. We use all the common list separators.
7539 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7540 for pkg in $enableval; do
7541 IFS="$lt_save_ifs"
7542 if test "X$pkg" = "X$p"; then
7543 enable_fast_install=yes
7544 fi
7545 done
7546 IFS="$lt_save_ifs"
d9898ee8 7547 ;;
8d138742
CE
7548 esac
7549else
7550 enable_fast_install=yes
7551fi
d9898ee8 7552
d9898ee8 7553
ac40fd9e 7554
d9898ee8 7555
d9898ee8 7556
d9898ee8 7557
d9898ee8 7558
d9898ee8 7559
d9898ee8 7560
d9898ee8 7561
d9898ee8 7562
8d138742
CE
7563# This can be used to rebuild libtool when needed
7564LIBTOOL_DEPS="$ltmain"
d9898ee8 7565
8d138742
CE
7566# Always use our own libtool.
7567LIBTOOL='$(SHELL) $(top_builddir)/libtool'
d9898ee8 7568
d9898ee8 7569
d9898ee8 7570
d9898ee8 7571
d9898ee8 7572
d9898ee8 7573
8d138742
CE
7574
7575
7576
7577
7578
7579
7580
7581
7582
7583
7584
7585
7586
b0322a85
CE
7587
7588
7589
7590
7591
8d138742
CE
7592
7593
7594
7595
7596
7597
7598test -z "$LN_S" && LN_S="ln -s"
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608
7609
7610
7611
7612
7613if test -n "${ZSH_VERSION+set}" ; then
7614 setopt NO_GLOB_SUBST
d9898ee8 7615fi
d9898ee8 7616
b0322a85 7617{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
8d138742 7618$as_echo_n "checking for objdir... " >&6; }
b0322a85 7619if ${lt_cv_objdir+:} false; then :
8d138742 7620 $as_echo_n "(cached) " >&6
d9898ee8 7621else
8d138742
CE
7622 rm -f .libs 2>/dev/null
7623mkdir .libs 2>/dev/null
7624if test -d .libs; then
7625 lt_cv_objdir=.libs
7626else
7627 # MS-DOS does not allow filenames that begin with a dot.
7628 lt_cv_objdir=_libs
d9898ee8 7629fi
8d138742
CE
7630rmdir .libs 2>/dev/null
7631fi
b0322a85 7632{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
8d138742
CE
7633$as_echo "$lt_cv_objdir" >&6; }
7634objdir=$lt_cv_objdir
d9898ee8 7635
7636
d9898ee8 7637
d9898ee8 7638
d9898ee8 7639
8d138742
CE
7640cat >>confdefs.h <<_ACEOF
7641#define LT_OBJDIR "$lt_cv_objdir/"
7642_ACEOF
d9898ee8 7643
d9898ee8 7644
d9898ee8 7645
d9898ee8 7646
8d138742
CE
7647case $host_os in
7648aix3*)
7649 # AIX sometimes has problems with the GCC collect2 program. For some
7650 # reason, if we set the COLLECT_NAMES environment variable, the problems
7651 # vanish in a puff of smoke.
7652 if test "X${COLLECT_NAMES+set}" != Xset; then
7653 COLLECT_NAMES=
7654 export COLLECT_NAMES
7655 fi
7656 ;;
7657esac
d9898ee8 7658
8d138742
CE
7659# Global variables:
7660ofile=libtool
7661can_build_shared=yes
d9898ee8 7662
8d138742
CE
7663# All known linkers require a `.a' archive for static linking (except MSVC,
7664# which needs '.lib').
7665libext=a
d9898ee8 7666
8d138742 7667with_gnu_ld="$lt_cv_prog_gnu_ld"
d9898ee8 7668
8d138742
CE
7669old_CC="$CC"
7670old_CFLAGS="$CFLAGS"
d9898ee8 7671
8d138742
CE
7672# Set sane defaults for various variables
7673test -z "$CC" && CC=cc
7674test -z "$LTCC" && LTCC=$CC
7675test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7676test -z "$LD" && LD=ld
7677test -z "$ac_objext" && ac_objext=o
d9898ee8 7678
8d138742
CE
7679for cc_temp in $compiler""; do
7680 case $cc_temp in
7681 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7682 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7683 \-*) ;;
7684 *) break;;
7685 esac
7686done
b0322a85 7687cc_basename=`$ECHO "$cc_temp" | $SED "s%.*/%%; s%^$host_alias-%%"`
d9898ee8 7688
d9898ee8 7689
8d138742
CE
7690# Only perform the check for file, if the check method requires it
7691test -z "$MAGIC_CMD" && MAGIC_CMD=file
7692case $deplibs_check_method in
7693file_magic*)
7694 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
b0322a85 7695 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
8d138742 7696$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
b0322a85 7697if ${lt_cv_path_MAGIC_CMD+:} false; then :
8d138742
CE
7698 $as_echo_n "(cached) " >&6
7699else
7700 case $MAGIC_CMD in
7701[\\/*] | ?:[\\/]*)
7702 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7703 ;;
7704*)
7705 lt_save_MAGIC_CMD="$MAGIC_CMD"
7706 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7707 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7708 for ac_dir in $ac_dummy; do
7709 IFS="$lt_save_ifs"
7710 test -z "$ac_dir" && ac_dir=.
7711 if test -f $ac_dir/${ac_tool_prefix}file; then
7712 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7713 if test -n "$file_magic_test_file"; then
7714 case $deplibs_check_method in
7715 "file_magic "*)
7716 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7717 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7718 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7719 $EGREP "$file_magic_regex" > /dev/null; then
7720 :
7721 else
7722 cat <<_LT_EOF 1>&2
d9898ee8 7723
8d138742
CE
7724*** Warning: the command libtool uses to detect shared libraries,
7725*** $file_magic_cmd, produces output that libtool cannot recognize.
7726*** The result is that libtool may fail to recognize shared libraries
7727*** as such. This will affect the creation of libtool libraries that
7728*** depend on shared libraries, but programs linked with such libtool
7729*** libraries will work regardless of this problem. Nevertheless, you
7730*** may want to report the problem to your system manager and/or to
7731*** bug-libtool@gnu.org
d9898ee8 7732
8d138742
CE
7733_LT_EOF
7734 fi ;;
d9898ee8 7735 esac
d9898ee8 7736 fi
8d138742
CE
7737 break
7738 fi
7739 done
7740 IFS="$lt_save_ifs"
7741 MAGIC_CMD="$lt_save_MAGIC_CMD"
7742 ;;
7743esac
7744fi
d9898ee8 7745
8d138742
CE
7746MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7747if test -n "$MAGIC_CMD"; then
b0322a85 7748 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8d138742
CE
7749$as_echo "$MAGIC_CMD" >&6; }
7750else
b0322a85 7751 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
7752$as_echo "no" >&6; }
7753fi
d9898ee8 7754
d9898ee8 7755
d9898ee8 7756
8d138742
CE
7757
7758
7759if test -z "$lt_cv_path_MAGIC_CMD"; then
7760 if test -n "$ac_tool_prefix"; then
b0322a85 7761 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
8d138742 7762$as_echo_n "checking for file... " >&6; }
b0322a85 7763if ${lt_cv_path_MAGIC_CMD+:} false; then :
8d138742 7764 $as_echo_n "(cached) " >&6
d9898ee8 7765else
8d138742
CE
7766 case $MAGIC_CMD in
7767[\\/*] | ?:[\\/]*)
7768 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7769 ;;
7770*)
7771 lt_save_MAGIC_CMD="$MAGIC_CMD"
7772 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7773 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7774 for ac_dir in $ac_dummy; do
7775 IFS="$lt_save_ifs"
7776 test -z "$ac_dir" && ac_dir=.
7777 if test -f $ac_dir/file; then
7778 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7779 if test -n "$file_magic_test_file"; then
7780 case $deplibs_check_method in
7781 "file_magic "*)
7782 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7783 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7784 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7785 $EGREP "$file_magic_regex" > /dev/null; then
7786 :
7787 else
7788 cat <<_LT_EOF 1>&2
d9898ee8 7789
8d138742
CE
7790*** Warning: the command libtool uses to detect shared libraries,
7791*** $file_magic_cmd, produces output that libtool cannot recognize.
7792*** The result is that libtool may fail to recognize shared libraries
7793*** as such. This will affect the creation of libtool libraries that
7794*** depend on shared libraries, but programs linked with such libtool
7795*** libraries will work regardless of this problem. Nevertheless, you
7796*** may want to report the problem to your system manager and/or to
7797*** bug-libtool@gnu.org
dd184caf 7798
8d138742
CE
7799_LT_EOF
7800 fi ;;
7801 esac
7802 fi
7803 break
7804 fi
7805 done
7806 IFS="$lt_save_ifs"
7807 MAGIC_CMD="$lt_save_MAGIC_CMD"
7808 ;;
7809esac
d9898ee8 7810fi
dd184caf 7811
8d138742
CE
7812MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7813if test -n "$MAGIC_CMD"; then
b0322a85 7814 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
8d138742
CE
7815$as_echo "$MAGIC_CMD" >&6; }
7816else
b0322a85 7817 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
7818$as_echo "no" >&6; }
7819fi
d9898ee8 7820
d9898ee8 7821
8d138742
CE
7822 else
7823 MAGIC_CMD=:
7824 fi
7825fi
d9898ee8 7826
8d138742
CE
7827 fi
7828 ;;
dd184caf 7829esac
d9898ee8 7830
8d138742
CE
7831# Use C for the default configuration in the libtool script
7832
7833lt_save_CC="$CC"
7834ac_ext=c
7835ac_cpp='$CPP $CPPFLAGS'
7836ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7837ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7838ac_compiler_gnu=$ac_cv_c_compiler_gnu
7839
7840
7841# Source file extension for C test sources.
7842ac_ext=c
7843
7844# Object file extension for compiled C test sources.
7845objext=o
7846objext=$objext
7847
7848# Code to be used in simple compile tests
7849lt_simple_compile_test_code="int some_variable = 0;"
7850
7851# Code to be used in simple link tests
7852lt_simple_link_test_code='int main(){return(0);}'
7853
7854
7855
7856
7857
7858
7859
7860# If no C compiler was specified, use CC.
7861LTCC=${LTCC-"$CC"}
7862
7863# If no C compiler flags were specified, use CFLAGS.
7864LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7865
7866# Allow CC to be a program name with arguments.
7867compiler=$CC
7868
7869# Save the default compiler, since it gets overwritten when the other
7870# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7871compiler_DEFAULT=$CC
7872
7873# save warnings/boilerplate of simple test code
7874ac_outfile=conftest.$ac_objext
7875echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7876eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7877_lt_compiler_boilerplate=`cat conftest.err`
7878$RM conftest*
7879
7880ac_outfile=conftest.$ac_objext
7881echo "$lt_simple_link_test_code" >conftest.$ac_ext
7882eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7883_lt_linker_boilerplate=`cat conftest.err`
7884$RM -r conftest*
7885
7886
7887if test -n "$compiler"; then
7888
7889lt_prog_compiler_no_builtin_flag=
7890
7891if test "$GCC" = yes; then
b0322a85
CE
7892 case $cc_basename in
7893 nvcc*)
7894 lt_prog_compiler_no_builtin_flag=' -Xcompiler -fno-builtin' ;;
7895 *)
7896 lt_prog_compiler_no_builtin_flag=' -fno-builtin' ;;
7897 esac
8d138742 7898
b0322a85 7899 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
8d138742 7900$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
b0322a85 7901if ${lt_cv_prog_compiler_rtti_exceptions+:} false; then :
8d138742 7902 $as_echo_n "(cached) " >&6
d9898ee8 7903else
8d138742
CE
7904 lt_cv_prog_compiler_rtti_exceptions=no
7905 ac_outfile=conftest.$ac_objext
7906 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7907 lt_compiler_flag="-fno-rtti -fno-exceptions"
7908 # Insert the option either (1) after the last *FLAGS variable, or
7909 # (2) before a word containing "conftest.", or (3) at the end.
7910 # Note that $ac_compile itself does not contain backslashes and begins
7911 # with a dollar sign (not a hyphen), so the echo should work correctly.
7912 # The option is referenced via a variable to avoid confusing sed.
7913 lt_compile=`echo "$ac_compile" | $SED \
7914 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7915 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7916 -e 's:$: $lt_compiler_flag:'`
b0322a85 7917 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8d138742
CE
7918 (eval "$lt_compile" 2>conftest.err)
7919 ac_status=$?
7920 cat conftest.err >&5
b0322a85 7921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8d138742
CE
7922 if (exit $ac_status) && test -s "$ac_outfile"; then
7923 # The compiler can only warn and ignore the option if not recognized
7924 # So say no if there are warnings other than the usual output.
b0322a85 7925 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8d138742
CE
7926 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7927 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7928 lt_cv_prog_compiler_rtti_exceptions=yes
7929 fi
7930 fi
7931 $RM conftest*
d9898ee8 7932
8d138742 7933fi
b0322a85 7934{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
8d138742 7935$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
dd184caf 7936
8d138742
CE
7937if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7938 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7939else
7940 :
d9898ee8 7941fi
dd184caf 7942
8d138742 7943fi
d9898ee8 7944
8d138742
CE
7945
7946
7947
7948
7949
7950 lt_prog_compiler_wl=
7951lt_prog_compiler_pic=
7952lt_prog_compiler_static=
7953
8d138742
CE
7954
7955 if test "$GCC" = yes; then
7956 lt_prog_compiler_wl='-Wl,'
7957 lt_prog_compiler_static='-static'
7958
7959 case $host_os in
7960 aix*)
7961 # All AIX code is PIC.
7962 if test "$host_cpu" = ia64; then
7963 # AIX 5 now supports IA64 processor
7964 lt_prog_compiler_static='-Bstatic'
d9898ee8 7965 fi
7966 ;;
7967
7968 amigaos*)
8d138742
CE
7969 case $host_cpu in
7970 powerpc)
7971 # see comment about AmigaOS4 .so support
7972 lt_prog_compiler_pic='-fPIC'
7973 ;;
7974 m68k)
7975 # FIXME: we need at least 68020 code to build shared libraries, but
7976 # adding the `-m68020' flag to GCC prevents building anything better,
7977 # like `-m68040'.
7978 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7979 ;;
7980 esac
d9898ee8 7981 ;;
7982
8d138742
CE
7983 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7984 # PIC is the default for these OSes.
d9898ee8 7985 ;;
7986
8d138742
CE
7987 mingw* | cygwin* | pw32* | os2* | cegcc*)
7988 # This hack is so that the source file can tell whether it is being
7989 # built for inclusion in a dll (and should export symbols for example).
7990 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7991 # (--disable-auto-import) libraries
7992 lt_prog_compiler_pic='-DDLL_EXPORT'
d9898ee8 7993 ;;
7994
7995 darwin* | rhapsody*)
8d138742
CE
7996 # PIC is the default on this platform
7997 # Common symbols not allowed in MH_DYLIB files
7998 lt_prog_compiler_pic='-fno-common'
d9898ee8 7999 ;;
8000
b0322a85
CE
8001 haiku*)
8002 # PIC is the default for Haiku.
8003 # The "-static" flag exists, but is broken.
8004 lt_prog_compiler_static=
8005 ;;
8006
8d138742
CE
8007 hpux*)
8008 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
8009 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
8010 # sets the default TLS model and affects inlining.
8011 case $host_cpu in
8012 hppa*64*)
8013 # +Z the default
8014 ;;
8015 *)
8016 lt_prog_compiler_pic='-fPIC'
8017 ;;
8018 esac
d9898ee8 8019 ;;
8020
8d138742
CE
8021 interix[3-9]*)
8022 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
8023 # Instead, we relocate shared libraries at runtime.
d9898ee8 8024 ;;
8025
8d138742
CE
8026 msdosdjgpp*)
8027 # Just because we use GCC doesn't mean we suddenly get shared libraries
8028 # on systems that don't support them.
8029 lt_prog_compiler_can_build_shared=no
8030 enable_shared=no
d9898ee8 8031 ;;
8032
8d138742
CE
8033 *nto* | *qnx*)
8034 # QNX uses GNU C++, but need to define -shared option too, otherwise
8035 # it will coredump.
8036 lt_prog_compiler_pic='-fPIC -shared'
d9898ee8 8037 ;;
8038
8d138742
CE
8039 sysv4*MP*)
8040 if test -d /usr/nec; then
8041 lt_prog_compiler_pic=-Kconform_pic
d9898ee8 8042 fi
d9898ee8 8043 ;;
8044
8d138742
CE
8045 *)
8046 lt_prog_compiler_pic='-fPIC'
8047 ;;
8048 esac
b0322a85
CE
8049
8050 case $cc_basename in
8051 nvcc*) # Cuda Compiler Driver 2.2
8052 lt_prog_compiler_wl='-Xlinker '
8053 if test -n "$lt_prog_compiler_pic"; then
8054 lt_prog_compiler_pic="-Xcompiler $lt_prog_compiler_pic"
8055 fi
8056 ;;
8057 esac
8d138742
CE
8058 else
8059 # PORTME Check for flag to pass linker flags through the system compiler.
8060 case $host_os in
8061 aix*)
8062 lt_prog_compiler_wl='-Wl,'
8063 if test "$host_cpu" = ia64; then
8064 # AIX 5 now supports IA64 processor
8065 lt_prog_compiler_static='-Bstatic'
d9898ee8 8066 else
8d138742 8067 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
d9898ee8 8068 fi
8d138742 8069 ;;
d9898ee8 8070
8d138742
CE
8071 mingw* | cygwin* | pw32* | os2* | cegcc*)
8072 # This hack is so that the source file can tell whether it is being
8073 # built for inclusion in a dll (and should export symbols for example).
8074 lt_prog_compiler_pic='-DDLL_EXPORT'
8075 ;;
d9898ee8 8076
8d138742
CE
8077 hpux9* | hpux10* | hpux11*)
8078 lt_prog_compiler_wl='-Wl,'
8079 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
8080 # not for PA HP-UX.
8081 case $host_cpu in
8082 hppa*64*|ia64*)
8083 # +Z the default
8084 ;;
8085 *)
8086 lt_prog_compiler_pic='+Z'
8087 ;;
8088 esac
8089 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8090 lt_prog_compiler_static='${wl}-a ${wl}archive'
d9898ee8 8091 ;;
8092
8d138742
CE
8093 irix5* | irix6* | nonstopux*)
8094 lt_prog_compiler_wl='-Wl,'
8095 # PIC (with -KPIC) is the default.
8096 lt_prog_compiler_static='-non_shared'
8097 ;;
d9898ee8 8098
b0322a85 8099 linux* | k*bsd*-gnu | kopensolaris*-gnu)
8d138742
CE
8100 case $cc_basename in
8101 # old Intel for x86_64 which still supported -KPIC.
8102 ecc*)
8103 lt_prog_compiler_wl='-Wl,'
8104 lt_prog_compiler_pic='-KPIC'
8105 lt_prog_compiler_static='-static'
8106 ;;
8107 # icc used to be incompatible with GCC.
8108 # ICC 10 doesn't accept -KPIC any more.
8109 icc* | ifort*)
8110 lt_prog_compiler_wl='-Wl,'
8111 lt_prog_compiler_pic='-fPIC'
8112 lt_prog_compiler_static='-static'
8113 ;;
8114 # Lahey Fortran 8.1.
8115 lf95*)
8116 lt_prog_compiler_wl='-Wl,'
8117 lt_prog_compiler_pic='--shared'
8118 lt_prog_compiler_static='--static'
8119 ;;
b0322a85
CE
8120 nagfor*)
8121 # NAG Fortran compiler
8122 lt_prog_compiler_wl='-Wl,-Wl,,'
8123 lt_prog_compiler_pic='-PIC'
8124 lt_prog_compiler_static='-Bstatic'
8125 ;;
8126 pgcc* | pgf77* | pgf90* | pgf95* | pgfortran*)
8d138742
CE
8127 # Portland Group compilers (*not* the Pentium gcc compiler,
8128 # which looks to be a dead project)
8129 lt_prog_compiler_wl='-Wl,'
8130 lt_prog_compiler_pic='-fpic'
8131 lt_prog_compiler_static='-Bstatic'
8132 ;;
8133 ccc*)
8134 lt_prog_compiler_wl='-Wl,'
8135 # All Alpha code is PIC.
8136 lt_prog_compiler_static='-non_shared'
8137 ;;
b0322a85
CE
8138 xl* | bgxl* | bgf* | mpixl*)
8139 # IBM XL C 8.0/Fortran 10.1, 11.1 on PPC and BlueGene
8d138742
CE
8140 lt_prog_compiler_wl='-Wl,'
8141 lt_prog_compiler_pic='-qpic'
8142 lt_prog_compiler_static='-qstaticlink'
8143 ;;
8144 *)
8145 case `$CC -V 2>&1 | sed 5q` in
b0322a85
CE
8146 *Sun\ Ceres\ Fortran* | *Sun*Fortran*\ [1-7].* | *Sun*Fortran*\ 8.[0-3]*)
8147 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8148 lt_prog_compiler_pic='-KPIC'
8149 lt_prog_compiler_static='-Bstatic'
8150 lt_prog_compiler_wl=''
8151 ;;
8152 *Sun\ F* | *Sun*Fortran*)
8153 lt_prog_compiler_pic='-KPIC'
8154 lt_prog_compiler_static='-Bstatic'
8155 lt_prog_compiler_wl='-Qoption ld '
8156 ;;
8d138742
CE
8157 *Sun\ C*)
8158 # Sun C 5.9
8159 lt_prog_compiler_pic='-KPIC'
8160 lt_prog_compiler_static='-Bstatic'
8161 lt_prog_compiler_wl='-Wl,'
d9898ee8 8162 ;;
b0322a85
CE
8163 *Intel*\ [CF]*Compiler*)
8164 lt_prog_compiler_wl='-Wl,'
8165 lt_prog_compiler_pic='-fPIC'
8166 lt_prog_compiler_static='-static'
8167 ;;
8168 *Portland\ Group*)
8169 lt_prog_compiler_wl='-Wl,'
8170 lt_prog_compiler_pic='-fpic'
8d138742 8171 lt_prog_compiler_static='-Bstatic'
d9898ee8 8172 ;;
8173 esac
8d138742
CE
8174 ;;
8175 esac
d9898ee8 8176 ;;
8177
8d138742
CE
8178 newsos6)
8179 lt_prog_compiler_pic='-KPIC'
8180 lt_prog_compiler_static='-Bstatic'
d9898ee8 8181 ;;
8182
8d138742
CE
8183 *nto* | *qnx*)
8184 # QNX uses GNU C++, but need to define -shared option too, otherwise
8185 # it will coredump.
8186 lt_prog_compiler_pic='-fPIC -shared'
d9898ee8 8187 ;;
8188
8d138742
CE
8189 osf3* | osf4* | osf5*)
8190 lt_prog_compiler_wl='-Wl,'
8191 # All OSF/1 code is PIC.
8192 lt_prog_compiler_static='-non_shared'
d9898ee8 8193 ;;
8194
8d138742
CE
8195 rdos*)
8196 lt_prog_compiler_static='-non_shared'
d9898ee8 8197 ;;
8198
8d138742
CE
8199 solaris*)
8200 lt_prog_compiler_pic='-KPIC'
8201 lt_prog_compiler_static='-Bstatic'
8202 case $cc_basename in
b0322a85 8203 f77* | f90* | f95* | sunf77* | sunf90* | sunf95*)
8d138742
CE
8204 lt_prog_compiler_wl='-Qoption ld ';;
8205 *)
8206 lt_prog_compiler_wl='-Wl,';;
8207 esac
d9898ee8 8208 ;;
8209
8d138742
CE
8210 sunos4*)
8211 lt_prog_compiler_wl='-Qoption ld '
8212 lt_prog_compiler_pic='-PIC'
8213 lt_prog_compiler_static='-Bstatic'
d9898ee8 8214 ;;
8215
8d138742
CE
8216 sysv4 | sysv4.2uw2* | sysv4.3*)
8217 lt_prog_compiler_wl='-Wl,'
8218 lt_prog_compiler_pic='-KPIC'
8219 lt_prog_compiler_static='-Bstatic'
8220 ;;
d9898ee8 8221
8d138742
CE
8222 sysv4*MP*)
8223 if test -d /usr/nec ;then
8224 lt_prog_compiler_pic='-Kconform_pic'
8225 lt_prog_compiler_static='-Bstatic'
d9898ee8 8226 fi
d9898ee8 8227 ;;
8228
8d138742
CE
8229 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8230 lt_prog_compiler_wl='-Wl,'
8231 lt_prog_compiler_pic='-KPIC'
8232 lt_prog_compiler_static='-Bstatic'
d9898ee8 8233 ;;
8234
8d138742
CE
8235 unicos*)
8236 lt_prog_compiler_wl='-Wl,'
8237 lt_prog_compiler_can_build_shared=no
d9898ee8 8238 ;;
8239
8d138742
CE
8240 uts4*)
8241 lt_prog_compiler_pic='-pic'
8242 lt_prog_compiler_static='-Bstatic'
d9898ee8 8243 ;;
8244
8d138742
CE
8245 *)
8246 lt_prog_compiler_can_build_shared=no
d9898ee8 8247 ;;
8d138742
CE
8248 esac
8249 fi
d9898ee8 8250
8d138742
CE
8251case $host_os in
8252 # For platforms which do not support PIC, -DPIC is meaningless:
8253 *djgpp*)
8254 lt_prog_compiler_pic=
8255 ;;
8256 *)
8257 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8258 ;;
8259esac
d9898ee8 8260
b0322a85
CE
8261{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
8262$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
8263if ${lt_cv_prog_compiler_pic+:} false; then :
8264 $as_echo_n "(cached) " >&6
8265else
8266 lt_cv_prog_compiler_pic=$lt_prog_compiler_pic
8267fi
8268{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic" >&5
8269$as_echo "$lt_cv_prog_compiler_pic" >&6; }
8270lt_prog_compiler_pic=$lt_cv_prog_compiler_pic
d9898ee8 8271
8272#
8d138742 8273# Check to make sure the PIC flag actually works.
d9898ee8 8274#
8d138742 8275if test -n "$lt_prog_compiler_pic"; then
b0322a85 8276 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8d138742 8277$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
b0322a85 8278if ${lt_cv_prog_compiler_pic_works+:} false; then :
8d138742
CE
8279 $as_echo_n "(cached) " >&6
8280else
8281 lt_cv_prog_compiler_pic_works=no
8282 ac_outfile=conftest.$ac_objext
8283 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8284 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
8285 # Insert the option either (1) after the last *FLAGS variable, or
8286 # (2) before a word containing "conftest.", or (3) at the end.
8287 # Note that $ac_compile itself does not contain backslashes and begins
8288 # with a dollar sign (not a hyphen), so the echo should work correctly.
8289 # The option is referenced via a variable to avoid confusing sed.
8290 lt_compile=`echo "$ac_compile" | $SED \
8291 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8292 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8293 -e 's:$: $lt_compiler_flag:'`
b0322a85 8294 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8d138742
CE
8295 (eval "$lt_compile" 2>conftest.err)
8296 ac_status=$?
8297 cat conftest.err >&5
b0322a85 8298 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8d138742
CE
8299 if (exit $ac_status) && test -s "$ac_outfile"; then
8300 # The compiler can only warn and ignore the option if not recognized
8301 # So say no if there are warnings other than the usual output.
b0322a85 8302 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8d138742
CE
8303 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8304 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8305 lt_cv_prog_compiler_pic_works=yes
8306 fi
8307 fi
8308 $RM conftest*
d9898ee8 8309
8d138742 8310fi
b0322a85 8311{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
8d138742 8312$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
ac40fd9e 8313
8d138742
CE
8314if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8315 case $lt_prog_compiler_pic in
8316 "" | " "*) ;;
8317 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
8318 esac
d9898ee8 8319else
8d138742
CE
8320 lt_prog_compiler_pic=
8321 lt_prog_compiler_can_build_shared=no
d9898ee8 8322fi
d9898ee8 8323
8d138742 8324fi
d9898ee8 8325
d9898ee8 8326
d9898ee8 8327
d9898ee8 8328
d9898ee8 8329
d9898ee8 8330
b0322a85
CE
8331
8332
8333
8334
8335
8d138742
CE
8336#
8337# Check to make sure the static flag actually works.
8338#
8339wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
b0322a85 8340{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8d138742 8341$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
b0322a85 8342if ${lt_cv_prog_compiler_static_works+:} false; then :
8d138742
CE
8343 $as_echo_n "(cached) " >&6
8344else
8345 lt_cv_prog_compiler_static_works=no
8346 save_LDFLAGS="$LDFLAGS"
8347 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8348 echo "$lt_simple_link_test_code" > conftest.$ac_ext
8349 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8350 # The linker can only warn and ignore the option if not recognized
8351 # So say no if there are warnings
8352 if test -s conftest.err; then
8353 # Append any errors to the config.log.
8354 cat conftest.err 1>&5
b0322a85 8355 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8d138742
CE
8356 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8357 if diff conftest.exp conftest.er2 >/dev/null; then
8358 lt_cv_prog_compiler_static_works=yes
8359 fi
8360 else
8361 lt_cv_prog_compiler_static_works=yes
8362 fi
8363 fi
8364 $RM -r conftest*
8365 LDFLAGS="$save_LDFLAGS"
d9898ee8 8366
8d138742 8367fi
b0322a85 8368{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
8d138742 8369$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
d9898ee8 8370
8d138742
CE
8371if test x"$lt_cv_prog_compiler_static_works" = xyes; then
8372 :
8373else
8374 lt_prog_compiler_static=
8375fi
d9898ee8 8376
d9898ee8 8377
d9898ee8 8378
ac40fd9e 8379
d9898ee8 8380
d9898ee8 8381
d9898ee8 8382
b0322a85 8383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8d138742 8384$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
b0322a85 8385if ${lt_cv_prog_compiler_c_o+:} false; then :
8d138742
CE
8386 $as_echo_n "(cached) " >&6
8387else
8388 lt_cv_prog_compiler_c_o=no
8389 $RM -r conftest 2>/dev/null
8390 mkdir conftest
8391 cd conftest
8392 mkdir out
8393 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d9898ee8 8394
8d138742
CE
8395 lt_compiler_flag="-o out/conftest2.$ac_objext"
8396 # Insert the option either (1) after the last *FLAGS variable, or
8397 # (2) before a word containing "conftest.", or (3) at the end.
8398 # Note that $ac_compile itself does not contain backslashes and begins
8399 # with a dollar sign (not a hyphen), so the echo should work correctly.
8400 lt_compile=`echo "$ac_compile" | $SED \
8401 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8402 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8403 -e 's:$: $lt_compiler_flag:'`
b0322a85 8404 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8d138742
CE
8405 (eval "$lt_compile" 2>out/conftest.err)
8406 ac_status=$?
8407 cat out/conftest.err >&5
b0322a85 8408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8d138742
CE
8409 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8410 then
8411 # The compiler can only warn and ignore the option if not recognized
8412 # So say no if there are warnings
b0322a85 8413 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8d138742
CE
8414 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8415 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8416 lt_cv_prog_compiler_c_o=yes
8417 fi
8418 fi
8419 chmod u+w . 2>&5
8420 $RM conftest*
8421 # SGI C++ compiler will create directory out/ii_files/ for
8422 # template instantiation
8423 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8424 $RM out/* && rmdir out
8425 cd ..
8426 $RM -r conftest
8427 $RM conftest*
d9898ee8 8428
8d138742 8429fi
b0322a85 8430{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8d138742 8431$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d9898ee8 8432
d9898ee8 8433
d9898ee8 8434
d9898ee8 8435
d9898ee8 8436
d9898ee8 8437
b0322a85 8438 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
8d138742 8439$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
b0322a85 8440if ${lt_cv_prog_compiler_c_o+:} false; then :
8d138742
CE
8441 $as_echo_n "(cached) " >&6
8442else
8443 lt_cv_prog_compiler_c_o=no
8444 $RM -r conftest 2>/dev/null
8445 mkdir conftest
8446 cd conftest
8447 mkdir out
8448 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d9898ee8 8449
8d138742
CE
8450 lt_compiler_flag="-o out/conftest2.$ac_objext"
8451 # Insert the option either (1) after the last *FLAGS variable, or
8452 # (2) before a word containing "conftest.", or (3) at the end.
8453 # Note that $ac_compile itself does not contain backslashes and begins
8454 # with a dollar sign (not a hyphen), so the echo should work correctly.
8455 lt_compile=`echo "$ac_compile" | $SED \
8456 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8457 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8458 -e 's:$: $lt_compiler_flag:'`
b0322a85 8459 (eval echo "\"\$as_me:$LINENO: $lt_compile\"" >&5)
8d138742
CE
8460 (eval "$lt_compile" 2>out/conftest.err)
8461 ac_status=$?
8462 cat out/conftest.err >&5
b0322a85 8463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8d138742
CE
8464 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8465 then
8466 # The compiler can only warn and ignore the option if not recognized
8467 # So say no if there are warnings
b0322a85 8468 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8d138742
CE
8469 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8470 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8471 lt_cv_prog_compiler_c_o=yes
8472 fi
8473 fi
8474 chmod u+w . 2>&5
8475 $RM conftest*
8476 # SGI C++ compiler will create directory out/ii_files/ for
8477 # template instantiation
8478 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8479 $RM out/* && rmdir out
8480 cd ..
8481 $RM -r conftest
8482 $RM conftest*
d9898ee8 8483
8d138742 8484fi
b0322a85 8485{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
8d138742 8486$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
d9898ee8 8487
d9898ee8 8488
8d138742
CE
8489
8490
8491hard_links="nottested"
8492if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
8493 # do not overwrite the value of need_locks provided by the user
b0322a85 8494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
8d138742
CE
8495$as_echo_n "checking if we can lock with hard links... " >&6; }
8496 hard_links=yes
8497 $RM conftest*
8498 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8499 touch conftest.a
8500 ln conftest.a conftest.b 2>&5 || hard_links=no
8501 ln conftest.a conftest.b 2>/dev/null && hard_links=no
b0322a85 8502 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
8d138742
CE
8503$as_echo "$hard_links" >&6; }
8504 if test "$hard_links" = no; then
b0322a85 8505 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8d138742
CE
8506$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
8507 need_locks=warn
d9898ee8 8508 fi
8d138742
CE
8509else
8510 need_locks=no
8511fi
d9898ee8 8512
d9898ee8 8513
d9898ee8 8514
ac40fd9e 8515
d9898ee8 8516
d9898ee8 8517
b0322a85 8518 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8d138742 8519$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
d9898ee8 8520
8d138742
CE
8521 runpath_var=
8522 allow_undefined_flag=
8523 always_export_symbols=no
8524 archive_cmds=
8525 archive_expsym_cmds=
8526 compiler_needs_object=no
8527 enable_shared_with_static_runtimes=no
8528 export_dynamic_flag_spec=
8529 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8530 hardcode_automatic=no
8531 hardcode_direct=no
8532 hardcode_direct_absolute=no
8533 hardcode_libdir_flag_spec=
8d138742
CE
8534 hardcode_libdir_separator=
8535 hardcode_minus_L=no
8536 hardcode_shlibpath_var=unsupported
8537 inherit_rpath=no
8538 link_all_deplibs=unknown
8539 module_cmds=
8540 module_expsym_cmds=
8541 old_archive_from_new_cmds=
8542 old_archive_from_expsyms_cmds=
8543 thread_safe_flag_spec=
8544 whole_archive_flag_spec=
8545 # include_expsyms should be a list of space-separated symbols to be *always*
8546 # included in the symbol list
8547 include_expsyms=
8548 # exclude_expsyms can be an extended regexp of symbols to exclude
8549 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8550 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8551 # as well as any symbol that contains `d'.
8552 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
8553 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8554 # platforms (ab)use it in PIC code, but their linkers get confused if
8555 # the symbol is explicitly referenced. Since portable code cannot
8556 # rely on this symbol name, it's probably fine to never include it in
8557 # preloaded symbol tables.
8558 # Exclude shared library initialization/finalization symbols.
8559 extract_expsyms_cmds=
d9898ee8 8560
8d138742
CE
8561 case $host_os in
8562 cygwin* | mingw* | pw32* | cegcc*)
8563 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8564 # When not using gcc, we currently assume that we are using
8565 # Microsoft Visual C++.
8566 if test "$GCC" != yes; then
8567 with_gnu_ld=no
8568 fi
8569 ;;
8570 interix*)
8571 # we just hope/assume this is gcc and not c89 (= MSVC++)
8572 with_gnu_ld=yes
8573 ;;
8574 openbsd*)
8575 with_gnu_ld=no
8576 ;;
8577 esac
8578
8579 ld_shlibs=yes
b0322a85
CE
8580
8581 # On some targets, GNU ld is compatible enough with the native linker
8582 # that we're better off using the native interface for both.
8583 lt_use_gnu_ld_interface=no
d9898ee8 8584 if test "$with_gnu_ld" = yes; then
b0322a85
CE
8585 case $host_os in
8586 aix*)
8587 # The AIX port of GNU ld has always aspired to compatibility
8588 # with the native linker. However, as the warning in the GNU ld
8589 # block says, versions before 2.19.5* couldn't really create working
8590 # shared libraries, regardless of the interface used.
8591 case `$LD -v 2>&1` in
8592 *\ \(GNU\ Binutils\)\ 2.19.5*) ;;
8593 *\ \(GNU\ Binutils\)\ 2.[2-9]*) ;;
8594 *\ \(GNU\ Binutils\)\ [3-9]*) ;;
8595 *)
8596 lt_use_gnu_ld_interface=yes
8597 ;;
8598 esac
8599 ;;
8600 *)
8601 lt_use_gnu_ld_interface=yes
8602 ;;
8603 esac
8604 fi
8605
8606 if test "$lt_use_gnu_ld_interface" = yes; then
8d138742
CE
8607 # If archive_cmds runs LD, not CC, wlarc should be empty
8608 wlarc='${wl}'
d9898ee8 8609
8d138742
CE
8610 # Set some defaults for GNU ld with shared library support. These
8611 # are reset later if shared libraries are not supported. Putting them
8612 # here allows them to be overridden if necessary.
8613 runpath_var=LD_RUN_PATH
8614 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8615 export_dynamic_flag_spec='${wl}--export-dynamic'
8616 # ancient GNU ld didn't support --whole-archive et. al.
8617 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8618 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8619 else
8620 whole_archive_flag_spec=
8621 fi
8622 supports_anon_versioning=no
8623 case `$LD -v 2>&1` in
b0322a85 8624 *GNU\ gold*) supports_anon_versioning=yes ;;
8d138742
CE
8625 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8626 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8627 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8628 *\ 2.11.*) ;; # other 2.11 versions
8629 *) supports_anon_versioning=yes ;;
8630 esac
d9898ee8 8631
8d138742
CE
8632 # See if GNU ld supports shared libraries.
8633 case $host_os in
8634 aix[3-9]*)
8635 # On AIX/PPC, the GNU linker is very broken
8636 if test "$host_cpu" != ia64; then
8637 ld_shlibs=no
8638 cat <<_LT_EOF 1>&2
d9898ee8 8639
b0322a85 8640*** Warning: the GNU linker, at least up to release 2.19, is reported
8d138742
CE
8641*** to be unable to reliably create shared libraries on AIX.
8642*** Therefore, libtool is disabling shared libraries support. If you
b0322a85
CE
8643*** really care for shared libraries, you may want to install binutils
8644*** 2.20 or above, or modify your PATH so that a non-GNU linker is found.
8645*** You will then need to restart the configuration process.
d9898ee8 8646
8d138742
CE
8647_LT_EOF
8648 fi
8649 ;;
d9898ee8 8650
8d138742
CE
8651 amigaos*)
8652 case $host_cpu in
8653 powerpc)
8654 # see comment about AmigaOS4 .so support
8655 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8656 archive_expsym_cmds=''
8657 ;;
8658 m68k)
8659 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)'
8660 hardcode_libdir_flag_spec='-L$libdir'
8661 hardcode_minus_L=yes
8662 ;;
8663 esac
8664 ;;
d9898ee8 8665
8d138742
CE
8666 beos*)
8667 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8668 allow_undefined_flag=unsupported
8669 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8670 # support --undefined. This deserves some investigation. FIXME
8671 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8672 else
8673 ld_shlibs=no
8674 fi
8675 ;;
d9898ee8 8676
8d138742
CE
8677 cygwin* | mingw* | pw32* | cegcc*)
8678 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
8679 # as there is no search path for DLLs.
8680 hardcode_libdir_flag_spec='-L$libdir'
b0322a85 8681 export_dynamic_flag_spec='${wl}--export-all-symbols'
8d138742
CE
8682 allow_undefined_flag=unsupported
8683 always_export_symbols=no
8684 enable_shared_with_static_runtimes=yes
b0322a85
CE
8685 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/;s/^.*[ ]__nm__\([^ ]*\)[ ][^ ]*/\1 DATA/;/^I[ ]/d;/^[AITW][ ]/s/.* //'\'' | sort | uniq > $export_symbols'
8686 exclude_expsyms='[_]+GLOBAL_OFFSET_TABLE_|[_]+GLOBAL__[FID]_.*|[_]+head_[A-Za-z0-9_]+_dll|[A-Za-z0-9_]+_dll_iname'
d9898ee8 8687
8d138742
CE
8688 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8689 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8690 # If the export-symbols file already is a .def file (1st line
8691 # is EXPORTS), use it as is; otherwise, prepend...
8692 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
8693 cp $export_symbols $output_objdir/$soname.def;
8694 else
8695 echo EXPORTS > $output_objdir/$soname.def;
8696 cat $export_symbols >> $output_objdir/$soname.def;
8697 fi~
8698 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8699 else
8700 ld_shlibs=no
8701 fi
8702 ;;
d9898ee8 8703
b0322a85
CE
8704 haiku*)
8705 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8706 link_all_deplibs=yes
8707 ;;
8708
8d138742
CE
8709 interix[3-9]*)
8710 hardcode_direct=no
8711 hardcode_shlibpath_var=no
8712 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8713 export_dynamic_flag_spec='${wl}-E'
8714 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8715 # Instead, shared libraries are loaded at an image base (0x10000000 by
8716 # default) and relocated if they conflict, which is a slow very memory
8717 # consuming and fragmenting process. To avoid this, we pick a random,
8718 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8719 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8720 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8721 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'
8722 ;;
d9898ee8 8723
b0322a85 8724 gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
8d138742
CE
8725 tmp_diet=no
8726 if test "$host_os" = linux-dietlibc; then
8727 case $cc_basename in
8728 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8729 esac
8730 fi
8731 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8732 && test "$tmp_diet" = no
8733 then
b0322a85 8734 tmp_addflag=' $pic_flag'
8d138742
CE
8735 tmp_sharedflag='-shared'
8736 case $cc_basename,$host_cpu in
8737 pgcc*) # Portland Group C compiler
b0322a85 8738 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'
8d138742
CE
8739 tmp_addflag=' $pic_flag'
8740 ;;
b0322a85
CE
8741 pgf77* | pgf90* | pgf95* | pgfortran*)
8742 # Portland Group f77 and f90 compilers
8743 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'
8d138742
CE
8744 tmp_addflag=' $pic_flag -Mnomain' ;;
8745 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
8746 tmp_addflag=' -i_dynamic' ;;
8747 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8748 tmp_addflag=' -i_dynamic -nofor_main' ;;
8749 ifc* | ifort*) # Intel Fortran compiler
8750 tmp_addflag=' -nofor_main' ;;
8751 lf95*) # Lahey Fortran 8.1
8752 whole_archive_flag_spec=
8753 tmp_sharedflag='--shared' ;;
b0322a85 8754 xl[cC]* | bgxl[cC]* | mpixl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8d138742
CE
8755 tmp_sharedflag='-qmkshrobj'
8756 tmp_addflag= ;;
b0322a85
CE
8757 nvcc*) # Cuda Compiler Driver 2.2
8758 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'
8759 compiler_needs_object=yes
8760 ;;
8d138742
CE
8761 esac
8762 case `$CC -V 2>&1 | sed 5q` in
8763 *Sun\ C*) # Sun C 5.9
b0322a85 8764 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'
8d138742
CE
8765 compiler_needs_object=yes
8766 tmp_sharedflag='-G' ;;
8767 *Sun\ F*) # Sun Fortran 8.3
8768 tmp_sharedflag='-G' ;;
8769 esac
8770 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
d9898ee8 8771
8d138742
CE
8772 if test "x$supports_anon_versioning" = xyes; then
8773 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8774 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8775 echo "local: *; };" >> $output_objdir/$libname.ver~
8776 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8777 fi
d9898ee8 8778
8d138742 8779 case $cc_basename in
b0322a85 8780 xlf* | bgf* | bgxlf* | mpixlf*)
8d138742
CE
8781 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8782 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
b0322a85
CE
8783 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8784 archive_cmds='$LD -shared $libobjs $deplibs $linker_flags -soname $soname -o $lib'
8d138742
CE
8785 if test "x$supports_anon_versioning" = xyes; then
8786 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8787 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8788 echo "local: *; };" >> $output_objdir/$libname.ver~
b0322a85 8789 $LD -shared $libobjs $deplibs $linker_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8d138742
CE
8790 fi
8791 ;;
8792 esac
8793 else
8794 ld_shlibs=no
8795 fi
8796 ;;
8797
8798 netbsd*)
8799 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8800 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8801 wlarc=
8802 else
b0322a85
CE
8803 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8804 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8d138742
CE
8805 fi
8806 ;;
8807
8808 solaris*)
8809 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8810 ld_shlibs=no
8811 cat <<_LT_EOF 1>&2
8812
8813*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8814*** create shared libraries on Solaris systems. Therefore, libtool
8815*** is disabling shared libraries support. We urge you to upgrade GNU
8816*** binutils to release 2.9.1 or newer. Another option is to modify
8817*** your PATH or compiler configuration so that the native linker is
8818*** used, and then restart.
8819
8820_LT_EOF
8821 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
b0322a85
CE
8822 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8823 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8d138742
CE
8824 else
8825 ld_shlibs=no
8826 fi
8827 ;;
8828
8829 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8830 case `$LD -v 2>&1` in
8831 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8832 ld_shlibs=no
8833 cat <<_LT_EOF 1>&2
8834
8835*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8836*** reliably create shared libraries on SCO systems. Therefore, libtool
8837*** is disabling shared libraries support. We urge you to upgrade GNU
8838*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8839*** your PATH or compiler configuration so that the native linker is
8840*** used, and then restart.
8841
8842_LT_EOF
8843 ;;
8844 *)
8845 # For security reasons, it is highly recommended that you always
8846 # use absolute paths for naming shared libraries, and exclude the
8847 # DT_RUNPATH tag from executables and libraries. But doing so
8848 # requires that you compile everything twice, which is a pain.
8849 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8850 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8851 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8852 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8853 else
8854 ld_shlibs=no
8855 fi
8856 ;;
8857 esac
8858 ;;
8859
8860 sunos4*)
8861 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8862 wlarc=
8863 hardcode_direct=yes
8864 hardcode_shlibpath_var=no
8865 ;;
8866
8867 *)
8868 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
b0322a85
CE
8869 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8870 archive_expsym_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8d138742
CE
8871 else
8872 ld_shlibs=no
8873 fi
8874 ;;
8875 esac
8876
8877 if test "$ld_shlibs" = no; then
8878 runpath_var=
8879 hardcode_libdir_flag_spec=
8880 export_dynamic_flag_spec=
8881 whole_archive_flag_spec=
8882 fi
8883 else
8884 # PORTME fill in a description of your system's linker (not GNU ld)
8885 case $host_os in
8886 aix3*)
8887 allow_undefined_flag=unsupported
8888 always_export_symbols=yes
8889 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'
8890 # Note: this linker hardcodes the directories in LIBPATH if there
8891 # are no directories specified by -L.
8892 hardcode_minus_L=yes
8893 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8894 # Neither direct hardcoding nor static linking is supported with a
8895 # broken collect2.
8896 hardcode_direct=unsupported
8897 fi
8898 ;;
8899
8900 aix[4-9]*)
8901 if test "$host_cpu" = ia64; then
8902 # On IA64, the linker does run time linking by default, so we don't
8903 # have to do anything special.
8904 aix_use_runtimelinking=no
8905 exp_sym_flag='-Bexport'
8906 no_entry_flag=""
8907 else
8908 # If we're using GNU nm, then we don't want the "-C" option.
8909 # -C means demangle to AIX nm, but means don't demangle with GNU nm
b0322a85
CE
8910 # Also, AIX nm treats weak defined symbols like other global
8911 # defined symbols, whereas GNU nm marks them as "W".
8d138742 8912 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
b0322a85 8913 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'
8d138742
CE
8914 else
8915 export_symbols_cmds='$NM -BCpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
8916 fi
8917 aix_use_runtimelinking=no
8918
8919 # Test if we are trying to use run time linking or normal
8920 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8921 # need to do runtime linking.
8922 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8923 for ld_flag in $LDFLAGS; do
8924 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8925 aix_use_runtimelinking=yes
8926 break
8927 fi
8928 done
8929 ;;
8930 esac
8931
8932 exp_sym_flag='-bexport'
8933 no_entry_flag='-bnoentry'
8934 fi
8935
8936 # When large executables or shared objects are built, AIX ld can
8937 # have problems creating the table of contents. If linking a library
8938 # or program results in "error TOC overflow" add -mminimal-toc to
8939 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8940 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8941
8942 archive_cmds=''
8943 hardcode_direct=yes
8944 hardcode_direct_absolute=yes
8945 hardcode_libdir_separator=':'
8946 link_all_deplibs=yes
8947 file_list_spec='${wl}-f,'
8948
8949 if test "$GCC" = yes; then
8950 case $host_os in aix4.[012]|aix4.[012].*)
8951 # We only want to do this on AIX 4.2 and lower, the check
8952 # below for broken collect2 doesn't work under 4.3+
8953 collect2name=`${CC} -print-prog-name=collect2`
8954 if test -f "$collect2name" &&
8955 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8956 then
8957 # We have reworked collect2
8958 :
8959 else
8960 # We have old collect2
8961 hardcode_direct=unsupported
8962 # It fails to find uninstalled libraries when the uninstalled
8963 # path is not listed in the libpath. Setting hardcode_minus_L
8964 # to unsupported forces relinking
8965 hardcode_minus_L=yes
8966 hardcode_libdir_flag_spec='-L$libdir'
8967 hardcode_libdir_separator=
8968 fi
8969 ;;
8970 esac
8971 shared_flag='-shared'
8972 if test "$aix_use_runtimelinking" = yes; then
8973 shared_flag="$shared_flag "'${wl}-G'
8974 fi
8975 else
8976 # not using gcc
8977 if test "$host_cpu" = ia64; then
8978 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8979 # chokes on -Wl,-G. The following line is correct:
8980 shared_flag='-G'
8981 else
8982 if test "$aix_use_runtimelinking" = yes; then
8983 shared_flag='${wl}-G'
8984 else
8985 shared_flag='${wl}-bM:SRE'
8986 fi
8987 fi
8988 fi
8989
8990 export_dynamic_flag_spec='${wl}-bexpall'
8991 # It seems that -bexpall does not export symbols beginning with
8992 # underscore (_), so it is better to generate a list of symbols to export.
8993 always_export_symbols=yes
8994 if test "$aix_use_runtimelinking" = yes; then
8995 # Warning - without using the other runtime loading flags (-brtl),
8996 # -berok will link without error, but may produce a broken library.
8997 allow_undefined_flag='-berok'
8998 # Determine the default libpath from the value encoded in an
8999 # empty executable.
b0322a85
CE
9000 if test "${lt_cv_aix_libpath+set}" = set; then
9001 aix_libpath=$lt_cv_aix_libpath
9002else
9003 if ${lt_cv_aix_libpath_+:} false; then :
9004 $as_echo_n "(cached) " >&6
9005else
9006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d9898ee8 9007/* end confdefs.h. */
9008
d9898ee8 9009int
9010main ()
9011{
8d138742 9012
d9898ee8 9013 ;
9014 return 0;
9015}
9016_ACEOF
b0322a85 9017if ac_fn_c_try_link "$LINENO"; then :
d9898ee8 9018
b0322a85
CE
9019 lt_aix_libpath_sed='
9020 /Import File Strings/,/^$/ {
9021 /^0/ {
9022 s/^0 *\([^ ]*\) *$/\1/
9023 p
9024 }
9025 }'
9026 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9027 # Check for a 64-bit object if we didn't find anything.
9028 if test -z "$lt_cv_aix_libpath_"; then
9029 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9030 fi
9031fi
9032rm -f core conftest.err conftest.$ac_objext \
9033 conftest$ac_exeext conftest.$ac_ext
9034 if test -z "$lt_cv_aix_libpath_"; then
9035 lt_cv_aix_libpath_="/usr/lib:/lib"
9036 fi
d9898ee8 9037
9038fi
9039
b0322a85
CE
9040 aix_libpath=$lt_cv_aix_libpath_
9041fi
d9898ee8 9042
8d138742 9043 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
b0322a85 9044 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"
8d138742
CE
9045 else
9046 if test "$host_cpu" = ia64; then
9047 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
9048 allow_undefined_flag="-z nodefs"
9049 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"
9050 else
9051 # Determine the default libpath from the value encoded in an
9052 # empty executable.
b0322a85
CE
9053 if test "${lt_cv_aix_libpath+set}" = set; then
9054 aix_libpath=$lt_cv_aix_libpath
9055else
9056 if ${lt_cv_aix_libpath_+:} false; then :
9057 $as_echo_n "(cached) " >&6
9058else
9059 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
d9898ee8 9060/* end confdefs.h. */
d9898ee8 9061
8d138742
CE
9062int
9063main ()
9064{
d9898ee8 9065
d9898ee8 9066 ;
9067 return 0;
9068}
9069_ACEOF
b0322a85 9070if ac_fn_c_try_link "$LINENO"; then :
d9898ee8 9071
b0322a85
CE
9072 lt_aix_libpath_sed='
9073 /Import File Strings/,/^$/ {
9074 /^0/ {
9075 s/^0 *\([^ ]*\) *$/\1/
9076 p
9077 }
9078 }'
9079 lt_cv_aix_libpath_=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9080 # Check for a 64-bit object if we didn't find anything.
9081 if test -z "$lt_cv_aix_libpath_"; then
9082 lt_cv_aix_libpath_=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
9083 fi
9084fi
9085rm -f core conftest.err conftest.$ac_objext \
9086 conftest$ac_exeext conftest.$ac_ext
9087 if test -z "$lt_cv_aix_libpath_"; then
9088 lt_cv_aix_libpath_="/usr/lib:/lib"
9089 fi
8d138742 9090
d9898ee8 9091fi
dd184caf 9092
b0322a85
CE
9093 aix_libpath=$lt_cv_aix_libpath_
9094fi
d9898ee8 9095
8d138742
CE
9096 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
9097 # Warning - without using the other run time loading flags,
9098 # -berok will link without error, but may produce a broken library.
9099 no_undefined_flag=' ${wl}-bernotok'
9100 allow_undefined_flag=' ${wl}-berok'
b0322a85
CE
9101 if test "$with_gnu_ld" = yes; then
9102 # We only use this code for GNU lds that support --whole-archive.
9103 whole_archive_flag_spec='${wl}--whole-archive$convenience ${wl}--no-whole-archive'
9104 else
9105 # Exported symbols can be pulled into shared objects from archives
9106 whole_archive_flag_spec='$convenience'
9107 fi
8d138742
CE
9108 archive_cmds_need_lc=yes
9109 # This is similar to how AIX traditionally builds its shared libraries.
9110 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'
9111 fi
9112 fi
9113 ;;
9114
9115 amigaos*)
9116 case $host_cpu in
9117 powerpc)
9118 # see comment about AmigaOS4 .so support
9119 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
9120 archive_expsym_cmds=''
9121 ;;
9122 m68k)
9123 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)'
9124 hardcode_libdir_flag_spec='-L$libdir'
9125 hardcode_minus_L=yes
9126 ;;
9127 esac
9128 ;;
9129
9130 bsdi[45]*)
9131 export_dynamic_flag_spec=-rdynamic
9132 ;;
9133
9134 cygwin* | mingw* | pw32* | cegcc*)
9135 # When not using gcc, we currently assume that we are using
9136 # Microsoft Visual C++.
9137 # hardcode_libdir_flag_spec is actually meaningless, as there is
9138 # no search path for DLLs.
b0322a85
CE
9139 case $cc_basename in
9140 cl*)
9141 # Native MSVC
9142 hardcode_libdir_flag_spec=' '
9143 allow_undefined_flag=unsupported
9144 always_export_symbols=yes
9145 file_list_spec='@'
9146 # Tell ltmain to make .lib files, not .a files.
9147 libext=lib
9148 # Tell ltmain to make .dll files, not .so files.
9149 shrext_cmds=".dll"
9150 # FIXME: Setting linknames here is a bad hack.
9151 archive_cmds='$CC -o $output_objdir/$soname $libobjs $compiler_flags $deplibs -Wl,-dll~linknames='
9152 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
9153 sed -n -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' -e '1\\\!p' < $export_symbols > $output_objdir/$soname.exp;
9154 else
9155 sed -e 's/\\\\\\\(.*\\\\\\\)/-link\\\ -EXPORT:\\\\\\\1/' < $export_symbols > $output_objdir/$soname.exp;
9156 fi~
9157 $CC -o $tool_output_objdir$soname $libobjs $compiler_flags $deplibs "@$tool_output_objdir$soname.exp" -Wl,-DLL,-IMPLIB:"$tool_output_objdir$libname.dll.lib"~
9158 linknames='
9159 # The linker will not automatically build a static lib if we build a DLL.
9160 # _LT_TAGVAR(old_archive_from_new_cmds, )='true'
9161 enable_shared_with_static_runtimes=yes
9162 exclude_expsyms='_NULL_IMPORT_DESCRIPTOR|_IMPORT_DESCRIPTOR_.*'
9163 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1,DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
9164 # Don't use ranlib
9165 old_postinstall_cmds='chmod 644 $oldlib'
9166 postlink_cmds='lt_outputfile="@OUTPUT@"~
9167 lt_tool_outputfile="@TOOL_OUTPUT@"~
9168 case $lt_outputfile in
9169 *.exe|*.EXE) ;;
9170 *)
9171 lt_outputfile="$lt_outputfile.exe"
9172 lt_tool_outputfile="$lt_tool_outputfile.exe"
9173 ;;
9174 esac~
9175 if test "$MANIFEST_TOOL" != ":" && test -f "$lt_outputfile.manifest"; then
9176 $MANIFEST_TOOL -manifest "$lt_tool_outputfile.manifest" -outputresource:"$lt_tool_outputfile" || exit 1;
9177 $RM "$lt_outputfile.manifest";
9178 fi'
9179 ;;
9180 *)
9181 # Assume MSVC wrapper
9182 hardcode_libdir_flag_spec=' '
9183 allow_undefined_flag=unsupported
9184 # Tell ltmain to make .lib files, not .a files.
9185 libext=lib
9186 # Tell ltmain to make .dll files, not .so files.
9187 shrext_cmds=".dll"
9188 # FIXME: Setting linknames here is a bad hack.
9189 archive_cmds='$CC -o $lib $libobjs $compiler_flags `func_echo_all "$deplibs" | $SED '\''s/ -lc$//'\''` -link -dll~linknames='
9190 # The linker will automatically build a .lib file if we build a DLL.
9191 old_archive_from_new_cmds='true'
9192 # FIXME: Should let the user specify the lib program.
9193 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9194 enable_shared_with_static_runtimes=yes
9195 ;;
9196 esac
8d138742
CE
9197 ;;
9198
9199 darwin* | rhapsody*)
9200
9201
9202 archive_cmds_need_lc=no
9203 hardcode_direct=no
9204 hardcode_automatic=yes
9205 hardcode_shlibpath_var=unsupported
b0322a85
CE
9206 if test "$lt_cv_ld_force_load" = "yes"; then
9207 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\"`'
9208
9209 else
9210 whole_archive_flag_spec=''
9211 fi
8d138742
CE
9212 link_all_deplibs=yes
9213 allow_undefined_flag="$_lt_dar_allow_undefined"
9214 case $cc_basename in
9215 ifort*) _lt_dar_can_shared=yes ;;
9216 *) _lt_dar_can_shared=$GCC ;;
9217 esac
9218 if test "$_lt_dar_can_shared" = "yes"; then
b0322a85 9219 output_verbose_link_cmd=func_echo_all
8d138742
CE
9220 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9221 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9222 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}"
9223 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}"
9224
9225 else
9226 ld_shlibs=no
9227 fi
9228
9229 ;;
9230
9231 dgux*)
9232 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9233 hardcode_libdir_flag_spec='-L$libdir'
9234 hardcode_shlibpath_var=no
9235 ;;
9236
8d138742
CE
9237 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9238 # support. Future versions do this automatically, but an explicit c++rt0.o
9239 # does not break anything, and helps significantly (at the cost of a little
9240 # extra space).
9241 freebsd2.2*)
9242 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9243 hardcode_libdir_flag_spec='-R$libdir'
9244 hardcode_direct=yes
9245 hardcode_shlibpath_var=no
9246 ;;
9247
9248 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
b0322a85 9249 freebsd2.*)
8d138742
CE
9250 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9251 hardcode_direct=yes
9252 hardcode_minus_L=yes
9253 hardcode_shlibpath_var=no
9254 ;;
9255
9256 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
9257 freebsd* | dragonfly*)
b0322a85 9258 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8d138742
CE
9259 hardcode_libdir_flag_spec='-R$libdir'
9260 hardcode_direct=yes
9261 hardcode_shlibpath_var=no
9262 ;;
9263
9264 hpux9*)
9265 if test "$GCC" = yes; then
b0322a85 9266 archive_cmds='$RM $output_objdir/$soname~$CC -shared $pic_flag ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
8d138742
CE
9267 else
9268 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'
9269 fi
9270 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9271 hardcode_libdir_separator=:
9272 hardcode_direct=yes
9273
9274 # hardcode_minus_L: Not really in the search PATH,
9275 # but as the default location of the library.
9276 hardcode_minus_L=yes
9277 export_dynamic_flag_spec='${wl}-E'
9278 ;;
9279
9280 hpux10*)
b0322a85
CE
9281 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
9282 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8d138742
CE
9283 else
9284 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9285 fi
9286 if test "$with_gnu_ld" = no; then
9287 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8d138742
CE
9288 hardcode_libdir_separator=:
9289 hardcode_direct=yes
9290 hardcode_direct_absolute=yes
9291 export_dynamic_flag_spec='${wl}-E'
9292 # hardcode_minus_L: Not really in the search PATH,
9293 # but as the default location of the library.
9294 hardcode_minus_L=yes
9295 fi
9296 ;;
9297
9298 hpux11*)
b0322a85 9299 if test "$GCC" = yes && test "$with_gnu_ld" = no; then
8d138742
CE
9300 case $host_cpu in
9301 hppa*64*)
9302 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9303 ;;
9304 ia64*)
b0322a85 9305 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8d138742
CE
9306 ;;
9307 *)
b0322a85 9308 archive_cmds='$CC -shared $pic_flag ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8d138742
CE
9309 ;;
9310 esac
9311 else
9312 case $host_cpu in
9313 hppa*64*)
9314 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9315 ;;
9316 ia64*)
9317 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
9318 ;;
9319 *)
b0322a85
CE
9320
9321 # Older versions of the 11.00 compiler do not understand -b yet
9322 # (HP92453-01 A.11.01.20 doesn't, HP92453-01 B.11.X.35175-35176.GP does)
9323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $CC understands -b" >&5
9324$as_echo_n "checking if $CC understands -b... " >&6; }
9325if ${lt_cv_prog_compiler__b+:} false; then :
9326 $as_echo_n "(cached) " >&6
9327else
9328 lt_cv_prog_compiler__b=no
9329 save_LDFLAGS="$LDFLAGS"
9330 LDFLAGS="$LDFLAGS -b"
9331 echo "$lt_simple_link_test_code" > conftest.$ac_ext
9332 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
9333 # The linker can only warn and ignore the option if not recognized
9334 # So say no if there are warnings
9335 if test -s conftest.err; then
9336 # Append any errors to the config.log.
9337 cat conftest.err 1>&5
9338 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9339 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
9340 if diff conftest.exp conftest.er2 >/dev/null; then
9341 lt_cv_prog_compiler__b=yes
9342 fi
9343 else
9344 lt_cv_prog_compiler__b=yes
9345 fi
9346 fi
9347 $RM -r conftest*
9348 LDFLAGS="$save_LDFLAGS"
9349
9350fi
9351{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler__b" >&5
9352$as_echo "$lt_cv_prog_compiler__b" >&6; }
9353
9354if test x"$lt_cv_prog_compiler__b" = xyes; then
9355 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
9356else
9357 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
9358fi
9359
8d138742
CE
9360 ;;
9361 esac
9362 fi
9363 if test "$with_gnu_ld" = no; then
9364 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9365 hardcode_libdir_separator=:
9366
9367 case $host_cpu in
9368 hppa*64*|ia64*)
9369 hardcode_direct=no
9370 hardcode_shlibpath_var=no
9371 ;;
9372 *)
9373 hardcode_direct=yes
9374 hardcode_direct_absolute=yes
9375 export_dynamic_flag_spec='${wl}-E'
9376
9377 # hardcode_minus_L: Not really in the search PATH,
9378 # but as the default location of the library.
9379 hardcode_minus_L=yes
9380 ;;
9381 esac
9382 fi
9383 ;;
9384
9385 irix5* | irix6* | nonstopux*)
9386 if test "$GCC" = yes; then
b0322a85 9387 archive_cmds='$CC -shared $pic_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'
8d138742
CE
9388 # Try to use the -exported_symbol ld option, if it does not
9389 # work, assume that -exports_file does not work either and
9390 # implicitly export all symbols.
b0322a85
CE
9391 # This should be the same for all languages, so no per-tag cache variable.
9392 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $host_os linker accepts -exported_symbol" >&5
9393$as_echo_n "checking whether the $host_os linker accepts -exported_symbol... " >&6; }
9394if ${lt_cv_irix_exported_symbol+:} false; then :
9395 $as_echo_n "(cached) " >&6
9396else
9397 save_LDFLAGS="$LDFLAGS"
9398 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9399 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9400/* end confdefs.h. */
9401int foo (void) { return 0; }
d9898ee8 9402_ACEOF
b0322a85
CE
9403if ac_fn_c_try_link "$LINENO"; then :
9404 lt_cv_irix_exported_symbol=yes
d9898ee8 9405else
b0322a85 9406 lt_cv_irix_exported_symbol=no
d9898ee8 9407fi
b0322a85
CE
9408rm -f core conftest.err conftest.$ac_objext \
9409 conftest$ac_exeext conftest.$ac_ext
9410 LDFLAGS="$save_LDFLAGS"
9411fi
9412{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_irix_exported_symbol" >&5
9413$as_echo "$lt_cv_irix_exported_symbol" >&6; }
9414 if test "$lt_cv_irix_exported_symbol" = yes; then
9415 archive_expsym_cmds='$CC -shared $pic_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 ${wl}-exports_file ${wl}$export_symbols -o $lib'
9416 fi
8d138742 9417 else
b0322a85
CE
9418 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'
9419 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'
8d138742
CE
9420 fi
9421 archive_cmds_need_lc='no'
9422 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9423 hardcode_libdir_separator=:
9424 inherit_rpath=yes
9425 link_all_deplibs=yes
9426 ;;
d9898ee8 9427
8d138742
CE
9428 netbsd*)
9429 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9430 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
9431 else
9432 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
9433 fi
9434 hardcode_libdir_flag_spec='-R$libdir'
9435 hardcode_direct=yes
9436 hardcode_shlibpath_var=no
9437 ;;
d9898ee8 9438
8d138742
CE
9439 newsos6)
9440 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9441 hardcode_direct=yes
9442 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9443 hardcode_libdir_separator=:
9444 hardcode_shlibpath_var=no
9445 ;;
d9898ee8 9446
8d138742
CE
9447 *nto* | *qnx*)
9448 ;;
d9898ee8 9449
8d138742
CE
9450 openbsd*)
9451 if test -f /usr/libexec/ld.so; then
9452 hardcode_direct=yes
9453 hardcode_shlibpath_var=no
9454 hardcode_direct_absolute=yes
9455 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9456 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9457 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9458 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9459 export_dynamic_flag_spec='${wl}-E'
9460 else
9461 case $host_os in
9462 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9463 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9464 hardcode_libdir_flag_spec='-R$libdir'
9465 ;;
9466 *)
9467 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9468 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9469 ;;
9470 esac
9471 fi
9472 else
9473 ld_shlibs=no
9474 fi
9475 ;;
d9898ee8 9476
8d138742
CE
9477 os2*)
9478 hardcode_libdir_flag_spec='-L$libdir'
9479 hardcode_minus_L=yes
9480 allow_undefined_flag=unsupported
b0322a85 9481 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'
8d138742
CE
9482 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
9483 ;;
dd184caf 9484
8d138742
CE
9485 osf3*)
9486 if test "$GCC" = yes; then
9487 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
b0322a85 9488 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'
8d138742
CE
9489 else
9490 allow_undefined_flag=' -expect_unresolved \*'
b0322a85 9491 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'
8d138742
CE
9492 fi
9493 archive_cmds_need_lc='no'
9494 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9495 hardcode_libdir_separator=:
9496 ;;
d9898ee8 9497
8d138742
CE
9498 osf4* | osf5*) # as osf3* with the addition of -msym flag
9499 if test "$GCC" = yes; then
9500 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
b0322a85 9501 archive_cmds='$CC -shared${allow_undefined_flag} $pic_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'
8d138742
CE
9502 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9503 else
9504 allow_undefined_flag=' -expect_unresolved \*'
b0322a85 9505 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'
8d138742 9506 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~
b0322a85 9507 $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'
d9898ee8 9508
8d138742
CE
9509 # Both c and cxx compiler support -rpath directly
9510 hardcode_libdir_flag_spec='-rpath $libdir'
9511 fi
9512 archive_cmds_need_lc='no'
9513 hardcode_libdir_separator=:
9514 ;;
dd184caf 9515
8d138742
CE
9516 solaris*)
9517 no_undefined_flag=' -z defs'
9518 if test "$GCC" = yes; then
9519 wlarc='${wl}'
b0322a85 9520 archive_cmds='$CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8d138742 9521 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
b0322a85 9522 $CC -shared $pic_flag ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8d138742
CE
9523 else
9524 case `$CC -V 2>&1` in
9525 *"Compilers 5.0"*)
9526 wlarc=''
9527 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9528 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9529 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9530 ;;
9531 *)
9532 wlarc='${wl}'
9533 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9534 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9535 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9536 ;;
9537 esac
9538 fi
9539 hardcode_libdir_flag_spec='-R$libdir'
9540 hardcode_shlibpath_var=no
9541 case $host_os in
9542 solaris2.[0-5] | solaris2.[0-5].*) ;;
9543 *)
9544 # The compiler driver will combine and reorder linker options,
9545 # but understands `-z linker_flag'. GCC discards it without `$wl',
9546 # but is careful enough not to reorder.
9547 # Supported since Solaris 2.6 (maybe 2.5.1?)
9548 if test "$GCC" = yes; then
9549 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9550 else
9551 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9552 fi
9553 ;;
9554 esac
9555 link_all_deplibs=yes
9556 ;;
d9898ee8 9557
8d138742
CE
9558 sunos4*)
9559 if test "x$host_vendor" = xsequent; then
9560 # Use $CC to link under sequent, because it throws in some extra .o
9561 # files that make .init and .fini sections work.
9562 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
9563 else
9564 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
9565 fi
9566 hardcode_libdir_flag_spec='-L$libdir'
9567 hardcode_direct=yes
9568 hardcode_minus_L=yes
9569 hardcode_shlibpath_var=no
9570 ;;
d9898ee8 9571
8d138742
CE
9572 sysv4)
9573 case $host_vendor in
9574 sni)
9575 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9576 hardcode_direct=yes # is this really true???
9577 ;;
9578 siemens)
9579 ## LD is ld it makes a PLAMLIB
9580 ## CC just makes a GrossModule.
9581 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9582 reload_cmds='$CC -r -o $output$reload_objs'
9583 hardcode_direct=no
9584 ;;
9585 motorola)
9586 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9587 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
9588 ;;
9589 esac
9590 runpath_var='LD_RUN_PATH'
9591 hardcode_shlibpath_var=no
9592 ;;
dd184caf 9593
8d138742
CE
9594 sysv4.3*)
9595 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9596 hardcode_shlibpath_var=no
9597 export_dynamic_flag_spec='-Bexport'
9598 ;;
d9898ee8 9599
8d138742
CE
9600 sysv4*MP*)
9601 if test -d /usr/nec; then
9602 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9603 hardcode_shlibpath_var=no
9604 runpath_var=LD_RUN_PATH
9605 hardcode_runpath_var=yes
9606 ld_shlibs=yes
9607 fi
9608 ;;
d9898ee8 9609
8d138742
CE
9610 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9611 no_undefined_flag='${wl}-z,text'
9612 archive_cmds_need_lc=no
9613 hardcode_shlibpath_var=no
9614 runpath_var='LD_RUN_PATH'
dd184caf 9615
8d138742
CE
9616 if test "$GCC" = yes; then
9617 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9618 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9619 else
9620 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9621 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9622 fi
9623 ;;
d9898ee8 9624
8d138742
CE
9625 sysv5* | sco3.2v5* | sco5v6*)
9626 # Note: We can NOT use -z defs as we might desire, because we do not
9627 # link with -lc, and that would cause any symbols used from libc to
9628 # always be unresolved, which means just about no library would
9629 # ever link correctly. If we're not using GNU ld we use -z text
9630 # though, which does catch some bad symbols but isn't as heavy-handed
9631 # as -z defs.
9632 no_undefined_flag='${wl}-z,text'
9633 allow_undefined_flag='${wl}-z,nodefs'
9634 archive_cmds_need_lc=no
9635 hardcode_shlibpath_var=no
9636 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9637 hardcode_libdir_separator=':'
9638 link_all_deplibs=yes
9639 export_dynamic_flag_spec='${wl}-Bexport'
9640 runpath_var='LD_RUN_PATH'
d9898ee8 9641
8d138742
CE
9642 if test "$GCC" = yes; then
9643 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9644 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9645 else
9646 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9647 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9648 fi
9649 ;;
d9898ee8 9650
8d138742
CE
9651 uts4*)
9652 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9653 hardcode_libdir_flag_spec='-L$libdir'
9654 hardcode_shlibpath_var=no
9655 ;;
d9898ee8 9656
8d138742
CE
9657 *)
9658 ld_shlibs=no
9659 ;;
9660 esac
d9898ee8 9661
8d138742
CE
9662 if test x$host_vendor = xsni; then
9663 case $host in
9664 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9665 export_dynamic_flag_spec='${wl}-Blargedynsym'
9666 ;;
9667 esac
9668 fi
9669 fi
d9898ee8 9670
b0322a85 9671{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8d138742
CE
9672$as_echo "$ld_shlibs" >&6; }
9673test "$ld_shlibs" = no && can_build_shared=no
d9898ee8 9674
8d138742 9675with_gnu_ld=$with_gnu_ld
d9898ee8 9676
d9898ee8 9677
9678
d9898ee8 9679
d9898ee8 9680
d9898ee8 9681
d9898ee8 9682
d9898ee8 9683
d9898ee8 9684
d9898ee8 9685
d9898ee8 9686
d9898ee8 9687
d9898ee8 9688
d9898ee8 9689
d9898ee8 9690
8d138742
CE
9691#
9692# Do we need to explicitly link libc?
9693#
9694case "x$archive_cmds_need_lc" in
9695x|xyes)
9696 # Assume -lc should be added
9697 archive_cmds_need_lc=yes
d9898ee8 9698
8d138742
CE
9699 if test "$enable_shared" = yes && test "$GCC" = yes; then
9700 case $archive_cmds in
9701 *'~'*)
9702 # FIXME: we may have to deal with multi-command sequences.
9703 ;;
9704 '$CC '*)
9705 # Test whether the compiler implicitly links with -lc since on some
9706 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9707 # to ld, don't add -lc before -lgcc.
b0322a85 9708 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8d138742 9709$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
b0322a85
CE
9710if ${lt_cv_archive_cmds_need_lc+:} false; then :
9711 $as_echo_n "(cached) " >&6
9712else
9713 $RM conftest*
9714 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
d9898ee8 9715
b0322a85 9716 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8d138742 9717 (eval $ac_compile) 2>&5
d9898ee8 9718 ac_status=$?
b0322a85
CE
9719 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9720 test $ac_status = 0; } 2>conftest.err; then
9721 soname=conftest
9722 lib=conftest
9723 libobjs=conftest.$ac_objext
9724 deplibs=
9725 wl=$lt_prog_compiler_wl
9726 pic_flag=$lt_prog_compiler_pic
9727 compiler_flags=-v
9728 linker_flags=-v
9729 verstring=
9730 output_objdir=.
9731 libname=conftest
9732 lt_save_allow_undefined_flag=$allow_undefined_flag
9733 allow_undefined_flag=
9734 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
8d138742
CE
9735 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
9736 ac_status=$?
b0322a85
CE
9737 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
9738 test $ac_status = 0; }
9739 then
9740 lt_cv_archive_cmds_need_lc=no
9741 else
9742 lt_cv_archive_cmds_need_lc=yes
9743 fi
9744 allow_undefined_flag=$lt_save_allow_undefined_flag
9745 else
9746 cat conftest.err 1>&5
9747 fi
9748 $RM conftest*
9749
9750fi
9751{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
9752$as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
9753 archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
8d138742
CE
9754 ;;
9755 esac
9756 fi
9757 ;;
9758esac
d9898ee8 9759
d9898ee8 9760
d9898ee8 9761
d9898ee8 9762
d9898ee8 9763
d9898ee8 9764
d9898ee8 9765
d9898ee8 9766
d9898ee8 9767
d9898ee8 9768
d9898ee8 9769
9770
d9898ee8 9771
d9898ee8 9772
d9898ee8 9773
d9898ee8 9774
9775
d9898ee8 9776
d9898ee8 9777
d9898ee8 9778
d9898ee8 9779
d9898ee8 9780
d9898ee8 9781
d9898ee8 9782
d9898ee8 9783
d9898ee8 9784
d9898ee8 9785
d9898ee8 9786
d9898ee8 9787
d9898ee8 9788
d9898ee8 9789
d9898ee8 9790
d9898ee8 9791
d9898ee8 9792
d9898ee8 9793
d9898ee8 9794
d9898ee8 9795
d9898ee8 9796
d9898ee8 9797
d9898ee8 9798
d9898ee8 9799
d9898ee8 9800
d9898ee8 9801
d9898ee8 9802
d9898ee8 9803
d9898ee8 9804
d9898ee8 9805
d9898ee8 9806
d9898ee8 9807
d9898ee8 9808
d9898ee8 9809
d9898ee8 9810
d9898ee8 9811
d9898ee8 9812
d9898ee8 9813
d9898ee8 9814
d9898ee8 9815
d9898ee8 9816
d9898ee8 9817
d9898ee8 9818
d9898ee8 9819
d9898ee8 9820
d9898ee8 9821
d9898ee8 9822
d9898ee8 9823
d9898ee8 9824
d9898ee8 9825
d9898ee8 9826
d9898ee8 9827
d9898ee8 9828
d9898ee8 9829
d9898ee8 9830
d9898ee8 9831
d9898ee8 9832
d9898ee8 9833
d9898ee8 9834
d9898ee8 9835
d9898ee8 9836
d9898ee8 9837
d9898ee8 9838
d9898ee8 9839
d9898ee8 9840
d9898ee8 9841
d9898ee8 9842
d9898ee8 9843
d9898ee8 9844
d9898ee8 9845
d9898ee8 9846
d9898ee8 9847
d9898ee8 9848
d9898ee8 9849
d9898ee8 9850
d9898ee8 9851
d9898ee8 9852
d9898ee8 9853
d9898ee8 9854
d9898ee8 9855
d9898ee8 9856
d9898ee8 9857
d9898ee8 9858
d9898ee8 9859
d9898ee8 9860
d9898ee8 9861
d9898ee8 9862
d9898ee8 9863
d9898ee8 9864
d9898ee8 9865
d9898ee8 9866
d9898ee8 9867
d9898ee8 9868
d9898ee8 9869
d9898ee8 9870
d9898ee8 9871
d9898ee8 9872
d9898ee8 9873
d9898ee8 9874
d9898ee8 9875
d9898ee8 9876
d9898ee8 9877
d9898ee8 9878
d9898ee8 9879
d9898ee8 9880
d9898ee8 9881
9882
d9898ee8 9883
d9898ee8 9884
d9898ee8 9885
d9898ee8 9886
d9898ee8 9887
9888
d9898ee8 9889
d9898ee8 9890
9891
dd184caf 9892
d9898ee8 9893
d9898ee8 9894
d9898ee8 9895
d9898ee8 9896
d9898ee8 9897
d9898ee8 9898
d9898ee8 9899
d9898ee8 9900
d9898ee8 9901
d9898ee8 9902
d9898ee8 9903
d9898ee8 9904
d9898ee8 9905
9906
d9898ee8 9907
d9898ee8 9908
9909
d9898ee8 9910
b0322a85 9911 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
8d138742
CE
9912$as_echo_n "checking dynamic linker characteristics... " >&6; }
9913
d9898ee8 9914if test "$GCC" = yes; then
8d138742
CE
9915 case $host_os in
9916 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9917 *) lt_awk_arg="/^libraries:/" ;;
d9898ee8 9918 esac
b0322a85
CE
9919 case $host_os in
9920 mingw* | cegcc*) lt_sed_strip_eq="s,=\([A-Za-z]:\),\1,g" ;;
9921 *) lt_sed_strip_eq="s,=/,/,g" ;;
9922 esac
9923 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e $lt_sed_strip_eq`
9924 case $lt_search_path_spec in
9925 *\;*)
8d138742
CE
9926 # if the path contains ";" then we assume it to be the separator
9927 # otherwise default to the standard path separator (i.e. ":") - it is
9928 # assumed that no part of a normal pathname contains ";" but that should
9929 # okay in the real world where ";" in dirpaths is itself problematic.
b0322a85
CE
9930 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED 's/;/ /g'`
9931 ;;
9932 *)
9933 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED "s/$PATH_SEPARATOR/ /g"`
9934 ;;
9935 esac
8d138742
CE
9936 # Ok, now we have the path, separated by spaces, we can step through it
9937 # and add multilib dir if necessary.
9938 lt_tmp_lt_search_path_spec=
9939 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9940 for lt_sys_path in $lt_search_path_spec; do
9941 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9942 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9943 else
9944 test -d "$lt_sys_path" && \
9945 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
d9898ee8 9946 fi
9947 done
b0322a85 9948 lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk '
8d138742
CE
9949BEGIN {RS=" "; FS="/|\n";} {
9950 lt_foo="";
9951 lt_count=0;
9952 for (lt_i = NF; lt_i > 0; lt_i--) {
9953 if ($lt_i != "" && $lt_i != ".") {
9954 if ($lt_i == "..") {
9955 lt_count++;
9956 } else {
9957 if (lt_count == 0) {
9958 lt_foo="/" $lt_i lt_foo;
9959 } else {
9960 lt_count--;
9961 }
9962 }
9963 }
9964 }
9965 if (lt_foo != "") { lt_freq[lt_foo]++; }
9966 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9967}'`
b0322a85
CE
9968 # AWK program above erroneously prepends '/' to C:/dos/paths
9969 # for these hosts.
9970 case $host_os in
9971 mingw* | cegcc*) lt_search_path_spec=`$ECHO "$lt_search_path_spec" |\
9972 $SED 's,/\([A-Za-z]:\),\1,g'` ;;
9973 esac
9974 sys_lib_search_path_spec=`$ECHO "$lt_search_path_spec" | $lt_NL2SP`
d9898ee8 9975else
8d138742 9976 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
d9898ee8 9977fi
8d138742
CE
9978library_names_spec=
9979libname_spec='lib$name'
9980soname_spec=
9981shrext_cmds=".so"
9982postinstall_cmds=
9983postuninstall_cmds=
9984finish_cmds=
9985finish_eval=
9986shlibpath_var=
9987shlibpath_overrides_runpath=unknown
9988version_type=none
9989dynamic_linker="$host_os ld.so"
9990sys_lib_dlsearch_path_spec="/lib /usr/lib"
9991need_lib_prefix=unknown
9992hardcode_into_libs=no
d9898ee8 9993
8d138742
CE
9994# when you set need_version to no, make sure it does not cause -set_version
9995# flags to be left without arguments
9996need_version=unknown
d9898ee8 9997
8d138742
CE
9998case $host_os in
9999aix3*)
b0322a85 10000 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10001 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
10002 shlibpath_var=LIBPATH
d9898ee8 10003
8d138742
CE
10004 # AIX 3 has no versioning support, so we append a major version to the name.
10005 soname_spec='${libname}${release}${shared_ext}$major'
10006 ;;
d9898ee8 10007
8d138742 10008aix[4-9]*)
b0322a85 10009 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10010 need_lib_prefix=no
10011 need_version=no
10012 hardcode_into_libs=yes
10013 if test "$host_cpu" = ia64; then
10014 # AIX 5 supports IA64
10015 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
10016 shlibpath_var=LD_LIBRARY_PATH
10017 else
10018 # With GCC up to 2.95.x, collect2 would create an import file
10019 # for dependence libraries. The import file would start with
10020 # the line `#! .'. This would cause the generated library to
10021 # depend on `.', always an invalid library. This was fixed in
10022 # development snapshots of GCC prior to 3.0.
10023 case $host_os in
10024 aix4 | aix4.[01] | aix4.[01].*)
10025 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
10026 echo ' yes '
10027 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
10028 :
10029 else
10030 can_build_shared=no
10031 fi
10032 ;;
10033 esac
10034 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
10035 # soname into executable. Probably we can add versioning support to
10036 # collect2, so additional links can be useful in future.
10037 if test "$aix_use_runtimelinking" = yes; then
10038 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
10039 # instead of lib<name>.a to let people know that these are not
10040 # typical AIX shared libraries.
10041 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d9898ee8 10042 else
8d138742
CE
10043 # We preserve .a as extension for shared libraries through AIX4.2
10044 # and later when we are not doing run time linking.
10045 library_names_spec='${libname}${release}.a $libname.a'
10046 soname_spec='${libname}${release}${shared_ext}$major'
d9898ee8 10047 fi
8d138742 10048 shlibpath_var=LIBPATH
d9898ee8 10049 fi
8d138742 10050 ;;
d9898ee8 10051
8d138742
CE
10052amigaos*)
10053 case $host_cpu in
10054 powerpc)
10055 # Since July 2007 AmigaOS4 officially supports .so libraries.
10056 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
10057 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
d9898ee8 10058 ;;
8d138742
CE
10059 m68k)
10060 library_names_spec='$libname.ixlibrary $libname.a'
10061 # Create ${libname}_ixlibrary.a entries in /sys/libs.
b0322a85 10062 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'
8d138742
CE
10063 ;;
10064 esac
10065 ;;
d9898ee8 10066
8d138742
CE
10067beos*)
10068 library_names_spec='${libname}${shared_ext}'
10069 dynamic_linker="$host_os ld.so"
10070 shlibpath_var=LIBRARY_PATH
10071 ;;
d9898ee8 10072
8d138742 10073bsdi[45]*)
b0322a85 10074 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10075 need_version=no
10076 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10077 soname_spec='${libname}${release}${shared_ext}$major'
10078 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
10079 shlibpath_var=LD_LIBRARY_PATH
10080 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
10081 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
10082 # the default ld.so.conf also contains /usr/contrib/lib and
10083 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
10084 # libtool to hard-code these into programs
10085 ;;
d9898ee8 10086
8d138742
CE
10087cygwin* | mingw* | pw32* | cegcc*)
10088 version_type=windows
10089 shrext_cmds=".dll"
10090 need_version=no
10091 need_lib_prefix=no
d9898ee8 10092
b0322a85
CE
10093 case $GCC,$cc_basename in
10094 yes,*)
10095 # gcc
8d138742
CE
10096 library_names_spec='$libname.dll.a'
10097 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10098 postinstall_cmds='base_file=`basename \${file}`~
10099 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10100 dldir=$destdir/`dirname \$dlpath`~
10101 test -d \$dldir || mkdir -p \$dldir~
10102 $install_prog $dir/$dlname \$dldir/$dlname~
10103 chmod a+x \$dldir/$dlname~
10104 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
10105 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
10106 fi'
10107 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10108 dlpath=$dir/\$dldll~
10109 $RM \$dlpath'
10110 shlibpath_overrides_runpath=yes
d9898ee8 10111
8d138742
CE
10112 case $host_os in
10113 cygwin*)
10114 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
10115 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
b0322a85
CE
10116
10117 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/lib/w32api"
8d138742
CE
10118 ;;
10119 mingw* | cegcc*)
10120 # MinGW DLLs use traditional 'lib' prefix
10121 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8d138742
CE
10122 ;;
10123 pw32*)
10124 # pw32 DLLs use 'pw' prefix rather than 'lib'
10125 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10126 ;;
10127 esac
b0322a85
CE
10128 dynamic_linker='Win32 ld.exe'
10129 ;;
10130
10131 *,cl*)
10132 # Native MSVC
10133 libname_spec='$name'
10134 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
10135 library_names_spec='${libname}.dll.lib'
10136
10137 case $build_os in
10138 mingw*)
10139 sys_lib_search_path_spec=
10140 lt_save_ifs=$IFS
10141 IFS=';'
10142 for lt_path in $LIB
10143 do
10144 IFS=$lt_save_ifs
10145 # Let DOS variable expansion print the short 8.3 style file name.
10146 lt_path=`cd "$lt_path" 2>/dev/null && cmd //C "for %i in (".") do @echo %~si"`
10147 sys_lib_search_path_spec="$sys_lib_search_path_spec $lt_path"
10148 done
10149 IFS=$lt_save_ifs
10150 # Convert to MSYS style.
10151 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | sed -e 's|\\\\|/|g' -e 's| \\([a-zA-Z]\\):| /\\1|g' -e 's|^ ||'`
10152 ;;
10153 cygwin*)
10154 # Convert to unix form, then to dos form, then back to unix form
10155 # but this time dos style (no spaces!) so that the unix form looks
10156 # like /cygdrive/c/PROGRA~1:/cygdr...
10157 sys_lib_search_path_spec=`cygpath --path --unix "$LIB"`
10158 sys_lib_search_path_spec=`cygpath --path --dos "$sys_lib_search_path_spec" 2>/dev/null`
10159 sys_lib_search_path_spec=`cygpath --path --unix "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10160 ;;
10161 *)
10162 sys_lib_search_path_spec="$LIB"
10163 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
10164 # It is most probably a Windows format PATH.
10165 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
10166 else
10167 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
10168 fi
10169 # FIXME: find the short name or the path components, as spaces are
10170 # common. (e.g. "Program Files" -> "PROGRA~1")
10171 ;;
10172 esac
10173
10174 # DLL is installed to $(libdir)/../bin by postinstall_cmds
10175 postinstall_cmds='base_file=`basename \${file}`~
10176 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
10177 dldir=$destdir/`dirname \$dlpath`~
10178 test -d \$dldir || mkdir -p \$dldir~
10179 $install_prog $dir/$dlname \$dldir/$dlname'
10180 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
10181 dlpath=$dir/\$dldll~
10182 $RM \$dlpath'
10183 shlibpath_overrides_runpath=yes
10184 dynamic_linker='Win32 link.exe'
8d138742 10185 ;;
dd184caf 10186
8d138742 10187 *)
b0322a85 10188 # Assume MSVC wrapper
8d138742 10189 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
b0322a85 10190 dynamic_linker='Win32 ld.exe'
8d138742
CE
10191 ;;
10192 esac
8d138742
CE
10193 # FIXME: first we should search . and the directory the executable is in
10194 shlibpath_var=PATH
10195 ;;
dd184caf 10196
8d138742
CE
10197darwin* | rhapsody*)
10198 dynamic_linker="$host_os dyld"
10199 version_type=darwin
10200 need_lib_prefix=no
10201 need_version=no
10202 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
10203 soname_spec='${libname}${release}${major}$shared_ext'
10204 shlibpath_overrides_runpath=yes
10205 shlibpath_var=DYLD_LIBRARY_PATH
10206 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
d9898ee8 10207
8d138742
CE
10208 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
10209 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
10210 ;;
d9898ee8 10211
8d138742 10212dgux*)
b0322a85 10213 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10214 need_lib_prefix=no
10215 need_version=no
10216 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
10217 soname_spec='${libname}${release}${shared_ext}$major'
10218 shlibpath_var=LD_LIBRARY_PATH
10219 ;;
d9898ee8 10220
8d138742
CE
10221freebsd* | dragonfly*)
10222 # DragonFly does not have aout. When/if they implement a new
10223 # versioning mechanism, adjust this.
10224 if test -x /usr/bin/objformat; then
10225 objformat=`/usr/bin/objformat`
10226 else
10227 case $host_os in
b0322a85 10228 freebsd[23].*) objformat=aout ;;
8d138742
CE
10229 *) objformat=elf ;;
10230 esac
10231 fi
10232 version_type=freebsd-$objformat
10233 case $version_type in
10234 freebsd-elf*)
10235 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10236 need_version=no
10237 need_lib_prefix=no
10238 ;;
10239 freebsd-*)
10240 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
10241 need_version=yes
10242 ;;
10243 esac
10244 shlibpath_var=LD_LIBRARY_PATH
10245 case $host_os in
b0322a85 10246 freebsd2.*)
8d138742
CE
10247 shlibpath_overrides_runpath=yes
10248 ;;
10249 freebsd3.[01]* | freebsdelf3.[01]*)
10250 shlibpath_overrides_runpath=yes
10251 hardcode_into_libs=yes
10252 ;;
10253 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10254 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10255 shlibpath_overrides_runpath=no
10256 hardcode_into_libs=yes
10257 ;;
10258 *) # from 4.6 on, and DragonFly
10259 shlibpath_overrides_runpath=yes
10260 hardcode_into_libs=yes
10261 ;;
10262 esac
10263 ;;
10264
10265gnu*)
b0322a85 10266 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10267 need_lib_prefix=no
10268 need_version=no
10269 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10270 soname_spec='${libname}${release}${shared_ext}$major'
10271 shlibpath_var=LD_LIBRARY_PATH
b0322a85
CE
10272 shlibpath_overrides_runpath=no
10273 hardcode_into_libs=yes
10274 ;;
10275
10276haiku*)
10277 version_type=linux # correct to gnu/linux during the next big refactor
10278 need_lib_prefix=no
10279 need_version=no
10280 dynamic_linker="$host_os runtime_loader"
10281 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10282 soname_spec='${libname}${release}${shared_ext}$major'
10283 shlibpath_var=LIBRARY_PATH
10284 shlibpath_overrides_runpath=yes
10285 sys_lib_dlsearch_path_spec='/boot/home/config/lib /boot/common/lib /boot/system/lib'
8d138742
CE
10286 hardcode_into_libs=yes
10287 ;;
10288
10289hpux9* | hpux10* | hpux11*)
10290 # Give a soname corresponding to the major version so that dld.sl refuses to
10291 # link against other versions.
10292 version_type=sunos
10293 need_lib_prefix=no
10294 need_version=no
10295 case $host_cpu in
10296 ia64*)
10297 shrext_cmds='.so'
10298 hardcode_into_libs=yes
10299 dynamic_linker="$host_os dld.so"
10300 shlibpath_var=LD_LIBRARY_PATH
10301 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10302 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10303 soname_spec='${libname}${release}${shared_ext}$major'
10304 if test "X$HPUX_IA64_MODE" = X32; then
10305 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10306 else
10307 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10308 fi
10309 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10310 ;;
10311 hppa*64*)
10312 shrext_cmds='.sl'
10313 hardcode_into_libs=yes
10314 dynamic_linker="$host_os dld.sl"
10315 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10316 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10317 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10318 soname_spec='${libname}${release}${shared_ext}$major'
10319 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10320 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10321 ;;
10322 *)
10323 shrext_cmds='.sl'
10324 dynamic_linker="$host_os dld.sl"
10325 shlibpath_var=SHLIB_PATH
10326 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10327 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10328 soname_spec='${libname}${release}${shared_ext}$major'
10329 ;;
10330 esac
b0322a85 10331 # HP-UX runs *really* slowly unless shared libraries are mode 555, ...
8d138742 10332 postinstall_cmds='chmod 555 $lib'
b0322a85
CE
10333 # or fails outright, so override atomically:
10334 install_override_mode=555
8d138742
CE
10335 ;;
10336
10337interix[3-9]*)
b0322a85 10338 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10339 need_lib_prefix=no
10340 need_version=no
10341 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10342 soname_spec='${libname}${release}${shared_ext}$major'
10343 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10344 shlibpath_var=LD_LIBRARY_PATH
10345 shlibpath_overrides_runpath=no
10346 hardcode_into_libs=yes
10347 ;;
10348
10349irix5* | irix6* | nonstopux*)
10350 case $host_os in
10351 nonstopux*) version_type=nonstopux ;;
10352 *)
10353 if test "$lt_cv_prog_gnu_ld" = yes; then
b0322a85 10354 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10355 else
10356 version_type=irix
10357 fi ;;
10358 esac
10359 need_lib_prefix=no
10360 need_version=no
10361 soname_spec='${libname}${release}${shared_ext}$major'
10362 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10363 case $host_os in
10364 irix5* | nonstopux*)
10365 libsuff= shlibsuff=
10366 ;;
10367 *)
10368 case $LD in # libtool.m4 will add one of these switches to LD
10369 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10370 libsuff= shlibsuff= libmagic=32-bit;;
10371 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10372 libsuff=32 shlibsuff=N32 libmagic=N32;;
10373 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10374 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10375 *) libsuff= shlibsuff= libmagic=never-match;;
10376 esac
10377 ;;
10378 esac
10379 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10380 shlibpath_overrides_runpath=no
10381 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10382 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10383 hardcode_into_libs=yes
10384 ;;
10385
10386# No shared lib support for Linux oldld, aout, or coff.
10387linux*oldld* | linux*aout* | linux*coff*)
10388 dynamic_linker=no
10389 ;;
10390
b0322a85
CE
10391# This must be glibc/ELF.
10392linux* | k*bsd*-gnu | kopensolaris*-gnu)
10393 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10394 need_lib_prefix=no
10395 need_version=no
10396 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10397 soname_spec='${libname}${release}${shared_ext}$major'
10398 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10399 shlibpath_var=LD_LIBRARY_PATH
10400 shlibpath_overrides_runpath=no
b0322a85 10401
8d138742 10402 # Some binutils ld are patched to set DT_RUNPATH
b0322a85
CE
10403 if ${lt_cv_shlibpath_overrides_runpath+:} false; then :
10404 $as_echo_n "(cached) " >&6
10405else
10406 lt_cv_shlibpath_overrides_runpath=no
10407 save_LDFLAGS=$LDFLAGS
10408 save_libdir=$libdir
10409 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10410 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10411 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
10412/* end confdefs.h. */
10413
10414int
10415main ()
10416{
10417
10418 ;
10419 return 0;
10420}
10421_ACEOF
b0322a85
CE
10422if ac_fn_c_try_link "$LINENO"; then :
10423 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
10424 lt_cv_shlibpath_overrides_runpath=yes
ac40fd9e 10425fi
b0322a85
CE
10426fi
10427rm -f core conftest.err conftest.$ac_objext \
10428 conftest$ac_exeext conftest.$ac_ext
10429 LDFLAGS=$save_LDFLAGS
10430 libdir=$save_libdir
dd184caf 10431
d9898ee8 10432fi
dd184caf 10433
b0322a85 10434 shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
d9898ee8 10435
8d138742
CE
10436 # This implies no fast_install, which is unacceptable.
10437 # Some rework will be needed to allow for fast_install
10438 # before this can be enabled.
10439 hardcode_into_libs=yes
d9898ee8 10440
8d138742
CE
10441 # Add ABI-specific directories to the system library path.
10442 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
d9898ee8 10443
8d138742
CE
10444 # Append ld.so.conf contents to the search path
10445 if test -f /etc/ld.so.conf; then
b0322a85 10446 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' ' '`
8d138742 10447 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
b0322a85 10448
8d138742 10449 fi
d9898ee8 10450
8d138742
CE
10451 # We used to test for /lib/ld.so.1 and disable shared libraries on
10452 # powerpc, because MkLinux only supported shared libraries with the
10453 # GNU dynamic linker. Since this was broken with cross compilers,
10454 # most powerpc-linux boxes support dynamic linking these days and
10455 # people can always --disable-shared, the test was removed, and we
10456 # assume the GNU/Linux dynamic linker is in use.
10457 dynamic_linker='GNU/Linux ld.so'
d9898ee8 10458 ;;
d9898ee8 10459
8d138742
CE
10460netbsd*)
10461 version_type=sunos
10462 need_lib_prefix=no
10463 need_version=no
10464 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
10465 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10466 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10467 dynamic_linker='NetBSD (a.out) ld.so'
10468 else
10469 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10470 soname_spec='${libname}${release}${shared_ext}$major'
10471 dynamic_linker='NetBSD ld.elf_so'
10472 fi
10473 shlibpath_var=LD_LIBRARY_PATH
10474 shlibpath_overrides_runpath=yes
10475 hardcode_into_libs=yes
10476 ;;
d9898ee8 10477
8d138742 10478newsos6)
b0322a85 10479 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10480 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10481 shlibpath_var=LD_LIBRARY_PATH
10482 shlibpath_overrides_runpath=yes
10483 ;;
d9898ee8 10484
8d138742
CE
10485*nto* | *qnx*)
10486 version_type=qnx
10487 need_lib_prefix=no
10488 need_version=no
10489 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10490 soname_spec='${libname}${release}${shared_ext}$major'
10491 shlibpath_var=LD_LIBRARY_PATH
10492 shlibpath_overrides_runpath=no
10493 hardcode_into_libs=yes
10494 dynamic_linker='ldqnx.so'
10495 ;;
d9898ee8 10496
8d138742
CE
10497openbsd*)
10498 version_type=sunos
10499 sys_lib_dlsearch_path_spec="/usr/lib"
10500 need_lib_prefix=no
10501 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10502 case $host_os in
10503 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10504 *) need_version=no ;;
10505 esac
10506 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10507 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10508 shlibpath_var=LD_LIBRARY_PATH
10509 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
10510 case $host_os in
10511 openbsd2.[89] | openbsd2.[89].*)
10512 shlibpath_overrides_runpath=no
d9898ee8 10513 ;;
10514 *)
8d138742 10515 shlibpath_overrides_runpath=yes
d9898ee8 10516 ;;
8d138742
CE
10517 esac
10518 else
10519 shlibpath_overrides_runpath=yes
10520 fi
10521 ;;
d9898ee8 10522
8d138742
CE
10523os2*)
10524 libname_spec='$name'
10525 shrext_cmds=".dll"
10526 need_lib_prefix=no
10527 library_names_spec='$libname${shared_ext} $libname.a'
10528 dynamic_linker='OS/2 ld.exe'
10529 shlibpath_var=LIBPATH
10530 ;;
d9898ee8 10531
8d138742
CE
10532osf3* | osf4* | osf5*)
10533 version_type=osf
10534 need_lib_prefix=no
10535 need_version=no
10536 soname_spec='${libname}${release}${shared_ext}$major'
10537 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10538 shlibpath_var=LD_LIBRARY_PATH
10539 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10540 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10541 ;;
d9898ee8 10542
8d138742
CE
10543rdos*)
10544 dynamic_linker=no
10545 ;;
d9898ee8 10546
8d138742 10547solaris*)
b0322a85 10548 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10549 need_lib_prefix=no
10550 need_version=no
10551 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10552 soname_spec='${libname}${release}${shared_ext}$major'
10553 shlibpath_var=LD_LIBRARY_PATH
10554 shlibpath_overrides_runpath=yes
10555 hardcode_into_libs=yes
10556 # ldd complains unless libraries are executable
10557 postinstall_cmds='chmod +x $lib'
10558 ;;
d9898ee8 10559
8d138742
CE
10560sunos4*)
10561 version_type=sunos
10562 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10563 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10564 shlibpath_var=LD_LIBRARY_PATH
10565 shlibpath_overrides_runpath=yes
10566 if test "$with_gnu_ld" = yes; then
10567 need_lib_prefix=no
10568 fi
10569 need_version=yes
10570 ;;
d9898ee8 10571
8d138742 10572sysv4 | sysv4.3*)
b0322a85 10573 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10574 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10575 soname_spec='${libname}${release}${shared_ext}$major'
10576 shlibpath_var=LD_LIBRARY_PATH
10577 case $host_vendor in
10578 sni)
10579 shlibpath_overrides_runpath=no
10580 need_lib_prefix=no
10581 runpath_var=LD_RUN_PATH
10582 ;;
10583 siemens)
10584 need_lib_prefix=no
10585 ;;
10586 motorola)
10587 need_lib_prefix=no
10588 need_version=no
10589 shlibpath_overrides_runpath=no
10590 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10591 ;;
10592 esac
10593 ;;
d9898ee8 10594
8d138742
CE
10595sysv4*MP*)
10596 if test -d /usr/nec ;then
b0322a85 10597 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10598 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10599 soname_spec='$libname${shared_ext}.$major'
10600 shlibpath_var=LD_LIBRARY_PATH
10601 fi
10602 ;;
d9898ee8 10603
8d138742
CE
10604sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10605 version_type=freebsd-elf
10606 need_lib_prefix=no
10607 need_version=no
10608 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10609 soname_spec='${libname}${release}${shared_ext}$major'
10610 shlibpath_var=LD_LIBRARY_PATH
10611 shlibpath_overrides_runpath=yes
10612 hardcode_into_libs=yes
10613 if test "$with_gnu_ld" = yes; then
10614 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
10615 else
10616 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
10617 case $host_os in
10618 sco3.2v5*)
10619 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
d9898ee8 10620 ;;
10621 esac
8d138742
CE
10622 fi
10623 sys_lib_dlsearch_path_spec='/usr/lib'
10624 ;;
d9898ee8 10625
8d138742
CE
10626tpf*)
10627 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
b0322a85 10628 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10629 need_lib_prefix=no
10630 need_version=no
10631 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10632 shlibpath_var=LD_LIBRARY_PATH
10633 shlibpath_overrides_runpath=no
10634 hardcode_into_libs=yes
10635 ;;
d9898ee8 10636
8d138742 10637uts4*)
b0322a85 10638 version_type=linux # correct to gnu/linux during the next big refactor
8d138742
CE
10639 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10640 soname_spec='${libname}${release}${shared_ext}$major'
10641 shlibpath_var=LD_LIBRARY_PATH
10642 ;;
d9898ee8 10643
8d138742
CE
10644*)
10645 dynamic_linker=no
10646 ;;
d9898ee8 10647esac
b0322a85 10648{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
8d138742
CE
10649$as_echo "$dynamic_linker" >&6; }
10650test "$dynamic_linker" = no && can_build_shared=no
10651
10652variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10653if test "$GCC" = yes; then
10654 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10655fi
10656
10657if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10658 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
10659fi
10660if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10661 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
10662fi
d9898ee8 10663
d9898ee8 10664
10665
d9898ee8 10666
d9898ee8 10667
d9898ee8 10668
d9898ee8 10669
d9898ee8 10670
d9898ee8 10671
d9898ee8 10672
d9898ee8 10673
d9898ee8 10674
ac40fd9e 10675
ac40fd9e 10676
d9898ee8 10677
10678
d9898ee8 10679
d9898ee8 10680
d9898ee8 10681
d9898ee8 10682
d9898ee8 10683
d9898ee8 10684
d9898ee8 10685
d9898ee8 10686
d9898ee8 10687
d9898ee8 10688
d9898ee8 10689
d9898ee8 10690
d9898ee8 10691
d9898ee8 10692
10693
d9898ee8 10694
d9898ee8 10695
d9898ee8 10696
10697
d9898ee8 10698
d9898ee8 10699
d9898ee8 10700
d9898ee8 10701
d9898ee8 10702
d9898ee8 10703
d9898ee8 10704
ac40fd9e 10705
d9898ee8 10706
d9898ee8 10707
d9898ee8 10708
d9898ee8 10709
d9898ee8 10710
d9898ee8 10711
d9898ee8 10712
d9898ee8 10713
d9898ee8 10714
d9898ee8 10715
d9898ee8 10716
d9898ee8 10717
ac40fd9e 10718
d9898ee8 10719
d9898ee8 10720
d9898ee8 10721
d9898ee8 10722
d9898ee8 10723
d9898ee8 10724
d9898ee8 10725
d9898ee8 10726
d9898ee8 10727
d9898ee8 10728
d9898ee8 10729
d9898ee8 10730
d9898ee8 10731
d9898ee8 10732
d9898ee8 10733
d9898ee8 10734
d9898ee8 10735
d9898ee8 10736
ac40fd9e 10737
d9898ee8 10738
d9898ee8 10739
d9898ee8 10740
d9898ee8 10741
d9898ee8 10742
d9898ee8 10743
d9898ee8 10744
d9898ee8 10745
d9898ee8 10746
8d138742
CE
10747
10748
10749
b0322a85
CE
10750
10751
10752
10753
10754
10755 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
8d138742
CE
10756$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10757hardcode_action=
10758if test -n "$hardcode_libdir_flag_spec" ||
10759 test -n "$runpath_var" ||
10760 test "X$hardcode_automatic" = "Xyes" ; then
10761
10762 # We can hardcode non-existent directories.
10763 if test "$hardcode_direct" != no &&
d9898ee8 10764 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10765 # have to relink, otherwise we might link with an installed library
10766 # when we should be linking with a yet-to-be-installed one
8d138742
CE
10767 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10768 test "$hardcode_minus_L" != no; then
d9898ee8 10769 # Linking always hardcodes the temporary library directory.
8d138742 10770 hardcode_action=relink
d9898ee8 10771 else
10772 # We can link without hardcoding, and we can hardcode nonexisting dirs.
8d138742 10773 hardcode_action=immediate
d9898ee8 10774 fi
10775else
10776 # We cannot hardcode anything, or else we can only hardcode existing
10777 # directories.
8d138742 10778 hardcode_action=unsupported
d9898ee8 10779fi
b0322a85 10780{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
8d138742 10781$as_echo "$hardcode_action" >&6; }
d9898ee8 10782
8d138742
CE
10783if test "$hardcode_action" = relink ||
10784 test "$inherit_rpath" = yes; then
d9898ee8 10785 # Fast installation is not supported
10786 enable_fast_install=no
10787elif test "$shlibpath_overrides_runpath" = yes ||
10788 test "$enable_shared" = no; then
10789 # Fast installation is not necessary
10790 enable_fast_install=needless
10791fi
10792
10793
d9898ee8 10794
d9898ee8 10795
d9898ee8 10796
d9898ee8 10797
8d138742
CE
10798 if test "x$enable_dlopen" != xyes; then
10799 enable_dlopen=unknown
10800 enable_dlopen_self=unknown
10801 enable_dlopen_self_static=unknown
10802else
10803 lt_cv_dlopen=no
10804 lt_cv_dlopen_libs=
d9898ee8 10805
8d138742
CE
10806 case $host_os in
10807 beos*)
10808 lt_cv_dlopen="load_add_on"
10809 lt_cv_dlopen_libs=
10810 lt_cv_dlopen_self=yes
10811 ;;
d9898ee8 10812
8d138742
CE
10813 mingw* | pw32* | cegcc*)
10814 lt_cv_dlopen="LoadLibrary"
10815 lt_cv_dlopen_libs=
10816 ;;
d9898ee8 10817
8d138742
CE
10818 cygwin*)
10819 lt_cv_dlopen="dlopen"
10820 lt_cv_dlopen_libs=
10821 ;;
d9898ee8 10822
8d138742
CE
10823 darwin*)
10824 # if libdl is installed we need to link against it
b0322a85 10825 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
8d138742 10826$as_echo_n "checking for dlopen in -ldl... " >&6; }
b0322a85 10827if ${ac_cv_lib_dl_dlopen+:} false; then :
8d138742
CE
10828 $as_echo_n "(cached) " >&6
10829else
10830 ac_check_lib_save_LIBS=$LIBS
10831LIBS="-ldl $LIBS"
b0322a85 10832cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 10833/* end confdefs.h. */
d9898ee8 10834
8d138742
CE
10835/* Override any GCC internal prototype to avoid an error.
10836 Use char because int might match the return type of a GCC
10837 builtin and then its argument prototype would still apply. */
10838#ifdef __cplusplus
10839extern "C"
10840#endif
10841char dlopen ();
10842int
10843main ()
10844{
10845return dlopen ();
10846 ;
10847 return 0;
10848}
b0322a85
CE
10849_ACEOF
10850if ac_fn_c_try_link "$LINENO"; then :
10851 ac_cv_lib_dl_dlopen=yes
8d138742 10852else
b0322a85 10853 ac_cv_lib_dl_dlopen=no
8d138742 10854fi
b0322a85
CE
10855rm -f core conftest.err conftest.$ac_objext \
10856 conftest$ac_exeext conftest.$ac_ext
8d138742
CE
10857LIBS=$ac_check_lib_save_LIBS
10858fi
b0322a85
CE
10859{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10860$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10861if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
10862 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
8d138742 10863else
d9898ee8 10864
b0322a85
CE
10865 lt_cv_dlopen="dyld"
10866 lt_cv_dlopen_libs=
10867 lt_cv_dlopen_self=yes
d9898ee8 10868
b0322a85
CE
10869fi
10870
10871 ;;
d9898ee8 10872
b0322a85
CE
10873 *)
10874 ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
10875if test "x$ac_cv_func_shl_load" = xyes; then :
10876 lt_cv_dlopen="shl_load"
10877else
10878 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
10879$as_echo_n "checking for shl_load in -ldld... " >&6; }
10880if ${ac_cv_lib_dld_shl_load+:} false; then :
10881 $as_echo_n "(cached) " >&6
10882else
10883 ac_check_lib_save_LIBS=$LIBS
10884LIBS="-ldld $LIBS"
10885cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10886/* end confdefs.h. */
d9898ee8 10887
8d138742
CE
10888/* Override any GCC internal prototype to avoid an error.
10889 Use char because int might match the return type of a GCC
10890 builtin and then its argument prototype would still apply. */
10891#ifdef __cplusplus
10892extern "C"
10893#endif
b0322a85 10894char shl_load ();
8d138742
CE
10895int
10896main ()
10897{
b0322a85 10898return shl_load ();
8d138742
CE
10899 ;
10900 return 0;
10901}
10902_ACEOF
b0322a85
CE
10903if ac_fn_c_try_link "$LINENO"; then :
10904 ac_cv_lib_dld_shl_load=yes
8d138742 10905else
b0322a85 10906 ac_cv_lib_dld_shl_load=no
8d138742 10907fi
b0322a85
CE
10908rm -f core conftest.err conftest.$ac_objext \
10909 conftest$ac_exeext conftest.$ac_ext
10910LIBS=$ac_check_lib_save_LIBS
8d138742 10911fi
b0322a85
CE
10912{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
10913$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10914if test "x$ac_cv_lib_dld_shl_load" = xyes; then :
10915 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10916else
10917 ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
10918if test "x$ac_cv_func_dlopen" = xyes; then :
8d138742
CE
10919 lt_cv_dlopen="dlopen"
10920else
b0322a85 10921 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
8d138742 10922$as_echo_n "checking for dlopen in -ldl... " >&6; }
b0322a85 10923if ${ac_cv_lib_dl_dlopen+:} false; then :
8d138742
CE
10924 $as_echo_n "(cached) " >&6
10925else
10926 ac_check_lib_save_LIBS=$LIBS
10927LIBS="-ldl $LIBS"
b0322a85 10928cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 10929/* end confdefs.h. */
d9898ee8 10930
8d138742
CE
10931/* Override any GCC internal prototype to avoid an error.
10932 Use char because int might match the return type of a GCC
10933 builtin and then its argument prototype would still apply. */
10934#ifdef __cplusplus
10935extern "C"
10936#endif
10937char dlopen ();
10938int
10939main ()
10940{
10941return dlopen ();
10942 ;
10943 return 0;
10944}
10945_ACEOF
b0322a85 10946if ac_fn_c_try_link "$LINENO"; then :
8d138742
CE
10947 ac_cv_lib_dl_dlopen=yes
10948else
b0322a85 10949 ac_cv_lib_dl_dlopen=no
8d138742 10950fi
b0322a85
CE
10951rm -f core conftest.err conftest.$ac_objext \
10952 conftest$ac_exeext conftest.$ac_ext
8d138742
CE
10953LIBS=$ac_check_lib_save_LIBS
10954fi
b0322a85 10955{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
8d138742 10956$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
b0322a85 10957if test "x$ac_cv_lib_dl_dlopen" = xyes; then :
8d138742
CE
10958 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10959else
b0322a85 10960 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
8d138742 10961$as_echo_n "checking for dlopen in -lsvld... " >&6; }
b0322a85 10962if ${ac_cv_lib_svld_dlopen+:} false; then :
8d138742
CE
10963 $as_echo_n "(cached) " >&6
10964else
10965 ac_check_lib_save_LIBS=$LIBS
10966LIBS="-lsvld $LIBS"
b0322a85 10967cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 10968/* end confdefs.h. */
d9898ee8 10969
8d138742
CE
10970/* Override any GCC internal prototype to avoid an error.
10971 Use char because int might match the return type of a GCC
10972 builtin and then its argument prototype would still apply. */
10973#ifdef __cplusplus
10974extern "C"
10975#endif
10976char dlopen ();
10977int
10978main ()
10979{
10980return dlopen ();
10981 ;
10982 return 0;
10983}
10984_ACEOF
b0322a85 10985if ac_fn_c_try_link "$LINENO"; then :
8d138742
CE
10986 ac_cv_lib_svld_dlopen=yes
10987else
b0322a85 10988 ac_cv_lib_svld_dlopen=no
8d138742 10989fi
b0322a85
CE
10990rm -f core conftest.err conftest.$ac_objext \
10991 conftest$ac_exeext conftest.$ac_ext
8d138742
CE
10992LIBS=$ac_check_lib_save_LIBS
10993fi
b0322a85 10994{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
8d138742 10995$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
b0322a85 10996if test "x$ac_cv_lib_svld_dlopen" = xyes; then :
8d138742
CE
10997 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10998else
b0322a85 10999 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
8d138742 11000$as_echo_n "checking for dld_link in -ldld... " >&6; }
b0322a85 11001if ${ac_cv_lib_dld_dld_link+:} false; then :
8d138742
CE
11002 $as_echo_n "(cached) " >&6
11003else
11004 ac_check_lib_save_LIBS=$LIBS
11005LIBS="-ldld $LIBS"
b0322a85 11006cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 11007/* end confdefs.h. */
d9898ee8 11008
8d138742
CE
11009/* Override any GCC internal prototype to avoid an error.
11010 Use char because int might match the return type of a GCC
11011 builtin and then its argument prototype would still apply. */
11012#ifdef __cplusplus
11013extern "C"
11014#endif
11015char dld_link ();
11016int
11017main ()
11018{
11019return dld_link ();
11020 ;
11021 return 0;
11022}
11023_ACEOF
b0322a85 11024if ac_fn_c_try_link "$LINENO"; then :
8d138742
CE
11025 ac_cv_lib_dld_dld_link=yes
11026else
b0322a85 11027 ac_cv_lib_dld_dld_link=no
8d138742 11028fi
b0322a85
CE
11029rm -f core conftest.err conftest.$ac_objext \
11030 conftest$ac_exeext conftest.$ac_ext
8d138742
CE
11031LIBS=$ac_check_lib_save_LIBS
11032fi
b0322a85 11033{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
8d138742 11034$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
b0322a85 11035if test "x$ac_cv_lib_dld_dld_link" = xyes; then :
8d138742
CE
11036 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11037fi
d9898ee8 11038
d9898ee8 11039
8d138742 11040fi
d9898ee8 11041
d9898ee8 11042
8d138742 11043fi
d9898ee8 11044
d9898ee8 11045
8d138742 11046fi
d9898ee8 11047
d9898ee8 11048
8d138742 11049fi
d9898ee8 11050
d9898ee8 11051
8d138742 11052fi
d9898ee8 11053
8d138742
CE
11054 ;;
11055 esac
d9898ee8 11056
8d138742
CE
11057 if test "x$lt_cv_dlopen" != xno; then
11058 enable_dlopen=yes
11059 else
11060 enable_dlopen=no
11061 fi
d9898ee8 11062
8d138742
CE
11063 case $lt_cv_dlopen in
11064 dlopen)
11065 save_CPPFLAGS="$CPPFLAGS"
11066 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
d9898ee8 11067
8d138742
CE
11068 save_LDFLAGS="$LDFLAGS"
11069 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
d9898ee8 11070
8d138742
CE
11071 save_LIBS="$LIBS"
11072 LIBS="$lt_cv_dlopen_libs $LIBS"
d9898ee8 11073
b0322a85 11074 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
8d138742 11075$as_echo_n "checking whether a program can dlopen itself... " >&6; }
b0322a85 11076if ${lt_cv_dlopen_self+:} false; then :
8d138742
CE
11077 $as_echo_n "(cached) " >&6
11078else
11079 if test "$cross_compiling" = yes; then :
11080 lt_cv_dlopen_self=cross
11081else
11082 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11083 lt_status=$lt_dlunknown
11084 cat > conftest.$ac_ext <<_LT_EOF
b0322a85 11085#line $LINENO "configure"
8d138742 11086#include "confdefs.h"
d9898ee8 11087
8d138742
CE
11088#if HAVE_DLFCN_H
11089#include <dlfcn.h>
11090#endif
d9898ee8 11091
8d138742 11092#include <stdio.h>
d9898ee8 11093
8d138742
CE
11094#ifdef RTLD_GLOBAL
11095# define LT_DLGLOBAL RTLD_GLOBAL
11096#else
11097# ifdef DL_GLOBAL
11098# define LT_DLGLOBAL DL_GLOBAL
11099# else
11100# define LT_DLGLOBAL 0
11101# endif
11102#endif
d9898ee8 11103
8d138742
CE
11104/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11105 find out it does not work in some platform. */
11106#ifndef LT_DLLAZY_OR_NOW
11107# ifdef RTLD_LAZY
11108# define LT_DLLAZY_OR_NOW RTLD_LAZY
11109# else
11110# ifdef DL_LAZY
11111# define LT_DLLAZY_OR_NOW DL_LAZY
11112# else
11113# ifdef RTLD_NOW
11114# define LT_DLLAZY_OR_NOW RTLD_NOW
11115# else
11116# ifdef DL_NOW
11117# define LT_DLLAZY_OR_NOW DL_NOW
11118# else
11119# define LT_DLLAZY_OR_NOW 0
11120# endif
11121# endif
11122# endif
11123# endif
11124#endif
d9898ee8 11125
b0322a85
CE
11126/* When -fvisbility=hidden is used, assume the code has been annotated
11127 correspondingly for the symbols needed. */
11128#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11129int fnord () __attribute__((visibility("default")));
11130#endif
11131
11132int fnord () { return 42; }
8d138742
CE
11133int main ()
11134{
11135 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11136 int status = $lt_dlunknown;
d9898ee8 11137
8d138742
CE
11138 if (self)
11139 {
11140 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
b0322a85
CE
11141 else
11142 {
11143 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11144 else puts (dlerror ());
11145 }
8d138742
CE
11146 /* dlclose (self); */
11147 }
11148 else
11149 puts (dlerror ());
d9898ee8 11150
8d138742
CE
11151 return status;
11152}
11153_LT_EOF
b0322a85 11154 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
8d138742
CE
11155 (eval $ac_link) 2>&5
11156 ac_status=$?
b0322a85
CE
11157 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11158 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
8d138742
CE
11159 (./conftest; exit; ) >&5 2>/dev/null
11160 lt_status=$?
11161 case x$lt_status in
11162 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11163 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11164 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11165 esac
11166 else :
11167 # compilation failed
11168 lt_cv_dlopen_self=no
11169 fi
11170fi
11171rm -fr conftest*
d9898ee8 11172
d9898ee8 11173
8d138742 11174fi
b0322a85 11175{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
8d138742 11176$as_echo "$lt_cv_dlopen_self" >&6; }
d9898ee8 11177
8d138742
CE
11178 if test "x$lt_cv_dlopen_self" = xyes; then
11179 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
b0322a85 11180 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
8d138742 11181$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
b0322a85 11182if ${lt_cv_dlopen_self_static+:} false; then :
8d138742 11183 $as_echo_n "(cached) " >&6
d9898ee8 11184else
8d138742
CE
11185 if test "$cross_compiling" = yes; then :
11186 lt_cv_dlopen_self_static=cross
11187else
11188 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11189 lt_status=$lt_dlunknown
11190 cat > conftest.$ac_ext <<_LT_EOF
b0322a85 11191#line $LINENO "configure"
8d138742 11192#include "confdefs.h"
d9898ee8 11193
8d138742
CE
11194#if HAVE_DLFCN_H
11195#include <dlfcn.h>
11196#endif
d9898ee8 11197
8d138742 11198#include <stdio.h>
d9898ee8 11199
8d138742
CE
11200#ifdef RTLD_GLOBAL
11201# define LT_DLGLOBAL RTLD_GLOBAL
11202#else
11203# ifdef DL_GLOBAL
11204# define LT_DLGLOBAL DL_GLOBAL
11205# else
11206# define LT_DLGLOBAL 0
11207# endif
11208#endif
d9898ee8 11209
8d138742
CE
11210/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11211 find out it does not work in some platform. */
11212#ifndef LT_DLLAZY_OR_NOW
11213# ifdef RTLD_LAZY
11214# define LT_DLLAZY_OR_NOW RTLD_LAZY
11215# else
11216# ifdef DL_LAZY
11217# define LT_DLLAZY_OR_NOW DL_LAZY
11218# else
11219# ifdef RTLD_NOW
11220# define LT_DLLAZY_OR_NOW RTLD_NOW
11221# else
11222# ifdef DL_NOW
11223# define LT_DLLAZY_OR_NOW DL_NOW
11224# else
11225# define LT_DLLAZY_OR_NOW 0
11226# endif
11227# endif
11228# endif
11229# endif
11230#endif
d9898ee8 11231
b0322a85
CE
11232/* When -fvisbility=hidden is used, assume the code has been annotated
11233 correspondingly for the symbols needed. */
11234#if defined(__GNUC__) && (((__GNUC__ == 3) && (__GNUC_MINOR__ >= 3)) || (__GNUC__ > 3))
11235int fnord () __attribute__((visibility("default")));
11236#endif
11237
11238int fnord () { return 42; }
8d138742
CE
11239int main ()
11240{
11241 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11242 int status = $lt_dlunknown;
d9898ee8 11243
8d138742
CE
11244 if (self)
11245 {
11246 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
b0322a85
CE
11247 else
11248 {
11249 if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11250 else puts (dlerror ());
11251 }
8d138742
CE
11252 /* dlclose (self); */
11253 }
11254 else
11255 puts (dlerror ());
d9898ee8 11256
8d138742
CE
11257 return status;
11258}
11259_LT_EOF
b0322a85 11260 if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
8d138742
CE
11261 (eval $ac_link) 2>&5
11262 ac_status=$?
b0322a85
CE
11263 $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
11264 test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
8d138742
CE
11265 (./conftest; exit; ) >&5 2>/dev/null
11266 lt_status=$?
11267 case x$lt_status in
11268 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11269 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11270 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11271 esac
11272 else :
11273 # compilation failed
11274 lt_cv_dlopen_self_static=no
11275 fi
11276fi
11277rm -fr conftest*
d9898ee8 11278
d9898ee8 11279
8d138742 11280fi
b0322a85 11281{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
8d138742
CE
11282$as_echo "$lt_cv_dlopen_self_static" >&6; }
11283 fi
d9898ee8 11284
8d138742
CE
11285 CPPFLAGS="$save_CPPFLAGS"
11286 LDFLAGS="$save_LDFLAGS"
11287 LIBS="$save_LIBS"
11288 ;;
11289 esac
d9898ee8 11290
8d138742
CE
11291 case $lt_cv_dlopen_self in
11292 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11293 *) enable_dlopen_self=unknown ;;
11294 esac
d9898ee8 11295
8d138742
CE
11296 case $lt_cv_dlopen_self_static in
11297 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11298 *) enable_dlopen_self_static=unknown ;;
11299 esac
11300fi
d9898ee8 11301
d9898ee8 11302
11303
d9898ee8 11304
11305
d9898ee8 11306
d9898ee8 11307
d9898ee8 11308
d9898ee8 11309
d9898ee8 11310
d9898ee8 11311
d9898ee8 11312
d9898ee8 11313
d9898ee8 11314
d9898ee8 11315
d9898ee8 11316
d9898ee8 11317
8d138742
CE
11318striplib=
11319old_striplib=
b0322a85 11320{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
8d138742
CE
11321$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11322if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11323 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11324 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
b0322a85 11325 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8d138742
CE
11326$as_echo "yes" >&6; }
11327else
11328# FIXME - insert some real tests, host_os isn't really good enough
11329 case $host_os in
11330 darwin*)
11331 if test -n "$STRIP" ; then
11332 striplib="$STRIP -x"
11333 old_striplib="$STRIP -S"
b0322a85 11334 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
8d138742
CE
11335$as_echo "yes" >&6; }
11336 else
b0322a85 11337 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
11338$as_echo "no" >&6; }
11339 fi
11340 ;;
11341 *)
b0322a85 11342 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
8d138742
CE
11343$as_echo "no" >&6; }
11344 ;;
11345 esac
11346fi
d9898ee8 11347
d9898ee8 11348
d9898ee8 11349
d9898ee8 11350
d9898ee8 11351
d9898ee8 11352
d9898ee8 11353
d9898ee8 11354
d9898ee8 11355
d9898ee8 11356
d9898ee8 11357
d9898ee8 11358
8d138742 11359 # Report which library types will actually be built
b0322a85 11360 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
8d138742 11361$as_echo_n "checking if libtool supports shared libraries... " >&6; }
b0322a85 11362 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
8d138742 11363$as_echo "$can_build_shared" >&6; }
ac40fd9e 11364
b0322a85 11365 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
8d138742
CE
11366$as_echo_n "checking whether to build shared libraries... " >&6; }
11367 test "$can_build_shared" = "no" && enable_shared=no
d9898ee8 11368
8d138742
CE
11369 # On AIX, shared libraries and static libraries use the same namespace, and
11370 # are all built from PIC.
11371 case $host_os in
11372 aix3*)
11373 test "$enable_shared" = yes && enable_static=no
11374 if test -n "$RANLIB"; then
11375 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11376 postinstall_cmds='$RANLIB $lib'
11377 fi
11378 ;;
d9898ee8 11379
8d138742
CE
11380 aix[4-9]*)
11381 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11382 test "$enable_shared" = yes && enable_static=no
11383 fi
11384 ;;
11385 esac
b0322a85 11386 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
8d138742 11387$as_echo "$enable_shared" >&6; }
d9898ee8 11388
b0322a85 11389 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
8d138742
CE
11390$as_echo_n "checking whether to build static libraries... " >&6; }
11391 # Make sure either enable_shared or enable_static is yes.
11392 test "$enable_shared" = yes || enable_static=yes
b0322a85 11393 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
8d138742 11394$as_echo "$enable_static" >&6; }
d9898ee8 11395
d9898ee8 11396
d9898ee8 11397
d9898ee8 11398
8d138742
CE
11399fi
11400ac_ext=c
11401ac_cpp='$CPP $CPPFLAGS'
11402ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11403ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11404ac_compiler_gnu=$ac_cv_c_compiler_gnu
d9898ee8 11405
8d138742 11406CC="$lt_save_CC"
d9898ee8 11407
d9898ee8 11408
d9898ee8 11409
8d138742
CE
11410
11411
11412
11413
11414
11415
11416
11417
11418
11419
b0322a85
CE
11420
11421
8d138742
CE
11422 ac_config_commands="$ac_config_commands libtool"
11423
11424
11425
11426
11427# Only expand once:
11428
11429
11430
11431if test "$GCC" = "yes"
11432then
11433 CFLAGS="$CFLAGS -Wall"
d9898ee8 11434fi
d9898ee8 11435
b0322a85 11436CFLAGS="-I.. -I${srcdir}/.. $CFLAGS"
8d138742
CE
11437
11438
11439
b0322a85
CE
11440for ac_header in unistd.h stdint.h
11441do :
11442 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11443ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
11444if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
11445 cat >>confdefs.h <<_ACEOF
11446#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8d138742 11447_ACEOF
8d138742 11448
d9898ee8 11449fi
11450
b0322a85 11451done
8d138742 11452
8d138742 11453
b0322a85
CE
11454ac_fn_c_check_type "$LINENO" "int64_t" "ac_cv_type_int64_t" "$ac_includes_default"
11455if test "x$ac_cv_type_int64_t" = xyes; then :
11456 :
d9898ee8 11457else
d9898ee8 11458
b0322a85
CE
11459
11460cat >>confdefs.h <<_ACEOF
11461#define int64_t long long
8d138742 11462_ACEOF
d9898ee8 11463
d9898ee8 11464
b0322a85 11465fi
8d138742 11466
d9898ee8 11467
b0322a85 11468{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for uid_t in sys/types.h" >&5
8d138742 11469$as_echo_n "checking for uid_t in sys/types.h... " >&6; }
b0322a85 11470if ${ac_cv_type_uid_t+:} false; then :
8d138742 11471 $as_echo_n "(cached) " >&6
d9898ee8 11472else
b0322a85 11473 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742
CE
11474/* end confdefs.h. */
11475#include <sys/types.h>
d9898ee8 11476
8d138742
CE
11477_ACEOF
11478if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
b0322a85 11479 $EGREP "uid_t" >/dev/null 2>&1; then :
8d138742
CE
11480 ac_cv_type_uid_t=yes
11481else
11482 ac_cv_type_uid_t=no
11483fi
11484rm -f conftest*
d9898ee8 11485
11486fi
b0322a85 11487{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_type_uid_t" >&5
8d138742
CE
11488$as_echo "$ac_cv_type_uid_t" >&6; }
11489if test $ac_cv_type_uid_t = no; then
d9898ee8 11490
b0322a85
CE
11491$as_echo "#define uid_t int" >>confdefs.h
11492
d9898ee8 11493
b0322a85 11494$as_echo "#define gid_t int" >>confdefs.h
d9898ee8 11495
b0322a85
CE
11496fi
11497
11498ac_fn_c_check_type "$LINENO" "pid_t" "ac_cv_type_pid_t" "$ac_includes_default"
11499if test "x$ac_cv_type_pid_t" = xyes; then :
11500
11501else
11502
11503cat >>confdefs.h <<_ACEOF
11504#define pid_t int
8d138742 11505_ACEOF
d9898ee8 11506
8d138742 11507fi
d9898ee8 11508
b0322a85
CE
11509# Check whether --enable-largefile was given.
11510if test "${enable_largefile+set}" = set; then :
11511 enableval=$enable_largefile;
11512fi
11513
11514if test "$enable_largefile" != no; then
11515
11516 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for special C compiler options needed for large files" >&5
11517$as_echo_n "checking for special C compiler options needed for large files... " >&6; }
11518if ${ac_cv_sys_largefile_CC+:} false; then :
11519 $as_echo_n "(cached) " >&6
11520else
11521 ac_cv_sys_largefile_CC=no
11522 if test "$GCC" != yes; then
11523 ac_save_CC=$CC
11524 while :; do
11525 # IRIX 6.2 and later do not support large files by default,
11526 # so use the C compiler's -n32 option if that helps.
11527 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11528/* end confdefs.h. */
11529#include <sys/types.h>
11530 /* Check that off_t can represent 2**63 - 1 correctly.
11531 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11532 since some C++ compilers masquerading as C compilers
11533 incorrectly reject 9223372036854775807. */
11534#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11535 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11536 && LARGE_OFF_T % 2147483647 == 1)
11537 ? 1 : -1];
11538int
11539main ()
11540{
11541
11542 ;
11543 return 0;
11544}
11545_ACEOF
11546 if ac_fn_c_try_compile "$LINENO"; then :
11547 break
11548fi
11549rm -f core conftest.err conftest.$ac_objext
11550 CC="$CC -n32"
11551 if ac_fn_c_try_compile "$LINENO"; then :
11552 ac_cv_sys_largefile_CC=' -n32'; break
11553fi
11554rm -f core conftest.err conftest.$ac_objext
11555 break
11556 done
11557 CC=$ac_save_CC
11558 rm -f conftest.$ac_ext
11559 fi
11560fi
11561{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_largefile_CC" >&5
11562$as_echo "$ac_cv_sys_largefile_CC" >&6; }
11563 if test "$ac_cv_sys_largefile_CC" != no; then
11564 CC=$CC$ac_cv_sys_largefile_CC
11565 fi
11566
11567 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _FILE_OFFSET_BITS value needed for large files" >&5
11568$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; }
11569if ${ac_cv_sys_file_offset_bits+:} false; then :
8d138742
CE
11570 $as_echo_n "(cached) " >&6
11571else
b0322a85
CE
11572 while :; do
11573 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11574/* end confdefs.h. */
11575#include <sys/types.h>
11576 /* Check that off_t can represent 2**63 - 1 correctly.
11577 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11578 since some C++ compilers masquerading as C compilers
11579 incorrectly reject 9223372036854775807. */
11580#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11581 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11582 && LARGE_OFF_T % 2147483647 == 1)
11583 ? 1 : -1];
11584int
11585main ()
11586{
11587
11588 ;
11589 return 0;
11590}
11591_ACEOF
11592if ac_fn_c_try_compile "$LINENO"; then :
11593 ac_cv_sys_file_offset_bits=no; break
11594fi
11595rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11596 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
11597/* end confdefs.h. */
11598#define _FILE_OFFSET_BITS 64
11599#include <sys/types.h>
11600 /* Check that off_t can represent 2**63 - 1 correctly.
11601 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11602 since some C++ compilers masquerading as C compilers
11603 incorrectly reject 9223372036854775807. */
11604#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11605 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11606 && LARGE_OFF_T % 2147483647 == 1)
11607 ? 1 : -1];
11608int
11609main ()
11610{
11611
11612 ;
11613 return 0;
11614}
11615_ACEOF
11616if ac_fn_c_try_compile "$LINENO"; then :
11617 ac_cv_sys_file_offset_bits=64; break
11618fi
11619rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11620 ac_cv_sys_file_offset_bits=unknown
11621 break
11622done
11623fi
11624{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_file_offset_bits" >&5
11625$as_echo "$ac_cv_sys_file_offset_bits" >&6; }
11626case $ac_cv_sys_file_offset_bits in #(
11627 no | unknown) ;;
11628 *)
11629cat >>confdefs.h <<_ACEOF
11630#define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
8d138742 11631_ACEOF
b0322a85
CE
11632;;
11633esac
11634rm -rf conftest*
11635 if test $ac_cv_sys_file_offset_bits = unknown; then
11636 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for _LARGE_FILES value needed for large files" >&5
11637$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; }
11638if ${ac_cv_sys_large_files+:} false; then :
11639 $as_echo_n "(cached) " >&6
11640else
11641 while :; do
11642 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 11643/* end confdefs.h. */
b0322a85
CE
11644#include <sys/types.h>
11645 /* Check that off_t can represent 2**63 - 1 correctly.
11646 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11647 since some C++ compilers masquerading as C compilers
11648 incorrectly reject 9223372036854775807. */
11649#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11650 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11651 && LARGE_OFF_T % 2147483647 == 1)
11652 ? 1 : -1];
8d138742
CE
11653int
11654main ()
11655{
b0322a85 11656
8d138742
CE
11657 ;
11658 return 0;
11659}
11660_ACEOF
b0322a85
CE
11661if ac_fn_c_try_compile "$LINENO"; then :
11662 ac_cv_sys_large_files=no; break
11663fi
11664rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11665 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8d138742 11666/* end confdefs.h. */
b0322a85
CE
11667#define _LARGE_FILES 1
11668#include <sys/types.h>
11669 /* Check that off_t can represent 2**63 - 1 correctly.
11670 We can't simply define LARGE_OFF_T to be 9223372036854775807,
11671 since some C++ compilers masquerading as C compilers
11672 incorrectly reject 9223372036854775807. */
11673#define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
11674 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
11675 && LARGE_OFF_T % 2147483647 == 1)
11676 ? 1 : -1];
8d138742
CE
11677int
11678main ()
11679{
b0322a85 11680
8d138742
CE
11681 ;
11682 return 0;
11683}
11684_ACEOF
b0322a85
CE
11685if ac_fn_c_try_compile "$LINENO"; then :
11686 ac_cv_sys_large_files=1; break
8d138742 11687fi
8d138742 11688rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
b0322a85
CE
11689 ac_cv_sys_large_files=unknown
11690 break
11691done
8d138742 11692fi
b0322a85
CE
11693{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_sys_large_files" >&5
11694$as_echo "$ac_cv_sys_large_files" >&6; }
11695case $ac_cv_sys_large_files in #(
11696 no | unknown) ;;
11697 *)
8d138742 11698cat >>confdefs.h <<_ACEOF
b0322a85 11699#define _LARGE_FILES $ac_cv_sys_large_files
8d138742 11700_ACEOF
b0322a85
CE
11701;;
11702esac
11703rm -rf conftest*
11704 fi
d9898ee8 11705
d9898ee8 11706
b0322a85 11707fi
d9898ee8 11708
d9898ee8 11709
d9898ee8 11710
8d138742 11711for ac_func in setgroups initgroups
b0322a85
CE
11712do :
11713 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
11714ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
11715if eval test \"x\$"$as_ac_var"\" = x"yes"; then :
8d138742
CE
11716 cat >>confdefs.h <<_ACEOF
11717#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
11718_ACEOF
dd184caf 11719
d9898ee8 11720fi
8d138742 11721done
dd184caf 11722
8d138742 11723ac_config_files="$ac_config_files Makefile"
d9898ee8 11724
8d138742
CE
11725cat >confcache <<\_ACEOF
11726# This file is a shell script that caches the results of configure
11727# tests run on this system so they can be shared between configure
11728# scripts and configure runs, see configure's option --config-cache.
11729# It is not useful on other systems. If it contains results you don't
11730# want to keep, you may remove or edit it.
11731#
11732# config.status only pays attention to the cache file if you give it
11733# the --recheck option to rerun configure.
11734#
11735# `ac_cv_env_foo' variables (set or unset) will be overridden when
11736# loading this file, other *unset* `ac_cv_foo' will be assigned the
11737# following values.
d9898ee8 11738
8d138742 11739_ACEOF
d9898ee8 11740
8d138742
CE
11741# The following way of writing the cache mishandles newlines in values,
11742# but we know of no workaround that is simple, portable, and efficient.
11743# So, we kill variables containing newlines.
11744# Ultrix sh set writes to stderr and can't be redirected directly,
11745# and sets the high bit in the cache file unless we assign to the vars.
11746(
11747 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
11748 eval ac_val=\$$ac_var
11749 case $ac_val in #(
11750 *${as_nl}*)
11751 case $ac_var in #(
b0322a85 11752 *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
8d138742
CE
11753$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
11754 esac
11755 case $ac_var in #(
11756 _ | IFS | as_nl) ;; #(
11757 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
b0322a85 11758 *) { eval $ac_var=; unset $ac_var;} ;;
8d138742
CE
11759 esac ;;
11760 esac
11761 done
d9898ee8 11762
8d138742
CE
11763 (set) 2>&1 |
11764 case $as_nl`(ac_space=' '; set) 2>&1` in #(
11765 *${as_nl}ac_space=\ *)
b0322a85
CE
11766 # `set' does not quote correctly, so add quotes: double-quote
11767 # substitution turns \\\\ into \\, and sed turns \\ into \.
8d138742
CE
11768 sed -n \
11769 "s/'/'\\\\''/g;
11770 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11771 ;; #(
11772 *)
11773 # `set' quotes correctly as required by POSIX, so do not add quotes.
11774 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
d9898ee8 11775 ;;
8d138742
CE
11776 esac |
11777 sort
11778) |
11779 sed '
11780 /^ac_cv_env_/b end
11781 t clear
11782 :clear
11783 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11784 t end
11785 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11786 :end' >>confcache
11787if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11788 if test -w "$cache_file"; then
b0322a85
CE
11789 if test "x$cache_file" != "x/dev/null"; then
11790 { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
8d138742 11791$as_echo "$as_me: updating cache $cache_file" >&6;}
b0322a85
CE
11792 if test ! -f "$cache_file" || test -h "$cache_file"; then
11793 cat confcache >"$cache_file"
11794 else
11795 case $cache_file in #(
11796 */* | ?:*)
11797 mv -f confcache "$cache_file"$$ &&
11798 mv -f "$cache_file"$$ "$cache_file" ;; #(
11799 *)
11800 mv -f confcache "$cache_file" ;;
11801 esac
11802 fi
11803 fi
8d138742 11804 else
b0322a85 11805 { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
8d138742
CE
11806$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11807 fi
11808fi
11809rm -f confcache
d9898ee8 11810
8d138742
CE
11811test "x$prefix" = xNONE && prefix=$ac_default_prefix
11812# Let make expand exec_prefix.
11813test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
d9898ee8 11814
8d138742 11815DEFS=-DHAVE_CONFIG_H
d9898ee8 11816
8d138742
CE
11817ac_libobjs=
11818ac_ltlibobjs=
11819for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11820 # 1. Remove the extension, and $U if already installed.
11821 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11822 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11823 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
11824 # will be set to the directory where LIBOBJS objects are built.
b0322a85
CE
11825 as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11826 as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
8d138742
CE
11827done
11828LIBOBJS=$ac_libobjs
d9898ee8 11829
8d138742 11830LTLIBOBJS=$ac_ltlibobjs
d9898ee8 11831
d9898ee8 11832
b0322a85
CE
11833{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
11834$as_echo_n "checking that generated files are newer than configure... " >&6; }
11835 if test -n "$am_sleep_pid"; then
11836 # Hide warnings about reused PIDs.
11837 wait $am_sleep_pid 2>/dev/null
11838 fi
11839 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
11840$as_echo "done" >&6; }
8d138742
CE
11841 if test -n "$EXEEXT"; then
11842 am__EXEEXT_TRUE=
11843 am__EXEEXT_FALSE='#'
11844else
11845 am__EXEEXT_TRUE='#'
11846 am__EXEEXT_FALSE=
11847fi
d9898ee8 11848
8d138742 11849if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
b0322a85
CE
11850 as_fn_error $? "conditional \"AMDEP\" was never defined.
11851Usually this means the macro was only invoked conditionally." "$LINENO" 5
8d138742
CE
11852fi
11853if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
b0322a85
CE
11854 as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
11855Usually this means the macro was only invoked conditionally." "$LINENO" 5
8d138742 11856fi
d9898ee8 11857
b0322a85 11858: "${CONFIG_STATUS=./config.status}"
8d138742
CE
11859ac_write_fail=0
11860ac_clean_files_save=$ac_clean_files
11861ac_clean_files="$ac_clean_files $CONFIG_STATUS"
b0322a85 11862{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
8d138742 11863$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
b0322a85
CE
11864as_write_fail=0
11865cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
8d138742
CE
11866#! $SHELL
11867# Generated by $as_me.
11868# Run this file to recreate the current configuration.
11869# Compiler output produced by configure, useful for debugging
11870# configure, is in config.log if it exists.
d9898ee8 11871
8d138742
CE
11872debug=false
11873ac_cs_recheck=false
11874ac_cs_silent=false
d9898ee8 11875
b0322a85
CE
11876SHELL=\${CONFIG_SHELL-$SHELL}
11877export SHELL
11878_ASEOF
11879cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11880## -------------------- ##
11881## M4sh Initialization. ##
11882## -------------------- ##
d9898ee8 11883
8d138742
CE
11884# Be more Bourne compatible
11885DUALCASE=1; export DUALCASE # for MKS sh
b0322a85 11886if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
8d138742
CE
11887 emulate sh
11888 NULLCMD=:
11889 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11890 # is contrary to our usage. Disable this feature.
11891 alias -g '${1+"$@"}'='"$@"'
11892 setopt NO_GLOB_SUBST
11893else
b0322a85
CE
11894 case `(set -o) 2>/dev/null` in #(
11895 *posix*) :
11896 set -o posix ;; #(
11897 *) :
11898 ;;
8d138742 11899esac
8d138742 11900fi
d9898ee8 11901
d9898ee8 11902
8d138742
CE
11903as_nl='
11904'
11905export as_nl
11906# Printing a long string crashes Solaris 7 /usr/bin/printf.
11907as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11908as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11909as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
b0322a85
CE
11910# Prefer a ksh shell builtin over an external printf program on Solaris,
11911# but without wasting forks for bash or zsh.
11912if test -z "$BASH_VERSION$ZSH_VERSION" \
11913 && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11914 as_echo='print -r --'
11915 as_echo_n='print -rn --'
11916elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
8d138742
CE
11917 as_echo='printf %s\n'
11918 as_echo_n='printf %s'
11919else
11920 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11921 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11922 as_echo_n='/usr/ucb/echo -n'
11923 else
11924 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11925 as_echo_n_body='eval
11926 arg=$1;
b0322a85 11927 case $arg in #(
8d138742
CE
11928 *"$as_nl"*)
11929 expr "X$arg" : "X\\(.*\\)$as_nl";
11930 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11931 esac;
11932 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11933 '
11934 export as_echo_n_body
11935 as_echo_n='sh -c $as_echo_n_body as_echo'
11936 fi
11937 export as_echo_body
11938 as_echo='sh -c $as_echo_body as_echo'
11939fi
d9898ee8 11940
8d138742
CE
11941# The user is always right.
11942if test "${PATH_SEPARATOR+set}" != set; then
11943 PATH_SEPARATOR=:
11944 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11945 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11946 PATH_SEPARATOR=';'
11947 }
11948fi
d9898ee8 11949
d9898ee8 11950
8d138742
CE
11951# IFS
11952# We need space, tab and new line, in precisely that order. Quoting is
11953# there to prevent editors from complaining about space-tab.
11954# (If _AS_PATH_WALK were called with IFS unset, it would disable word
11955# splitting by setting IFS to empty value.)
11956IFS=" "" $as_nl"
d9898ee8 11957
8d138742 11958# Find who we are. Look in the path if we contain no directory separator.
b0322a85
CE
11959as_myself=
11960case $0 in #((
8d138742
CE
11961 *[\\/]* ) as_myself=$0 ;;
11962 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11963for as_dir in $PATH
11964do
11965 IFS=$as_save_IFS
11966 test -z "$as_dir" && as_dir=.
b0322a85
CE
11967 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11968 done
8d138742 11969IFS=$as_save_IFS
d9898ee8 11970
8d138742
CE
11971 ;;
11972esac
11973# We did not find ourselves, most probably we were run as `sh COMMAND'
11974# in which case we are not to be found in the path.
11975if test "x$as_myself" = x; then
11976 as_myself=$0
11977fi
11978if test ! -f "$as_myself"; then
11979 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
b0322a85 11980 exit 1
8d138742 11981fi
d9898ee8 11982
b0322a85
CE
11983# Unset variables that we do not need and which cause bugs (e.g. in
11984# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
11985# suppresses any "Segmentation fault" message there. '((' could
11986# trigger a bug in pdksh 5.2.14.
11987for as_var in BASH_ENV ENV MAIL MAILPATH
11988do eval test x\${$as_var+set} = xset \
11989 && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
8d138742
CE
11990done
11991PS1='$ '
11992PS2='> '
11993PS4='+ '
d9898ee8 11994
8d138742
CE
11995# NLS nuisances.
11996LC_ALL=C
11997export LC_ALL
11998LANGUAGE=C
11999export LANGUAGE
d9898ee8 12000
b0322a85
CE
12001# CDPATH.
12002(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12003
12004
12005# as_fn_error STATUS ERROR [LINENO LOG_FD]
12006# ----------------------------------------
12007# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
12008# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
12009# script with STATUS, using 1 if that was 0.
12010as_fn_error ()
12011{
12012 as_status=$1; test $as_status -eq 0 && as_status=1
12013 if test "$4"; then
12014 as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
12015 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
12016 fi
12017 $as_echo "$as_me: error: $2" >&2
12018 as_fn_exit $as_status
12019} # as_fn_error
12020
12021
12022# as_fn_set_status STATUS
12023# -----------------------
12024# Set $? to STATUS, without forking.
12025as_fn_set_status ()
12026{
12027 return $1
12028} # as_fn_set_status
12029
12030# as_fn_exit STATUS
12031# -----------------
12032# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
12033as_fn_exit ()
12034{
12035 set +e
12036 as_fn_set_status $1
12037 exit $1
12038} # as_fn_exit
12039
12040# as_fn_unset VAR
12041# ---------------
12042# Portably unset VAR.
12043as_fn_unset ()
12044{
12045 { eval $1=; unset $1;}
12046}
12047as_unset=as_fn_unset
12048# as_fn_append VAR VALUE
12049# ----------------------
12050# Append the text in VALUE to the end of the definition contained in VAR. Take
12051# advantage of any shell optimizations that allow amortized linear growth over
12052# repeated appends, instead of the typical quadratic growth present in naive
12053# implementations.
12054if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
12055 eval 'as_fn_append ()
12056 {
12057 eval $1+=\$2
12058 }'
12059else
12060 as_fn_append ()
12061 {
12062 eval $1=\$$1\$2
12063 }
12064fi # as_fn_append
12065
12066# as_fn_arith ARG...
12067# ------------------
12068# Perform arithmetic evaluation on the ARGs, and store the result in the
12069# global $as_val. Take advantage of shells that can avoid forks. The arguments
12070# must be portable across $(()) and expr.
12071if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
12072 eval 'as_fn_arith ()
12073 {
12074 as_val=$(( $* ))
12075 }'
12076else
12077 as_fn_arith ()
12078 {
12079 as_val=`expr "$@" || test $? -eq 1`
12080 }
12081fi # as_fn_arith
12082
12083
8d138742
CE
12084if expr a : '\(a\)' >/dev/null 2>&1 &&
12085 test "X`expr 00001 : '.*\(...\)'`" = X001; then
12086 as_expr=expr
12087else
12088 as_expr=false
12089fi
d9898ee8 12090
8d138742
CE
12091if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
12092 as_basename=basename
12093else
12094 as_basename=false
12095fi
d9898ee8 12096
b0322a85
CE
12097if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
12098 as_dirname=dirname
12099else
12100 as_dirname=false
12101fi
d9898ee8 12102
8d138742
CE
12103as_me=`$as_basename -- "$0" ||
12104$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
12105 X"$0" : 'X\(//\)$' \| \
12106 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
12107$as_echo X/"$0" |
12108 sed '/^.*\/\([^/][^/]*\)\/*$/{
12109 s//\1/
12110 q
12111 }
12112 /^X\/\(\/\/\)$/{
12113 s//\1/
12114 q
12115 }
12116 /^X\/\(\/\).*/{
12117 s//\1/
12118 q
12119 }
12120 s/.*/./; q'`
d9898ee8 12121
b0322a85
CE
12122# Avoid depending upon Character Ranges.
12123as_cr_letters='abcdefghijklmnopqrstuvwxyz'
12124as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
12125as_cr_Letters=$as_cr_letters$as_cr_LETTERS
12126as_cr_digits='0123456789'
12127as_cr_alnum=$as_cr_Letters$as_cr_digits
8d138742
CE
12128
12129ECHO_C= ECHO_N= ECHO_T=
b0322a85 12130case `echo -n x` in #(((((
8d138742 12131-n*)
b0322a85 12132 case `echo 'xy\c'` in
8d138742 12133 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
b0322a85
CE
12134 xy) ECHO_C='\c';;
12135 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
12136 ECHO_T=' ';;
8d138742
CE
12137 esac;;
12138*)
12139 ECHO_N='-n';;
12140esac
b0322a85
CE
12141
12142rm -f conf$$ conf$$.exe conf$$.file
12143if test -d conf$$.dir; then
12144 rm -f conf$$.dir/conf$$.file
8d138742 12145else
b0322a85
CE
12146 rm -f conf$$.dir
12147 mkdir conf$$.dir 2>/dev/null
12148fi
12149if (echo >conf$$.file) 2>/dev/null; then
12150 if ln -s conf$$.file conf$$ 2>/dev/null; then
12151 as_ln_s='ln -s'
12152 # ... but there are two gotchas:
12153 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
12154 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
12155 # In both cases, we have to default to `cp -pR'.
12156 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
12157 as_ln_s='cp -pR'
12158 elif ln conf$$.file conf$$ 2>/dev/null; then
12159 as_ln_s=ln
12160 else
12161 as_ln_s='cp -pR'
12162 fi
12163else
12164 as_ln_s='cp -pR'
8d138742 12165fi
b0322a85
CE
12166rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
12167rmdir conf$$.dir 2>/dev/null
12168
12169
12170# as_fn_mkdir_p
12171# -------------
12172# Create "$as_dir" as a directory, including parents if necessary.
12173as_fn_mkdir_p ()
12174{
12175
12176 case $as_dir in #(
12177 -*) as_dir=./$as_dir;;
12178 esac
12179 test -d "$as_dir" || eval $as_mkdir_p || {
12180 as_dirs=
12181 while :; do
12182 case $as_dir in #(
12183 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
12184 *) as_qdir=$as_dir;;
12185 esac
12186 as_dirs="'$as_qdir' $as_dirs"
12187 as_dir=`$as_dirname -- "$as_dir" ||
12188$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12189 X"$as_dir" : 'X\(//\)[^/]' \| \
12190 X"$as_dir" : 'X\(//\)$' \| \
12191 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
12192$as_echo X"$as_dir" |
12193 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12194 s//\1/
12195 q
12196 }
12197 /^X\(\/\/\)[^/].*/{
12198 s//\1/
12199 q
12200 }
12201 /^X\(\/\/\)$/{
12202 s//\1/
12203 q
12204 }
12205 /^X\(\/\).*/{
12206 s//\1/
12207 q
12208 }
12209 s/.*/./; q'`
12210 test -d "$as_dir" && break
12211 done
12212 test -z "$as_dirs" || eval "mkdir $as_dirs"
12213 } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
8d138742 12214
8d138742 12215
b0322a85 12216} # as_fn_mkdir_p
8d138742 12217if mkdir -p . 2>/dev/null; then
b0322a85 12218 as_mkdir_p='mkdir -p "$as_dir"'
8d138742
CE
12219else
12220 test -d ./-p && rmdir ./-p
12221 as_mkdir_p=false
12222fi
12223
b0322a85
CE
12224
12225# as_fn_executable_p FILE
12226# -----------------------
12227# Test if FILE is an executable regular file.
12228as_fn_executable_p ()
12229{
12230 test -f "$1" && test -x "$1"
12231} # as_fn_executable_p
12232as_test_x='test -x'
12233as_executable_p=as_fn_executable_p
8d138742
CE
12234
12235# Sed expression to map a string onto a valid CPP name.
12236as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
12237
12238# Sed expression to map a string onto a valid variable name.
12239as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
12240
12241
12242exec 6>&1
b0322a85
CE
12243## ----------------------------------- ##
12244## Main body of $CONFIG_STATUS script. ##
12245## ----------------------------------- ##
12246_ASEOF
12247test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
8d138742 12248
b0322a85
CE
12249cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12250# Save the log message, to keep $0 and so on meaningful, and to
8d138742
CE
12251# report actual input values of CONFIG_FILES etc. instead of their
12252# values after options handling.
12253ac_log="
12254This file was extended by numlib $as_me 0.10, which was
b0322a85 12255generated by GNU Autoconf 2.69. Invocation command line was
8d138742
CE
12256
12257 CONFIG_FILES = $CONFIG_FILES
12258 CONFIG_HEADERS = $CONFIG_HEADERS
12259 CONFIG_LINKS = $CONFIG_LINKS
12260 CONFIG_COMMANDS = $CONFIG_COMMANDS
12261 $ $0 $@
12262
12263on `(hostname || uname -n) 2>/dev/null | sed 1q`
12264"
12265
12266_ACEOF
12267
12268case $ac_config_files in *"
12269"*) set x $ac_config_files; shift; ac_config_files=$*;;
d9898ee8 12270esac
12271
8d138742
CE
12272case $ac_config_headers in *"
12273"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
12274esac
ac40fd9e 12275
d9898ee8 12276
8d138742
CE
12277cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12278# Files that config.status was made for.
12279config_files="$ac_config_files"
12280config_headers="$ac_config_headers"
12281config_commands="$ac_config_commands"
d9898ee8 12282
8d138742 12283_ACEOF
d9898ee8 12284
8d138742
CE
12285cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12286ac_cs_usage="\
b0322a85
CE
12287\`$as_me' instantiates files and other configuration actions
12288from templates according to the current configuration. Unless the files
12289and actions are specified as TAGs, all are instantiated by default.
d9898ee8 12290
b0322a85 12291Usage: $0 [OPTION]... [TAG]...
d9898ee8 12292
8d138742
CE
12293 -h, --help print this help, then exit
12294 -V, --version print version number and configuration settings, then exit
b0322a85 12295 --config print configuration, then exit
8d138742
CE
12296 -q, --quiet, --silent
12297 do not print progress messages
12298 -d, --debug don't remove temporary files
12299 --recheck update $as_me by reconfiguring in the same conditions
12300 --file=FILE[:TEMPLATE]
12301 instantiate the configuration file FILE
12302 --header=FILE[:TEMPLATE]
12303 instantiate the configuration header FILE
d9898ee8 12304
8d138742
CE
12305Configuration files:
12306$config_files
d9898ee8 12307
8d138742
CE
12308Configuration headers:
12309$config_headers
d9898ee8 12310
8d138742
CE
12311Configuration commands:
12312$config_commands
d9898ee8 12313
b0322a85 12314Report bugs to <courier-users@lists.sourceforge.net>."
d9898ee8 12315
8d138742
CE
12316_ACEOF
12317cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b0322a85 12318ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
8d138742
CE
12319ac_cs_version="\\
12320numlib config.status 0.10
b0322a85
CE
12321configured by $0, generated by GNU Autoconf 2.69,
12322 with options \\"\$ac_cs_config\\"
8d138742 12323
b0322a85 12324Copyright (C) 2012 Free Software Foundation, Inc.
8d138742
CE
12325This config.status script is free software; the Free Software Foundation
12326gives unlimited permission to copy, distribute and modify it."
d9898ee8 12327
8d138742
CE
12328ac_pwd='$ac_pwd'
12329srcdir='$srcdir'
12330INSTALL='$INSTALL'
12331MKDIR_P='$MKDIR_P'
12332AWK='$AWK'
12333test -n "\$AWK" || AWK=awk
12334_ACEOF
12335
12336cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12337# The default lists apply if the user does not specify any file.
12338ac_need_defaults=:
12339while test $# != 0
12340do
12341 case $1 in
b0322a85 12342 --*=?*)
8d138742
CE
12343 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12344 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
12345 ac_shift=:
12346 ;;
b0322a85
CE
12347 --*=)
12348 ac_option=`expr "X$1" : 'X\([^=]*\)='`
12349 ac_optarg=
12350 ac_shift=:
12351 ;;
d9898ee8 12352 *)
8d138742
CE
12353 ac_option=$1
12354 ac_optarg=$2
12355 ac_shift=shift
d9898ee8 12356 ;;
12357 esac
d9898ee8 12358
8d138742
CE
12359 case $ac_option in
12360 # Handling of the options.
12361 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
12362 ac_cs_recheck=: ;;
12363 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
12364 $as_echo "$ac_cs_version"; exit ;;
b0322a85
CE
12365 --config | --confi | --conf | --con | --co | --c )
12366 $as_echo "$ac_cs_config"; exit ;;
8d138742
CE
12367 --debug | --debu | --deb | --de | --d | -d )
12368 debug=: ;;
12369 --file | --fil | --fi | --f )
12370 $ac_shift
12371 case $ac_optarg in
12372 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
b0322a85 12373 '') as_fn_error $? "missing file argument" ;;
8d138742 12374 esac
b0322a85 12375 as_fn_append CONFIG_FILES " '$ac_optarg'"
8d138742
CE
12376 ac_need_defaults=false;;
12377 --header | --heade | --head | --hea )
12378 $ac_shift
12379 case $ac_optarg in
12380 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
12381 esac
b0322a85 12382 as_fn_append CONFIG_HEADERS " '$ac_optarg'"
8d138742
CE
12383 ac_need_defaults=false;;
12384 --he | --h)
12385 # Conflict between --help and --header
b0322a85
CE
12386 as_fn_error $? "ambiguous option: \`$1'
12387Try \`$0 --help' for more information.";;
8d138742
CE
12388 --help | --hel | -h )
12389 $as_echo "$ac_cs_usage"; exit ;;
12390 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
12391 | -silent | --silent | --silen | --sile | --sil | --si | --s)
12392 ac_cs_silent=: ;;
ac40fd9e 12393
8d138742 12394 # This is an error.
b0322a85
CE
12395 -*) as_fn_error $? "unrecognized option: \`$1'
12396Try \`$0 --help' for more information." ;;
d9898ee8 12397
b0322a85 12398 *) as_fn_append ac_config_targets " $1"
8d138742 12399 ac_need_defaults=false ;;
d9898ee8 12400
8d138742
CE
12401 esac
12402 shift
12403done
d9898ee8 12404
8d138742
CE
12405ac_configure_extra_args=
12406
12407if $ac_cs_silent; then
12408 exec 6>/dev/null
12409 ac_configure_extra_args="$ac_configure_extra_args --silent"
12410fi
12411
12412_ACEOF
12413cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12414if \$ac_cs_recheck; then
b0322a85 12415 set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
8d138742
CE
12416 shift
12417 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
12418 CONFIG_SHELL='$SHELL'
12419 export CONFIG_SHELL
12420 exec "\$@"
12421fi
12422
12423_ACEOF
12424cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12425exec 5>>config.log
12426{
12427 echo
12428 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
12429## Running $as_me. ##
12430_ASBOX
12431 $as_echo "$ac_log"
12432} >&5
12433
12434_ACEOF
12435cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12436#
12437# INIT-COMMANDS
12438#
12439AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
12440
12441
12442# The HP-UX ksh and POSIX shell print the target directory to stdout
12443# if CDPATH is set.
12444(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
12445
12446sed_quote_subst='$sed_quote_subst'
12447double_quote_subst='$double_quote_subst'
12448delay_variable_subst='$delay_variable_subst'
b0322a85
CE
12449macro_version='`$ECHO "$macro_version" | $SED "$delay_single_quote_subst"`'
12450macro_revision='`$ECHO "$macro_revision" | $SED "$delay_single_quote_subst"`'
12451enable_shared='`$ECHO "$enable_shared" | $SED "$delay_single_quote_subst"`'
12452enable_static='`$ECHO "$enable_static" | $SED "$delay_single_quote_subst"`'
12453pic_mode='`$ECHO "$pic_mode" | $SED "$delay_single_quote_subst"`'
12454enable_fast_install='`$ECHO "$enable_fast_install" | $SED "$delay_single_quote_subst"`'
12455SHELL='`$ECHO "$SHELL" | $SED "$delay_single_quote_subst"`'
12456ECHO='`$ECHO "$ECHO" | $SED "$delay_single_quote_subst"`'
12457PATH_SEPARATOR='`$ECHO "$PATH_SEPARATOR" | $SED "$delay_single_quote_subst"`'
12458host_alias='`$ECHO "$host_alias" | $SED "$delay_single_quote_subst"`'
12459host='`$ECHO "$host" | $SED "$delay_single_quote_subst"`'
12460host_os='`$ECHO "$host_os" | $SED "$delay_single_quote_subst"`'
12461build_alias='`$ECHO "$build_alias" | $SED "$delay_single_quote_subst"`'
12462build='`$ECHO "$build" | $SED "$delay_single_quote_subst"`'
12463build_os='`$ECHO "$build_os" | $SED "$delay_single_quote_subst"`'
12464SED='`$ECHO "$SED" | $SED "$delay_single_quote_subst"`'
12465Xsed='`$ECHO "$Xsed" | $SED "$delay_single_quote_subst"`'
12466GREP='`$ECHO "$GREP" | $SED "$delay_single_quote_subst"`'
12467EGREP='`$ECHO "$EGREP" | $SED "$delay_single_quote_subst"`'
12468FGREP='`$ECHO "$FGREP" | $SED "$delay_single_quote_subst"`'
12469LD='`$ECHO "$LD" | $SED "$delay_single_quote_subst"`'
12470NM='`$ECHO "$NM" | $SED "$delay_single_quote_subst"`'
12471LN_S='`$ECHO "$LN_S" | $SED "$delay_single_quote_subst"`'
12472max_cmd_len='`$ECHO "$max_cmd_len" | $SED "$delay_single_quote_subst"`'
12473ac_objext='`$ECHO "$ac_objext" | $SED "$delay_single_quote_subst"`'
12474exeext='`$ECHO "$exeext" | $SED "$delay_single_quote_subst"`'
12475lt_unset='`$ECHO "$lt_unset" | $SED "$delay_single_quote_subst"`'
12476lt_SP2NL='`$ECHO "$lt_SP2NL" | $SED "$delay_single_quote_subst"`'
12477lt_NL2SP='`$ECHO "$lt_NL2SP" | $SED "$delay_single_quote_subst"`'
12478lt_cv_to_host_file_cmd='`$ECHO "$lt_cv_to_host_file_cmd" | $SED "$delay_single_quote_subst"`'
12479lt_cv_to_tool_file_cmd='`$ECHO "$lt_cv_to_tool_file_cmd" | $SED "$delay_single_quote_subst"`'
12480reload_flag='`$ECHO "$reload_flag" | $SED "$delay_single_quote_subst"`'
12481reload_cmds='`$ECHO "$reload_cmds" | $SED "$delay_single_quote_subst"`'
12482OBJDUMP='`$ECHO "$OBJDUMP" | $SED "$delay_single_quote_subst"`'
12483deplibs_check_method='`$ECHO "$deplibs_check_method" | $SED "$delay_single_quote_subst"`'
12484file_magic_cmd='`$ECHO "$file_magic_cmd" | $SED "$delay_single_quote_subst"`'
12485file_magic_glob='`$ECHO "$file_magic_glob" | $SED "$delay_single_quote_subst"`'
12486want_nocaseglob='`$ECHO "$want_nocaseglob" | $SED "$delay_single_quote_subst"`'
12487DLLTOOL='`$ECHO "$DLLTOOL" | $SED "$delay_single_quote_subst"`'
12488sharedlib_from_linklib_cmd='`$ECHO "$sharedlib_from_linklib_cmd" | $SED "$delay_single_quote_subst"`'
12489AR='`$ECHO "$AR" | $SED "$delay_single_quote_subst"`'
12490AR_FLAGS='`$ECHO "$AR_FLAGS" | $SED "$delay_single_quote_subst"`'
12491archiver_list_spec='`$ECHO "$archiver_list_spec" | $SED "$delay_single_quote_subst"`'
12492STRIP='`$ECHO "$STRIP" | $SED "$delay_single_quote_subst"`'
12493RANLIB='`$ECHO "$RANLIB" | $SED "$delay_single_quote_subst"`'
12494old_postinstall_cmds='`$ECHO "$old_postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12495old_postuninstall_cmds='`$ECHO "$old_postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12496old_archive_cmds='`$ECHO "$old_archive_cmds" | $SED "$delay_single_quote_subst"`'
12497lock_old_archive_extraction='`$ECHO "$lock_old_archive_extraction" | $SED "$delay_single_quote_subst"`'
12498CC='`$ECHO "$CC" | $SED "$delay_single_quote_subst"`'
12499CFLAGS='`$ECHO "$CFLAGS" | $SED "$delay_single_quote_subst"`'
12500compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`'
12501GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`'
12502lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`'
12503lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`'
12504lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`'
12505lt_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"`'
12506nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`'
12507lt_sysroot='`$ECHO "$lt_sysroot" | $SED "$delay_single_quote_subst"`'
12508objdir='`$ECHO "$objdir" | $SED "$delay_single_quote_subst"`'
12509MAGIC_CMD='`$ECHO "$MAGIC_CMD" | $SED "$delay_single_quote_subst"`'
12510lt_prog_compiler_no_builtin_flag='`$ECHO "$lt_prog_compiler_no_builtin_flag" | $SED "$delay_single_quote_subst"`'
12511lt_prog_compiler_pic='`$ECHO "$lt_prog_compiler_pic" | $SED "$delay_single_quote_subst"`'
12512lt_prog_compiler_wl='`$ECHO "$lt_prog_compiler_wl" | $SED "$delay_single_quote_subst"`'
12513lt_prog_compiler_static='`$ECHO "$lt_prog_compiler_static" | $SED "$delay_single_quote_subst"`'
12514lt_cv_prog_compiler_c_o='`$ECHO "$lt_cv_prog_compiler_c_o" | $SED "$delay_single_quote_subst"`'
12515need_locks='`$ECHO "$need_locks" | $SED "$delay_single_quote_subst"`'
12516MANIFEST_TOOL='`$ECHO "$MANIFEST_TOOL" | $SED "$delay_single_quote_subst"`'
12517DSYMUTIL='`$ECHO "$DSYMUTIL" | $SED "$delay_single_quote_subst"`'
12518NMEDIT='`$ECHO "$NMEDIT" | $SED "$delay_single_quote_subst"`'
12519LIPO='`$ECHO "$LIPO" | $SED "$delay_single_quote_subst"`'
12520OTOOL='`$ECHO "$OTOOL" | $SED "$delay_single_quote_subst"`'
12521OTOOL64='`$ECHO "$OTOOL64" | $SED "$delay_single_quote_subst"`'
12522libext='`$ECHO "$libext" | $SED "$delay_single_quote_subst"`'
12523shrext_cmds='`$ECHO "$shrext_cmds" | $SED "$delay_single_quote_subst"`'
12524extract_expsyms_cmds='`$ECHO "$extract_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12525archive_cmds_need_lc='`$ECHO "$archive_cmds_need_lc" | $SED "$delay_single_quote_subst"`'
12526enable_shared_with_static_runtimes='`$ECHO "$enable_shared_with_static_runtimes" | $SED "$delay_single_quote_subst"`'
12527export_dynamic_flag_spec='`$ECHO "$export_dynamic_flag_spec" | $SED "$delay_single_quote_subst"`'
12528whole_archive_flag_spec='`$ECHO "$whole_archive_flag_spec" | $SED "$delay_single_quote_subst"`'
12529compiler_needs_object='`$ECHO "$compiler_needs_object" | $SED "$delay_single_quote_subst"`'
12530old_archive_from_new_cmds='`$ECHO "$old_archive_from_new_cmds" | $SED "$delay_single_quote_subst"`'
12531old_archive_from_expsyms_cmds='`$ECHO "$old_archive_from_expsyms_cmds" | $SED "$delay_single_quote_subst"`'
12532archive_cmds='`$ECHO "$archive_cmds" | $SED "$delay_single_quote_subst"`'
12533archive_expsym_cmds='`$ECHO "$archive_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12534module_cmds='`$ECHO "$module_cmds" | $SED "$delay_single_quote_subst"`'
12535module_expsym_cmds='`$ECHO "$module_expsym_cmds" | $SED "$delay_single_quote_subst"`'
12536with_gnu_ld='`$ECHO "$with_gnu_ld" | $SED "$delay_single_quote_subst"`'
12537allow_undefined_flag='`$ECHO "$allow_undefined_flag" | $SED "$delay_single_quote_subst"`'
12538no_undefined_flag='`$ECHO "$no_undefined_flag" | $SED "$delay_single_quote_subst"`'
12539hardcode_libdir_flag_spec='`$ECHO "$hardcode_libdir_flag_spec" | $SED "$delay_single_quote_subst"`'
12540hardcode_libdir_separator='`$ECHO "$hardcode_libdir_separator" | $SED "$delay_single_quote_subst"`'
12541hardcode_direct='`$ECHO "$hardcode_direct" | $SED "$delay_single_quote_subst"`'
12542hardcode_direct_absolute='`$ECHO "$hardcode_direct_absolute" | $SED "$delay_single_quote_subst"`'
12543hardcode_minus_L='`$ECHO "$hardcode_minus_L" | $SED "$delay_single_quote_subst"`'
12544hardcode_shlibpath_var='`$ECHO "$hardcode_shlibpath_var" | $SED "$delay_single_quote_subst"`'
12545hardcode_automatic='`$ECHO "$hardcode_automatic" | $SED "$delay_single_quote_subst"`'
12546inherit_rpath='`$ECHO "$inherit_rpath" | $SED "$delay_single_quote_subst"`'
12547link_all_deplibs='`$ECHO "$link_all_deplibs" | $SED "$delay_single_quote_subst"`'
12548always_export_symbols='`$ECHO "$always_export_symbols" | $SED "$delay_single_quote_subst"`'
12549export_symbols_cmds='`$ECHO "$export_symbols_cmds" | $SED "$delay_single_quote_subst"`'
12550exclude_expsyms='`$ECHO "$exclude_expsyms" | $SED "$delay_single_quote_subst"`'
12551include_expsyms='`$ECHO "$include_expsyms" | $SED "$delay_single_quote_subst"`'
12552prelink_cmds='`$ECHO "$prelink_cmds" | $SED "$delay_single_quote_subst"`'
12553postlink_cmds='`$ECHO "$postlink_cmds" | $SED "$delay_single_quote_subst"`'
12554file_list_spec='`$ECHO "$file_list_spec" | $SED "$delay_single_quote_subst"`'
12555variables_saved_for_relink='`$ECHO "$variables_saved_for_relink" | $SED "$delay_single_quote_subst"`'
12556need_lib_prefix='`$ECHO "$need_lib_prefix" | $SED "$delay_single_quote_subst"`'
12557need_version='`$ECHO "$need_version" | $SED "$delay_single_quote_subst"`'
12558version_type='`$ECHO "$version_type" | $SED "$delay_single_quote_subst"`'
12559runpath_var='`$ECHO "$runpath_var" | $SED "$delay_single_quote_subst"`'
12560shlibpath_var='`$ECHO "$shlibpath_var" | $SED "$delay_single_quote_subst"`'
12561shlibpath_overrides_runpath='`$ECHO "$shlibpath_overrides_runpath" | $SED "$delay_single_quote_subst"`'
12562libname_spec='`$ECHO "$libname_spec" | $SED "$delay_single_quote_subst"`'
12563library_names_spec='`$ECHO "$library_names_spec" | $SED "$delay_single_quote_subst"`'
12564soname_spec='`$ECHO "$soname_spec" | $SED "$delay_single_quote_subst"`'
12565install_override_mode='`$ECHO "$install_override_mode" | $SED "$delay_single_quote_subst"`'
12566postinstall_cmds='`$ECHO "$postinstall_cmds" | $SED "$delay_single_quote_subst"`'
12567postuninstall_cmds='`$ECHO "$postuninstall_cmds" | $SED "$delay_single_quote_subst"`'
12568finish_cmds='`$ECHO "$finish_cmds" | $SED "$delay_single_quote_subst"`'
12569finish_eval='`$ECHO "$finish_eval" | $SED "$delay_single_quote_subst"`'
12570hardcode_into_libs='`$ECHO "$hardcode_into_libs" | $SED "$delay_single_quote_subst"`'
12571sys_lib_search_path_spec='`$ECHO "$sys_lib_search_path_spec" | $SED "$delay_single_quote_subst"`'
12572sys_lib_dlsearch_path_spec='`$ECHO "$sys_lib_dlsearch_path_spec" | $SED "$delay_single_quote_subst"`'
12573hardcode_action='`$ECHO "$hardcode_action" | $SED "$delay_single_quote_subst"`'
12574enable_dlopen='`$ECHO "$enable_dlopen" | $SED "$delay_single_quote_subst"`'
12575enable_dlopen_self='`$ECHO "$enable_dlopen_self" | $SED "$delay_single_quote_subst"`'
12576enable_dlopen_self_static='`$ECHO "$enable_dlopen_self_static" | $SED "$delay_single_quote_subst"`'
12577old_striplib='`$ECHO "$old_striplib" | $SED "$delay_single_quote_subst"`'
12578striplib='`$ECHO "$striplib" | $SED "$delay_single_quote_subst"`'
8d138742
CE
12579
12580LTCC='$LTCC'
12581LTCFLAGS='$LTCFLAGS'
12582compiler='$compiler_DEFAULT'
12583
b0322a85
CE
12584# A function that is used when there is no print builtin or printf.
12585func_fallback_echo ()
12586{
12587 eval 'cat <<_LTECHO_EOF
12588\$1
12589_LTECHO_EOF'
12590}
12591
8d138742 12592# Quote evaled strings.
b0322a85
CE
12593for var in SHELL \
12594ECHO \
12595PATH_SEPARATOR \
12596SED \
8d138742
CE
12597GREP \
12598EGREP \
12599FGREP \
12600LD \
12601NM \
12602LN_S \
12603lt_SP2NL \
12604lt_NL2SP \
12605reload_flag \
12606OBJDUMP \
12607deplibs_check_method \
12608file_magic_cmd \
b0322a85
CE
12609file_magic_glob \
12610want_nocaseglob \
12611DLLTOOL \
12612sharedlib_from_linklib_cmd \
8d138742
CE
12613AR \
12614AR_FLAGS \
b0322a85 12615archiver_list_spec \
8d138742
CE
12616STRIP \
12617RANLIB \
12618CC \
12619CFLAGS \
12620compiler \
12621lt_cv_sys_global_symbol_pipe \
12622lt_cv_sys_global_symbol_to_cdecl \
12623lt_cv_sys_global_symbol_to_c_name_address \
12624lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
b0322a85 12625nm_file_list_spec \
8d138742 12626lt_prog_compiler_no_builtin_flag \
8d138742 12627lt_prog_compiler_pic \
b0322a85 12628lt_prog_compiler_wl \
8d138742
CE
12629lt_prog_compiler_static \
12630lt_cv_prog_compiler_c_o \
12631need_locks \
b0322a85 12632MANIFEST_TOOL \
8d138742
CE
12633DSYMUTIL \
12634NMEDIT \
12635LIPO \
12636OTOOL \
12637OTOOL64 \
12638shrext_cmds \
12639export_dynamic_flag_spec \
12640whole_archive_flag_spec \
12641compiler_needs_object \
12642with_gnu_ld \
12643allow_undefined_flag \
12644no_undefined_flag \
12645hardcode_libdir_flag_spec \
8d138742 12646hardcode_libdir_separator \
8d138742
CE
12647exclude_expsyms \
12648include_expsyms \
12649file_list_spec \
12650variables_saved_for_relink \
12651libname_spec \
12652library_names_spec \
12653soname_spec \
b0322a85 12654install_override_mode \
8d138742
CE
12655finish_eval \
12656old_striplib \
12657striplib; do
b0322a85 12658 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
8d138742 12659 *[\\\\\\\`\\"\\\$]*)
b0322a85 12660 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
8d138742
CE
12661 ;;
12662 *)
12663 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
12664 ;;
d9898ee8 12665 esac
8d138742
CE
12666done
12667
12668# Double-quote double-evaled strings.
12669for var in reload_cmds \
12670old_postinstall_cmds \
12671old_postuninstall_cmds \
12672old_archive_cmds \
12673extract_expsyms_cmds \
12674old_archive_from_new_cmds \
12675old_archive_from_expsyms_cmds \
12676archive_cmds \
12677archive_expsym_cmds \
12678module_cmds \
12679module_expsym_cmds \
12680export_symbols_cmds \
12681prelink_cmds \
b0322a85 12682postlink_cmds \
8d138742
CE
12683postinstall_cmds \
12684postuninstall_cmds \
12685finish_cmds \
12686sys_lib_search_path_spec \
12687sys_lib_dlsearch_path_spec; do
b0322a85 12688 case \`eval \\\\\$ECHO \\\\""\\\\\$\$var"\\\\"\` in
8d138742 12689 *[\\\\\\\`\\"\\\$]*)
b0322a85 12690 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"\\\$\$var\\" | \\\$SED -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
d9898ee8 12691 ;;
8d138742
CE
12692 *)
12693 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
d9898ee8 12694 ;;
8d138742
CE
12695 esac
12696done
d9898ee8 12697
8d138742
CE
12698ac_aux_dir='$ac_aux_dir'
12699xsi_shell='$xsi_shell'
12700lt_shell_append='$lt_shell_append'
d9898ee8 12701
8d138742
CE
12702# See if we are running on zsh, and set the options which allow our
12703# commands through without removal of \ escapes INIT.
12704if test -n "\${ZSH_VERSION+set}" ; then
12705 setopt NO_GLOB_SUBST
12706fi
d9898ee8 12707
d9898ee8 12708
8d138742
CE
12709 PACKAGE='$PACKAGE'
12710 VERSION='$VERSION'
12711 TIMESTAMP='$TIMESTAMP'
12712 RM='$RM'
12713 ofile='$ofile'
d9898ee8 12714
d9898ee8 12715
d9898ee8 12716
d9898ee8 12717
8d138742 12718_ACEOF
d9898ee8 12719
8d138742 12720cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
d9898ee8 12721
8d138742
CE
12722# Handling of arguments.
12723for ac_config_target in $ac_config_targets
12724do
12725 case $ac_config_target in
12726 "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
12727 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
12728 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
12729 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
d9898ee8 12730
b0322a85 12731 *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
d9898ee8 12732 esac
8d138742 12733done
d9898ee8 12734
d9898ee8 12735
8d138742
CE
12736# If the user did not use the arguments to specify the items to instantiate,
12737# then the envvar interface is used. Set only those that are not.
12738# We use the long form for the default assignment because of an extremely
12739# bizarre bug on SunOS 4.1.3.
12740if $ac_need_defaults; then
12741 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
12742 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
12743 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
12744fi
ac40fd9e 12745
8d138742
CE
12746# Have a temporary directory for convenience. Make it in the build tree
12747# simply because there is no reason against having it here, and in addition,
12748# creating and moving files from /tmp can sometimes cause problems.
12749# Hook for its removal unless debugging.
12750# Note that there is a small window in which the directory will not be cleaned:
12751# after its creation but before its name has been assigned to `$tmp'.
12752$debug ||
12753{
b0322a85 12754 tmp= ac_tmp=
8d138742 12755 trap 'exit_status=$?
b0322a85
CE
12756 : "${ac_tmp:=$tmp}"
12757 { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
8d138742 12758' 0
b0322a85 12759 trap 'as_fn_exit 1' 1 2 13 15
8d138742
CE
12760}
12761# Create a (secure) tmp directory for tmp files.
d9898ee8 12762
8d138742
CE
12763{
12764 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
b0322a85 12765 test -d "$tmp"
8d138742
CE
12766} ||
12767{
12768 tmp=./conf$$-$RANDOM
12769 (umask 077 && mkdir "$tmp")
b0322a85
CE
12770} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
12771ac_tmp=$tmp
d9898ee8 12772
8d138742
CE
12773# Set up the scripts for CONFIG_FILES section.
12774# No need to generate them if there are no CONFIG_FILES.
12775# This happens for instance with `./config.status config.h'.
12776if test -n "$CONFIG_FILES"; then
d9898ee8 12777
d9898ee8 12778
b0322a85
CE
12779ac_cr=`echo X | tr X '\015'`
12780# On cygwin, bash can eat \r inside `` if the user requested igncr.
12781# But we know of no other shell where ac_cr would be empty at this
12782# point, so we can use a bashism as a fallback.
12783if test "x$ac_cr" = x; then
12784 eval ac_cr=\$\'\\r\'
12785fi
8d138742
CE
12786ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
12787if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
12788 ac_cs_awk_cr='\\r'
d9898ee8 12789else
8d138742 12790 ac_cs_awk_cr=$ac_cr
d9898ee8 12791fi
12792
b0322a85 12793echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
8d138742 12794_ACEOF
d9898ee8 12795
d9898ee8 12796
8d138742
CE
12797{
12798 echo "cat >conf$$subs.awk <<_ACEOF" &&
12799 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12800 echo "_ACEOF"
12801} >conf$$subs.sh ||
b0322a85
CE
12802 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
12803ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
8d138742
CE
12804ac_delim='%!_!# '
12805for ac_last_try in false false false false false :; do
12806 . ./conf$$subs.sh ||
b0322a85 12807 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
d9898ee8 12808
8d138742
CE
12809 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12810 if test $ac_delim_n = $ac_delim_num; then
12811 break
12812 elif $ac_last_try; then
b0322a85 12813 as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
8d138742
CE
12814 else
12815 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12816 fi
12817done
12818rm -f conf$$subs.sh
12819
12820cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
b0322a85 12821cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
8d138742
CE
12822_ACEOF
12823sed -n '
12824h
12825s/^/S["/; s/!.*/"]=/
12826p
12827g
12828s/^[^!]*!//
12829:repl
12830t repl
12831s/'"$ac_delim"'$//
12832t delim
12833:nl
12834h
b0322a85 12835s/\(.\{148\}\)..*/\1/
8d138742
CE
12836t more1
12837s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12838p
12839n
12840b repl
12841:more1
12842s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12843p
12844g
12845s/.\{148\}//
12846t nl
12847:delim
12848h
b0322a85 12849s/\(.\{148\}\)..*/\1/
8d138742
CE
12850t more2
12851s/["\\]/\\&/g; s/^/"/; s/$/"/
12852p
12853b
12854:more2
12855s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12856p
12857g
12858s/.\{148\}//
12859t delim
12860' <conf$$subs.awk | sed '
12861/^[^""]/{
12862 N
12863 s/\n//
12864}
12865' >>$CONFIG_STATUS || ac_write_fail=1
12866rm -f conf$$subs.awk
12867cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12868_ACAWK
b0322a85 12869cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
8d138742
CE
12870 for (key in S) S_is_set[key] = 1
12871 FS = "\a"
d9898ee8 12872
8d138742
CE
12873}
12874{
12875 line = $ 0
12876 nfields = split(line, field, "@")
12877 substed = 0
12878 len = length(field[1])
12879 for (i = 2; i < nfields; i++) {
12880 key = field[i]
12881 keylen = length(key)
12882 if (S_is_set[key]) {
12883 value = S[key]
12884 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12885 len += length(value) + length(field[++i])
12886 substed = 1
12887 } else
12888 len += 1 + keylen
12889 }
d9898ee8 12890
8d138742
CE
12891 print line
12892}
d9898ee8 12893
8d138742
CE
12894_ACAWK
12895_ACEOF
12896cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12897if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12898 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12899else
12900 cat
b0322a85
CE
12901fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
12902 || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
8d138742 12903_ACEOF
d9898ee8 12904
b0322a85
CE
12905# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
12906# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
8d138742
CE
12907# trailing colons and then remove the whole line if VPATH becomes empty
12908# (actually we leave an empty line to preserve line numbers).
12909if test "x$srcdir" = x.; then
b0322a85
CE
12910 ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
12911h
12912s///
12913s/^/:/
12914s/[ ]*$/:/
12915s/:\$(srcdir):/:/g
12916s/:\${srcdir}:/:/g
12917s/:@srcdir@:/:/g
12918s/^:*//
8d138742 12919s/:*$//
b0322a85
CE
12920x
12921s/\(=[ ]*\).*/\1/
12922G
12923s/\n//
8d138742
CE
12924s/^[^=]*=[ ]*$//
12925}'
12926fi
d9898ee8 12927
8d138742
CE
12928cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12929fi # test -n "$CONFIG_FILES"
d9898ee8 12930
8d138742
CE
12931# Set up the scripts for CONFIG_HEADERS section.
12932# No need to generate them if there are no CONFIG_HEADERS.
12933# This happens for instance with `./config.status Makefile'.
12934if test -n "$CONFIG_HEADERS"; then
b0322a85 12935cat >"$ac_tmp/defines.awk" <<\_ACAWK ||
8d138742
CE
12936BEGIN {
12937_ACEOF
d9898ee8 12938
8d138742
CE
12939# Transform confdefs.h into an awk script `defines.awk', embedded as
12940# here-document in config.status, that substitutes the proper values into
12941# config.h.in to produce config.h.
d9898ee8 12942
8d138742
CE
12943# Create a delimiter string that does not exist in confdefs.h, to ease
12944# handling of long lines.
12945ac_delim='%!_!# '
12946for ac_last_try in false false :; do
b0322a85
CE
12947 ac_tt=`sed -n "/$ac_delim/p" confdefs.h`
12948 if test -z "$ac_tt"; then
8d138742
CE
12949 break
12950 elif $ac_last_try; then
b0322a85 12951 as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
8d138742
CE
12952 else
12953 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12954 fi
12955done
d9898ee8 12956
8d138742
CE
12957# For the awk script, D is an array of macro values keyed by name,
12958# likewise P contains macro parameters if any. Preserve backslash
12959# newline sequences.
d9898ee8 12960
8d138742
CE
12961ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12962sed -n '
12963s/.\{148\}/&'"$ac_delim"'/g
12964t rset
12965:rset
12966s/^[ ]*#[ ]*define[ ][ ]*/ /
12967t def
12968d
12969:def
12970s/\\$//
12971t bsnl
12972s/["\\]/\\&/g
12973s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12974D["\1"]=" \3"/p
12975s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
12976d
12977:bsnl
12978s/["\\]/\\&/g
12979s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
12980D["\1"]=" \3\\\\\\n"\\/p
12981t cont
12982s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12983t cont
12984d
12985:cont
12986n
12987s/.\{148\}/&'"$ac_delim"'/g
12988t clear
12989:clear
12990s/\\$//
12991t bsnlc
12992s/["\\]/\\&/g; s/^/"/; s/$/"/p
12993d
12994:bsnlc
12995s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12996b cont
12997' <confdefs.h | sed '
12998s/'"$ac_delim"'/"\\\
12999"/g' >>$CONFIG_STATUS || ac_write_fail=1
13000
13001cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13002 for (key in D) D_is_set[key] = 1
13003 FS = "\a"
13004}
13005/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
13006 line = \$ 0
13007 split(line, arg, " ")
13008 if (arg[1] == "#") {
13009 defundef = arg[2]
13010 mac1 = arg[3]
13011 } else {
13012 defundef = substr(arg[1], 2)
13013 mac1 = arg[2]
13014 }
13015 split(mac1, mac2, "(") #)
13016 macro = mac2[1]
13017 prefix = substr(line, 1, index(line, defundef) - 1)
13018 if (D_is_set[macro]) {
13019 # Preserve the white space surrounding the "#".
13020 print prefix "define", macro P[macro] D[macro]
13021 next
13022 } else {
13023 # Replace #undef with comments. This is necessary, for example,
13024 # in the case of _POSIX_SOURCE, which is predefined and required
13025 # on some systems where configure will not decide to define it.
13026 if (defundef == "undef") {
13027 print "/*", prefix defundef, macro, "*/"
13028 next
13029 }
13030 }
13031}
13032{ print }
13033_ACAWK
13034_ACEOF
13035cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
b0322a85 13036 as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
8d138742 13037fi # test -n "$CONFIG_HEADERS"
d9898ee8 13038
d9898ee8 13039
8d138742
CE
13040eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
13041shift
13042for ac_tag
13043do
13044 case $ac_tag in
13045 :[FHLC]) ac_mode=$ac_tag; continue;;
13046 esac
13047 case $ac_mode$ac_tag in
13048 :[FHL]*:*);;
b0322a85 13049 :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
8d138742
CE
13050 :[FH]-) ac_tag=-:-;;
13051 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
13052 esac
13053 ac_save_IFS=$IFS
13054 IFS=:
13055 set x $ac_tag
13056 IFS=$ac_save_IFS
13057 shift
13058 ac_file=$1
13059 shift
d9898ee8 13060
8d138742
CE
13061 case $ac_mode in
13062 :L) ac_source=$1;;
13063 :[FH])
13064 ac_file_inputs=
13065 for ac_f
13066 do
13067 case $ac_f in
b0322a85 13068 -) ac_f="$ac_tmp/stdin";;
8d138742
CE
13069 *) # Look for the file first in the build tree, then in the source tree
13070 # (if the path is not absolute). The absolute path cannot be DOS-style,
13071 # because $ac_f cannot contain `:'.
13072 test -f "$ac_f" ||
13073 case $ac_f in
13074 [\\/$]*) false;;
13075 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
13076 esac ||
b0322a85 13077 as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
8d138742
CE
13078 esac
13079 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
b0322a85 13080 as_fn_append ac_file_inputs " '$ac_f'"
8d138742 13081 done
d9898ee8 13082
8d138742
CE
13083 # Let's still pretend it is `configure' which instantiates (i.e., don't
13084 # use $as_me), people would be surprised to read:
13085 # /* config.h. Generated by config.status. */
13086 configure_input='Generated from '`
13087 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
13088 `' by configure.'
13089 if test x"$ac_file" != x-; then
13090 configure_input="$ac_file. $configure_input"
b0322a85 13091 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
8d138742
CE
13092$as_echo "$as_me: creating $ac_file" >&6;}
13093 fi
13094 # Neutralize special characters interpreted by sed in replacement strings.
13095 case $configure_input in #(
13096 *\&* | *\|* | *\\* )
13097 ac_sed_conf_input=`$as_echo "$configure_input" |
13098 sed 's/[\\\\&|]/\\\\&/g'`;; #(
13099 *) ac_sed_conf_input=$configure_input;;
13100 esac
d9898ee8 13101
8d138742 13102 case $ac_tag in
b0322a85
CE
13103 *:-:* | *:-) cat >"$ac_tmp/stdin" \
13104 || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
8d138742
CE
13105 esac
13106 ;;
13107 esac
d9898ee8 13108
8d138742
CE
13109 ac_dir=`$as_dirname -- "$ac_file" ||
13110$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13111 X"$ac_file" : 'X\(//\)[^/]' \| \
13112 X"$ac_file" : 'X\(//\)$' \| \
13113 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
13114$as_echo X"$ac_file" |
13115 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13116 s//\1/
13117 q
13118 }
13119 /^X\(\/\/\)[^/].*/{
13120 s//\1/
13121 q
13122 }
13123 /^X\(\/\/\)$/{
13124 s//\1/
13125 q
13126 }
13127 /^X\(\/\).*/{
13128 s//\1/
13129 q
13130 }
13131 s/.*/./; q'`
b0322a85 13132 as_dir="$ac_dir"; as_fn_mkdir_p
8d138742 13133 ac_builddir=.
d9898ee8 13134
8d138742
CE
13135case "$ac_dir" in
13136.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13137*)
13138 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13139 # A ".." for each directory in $ac_dir_suffix.
13140 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13141 case $ac_top_builddir_sub in
13142 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13143 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13144 esac ;;
13145esac
13146ac_abs_top_builddir=$ac_pwd
13147ac_abs_builddir=$ac_pwd$ac_dir_suffix
13148# for backward compatibility:
13149ac_top_builddir=$ac_top_build_prefix
d9898ee8 13150
8d138742
CE
13151case $srcdir in
13152 .) # We are building in place.
13153 ac_srcdir=.
13154 ac_top_srcdir=$ac_top_builddir_sub
13155 ac_abs_top_srcdir=$ac_pwd ;;
13156 [\\/]* | ?:[\\/]* ) # Absolute name.
13157 ac_srcdir=$srcdir$ac_dir_suffix;
13158 ac_top_srcdir=$srcdir
13159 ac_abs_top_srcdir=$srcdir ;;
13160 *) # Relative name.
13161 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13162 ac_top_srcdir=$ac_top_build_prefix$srcdir
13163 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13164esac
13165ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
d9898ee8 13166
d9898ee8 13167
8d138742
CE
13168 case $ac_mode in
13169 :F)
13170 #
13171 # CONFIG_FILE
13172 #
d9898ee8 13173
8d138742
CE
13174 case $INSTALL in
13175 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
13176 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
13177 esac
13178 ac_MKDIR_P=$MKDIR_P
13179 case $MKDIR_P in
13180 [\\/$]* | ?:[\\/]* ) ;;
13181 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
13182 esac
13183_ACEOF
d9898ee8 13184
8d138742
CE
13185cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13186# If the template does not know about datarootdir, expand it.
13187# FIXME: This hack should be removed a few years after 2.60.
13188ac_datarootdir_hack=; ac_datarootdir_seen=
8d138742
CE
13189ac_sed_dataroot='
13190/datarootdir/ {
13191 p
13192 q
13193}
13194/@datadir@/p
13195/@docdir@/p
13196/@infodir@/p
13197/@localedir@/p
b0322a85 13198/@mandir@/p'
8d138742
CE
13199case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
13200*datarootdir*) ac_datarootdir_seen=yes;;
13201*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
b0322a85 13202 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
8d138742
CE
13203$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
13204_ACEOF
13205cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13206 ac_datarootdir_hack='
13207 s&@datadir@&$datadir&g
13208 s&@docdir@&$docdir&g
13209 s&@infodir@&$infodir&g
13210 s&@localedir@&$localedir&g
13211 s&@mandir@&$mandir&g
b0322a85 13212 s&\\\${datarootdir}&$datarootdir&g' ;;
8d138742
CE
13213esac
13214_ACEOF
d9898ee8 13215
8d138742
CE
13216# Neutralize VPATH when `$srcdir' = `.'.
13217# Shell code in configure.ac might set extrasub.
13218# FIXME: do we really want to maintain this feature?
13219cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
13220ac_sed_extra="$ac_vpsub
13221$extrasub
13222_ACEOF
13223cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
13224:t
13225/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
13226s|@configure_input@|$ac_sed_conf_input|;t t
13227s&@top_builddir@&$ac_top_builddir_sub&;t t
13228s&@top_build_prefix@&$ac_top_build_prefix&;t t
13229s&@srcdir@&$ac_srcdir&;t t
13230s&@abs_srcdir@&$ac_abs_srcdir&;t t
13231s&@top_srcdir@&$ac_top_srcdir&;t t
13232s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
13233s&@builddir@&$ac_builddir&;t t
13234s&@abs_builddir@&$ac_abs_builddir&;t t
13235s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
13236s&@INSTALL@&$ac_INSTALL&;t t
13237s&@MKDIR_P@&$ac_MKDIR_P&;t t
13238$ac_datarootdir_hack
13239"
b0322a85
CE
13240eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
13241 >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
d9898ee8 13242
8d138742 13243test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
b0322a85
CE
13244 { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
13245 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
13246 "$ac_tmp/out"`; test -z "$ac_out"; } &&
13247 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
13248which seems to be undefined. Please make sure it is defined" >&5
8d138742 13249$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
b0322a85 13250which seems to be undefined. Please make sure it is defined" >&2;}
d9898ee8 13251
b0322a85 13252 rm -f "$ac_tmp/stdin"
8d138742 13253 case $ac_file in
b0322a85
CE
13254 -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
13255 *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
8d138742 13256 esac \
b0322a85 13257 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8d138742
CE
13258 ;;
13259 :H)
13260 #
13261 # CONFIG_HEADER
13262 #
13263 if test x"$ac_file" != x-; then
13264 {
13265 $as_echo "/* $configure_input */" \
b0322a85
CE
13266 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs"
13267 } >"$ac_tmp/config.h" \
13268 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
13269 if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then
13270 { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
8d138742
CE
13271$as_echo "$as_me: $ac_file is unchanged" >&6;}
13272 else
13273 rm -f "$ac_file"
b0322a85
CE
13274 mv "$ac_tmp/config.h" "$ac_file" \
13275 || as_fn_error $? "could not create $ac_file" "$LINENO" 5
8d138742
CE
13276 fi
13277 else
13278 $as_echo "/* $configure_input */" \
b0322a85
CE
13279 && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \
13280 || as_fn_error $? "could not create -" "$LINENO" 5
8d138742
CE
13281 fi
13282# Compute "$ac_file"'s index in $config_headers.
13283_am_arg="$ac_file"
13284_am_stamp_count=1
13285for _am_header in $config_headers :; do
13286 case $_am_header in
13287 $_am_arg | $_am_arg:* )
13288 break ;;
13289 * )
13290 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
13291 esac
13292done
13293echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
13294$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13295 X"$_am_arg" : 'X\(//\)[^/]' \| \
13296 X"$_am_arg" : 'X\(//\)$' \| \
13297 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
13298$as_echo X"$_am_arg" |
13299 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13300 s//\1/
13301 q
13302 }
13303 /^X\(\/\/\)[^/].*/{
13304 s//\1/
13305 q
13306 }
13307 /^X\(\/\/\)$/{
13308 s//\1/
13309 q
13310 }
13311 /^X\(\/\).*/{
13312 s//\1/
13313 q
13314 }
13315 s/.*/./; q'`/stamp-h$_am_stamp_count
13316 ;;
d9898ee8 13317
b0322a85 13318 :C) { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
8d138742
CE
13319$as_echo "$as_me: executing $ac_file commands" >&6;}
13320 ;;
13321 esac
d9898ee8 13322
d9898ee8 13323
8d138742
CE
13324 case $ac_file$ac_mode in
13325 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
b0322a85 13326 # Older Autoconf quotes --file arguments for eval, but not when files
8d138742
CE
13327 # are listed without --file. Let's play safe and only enable the eval
13328 # if we detect the quoting.
13329 case $CONFIG_FILES in
13330 *\'*) eval set x "$CONFIG_FILES" ;;
13331 *) set x $CONFIG_FILES ;;
13332 esac
13333 shift
13334 for mf
13335 do
13336 # Strip MF so we end up with the name of the file.
13337 mf=`echo "$mf" | sed -e 's/:.*$//'`
13338 # Check whether this is an Automake generated Makefile or not.
b0322a85 13339 # We used to match only the files named 'Makefile.in', but
8d138742
CE
13340 # some people rename them; so instead we look at the file content.
13341 # Grep'ing the first line is not enough: some people post-process
13342 # each Makefile.in and add a new line on top of each file to say so.
13343 # Grep'ing the whole file is not good either: AIX grep has a line
13344 # limit of 2048, but all sed's we know have understand at least 4000.
13345 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
13346 dirpart=`$as_dirname -- "$mf" ||
13347$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13348 X"$mf" : 'X\(//\)[^/]' \| \
13349 X"$mf" : 'X\(//\)$' \| \
13350 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
13351$as_echo X"$mf" |
13352 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13353 s//\1/
13354 q
13355 }
13356 /^X\(\/\/\)[^/].*/{
13357 s//\1/
13358 q
13359 }
13360 /^X\(\/\/\)$/{
13361 s//\1/
13362 q
13363 }
13364 /^X\(\/\).*/{
13365 s//\1/
13366 q
13367 }
13368 s/.*/./; q'`
13369 else
13370 continue
13371 fi
13372 # Extract the definition of DEPDIR, am__include, and am__quote
b0322a85 13373 # from the Makefile without running 'make'.
8d138742
CE
13374 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
13375 test -z "$DEPDIR" && continue
13376 am__include=`sed -n 's/^am__include = //p' < "$mf"`
b0322a85 13377 test -z "$am__include" && continue
8d138742 13378 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
8d138742
CE
13379 # Find all dependency output files, they are included files with
13380 # $(DEPDIR) in their names. We invoke sed twice because it is the
13381 # simplest approach to changing $(DEPDIR) to its actual value in the
13382 # expansion.
13383 for file in `sed -n "
13384 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
b0322a85 13385 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
8d138742
CE
13386 # Make sure the directory exists.
13387 test -f "$dirpart/$file" && continue
13388 fdir=`$as_dirname -- "$file" ||
13389$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
13390 X"$file" : 'X\(//\)[^/]' \| \
13391 X"$file" : 'X\(//\)$' \| \
13392 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
13393$as_echo X"$file" |
13394 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
13395 s//\1/
13396 q
13397 }
13398 /^X\(\/\/\)[^/].*/{
13399 s//\1/
13400 q
13401 }
13402 /^X\(\/\/\)$/{
13403 s//\1/
13404 q
13405 }
13406 /^X\(\/\).*/{
13407 s//\1/
13408 q
13409 }
13410 s/.*/./; q'`
b0322a85 13411 as_dir=$dirpart/$fdir; as_fn_mkdir_p
8d138742
CE
13412 # echo "creating $dirpart/$file"
13413 echo '# dummy' > "$dirpart/$file"
13414 done
13415 done
d9898ee8 13416}
8d138742
CE
13417 ;;
13418 "libtool":C)
dd184caf 13419
8d138742
CE
13420 # See if we are running on zsh, and set the options which allow our
13421 # commands through without removal of \ escapes.
13422 if test -n "${ZSH_VERSION+set}" ; then
13423 setopt NO_GLOB_SUBST
13424 fi
d9898ee8 13425
8d138742
CE
13426 cfgfile="${ofile}T"
13427 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
13428 $RM "$cfgfile"
d9898ee8 13429
8d138742
CE
13430 cat <<_LT_EOF >> "$cfgfile"
13431#! $SHELL
dd184caf 13432
8d138742
CE
13433# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
13434# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
13435# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
13436# NOTE: Changes made to this file will be lost: look at ltmain.sh.
d9898ee8 13437#
8d138742 13438# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
b0322a85
CE
13439# 2006, 2007, 2008, 2009, 2010, 2011 Free Software
13440# Foundation, Inc.
8d138742 13441# Written by Gordon Matzigkeit, 1996
d9898ee8 13442#
8d138742
CE
13443# This file is part of GNU Libtool.
13444#
13445# GNU Libtool is free software; you can redistribute it and/or
13446# modify it under the terms of the GNU General Public License as
13447# published by the Free Software Foundation; either version 2 of
13448# the License, or (at your option) any later version.
13449#
13450# As a special exception to the GNU General Public License,
13451# if you distribute this file as part of a program or library that
13452# is built using GNU Libtool, you may include this file under the
13453# same distribution terms that you use for the rest of that program.
13454#
13455# GNU Libtool is distributed in the hope that it will be useful,
13456# but WITHOUT ANY WARRANTY; without even the implied warranty of
13457# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13458# GNU General Public License for more details.
13459#
13460# You should have received a copy of the GNU General Public License
13461# along with GNU Libtool; see the file COPYING. If not, a copy
13462# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
13463# obtained by writing to the Free Software Foundation, Inc.,
13464# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
d9898ee8 13465
d9898ee8 13466
8d138742
CE
13467# The names of the tagged configurations supported by this script.
13468available_tags=""
d9898ee8 13469
8d138742 13470# ### BEGIN LIBTOOL CONFIG
d9898ee8 13471
8d138742
CE
13472# Which release of libtool.m4 was used?
13473macro_version=$macro_version
13474macro_revision=$macro_revision
d9898ee8 13475
8d138742
CE
13476# Whether or not to build shared libraries.
13477build_libtool_libs=$enable_shared
d9898ee8 13478
8d138742
CE
13479# Whether or not to build static libraries.
13480build_old_libs=$enable_static
d9898ee8 13481
8d138742
CE
13482# What type of objects to build.
13483pic_mode=$pic_mode
d9898ee8 13484
8d138742
CE
13485# Whether or not to optimize for fast installation.
13486fast_install=$enable_fast_install
d9898ee8 13487
b0322a85
CE
13488# Shell to use when invoking shell scripts.
13489SHELL=$lt_SHELL
13490
13491# An echo program that protects backslashes.
13492ECHO=$lt_ECHO
13493
13494# The PATH separator for the build system.
13495PATH_SEPARATOR=$lt_PATH_SEPARATOR
13496
8d138742
CE
13497# The host system.
13498host_alias=$host_alias
13499host=$host
13500host_os=$host_os
d9898ee8 13501
8d138742
CE
13502# The build system.
13503build_alias=$build_alias
13504build=$build
13505build_os=$build_os
dd184caf 13506
8d138742
CE
13507# A sed program that does not truncate output.
13508SED=$lt_SED
dd184caf 13509
8d138742
CE
13510# Sed that helps us avoid accidentally triggering echo(1) options like -n.
13511Xsed="\$SED -e 1s/^X//"
dd184caf 13512
8d138742
CE
13513# A grep program that handles long lines.
13514GREP=$lt_GREP
dd184caf 13515
8d138742
CE
13516# An ERE matcher.
13517EGREP=$lt_EGREP
dd184caf 13518
8d138742
CE
13519# A literal string matcher.
13520FGREP=$lt_FGREP
dd184caf 13521
8d138742
CE
13522# A BSD- or MS-compatible name lister.
13523NM=$lt_NM
d9898ee8 13524
8d138742
CE
13525# Whether we need soft or hard links.
13526LN_S=$lt_LN_S
d9898ee8 13527
8d138742
CE
13528# What is the maximum length of a command?
13529max_cmd_len=$max_cmd_len
d9898ee8 13530
8d138742
CE
13531# Object file suffix (normally "o").
13532objext=$ac_objext
dd184caf 13533
8d138742
CE
13534# Executable file suffix (normally "").
13535exeext=$exeext
dd184caf 13536
8d138742
CE
13537# whether the shell understands "unset".
13538lt_unset=$lt_unset
dd184caf 13539
8d138742
CE
13540# turn spaces into newlines.
13541SP2NL=$lt_lt_SP2NL
d9898ee8 13542
8d138742
CE
13543# turn newlines into spaces.
13544NL2SP=$lt_lt_NL2SP
d9898ee8 13545
b0322a85
CE
13546# convert \$build file names to \$host format.
13547to_host_file_cmd=$lt_cv_to_host_file_cmd
13548
13549# convert \$build files to toolchain format.
13550to_tool_file_cmd=$lt_cv_to_tool_file_cmd
d9898ee8 13551
8d138742
CE
13552# An object symbol dumper.
13553OBJDUMP=$lt_OBJDUMP
d9898ee8 13554
8d138742
CE
13555# Method to check whether dependent libraries are shared objects.
13556deplibs_check_method=$lt_deplibs_check_method
d9898ee8 13557
b0322a85 13558# Command to use when deplibs_check_method = "file_magic".
8d138742 13559file_magic_cmd=$lt_file_magic_cmd
d9898ee8 13560
b0322a85
CE
13561# How to find potential files when deplibs_check_method = "file_magic".
13562file_magic_glob=$lt_file_magic_glob
13563
13564# Find potential files using nocaseglob when deplibs_check_method = "file_magic".
13565want_nocaseglob=$lt_want_nocaseglob
13566
13567# DLL creation program.
13568DLLTOOL=$lt_DLLTOOL
13569
13570# Command to associate shared and link libraries.
13571sharedlib_from_linklib_cmd=$lt_sharedlib_from_linklib_cmd
13572
8d138742
CE
13573# The archiver.
13574AR=$lt_AR
b0322a85
CE
13575
13576# Flags to create an archive.
8d138742 13577AR_FLAGS=$lt_AR_FLAGS
d9898ee8 13578
b0322a85
CE
13579# How to feed a file listing to the archiver.
13580archiver_list_spec=$lt_archiver_list_spec
13581
8d138742
CE
13582# A symbol stripping program.
13583STRIP=$lt_STRIP
d9898ee8 13584
8d138742
CE
13585# Commands used to install an old-style archive.
13586RANLIB=$lt_RANLIB
13587old_postinstall_cmds=$lt_old_postinstall_cmds
13588old_postuninstall_cmds=$lt_old_postuninstall_cmds
d9898ee8 13589
b0322a85
CE
13590# Whether to use a lock for old archive extraction.
13591lock_old_archive_extraction=$lock_old_archive_extraction
13592
8d138742
CE
13593# A C compiler.
13594LTCC=$lt_CC
d9898ee8 13595
8d138742
CE
13596# LTCC compiler flags.
13597LTCFLAGS=$lt_CFLAGS
d9898ee8 13598
8d138742
CE
13599# Take the output of nm and produce a listing of raw symbols and C names.
13600global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
d9898ee8 13601
8d138742
CE
13602# Transform the output of nm in a proper C declaration.
13603global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
d9898ee8 13604
8d138742
CE
13605# Transform the output of nm in a C name address pair.
13606global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
dd184caf 13607
8d138742
CE
13608# Transform the output of nm in a C name address pair when lib prefix is needed.
13609global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
13610
b0322a85
CE
13611# Specify filename containing input files for \$NM.
13612nm_file_list_spec=$lt_nm_file_list_spec
8d138742 13613
b0322a85
CE
13614# The root where to search for dependent libraries,and in which our libraries should be installed.
13615lt_sysroot=$lt_sysroot
8d138742 13616
b0322a85
CE
13617# The name of the directory that contains temporary libtool files.
13618objdir=$objdir
d9898ee8 13619
8d138742
CE
13620# Used to examine libraries when file_magic_cmd begins with "file".
13621MAGIC_CMD=$MAGIC_CMD
d9898ee8 13622
8d138742
CE
13623# Must we lock files when doing compilation?
13624need_locks=$lt_need_locks
d9898ee8 13625
b0322a85
CE
13626# Manifest tool.
13627MANIFEST_TOOL=$lt_MANIFEST_TOOL
13628
8d138742
CE
13629# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
13630DSYMUTIL=$lt_DSYMUTIL
d9898ee8 13631
8d138742
CE
13632# Tool to change global to local symbols on Mac OS X.
13633NMEDIT=$lt_NMEDIT
d9898ee8 13634
8d138742
CE
13635# Tool to manipulate fat objects and archives on Mac OS X.
13636LIPO=$lt_LIPO
d9898ee8 13637
8d138742
CE
13638# ldd/readelf like tool for Mach-O binaries on Mac OS X.
13639OTOOL=$lt_OTOOL
d9898ee8 13640
8d138742
CE
13641# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
13642OTOOL64=$lt_OTOOL64
d9898ee8 13643
8d138742
CE
13644# Old archive suffix (normally "a").
13645libext=$libext
d9898ee8 13646
8d138742
CE
13647# Shared library suffix (normally ".so").
13648shrext_cmds=$lt_shrext_cmds
d9898ee8 13649
8d138742
CE
13650# The commands to extract the exported symbol list from a shared archive.
13651extract_expsyms_cmds=$lt_extract_expsyms_cmds
d9898ee8 13652
8d138742
CE
13653# Variables whose values should be saved in libtool wrapper scripts and
13654# restored at link time.
13655variables_saved_for_relink=$lt_variables_saved_for_relink
dd184caf 13656
8d138742
CE
13657# Do we need the "lib" prefix for modules?
13658need_lib_prefix=$need_lib_prefix
d9898ee8 13659
8d138742
CE
13660# Do we need a version for libraries?
13661need_version=$need_version
d9898ee8 13662
8d138742
CE
13663# Library versioning type.
13664version_type=$version_type
d9898ee8 13665
8d138742
CE
13666# Shared library runtime path variable.
13667runpath_var=$runpath_var
d9898ee8 13668
8d138742
CE
13669# Shared library path variable.
13670shlibpath_var=$shlibpath_var
d9898ee8 13671
8d138742
CE
13672# Is shlibpath searched before the hard-coded library search path?
13673shlibpath_overrides_runpath=$shlibpath_overrides_runpath
d9898ee8 13674
8d138742
CE
13675# Format of library name prefix.
13676libname_spec=$lt_libname_spec
d9898ee8 13677
8d138742
CE
13678# List of archive names. First name is the real one, the rest are links.
13679# The last name is the one that the linker finds with -lNAME
13680library_names_spec=$lt_library_names_spec
d9898ee8 13681
8d138742
CE
13682# The coded name of the library, if different from the real name.
13683soname_spec=$lt_soname_spec
d9898ee8 13684
b0322a85
CE
13685# Permission mode override for installation of shared libraries.
13686install_override_mode=$lt_install_override_mode
13687
8d138742
CE
13688# Command to use after installation of a shared archive.
13689postinstall_cmds=$lt_postinstall_cmds
d9898ee8 13690
8d138742
CE
13691# Command to use after uninstallation of a shared archive.
13692postuninstall_cmds=$lt_postuninstall_cmds
d9898ee8 13693
8d138742
CE
13694# Commands used to finish a libtool library installation in a directory.
13695finish_cmds=$lt_finish_cmds
dd184caf 13696
8d138742
CE
13697# As "finish_cmds", except a single script fragment to be evaled but
13698# not shown.
13699finish_eval=$lt_finish_eval
d9898ee8 13700
8d138742
CE
13701# Whether we should hardcode library paths into libraries.
13702hardcode_into_libs=$hardcode_into_libs
d9898ee8 13703
8d138742
CE
13704# Compile-time system search path for libraries.
13705sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
d9898ee8 13706
8d138742
CE
13707# Run-time system search path for libraries.
13708sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
d9898ee8 13709
8d138742
CE
13710# Whether dlopen is supported.
13711dlopen_support=$enable_dlopen
d9898ee8 13712
8d138742
CE
13713# Whether dlopen of programs is supported.
13714dlopen_self=$enable_dlopen_self
d9898ee8 13715
8d138742
CE
13716# Whether dlopen of statically linked programs is supported.
13717dlopen_self_static=$enable_dlopen_self_static
d9898ee8 13718
8d138742
CE
13719# Commands to strip libraries.
13720old_striplib=$lt_old_striplib
13721striplib=$lt_striplib
d9898ee8 13722
d9898ee8 13723
8d138742
CE
13724# The linker used to build libraries.
13725LD=$lt_LD
d9898ee8 13726
b0322a85
CE
13727# How to create reloadable object files.
13728reload_flag=$lt_reload_flag
13729reload_cmds=$lt_reload_cmds
13730
8d138742
CE
13731# Commands used to build an old-style archive.
13732old_archive_cmds=$lt_old_archive_cmds
d9898ee8 13733
8d138742
CE
13734# A language specific compiler.
13735CC=$lt_compiler
d9898ee8 13736
8d138742
CE
13737# Is the compiler the GNU compiler?
13738with_gcc=$GCC
dd184caf 13739
8d138742
CE
13740# Compiler flag to turn off builtin functions.
13741no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
dd184caf 13742
8d138742
CE
13743# Additional compiler flags for building library objects.
13744pic_flag=$lt_lt_prog_compiler_pic
dd184caf 13745
b0322a85
CE
13746# How to pass a linker flag through the compiler.
13747wl=$lt_lt_prog_compiler_wl
13748
8d138742
CE
13749# Compiler flag to prevent dynamic linking.
13750link_static_flag=$lt_lt_prog_compiler_static
d9898ee8 13751
8d138742
CE
13752# Does compiler simultaneously support -c and -o options?
13753compiler_c_o=$lt_lt_cv_prog_compiler_c_o
13754
13755# Whether or not to add -lc for building shared libraries.
13756build_libtool_need_lc=$archive_cmds_need_lc
13757
13758# Whether or not to disallow shared libs when runtime libs are static.
13759allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
13760
13761# Compiler flag to allow reflexive dlopens.
13762export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
d9898ee8 13763
8d138742
CE
13764# Compiler flag to generate shared objects directly from archives.
13765whole_archive_flag_spec=$lt_whole_archive_flag_spec
d9898ee8 13766
8d138742
CE
13767# Whether the compiler copes with passing no objects directly.
13768compiler_needs_object=$lt_compiler_needs_object
d9898ee8 13769
8d138742
CE
13770# Create an old-style archive from a shared archive.
13771old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
d9898ee8 13772
8d138742
CE
13773# Create a temporary old-style archive to link instead of a shared archive.
13774old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
d9898ee8 13775
8d138742
CE
13776# Commands used to build a shared archive.
13777archive_cmds=$lt_archive_cmds
13778archive_expsym_cmds=$lt_archive_expsym_cmds
dd184caf 13779
8d138742
CE
13780# Commands used to build a loadable module if different from building
13781# a shared archive.
13782module_cmds=$lt_module_cmds
13783module_expsym_cmds=$lt_module_expsym_cmds
dd184caf 13784
8d138742
CE
13785# Whether we are building with GNU ld or not.
13786with_gnu_ld=$lt_with_gnu_ld
dd184caf 13787
8d138742
CE
13788# Flag that allows shared libraries with undefined symbols to be built.
13789allow_undefined_flag=$lt_allow_undefined_flag
dd184caf 13790
8d138742
CE
13791# Flag that enforces no undefined symbols.
13792no_undefined_flag=$lt_no_undefined_flag
dd184caf 13793
8d138742
CE
13794# Flag to hardcode \$libdir into a binary during linking.
13795# This must work even if \$libdir does not exist
13796hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
dd184caf 13797
8d138742
CE
13798# Whether we need a single "-rpath" flag with a separated argument.
13799hardcode_libdir_separator=$lt_hardcode_libdir_separator
dd184caf 13800
8d138742
CE
13801# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13802# DIR into the resulting binary.
13803hardcode_direct=$hardcode_direct
dd184caf 13804
8d138742
CE
13805# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
13806# DIR into the resulting binary and the resulting library dependency is
13807# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
13808# library is relocated.
13809hardcode_direct_absolute=$hardcode_direct_absolute
d9898ee8 13810
8d138742
CE
13811# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
13812# into the resulting binary.
13813hardcode_minus_L=$hardcode_minus_L
dd184caf 13814
8d138742
CE
13815# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
13816# into the resulting binary.
13817hardcode_shlibpath_var=$hardcode_shlibpath_var
dd184caf 13818
8d138742
CE
13819# Set to "yes" if building a shared library automatically hardcodes DIR
13820# into the library and all subsequent libraries and executables linked
13821# against it.
13822hardcode_automatic=$hardcode_automatic
dd184caf 13823
8d138742
CE
13824# Set to yes if linker adds runtime paths of dependent libraries
13825# to runtime path list.
13826inherit_rpath=$inherit_rpath
dd184caf 13827
8d138742
CE
13828# Whether libtool must link a program against all its dependency libraries.
13829link_all_deplibs=$link_all_deplibs
dd184caf 13830
8d138742
CE
13831# Set to "yes" if exported symbols are required.
13832always_export_symbols=$always_export_symbols
dd184caf 13833
8d138742
CE
13834# The commands to list exported symbols.
13835export_symbols_cmds=$lt_export_symbols_cmds
d9898ee8 13836
8d138742
CE
13837# Symbols that should not be listed in the preloaded symbols.
13838exclude_expsyms=$lt_exclude_expsyms
dd184caf 13839
8d138742
CE
13840# Symbols that must always be exported.
13841include_expsyms=$lt_include_expsyms
d9898ee8 13842
8d138742
CE
13843# Commands necessary for linking programs (against libraries) with templates.
13844prelink_cmds=$lt_prelink_cmds
d9898ee8 13845
b0322a85
CE
13846# Commands necessary for finishing linking programs.
13847postlink_cmds=$lt_postlink_cmds
13848
8d138742
CE
13849# Specify filename containing input files.
13850file_list_spec=$lt_file_list_spec
13851
13852# How to hardcode a shared library path into an executable.
13853hardcode_action=$hardcode_action
d9898ee8 13854
8d138742 13855# ### END LIBTOOL CONFIG
d9898ee8 13856
8d138742 13857_LT_EOF
d9898ee8 13858
8d138742
CE
13859 case $host_os in
13860 aix3*)
13861 cat <<\_LT_EOF >> "$cfgfile"
13862# AIX sometimes has problems with the GCC collect2 program. For some
13863# reason, if we set the COLLECT_NAMES environment variable, the problems
13864# vanish in a puff of smoke.
13865if test "X${COLLECT_NAMES+set}" != Xset; then
13866 COLLECT_NAMES=
13867 export COLLECT_NAMES
13868fi
13869_LT_EOF
13870 ;;
dd184caf 13871 esac
8d138742
CE
13872
13873
13874ltmain="$ac_aux_dir/ltmain.sh"
13875
13876
13877 # We use sed instead of cat because bash on DJGPP gets confused if
13878 # if finds mixed CR/LF and LF-only lines. Since sed operates in
13879 # text mode, it properly converts lines to CR/LF. This bash problem
13880 # is reportedly fixed, but why not run on old versions too?
b0322a85
CE
13881 sed '$q' "$ltmain" >> "$cfgfile" \
13882 || (rm -f "$cfgfile"; exit 1)
13883
13884 if test x"$xsi_shell" = xyes; then
13885 sed -e '/^func_dirname ()$/,/^} # func_dirname /c\
13886func_dirname ()\
13887{\
13888\ case ${1} in\
13889\ */*) func_dirname_result="${1%/*}${2}" ;;\
13890\ * ) func_dirname_result="${3}" ;;\
13891\ esac\
13892} # Extended-shell func_dirname implementation' "$cfgfile" > $cfgfile.tmp \
13893 && mv -f "$cfgfile.tmp" "$cfgfile" \
13894 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13895test 0 -eq $? || _lt_function_replace_fail=:
13896
13897
13898 sed -e '/^func_basename ()$/,/^} # func_basename /c\
13899func_basename ()\
13900{\
13901\ func_basename_result="${1##*/}"\
13902} # Extended-shell func_basename implementation' "$cfgfile" > $cfgfile.tmp \
13903 && mv -f "$cfgfile.tmp" "$cfgfile" \
13904 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13905test 0 -eq $? || _lt_function_replace_fail=:
13906
13907
13908 sed -e '/^func_dirname_and_basename ()$/,/^} # func_dirname_and_basename /c\
13909func_dirname_and_basename ()\
13910{\
13911\ case ${1} in\
13912\ */*) func_dirname_result="${1%/*}${2}" ;;\
13913\ * ) func_dirname_result="${3}" ;;\
13914\ esac\
13915\ func_basename_result="${1##*/}"\
13916} # Extended-shell func_dirname_and_basename implementation' "$cfgfile" > $cfgfile.tmp \
13917 && mv -f "$cfgfile.tmp" "$cfgfile" \
13918 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13919test 0 -eq $? || _lt_function_replace_fail=:
13920
13921
13922 sed -e '/^func_stripname ()$/,/^} # func_stripname /c\
13923func_stripname ()\
13924{\
13925\ # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are\
13926\ # positional parameters, so assign one to ordinary parameter first.\
13927\ func_stripname_result=${3}\
13928\ func_stripname_result=${func_stripname_result#"${1}"}\
13929\ func_stripname_result=${func_stripname_result%"${2}"}\
13930} # Extended-shell func_stripname implementation' "$cfgfile" > $cfgfile.tmp \
13931 && mv -f "$cfgfile.tmp" "$cfgfile" \
13932 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13933test 0 -eq $? || _lt_function_replace_fail=:
13934
13935
13936 sed -e '/^func_split_long_opt ()$/,/^} # func_split_long_opt /c\
13937func_split_long_opt ()\
13938{\
13939\ func_split_long_opt_name=${1%%=*}\
13940\ func_split_long_opt_arg=${1#*=}\
13941} # Extended-shell func_split_long_opt implementation' "$cfgfile" > $cfgfile.tmp \
13942 && mv -f "$cfgfile.tmp" "$cfgfile" \
13943 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13944test 0 -eq $? || _lt_function_replace_fail=:
13945
13946
13947 sed -e '/^func_split_short_opt ()$/,/^} # func_split_short_opt /c\
13948func_split_short_opt ()\
13949{\
13950\ func_split_short_opt_arg=${1#??}\
13951\ func_split_short_opt_name=${1%"$func_split_short_opt_arg"}\
13952} # Extended-shell func_split_short_opt implementation' "$cfgfile" > $cfgfile.tmp \
13953 && mv -f "$cfgfile.tmp" "$cfgfile" \
13954 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13955test 0 -eq $? || _lt_function_replace_fail=:
13956
13957
13958 sed -e '/^func_lo2o ()$/,/^} # func_lo2o /c\
13959func_lo2o ()\
13960{\
13961\ case ${1} in\
13962\ *.lo) func_lo2o_result=${1%.lo}.${objext} ;;\
13963\ *) func_lo2o_result=${1} ;;\
13964\ esac\
13965} # Extended-shell func_lo2o implementation' "$cfgfile" > $cfgfile.tmp \
13966 && mv -f "$cfgfile.tmp" "$cfgfile" \
13967 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13968test 0 -eq $? || _lt_function_replace_fail=:
13969
13970
13971 sed -e '/^func_xform ()$/,/^} # func_xform /c\
13972func_xform ()\
13973{\
13974 func_xform_result=${1%.*}.lo\
13975} # Extended-shell func_xform implementation' "$cfgfile" > $cfgfile.tmp \
13976 && mv -f "$cfgfile.tmp" "$cfgfile" \
13977 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13978test 0 -eq $? || _lt_function_replace_fail=:
13979
13980
13981 sed -e '/^func_arith ()$/,/^} # func_arith /c\
13982func_arith ()\
13983{\
13984 func_arith_result=$(( $* ))\
13985} # Extended-shell func_arith implementation' "$cfgfile" > $cfgfile.tmp \
13986 && mv -f "$cfgfile.tmp" "$cfgfile" \
13987 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13988test 0 -eq $? || _lt_function_replace_fail=:
13989
13990
13991 sed -e '/^func_len ()$/,/^} # func_len /c\
13992func_len ()\
13993{\
13994 func_len_result=${#1}\
13995} # Extended-shell func_len implementation' "$cfgfile" > $cfgfile.tmp \
13996 && mv -f "$cfgfile.tmp" "$cfgfile" \
13997 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
13998test 0 -eq $? || _lt_function_replace_fail=:
13999
14000fi
14001
14002if test x"$lt_shell_append" = xyes; then
14003 sed -e '/^func_append ()$/,/^} # func_append /c\
14004func_append ()\
14005{\
14006 eval "${1}+=\\${2}"\
14007} # Extended-shell func_append implementation' "$cfgfile" > $cfgfile.tmp \
14008 && mv -f "$cfgfile.tmp" "$cfgfile" \
14009 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14010test 0 -eq $? || _lt_function_replace_fail=:
14011
14012
14013 sed -e '/^func_append_quoted ()$/,/^} # func_append_quoted /c\
14014func_append_quoted ()\
14015{\
14016\ func_quote_for_eval "${2}"\
14017\ eval "${1}+=\\\\ \\$func_quote_for_eval_result"\
14018} # Extended-shell func_append_quoted implementation' "$cfgfile" > $cfgfile.tmp \
14019 && mv -f "$cfgfile.tmp" "$cfgfile" \
14020 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14021test 0 -eq $? || _lt_function_replace_fail=:
14022
14023
14024 # Save a `func_append' function call where possible by direct use of '+='
14025 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1+="%g' $cfgfile > $cfgfile.tmp \
14026 && mv -f "$cfgfile.tmp" "$cfgfile" \
14027 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14028 test 0 -eq $? || _lt_function_replace_fail=:
14029else
14030 # Save a `func_append' function call even when '+=' is not available
14031 sed -e 's%func_append \([a-zA-Z_]\{1,\}\) "%\1="$\1%g' $cfgfile > $cfgfile.tmp \
14032 && mv -f "$cfgfile.tmp" "$cfgfile" \
14033 || (rm -f "$cfgfile" && cp "$cfgfile.tmp" "$cfgfile" && rm -f "$cfgfile.tmp")
14034 test 0 -eq $? || _lt_function_replace_fail=:
14035fi
14036
14037if test x"$_lt_function_replace_fail" = x":"; then
14038 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Unable to substitute extended shell functions in $ofile" >&5
14039$as_echo "$as_me: WARNING: Unable to substitute extended shell functions in $ofile" >&2;}
14040fi
14041
14042
14043 mv -f "$cfgfile" "$ofile" ||
8d138742
CE
14044 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
14045 chmod +x "$ofile"
14046
d9898ee8 14047 ;;
dd184caf 14048
d9898ee8 14049 esac
dd184caf 14050done # for ac_tag
d9898ee8 14051
d9898ee8 14052
b0322a85 14053as_fn_exit 0
d9898ee8 14054_ACEOF
d9898ee8 14055ac_clean_files=$ac_clean_files_save
14056
8d138742 14057test $ac_write_fail = 0 ||
b0322a85 14058 as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
8d138742 14059
d9898ee8 14060
14061# configure is writing to config.log, and then calls config.status.
14062# config.status does its own redirection, appending to config.log.
14063# Unfortunately, on DOS this fails, as config.log is still kept open
14064# by configure, so config.status won't be able to write to it; its
14065# output is simply discarded. So we exec the FD to /dev/null,
14066# effectively closing config.log, so it can be properly (re)opened and
14067# appended to by config.status. When coming back to configure, we
14068# need to make the FD available again.
14069if test "$no_create" != yes; then
14070 ac_cs_success=:
14071 ac_config_status_args=
14072 test "$silent" = yes &&
14073 ac_config_status_args="$ac_config_status_args --quiet"
14074 exec 5>/dev/null
14075 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
14076 exec 5>>config.log
14077 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
14078 # would make configure fail if this is the last instruction.
b0322a85 14079 $ac_cs_success || as_fn_exit 1
d9898ee8 14080fi
8d138742 14081if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
b0322a85 14082 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
8d138742
CE
14083$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
14084fi
d9898ee8 14085