]> git.proxmox.com Git - mirror_spl-debian.git/blame - configure
Only make compiler warnings fatal with --enable-debug
[mirror_spl-debian.git] / configure
CommitLineData
bf9f3bac 1#! /bin/sh
2# Guess values for system-dependent variables and create Makefiles.
8934764e 3# Generated by GNU Autoconf 2.63.
bf9f3bac 4#
8934764e
BB
5# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
bf9f3bac 7# This configure script is free software; the Free Software Foundation
8# gives unlimited permission to copy, distribute and modify it.
9## --------------------- ##
10## M4sh Initialization. ##
11## --------------------- ##
12
8934764e
BB
13# Be more Bourne compatible
14DUALCASE=1; export DUALCASE # for MKS sh
bf9f3bac 15if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
16 emulate sh
17 NULLCMD=:
8934764e 18 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
bf9f3bac 19 # is contrary to our usage. Disable this feature.
20 alias -g '${1+"$@"}'='"$@"'
8934764e
BB
21 setopt NO_GLOB_SUBST
22else
23 case `(set -o) 2>/dev/null` in
24 *posix*) set -o posix ;;
25esac
26
27fi
28
29
30
31
32# PATH needs CR
33# Avoid depending upon Character Ranges.
34as_cr_letters='abcdefghijklmnopqrstuvwxyz'
35as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
36as_cr_Letters=$as_cr_letters$as_cr_LETTERS
37as_cr_digits='0123456789'
38as_cr_alnum=$as_cr_Letters$as_cr_digits
39
40as_nl='
41'
42export as_nl
43# Printing a long string crashes Solaris 7 /usr/bin/printf.
44as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
45as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
46as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
47if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
48 as_echo='printf %s\n'
49 as_echo_n='printf %s'
50else
51 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
52 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
53 as_echo_n='/usr/ucb/echo -n'
54 else
55 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
56 as_echo_n_body='eval
57 arg=$1;
58 case $arg in
59 *"$as_nl"*)
60 expr "X$arg" : "X\\(.*\\)$as_nl";
61 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
62 esac;
63 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
64 '
65 export as_echo_n_body
66 as_echo_n='sh -c $as_echo_n_body as_echo'
67 fi
68 export as_echo_body
69 as_echo='sh -c $as_echo_body as_echo'
70fi
71
72# The user is always right.
73if test "${PATH_SEPARATOR+set}" != set; then
74 PATH_SEPARATOR=:
75 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
76 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
77 PATH_SEPARATOR=';'
78 }
bf9f3bac 79fi
bf9f3bac 80
81# Support unset when possible.
82if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
83 as_unset=unset
84else
85 as_unset=false
86fi
87
88
8934764e
BB
89# IFS
90# We need space, tab and new line, in precisely that order. Quoting is
91# there to prevent editors from complaining about space-tab.
92# (If _AS_PATH_WALK were called with IFS unset, it would disable word
93# splitting by setting IFS to empty value.)
94IFS=" "" $as_nl"
95
96# Find who we are. Look in the path if we contain no directory separator.
97case $0 in
98 *[\\/]* ) as_myself=$0 ;;
99 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
100for as_dir in $PATH
101do
102 IFS=$as_save_IFS
103 test -z "$as_dir" && as_dir=.
104 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
105done
106IFS=$as_save_IFS
107
108 ;;
109esac
110# We did not find ourselves, most probably we were run as `sh COMMAND'
111# in which case we are not to be found in the path.
112if test "x$as_myself" = x; then
113 as_myself=$0
114fi
115if test ! -f "$as_myself"; then
116 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
117 { (exit 1); exit 1; }
118fi
119
bf9f3bac 120# Work around bugs in pre-3.0 UWIN ksh.
8934764e
BB
121for as_var in ENV MAIL MAILPATH
122do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
123done
bf9f3bac 124PS1='$ '
125PS2='> '
126PS4='+ '
127
128# NLS nuisances.
8934764e
BB
129LC_ALL=C
130export LC_ALL
131LANGUAGE=C
132export LANGUAGE
bf9f3bac 133
134# Required to use basename.
8934764e
BB
135if expr a : '\(a\)' >/dev/null 2>&1 &&
136 test "X`expr 00001 : '.*\(...\)'`" = X001; then
bf9f3bac 137 as_expr=expr
138else
139 as_expr=false
140fi
141
8934764e 142if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
bf9f3bac 143 as_basename=basename
144else
145 as_basename=false
146fi
147
148
149# Name of the executable.
8934764e 150as_me=`$as_basename -- "$0" ||
bf9f3bac 151$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
152 X"$0" : 'X\(//\)$' \| \
8934764e
BB
153 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
154$as_echo X/"$0" |
155 sed '/^.*\/\([^/][^/]*\)\/*$/{
156 s//\1/
157 q
158 }
159 /^X\/\(\/\/\)$/{
160 s//\1/
161 q
162 }
163 /^X\/\(\/\).*/{
164 s//\1/
165 q
166 }
167 s/.*/./; q'`
bf9f3bac 168
8934764e
BB
169# CDPATH.
170$as_unset CDPATH
bf9f3bac 171
bf9f3bac 172
8934764e
BB
173if test "x$CONFIG_SHELL" = x; then
174 if (eval ":") 2>/dev/null; then
175 as_have_required=yes
176else
177 as_have_required=no
bf9f3bac 178fi
179
8934764e
BB
180 if test $as_have_required = yes && (eval ":
181(as_func_return () {
182 (exit \$1)
183}
184as_func_success () {
185 as_func_return 0
186}
187as_func_failure () {
188 as_func_return 1
189}
190as_func_ret_success () {
191 return 0
192}
193as_func_ret_failure () {
194 return 1
195}
bf9f3bac 196
8934764e
BB
197exitcode=0
198if as_func_success; then
199 :
200else
201 exitcode=1
202 echo as_func_success failed.
203fi
bf9f3bac 204
8934764e
BB
205if as_func_failure; then
206 exitcode=1
207 echo as_func_failure succeeded.
208fi
209
210if as_func_ret_success; then
211 :
212else
213 exitcode=1
214 echo as_func_ret_success failed.
215fi
216
217if as_func_ret_failure; then
218 exitcode=1
219 echo as_func_ret_failure succeeded.
220fi
221
222if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
223 :
224else
225 exitcode=1
226 echo positional parameters were not saved.
227fi
228
229test \$exitcode = 0) || { (exit 1); exit 1; }
230
231(
232 as_lineno_1=\$LINENO
233 as_lineno_2=\$LINENO
234 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
235 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
236") 2> /dev/null; then
237 :
238else
239 as_candidate_shells=
bf9f3bac 240 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
241for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
242do
243 IFS=$as_save_IFS
244 test -z "$as_dir" && as_dir=.
8934764e 245 case $as_dir in
bf9f3bac 246 /*)
8934764e
BB
247 for as_base in sh bash ksh sh5; do
248 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
249 done;;
250 esac
251done
252IFS=$as_save_IFS
253
254
255 for as_shell in $as_candidate_shells $SHELL; do
256 # Try only shells that exist, to save several forks.
257 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
258 { ("$as_shell") 2> /dev/null <<\_ASEOF
259if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
260 emulate sh
261 NULLCMD=:
262 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
263 # is contrary to our usage. Disable this feature.
264 alias -g '${1+"$@"}'='"$@"'
265 setopt NO_GLOB_SUBST
266else
267 case `(set -o) 2>/dev/null` in
268 *posix*) set -o posix ;;
269esac
270
271fi
272
273
274:
275_ASEOF
276}; then
277 CONFIG_SHELL=$as_shell
278 as_have_required=yes
279 if { "$as_shell" 2> /dev/null <<\_ASEOF
280if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
281 emulate sh
282 NULLCMD=:
283 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
284 # is contrary to our usage. Disable this feature.
285 alias -g '${1+"$@"}'='"$@"'
286 setopt NO_GLOB_SUBST
287else
288 case `(set -o) 2>/dev/null` in
289 *posix*) set -o posix ;;
290esac
291
292fi
293
294
295:
296(as_func_return () {
297 (exit $1)
298}
299as_func_success () {
300 as_func_return 0
301}
302as_func_failure () {
303 as_func_return 1
304}
305as_func_ret_success () {
306 return 0
307}
308as_func_ret_failure () {
309 return 1
310}
311
312exitcode=0
313if as_func_success; then
314 :
315else
316 exitcode=1
317 echo as_func_success failed.
318fi
319
320if as_func_failure; then
321 exitcode=1
322 echo as_func_failure succeeded.
323fi
324
325if as_func_ret_success; then
326 :
327else
328 exitcode=1
329 echo as_func_ret_success failed.
330fi
331
332if as_func_ret_failure; then
333 exitcode=1
334 echo as_func_ret_failure succeeded.
335fi
336
337if ( set x; as_func_ret_success y && test x = "$1" ); then
338 :
339else
340 exitcode=1
341 echo positional parameters were not saved.
342fi
343
344test $exitcode = 0) || { (exit 1); exit 1; }
345
346(
bf9f3bac 347 as_lineno_1=$LINENO
348 as_lineno_2=$LINENO
bf9f3bac 349 test "x$as_lineno_1" != "x$as_lineno_2" &&
8934764e
BB
350 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
351
352_ASEOF
353}; then
354 break
355fi
356
357fi
358
359 done
360
361 if test "x$CONFIG_SHELL" != x; then
362 for as_var in BASH_ENV ENV
363 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
364 done
365 export CONFIG_SHELL
366 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
367fi
368
369
370 if test $as_have_required = no; then
371 echo This script requires a shell more modern than all the
372 echo shells that I found on your system. Please install a
373 echo modern shell, or manually run the script under such a
374 echo shell if you do have one.
375 { (exit 1); exit 1; }
376fi
377
378
379fi
380
381fi
382
383
384
385(eval "as_func_return () {
386 (exit \$1)
387}
388as_func_success () {
389 as_func_return 0
390}
391as_func_failure () {
392 as_func_return 1
393}
394as_func_ret_success () {
395 return 0
396}
397as_func_ret_failure () {
398 return 1
399}
400
401exitcode=0
402if as_func_success; then
403 :
404else
405 exitcode=1
406 echo as_func_success failed.
407fi
408
409if as_func_failure; then
410 exitcode=1
411 echo as_func_failure succeeded.
412fi
413
414if as_func_ret_success; then
415 :
416else
417 exitcode=1
418 echo as_func_ret_success failed.
419fi
420
421if as_func_ret_failure; then
422 exitcode=1
423 echo as_func_ret_failure succeeded.
424fi
425
426if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
427 :
428else
429 exitcode=1
430 echo positional parameters were not saved.
431fi
432
433test \$exitcode = 0") || {
434 echo No shell found that supports shell functions.
435 echo Please tell bug-autoconf@gnu.org about your system,
436 echo including any error possibly output before this message.
437 echo This can help us improve future autoconf versions.
438 echo Configuration will now proceed without shell functions.
439}
440
441
442
443 as_lineno_1=$LINENO
444 as_lineno_2=$LINENO
445 test "x$as_lineno_1" != "x$as_lineno_2" &&
446 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
bf9f3bac 447
448 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
449 # uniformly replaced by the line number. The first 'sed' inserts a
8934764e
BB
450 # line-number line after each line using $LINENO; the second 'sed'
451 # does the real work. The second script uses 'N' to pair each
452 # line-number line with the line containing $LINENO, and appends
453 # trailing '-' during substitution so that $LINENO is not a special
454 # case at line end.
bf9f3bac 455 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
8934764e
BB
456 # scripts with optimization help from Paolo Bonzini. Blame Lee
457 # E. McMahon (1931-1989) for sed's syntax. :-)
458 sed -n '
459 p
460 /[$]LINENO/=
461 ' <$as_myself |
bf9f3bac 462 sed '
8934764e
BB
463 s/[$]LINENO.*/&-/
464 t lineno
465 b
466 :lineno
bf9f3bac 467 N
8934764e
BB
468 :loop
469 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
bf9f3bac 470 t loop
8934764e 471 s/-\n.*//
bf9f3bac 472 ' >$as_me.lineno &&
8934764e
BB
473 chmod +x "$as_me.lineno" ||
474 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
bf9f3bac 475 { (exit 1); exit 1; }; }
476
477 # Don't try to exec as it changes $[0], causing all sort of problems
478 # (the dirname of $[0] is not the place where we might find the
8934764e
BB
479 # original and so on. Autoconf is especially sensitive to this).
480 . "./$as_me.lineno"
bf9f3bac 481 # Exit status is that of the last command.
482 exit
483}
484
485
8934764e
BB
486if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
487 as_dirname=dirname
488else
489 as_dirname=false
490fi
bf9f3bac 491
8934764e
BB
492ECHO_C= ECHO_N= ECHO_T=
493case `echo -n x` in
494-n*)
495 case `echo 'x\c'` in
496 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
497 *) ECHO_C='\c';;
498 esac;;
499*)
500 ECHO_N='-n';;
501esac
502if expr a : '\(a\)' >/dev/null 2>&1 &&
503 test "X`expr 00001 : '.*\(...\)'`" = X001; then
bf9f3bac 504 as_expr=expr
505else
506 as_expr=false
507fi
508
509rm -f conf$$ conf$$.exe conf$$.file
8934764e
BB
510if test -d conf$$.dir; then
511 rm -f conf$$.dir/conf$$.file
512else
513 rm -f conf$$.dir
514 mkdir conf$$.dir 2>/dev/null
515fi
516if (echo >conf$$.file) 2>/dev/null; then
517 if ln -s conf$$.file conf$$ 2>/dev/null; then
bf9f3bac 518 as_ln_s='ln -s'
8934764e
BB
519 # ... but there are two gotchas:
520 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
521 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
522 # In both cases, we have to default to `cp -p'.
523 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
524 as_ln_s='cp -p'
525 elif ln conf$$.file conf$$ 2>/dev/null; then
526 as_ln_s=ln
527 else
528 as_ln_s='cp -p'
bf9f3bac 529 fi
bf9f3bac 530else
531 as_ln_s='cp -p'
532fi
8934764e
BB
533rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
534rmdir conf$$.dir 2>/dev/null
bf9f3bac 535
536if mkdir -p . 2>/dev/null; then
537 as_mkdir_p=:
538else
539 test -d ./-p && rmdir ./-p
540 as_mkdir_p=false
541fi
542
8934764e
BB
543if test -x / >/dev/null 2>&1; then
544 as_test_x='test -x'
545else
546 if ls -dL / >/dev/null 2>&1; then
547 as_ls_L_option=L
548 else
549 as_ls_L_option=
550 fi
551 as_test_x='
552 eval sh -c '\''
553 if test -d "$1"; then
554 test -d "$1/.";
555 else
556 case $1 in
557 -*)set "./$1";;
558 esac;
559 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
560 ???[sx]*):;;*)false;;esac;fi
561 '\'' sh
562 '
563fi
564as_executable_p=$as_test_x
bf9f3bac 565
566# Sed expression to map a string onto a valid CPP name.
567as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
568
569# Sed expression to map a string onto a valid variable name.
570as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
571
572
bf9f3bac 573
574
575# Check that we are running under the correct shell.
576SHELL=${CONFIG_SHELL-/bin/sh}
577
8934764e 578case X$lt_ECHO in
bf9f3bac 579X*--fallback-echo)
580 # Remove one level of quotation (which was required for Make).
8934764e 581 ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
bf9f3bac 582 ;;
583esac
584
8934764e 585ECHO=${lt_ECHO-echo}
bf9f3bac 586if test "X$1" = X--no-reexec; then
587 # Discard the --no-reexec flag, and continue.
588 shift
589elif test "X$1" = X--fallback-echo; then
590 # Avoid inline document here, it may be left over
591 :
8934764e
BB
592elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
593 # Yippee, $ECHO works!
bf9f3bac 594 :
595else
596 # Restart under the correct shell.
597 exec $SHELL "$0" --no-reexec ${1+"$@"}
598fi
599
600if test "X$1" = X--fallback-echo; then
601 # used as fallback echo
602 shift
8934764e 603 cat <<_LT_EOF
bf9f3bac 604$*
8934764e 605_LT_EOF
bf9f3bac 606 exit 0
607fi
608
609# The HP-UX ksh and POSIX shell print the target directory to stdout
610# if CDPATH is set.
611(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
612
8934764e
BB
613if test -z "$lt_ECHO"; then
614 if test "X${echo_test_string+set}" != Xset; then
615 # find a string as large as possible, as long as the shell can cope with it
616 for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
617 # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
618 if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
619 { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
620 then
621 break
622 fi
623 done
624 fi
bf9f3bac 625
8934764e
BB
626 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
627 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
628 test "X$echo_testing_string" = "X$echo_test_string"; then
629 :
630 else
631 # The Solaris, AIX, and Digital Unix default echo programs unquote
632 # backslashes. This makes it impossible to quote backslashes using
633 # echo "$something" | sed 's/\\/\\\\/g'
634 #
635 # So, first we look for a working echo in the user's PATH.
bf9f3bac 636
8934764e
BB
637 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
638 for dir in $PATH /usr/ucb; do
639 IFS="$lt_save_ifs"
640 if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
641 test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
642 echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
643 test "X$echo_testing_string" = "X$echo_test_string"; then
644 ECHO="$dir/echo"
645 break
646 fi
647 done
bf9f3bac 648 IFS="$lt_save_ifs"
bf9f3bac 649
8934764e
BB
650 if test "X$ECHO" = Xecho; then
651 # We didn't find a better echo, so look for alternatives.
652 if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
653 echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
654 test "X$echo_testing_string" = "X$echo_test_string"; then
655 # This shell has a builtin print -r that does the trick.
656 ECHO='print -r'
657 elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
658 test "X$CONFIG_SHELL" != X/bin/ksh; then
659 # If we have ksh, try running configure again with it.
660 ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
661 export ORIGINAL_CONFIG_SHELL
662 CONFIG_SHELL=/bin/ksh
663 export CONFIG_SHELL
664 exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
bf9f3bac 665 else
8934764e
BB
666 # Try using printf.
667 ECHO='printf %s\n'
668 if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
669 echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
670 test "X$echo_testing_string" = "X$echo_test_string"; then
671 # Cool, printf works
672 :
673 elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
674 test "X$echo_testing_string" = 'X\t' &&
675 echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
676 test "X$echo_testing_string" = "X$echo_test_string"; then
677 CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
678 export CONFIG_SHELL
679 SHELL="$CONFIG_SHELL"
680 export SHELL
681 ECHO="$CONFIG_SHELL $0 --fallback-echo"
682 elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
683 test "X$echo_testing_string" = 'X\t' &&
684 echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
685 test "X$echo_testing_string" = "X$echo_test_string"; then
686 ECHO="$CONFIG_SHELL $0 --fallback-echo"
687 else
688 # maybe with a smaller string...
689 prev=:
bf9f3bac 690
8934764e
BB
691 for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
692 if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
693 then
694 break
695 fi
696 prev="$cmd"
697 done
bf9f3bac 698
8934764e
BB
699 if test "$prev" != 'sed 50q "$0"'; then
700 echo_test_string=`eval $prev`
701 export echo_test_string
702 exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
703 else
704 # Oops. We lost completely, so just stick with echo.
705 ECHO=echo
706 fi
707 fi
bf9f3bac 708 fi
709 fi
710 fi
711fi
bf9f3bac 712
713# Copy echo and quote the copy suitably for passing to libtool from
714# the Makefile, instead of quoting the original, which is used later.
8934764e
BB
715lt_ECHO=$ECHO
716if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
717 lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
bf9f3bac 718fi
719
720
721
722
8934764e 723exec 7<&0 </dev/null 6>&1
bf9f3bac 724
725# Name of the host.
726# hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
727# so uname gets run too.
728ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
729
bf9f3bac 730#
731# Initializations.
732#
733ac_default_prefix=/usr/local
8934764e 734ac_clean_files=
bf9f3bac 735ac_config_libobj_dir=.
8934764e 736LIBOBJS=
bf9f3bac 737cross_compiling=no
738subdirs=
739MFLAGS=
740MAKEFLAGS=
741SHELL=${CONFIG_SHELL-/bin/sh}
742
bf9f3bac 743# Identity of this package.
744PACKAGE_NAME=
745PACKAGE_TARNAME=
746PACKAGE_VERSION=
747PACKAGE_STRING=
748PACKAGE_BUGREPORT=
749
750# Factoring default headers for most tests.
751ac_includes_default="\
752#include <stdio.h>
8934764e 753#ifdef HAVE_SYS_TYPES_H
bf9f3bac 754# include <sys/types.h>
755#endif
8934764e 756#ifdef HAVE_SYS_STAT_H
bf9f3bac 757# include <sys/stat.h>
758#endif
8934764e 759#ifdef STDC_HEADERS
bf9f3bac 760# include <stdlib.h>
761# include <stddef.h>
762#else
8934764e 763# ifdef HAVE_STDLIB_H
bf9f3bac 764# include <stdlib.h>
765# endif
766#endif
8934764e
BB
767#ifdef HAVE_STRING_H
768# if !defined STDC_HEADERS && defined HAVE_MEMORY_H
bf9f3bac 769# include <memory.h>
770# endif
771# include <string.h>
772#endif
8934764e 773#ifdef HAVE_STRINGS_H
bf9f3bac 774# include <strings.h>
775#endif
8934764e 776#ifdef HAVE_INTTYPES_H
bf9f3bac 777# include <inttypes.h>
bf9f3bac 778#endif
8934764e
BB
779#ifdef HAVE_STDINT_H
780# include <stdint.h>
781#endif
782#ifdef HAVE_UNISTD_H
bf9f3bac 783# include <unistd.h>
784#endif"
785
8934764e
BB
786ac_subst_vars='am__EXEEXT_FALSE
787am__EXEEXT_TRUE
788LTLIBOBJS
789LIBOBJS
790CONFIG_KERNEL_FALSE
791CONFIG_KERNEL_TRUE
792CONFIG_USER_FALSE
793CONFIG_USER_TRUE
c950d148 794DEBUG_CFLAGS
8934764e
BB
795KERNELCPPFLAGS
796KERNELMAKE_PARAMS
797LINUX_SYMBOLS
798LINUX_VERSION
799LINUX_OBJ
800LINUX
801SPL_CONFIG
802LICENSE
803CPP
804OTOOL64
805OTOOL
806LIPO
807NMEDIT
808DSYMUTIL
809lt_ECHO
810RANLIB
811AR
812OBJDUMP
813LN_S
814NM
815ac_ct_DUMPBIN
816DUMPBIN
817LD
818FGREP
819EGREP
820GREP
821SED
822LIBTOOL
823am__fastdepCC_FALSE
824am__fastdepCC_TRUE
825CCDEPMODE
826AMDEPBACKSLASH
827AMDEP_FALSE
828AMDEP_TRUE
829am__quote
830am__include
831DEPDIR
832OBJEXT
833EXEEXT
834ac_ct_CC
835CPPFLAGS
836LDFLAGS
837CFLAGS
838CC
839am__untar
840am__tar
841AMTAR
842am__leading_dot
843SET_MAKE
844AWK
845mkdir_p
846MKDIR_P
847INSTALL_STRIP_PROGRAM
848STRIP
849install_sh
850MAKEINFO
851AUTOHEADER
852AUTOMAKE
853AUTOCONF
854ACLOCAL
855VERSION
856PACKAGE
857CYGPATH_W
858am__isrc
859INSTALL_DATA
860INSTALL_SCRIPT
861INSTALL_PROGRAM
862AM_BACKSLASH
863AM_DEFAULT_VERBOSITY
864MAINT
865MAINTAINER_MODE_FALSE
866MAINTAINER_MODE_TRUE
867target_os
868target_vendor
869target_cpu
870target
871host_os
872host_vendor
873host_cpu
874host
875build_os
876build_vendor
877build_cpu
878build
879SPL_META_LT_AGE
880SPL_META_LT_REVISION
881SPL_META_LT_CURRENT
882SPL_META_AUTHOR
883SPL_META_DATA
884SPL_META_ALIAS
885SPL_META_RELEASE
886SPL_META_VERSION
887SPL_META_NAME
888target_alias
889host_alias
890build_alias
891LIBS
892ECHO_T
893ECHO_N
894ECHO_C
895DEFS
896mandir
897localedir
898libdir
899psdir
900pdfdir
901dvidir
902htmldir
903infodir
904docdir
905oldincludedir
906includedir
907localstatedir
908sharedstatedir
909sysconfdir
910datadir
911datarootdir
912libexecdir
913sbindir
914bindir
915program_transform_name
916prefix
917exec_prefix
918PACKAGE_BUGREPORT
919PACKAGE_STRING
920PACKAGE_VERSION
921PACKAGE_TARNAME
922PACKAGE_NAME
923PATH_SEPARATOR
924SHELL'
bf9f3bac 925ac_subst_files=''
8934764e
BB
926ac_user_opts='
927enable_option_checking
928enable_maintainer_mode
929enable_silent_rules
930enable_dependency_tracking
931enable_shared
932enable_static
933with_pic
934enable_fast_install
935with_gnu_ld
936enable_libtool_lock
937with_config
938with_linux
939with_linux_obj
940enable_debug
941enable_debug_kmem
942enable_debug_kmem_tracking
943enable_atomic_spinlocks
944'
945 ac_precious_vars='build_alias
946host_alias
947target_alias
948CC
949CFLAGS
950LDFLAGS
951LIBS
952CPPFLAGS
953CPP'
954
bf9f3bac 955
956# Initialize some variables set by options.
957ac_init_help=
958ac_init_version=false
8934764e
BB
959ac_unrecognized_opts=
960ac_unrecognized_sep=
bf9f3bac 961# The variables have the same names as the options, with
962# dashes changed to underlines.
963cache_file=/dev/null
964exec_prefix=NONE
965no_create=
966no_recursion=
967prefix=NONE
968program_prefix=NONE
969program_suffix=NONE
970program_transform_name=s,x,x,
971silent=
972site=
973srcdir=
974verbose=
975x_includes=NONE
976x_libraries=NONE
977
978# Installation directory options.
979# These are left unexpanded so users can "make install exec_prefix=/foo"
980# and all the variables that are supposed to be based on exec_prefix
981# by default will actually change.
982# Use braces instead of parens because sh, perl, etc. also accept them.
8934764e 983# (The list follows the same order as the GNU Coding Standards.)
bf9f3bac 984bindir='${exec_prefix}/bin'
985sbindir='${exec_prefix}/sbin'
986libexecdir='${exec_prefix}/libexec'
8934764e
BB
987datarootdir='${prefix}/share'
988datadir='${datarootdir}'
bf9f3bac 989sysconfdir='${prefix}/etc'
990sharedstatedir='${prefix}/com'
991localstatedir='${prefix}/var'
bf9f3bac 992includedir='${prefix}/include'
993oldincludedir='/usr/include'
8934764e
BB
994docdir='${datarootdir}/doc/${PACKAGE}'
995infodir='${datarootdir}/info'
996htmldir='${docdir}'
997dvidir='${docdir}'
998pdfdir='${docdir}'
999psdir='${docdir}'
1000libdir='${exec_prefix}/lib'
1001localedir='${datarootdir}/locale'
1002mandir='${datarootdir}/man'
bf9f3bac 1003
1004ac_prev=
8934764e 1005ac_dashdash=
bf9f3bac 1006for ac_option
1007do
1008 # If the previous option needs an argument, assign it.
1009 if test -n "$ac_prev"; then
8934764e 1010 eval $ac_prev=\$ac_option
bf9f3bac 1011 ac_prev=
1012 continue
1013 fi
1014
8934764e
BB
1015 case $ac_option in
1016 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1017 *) ac_optarg=yes ;;
1018 esac
bf9f3bac 1019
1020 # Accept the important Cygnus configure options, so we can diagnose typos.
1021
8934764e
BB
1022 case $ac_dashdash$ac_option in
1023 --)
1024 ac_dashdash=yes ;;
bf9f3bac 1025
1026 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1027 ac_prev=bindir ;;
1028 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1029 bindir=$ac_optarg ;;
1030
1031 -build | --build | --buil | --bui | --bu)
1032 ac_prev=build_alias ;;
1033 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1034 build_alias=$ac_optarg ;;
1035
1036 -cache-file | --cache-file | --cache-fil | --cache-fi \
1037 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1038 ac_prev=cache_file ;;
1039 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1040 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1041 cache_file=$ac_optarg ;;
1042
1043 --config-cache | -C)
1044 cache_file=config.cache ;;
1045
8934764e 1046 -datadir | --datadir | --datadi | --datad)
bf9f3bac 1047 ac_prev=datadir ;;
8934764e 1048 -datadir=* | --datadir=* | --datadi=* | --datad=*)
bf9f3bac 1049 datadir=$ac_optarg ;;
1050
8934764e
BB
1051 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1052 | --dataroo | --dataro | --datar)
1053 ac_prev=datarootdir ;;
1054 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1055 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1056 datarootdir=$ac_optarg ;;
1057
bf9f3bac 1058 -disable-* | --disable-*)
8934764e 1059 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
bf9f3bac 1060 # Reject names that are not valid shell variable names.
8934764e
BB
1061 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1062 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
bf9f3bac 1063 { (exit 1); exit 1; }; }
8934764e
BB
1064 ac_useropt_orig=$ac_useropt
1065 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1066 case $ac_user_opts in
1067 *"
1068"enable_$ac_useropt"
1069"*) ;;
1070 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1071 ac_unrecognized_sep=', ';;
1072 esac
1073 eval enable_$ac_useropt=no ;;
1074
1075 -docdir | --docdir | --docdi | --doc | --do)
1076 ac_prev=docdir ;;
1077 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1078 docdir=$ac_optarg ;;
1079
1080 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1081 ac_prev=dvidir ;;
1082 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1083 dvidir=$ac_optarg ;;
bf9f3bac 1084
1085 -enable-* | --enable-*)
8934764e 1086 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
bf9f3bac 1087 # Reject names that are not valid shell variable names.
8934764e
BB
1088 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1089 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
bf9f3bac 1090 { (exit 1); exit 1; }; }
8934764e
BB
1091 ac_useropt_orig=$ac_useropt
1092 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1093 case $ac_user_opts in
1094 *"
1095"enable_$ac_useropt"
1096"*) ;;
1097 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1098 ac_unrecognized_sep=', ';;
bf9f3bac 1099 esac
8934764e 1100 eval enable_$ac_useropt=\$ac_optarg ;;
bf9f3bac 1101
1102 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1103 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1104 | --exec | --exe | --ex)
1105 ac_prev=exec_prefix ;;
1106 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1107 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1108 | --exec=* | --exe=* | --ex=*)
1109 exec_prefix=$ac_optarg ;;
1110
1111 -gas | --gas | --ga | --g)
1112 # Obsolete; use --with-gas.
1113 with_gas=yes ;;
1114
1115 -help | --help | --hel | --he | -h)
1116 ac_init_help=long ;;
1117 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1118 ac_init_help=recursive ;;
1119 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1120 ac_init_help=short ;;
1121
1122 -host | --host | --hos | --ho)
1123 ac_prev=host_alias ;;
1124 -host=* | --host=* | --hos=* | --ho=*)
1125 host_alias=$ac_optarg ;;
1126
8934764e
BB
1127 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1128 ac_prev=htmldir ;;
1129 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1130 | --ht=*)
1131 htmldir=$ac_optarg ;;
1132
bf9f3bac 1133 -includedir | --includedir | --includedi | --included | --include \
1134 | --includ | --inclu | --incl | --inc)
1135 ac_prev=includedir ;;
1136 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1137 | --includ=* | --inclu=* | --incl=* | --inc=*)
1138 includedir=$ac_optarg ;;
1139
1140 -infodir | --infodir | --infodi | --infod | --info | --inf)
1141 ac_prev=infodir ;;
1142 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1143 infodir=$ac_optarg ;;
1144
1145 -libdir | --libdir | --libdi | --libd)
1146 ac_prev=libdir ;;
1147 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1148 libdir=$ac_optarg ;;
1149
1150 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1151 | --libexe | --libex | --libe)
1152 ac_prev=libexecdir ;;
1153 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1154 | --libexe=* | --libex=* | --libe=*)
1155 libexecdir=$ac_optarg ;;
1156
8934764e
BB
1157 -localedir | --localedir | --localedi | --localed | --locale)
1158 ac_prev=localedir ;;
1159 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1160 localedir=$ac_optarg ;;
1161
bf9f3bac 1162 -localstatedir | --localstatedir | --localstatedi | --localstated \
8934764e 1163 | --localstate | --localstat | --localsta | --localst | --locals)
bf9f3bac 1164 ac_prev=localstatedir ;;
1165 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
8934764e 1166 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
bf9f3bac 1167 localstatedir=$ac_optarg ;;
1168
1169 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1170 ac_prev=mandir ;;
1171 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1172 mandir=$ac_optarg ;;
1173
1174 -nfp | --nfp | --nf)
1175 # Obsolete; use --without-fp.
1176 with_fp=no ;;
1177
1178 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1179 | --no-cr | --no-c | -n)
1180 no_create=yes ;;
1181
1182 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1183 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1184 no_recursion=yes ;;
1185
1186 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1187 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1188 | --oldin | --oldi | --old | --ol | --o)
1189 ac_prev=oldincludedir ;;
1190 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1191 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1192 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1193 oldincludedir=$ac_optarg ;;
1194
1195 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1196 ac_prev=prefix ;;
1197 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1198 prefix=$ac_optarg ;;
1199
1200 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1201 | --program-pre | --program-pr | --program-p)
1202 ac_prev=program_prefix ;;
1203 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1204 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1205 program_prefix=$ac_optarg ;;
1206
1207 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1208 | --program-suf | --program-su | --program-s)
1209 ac_prev=program_suffix ;;
1210 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1211 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1212 program_suffix=$ac_optarg ;;
1213
1214 -program-transform-name | --program-transform-name \
1215 | --program-transform-nam | --program-transform-na \
1216 | --program-transform-n | --program-transform- \
1217 | --program-transform | --program-transfor \
1218 | --program-transfo | --program-transf \
1219 | --program-trans | --program-tran \
1220 | --progr-tra | --program-tr | --program-t)
1221 ac_prev=program_transform_name ;;
1222 -program-transform-name=* | --program-transform-name=* \
1223 | --program-transform-nam=* | --program-transform-na=* \
1224 | --program-transform-n=* | --program-transform-=* \
1225 | --program-transform=* | --program-transfor=* \
1226 | --program-transfo=* | --program-transf=* \
1227 | --program-trans=* | --program-tran=* \
1228 | --progr-tra=* | --program-tr=* | --program-t=*)
1229 program_transform_name=$ac_optarg ;;
1230
8934764e
BB
1231 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1232 ac_prev=pdfdir ;;
1233 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1234 pdfdir=$ac_optarg ;;
1235
1236 -psdir | --psdir | --psdi | --psd | --ps)
1237 ac_prev=psdir ;;
1238 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1239 psdir=$ac_optarg ;;
1240
bf9f3bac 1241 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1242 | -silent | --silent | --silen | --sile | --sil)
1243 silent=yes ;;
1244
1245 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1246 ac_prev=sbindir ;;
1247 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1248 | --sbi=* | --sb=*)
1249 sbindir=$ac_optarg ;;
1250
1251 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1252 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1253 | --sharedst | --shareds | --shared | --share | --shar \
1254 | --sha | --sh)
1255 ac_prev=sharedstatedir ;;
1256 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1257 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1258 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1259 | --sha=* | --sh=*)
1260 sharedstatedir=$ac_optarg ;;
1261
1262 -site | --site | --sit)
1263 ac_prev=site ;;
1264 -site=* | --site=* | --sit=*)
1265 site=$ac_optarg ;;
1266
1267 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1268 ac_prev=srcdir ;;
1269 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1270 srcdir=$ac_optarg ;;
1271
1272 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1273 | --syscon | --sysco | --sysc | --sys | --sy)
1274 ac_prev=sysconfdir ;;
1275 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1276 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1277 sysconfdir=$ac_optarg ;;
1278
1279 -target | --target | --targe | --targ | --tar | --ta | --t)
1280 ac_prev=target_alias ;;
1281 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1282 target_alias=$ac_optarg ;;
1283
1284 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1285 verbose=yes ;;
1286
1287 -version | --version | --versio | --versi | --vers | -V)
1288 ac_init_version=: ;;
1289
1290 -with-* | --with-*)
8934764e 1291 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
bf9f3bac 1292 # Reject names that are not valid shell variable names.
8934764e
BB
1293 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1294 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
bf9f3bac 1295 { (exit 1); exit 1; }; }
8934764e
BB
1296 ac_useropt_orig=$ac_useropt
1297 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1298 case $ac_user_opts in
1299 *"
1300"with_$ac_useropt"
1301"*) ;;
1302 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1303 ac_unrecognized_sep=', ';;
bf9f3bac 1304 esac
8934764e 1305 eval with_$ac_useropt=\$ac_optarg ;;
bf9f3bac 1306
1307 -without-* | --without-*)
8934764e 1308 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
bf9f3bac 1309 # Reject names that are not valid shell variable names.
8934764e
BB
1310 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1311 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
bf9f3bac 1312 { (exit 1); exit 1; }; }
8934764e
BB
1313 ac_useropt_orig=$ac_useropt
1314 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1315 case $ac_user_opts in
1316 *"
1317"with_$ac_useropt"
1318"*) ;;
1319 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1320 ac_unrecognized_sep=', ';;
1321 esac
1322 eval with_$ac_useropt=no ;;
bf9f3bac 1323
1324 --x)
1325 # Obsolete; use --with-x.
1326 with_x=yes ;;
1327
1328 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1329 | --x-incl | --x-inc | --x-in | --x-i)
1330 ac_prev=x_includes ;;
1331 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1332 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1333 x_includes=$ac_optarg ;;
1334
1335 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1336 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1337 ac_prev=x_libraries ;;
1338 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1339 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1340 x_libraries=$ac_optarg ;;
1341
8934764e 1342 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
bf9f3bac 1343Try \`$0 --help' for more information." >&2
1344 { (exit 1); exit 1; }; }
1345 ;;
1346
1347 *=*)
1348 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1349 # Reject names that are not valid shell variable names.
1350 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
8934764e 1351 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
bf9f3bac 1352 { (exit 1); exit 1; }; }
8934764e 1353 eval $ac_envvar=\$ac_optarg
bf9f3bac 1354 export $ac_envvar ;;
1355
1356 *)
1357 # FIXME: should be removed in autoconf 3.0.
8934764e 1358 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
bf9f3bac 1359 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
8934764e 1360 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
bf9f3bac 1361 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1362 ;;
1363
1364 esac
1365done
1366
1367if test -n "$ac_prev"; then
1368 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
8934764e 1369 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
bf9f3bac 1370 { (exit 1); exit 1; }; }
1371fi
1372
8934764e
BB
1373if test -n "$ac_unrecognized_opts"; then
1374 case $enable_option_checking in
1375 no) ;;
1376 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1377 { (exit 1); exit 1; }; } ;;
1378 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
bf9f3bac 1379 esac
8934764e 1380fi
bf9f3bac 1381
8934764e
BB
1382# Check all directory arguments for consistency.
1383for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1384 datadir sysconfdir sharedstatedir localstatedir includedir \
1385 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1386 libdir localedir mandir
bf9f3bac 1387do
8934764e
BB
1388 eval ac_val=\$$ac_var
1389 # Remove trailing slashes.
bf9f3bac 1390 case $ac_val in
8934764e
BB
1391 */ )
1392 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1393 eval $ac_var=\$ac_val;;
bf9f3bac 1394 esac
8934764e
BB
1395 # Be sure to have absolute directory names.
1396 case $ac_val in
1397 [\\/$]* | ?:[\\/]* ) continue;;
1398 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1399 esac
1400 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1401 { (exit 1); exit 1; }; }
bf9f3bac 1402done
1403
1404# There might be people who depend on the old broken behavior: `$host'
1405# used to hold the argument of --host etc.
1406# FIXME: To remove some day.
1407build=$build_alias
1408host=$host_alias
1409target=$target_alias
1410
1411# FIXME: To remove some day.
1412if test "x$host_alias" != x; then
1413 if test "x$build_alias" = x; then
1414 cross_compiling=maybe
8934764e 1415 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
bf9f3bac 1416 If a cross compiler is detected then cross compile mode will be used." >&2
1417 elif test "x$build_alias" != "x$host_alias"; then
1418 cross_compiling=yes
1419 fi
1420fi
1421
1422ac_tool_prefix=
1423test -n "$host_alias" && ac_tool_prefix=$host_alias-
1424
1425test "$silent" = yes && exec 6>/dev/null
1426
1427
8934764e
BB
1428ac_pwd=`pwd` && test -n "$ac_pwd" &&
1429ac_ls_di=`ls -di .` &&
1430ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1431 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1432 { (exit 1); exit 1; }; }
1433test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1434 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1435 { (exit 1); exit 1; }; }
1436
1437
bf9f3bac 1438# Find the source files, if location was not specified.
1439if test -z "$srcdir"; then
1440 ac_srcdir_defaulted=yes
8934764e
BB
1441 # Try the directory containing this script, then the parent directory.
1442 ac_confdir=`$as_dirname -- "$as_myself" ||
1443$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1444 X"$as_myself" : 'X\(//\)[^/]' \| \
1445 X"$as_myself" : 'X\(//\)$' \| \
1446 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1447$as_echo X"$as_myself" |
1448 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1449 s//\1/
1450 q
1451 }
1452 /^X\(\/\/\)[^/].*/{
1453 s//\1/
1454 q
1455 }
1456 /^X\(\/\/\)$/{
1457 s//\1/
1458 q
1459 }
1460 /^X\(\/\).*/{
1461 s//\1/
1462 q
1463 }
1464 s/.*/./; q'`
bf9f3bac 1465 srcdir=$ac_confdir
8934764e 1466 if test ! -r "$srcdir/$ac_unique_file"; then
bf9f3bac 1467 srcdir=..
1468 fi
1469else
1470 ac_srcdir_defaulted=no
1471fi
8934764e
BB
1472if test ! -r "$srcdir/$ac_unique_file"; then
1473 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1474 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
bf9f3bac 1475 { (exit 1); exit 1; }; }
bf9f3bac 1476fi
8934764e
BB
1477ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1478ac_abs_confdir=`(
1479 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
bf9f3bac 1480 { (exit 1); exit 1; }; }
8934764e
BB
1481 pwd)`
1482# When building in place, set srcdir=.
1483if test "$ac_abs_confdir" = "$ac_pwd"; then
1484 srcdir=.
1485fi
1486# Remove unnecessary trailing slashes from srcdir.
1487# Double slashes in file names in object file debugging info
1488# mess up M-x gdb in Emacs.
1489case $srcdir in
1490*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1491esac
1492for ac_var in $ac_precious_vars; do
1493 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1494 eval ac_env_${ac_var}_value=\$${ac_var}
1495 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1496 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1497done
bf9f3bac 1498
1499#
1500# Report the --help message.
1501#
1502if test "$ac_init_help" = "long"; then
1503 # Omit some internal or obsolete options to make the list less imposing.
1504 # This message is too long to be a string in the A/UX 3.1 sh.
1505 cat <<_ACEOF
1506\`configure' configures this package to adapt to many kinds of systems.
1507
1508Usage: $0 [OPTION]... [VAR=VALUE]...
1509
1510To assign environment variables (e.g., CC, CFLAGS...), specify them as
1511VAR=VALUE. See below for descriptions of some of the useful variables.
1512
1513Defaults for the options are specified in brackets.
1514
1515Configuration:
1516 -h, --help display this help and exit
1517 --help=short display options specific to this package
1518 --help=recursive display the short help of all the included packages
1519 -V, --version display version information and exit
1520 -q, --quiet, --silent do not print \`checking...' messages
1521 --cache-file=FILE cache test results in FILE [disabled]
1522 -C, --config-cache alias for \`--cache-file=config.cache'
1523 -n, --no-create do not create output files
1524 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1525
bf9f3bac 1526Installation directories:
1527 --prefix=PREFIX install architecture-independent files in PREFIX
8934764e 1528 [$ac_default_prefix]
bf9f3bac 1529 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
8934764e 1530 [PREFIX]
bf9f3bac 1531
1532By default, \`make install' will install all the files in
1533\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1534an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1535for instance \`--prefix=\$HOME'.
1536
1537For better control, use the options below.
1538
1539Fine tuning of the installation directories:
8934764e
BB
1540 --bindir=DIR user executables [EPREFIX/bin]
1541 --sbindir=DIR system admin executables [EPREFIX/sbin]
1542 --libexecdir=DIR program executables [EPREFIX/libexec]
1543 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1544 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1545 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1546 --libdir=DIR object code libraries [EPREFIX/lib]
1547 --includedir=DIR C header files [PREFIX/include]
1548 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1549 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1550 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1551 --infodir=DIR info documentation [DATAROOTDIR/info]
1552 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1553 --mandir=DIR man documentation [DATAROOTDIR/man]
1554 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1555 --htmldir=DIR html documentation [DOCDIR]
1556 --dvidir=DIR dvi documentation [DOCDIR]
1557 --pdfdir=DIR pdf documentation [DOCDIR]
1558 --psdir=DIR ps documentation [DOCDIR]
bf9f3bac 1559_ACEOF
1560
1561 cat <<\_ACEOF
1562
1563Program names:
1564 --program-prefix=PREFIX prepend PREFIX to installed program names
1565 --program-suffix=SUFFIX append SUFFIX to installed program names
1566 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1567
1568System types:
1569 --build=BUILD configure for building on BUILD [guessed]
1570 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1571 --target=TARGET configure for building compilers for TARGET [HOST]
1572_ACEOF
1573fi
1574
1575if test -n "$ac_init_help"; then
1576
1577 cat <<\_ACEOF
1578
1579Optional Features:
8934764e 1580 --disable-option-checking ignore unrecognized --enable/--with options
bf9f3bac 1581 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1582 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1583 --enable-maintainer-mode enable make rules and dependencies not useful
1584 (and sometimes confusing) to the casual installer
8934764e
BB
1585 --enable-silent-rules less verbose build output (undo: `make V=1')
1586 --disable-silent-rules verbose build output (undo: `make V=0')
bf9f3bac 1587 --disable-dependency-tracking speeds up one-time build
1588 --enable-dependency-tracking do not reject slow dependency extractors
8934764e
BB
1589 --enable-shared[=PKGS] build shared libraries [default=yes]
1590 --enable-static[=PKGS] build static libraries [default=yes]
bf9f3bac 1591 --enable-fast-install[=PKGS]
1592 optimize for fast installation [default=yes]
1593 --disable-libtool-lock avoid locking (might break parallel builds)
055ffd98
BB
1594 --enable-debug Enable generic debug support [default=no]
1595 --enable-debug-kmem Enable basic kmem accounting [default=yes]
1596 --enable-debug-kmem-tracking
1597 Enable detailed kmem tracking [default=no]
5e9b5d83 1598 --enable-atomic-spinlocks
d04c8a56 1599 Atomic types use spinlocks [default=check]
bf9f3bac 1600
1601Optional Packages:
1602 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1603 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
bf9f3bac 1604 --with-pic try to use only PIC/non-PIC objects [default=use
1605 both]
8934764e 1606 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
c1541dfe 1607 --with-config=CONFIG Config file 'kernel|user|all|srpm'
bf9f3bac 1608 --with-linux=PATH Path to kernel source
1609 --with-linux-obj=PATH Path to kernel build objects
1610
1611Some influential environment variables:
1612 CC C compiler command
1613 CFLAGS C compiler flags
1614 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1615 nonstandard directory <lib dir>
8934764e
BB
1616 LIBS libraries to pass to the linker, e.g. -l<library>
1617 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1618 you have headers in a nonstandard directory <include dir>
bf9f3bac 1619 CPP C preprocessor
bf9f3bac 1620
1621Use these variables to override the choices made by `configure' or to help
1622it to find libraries and programs with nonstandard names/locations.
1623
1624_ACEOF
8934764e 1625ac_status=$?
bf9f3bac 1626fi
1627
1628if test "$ac_init_help" = "recursive"; then
1629 # If there are subdirs, report their specific --help.
bf9f3bac 1630 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
8934764e
BB
1631 test -d "$ac_dir" ||
1632 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1633 continue
bf9f3bac 1634 ac_builddir=.
1635
8934764e
BB
1636case "$ac_dir" in
1637.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1638*)
1639 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1640 # A ".." for each directory in $ac_dir_suffix.
1641 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1642 case $ac_top_builddir_sub in
1643 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1644 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1645 esac ;;
1646esac
1647ac_abs_top_builddir=$ac_pwd
1648ac_abs_builddir=$ac_pwd$ac_dir_suffix
1649# for backward compatibility:
1650ac_top_builddir=$ac_top_build_prefix
bf9f3bac 1651
1652case $srcdir in
8934764e 1653 .) # We are building in place.
bf9f3bac 1654 ac_srcdir=.
8934764e
BB
1655 ac_top_srcdir=$ac_top_builddir_sub
1656 ac_abs_top_srcdir=$ac_pwd ;;
1657 [\\/]* | ?:[\\/]* ) # Absolute name.
bf9f3bac 1658 ac_srcdir=$srcdir$ac_dir_suffix;
8934764e
BB
1659 ac_top_srcdir=$srcdir
1660 ac_abs_top_srcdir=$srcdir ;;
1661 *) # Relative name.
1662 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1663 ac_top_srcdir=$ac_top_build_prefix$srcdir
1664 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bf9f3bac 1665esac
8934764e
BB
1666ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1667
1668 cd "$ac_dir" || { ac_status=$?; continue; }
1669 # Check for guested configure.
1670 if test -f "$ac_srcdir/configure.gnu"; then
1671 echo &&
1672 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1673 elif test -f "$ac_srcdir/configure"; then
1674 echo &&
1675 $SHELL "$ac_srcdir/configure" --help=recursive
bf9f3bac 1676 else
8934764e
BB
1677 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1678 fi || ac_status=$?
1679 cd "$ac_pwd" || { ac_status=$?; break; }
bf9f3bac 1680 done
1681fi
1682
8934764e 1683test -n "$ac_init_help" && exit $ac_status
bf9f3bac 1684if $ac_init_version; then
1685 cat <<\_ACEOF
8934764e
BB
1686configure
1687generated by GNU Autoconf 2.63
bf9f3bac 1688
8934764e
BB
1689Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
16902002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
bf9f3bac 1691This configure script is free software; the Free Software Foundation
1692gives unlimited permission to copy, distribute and modify it.
1693_ACEOF
8934764e 1694 exit
bf9f3bac 1695fi
8934764e 1696cat >config.log <<_ACEOF
bf9f3bac 1697This file contains any messages produced by compilers while
1698running configure, to aid debugging if configure makes a mistake.
1699
1700It was created by $as_me, which was
8934764e 1701generated by GNU Autoconf 2.63. Invocation command line was
bf9f3bac 1702
1703 $ $0 $@
1704
1705_ACEOF
8934764e 1706exec 5>>config.log
bf9f3bac 1707{
1708cat <<_ASUNAME
1709## --------- ##
1710## Platform. ##
1711## --------- ##
1712
1713hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1714uname -m = `(uname -m) 2>/dev/null || echo unknown`
1715uname -r = `(uname -r) 2>/dev/null || echo unknown`
1716uname -s = `(uname -s) 2>/dev/null || echo unknown`
1717uname -v = `(uname -v) 2>/dev/null || echo unknown`
1718
1719/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1720/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1721
1722/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1723/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1724/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
8934764e 1725/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
bf9f3bac 1726/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1727/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1728/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1729
1730_ASUNAME
1731
1732as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1733for as_dir in $PATH
1734do
1735 IFS=$as_save_IFS
1736 test -z "$as_dir" && as_dir=.
8934764e 1737 $as_echo "PATH: $as_dir"
bf9f3bac 1738done
8934764e 1739IFS=$as_save_IFS
bf9f3bac 1740
1741} >&5
1742
1743cat >&5 <<_ACEOF
1744
1745
1746## ----------- ##
1747## Core tests. ##
1748## ----------- ##
1749
1750_ACEOF
1751
1752
1753# Keep a trace of the command line.
1754# Strip out --no-create and --no-recursion so they do not pile up.
1755# Strip out --silent because we don't want to record it for future runs.
1756# Also quote any args containing shell meta-characters.
1757# Make two passes to allow for proper duplicate-argument suppression.
1758ac_configure_args=
1759ac_configure_args0=
1760ac_configure_args1=
bf9f3bac 1761ac_must_keep_next=false
1762for ac_pass in 1 2
1763do
1764 for ac_arg
1765 do
1766 case $ac_arg in
1767 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1768 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1769 | -silent | --silent | --silen | --sile | --sil)
1770 continue ;;
8934764e
BB
1771 *\'*)
1772 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
bf9f3bac 1773 esac
1774 case $ac_pass in
1775 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1776 2)
1777 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1778 if test $ac_must_keep_next = true; then
1779 ac_must_keep_next=false # Got value, back to normal.
1780 else
1781 case $ac_arg in
1782 *=* | --config-cache | -C | -disable-* | --disable-* \
1783 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1784 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1785 | -with-* | --with-* | -without-* | --without-* | --x)
1786 case "$ac_configure_args0 " in
1787 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1788 esac
1789 ;;
1790 -* ) ac_must_keep_next=true ;;
1791 esac
1792 fi
8934764e 1793 ac_configure_args="$ac_configure_args '$ac_arg'"
bf9f3bac 1794 ;;
1795 esac
1796 done
1797done
1798$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1799$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1800
1801# When interrupted or exit'd, cleanup temporary files, and complete
1802# config.log. We remove comments because anyway the quotes in there
1803# would cause problems or look ugly.
8934764e
BB
1804# WARNING: Use '\'' to represent an apostrophe within the trap.
1805# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
bf9f3bac 1806trap 'exit_status=$?
1807 # Save into config.log some information that might help in debugging.
1808 {
1809 echo
1810
1811 cat <<\_ASBOX
1812## ---------------- ##
1813## Cache variables. ##
1814## ---------------- ##
1815_ASBOX
1816 echo
1817 # The following way of writing the cache mishandles newlines in values,
8934764e
BB
1818(
1819 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1820 eval ac_val=\$$ac_var
1821 case $ac_val in #(
1822 *${as_nl}*)
1823 case $ac_var in #(
1824 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1825$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1826 esac
1827 case $ac_var in #(
1828 _ | IFS | as_nl) ;; #(
1829 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1830 *) $as_unset $ac_var ;;
1831 esac ;;
1832 esac
1833 done
bf9f3bac 1834 (set) 2>&1 |
8934764e
BB
1835 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1836 *${as_nl}ac_space=\ *)
bf9f3bac 1837 sed -n \
8934764e
BB
1838 "s/'\''/'\''\\\\'\'''\''/g;
1839 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1840 ;; #(
bf9f3bac 1841 *)
8934764e 1842 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
bf9f3bac 1843 ;;
8934764e
BB
1844 esac |
1845 sort
1846)
bf9f3bac 1847 echo
1848
1849 cat <<\_ASBOX
1850## ----------------- ##
1851## Output variables. ##
1852## ----------------- ##
1853_ASBOX
1854 echo
1855 for ac_var in $ac_subst_vars
1856 do
8934764e
BB
1857 eval ac_val=\$$ac_var
1858 case $ac_val in
1859 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1860 esac
1861 $as_echo "$ac_var='\''$ac_val'\''"
bf9f3bac 1862 done | sort
1863 echo
1864
1865 if test -n "$ac_subst_files"; then
1866 cat <<\_ASBOX
8934764e
BB
1867## ------------------- ##
1868## File substitutions. ##
1869## ------------------- ##
bf9f3bac 1870_ASBOX
1871 echo
1872 for ac_var in $ac_subst_files
1873 do
8934764e
BB
1874 eval ac_val=\$$ac_var
1875 case $ac_val in
1876 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1877 esac
1878 $as_echo "$ac_var='\''$ac_val'\''"
bf9f3bac 1879 done | sort
1880 echo
1881 fi
1882
1883 if test -s confdefs.h; then
1884 cat <<\_ASBOX
1885## ----------- ##
1886## confdefs.h. ##
1887## ----------- ##
1888_ASBOX
1889 echo
8934764e 1890 cat confdefs.h
bf9f3bac 1891 echo
1892 fi
1893 test "$ac_signal" != 0 &&
8934764e
BB
1894 $as_echo "$as_me: caught signal $ac_signal"
1895 $as_echo "$as_me: exit $exit_status"
bf9f3bac 1896 } >&5
8934764e
BB
1897 rm -f core *.core core.conftest.* &&
1898 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
bf9f3bac 1899 exit $exit_status
8934764e 1900' 0
bf9f3bac 1901for ac_signal in 1 2 13 15; do
1902 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1903done
1904ac_signal=0
1905
1906# confdefs.h avoids OS command line length limits that DEFS can exceed.
8934764e 1907rm -f -r conftest* confdefs.h
bf9f3bac 1908
1909# Predefined preprocessor variables.
1910
1911cat >>confdefs.h <<_ACEOF
1912#define PACKAGE_NAME "$PACKAGE_NAME"
1913_ACEOF
1914
1915
1916cat >>confdefs.h <<_ACEOF
1917#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1918_ACEOF
1919
1920
1921cat >>confdefs.h <<_ACEOF
1922#define PACKAGE_VERSION "$PACKAGE_VERSION"
1923_ACEOF
1924
1925
1926cat >>confdefs.h <<_ACEOF
1927#define PACKAGE_STRING "$PACKAGE_STRING"
1928_ACEOF
1929
1930
1931cat >>confdefs.h <<_ACEOF
1932#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1933_ACEOF
1934
1935
1936# Let the site file select an alternate cache file if it wants to.
8934764e
BB
1937# Prefer an explicitly selected file to automatically selected ones.
1938ac_site_file1=NONE
1939ac_site_file2=NONE
1940if test -n "$CONFIG_SITE"; then
1941 ac_site_file1=$CONFIG_SITE
1942elif test "x$prefix" != xNONE; then
1943 ac_site_file1=$prefix/share/config.site
1944 ac_site_file2=$prefix/etc/config.site
1945else
1946 ac_site_file1=$ac_default_prefix/share/config.site
1947 ac_site_file2=$ac_default_prefix/etc/config.site
1948fi
1949for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1950do
1951 test "x$ac_site_file" = xNONE && continue
bf9f3bac 1952 if test -r "$ac_site_file"; then
8934764e
BB
1953 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1954$as_echo "$as_me: loading site script $ac_site_file" >&6;}
bf9f3bac 1955 sed 's/^/| /' "$ac_site_file" >&5
1956 . "$ac_site_file"
1957 fi
1958done
1959
1960if test -r "$cache_file"; then
1961 # Some versions of bash will fail to source /dev/null (special
1962 # files actually), so we avoid doing that.
1963 if test -f "$cache_file"; then
8934764e
BB
1964 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1965$as_echo "$as_me: loading cache $cache_file" >&6;}
bf9f3bac 1966 case $cache_file in
8934764e
BB
1967 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1968 *) . "./$cache_file";;
bf9f3bac 1969 esac
1970 fi
1971else
8934764e
BB
1972 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1973$as_echo "$as_me: creating cache $cache_file" >&6;}
bf9f3bac 1974 >$cache_file
1975fi
1976
1977# Check that the precious variables saved in the cache have kept the same
1978# value.
1979ac_cache_corrupted=false
8934764e 1980for ac_var in $ac_precious_vars; do
bf9f3bac 1981 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1982 eval ac_new_set=\$ac_env_${ac_var}_set
8934764e
BB
1983 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1984 eval ac_new_val=\$ac_env_${ac_var}_value
bf9f3bac 1985 case $ac_old_set,$ac_new_set in
1986 set,)
8934764e
BB
1987 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1988$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
bf9f3bac 1989 ac_cache_corrupted=: ;;
1990 ,set)
8934764e
BB
1991 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1992$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
bf9f3bac 1993 ac_cache_corrupted=: ;;
1994 ,);;
1995 *)
1996 if test "x$ac_old_val" != "x$ac_new_val"; then
8934764e
BB
1997 # differences in whitespace do not lead to failure.
1998 ac_old_val_w=`echo x $ac_old_val`
1999 ac_new_val_w=`echo x $ac_new_val`
2000 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2001 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2002$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2003 ac_cache_corrupted=:
2004 else
2005 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2006$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2007 eval $ac_var=\$ac_old_val
2008 fi
2009 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
2010$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2011 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
2012$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
bf9f3bac 2013 fi;;
2014 esac
2015 # Pass precious variables to config.status.
2016 if test "$ac_new_set" = set; then
2017 case $ac_new_val in
8934764e 2018 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
bf9f3bac 2019 *) ac_arg=$ac_var=$ac_new_val ;;
2020 esac
2021 case " $ac_configure_args " in
2022 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2023 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2024 esac
2025 fi
2026done
2027if $ac_cache_corrupted; then
8934764e
BB
2028 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2029$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2030 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2031$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2032 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2033$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
bf9f3bac 2034 { (exit 1); exit 1; }; }
2035fi
2036
bf9f3bac 2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
8934764e
BB
2053ac_ext=c
2054ac_cpp='$CPP $CPPFLAGS'
2055ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2056ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2057ac_compiler_gnu=$ac_cv_c_compiler_gnu
bf9f3bac 2058
2059
0c617c9a
BB
2060ac_ext=c
2061ac_cpp='$CPP $CPPFLAGS'
2062ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2063ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2064ac_compiler_gnu=$ac_cv_c_compiler_gnu
2065
2066
8934764e
BB
2067 { $as_echo "$as_me:$LINENO: checking metadata" >&5
2068$as_echo_n "checking metadata... " >&6; }
dd529a30 2069
2070 META="$srcdir/META"
2071 _spl_ac_meta_got_file=no
2072 if test -f "$META"; then
2073 _spl_ac_meta_got_file=yes
2074
abc3ca14 2075 SPL_META_NAME=`perl -n\
dd529a30 2076 -e "BEGIN { \\$key=shift @ARGV; }"\
2077 -e "next unless s/^\s*\\$key[:=]//i;"\
2078 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2079 -e "s/^\s+//;"\
2080 -e "s/\s+$//;"\
2081 -e "s/^(['\"])(.*)\1/\\$2/;"\
2082 -e "\\$val=\\$_;"\
2083 -e "END { print \\$val if defined \\$val; }"\
2084 '(?:NAME|PROJECT|PACKAGE)' $META`;
abc3ca14 2085 if test -n "$SPL_META_NAME"; then
dd529a30 2086
2087cat >>confdefs.h <<_ACEOF
abc3ca14 2088#define SPL_META_NAME "$SPL_META_NAME"
dd529a30 2089_ACEOF
2090
2091
2092 fi
2093
abc3ca14 2094 SPL_META_VERSION=`perl -n\
dd529a30 2095 -e "BEGIN { \\$key=shift @ARGV; }"\
2096 -e "next unless s/^\s*\\$key[:=]//i;"\
2097 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2098 -e "s/^\s+//;"\
2099 -e "s/\s+$//;"\
2100 -e "s/^(['\"])(.*)\1/\\$2/;"\
2101 -e "\\$val=\\$_;"\
2102 -e "END { print \\$val if defined \\$val; }"\
2103 'VERSION' $META`;
abc3ca14 2104 if test -n "$SPL_META_VERSION"; then
dd529a30 2105
2106cat >>confdefs.h <<_ACEOF
abc3ca14 2107#define SPL_META_VERSION "$SPL_META_VERSION"
dd529a30 2108_ACEOF
2109
2110
2111 fi
2112
abc3ca14 2113 SPL_META_RELEASE=`perl -n\
dd529a30 2114 -e "BEGIN { \\$key=shift @ARGV; }"\
2115 -e "next unless s/^\s*\\$key[:=]//i;"\
2116 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2117 -e "s/^\s+//;"\
2118 -e "s/\s+$//;"\
2119 -e "s/^(['\"])(.*)\1/\\$2/;"\
2120 -e "\\$val=\\$_;"\
2121 -e "END { print \\$val if defined \\$val; }"\
2122 'RELEASE' $META`;
abc3ca14 2123 if test -n "$SPL_META_RELEASE"; then
dd529a30 2124
2125cat >>confdefs.h <<_ACEOF
abc3ca14 2126#define SPL_META_RELEASE "$SPL_META_RELEASE"
dd529a30 2127_ACEOF
2128
2129
2130 fi
2131
abc3ca14 2132 if test -n "$SPL_META_NAME" -a -n "$SPL_META_VERSION"; then
72e7de60 2133 SPL_META_ALIAS="$SPL_META_NAME-$SPL_META_VERSION"
abc3ca14 2134 test -n "$SPL_META_RELEASE" &&
72e7de60 2135 SPL_META_ALIAS="$SPL_META_ALIAS-$SPL_META_RELEASE"
dd529a30 2136
2137cat >>confdefs.h <<_ACEOF
72e7de60 2138#define SPL_META_ALIAS "$SPL_META_ALIAS"
dd529a30 2139_ACEOF
2140
2141
2142 fi
2143
abc3ca14 2144 SPL_META_DATA=`perl -n\
dd529a30 2145 -e "BEGIN { \\$key=shift @ARGV; }"\
2146 -e "next unless s/^\s*\\$key[:=]//i;"\
2147 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2148 -e "s/^\s+//;"\
2149 -e "s/\s+$//;"\
2150 -e "s/^(['\"])(.*)\1/\\$2/;"\
2151 -e "\\$val=\\$_;"\
2152 -e "END { print \\$val if defined \\$val; }"\
2153 'DATE' $META`;
abc3ca14 2154 if test -n "$SPL_META_DATA"; then
dd529a30 2155
2156cat >>confdefs.h <<_ACEOF
abc3ca14 2157#define SPL_META_DATA "$SPL_META_DATA"
dd529a30 2158_ACEOF
2159
2160
2161 fi
2162
abc3ca14 2163 SPL_META_AUTHOR=`perl -n\
dd529a30 2164 -e "BEGIN { \\$key=shift @ARGV; }"\
2165 -e "next unless s/^\s*\\$key[:=]//i;"\
2166 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2167 -e "s/^\s+//;"\
2168 -e "s/\s+$//;"\
2169 -e "s/^(['\"])(.*)\1/\\$2/;"\
2170 -e "\\$val=\\$_;"\
2171 -e "END { print \\$val if defined \\$val; }"\
2172 'AUTHOR' $META`;
abc3ca14 2173 if test -n "$SPL_META_AUTHOR"; then
dd529a30 2174
2175cat >>confdefs.h <<_ACEOF
abc3ca14 2176#define SPL_META_AUTHOR "$SPL_META_AUTHOR"
dd529a30 2177_ACEOF
2178
2179
2180 fi
2181
2182
abc3ca14 2183 SPL_META_LT_CURRENT=`perl -n\
dd529a30 2184 -e "BEGIN { \\$key=shift @ARGV; }"\
2185 -e "next unless s/^\s*\\$key[:=]//i;"\
2186 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2187 -e "s/^\s+//;"\
2188 -e "s/\s+$//;"\
2189 -e "s/^(['\"])(.*)\1/\\$2/;"\
2190 -e "\\$val=\\$_;"\
2191 -e "END { print \\$val if defined \\$val; }"\
2192 'LT_CURRENT' $META`;
abc3ca14 2193 SPL_META_LT_REVISION=`perl -n\
dd529a30 2194 -e "BEGIN { \\$key=shift @ARGV; }"\
2195 -e "next unless s/^\s*\\$key[:=]//i;"\
2196 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2197 -e "s/^\s+//;"\
2198 -e "s/\s+$//;"\
2199 -e "s/^(['\"])(.*)\1/\\$2/;"\
2200 -e "\\$val=\\$_;"\
2201 -e "END { print \\$val if defined \\$val; }"\
2202 'LT_REVISION' $META`;
abc3ca14 2203 SPL_META_LT_AGE=`perl -n\
dd529a30 2204 -e "BEGIN { \\$key=shift @ARGV; }"\
2205 -e "next unless s/^\s*\\$key[:=]//i;"\
2206 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2207 -e "s/^\s+//;"\
2208 -e "s/\s+$//;"\
2209 -e "s/^(['\"])(.*)\1/\\$2/;"\
2210 -e "\\$val=\\$_;"\
2211 -e "END { print \\$val if defined \\$val; }"\
2212 'LT_AGE' $META`;
abc3ca14
BB
2213 if test -n "$SPL_META_LT_CURRENT" \
2214 -o -n "$SPL_META_LT_REVISION" \
2215 -o -n "$SPL_META_LT_AGE"; then
2216 test -n "$SPL_META_LT_CURRENT" || SPL_META_LT_CURRENT="0"
2217 test -n "$SPL_META_LT_REVISION" || SPL_META_LT_REVISION="0"
2218 test -n "$SPL_META_LT_AGE" || SPL_META_LT_AGE="0"
dd529a30 2219
2220cat >>confdefs.h <<_ACEOF
abc3ca14 2221#define SPL_META_LT_CURRENT "$SPL_META_LT_CURRENT"
dd529a30 2222_ACEOF
2223
2224
2225cat >>confdefs.h <<_ACEOF
abc3ca14 2226#define SPL_META_LT_REVISION "$SPL_META_LT_REVISION"
dd529a30 2227_ACEOF
2228
2229
2230cat >>confdefs.h <<_ACEOF
abc3ca14 2231#define SPL_META_LT_AGE "$SPL_META_LT_AGE"
dd529a30 2232_ACEOF
2233
2234
2235
2236
2237 fi
2238 fi
2239
8934764e
BB
2240 { $as_echo "$as_me:$LINENO: result: $_spl_ac_meta_got_file" >&5
2241$as_echo "$_spl_ac_meta_got_file" >&6; }
dd529a30 2242
2243
bf9f3bac 2244ac_aux_dir=
8934764e
BB
2245for ac_dir in config "$srcdir"/config; do
2246 if test -f "$ac_dir/install-sh"; then
bf9f3bac 2247 ac_aux_dir=$ac_dir
2248 ac_install_sh="$ac_aux_dir/install-sh -c"
2249 break
8934764e 2250 elif test -f "$ac_dir/install.sh"; then
bf9f3bac 2251 ac_aux_dir=$ac_dir
2252 ac_install_sh="$ac_aux_dir/install.sh -c"
2253 break
8934764e 2254 elif test -f "$ac_dir/shtool"; then
bf9f3bac 2255 ac_aux_dir=$ac_dir
2256 ac_install_sh="$ac_aux_dir/shtool install -c"
2257 break
2258 fi
2259done
2260if test -z "$ac_aux_dir"; then
8934764e
BB
2261 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&5
2262$as_echo "$as_me: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&2;}
bf9f3bac 2263 { (exit 1); exit 1; }; }
2264fi
8934764e
BB
2265
2266# These three variables are undocumented and unsupported,
2267# and are intended to be withdrawn in a future Autoconf release.
2268# They can cause serious problems if a builder's source tree is in a directory
2269# whose full name contains unusual characters.
2270ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2271ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2272ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2273
bf9f3bac 2274
2275# Make sure we can run config.sub.
8934764e
BB
2276$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2277 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2278$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
bf9f3bac 2279 { (exit 1); exit 1; }; }
2280
8934764e
BB
2281{ $as_echo "$as_me:$LINENO: checking build system type" >&5
2282$as_echo_n "checking build system type... " >&6; }
bf9f3bac 2283if test "${ac_cv_build+set}" = set; then
8934764e
BB
2284 $as_echo_n "(cached) " >&6
2285else
2286 ac_build_alias=$build_alias
2287test "x$ac_build_alias" = x &&
2288 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2289test "x$ac_build_alias" = x &&
2290 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2291$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
bf9f3bac 2292 { (exit 1); exit 1; }; }
8934764e
BB
2293ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2294 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2295$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
bf9f3bac 2296 { (exit 1); exit 1; }; }
2297
2298fi
8934764e
BB
2299{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2300$as_echo "$ac_cv_build" >&6; }
2301case $ac_cv_build in
2302*-*-*) ;;
2303*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2304$as_echo "$as_me: error: invalid value of canonical build" >&2;}
2305 { (exit 1); exit 1; }; };;
2306esac
bf9f3bac 2307build=$ac_cv_build
8934764e
BB
2308ac_save_IFS=$IFS; IFS='-'
2309set x $ac_cv_build
2310shift
2311build_cpu=$1
2312build_vendor=$2
2313shift; shift
2314# Remember, the first character of IFS is used to create $*,
2315# except with old shells:
2316build_os=$*
2317IFS=$ac_save_IFS
2318case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2319
2320
2321{ $as_echo "$as_me:$LINENO: checking host system type" >&5
2322$as_echo_n "checking host system type... " >&6; }
bf9f3bac 2323if test "${ac_cv_host+set}" = set; then
8934764e
BB
2324 $as_echo_n "(cached) " >&6
2325else
2326 if test "x$host_alias" = x; then
2327 ac_cv_host=$ac_cv_build
2328else
2329 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2330 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2331$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
bf9f3bac 2332 { (exit 1); exit 1; }; }
8934764e 2333fi
bf9f3bac 2334
2335fi
8934764e
BB
2336{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2337$as_echo "$ac_cv_host" >&6; }
2338case $ac_cv_host in
2339*-*-*) ;;
2340*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2341$as_echo "$as_me: error: invalid value of canonical host" >&2;}
2342 { (exit 1); exit 1; }; };;
2343esac
bf9f3bac 2344host=$ac_cv_host
8934764e
BB
2345ac_save_IFS=$IFS; IFS='-'
2346set x $ac_cv_host
2347shift
2348host_cpu=$1
2349host_vendor=$2
2350shift; shift
2351# Remember, the first character of IFS is used to create $*,
2352# except with old shells:
2353host_os=$*
2354IFS=$ac_save_IFS
2355case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2356
2357
2358{ $as_echo "$as_me:$LINENO: checking target system type" >&5
2359$as_echo_n "checking target system type... " >&6; }
bf9f3bac 2360if test "${ac_cv_target+set}" = set; then
8934764e
BB
2361 $as_echo_n "(cached) " >&6
2362else
2363 if test "x$target_alias" = x; then
2364 ac_cv_target=$ac_cv_host
2365else
2366 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2367 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
2368$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
bf9f3bac 2369 { (exit 1); exit 1; }; }
8934764e 2370fi
bf9f3bac 2371
2372fi
8934764e
BB
2373{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2374$as_echo "$ac_cv_target" >&6; }
2375case $ac_cv_target in
2376*-*-*) ;;
2377*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
2378$as_echo "$as_me: error: invalid value of canonical target" >&2;}
2379 { (exit 1); exit 1; }; };;
2380esac
bf9f3bac 2381target=$ac_cv_target
8934764e
BB
2382ac_save_IFS=$IFS; IFS='-'
2383set x $ac_cv_target
2384shift
2385target_cpu=$1
2386target_vendor=$2
2387shift; shift
2388# Remember, the first character of IFS is used to create $*,
2389# except with old shells:
2390target_os=$*
2391IFS=$ac_save_IFS
2392case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
bf9f3bac 2393
2394
2395# The aliases save the names the user supplied, while $host etc.
2396# will get canonicalized.
2397test -n "$target_alias" &&
2398 test "$program_prefix$program_suffix$program_transform_name" = \
2399 NONENONEs,x,x, &&
2400 program_prefix=${target_alias}-
8934764e
BB
2401
2402{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2403$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2404 # Check whether --enable-maintainer-mode was given.
16b719f0 2405if test "${enable_maintainer_mode+set}" = set; then
8934764e 2406 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
16b719f0
BB
2407else
2408 USE_MAINTAINER_MODE=no
8934764e 2409fi
16b719f0 2410
8934764e
BB
2411 { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2412$as_echo "$USE_MAINTAINER_MODE" >&6; }
2413 if test $USE_MAINTAINER_MODE = yes; then
16b719f0
BB
2414 MAINTAINER_MODE_TRUE=
2415 MAINTAINER_MODE_FALSE='#'
2416else
2417 MAINTAINER_MODE_TRUE='#'
2418 MAINTAINER_MODE_FALSE=
2419fi
2420
2421 MAINT=$MAINTAINER_MODE_TRUE
2422
2423
8934764e
BB
2424# Check whether --enable-silent-rules was given.
2425if test "${enable_silent_rules+set}" = set; then
2426 enableval=$enable_silent_rules;
2427fi
2428
2429case $enable_silent_rules in
2430yes) AM_DEFAULT_VERBOSITY=0;;
2431no) AM_DEFAULT_VERBOSITY=1;;
2432*) AM_DEFAULT_VERBOSITY=1;;
2433esac
2434AM_BACKSLASH='\'
2435
2436am__api_version='1.11'
2437
bf9f3bac 2438# Find a good install program. We prefer a C program (faster),
2439# so one script is as good as another. But avoid the broken or
2440# incompatible versions:
2441# SysV /etc/install, /usr/sbin/install
2442# SunOS /usr/etc/install
2443# IRIX /sbin/install
2444# AIX /bin/install
2445# AmigaOS /C/install, which installs bootblocks on floppy discs
2446# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2447# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2448# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2449# OS/2's system install, which has a completely different semantic
2450# ./install, which can be erroneously created by make from ./install.sh.
8934764e
BB
2451# Reject install programs that cannot install multiple files.
2452{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2453$as_echo_n "checking for a BSD-compatible install... " >&6; }
bf9f3bac 2454if test -z "$INSTALL"; then
2455if test "${ac_cv_path_install+set}" = set; then
8934764e 2456 $as_echo_n "(cached) " >&6
bf9f3bac 2457else
2458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2459for as_dir in $PATH
2460do
2461 IFS=$as_save_IFS
2462 test -z "$as_dir" && as_dir=.
2463 # Account for people who put trailing slashes in PATH elements.
2464case $as_dir/ in
2465 ./ | .// | /cC/* | \
2466 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2467 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2468 /usr/ucb/* ) ;;
2469 *)
2470 # OSF1 and SCO ODT 3.0 have their own names for install.
2471 # Don't use installbsd from OSF since it installs stuff as root
2472 # by default.
2473 for ac_prog in ginstall scoinst install; do
2474 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 2475 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
bf9f3bac 2476 if test $ac_prog = install &&
2477 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2478 # AIX install. It has an incompatible calling convention.
2479 :
2480 elif test $ac_prog = install &&
2481 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2482 # program-specific install script used by HP pwplus--don't use.
2483 :
2484 else
8934764e
BB
2485 rm -rf conftest.one conftest.two conftest.dir
2486 echo one > conftest.one
2487 echo two > conftest.two
2488 mkdir conftest.dir
2489 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2490 test -s conftest.one && test -s conftest.two &&
2491 test -s conftest.dir/conftest.one &&
2492 test -s conftest.dir/conftest.two
2493 then
2494 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2495 break 3
2496 fi
bf9f3bac 2497 fi
2498 fi
2499 done
2500 done
2501 ;;
2502esac
8934764e 2503
bf9f3bac 2504done
8934764e 2505IFS=$as_save_IFS
bf9f3bac 2506
8934764e 2507rm -rf conftest.one conftest.two conftest.dir
bf9f3bac 2508
2509fi
2510 if test "${ac_cv_path_install+set}" = set; then
2511 INSTALL=$ac_cv_path_install
2512 else
8934764e
BB
2513 # As a last resort, use the slow shell script. Don't cache a
2514 # value for INSTALL within a source directory, because that will
bf9f3bac 2515 # break other packages using the cache if that directory is
8934764e 2516 # removed, or if the value is a relative name.
bf9f3bac 2517 INSTALL=$ac_install_sh
2518 fi
2519fi
8934764e
BB
2520{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2521$as_echo "$INSTALL" >&6; }
bf9f3bac 2522
2523# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2524# It thinks the first close brace ends the variable substitution.
2525test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2526
2527test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2528
2529test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2530
8934764e
BB
2531{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2532$as_echo_n "checking whether build environment is sane... " >&6; }
bf9f3bac 2533# Just in case
2534sleep 1
2535echo timestamp > conftest.file
8934764e
BB
2536# Reject unsafe characters in $srcdir or the absolute working directory
2537# name. Accept space and tab only in the latter.
2538am_lf='
2539'
2540case `pwd` in
2541 *[\\\"\#\$\&\'\`$am_lf]*)
2542 { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2543$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2544 { (exit 1); exit 1; }; };;
2545esac
2546case $srcdir in
2547 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2548 { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2549$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
2550 { (exit 1); exit 1; }; };;
2551esac
2552
bf9f3bac 2553# Do `set' in a subshell so we don't clobber the current shell's
2554# arguments. Must try -L first in case configure is actually a
2555# symlink; some systems play weird games with the mod time of symlinks
2556# (eg FreeBSD returns the mod time of the symlink's containing
2557# directory).
2558if (
8934764e 2559 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
bf9f3bac 2560 if test "$*" = "X"; then
2561 # -L didn't work.
8934764e 2562 set X `ls -t "$srcdir/configure" conftest.file`
bf9f3bac 2563 fi
2564 rm -f conftest.file
2565 if test "$*" != "X $srcdir/configure conftest.file" \
2566 && test "$*" != "X conftest.file $srcdir/configure"; then
2567
2568 # If neither matched, then we have a broken ls. This can happen
2569 # if, for instance, CONFIG_SHELL is bash and it inherits a
2570 # broken ls alias from the environment. This has actually
2571 # happened. Such a system could not be considered "sane".
8934764e 2572 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
bf9f3bac 2573alias in your environment" >&5
8934764e 2574$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
bf9f3bac 2575alias in your environment" >&2;}
2576 { (exit 1); exit 1; }; }
2577 fi
2578
2579 test "$2" = conftest.file
2580 )
2581then
2582 # Ok.
2583 :
2584else
8934764e 2585 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
bf9f3bac 2586Check your system clock" >&5
8934764e 2587$as_echo "$as_me: error: newly created file is older than distributed files!
bf9f3bac 2588Check your system clock" >&2;}
2589 { (exit 1); exit 1; }; }
2590fi
8934764e
BB
2591{ $as_echo "$as_me:$LINENO: result: yes" >&5
2592$as_echo "yes" >&6; }
bf9f3bac 2593test "$program_prefix" != NONE &&
8934764e 2594 program_transform_name="s&^&$program_prefix&;$program_transform_name"
bf9f3bac 2595# Use a double $ so make ignores it.
2596test "$program_suffix" != NONE &&
8934764e
BB
2597 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2598# Double any \ or $.
bf9f3bac 2599# By default was `s,x,x', remove it if useless.
8934764e
BB
2600ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2601program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
bf9f3bac 2602
2603# expand $ac_aux_dir to an absolute path
2604am_aux_dir=`cd $ac_aux_dir && pwd`
2605
8934764e
BB
2606if test x"${MISSING+set}" != xset; then
2607 case $am_aux_dir in
2608 *\ * | *\ *)
2609 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2610 *)
2611 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2612 esac
2613fi
bf9f3bac 2614# Use eval to expand $SHELL
2615if eval "$MISSING --run true"; then
2616 am_missing_run="$MISSING --run "
2617else
2618 am_missing_run=
8934764e
BB
2619 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2620$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2621fi
2622
2623if test x"${install_sh}" != xset; then
2624 case $am_aux_dir in
2625 *\ * | *\ *)
2626 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2627 *)
2628 install_sh="\${SHELL} $am_aux_dir/install-sh"
2629 esac
2630fi
2631
2632# Installed binaries are usually stripped using `strip' when the user
2633# run `make install-strip'. However `strip' might not be the right
2634# tool to use in cross-compilation environments, therefore Automake
2635# will honor the `STRIP' environment variable to overrule this program.
2636if test "$cross_compiling" != no; then
2637 if test -n "$ac_tool_prefix"; then
2638 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2639set dummy ${ac_tool_prefix}strip; ac_word=$2
2640{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2641$as_echo_n "checking for $ac_word... " >&6; }
2642if test "${ac_cv_prog_STRIP+set}" = set; then
2643 $as_echo_n "(cached) " >&6
2644else
2645 if test -n "$STRIP"; then
2646 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2647else
2648as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2649for as_dir in $PATH
2650do
2651 IFS=$as_save_IFS
2652 test -z "$as_dir" && as_dir=.
2653 for ac_exec_ext in '' $ac_executable_extensions; do
2654 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2655 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2656 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2657 break 2
2658 fi
2659done
2660done
2661IFS=$as_save_IFS
2662
2663fi
2664fi
2665STRIP=$ac_cv_prog_STRIP
2666if test -n "$STRIP"; then
2667 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2668$as_echo "$STRIP" >&6; }
2669else
2670 { $as_echo "$as_me:$LINENO: result: no" >&5
2671$as_echo "no" >&6; }
2672fi
2673
2674
2675fi
2676if test -z "$ac_cv_prog_STRIP"; then
2677 ac_ct_STRIP=$STRIP
2678 # Extract the first word of "strip", so it can be a program name with args.
2679set dummy strip; ac_word=$2
2680{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2681$as_echo_n "checking for $ac_word... " >&6; }
2682if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2683 $as_echo_n "(cached) " >&6
2684else
2685 if test -n "$ac_ct_STRIP"; then
2686 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2687else
2688as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2689for as_dir in $PATH
2690do
2691 IFS=$as_save_IFS
2692 test -z "$as_dir" && as_dir=.
2693 for ac_exec_ext in '' $ac_executable_extensions; do
2694 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2695 ac_cv_prog_ac_ct_STRIP="strip"
2696 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2697 break 2
2698 fi
2699done
2700done
2701IFS=$as_save_IFS
2702
2703fi
2704fi
2705ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2706if test -n "$ac_ct_STRIP"; then
2707 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2708$as_echo "$ac_ct_STRIP" >&6; }
2709else
2710 { $as_echo "$as_me:$LINENO: result: no" >&5
2711$as_echo "no" >&6; }
2712fi
2713
2714 if test "x$ac_ct_STRIP" = x; then
2715 STRIP=":"
2716 else
2717 case $cross_compiling:$ac_tool_warned in
2718yes:)
2719{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2720$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2721ac_tool_warned=yes ;;
2722esac
2723 STRIP=$ac_ct_STRIP
2724 fi
2725else
2726 STRIP="$ac_cv_prog_STRIP"
2727fi
2728
2729fi
2730INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2731
2732{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2733$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2734if test -z "$MKDIR_P"; then
2735 if test "${ac_cv_path_mkdir+set}" = set; then
2736 $as_echo_n "(cached) " >&6
2737else
2738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2739for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2740do
2741 IFS=$as_save_IFS
2742 test -z "$as_dir" && as_dir=.
2743 for ac_prog in mkdir gmkdir; do
2744 for ac_exec_ext in '' $ac_executable_extensions; do
2745 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2746 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2747 'mkdir (GNU coreutils) '* | \
2748 'mkdir (coreutils) '* | \
2749 'mkdir (fileutils) '4.1*)
2750 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2751 break 3;;
2752 esac
2753 done
2754 done
2755done
2756IFS=$as_save_IFS
2757
2758fi
2759
2760 if test "${ac_cv_path_mkdir+set}" = set; then
2761 MKDIR_P="$ac_cv_path_mkdir -p"
bf9f3bac 2762 else
8934764e
BB
2763 # As a last resort, use the slow shell script. Don't cache a
2764 # value for MKDIR_P within a source directory, because that will
2765 # break other packages using the cache if that directory is
2766 # removed, or if the value is a relative name.
2767 test -d ./--version && rmdir ./--version
2768 MKDIR_P="$ac_install_sh -d"
bf9f3bac 2769 fi
2770fi
8934764e
BB
2771{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2772$as_echo "$MKDIR_P" >&6; }
2773
2774mkdir_p="$MKDIR_P"
2775case $mkdir_p in
2776 [\\/$]* | ?:[\\/]*) ;;
2777 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2778esac
bf9f3bac 2779
2780for ac_prog in gawk mawk nawk awk
2781do
2782 # Extract the first word of "$ac_prog", so it can be a program name with args.
2783set dummy $ac_prog; ac_word=$2
8934764e
BB
2784{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2785$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 2786if test "${ac_cv_prog_AWK+set}" = set; then
8934764e 2787 $as_echo_n "(cached) " >&6
bf9f3bac 2788else
2789 if test -n "$AWK"; then
2790 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2791else
2792as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2793for as_dir in $PATH
2794do
2795 IFS=$as_save_IFS
2796 test -z "$as_dir" && as_dir=.
2797 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 2798 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 2799 ac_cv_prog_AWK="$ac_prog"
8934764e 2800 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 2801 break 2
2802 fi
2803done
2804done
8934764e 2805IFS=$as_save_IFS
bf9f3bac 2806
2807fi
2808fi
2809AWK=$ac_cv_prog_AWK
2810if test -n "$AWK"; then
8934764e
BB
2811 { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2812$as_echo "$AWK" >&6; }
bf9f3bac 2813else
8934764e
BB
2814 { $as_echo "$as_me:$LINENO: result: no" >&5
2815$as_echo "no" >&6; }
bf9f3bac 2816fi
2817
8934764e 2818
bf9f3bac 2819 test -n "$AWK" && break
2820done
2821
8934764e
BB
2822{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2823$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2824set x ${MAKE-make}
2825ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2826if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2827 $as_echo_n "(cached) " >&6
bf9f3bac 2828else
2829 cat >conftest.make <<\_ACEOF
8934764e 2830SHELL = /bin/sh
bf9f3bac 2831all:
8934764e 2832 @echo '@@@%%%=$(MAKE)=@@@%%%'
bf9f3bac 2833_ACEOF
2834# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8934764e
BB
2835case `${MAKE-make} -f conftest.make 2>/dev/null` in
2836 *@@@%%%=?*=@@@%%%*)
2837 eval ac_cv_prog_make_${ac_make}_set=yes;;
2838 *)
2839 eval ac_cv_prog_make_${ac_make}_set=no;;
2840esac
bf9f3bac 2841rm -f conftest.make
2842fi
8934764e
BB
2843if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2844 { $as_echo "$as_me:$LINENO: result: yes" >&5
2845$as_echo "yes" >&6; }
bf9f3bac 2846 SET_MAKE=
2847else
8934764e
BB
2848 { $as_echo "$as_me:$LINENO: result: no" >&5
2849$as_echo "no" >&6; }
bf9f3bac 2850 SET_MAKE="MAKE=${MAKE-make}"
2851fi
2852
2853rm -rf .tst 2>/dev/null
2854mkdir .tst 2>/dev/null
2855if test -d .tst; then
2856 am__leading_dot=.
2857else
2858 am__leading_dot=_
2859fi
2860rmdir .tst 2>/dev/null
2861
8934764e
BB
2862if test "`cd $srcdir && pwd`" != "`pwd`"; then
2863 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2864 # is not polluted with repeated "-I."
2865 am__isrc=' -I$(srcdir)'
2866 # test to see if srcdir already configured
2867 if test -f $srcdir/config.status; then
2868 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2869$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
bf9f3bac 2870 { (exit 1); exit 1; }; }
8934764e 2871 fi
bf9f3bac 2872fi
2873
2874# test whether we have cygpath
2875if test -z "$CYGPATH_W"; then
2876 if (cygpath --version) >/dev/null 2>/dev/null; then
2877 CYGPATH_W='cygpath -w'
2878 else
2879 CYGPATH_W=echo
2880 fi
2881fi
2882
2883
2884# Define the identity of the package.
abc3ca14
BB
2885 PACKAGE=$SPL_META_NAME
2886 VERSION=$SPL_META_VERSION
bf9f3bac 2887
2888
2889cat >>confdefs.h <<_ACEOF
2890#define PACKAGE "$PACKAGE"
2891_ACEOF
2892
2893
2894cat >>confdefs.h <<_ACEOF
2895#define VERSION "$VERSION"
2896_ACEOF
2897
2898# Some tools Automake needs.
2899
2900ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2901
2902
2903AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2904
2905
2906AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2907
2908
2909AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2910
2911
2912MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2913
bf9f3bac 2914# We need awk for the "check" target. The system "awk" is bad on
2915# some platforms.
2916# Always define AMTAR for backward compatibility.
2917
2918AMTAR=${AMTAR-"${am_missing_run}tar"}
2919
2920am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2921
2922
2923
2924
2925
8934764e 2926ac_config_headers="$ac_config_headers spl_config.h"
bf9f3bac 2927
0cbaeb11 2928
bf9f3bac 2929# Find a good install program. We prefer a C program (faster),
2930# so one script is as good as another. But avoid the broken or
2931# incompatible versions:
2932# SysV /etc/install, /usr/sbin/install
2933# SunOS /usr/etc/install
2934# IRIX /sbin/install
2935# AIX /bin/install
2936# AmigaOS /C/install, which installs bootblocks on floppy discs
2937# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2938# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2939# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2940# OS/2's system install, which has a completely different semantic
2941# ./install, which can be erroneously created by make from ./install.sh.
8934764e
BB
2942# Reject install programs that cannot install multiple files.
2943{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2944$as_echo_n "checking for a BSD-compatible install... " >&6; }
bf9f3bac 2945if test -z "$INSTALL"; then
2946if test "${ac_cv_path_install+set}" = set; then
8934764e 2947 $as_echo_n "(cached) " >&6
bf9f3bac 2948else
2949 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2950for as_dir in $PATH
2951do
2952 IFS=$as_save_IFS
2953 test -z "$as_dir" && as_dir=.
2954 # Account for people who put trailing slashes in PATH elements.
2955case $as_dir/ in
2956 ./ | .// | /cC/* | \
2957 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2958 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2959 /usr/ucb/* ) ;;
2960 *)
2961 # OSF1 and SCO ODT 3.0 have their own names for install.
2962 # Don't use installbsd from OSF since it installs stuff as root
2963 # by default.
2964 for ac_prog in ginstall scoinst install; do
2965 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 2966 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
bf9f3bac 2967 if test $ac_prog = install &&
2968 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2969 # AIX install. It has an incompatible calling convention.
2970 :
2971 elif test $ac_prog = install &&
2972 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2973 # program-specific install script used by HP pwplus--don't use.
2974 :
2975 else
8934764e
BB
2976 rm -rf conftest.one conftest.two conftest.dir
2977 echo one > conftest.one
2978 echo two > conftest.two
2979 mkdir conftest.dir
2980 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2981 test -s conftest.one && test -s conftest.two &&
2982 test -s conftest.dir/conftest.one &&
2983 test -s conftest.dir/conftest.two
2984 then
2985 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2986 break 3
2987 fi
bf9f3bac 2988 fi
2989 fi
2990 done
2991 done
2992 ;;
2993esac
8934764e 2994
bf9f3bac 2995done
8934764e 2996IFS=$as_save_IFS
bf9f3bac 2997
8934764e 2998rm -rf conftest.one conftest.two conftest.dir
bf9f3bac 2999
3000fi
3001 if test "${ac_cv_path_install+set}" = set; then
3002 INSTALL=$ac_cv_path_install
3003 else
8934764e
BB
3004 # As a last resort, use the slow shell script. Don't cache a
3005 # value for INSTALL within a source directory, because that will
bf9f3bac 3006 # break other packages using the cache if that directory is
8934764e 3007 # removed, or if the value is a relative name.
bf9f3bac 3008 INSTALL=$ac_install_sh
3009 fi
3010fi
8934764e
BB
3011{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
3012$as_echo "$INSTALL" >&6; }
bf9f3bac 3013
3014# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3015# It thinks the first close brace ends the variable substitution.
3016test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3017
3018test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3019
3020test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3021
3022ac_ext=c
3023ac_cpp='$CPP $CPPFLAGS'
3024ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3025ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3026ac_compiler_gnu=$ac_cv_c_compiler_gnu
3027if test -n "$ac_tool_prefix"; then
3028 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3029set dummy ${ac_tool_prefix}gcc; ac_word=$2
8934764e
BB
3030{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3031$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 3032if test "${ac_cv_prog_CC+set}" = set; then
8934764e 3033 $as_echo_n "(cached) " >&6
bf9f3bac 3034else
3035 if test -n "$CC"; then
3036 ac_cv_prog_CC="$CC" # Let the user override the test.
3037else
3038as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3039for as_dir in $PATH
3040do
3041 IFS=$as_save_IFS
3042 test -z "$as_dir" && as_dir=.
3043 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 3044 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 3045 ac_cv_prog_CC="${ac_tool_prefix}gcc"
8934764e 3046 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 3047 break 2
3048 fi
3049done
3050done
8934764e 3051IFS=$as_save_IFS
bf9f3bac 3052
3053fi
3054fi
3055CC=$ac_cv_prog_CC
3056if test -n "$CC"; then
8934764e
BB
3057 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3058$as_echo "$CC" >&6; }
bf9f3bac 3059else
8934764e
BB
3060 { $as_echo "$as_me:$LINENO: result: no" >&5
3061$as_echo "no" >&6; }
bf9f3bac 3062fi
3063
8934764e 3064
bf9f3bac 3065fi
3066if test -z "$ac_cv_prog_CC"; then
3067 ac_ct_CC=$CC
3068 # Extract the first word of "gcc", so it can be a program name with args.
3069set dummy gcc; ac_word=$2
8934764e
BB
3070{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3071$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 3072if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
8934764e 3073 $as_echo_n "(cached) " >&6
bf9f3bac 3074else
3075 if test -n "$ac_ct_CC"; then
3076 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3077else
3078as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3079for as_dir in $PATH
3080do
3081 IFS=$as_save_IFS
3082 test -z "$as_dir" && as_dir=.
3083 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 3084 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 3085 ac_cv_prog_ac_ct_CC="gcc"
8934764e 3086 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 3087 break 2
3088 fi
3089done
3090done
8934764e 3091IFS=$as_save_IFS
bf9f3bac 3092
3093fi
3094fi
3095ac_ct_CC=$ac_cv_prog_ac_ct_CC
3096if test -n "$ac_ct_CC"; then
8934764e
BB
3097 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3098$as_echo "$ac_ct_CC" >&6; }
bf9f3bac 3099else
8934764e
BB
3100 { $as_echo "$as_me:$LINENO: result: no" >&5
3101$as_echo "no" >&6; }
bf9f3bac 3102fi
3103
8934764e
BB
3104 if test "x$ac_ct_CC" = x; then
3105 CC=""
3106 else
3107 case $cross_compiling:$ac_tool_warned in
3108yes:)
3109{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3110$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3111ac_tool_warned=yes ;;
3112esac
3113 CC=$ac_ct_CC
3114 fi
bf9f3bac 3115else
3116 CC="$ac_cv_prog_CC"
3117fi
3118
3119if test -z "$CC"; then
8934764e
BB
3120 if test -n "$ac_tool_prefix"; then
3121 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
bf9f3bac 3122set dummy ${ac_tool_prefix}cc; ac_word=$2
8934764e
BB
3123{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3124$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 3125if test "${ac_cv_prog_CC+set}" = set; then
8934764e 3126 $as_echo_n "(cached) " >&6
bf9f3bac 3127else
3128 if test -n "$CC"; then
3129 ac_cv_prog_CC="$CC" # Let the user override the test.
3130else
3131as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3132for as_dir in $PATH
3133do
3134 IFS=$as_save_IFS
3135 test -z "$as_dir" && as_dir=.
3136 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 3137 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 3138 ac_cv_prog_CC="${ac_tool_prefix}cc"
8934764e 3139 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 3140 break 2
3141 fi
3142done
3143done
8934764e 3144IFS=$as_save_IFS
bf9f3bac 3145
3146fi
3147fi
3148CC=$ac_cv_prog_CC
3149if test -n "$CC"; then
8934764e
BB
3150 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3151$as_echo "$CC" >&6; }
bf9f3bac 3152else
8934764e
BB
3153 { $as_echo "$as_me:$LINENO: result: no" >&5
3154$as_echo "no" >&6; }
bf9f3bac 3155fi
3156
bf9f3bac 3157
8934764e 3158 fi
bf9f3bac 3159fi
3160if test -z "$CC"; then
3161 # Extract the first word of "cc", so it can be a program name with args.
3162set dummy cc; ac_word=$2
8934764e
BB
3163{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3164$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 3165if test "${ac_cv_prog_CC+set}" = set; then
8934764e 3166 $as_echo_n "(cached) " >&6
bf9f3bac 3167else
3168 if test -n "$CC"; then
3169 ac_cv_prog_CC="$CC" # Let the user override the test.
3170else
3171 ac_prog_rejected=no
3172as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3173for as_dir in $PATH
3174do
3175 IFS=$as_save_IFS
3176 test -z "$as_dir" && as_dir=.
3177 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 3178 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 3179 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3180 ac_prog_rejected=yes
3181 continue
3182 fi
3183 ac_cv_prog_CC="cc"
8934764e 3184 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 3185 break 2
3186 fi
3187done
3188done
8934764e 3189IFS=$as_save_IFS
bf9f3bac 3190
3191if test $ac_prog_rejected = yes; then
3192 # We found a bogon in the path, so make sure we never use it.
3193 set dummy $ac_cv_prog_CC
3194 shift
3195 if test $# != 0; then
3196 # We chose a different compiler from the bogus one.
3197 # However, it has the same basename, so the bogon will be chosen
3198 # first if we set CC to just the basename; use the full file name.
3199 shift
3200 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3201 fi
3202fi
3203fi
3204fi
3205CC=$ac_cv_prog_CC
3206if test -n "$CC"; then
8934764e
BB
3207 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3208$as_echo "$CC" >&6; }
bf9f3bac 3209else
8934764e
BB
3210 { $as_echo "$as_me:$LINENO: result: no" >&5
3211$as_echo "no" >&6; }
bf9f3bac 3212fi
3213
8934764e 3214
bf9f3bac 3215fi
3216if test -z "$CC"; then
3217 if test -n "$ac_tool_prefix"; then
8934764e 3218 for ac_prog in cl.exe
bf9f3bac 3219 do
3220 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3221set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8934764e
BB
3222{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3223$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 3224if test "${ac_cv_prog_CC+set}" = set; then
8934764e 3225 $as_echo_n "(cached) " >&6
bf9f3bac 3226else
3227 if test -n "$CC"; then
3228 ac_cv_prog_CC="$CC" # Let the user override the test.
3229else
3230as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3231for as_dir in $PATH
3232do
3233 IFS=$as_save_IFS
3234 test -z "$as_dir" && as_dir=.
3235 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 3236 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 3237 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
8934764e 3238 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 3239 break 2
3240 fi
3241done
3242done
8934764e 3243IFS=$as_save_IFS
bf9f3bac 3244
3245fi
3246fi
3247CC=$ac_cv_prog_CC
3248if test -n "$CC"; then
8934764e
BB
3249 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3250$as_echo "$CC" >&6; }
bf9f3bac 3251else
8934764e
BB
3252 { $as_echo "$as_me:$LINENO: result: no" >&5
3253$as_echo "no" >&6; }
bf9f3bac 3254fi
3255
8934764e 3256
bf9f3bac 3257 test -n "$CC" && break
3258 done
3259fi
3260if test -z "$CC"; then
3261 ac_ct_CC=$CC
8934764e 3262 for ac_prog in cl.exe
bf9f3bac 3263do
3264 # Extract the first word of "$ac_prog", so it can be a program name with args.
3265set dummy $ac_prog; ac_word=$2
8934764e
BB
3266{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3267$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 3268if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
8934764e 3269 $as_echo_n "(cached) " >&6
bf9f3bac 3270else
3271 if test -n "$ac_ct_CC"; then
3272 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3273else
3274as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3275for as_dir in $PATH
3276do
3277 IFS=$as_save_IFS
3278 test -z "$as_dir" && as_dir=.
3279 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 3280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 3281 ac_cv_prog_ac_ct_CC="$ac_prog"
8934764e 3282 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 3283 break 2
3284 fi
3285done
3286done
8934764e 3287IFS=$as_save_IFS
bf9f3bac 3288
3289fi
3290fi
3291ac_ct_CC=$ac_cv_prog_ac_ct_CC
3292if test -n "$ac_ct_CC"; then
8934764e
BB
3293 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3294$as_echo "$ac_ct_CC" >&6; }
bf9f3bac 3295else
8934764e
BB
3296 { $as_echo "$as_me:$LINENO: result: no" >&5
3297$as_echo "no" >&6; }
bf9f3bac 3298fi
3299
8934764e 3300
bf9f3bac 3301 test -n "$ac_ct_CC" && break
3302done
3303
8934764e
BB
3304 if test "x$ac_ct_CC" = x; then
3305 CC=""
3306 else
3307 case $cross_compiling:$ac_tool_warned in
3308yes:)
3309{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3310$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3311ac_tool_warned=yes ;;
3312esac
3313 CC=$ac_ct_CC
3314 fi
bf9f3bac 3315fi
3316
3317fi
3318
3319
8934764e
BB
3320test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3321$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3322{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
bf9f3bac 3323See \`config.log' for more details." >&5
8934764e 3324$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
bf9f3bac 3325See \`config.log' for more details." >&2;}
8934764e 3326 { (exit 1); exit 1; }; }; }
bf9f3bac 3327
3328# Provide some information about the compiler.
8934764e
BB
3329$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3330set X $ac_compile
3331ac_compiler=$2
3332{ (ac_try="$ac_compiler --version >&5"
3333case "(($ac_try" in
3334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3335 *) ac_try_echo=$ac_try;;
3336esac
3337eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3338$as_echo "$ac_try_echo") >&5
3339 (eval "$ac_compiler --version >&5") 2>&5
bf9f3bac 3340 ac_status=$?
8934764e 3341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3342 (exit $ac_status); }
8934764e
BB
3343{ (ac_try="$ac_compiler -v >&5"
3344case "(($ac_try" in
3345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3346 *) ac_try_echo=$ac_try;;
3347esac
3348eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3349$as_echo "$ac_try_echo") >&5
3350 (eval "$ac_compiler -v >&5") 2>&5
bf9f3bac 3351 ac_status=$?
8934764e 3352 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3353 (exit $ac_status); }
8934764e
BB
3354{ (ac_try="$ac_compiler -V >&5"
3355case "(($ac_try" in
3356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3357 *) ac_try_echo=$ac_try;;
3358esac
3359eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3360$as_echo "$ac_try_echo") >&5
3361 (eval "$ac_compiler -V >&5") 2>&5
bf9f3bac 3362 ac_status=$?
8934764e 3363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3364 (exit $ac_status); }
3365
3366cat >conftest.$ac_ext <<_ACEOF
3367/* confdefs.h. */
3368_ACEOF
3369cat confdefs.h >>conftest.$ac_ext
3370cat >>conftest.$ac_ext <<_ACEOF
3371/* end confdefs.h. */
3372
3373int
3374main ()
3375{
3376
3377 ;
3378 return 0;
3379}
3380_ACEOF
3381ac_clean_files_save=$ac_clean_files
8934764e 3382ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
bf9f3bac 3383# Try to create an executable without -o first, disregard a.out.
3384# It will help us diagnose broken compilers, and finding out an intuition
3385# of exeext.
8934764e
BB
3386{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3387$as_echo_n "checking for C compiler default output file name... " >&6; }
3388ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3389
3390# The possible output files:
3391ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3392
3393ac_rmfiles=
3394for ac_file in $ac_files
3395do
3396 case $ac_file in
3397 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3398 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3399 esac
3400done
3401rm -f $ac_rmfiles
3402
3403if { (ac_try="$ac_link_default"
3404case "(($ac_try" in
3405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3406 *) ac_try_echo=$ac_try;;
3407esac
3408eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3409$as_echo "$ac_try_echo") >&5
3410 (eval "$ac_link_default") 2>&5
bf9f3bac 3411 ac_status=$?
8934764e 3412 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3413 (exit $ac_status); }; then
8934764e
BB
3414 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3415# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3416# in a Makefile. We should not override ac_cv_exeext if it was cached,
3417# so that the user can short-circuit this test for compilers unknown to
3418# Autoconf.
3419for ac_file in $ac_files ''
bf9f3bac 3420do
3421 test -f "$ac_file" || continue
3422 case $ac_file in
8934764e 3423 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
bf9f3bac 3424 ;;
3425 [ab].out )
3426 # We found the default executable, but exeext='' is most
3427 # certainly right.
3428 break;;
3429 *.* )
8934764e
BB
3430 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3431 then :; else
3432 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3433 fi
3434 # We set ac_cv_exeext here because the later test for it is not
3435 # safe: cross compilers may not add the suffix if given an `-o'
3436 # argument, so we may need to know it at that point already.
3437 # Even if this section looks crufty: it has the advantage of
3438 # actually working.
bf9f3bac 3439 break;;
3440 * )
3441 break;;
3442 esac
3443done
8934764e
BB
3444test "$ac_cv_exeext" = no && ac_cv_exeext=
3445
bf9f3bac 3446else
8934764e
BB
3447 ac_file=''
3448fi
3449
3450{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3451$as_echo "$ac_file" >&6; }
3452if test -z "$ac_file"; then
3453 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 3454sed 's/^/| /' conftest.$ac_ext >&5
3455
8934764e
BB
3456{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3457$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3458{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
bf9f3bac 3459See \`config.log' for more details." >&5
8934764e 3460$as_echo "$as_me: error: C compiler cannot create executables
bf9f3bac 3461See \`config.log' for more details." >&2;}
8934764e 3462 { (exit 77); exit 77; }; }; }
bf9f3bac 3463fi
3464
3465ac_exeext=$ac_cv_exeext
bf9f3bac 3466
8934764e 3467# Check that the compiler produces executables we can run. If not, either
bf9f3bac 3468# the compiler is broken, or we cross compile.
8934764e
BB
3469{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3470$as_echo_n "checking whether the C compiler works... " >&6; }
bf9f3bac 3471# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3472# If not cross compiling, check that we can run a simple program.
3473if test "$cross_compiling" != yes; then
3474 if { ac_try='./$ac_file'
8934764e
BB
3475 { (case "(($ac_try" in
3476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3477 *) ac_try_echo=$ac_try;;
3478esac
3479eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3480$as_echo "$ac_try_echo") >&5
3481 (eval "$ac_try") 2>&5
bf9f3bac 3482 ac_status=$?
8934764e 3483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3484 (exit $ac_status); }; }; then
3485 cross_compiling=no
3486 else
3487 if test "$cross_compiling" = maybe; then
3488 cross_compiling=yes
3489 else
8934764e
BB
3490 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3491$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3492{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
bf9f3bac 3493If you meant to cross compile, use \`--host'.
3494See \`config.log' for more details." >&5
8934764e 3495$as_echo "$as_me: error: cannot run C compiled programs.
bf9f3bac 3496If you meant to cross compile, use \`--host'.
3497See \`config.log' for more details." >&2;}
8934764e 3498 { (exit 1); exit 1; }; }; }
bf9f3bac 3499 fi
3500 fi
3501fi
8934764e
BB
3502{ $as_echo "$as_me:$LINENO: result: yes" >&5
3503$as_echo "yes" >&6; }
bf9f3bac 3504
8934764e 3505rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
bf9f3bac 3506ac_clean_files=$ac_clean_files_save
8934764e 3507# Check that the compiler produces executables we can run. If not, either
bf9f3bac 3508# the compiler is broken, or we cross compile.
8934764e
BB
3509{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3510$as_echo_n "checking whether we are cross compiling... " >&6; }
3511{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3512$as_echo "$cross_compiling" >&6; }
3513
3514{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3515$as_echo_n "checking for suffix of executables... " >&6; }
3516if { (ac_try="$ac_link"
3517case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520esac
3521eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3522$as_echo "$ac_try_echo") >&5
3523 (eval "$ac_link") 2>&5
bf9f3bac 3524 ac_status=$?
8934764e 3525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3526 (exit $ac_status); }; then
3527 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3528# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3529# work properly (i.e., refer to `conftest.exe'), while it won't with
3530# `rm'.
3531for ac_file in conftest.exe conftest conftest.*; do
3532 test -f "$ac_file" || continue
3533 case $ac_file in
8934764e 3534 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
bf9f3bac 3535 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
bf9f3bac 3536 break;;
3537 * ) break;;
3538 esac
3539done
3540else
8934764e
BB
3541 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3542$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3543{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
bf9f3bac 3544See \`config.log' for more details." >&5
8934764e 3545$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
bf9f3bac 3546See \`config.log' for more details." >&2;}
8934764e 3547 { (exit 1); exit 1; }; }; }
bf9f3bac 3548fi
3549
3550rm -f conftest$ac_cv_exeext
8934764e
BB
3551{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3552$as_echo "$ac_cv_exeext" >&6; }
bf9f3bac 3553
3554rm -f conftest.$ac_ext
3555EXEEXT=$ac_cv_exeext
3556ac_exeext=$EXEEXT
8934764e
BB
3557{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3558$as_echo_n "checking for suffix of object files... " >&6; }
bf9f3bac 3559if test "${ac_cv_objext+set}" = set; then
8934764e 3560 $as_echo_n "(cached) " >&6
bf9f3bac 3561else
3562 cat >conftest.$ac_ext <<_ACEOF
3563/* confdefs.h. */
3564_ACEOF
3565cat confdefs.h >>conftest.$ac_ext
3566cat >>conftest.$ac_ext <<_ACEOF
3567/* end confdefs.h. */
3568
3569int
3570main ()
3571{
3572
3573 ;
3574 return 0;
3575}
3576_ACEOF
3577rm -f conftest.o conftest.obj
8934764e
BB
3578if { (ac_try="$ac_compile"
3579case "(($ac_try" in
3580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3581 *) ac_try_echo=$ac_try;;
3582esac
3583eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3584$as_echo "$ac_try_echo") >&5
3585 (eval "$ac_compile") 2>&5
bf9f3bac 3586 ac_status=$?
8934764e 3587 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3588 (exit $ac_status); }; then
8934764e
BB
3589 for ac_file in conftest.o conftest.obj conftest.*; do
3590 test -f "$ac_file" || continue;
bf9f3bac 3591 case $ac_file in
8934764e 3592 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
bf9f3bac 3593 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3594 break;;
3595 esac
3596done
3597else
8934764e 3598 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 3599sed 's/^/| /' conftest.$ac_ext >&5
3600
8934764e
BB
3601{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3602$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3603{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
bf9f3bac 3604See \`config.log' for more details." >&5
8934764e 3605$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
bf9f3bac 3606See \`config.log' for more details." >&2;}
8934764e 3607 { (exit 1); exit 1; }; }; }
bf9f3bac 3608fi
3609
3610rm -f conftest.$ac_cv_objext conftest.$ac_ext
3611fi
8934764e
BB
3612{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3613$as_echo "$ac_cv_objext" >&6; }
bf9f3bac 3614OBJEXT=$ac_cv_objext
3615ac_objext=$OBJEXT
8934764e
BB
3616{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3617$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
bf9f3bac 3618if test "${ac_cv_c_compiler_gnu+set}" = set; then
8934764e 3619 $as_echo_n "(cached) " >&6
bf9f3bac 3620else
3621 cat >conftest.$ac_ext <<_ACEOF
3622/* confdefs.h. */
3623_ACEOF
3624cat confdefs.h >>conftest.$ac_ext
3625cat >>conftest.$ac_ext <<_ACEOF
3626/* end confdefs.h. */
3627
3628int
3629main ()
3630{
3631#ifndef __GNUC__
3632 choke me
3633#endif
3634
3635 ;
3636 return 0;
3637}
3638_ACEOF
3639rm -f conftest.$ac_objext
8934764e
BB
3640if { (ac_try="$ac_compile"
3641case "(($ac_try" in
3642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3643 *) ac_try_echo=$ac_try;;
3644esac
3645eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3646$as_echo "$ac_try_echo") >&5
3647 (eval "$ac_compile") 2>conftest.er1
bf9f3bac 3648 ac_status=$?
3649 grep -v '^ *+' conftest.er1 >conftest.err
3650 rm -f conftest.er1
3651 cat conftest.err >&5
8934764e
BB
3652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3653 (exit $ac_status); } && {
3654 test -z "$ac_c_werror_flag" ||
3655 test ! -s conftest.err
3656 } && test -s conftest.$ac_objext; then
bf9f3bac 3657 ac_compiler_gnu=yes
3658else
8934764e 3659 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 3660sed 's/^/| /' conftest.$ac_ext >&5
3661
8934764e 3662 ac_compiler_gnu=no
bf9f3bac 3663fi
8934764e
BB
3664
3665rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bf9f3bac 3666ac_cv_c_compiler_gnu=$ac_compiler_gnu
3667
3668fi
8934764e
BB
3669{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3670$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3671if test $ac_compiler_gnu = yes; then
3672 GCC=yes
3673else
3674 GCC=
3675fi
bf9f3bac 3676ac_test_CFLAGS=${CFLAGS+set}
3677ac_save_CFLAGS=$CFLAGS
8934764e
BB
3678{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3679$as_echo_n "checking whether $CC accepts -g... " >&6; }
bf9f3bac 3680if test "${ac_cv_prog_cc_g+set}" = set; then
8934764e 3681 $as_echo_n "(cached) " >&6
bf9f3bac 3682else
8934764e
BB
3683 ac_save_c_werror_flag=$ac_c_werror_flag
3684 ac_c_werror_flag=yes
3685 ac_cv_prog_cc_g=no
3686 CFLAGS="-g"
3687 cat >conftest.$ac_ext <<_ACEOF
bf9f3bac 3688/* confdefs.h. */
3689_ACEOF
3690cat confdefs.h >>conftest.$ac_ext
3691cat >>conftest.$ac_ext <<_ACEOF
3692/* end confdefs.h. */
3693
3694int
3695main ()
3696{
3697
3698 ;
3699 return 0;
3700}
3701_ACEOF
3702rm -f conftest.$ac_objext
8934764e
BB
3703if { (ac_try="$ac_compile"
3704case "(($ac_try" in
3705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3706 *) ac_try_echo=$ac_try;;
3707esac
3708eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3709$as_echo "$ac_try_echo") >&5
3710 (eval "$ac_compile") 2>conftest.er1
bf9f3bac 3711 ac_status=$?
3712 grep -v '^ *+' conftest.er1 >conftest.err
3713 rm -f conftest.er1
3714 cat conftest.err >&5
8934764e
BB
3715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3716 (exit $ac_status); } && {
3717 test -z "$ac_c_werror_flag" ||
3718 test ! -s conftest.err
3719 } && test -s conftest.$ac_objext; then
3720 ac_cv_prog_cc_g=yes
3721else
3722 $as_echo "$as_me: failed program was:" >&5
3723sed 's/^/| /' conftest.$ac_ext >&5
3724
3725 CFLAGS=""
3726 cat >conftest.$ac_ext <<_ACEOF
3727/* confdefs.h. */
3728_ACEOF
3729cat confdefs.h >>conftest.$ac_ext
3730cat >>conftest.$ac_ext <<_ACEOF
3731/* end confdefs.h. */
3732
3733int
3734main ()
3735{
3736
3737 ;
3738 return 0;
3739}
3740_ACEOF
3741rm -f conftest.$ac_objext
3742if { (ac_try="$ac_compile"
3743case "(($ac_try" in
3744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3745 *) ac_try_echo=$ac_try;;
3746esac
3747eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3748$as_echo "$ac_try_echo") >&5
3749 (eval "$ac_compile") 2>conftest.er1
bf9f3bac 3750 ac_status=$?
8934764e
BB
3751 grep -v '^ *+' conftest.er1 >conftest.err
3752 rm -f conftest.er1
3753 cat conftest.err >&5
3754 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3755 (exit $ac_status); } && {
3756 test -z "$ac_c_werror_flag" ||
3757 test ! -s conftest.err
3758 } && test -s conftest.$ac_objext; then
3759 :
3760else
3761 $as_echo "$as_me: failed program was:" >&5
3762sed 's/^/| /' conftest.$ac_ext >&5
3763
3764 ac_c_werror_flag=$ac_save_c_werror_flag
3765 CFLAGS="-g"
3766 cat >conftest.$ac_ext <<_ACEOF
3767/* confdefs.h. */
3768_ACEOF
3769cat confdefs.h >>conftest.$ac_ext
3770cat >>conftest.$ac_ext <<_ACEOF
3771/* end confdefs.h. */
3772
3773int
3774main ()
3775{
3776
3777 ;
3778 return 0;
3779}
3780_ACEOF
3781rm -f conftest.$ac_objext
3782if { (ac_try="$ac_compile"
3783case "(($ac_try" in
3784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3785 *) ac_try_echo=$ac_try;;
3786esac
3787eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3788$as_echo "$ac_try_echo") >&5
3789 (eval "$ac_compile") 2>conftest.er1
bf9f3bac 3790 ac_status=$?
8934764e
BB
3791 grep -v '^ *+' conftest.er1 >conftest.err
3792 rm -f conftest.er1
3793 cat conftest.err >&5
3794 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3795 (exit $ac_status); } && {
3796 test -z "$ac_c_werror_flag" ||
3797 test ! -s conftest.err
3798 } && test -s conftest.$ac_objext; then
bf9f3bac 3799 ac_cv_prog_cc_g=yes
3800else
8934764e 3801 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 3802sed 's/^/| /' conftest.$ac_ext >&5
3803
8934764e
BB
3804
3805fi
3806
3807rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3808fi
3809
3810rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bf9f3bac 3811fi
8934764e
BB
3812
3813rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3814 ac_c_werror_flag=$ac_save_c_werror_flag
bf9f3bac 3815fi
8934764e
BB
3816{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3817$as_echo "$ac_cv_prog_cc_g" >&6; }
bf9f3bac 3818if test "$ac_test_CFLAGS" = set; then
3819 CFLAGS=$ac_save_CFLAGS
3820elif test $ac_cv_prog_cc_g = yes; then
3821 if test "$GCC" = yes; then
3822 CFLAGS="-g -O2"
3823 else
3824 CFLAGS="-g"
3825 fi
3826else
3827 if test "$GCC" = yes; then
3828 CFLAGS="-O2"
3829 else
3830 CFLAGS=
3831 fi
3832fi
8934764e
BB
3833{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3834$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3835if test "${ac_cv_prog_cc_c89+set}" = set; then
3836 $as_echo_n "(cached) " >&6
bf9f3bac 3837else
8934764e 3838 ac_cv_prog_cc_c89=no
bf9f3bac 3839ac_save_CC=$CC
3840cat >conftest.$ac_ext <<_ACEOF
3841/* confdefs.h. */
3842_ACEOF
3843cat confdefs.h >>conftest.$ac_ext
3844cat >>conftest.$ac_ext <<_ACEOF
3845/* end confdefs.h. */
3846#include <stdarg.h>
3847#include <stdio.h>
3848#include <sys/types.h>
3849#include <sys/stat.h>
3850/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3851struct buf { int x; };
3852FILE * (*rcsopen) (struct buf *, struct stat *, int);
3853static char *e (p, i)
3854 char **p;
3855 int i;
3856{
3857 return p[i];
3858}
3859static char *f (char * (*g) (char **, int), char **p, ...)
3860{
3861 char *s;
3862 va_list v;
3863 va_start (v,p);
3864 s = g (p, va_arg (v,int));
3865 va_end (v);
3866 return s;
3867}
3868
3869/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3870 function prototypes and stuff, but not '\xHH' hex character constants.
3871 These don't provoke an error unfortunately, instead are silently treated
8934764e 3872 as 'x'. The following induces an error, until -std is added to get
bf9f3bac 3873 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3874 array size at least. It's necessary to write '\x00'==0 to get something
8934764e 3875 that's true only with -std. */
bf9f3bac 3876int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3877
8934764e
BB
3878/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3879 inside strings and character constants. */
3880#define FOO(x) 'x'
3881int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3882
bf9f3bac 3883int test (int i, double x);
3884struct s1 {int (*f) (int a);};
3885struct s2 {int (*f) (double a);};
3886int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3887int argc;
3888char **argv;
3889int
3890main ()
3891{
3892return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3893 ;
3894 return 0;
3895}
3896_ACEOF
8934764e
BB
3897for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3898 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
bf9f3bac 3899do
3900 CC="$ac_save_CC $ac_arg"
3901 rm -f conftest.$ac_objext
8934764e
BB
3902if { (ac_try="$ac_compile"
3903case "(($ac_try" in
3904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3905 *) ac_try_echo=$ac_try;;
3906esac
3907eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3908$as_echo "$ac_try_echo") >&5
3909 (eval "$ac_compile") 2>conftest.er1
bf9f3bac 3910 ac_status=$?
3911 grep -v '^ *+' conftest.er1 >conftest.err
3912 rm -f conftest.er1
3913 cat conftest.err >&5
8934764e
BB
3914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3915 (exit $ac_status); } && {
3916 test -z "$ac_c_werror_flag" ||
3917 test ! -s conftest.err
3918 } && test -s conftest.$ac_objext; then
3919 ac_cv_prog_cc_c89=$ac_arg
3920else
3921 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 3922sed 's/^/| /' conftest.$ac_ext >&5
3923
8934764e 3924
bf9f3bac 3925fi
8934764e
BB
3926
3927rm -f core conftest.err conftest.$ac_objext
3928 test "x$ac_cv_prog_cc_c89" != "xno" && break
bf9f3bac 3929done
8934764e 3930rm -f conftest.$ac_ext
bf9f3bac 3931CC=$ac_save_CC
3932
3933fi
8934764e
BB
3934# AC_CACHE_VAL
3935case "x$ac_cv_prog_cc_c89" in
3936 x)
3937 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3938$as_echo "none needed" >&6; } ;;
3939 xno)
3940 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3941$as_echo "unsupported" >&6; } ;;
bf9f3bac 3942 *)
8934764e
BB
3943 CC="$CC $ac_cv_prog_cc_c89"
3944 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3945$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
bf9f3bac 3946esac
3947
bf9f3bac 3948
bf9f3bac 3949ac_ext=c
3950ac_cpp='$CPP $CPPFLAGS'
3951ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3952ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3953ac_compiler_gnu=$ac_cv_c_compiler_gnu
3954DEPDIR="${am__leading_dot}deps"
3955
8934764e 3956ac_config_commands="$ac_config_commands depfiles"
bf9f3bac 3957
3958
3959am_make=${MAKE-make}
3960cat > confinc << 'END'
3961am__doit:
8934764e 3962 @echo this is the am__doit target
bf9f3bac 3963.PHONY: am__doit
3964END
3965# If we don't find an include directive, just comment out the code.
8934764e
BB
3966{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3967$as_echo_n "checking for style of include used by $am_make... " >&6; }
bf9f3bac 3968am__include="#"
3969am__quote=
3970_am_result=none
3971# First try GNU make style include.
3972echo "include confinc" > confmf
8934764e
BB
3973# Ignore all kinds of additional output from `make'.
3974case `$am_make -s -f confmf 2> /dev/null` in #(
3975*the\ am__doit\ target*)
3976 am__include=include
3977 am__quote=
3978 _am_result=GNU
3979 ;;
3980esac
bf9f3bac 3981# Now try BSD make style include.
3982if test "$am__include" = "#"; then
3983 echo '.include "confinc"' > confmf
8934764e
BB
3984 case `$am_make -s -f confmf 2> /dev/null` in #(
3985 *the\ am__doit\ target*)
3986 am__include=.include
3987 am__quote="\""
3988 _am_result=BSD
3989 ;;
3990 esac
bf9f3bac 3991fi
3992
3993
8934764e
BB
3994{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
3995$as_echo "$_am_result" >&6; }
bf9f3bac 3996rm -f confinc confmf
3997
8934764e 3998# Check whether --enable-dependency-tracking was given.
bf9f3bac 3999if test "${enable_dependency_tracking+set}" = set; then
8934764e
BB
4000 enableval=$enable_dependency_tracking;
4001fi
bf9f3bac 4002
bf9f3bac 4003if test "x$enable_dependency_tracking" != xno; then
4004 am_depcomp="$ac_aux_dir/depcomp"
4005 AMDEPBACKSLASH='\'
4006fi
8934764e 4007 if test "x$enable_dependency_tracking" != xno; then
bf9f3bac 4008 AMDEP_TRUE=
4009 AMDEP_FALSE='#'
4010else
4011 AMDEP_TRUE='#'
4012 AMDEP_FALSE=
4013fi
4014
4015
4016
bf9f3bac 4017depcc="$CC" am_compiler_list=
4018
8934764e
BB
4019{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4020$as_echo_n "checking dependency style of $depcc... " >&6; }
bf9f3bac 4021if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
8934764e 4022 $as_echo_n "(cached) " >&6
bf9f3bac 4023else
4024 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4025 # We make a subdir and do the tests there. Otherwise we can end up
4026 # making bogus files that we don't know about and never remove. For
4027 # instance it was reported that on HP-UX the gcc test will end up
4028 # making a dummy file named `D' -- because `-MD' means `put the output
4029 # in D'.
4030 mkdir conftest.dir
4031 # Copy depcomp to subdir because otherwise we won't find it if we're
4032 # using a relative directory.
4033 cp "$am_depcomp" conftest.dir
4034 cd conftest.dir
4035 # We will build objects and dependencies in a subdirectory because
4036 # it helps to detect inapplicable dependency modes. For instance
4037 # both Tru64's cc and ICC support -MD to output dependencies as a
4038 # side effect of compilation, but ICC will put the dependencies in
4039 # the current directory while Tru64 will put them in the object
4040 # directory.
4041 mkdir sub
4042
4043 am_cv_CC_dependencies_compiler_type=none
4044 if test "$am_compiler_list" = ""; then
4045 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4046 fi
8934764e
BB
4047 am__universal=false
4048 case " $depcc " in #(
4049 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4050 esac
4051
bf9f3bac 4052 for depmode in $am_compiler_list; do
4053 # Setup a source with many dependencies, because some compilers
4054 # like to wrap large dependency lists on column 80 (with \), and
4055 # we should not choose a depcomp mode which is confused by this.
4056 #
4057 # We need to recreate these files for each test, as the compiler may
4058 # overwrite some of them when testing with obscure command lines.
4059 # This happens at least with the AIX C compiler.
4060 : > sub/conftest.c
4061 for i in 1 2 3 4 5 6; do
4062 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4063 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4064 # Solaris 8's {/usr,}/bin/sh.
4065 touch sub/conftst$i.h
4066 done
4067 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4068
8934764e
BB
4069 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4070 # mode. It turns out that the SunPro C++ compiler does not properly
4071 # handle `-M -o', and we need to detect this. Also, some Intel
4072 # versions had trouble with output in subdirs
4073 am__obj=sub/conftest.${OBJEXT-o}
4074 am__minus_obj="-o $am__obj"
bf9f3bac 4075 case $depmode in
8934764e
BB
4076 gcc)
4077 # This depmode causes a compiler race in universal mode.
4078 test "$am__universal" = false || continue
4079 ;;
bf9f3bac 4080 nosideeffect)
4081 # after this tag, mechanisms are not by side-effect, so they'll
4082 # only be used when explicitly requested
4083 if test "x$enable_dependency_tracking" = xyes; then
4084 continue
4085 else
4086 break
4087 fi
4088 ;;
8934764e
BB
4089 msvisualcpp | msvcmsys)
4090 # This compiler won't grok `-c -o', but also, the minuso test has
4091 # not run yet. These depmodes are late enough in the game, and
4092 # so weak that their functioning should not be impacted.
4093 am__obj=conftest.${OBJEXT-o}
4094 am__minus_obj=
4095 ;;
bf9f3bac 4096 none) break ;;
4097 esac
bf9f3bac 4098 if depmode=$depmode \
8934764e 4099 source=sub/conftest.c object=$am__obj \
bf9f3bac 4100 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8934764e 4101 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
bf9f3bac 4102 >/dev/null 2>conftest.err &&
8934764e 4103 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
bf9f3bac 4104 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
8934764e 4105 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
bf9f3bac 4106 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4107 # icc doesn't choke on unknown options, it will just issue warnings
4108 # or remarks (even with -Werror). So we grep stderr for any message
4109 # that says an option was ignored or not supported.
4110 # When given -MP, icc 7.0 and 7.1 complain thusly:
4111 # icc: Command line warning: ignoring option '-M'; no argument required
4112 # The diagnosis changed in icc 8.0:
4113 # icc: Command line remark: option '-MP' not supported
4114 if (grep 'ignoring option' conftest.err ||
4115 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4116 am_cv_CC_dependencies_compiler_type=$depmode
4117 break
4118 fi
4119 fi
4120 done
4121
4122 cd ..
4123 rm -rf conftest.dir
4124else
4125 am_cv_CC_dependencies_compiler_type=none
4126fi
4127
4128fi
8934764e
BB
4129{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
4130$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
bf9f3bac 4131CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4132
8934764e 4133 if
bf9f3bac 4134 test "x$enable_dependency_tracking" != xno \
4135 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4136 am__fastdepCC_TRUE=
4137 am__fastdepCC_FALSE='#'
4138else
4139 am__fastdepCC_TRUE='#'
4140 am__fastdepCC_FALSE=
4141fi
4142
4143
8934764e
BB
4144case `pwd` in
4145 *\ * | *\ *)
4146 { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4147$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4148esac
bf9f3bac 4149
bf9f3bac 4150
bf9f3bac 4151
8934764e
BB
4152macro_version='2.2.6'
4153macro_revision='1.3012'
4154
4155
4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167ltmain="$ac_aux_dir/ltmain.sh"
4168
4169{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4170$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4171if test "${ac_cv_path_SED+set}" = set; then
4172 $as_echo_n "(cached) " >&6
4173else
4174 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4175 for ac_i in 1 2 3 4 5 6 7; do
4176 ac_script="$ac_script$as_nl$ac_script"
4177 done
4178 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4179 $as_unset ac_script || ac_script=
4180 if test -z "$SED"; then
4181 ac_path_SED_found=false
4182 # Loop through the user's path and test for each of PROGNAME-LIST
4183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
bf9f3bac 4184for as_dir in $PATH
4185do
4186 IFS=$as_save_IFS
4187 test -z "$as_dir" && as_dir=.
8934764e 4188 for ac_prog in sed gsed; do
bf9f3bac 4189 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
4190 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4191 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4192# Check for GNU ac_path_SED and select it if it is found.
4193 # Check for GNU $ac_path_SED
4194case `"$ac_path_SED" --version 2>&1` in
4195*GNU*)
4196 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4197*)
4198 ac_count=0
4199 $as_echo_n 0123456789 >"conftest.in"
4200 while :
4201 do
4202 cat "conftest.in" "conftest.in" >"conftest.tmp"
4203 mv "conftest.tmp" "conftest.in"
4204 cp "conftest.in" "conftest.nl"
4205 $as_echo '' >> "conftest.nl"
4206 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4207 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4208 ac_count=`expr $ac_count + 1`
4209 if test $ac_count -gt ${ac_path_SED_max-0}; then
4210 # Best one so far, save it but keep looking for a better one
4211 ac_cv_path_SED="$ac_path_SED"
4212 ac_path_SED_max=$ac_count
4213 fi
4214 # 10*(2^10) chars as input seems more than enough
4215 test $ac_count -gt 10 && break
4216 done
4217 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4218esac
4219
4220 $ac_path_SED_found && break 3
bf9f3bac 4221 done
4222 done
4223done
4224IFS=$as_save_IFS
8934764e
BB
4225 if test -z "$ac_cv_path_SED"; then
4226 { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
4227$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
4228 { (exit 1); exit 1; }; }
bf9f3bac 4229 fi
8934764e
BB
4230else
4231 ac_cv_path_SED=$SED
4232fi
bf9f3bac 4233
4234fi
8934764e
BB
4235{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
4236$as_echo "$ac_cv_path_SED" >&6; }
4237 SED="$ac_cv_path_SED"
4238 rm -f conftest.sed
4239
4240test -z "$SED" && SED=sed
4241Xsed="$SED -e 1s/^X//"
4242
4243
bf9f3bac 4244
bf9f3bac 4245
bf9f3bac 4246
8934764e
BB
4247
4248
4249
4250
4251
4252
4253{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4254$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4255if test "${ac_cv_path_GREP+set}" = set; then
4256 $as_echo_n "(cached) " >&6
bf9f3bac 4257else
8934764e
BB
4258 if test -z "$GREP"; then
4259 ac_path_GREP_found=false
4260 # Loop through the user's path and test for each of PROGNAME-LIST
4261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4262for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4263do
4264 IFS=$as_save_IFS
4265 test -z "$as_dir" && as_dir=.
4266 for ac_prog in grep ggrep; do
4267 for ac_exec_ext in '' $ac_executable_extensions; do
4268 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4269 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4270# Check for GNU ac_path_GREP and select it if it is found.
4271 # Check for GNU $ac_path_GREP
4272case `"$ac_path_GREP" --version 2>&1` in
4273*GNU*)
4274 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4275*)
4276 ac_count=0
4277 $as_echo_n 0123456789 >"conftest.in"
4278 while :
4279 do
4280 cat "conftest.in" "conftest.in" >"conftest.tmp"
4281 mv "conftest.tmp" "conftest.in"
4282 cp "conftest.in" "conftest.nl"
4283 $as_echo 'GREP' >> "conftest.nl"
4284 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4285 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4286 ac_count=`expr $ac_count + 1`
4287 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4288 # Best one so far, save it but keep looking for a better one
4289 ac_cv_path_GREP="$ac_path_GREP"
4290 ac_path_GREP_max=$ac_count
bf9f3bac 4291 fi
8934764e
BB
4292 # 10*(2^10) chars as input seems more than enough
4293 test $ac_count -gt 10 && break
4294 done
4295 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4296esac
4297
4298 $ac_path_GREP_found && break 3
4299 done
4300 done
4301done
4302IFS=$as_save_IFS
4303 if test -z "$ac_cv_path_GREP"; then
4304 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4305$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4306 { (exit 1); exit 1; }; }
4307 fi
4308else
4309 ac_cv_path_GREP=$GREP
bf9f3bac 4310fi
bf9f3bac 4311
8934764e
BB
4312fi
4313{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4314$as_echo "$ac_cv_path_GREP" >&6; }
4315 GREP="$ac_cv_path_GREP"
bf9f3bac 4316
4317
8934764e
BB
4318{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
4319$as_echo_n "checking for egrep... " >&6; }
4320if test "${ac_cv_path_EGREP+set}" = set; then
4321 $as_echo_n "(cached) " >&6
bf9f3bac 4322else
8934764e
BB
4323 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4324 then ac_cv_path_EGREP="$GREP -E"
4325 else
4326 if test -z "$EGREP"; then
4327 ac_path_EGREP_found=false
4328 # Loop through the user's path and test for each of PROGNAME-LIST
4329 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4330for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4331do
4332 IFS=$as_save_IFS
4333 test -z "$as_dir" && as_dir=.
4334 for ac_prog in egrep; do
4335 for ac_exec_ext in '' $ac_executable_extensions; do
4336 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4337 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4338# Check for GNU ac_path_EGREP and select it if it is found.
4339 # Check for GNU $ac_path_EGREP
4340case `"$ac_path_EGREP" --version 2>&1` in
4341*GNU*)
4342 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4343*)
4344 ac_count=0
4345 $as_echo_n 0123456789 >"conftest.in"
4346 while :
4347 do
4348 cat "conftest.in" "conftest.in" >"conftest.tmp"
4349 mv "conftest.tmp" "conftest.in"
4350 cp "conftest.in" "conftest.nl"
4351 $as_echo 'EGREP' >> "conftest.nl"
4352 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4353 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4354 ac_count=`expr $ac_count + 1`
4355 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4356 # Best one so far, save it but keep looking for a better one
4357 ac_cv_path_EGREP="$ac_path_EGREP"
4358 ac_path_EGREP_max=$ac_count
4359 fi
4360 # 10*(2^10) chars as input seems more than enough
4361 test $ac_count -gt 10 && break
4362 done
4363 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4364esac
4365
4366 $ac_path_EGREP_found && break 3
4367 done
4368 done
4369done
4370IFS=$as_save_IFS
4371 if test -z "$ac_cv_path_EGREP"; then
4372 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4373$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4374 { (exit 1); exit 1; }; }
4375 fi
bf9f3bac 4376else
8934764e
BB
4377 ac_cv_path_EGREP=$EGREP
4378fi
4379
4380 fi
4381fi
4382{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4383$as_echo "$ac_cv_path_EGREP" >&6; }
4384 EGREP="$ac_cv_path_EGREP"
4385
4386
4387{ $as_echo "$as_me:$LINENO: checking for fgrep" >&5
4388$as_echo_n "checking for fgrep... " >&6; }
4389if test "${ac_cv_path_FGREP+set}" = set; then
4390 $as_echo_n "(cached) " >&6
4391else
4392 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4393 then ac_cv_path_FGREP="$GREP -F"
4394 else
4395 if test -z "$FGREP"; then
4396 ac_path_FGREP_found=false
4397 # Loop through the user's path and test for each of PROGNAME-LIST
4398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4399for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4400do
4401 IFS=$as_save_IFS
4402 test -z "$as_dir" && as_dir=.
4403 for ac_prog in fgrep; do
4404 for ac_exec_ext in '' $ac_executable_extensions; do
4405 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4406 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4407# Check for GNU ac_path_FGREP and select it if it is found.
4408 # Check for GNU $ac_path_FGREP
4409case `"$ac_path_FGREP" --version 2>&1` in
4410*GNU*)
4411 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4412*)
4413 ac_count=0
4414 $as_echo_n 0123456789 >"conftest.in"
4415 while :
4416 do
4417 cat "conftest.in" "conftest.in" >"conftest.tmp"
4418 mv "conftest.tmp" "conftest.in"
4419 cp "conftest.in" "conftest.nl"
4420 $as_echo 'FGREP' >> "conftest.nl"
4421 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4422 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4423 ac_count=`expr $ac_count + 1`
4424 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4425 # Best one so far, save it but keep looking for a better one
4426 ac_cv_path_FGREP="$ac_path_FGREP"
4427 ac_path_FGREP_max=$ac_count
4428 fi
4429 # 10*(2^10) chars as input seems more than enough
4430 test $ac_count -gt 10 && break
4431 done
4432 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4433esac
4434
4435 $ac_path_FGREP_found && break 3
4436 done
4437 done
4438done
4439IFS=$as_save_IFS
4440 if test -z "$ac_cv_path_FGREP"; then
4441 { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4442$as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4443 { (exit 1); exit 1; }; }
4444 fi
4445else
4446 ac_cv_path_FGREP=$FGREP
4447fi
4448
4449 fi
4450fi
4451{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
4452$as_echo "$ac_cv_path_FGREP" >&6; }
4453 FGREP="$ac_cv_path_FGREP"
4454
4455
4456test -z "$GREP" && GREP=grep
4457
4458
4459
4460
4461
4462
4463
4464
4465
4466
4467
4468
4469
4470
4471
4472
4473
4474
4475
4476# Check whether --with-gnu-ld was given.
4477if test "${with_gnu_ld+set}" = set; then
4478 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4479else
4480 with_gnu_ld=no
4481fi
4482
4483ac_prog=ld
4484if test "$GCC" = yes; then
4485 # Check if gcc -print-prog-name=ld gives a path.
4486 { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4487$as_echo_n "checking for ld used by $CC... " >&6; }
4488 case $host in
4489 *-*-mingw*)
4490 # gcc leaves a trailing carriage return which upsets mingw
4491 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4492 *)
4493 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4494 esac
4495 case $ac_prog in
4496 # Accept absolute paths.
4497 [\\/]* | ?:[\\/]*)
4498 re_direlt='/[^/][^/]*/\.\./'
4499 # Canonicalize the pathname of ld
4500 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4501 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4502 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4503 done
4504 test -z "$LD" && LD="$ac_prog"
4505 ;;
4506 "")
4507 # If it fails, then pretend we aren't using GCC.
4508 ac_prog=ld
4509 ;;
4510 *)
4511 # If it is relative, then search for the first ld in PATH.
4512 with_gnu_ld=unknown
4513 ;;
4514 esac
4515elif test "$with_gnu_ld" = yes; then
4516 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
4517$as_echo_n "checking for GNU ld... " >&6; }
4518else
4519 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4520$as_echo_n "checking for non-GNU ld... " >&6; }
bf9f3bac 4521fi
4522if test "${lt_cv_path_LD+set}" = set; then
8934764e 4523 $as_echo_n "(cached) " >&6
bf9f3bac 4524else
4525 if test -z "$LD"; then
4526 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4527 for ac_dir in $PATH; do
4528 IFS="$lt_save_ifs"
4529 test -z "$ac_dir" && ac_dir=.
4530 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4531 lt_cv_path_LD="$ac_dir/$ac_prog"
4532 # Check to see if the program is GNU ld. I'd rather use --version,
4533 # but apparently some variants of GNU ld only accept -v.
4534 # Break only if it was the GNU/non-GNU ld that we prefer.
4535 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4536 *GNU* | *'with BFD'*)
4537 test "$with_gnu_ld" != no && break
4538 ;;
4539 *)
4540 test "$with_gnu_ld" != yes && break
4541 ;;
4542 esac
4543 fi
4544 done
4545 IFS="$lt_save_ifs"
4546else
4547 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4548fi
4549fi
4550
4551LD="$lt_cv_path_LD"
4552if test -n "$LD"; then
8934764e
BB
4553 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4554$as_echo "$LD" >&6; }
bf9f3bac 4555else
8934764e
BB
4556 { $as_echo "$as_me:$LINENO: result: no" >&5
4557$as_echo "no" >&6; }
bf9f3bac 4558fi
8934764e
BB
4559test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4560$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
bf9f3bac 4561 { (exit 1); exit 1; }; }
8934764e
BB
4562{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4563$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
bf9f3bac 4564if test "${lt_cv_prog_gnu_ld+set}" = set; then
8934764e 4565 $as_echo_n "(cached) " >&6
bf9f3bac 4566else
4567 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4568case `$LD -v 2>&1 </dev/null` in
4569*GNU* | *'with BFD'*)
4570 lt_cv_prog_gnu_ld=yes
4571 ;;
4572*)
4573 lt_cv_prog_gnu_ld=no
4574 ;;
4575esac
4576fi
8934764e
BB
4577{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4578$as_echo "$lt_cv_prog_gnu_ld" >&6; }
bf9f3bac 4579with_gnu_ld=$lt_cv_prog_gnu_ld
4580
4581
bf9f3bac 4582
8934764e
BB
4583
4584
4585
4586
4587
4588
4589{ $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4590$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
bf9f3bac 4591if test "${lt_cv_path_NM+set}" = set; then
8934764e 4592 $as_echo_n "(cached) " >&6
bf9f3bac 4593else
4594 if test -n "$NM"; then
4595 # Let the user override the test.
4596 lt_cv_path_NM="$NM"
4597else
4598 lt_nm_to_check="${ac_tool_prefix}nm"
4599 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4600 lt_nm_to_check="$lt_nm_to_check nm"
4601 fi
4602 for lt_tmp_nm in $lt_nm_to_check; do
4603 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4604 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4605 IFS="$lt_save_ifs"
4606 test -z "$ac_dir" && ac_dir=.
4607 tmp_nm="$ac_dir/$lt_tmp_nm"
4608 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4609 # Check to see if the nm accepts a BSD-compat flag.
4610 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4611 # nm: unknown option "B" ignored
4612 # Tru64's nm complains that /dev/null is an invalid object file
4613 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4614 */dev/null* | *'Invalid file or object type'*)
4615 lt_cv_path_NM="$tmp_nm -B"
4616 break
4617 ;;
4618 *)
4619 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4620 */dev/null*)
4621 lt_cv_path_NM="$tmp_nm -p"
4622 break
4623 ;;
4624 *)
4625 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4626 continue # so that we can try to find one that supports BSD flags
4627 ;;
4628 esac
4629 ;;
4630 esac
4631 fi
4632 done
4633 IFS="$lt_save_ifs"
4634 done
8934764e 4635 : ${lt_cv_path_NM=no}
bf9f3bac 4636fi
4637fi
8934764e
BB
4638{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4639$as_echo "$lt_cv_path_NM" >&6; }
4640if test "$lt_cv_path_NM" != "no"; then
4641 NM="$lt_cv_path_NM"
4642else
4643 # Didn't find any BSD compatible name lister, look for dumpbin.
4644 if test -n "$ac_tool_prefix"; then
4645 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4646 do
4647 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4648set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4649{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4650$as_echo_n "checking for $ac_word... " >&6; }
4651if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4652 $as_echo_n "(cached) " >&6
4653else
4654 if test -n "$DUMPBIN"; then
4655 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4656else
4657as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4658for as_dir in $PATH
4659do
4660 IFS=$as_save_IFS
4661 test -z "$as_dir" && as_dir=.
4662 for ac_exec_ext in '' $ac_executable_extensions; do
4663 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4664 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4665 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4666 break 2
4667 fi
4668done
4669done
4670IFS=$as_save_IFS
bf9f3bac 4671
8934764e
BB
4672fi
4673fi
4674DUMPBIN=$ac_cv_prog_DUMPBIN
4675if test -n "$DUMPBIN"; then
4676 { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4677$as_echo "$DUMPBIN" >&6; }
bf9f3bac 4678else
8934764e
BB
4679 { $as_echo "$as_me:$LINENO: result: no" >&5
4680$as_echo "no" >&6; }
bf9f3bac 4681fi
4682
bf9f3bac 4683
8934764e
BB
4684 test -n "$DUMPBIN" && break
4685 done
4686fi
4687if test -z "$DUMPBIN"; then
4688 ac_ct_DUMPBIN=$DUMPBIN
4689 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4690do
4691 # Extract the first word of "$ac_prog", so it can be a program name with args.
4692set dummy $ac_prog; ac_word=$2
4693{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4694$as_echo_n "checking for $ac_word... " >&6; }
4695if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4696 $as_echo_n "(cached) " >&6
4697else
4698 if test -n "$ac_ct_DUMPBIN"; then
4699 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4700else
4701as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4702for as_dir in $PATH
4703do
4704 IFS=$as_save_IFS
4705 test -z "$as_dir" && as_dir=.
4706 for ac_exec_ext in '' $ac_executable_extensions; do
4707 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4708 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4709 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4710 break 2
4711 fi
4712done
4713done
4714IFS=$as_save_IFS
bf9f3bac 4715
8934764e
BB
4716fi
4717fi
4718ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4719if test -n "$ac_ct_DUMPBIN"; then
4720 { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4721$as_echo "$ac_ct_DUMPBIN" >&6; }
4722else
4723 { $as_echo "$as_me:$LINENO: result: no" >&5
4724$as_echo "no" >&6; }
4725fi
bf9f3bac 4726
bf9f3bac 4727
8934764e
BB
4728 test -n "$ac_ct_DUMPBIN" && break
4729done
bf9f3bac 4730
8934764e
BB
4731 if test "x$ac_ct_DUMPBIN" = x; then
4732 DUMPBIN=":"
4733 else
4734 case $cross_compiling:$ac_tool_warned in
4735yes:)
4736{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4737$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4738ac_tool_warned=yes ;;
4739esac
4740 DUMPBIN=$ac_ct_DUMPBIN
4741 fi
4742fi
bf9f3bac 4743
bf9f3bac 4744
8934764e
BB
4745 if test "$DUMPBIN" != ":"; then
4746 NM="$DUMPBIN"
bf9f3bac 4747 fi
8934764e
BB
4748fi
4749test -z "$NM" && NM=nm
bf9f3bac 4750
bf9f3bac 4751
bf9f3bac 4752
bf9f3bac 4753
bf9f3bac 4754
bf9f3bac 4755
8934764e
BB
4756{ $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4757$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4758if test "${lt_cv_nm_interface+set}" = set; then
4759 $as_echo_n "(cached) " >&6
4760else
4761 lt_cv_nm_interface="BSD nm"
4762 echo "int some_variable = 0;" > conftest.$ac_ext
c950d148 4763 (eval echo "\"\$as_me:4763: $ac_compile\"" >&5)
8934764e
BB
4764 (eval "$ac_compile" 2>conftest.err)
4765 cat conftest.err >&5
c950d148 4766 (eval echo "\"\$as_me:4766: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
8934764e
BB
4767 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4768 cat conftest.err >&5
c950d148 4769 (eval echo "\"\$as_me:4769: output\"" >&5)
8934764e
BB
4770 cat conftest.out >&5
4771 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4772 lt_cv_nm_interface="MS dumpbin"
bf9f3bac 4773 fi
8934764e
BB
4774 rm -f conftest*
4775fi
4776{ $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4777$as_echo "$lt_cv_nm_interface" >&6; }
bf9f3bac 4778
8934764e
BB
4779{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4780$as_echo_n "checking whether ln -s works... " >&6; }
4781LN_S=$as_ln_s
4782if test "$LN_S" = "ln -s"; then
4783 { $as_echo "$as_me:$LINENO: result: yes" >&5
4784$as_echo "yes" >&6; }
4785else
4786 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4787$as_echo "no, using $LN_S" >&6; }
4788fi
bf9f3bac 4789
8934764e
BB
4790# find the maximum length of command line arguments
4791{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4792$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4793if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4794 $as_echo_n "(cached) " >&6
4795else
4796 i=0
4797 teststring="ABCD"
bf9f3bac 4798
8934764e
BB
4799 case $build_os in
4800 msdosdjgpp*)
4801 # On DJGPP, this test can blow up pretty badly due to problems in libc
4802 # (any single argument exceeding 2000 bytes causes a buffer overrun
4803 # during glob expansion). Even if it were fixed, the result of this
4804 # check would be larger than it should be.
4805 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4806 ;;
bf9f3bac 4807
8934764e
BB
4808 gnu*)
4809 # Under GNU Hurd, this test is not required because there is
4810 # no limit to the length of command line arguments.
4811 # Libtool will interpret -1 as no limit whatsoever
4812 lt_cv_sys_max_cmd_len=-1;
4813 ;;
bf9f3bac 4814
8934764e
BB
4815 cygwin* | mingw* | cegcc*)
4816 # On Win9x/ME, this test blows up -- it succeeds, but takes
4817 # about 5 minutes as the teststring grows exponentially.
4818 # Worse, since 9x/ME are not pre-emptively multitasking,
4819 # you end up with a "frozen" computer, even though with patience
4820 # the test eventually succeeds (with a max line length of 256k).
4821 # Instead, let's just punt: use the minimum linelength reported by
4822 # all of the supported platforms: 8192 (on NT/2K/XP).
4823 lt_cv_sys_max_cmd_len=8192;
4824 ;;
bf9f3bac 4825
8934764e
BB
4826 amigaos*)
4827 # On AmigaOS with pdksh, this test takes hours, literally.
4828 # So we just punt and use a minimum line length of 8192.
4829 lt_cv_sys_max_cmd_len=8192;
bf9f3bac 4830 ;;
8934764e
BB
4831
4832 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4833 # This has been around since 386BSD, at least. Likely further.
4834 if test -x /sbin/sysctl; then
4835 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4836 elif test -x /usr/sbin/sysctl; then
4837 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4838 else
4839 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4840 fi
4841 # And add a safety zone
4842 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4843 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
bf9f3bac 4844 ;;
8934764e
BB
4845
4846 interix*)
4847 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4848 lt_cv_sys_max_cmd_len=196608
bf9f3bac 4849 ;;
8934764e
BB
4850
4851 osf*)
4852 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4853 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4854 # nice to cause kernel panics so lets avoid the loop below.
4855 # First set a reasonable default.
4856 lt_cv_sys_max_cmd_len=16384
4857 #
4858 if test -x /sbin/sysconfig; then
4859 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4860 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4861 esac
4862 fi
bf9f3bac 4863 ;;
8934764e
BB
4864 sco3.2v5*)
4865 lt_cv_sys_max_cmd_len=102400
bf9f3bac 4866 ;;
8934764e
BB
4867 sysv5* | sco5v6* | sysv4.2uw2*)
4868 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4869 if test -n "$kargmax"; then
4870 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4871 else
4872 lt_cv_sys_max_cmd_len=32768
4873 fi
4874 ;;
4875 *)
4876 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4877 if test -n "$lt_cv_sys_max_cmd_len"; then
4878 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4879 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4880 else
4881 # Make teststring a little bigger before we do anything with it.
4882 # a 1K string should be a reasonable start.
4883 for i in 1 2 3 4 5 6 7 8 ; do
4884 teststring=$teststring$teststring
4885 done
4886 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4887 # If test is not a shell built-in, we'll probably end up computing a
4888 # maximum length that is only half of the actual maximum length, but
4889 # we can't tell.
4890 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4891 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4892 test $i != 17 # 1/2 MB should be enough
4893 do
4894 i=`expr $i + 1`
4895 teststring=$teststring$teststring
4896 done
4897 # Only check the string length outside the loop.
4898 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4899 teststring=
4900 # Add a significant safety factor because C++ compilers can tack on
4901 # massive amounts of additional arguments before passing them to the
4902 # linker. It appears as though 1/2 is a usable value.
4903 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4904 fi
bf9f3bac 4905 ;;
4906 esac
bf9f3bac 4907
8934764e 4908fi
bf9f3bac 4909
8934764e
BB
4910if test -n $lt_cv_sys_max_cmd_len ; then
4911 { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4912$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4913else
4914 { $as_echo "$as_me:$LINENO: result: none" >&5
4915$as_echo "none" >&6; }
bf9f3bac 4916fi
8934764e 4917max_cmd_len=$lt_cv_sys_max_cmd_len
bf9f3bac 4918
4919
4920
4921
bf9f3bac 4922
bf9f3bac 4923
8934764e
BB
4924: ${CP="cp -f"}
4925: ${MV="mv -f"}
4926: ${RM="rm -f"}
bf9f3bac 4927
8934764e
BB
4928{ $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4929$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4930# Try some XSI features
4931xsi_shell=no
4932( _lt_dummy="a/b/c"
4933 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4934 = c,a/b,, \
4935 && eval 'test $(( 1 + 1 )) -eq 2 \
4936 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4937 && xsi_shell=yes
4938{ $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
4939$as_echo "$xsi_shell" >&6; }
bf9f3bac 4940
bf9f3bac 4941
8934764e
BB
4942{ $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
4943$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4944lt_shell_append=no
4945( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4946 >/dev/null 2>&1 \
4947 && lt_shell_append=yes
4948{ $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
4949$as_echo "$lt_shell_append" >&6; }
bf9f3bac 4950
8934764e
BB
4951
4952if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4953 lt_unset=unset
4954else
4955 lt_unset=false
4956fi
4957
4958
4959
4960
4961
4962# test EBCDIC or ASCII
4963case `echo X|tr X '\101'` in
4964 A) # ASCII based system
4965 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4966 lt_SP2NL='tr \040 \012'
4967 lt_NL2SP='tr \015\012 \040\040'
bf9f3bac 4968 ;;
8934764e
BB
4969 *) # EBCDIC based system
4970 lt_SP2NL='tr \100 \n'
4971 lt_NL2SP='tr \r\n \100\100'
bf9f3bac 4972 ;;
8934764e
BB
4973esac
4974
bf9f3bac 4975
bf9f3bac 4976
bf9f3bac 4977
bf9f3bac 4978
bf9f3bac 4979
bf9f3bac 4980
bf9f3bac 4981
8934764e
BB
4982
4983{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
4984$as_echo_n "checking for $LD option to reload object files... " >&6; }
4985if test "${lt_cv_ld_reload_flag+set}" = set; then
4986 $as_echo_n "(cached) " >&6
4987else
4988 lt_cv_ld_reload_flag='-r'
bf9f3bac 4989fi
8934764e
BB
4990{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
4991$as_echo "$lt_cv_ld_reload_flag" >&6; }
4992reload_flag=$lt_cv_ld_reload_flag
4993case $reload_flag in
4994"" | " "*) ;;
4995*) reload_flag=" $reload_flag" ;;
4996esac
4997reload_cmds='$LD$reload_flag -o $output$reload_objs'
4998case $host_os in
4999 darwin*)
5000 if test "$GCC" = yes; then
5001 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5002 else
5003 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5004 fi
5005 ;;
5006esac
bf9f3bac 5007
5008
bf9f3bac 5009
bf9f3bac 5010
5011
8934764e
BB
5012
5013
5014
5015
5016if test -n "$ac_tool_prefix"; then
5017 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5018set dummy ${ac_tool_prefix}objdump; ac_word=$2
5019{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5020$as_echo_n "checking for $ac_word... " >&6; }
5021if test "${ac_cv_prog_OBJDUMP+set}" = set; then
5022 $as_echo_n "(cached) " >&6
bf9f3bac 5023else
8934764e
BB
5024 if test -n "$OBJDUMP"; then
5025 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5026else
5027as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5028for as_dir in $PATH
bf9f3bac 5029do
8934764e
BB
5030 IFS=$as_save_IFS
5031 test -z "$as_dir" && as_dir=.
5032 for ac_exec_ext in '' $ac_executable_extensions; do
5033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5034 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5035 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5036 break 2
bf9f3bac 5037 fi
8934764e
BB
5038done
5039done
5040IFS=$as_save_IFS
bf9f3bac 5041
bf9f3bac 5042fi
bf9f3bac 5043fi
8934764e
BB
5044OBJDUMP=$ac_cv_prog_OBJDUMP
5045if test -n "$OBJDUMP"; then
5046 { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
5047$as_echo "$OBJDUMP" >&6; }
bf9f3bac 5048else
8934764e
BB
5049 { $as_echo "$as_me:$LINENO: result: no" >&5
5050$as_echo "no" >&6; }
bf9f3bac 5051fi
5052
bf9f3bac 5053
5054fi
8934764e
BB
5055if test -z "$ac_cv_prog_OBJDUMP"; then
5056 ac_ct_OBJDUMP=$OBJDUMP
5057 # Extract the first word of "objdump", so it can be a program name with args.
5058set dummy objdump; ac_word=$2
5059{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5060$as_echo_n "checking for $ac_word... " >&6; }
5061if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
5062 $as_echo_n "(cached) " >&6
bf9f3bac 5063else
8934764e
BB
5064 if test -n "$ac_ct_OBJDUMP"; then
5065 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5066else
5067as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5068for as_dir in $PATH
bf9f3bac 5069do
8934764e
BB
5070 IFS=$as_save_IFS
5071 test -z "$as_dir" && as_dir=.
5072 for ac_exec_ext in '' $ac_executable_extensions; do
5073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5074 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5075 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5076 break 2
bf9f3bac 5077 fi
8934764e
BB
5078done
5079done
5080IFS=$as_save_IFS
5081
bf9f3bac 5082fi
8934764e
BB
5083fi
5084ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5085if test -n "$ac_ct_OBJDUMP"; then
5086 { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
5087$as_echo "$ac_ct_OBJDUMP" >&6; }
bf9f3bac 5088else
8934764e
BB
5089 { $as_echo "$as_me:$LINENO: result: no" >&5
5090$as_echo "no" >&6; }
bf9f3bac 5091fi
bf9f3bac 5092
8934764e
BB
5093 if test "x$ac_ct_OBJDUMP" = x; then
5094 OBJDUMP="false"
bf9f3bac 5095 else
8934764e
BB
5096 case $cross_compiling:$ac_tool_warned in
5097yes:)
5098{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5099$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5100ac_tool_warned=yes ;;
5101esac
5102 OBJDUMP=$ac_ct_OBJDUMP
bf9f3bac 5103 fi
5104else
8934764e 5105 OBJDUMP="$ac_cv_prog_OBJDUMP"
bf9f3bac 5106fi
bf9f3bac 5107
8934764e 5108test -z "$OBJDUMP" && OBJDUMP=objdump
bf9f3bac 5109
bf9f3bac 5110
bf9f3bac 5111
5112
bf9f3bac 5113
bf9f3bac 5114
bf9f3bac 5115
bf9f3bac 5116
bf9f3bac 5117
8934764e
BB
5118{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
5119$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5120if test "${lt_cv_deplibs_check_method+set}" = set; then
5121 $as_echo_n "(cached) " >&6
bf9f3bac 5122else
8934764e
BB
5123 lt_cv_file_magic_cmd='$MAGIC_CMD'
5124lt_cv_file_magic_test_file=
5125lt_cv_deplibs_check_method='unknown'
5126# Need to set the preceding variable on all platforms that support
5127# interlibrary dependencies.
5128# 'none' -- dependencies not supported.
5129# `unknown' -- same as none, but documents that we really don't know.
5130# 'pass_all' -- all dependencies passed with no checks.
5131# 'test_compile' -- check by making test program.
5132# 'file_magic [[regex]]' -- check by looking for files in library path
5133# which responds to the $file_magic_cmd with a given extended regex.
5134# If you have `file' or equivalent on your system and you're not sure
5135# whether `pass_all' will *always* work, you probably want this one.
bf9f3bac 5136
8934764e
BB
5137case $host_os in
5138aix[4-9]*)
5139 lt_cv_deplibs_check_method=pass_all
5140 ;;
bf9f3bac 5141
8934764e
BB
5142beos*)
5143 lt_cv_deplibs_check_method=pass_all
5144 ;;
bf9f3bac 5145
8934764e
BB
5146bsdi[45]*)
5147 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5148 lt_cv_file_magic_cmd='/usr/bin/file -L'
5149 lt_cv_file_magic_test_file=/shlib/libc.so
5150 ;;
bf9f3bac 5151
8934764e
BB
5152cygwin*)
5153 # func_win32_libid is a shell function defined in ltmain.sh
5154 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5155 lt_cv_file_magic_cmd='func_win32_libid'
5156 ;;
bf9f3bac 5157
8934764e
BB
5158mingw* | pw32*)
5159 # Base MSYS/MinGW do not provide the 'file' command needed by
5160 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5161 # unless we find 'file', for example because we are cross-compiling.
5162 if ( file / ) >/dev/null 2>&1; then
5163 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5164 lt_cv_file_magic_cmd='func_win32_libid'
5165 else
5166 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5167 lt_cv_file_magic_cmd='$OBJDUMP -f'
5168 fi
5169 ;;
bf9f3bac 5170
8934764e
BB
5171cegcc)
5172 # use the weaker test based on 'objdump'. See mingw*.
5173 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5174 lt_cv_file_magic_cmd='$OBJDUMP -f'
5175 ;;
bf9f3bac 5176
8934764e
BB
5177darwin* | rhapsody*)
5178 lt_cv_deplibs_check_method=pass_all
5179 ;;
bf9f3bac 5180
8934764e
BB
5181freebsd* | dragonfly*)
5182 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5183 case $host_cpu in
5184 i*86 )
5185 # Not sure whether the presence of OpenBSD here was a mistake.
5186 # Let's accept both of them until this is cleared up.
5187 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5188 lt_cv_file_magic_cmd=/usr/bin/file
5189 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5190 ;;
5191 esac
5192 else
5193 lt_cv_deplibs_check_method=pass_all
5194 fi
5195 ;;
bf9f3bac 5196
8934764e
BB
5197gnu*)
5198 lt_cv_deplibs_check_method=pass_all
5199 ;;
bf9f3bac 5200
8934764e
BB
5201hpux10.20* | hpux11*)
5202 lt_cv_file_magic_cmd=/usr/bin/file
5203 case $host_cpu in
5204 ia64*)
5205 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5206 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5207 ;;
5208 hppa*64*)
5209 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - PA-RISC [0-9].[0-9]'
5210 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5211 ;;
5212 *)
5213 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5214 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5215 ;;
5216 esac
5217 ;;
bf9f3bac 5218
8934764e
BB
5219interix[3-9]*)
5220 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5221 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5222 ;;
bf9f3bac 5223
8934764e
BB
5224irix5* | irix6* | nonstopux*)
5225 case $LD in
5226 *-32|*"-32 ") libmagic=32-bit;;
5227 *-n32|*"-n32 ") libmagic=N32;;
5228 *-64|*"-64 ") libmagic=64-bit;;
5229 *) libmagic=never-match;;
5230 esac
5231 lt_cv_deplibs_check_method=pass_all
5232 ;;
bf9f3bac 5233
8934764e
BB
5234# This must be Linux ELF.
5235linux* | k*bsd*-gnu)
5236 lt_cv_deplibs_check_method=pass_all
5237 ;;
bf9f3bac 5238
8934764e
BB
5239netbsd*)
5240 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5241 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5242 else
5243 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5244 fi
5245 ;;
bf9f3bac 5246
8934764e
BB
5247newos6*)
5248 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5249 lt_cv_file_magic_cmd=/usr/bin/file
5250 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5251 ;;
bf9f3bac 5252
8934764e
BB
5253*nto* | *qnx*)
5254 lt_cv_deplibs_check_method=pass_all
5255 ;;
bf9f3bac 5256
8934764e
BB
5257openbsd*)
5258 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5259 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5260 else
5261 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5262 fi
5263 ;;
bf9f3bac 5264
8934764e
BB
5265osf3* | osf4* | osf5*)
5266 lt_cv_deplibs_check_method=pass_all
5267 ;;
bf9f3bac 5268
8934764e
BB
5269rdos*)
5270 lt_cv_deplibs_check_method=pass_all
5271 ;;
bf9f3bac 5272
8934764e
BB
5273solaris*)
5274 lt_cv_deplibs_check_method=pass_all
5275 ;;
bf9f3bac 5276
8934764e
BB
5277sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5278 lt_cv_deplibs_check_method=pass_all
5279 ;;
bf9f3bac 5280
8934764e
BB
5281sysv4 | sysv4.3*)
5282 case $host_vendor in
5283 motorola)
5284 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]'
5285 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
bf9f3bac 5286 ;;
8934764e
BB
5287 ncr)
5288 lt_cv_deplibs_check_method=pass_all
5289 ;;
5290 sequent)
5291 lt_cv_file_magic_cmd='/bin/file'
5292 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5293 ;;
5294 sni)
5295 lt_cv_file_magic_cmd='/bin/file'
5296 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5297 lt_cv_file_magic_test_file=/lib/libc.so
5298 ;;
5299 siemens)
5300 lt_cv_deplibs_check_method=pass_all
5301 ;;
5302 pc)
5303 lt_cv_deplibs_check_method=pass_all
bf9f3bac 5304 ;;
8934764e
BB
5305 esac
5306 ;;
5307
5308tpf*)
5309 lt_cv_deplibs_check_method=pass_all
5310 ;;
bf9f3bac 5311esac
bf9f3bac 5312
5313fi
8934764e
BB
5314{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5315$as_echo "$lt_cv_deplibs_check_method" >&6; }
5316file_magic_cmd=$lt_cv_file_magic_cmd
5317deplibs_check_method=$lt_cv_deplibs_check_method
5318test -z "$deplibs_check_method" && deplibs_check_method=unknown
5319
5320
5321
5322
5323
5324
5325
5326
5327
bf9f3bac 5328
bf9f3bac 5329
bf9f3bac 5330
bf9f3bac 5331if test -n "$ac_tool_prefix"; then
8934764e
BB
5332 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5333set dummy ${ac_tool_prefix}ar; ac_word=$2
5334{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5335$as_echo_n "checking for $ac_word... " >&6; }
5336if test "${ac_cv_prog_AR+set}" = set; then
5337 $as_echo_n "(cached) " >&6
bf9f3bac 5338else
8934764e
BB
5339 if test -n "$AR"; then
5340 ac_cv_prog_AR="$AR" # Let the user override the test.
bf9f3bac 5341else
5342as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5343for as_dir in $PATH
5344do
5345 IFS=$as_save_IFS
5346 test -z "$as_dir" && as_dir=.
5347 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
5348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5349 ac_cv_prog_AR="${ac_tool_prefix}ar"
5350 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 5351 break 2
5352 fi
5353done
5354done
8934764e 5355IFS=$as_save_IFS
bf9f3bac 5356
5357fi
5358fi
8934764e
BB
5359AR=$ac_cv_prog_AR
5360if test -n "$AR"; then
5361 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5362$as_echo "$AR" >&6; }
bf9f3bac 5363else
8934764e
BB
5364 { $as_echo "$as_me:$LINENO: result: no" >&5
5365$as_echo "no" >&6; }
bf9f3bac 5366fi
5367
8934764e 5368
bf9f3bac 5369fi
8934764e
BB
5370if test -z "$ac_cv_prog_AR"; then
5371 ac_ct_AR=$AR
5372 # Extract the first word of "ar", so it can be a program name with args.
5373set dummy ar; ac_word=$2
5374{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5375$as_echo_n "checking for $ac_word... " >&6; }
5376if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5377 $as_echo_n "(cached) " >&6
bf9f3bac 5378else
8934764e
BB
5379 if test -n "$ac_ct_AR"; then
5380 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
bf9f3bac 5381else
5382as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5383for as_dir in $PATH
5384do
5385 IFS=$as_save_IFS
5386 test -z "$as_dir" && as_dir=.
5387 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
5388 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5389 ac_cv_prog_ac_ct_AR="ar"
5390 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 5391 break 2
5392 fi
5393done
5394done
8934764e 5395IFS=$as_save_IFS
bf9f3bac 5396
5397fi
5398fi
8934764e
BB
5399ac_ct_AR=$ac_cv_prog_ac_ct_AR
5400if test -n "$ac_ct_AR"; then
5401 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5402$as_echo "$ac_ct_AR" >&6; }
bf9f3bac 5403else
8934764e
BB
5404 { $as_echo "$as_me:$LINENO: result: no" >&5
5405$as_echo "no" >&6; }
bf9f3bac 5406fi
5407
8934764e
BB
5408 if test "x$ac_ct_AR" = x; then
5409 AR="false"
5410 else
5411 case $cross_compiling:$ac_tool_warned in
5412yes:)
5413{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5414$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5415ac_tool_warned=yes ;;
5416esac
5417 AR=$ac_ct_AR
5418 fi
5419else
5420 AR="$ac_cv_prog_AR"
bf9f3bac 5421fi
5422
8934764e
BB
5423test -z "$AR" && AR=ar
5424test -z "$AR_FLAGS" && AR_FLAGS=cru
bf9f3bac 5425
bf9f3bac 5426
bf9f3bac 5427
bf9f3bac 5428
8934764e
BB
5429
5430
5431
5432
5433
5434
5435
5436if test -n "$ac_tool_prefix"; then
5437 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5438set dummy ${ac_tool_prefix}strip; ac_word=$2
5439{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5440$as_echo_n "checking for $ac_word... " >&6; }
5441if test "${ac_cv_prog_STRIP+set}" = set; then
5442 $as_echo_n "(cached) " >&6
bf9f3bac 5443else
8934764e
BB
5444 if test -n "$STRIP"; then
5445 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5446else
5447as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5448for as_dir in $PATH
5449do
5450 IFS=$as_save_IFS
5451 test -z "$as_dir" && as_dir=.
5452 for ac_exec_ext in '' $ac_executable_extensions; do
5453 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5454 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5455 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5456 break 2
5457 fi
5458done
5459done
5460IFS=$as_save_IFS
bf9f3bac 5461
bf9f3bac 5462fi
bf9f3bac 5463fi
8934764e
BB
5464STRIP=$ac_cv_prog_STRIP
5465if test -n "$STRIP"; then
5466 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
5467$as_echo "$STRIP" >&6; }
bf9f3bac 5468else
8934764e
BB
5469 { $as_echo "$as_me:$LINENO: result: no" >&5
5470$as_echo "no" >&6; }
5471fi
bf9f3bac 5472
bf9f3bac 5473
8934764e
BB
5474fi
5475if test -z "$ac_cv_prog_STRIP"; then
5476 ac_ct_STRIP=$STRIP
5477 # Extract the first word of "strip", so it can be a program name with args.
5478set dummy strip; ac_word=$2
5479{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5480$as_echo_n "checking for $ac_word... " >&6; }
5481if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5482 $as_echo_n "(cached) " >&6
bf9f3bac 5483else
8934764e
BB
5484 if test -n "$ac_ct_STRIP"; then
5485 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5486else
5487as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5488for as_dir in $PATH
5489do
5490 IFS=$as_save_IFS
5491 test -z "$as_dir" && as_dir=.
5492 for ac_exec_ext in '' $ac_executable_extensions; do
5493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5494 ac_cv_prog_ac_ct_STRIP="strip"
5495 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5496 break 2
5497 fi
5498done
5499done
5500IFS=$as_save_IFS
bf9f3bac 5501
bf9f3bac 5502fi
bf9f3bac 5503fi
8934764e
BB
5504ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5505if test -n "$ac_ct_STRIP"; then
5506 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5507$as_echo "$ac_ct_STRIP" >&6; }
bf9f3bac 5508else
8934764e
BB
5509 { $as_echo "$as_me:$LINENO: result: no" >&5
5510$as_echo "no" >&6; }
5511fi
5512
5513 if test "x$ac_ct_STRIP" = x; then
5514 STRIP=":"
bf9f3bac 5515 else
8934764e
BB
5516 case $cross_compiling:$ac_tool_warned in
5517yes:)
5518{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5519$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5520ac_tool_warned=yes ;;
5521esac
5522 STRIP=$ac_ct_STRIP
bf9f3bac 5523 fi
8934764e
BB
5524else
5525 STRIP="$ac_cv_prog_STRIP"
bf9f3bac 5526fi
bf9f3bac 5527
8934764e 5528test -z "$STRIP" && STRIP=:
bf9f3bac 5529
bf9f3bac 5530
bf9f3bac 5531
bf9f3bac 5532
bf9f3bac 5533
bf9f3bac 5534
8934764e
BB
5535if test -n "$ac_tool_prefix"; then
5536 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5537set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5538{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5539$as_echo_n "checking for $ac_word... " >&6; }
5540if test "${ac_cv_prog_RANLIB+set}" = set; then
5541 $as_echo_n "(cached) " >&6
bf9f3bac 5542else
8934764e
BB
5543 if test -n "$RANLIB"; then
5544 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5545else
5546as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5547for as_dir in $PATH
5548do
5549 IFS=$as_save_IFS
5550 test -z "$as_dir" && as_dir=.
5551 for ac_exec_ext in '' $ac_executable_extensions; do
5552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5553 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5554 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5555 break 2
5556 fi
5557done
5558done
5559IFS=$as_save_IFS
bf9f3bac 5560
5561fi
8934764e
BB
5562fi
5563RANLIB=$ac_cv_prog_RANLIB
5564if test -n "$RANLIB"; then
5565 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5566$as_echo "$RANLIB" >&6; }
bf9f3bac 5567else
8934764e
BB
5568 { $as_echo "$as_me:$LINENO: result: no" >&5
5569$as_echo "no" >&6; }
bf9f3bac 5570fi
5571
5572
8934764e
BB
5573fi
5574if test -z "$ac_cv_prog_RANLIB"; then
5575 ac_ct_RANLIB=$RANLIB
5576 # Extract the first word of "ranlib", so it can be a program name with args.
5577set dummy ranlib; ac_word=$2
5578{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5579$as_echo_n "checking for $ac_word... " >&6; }
5580if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5581 $as_echo_n "(cached) " >&6
bf9f3bac 5582else
8934764e
BB
5583 if test -n "$ac_ct_RANLIB"; then
5584 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5585else
5586as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5587for as_dir in $PATH
bf9f3bac 5588do
8934764e
BB
5589 IFS=$as_save_IFS
5590 test -z "$as_dir" && as_dir=.
5591 for ac_exec_ext in '' $ac_executable_extensions; do
5592 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5593 ac_cv_prog_ac_ct_RANLIB="ranlib"
5594 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5595 break 2
bf9f3bac 5596 fi
8934764e
BB
5597done
5598done
5599IFS=$as_save_IFS
5600
bf9f3bac 5601fi
8934764e
BB
5602fi
5603ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5604if test -n "$ac_ct_RANLIB"; then
5605 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5606$as_echo "$ac_ct_RANLIB" >&6; }
bf9f3bac 5607else
8934764e
BB
5608 { $as_echo "$as_me:$LINENO: result: no" >&5
5609$as_echo "no" >&6; }
bf9f3bac 5610fi
bf9f3bac 5611
8934764e
BB
5612 if test "x$ac_ct_RANLIB" = x; then
5613 RANLIB=":"
bf9f3bac 5614 else
8934764e
BB
5615 case $cross_compiling:$ac_tool_warned in
5616yes:)
5617{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5618$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5619ac_tool_warned=yes ;;
5620esac
5621 RANLIB=$ac_ct_RANLIB
bf9f3bac 5622 fi
5623else
8934764e 5624 RANLIB="$ac_cv_prog_RANLIB"
bf9f3bac 5625fi
bf9f3bac 5626
8934764e 5627test -z "$RANLIB" && RANLIB=:
bf9f3bac 5628
bf9f3bac 5629
bf9f3bac 5630
bf9f3bac 5631
bf9f3bac 5632
bf9f3bac 5633
8934764e
BB
5634# Determine commands to create old-style static archives.
5635old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5636old_postinstall_cmds='chmod 644 $oldlib'
5637old_postuninstall_cmds=
bf9f3bac 5638
8934764e
BB
5639if test -n "$RANLIB"; then
5640 case $host_os in
5641 openbsd*)
5642 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5643 ;;
5644 *)
5645 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5646 ;;
5647 esac
5648 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
bf9f3bac 5649fi
5650
bf9f3bac 5651
bf9f3bac 5652
5653
bf9f3bac 5654
bf9f3bac 5655
bf9f3bac 5656
bf9f3bac 5657
bf9f3bac 5658
bf9f3bac 5659
5660
bf9f3bac 5661
bf9f3bac 5662
bf9f3bac 5663
bf9f3bac 5664
bf9f3bac 5665
bf9f3bac 5666
bf9f3bac 5667
bf9f3bac 5668
bf9f3bac 5669
5670
5671
bf9f3bac 5672
bf9f3bac 5673
bf9f3bac 5674
bf9f3bac 5675
bf9f3bac 5676
bf9f3bac 5677
bf9f3bac 5678
bf9f3bac 5679
bf9f3bac 5680
bf9f3bac 5681
bf9f3bac 5682
5683
8934764e
BB
5684# If no C compiler was specified, use CC.
5685LTCC=${LTCC-"$CC"}
5686
5687# If no C compiler flags were specified, use CFLAGS.
5688LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5689
5690# Allow CC to be a program name with arguments.
5691compiler=$CC
bf9f3bac 5692
5693
5694# Check for command to grab the raw symbol name followed by C symbol from nm.
8934764e
BB
5695{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5696$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
bf9f3bac 5697if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
8934764e 5698 $as_echo_n "(cached) " >&6
bf9f3bac 5699else
5700
5701# These are sane defaults that work on at least a few old systems.
5702# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5703
5704# Character class describing NM global symbol codes.
5705symcode='[BCDEGRST]'
5706
5707# Regexp to match symbols that can be accessed directly from C.
5708sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5709
bf9f3bac 5710# Define system-specific variables.
5711case $host_os in
5712aix*)
5713 symcode='[BCDT]'
5714 ;;
8934764e 5715cygwin* | mingw* | pw32* | cegcc*)
bf9f3bac 5716 symcode='[ABCDGISTW]'
5717 ;;
8934764e 5718hpux*)
bf9f3bac 5719 if test "$host_cpu" = ia64; then
5720 symcode='[ABCDEGRST]'
5721 fi
bf9f3bac 5722 ;;
5723irix* | nonstopux*)
5724 symcode='[BCDEGRST]'
5725 ;;
5726osf*)
5727 symcode='[BCDEGQRST]'
5728 ;;
5729solaris*)
5730 symcode='[BDRT]'
5731 ;;
5732sco3.2v5*)
5733 symcode='[DT]'
5734 ;;
5735sysv4.2uw2*)
5736 symcode='[DT]'
5737 ;;
5738sysv5* | sco5v6* | unixware* | OpenUNIX*)
5739 symcode='[ABDT]'
5740 ;;
5741sysv4)
5742 symcode='[DFNSTU]'
5743 ;;
5744esac
5745
8934764e
BB
5746# If we're using GNU nm, then use its standard symbol codes.
5747case `$NM -V 2>&1` in
5748*GNU* | *'with BFD'*)
5749 symcode='[ABCDGIRSTW]' ;;
5750esac
5751
5752# Transform an extracted symbol line into a proper C declaration.
5753# Some systems (esp. on ia64) link data and code symbols differently,
5754# so use this general approach.
5755lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5756
5757# Transform an extracted symbol line into symbol name and symbol address
5758lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5759lt_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'"
5760
bf9f3bac 5761# Handle CRLF in mingw tool chain
5762opt_cr=
5763case $build_os in
5764mingw*)
8934764e 5765 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
bf9f3bac 5766 ;;
5767esac
5768
8934764e 5769# Try without a prefix underscore, then with it.
bf9f3bac 5770for ac_symprfx in "" "_"; do
5771
5772 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5773 symxfrm="\\1 $ac_symprfx\\2 \\2"
5774
5775 # Write the raw and C identifiers.
8934764e
BB
5776 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5777 # Fake it for dumpbin and say T for any non-static function
5778 # and D for any global variable.
5779 # Also find C++ and __fastcall symbols from MSVC++,
5780 # which start with @ or ?.
5781 lt_cv_sys_global_symbol_pipe="$AWK '"\
5782" {last_section=section; section=\$ 3};"\
5783" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5784" \$ 0!~/External *\|/{next};"\
5785" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5786" {if(hide[section]) next};"\
5787" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5788" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5789" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5790" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5791" ' prfx=^$ac_symprfx"
5792 else
5793 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5794 fi
bf9f3bac 5795
5796 # Check to see that the pipe works correctly.
5797 pipe_works=no
5798
5799 rm -f conftest*
8934764e 5800 cat > conftest.$ac_ext <<_LT_EOF
bf9f3bac 5801#ifdef __cplusplus
5802extern "C" {
5803#endif
5804char nm_test_var;
8934764e
BB
5805void nm_test_func(void);
5806void nm_test_func(void){}
bf9f3bac 5807#ifdef __cplusplus
5808}
5809#endif
5810int main(){nm_test_var='a';nm_test_func();return(0);}
8934764e 5811_LT_EOF
bf9f3bac 5812
5813 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5814 (eval $ac_compile) 2>&5
5815 ac_status=$?
8934764e 5816 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 5817 (exit $ac_status); }; then
5818 # Now try to grab the symbols.
5819 nlist=conftest.nm
5820 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
5821 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5822 ac_status=$?
8934764e 5823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 5824 (exit $ac_status); } && test -s "$nlist"; then
5825 # Try sorting and uniquifying the output.
5826 if sort "$nlist" | uniq > "$nlist"T; then
5827 mv -f "$nlist"T "$nlist"
5828 else
5829 rm -f "$nlist"T
5830 fi
5831
5832 # Make sure that we snagged all the symbols we need.
8934764e
BB
5833 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5834 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5835 cat <<_LT_EOF > conftest.$ac_ext
bf9f3bac 5836#ifdef __cplusplus
5837extern "C" {
5838#endif
5839
8934764e 5840_LT_EOF
bf9f3bac 5841 # Now generate the symbol file.
8934764e 5842 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
bf9f3bac 5843
8934764e 5844 cat <<_LT_EOF >> conftest.$ac_ext
bf9f3bac 5845
8934764e 5846/* The mapping between symbol names and symbols. */
bf9f3bac 5847const struct {
5848 const char *name;
8934764e 5849 void *address;
bf9f3bac 5850}
8934764e 5851lt__PROGRAM__LTX_preloaded_symbols[] =
bf9f3bac 5852{
8934764e
BB
5853 { "@PROGRAM@", (void *) 0 },
5854_LT_EOF
5855 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5856 cat <<\_LT_EOF >> conftest.$ac_ext
5857 {0, (void *) 0}
bf9f3bac 5858};
5859
8934764e
BB
5860/* This works around a problem in FreeBSD linker */
5861#ifdef FREEBSD_WORKAROUND
5862static const void *lt_preloaded_setup() {
5863 return lt__PROGRAM__LTX_preloaded_symbols;
5864}
5865#endif
5866
bf9f3bac 5867#ifdef __cplusplus
5868}
5869#endif
8934764e 5870_LT_EOF
bf9f3bac 5871 # Now try linking the two files.
5872 mv conftest.$ac_objext conftstm.$ac_objext
5873 lt_save_LIBS="$LIBS"
5874 lt_save_CFLAGS="$CFLAGS"
5875 LIBS="conftstm.$ac_objext"
5876 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5877 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5878 (eval $ac_link) 2>&5
5879 ac_status=$?
8934764e 5880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 5881 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5882 pipe_works=yes
5883 fi
5884 LIBS="$lt_save_LIBS"
5885 CFLAGS="$lt_save_CFLAGS"
5886 else
5887 echo "cannot find nm_test_func in $nlist" >&5
5888 fi
5889 else
5890 echo "cannot find nm_test_var in $nlist" >&5
5891 fi
5892 else
5893 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5894 fi
5895 else
5896 echo "$progname: failed program was:" >&5
5897 cat conftest.$ac_ext >&5
5898 fi
8934764e 5899 rm -rf conftest* conftst*
bf9f3bac 5900
5901 # Do not use the global_symbol_pipe unless it works.
5902 if test "$pipe_works" = yes; then
5903 break
5904 else
5905 lt_cv_sys_global_symbol_pipe=
5906 fi
5907done
5908
5909fi
5910
5911if test -z "$lt_cv_sys_global_symbol_pipe"; then
5912 lt_cv_sys_global_symbol_to_cdecl=
5913fi
5914if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
8934764e
BB
5915 { $as_echo "$as_me:$LINENO: result: failed" >&5
5916$as_echo "failed" >&6; }
bf9f3bac 5917else
8934764e
BB
5918 { $as_echo "$as_me:$LINENO: result: ok" >&5
5919$as_echo "ok" >&6; }
bf9f3bac 5920fi
5921
bf9f3bac 5922
5923
5924
5925
5926
8934764e
BB
5927
5928
5929
5930
5931
5932
5933
5934
5935
5936
5937
5938
5939
5940
5941
5942
5943
5944# Check whether --enable-libtool-lock was given.
5945if test "${enable_libtool_lock+set}" = set; then
5946 enableval=$enable_libtool_lock;
5947fi
5948
5949test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5950
5951# Some flags need to be propagated to the compiler or linker for good
5952# libtool support.
5953case $host in
5954ia64-*-hpux*)
5955 # Find out which ABI we are using.
5956 echo 'int i;' > conftest.$ac_ext
5957 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5958 (eval $ac_compile) 2>&5
5959 ac_status=$?
5960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5961 (exit $ac_status); }; then
5962 case `/usr/bin/file conftest.$ac_objext` in
5963 *ELF-32*)
5964 HPUX_IA64_MODE="32"
5965 ;;
5966 *ELF-64*)
5967 HPUX_IA64_MODE="64"
5968 ;;
5969 esac
bf9f3bac 5970 fi
8934764e
BB
5971 rm -rf conftest*
5972 ;;
5973*-*-irix6*)
5974 # Find out which ABI we are using.
c950d148 5975 echo '#line 5975 "configure"' > conftest.$ac_ext
8934764e
BB
5976 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5977 (eval $ac_compile) 2>&5
5978 ac_status=$?
5979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5980 (exit $ac_status); }; then
5981 if test "$lt_cv_prog_gnu_ld" = yes; then
5982 case `/usr/bin/file conftest.$ac_objext` in
5983 *32-bit*)
5984 LD="${LD-ld} -melf32bsmip"
5985 ;;
5986 *N32*)
5987 LD="${LD-ld} -melf32bmipn32"
5988 ;;
5989 *64-bit*)
5990 LD="${LD-ld} -melf64bmip"
5991 ;;
5992 esac
5993 else
5994 case `/usr/bin/file conftest.$ac_objext` in
5995 *32-bit*)
5996 LD="${LD-ld} -32"
5997 ;;
5998 *N32*)
5999 LD="${LD-ld} -n32"
6000 ;;
6001 *64-bit*)
6002 LD="${LD-ld} -64"
6003 ;;
6004 esac
6005 fi
6006 fi
6007 rm -rf conftest*
bf9f3bac 6008 ;;
bf9f3bac 6009
8934764e
BB
6010x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6011s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6012 # Find out which ABI we are using.
6013 echo 'int i;' > conftest.$ac_ext
6014 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6015 (eval $ac_compile) 2>&5
6016 ac_status=$?
6017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6018 (exit $ac_status); }; then
6019 case `/usr/bin/file conftest.o` in
6020 *32-bit*)
6021 case $host in
6022 x86_64-*kfreebsd*-gnu)
6023 LD="${LD-ld} -m elf_i386_fbsd"
6024 ;;
6025 x86_64-*linux*)
6026 LD="${LD-ld} -m elf_i386"
6027 ;;
6028 ppc64-*linux*|powerpc64-*linux*)
6029 LD="${LD-ld} -m elf32ppclinux"
6030 ;;
6031 s390x-*linux*)
6032 LD="${LD-ld} -m elf_s390"
6033 ;;
6034 sparc64-*linux*)
6035 LD="${LD-ld} -m elf32_sparc"
6036 ;;
6037 esac
6038 ;;
6039 *64-bit*)
6040 case $host in
6041 x86_64-*kfreebsd*-gnu)
6042 LD="${LD-ld} -m elf_x86_64_fbsd"
6043 ;;
6044 x86_64-*linux*)
6045 LD="${LD-ld} -m elf_x86_64"
6046 ;;
6047 ppc*-*linux*|powerpc*-*linux*)
6048 LD="${LD-ld} -m elf64ppc"
6049 ;;
6050 s390*-*linux*|s390*-*tpf*)
6051 LD="${LD-ld} -m elf64_s390"
6052 ;;
6053 sparc*-*linux*)
6054 LD="${LD-ld} -m elf64_sparc"
6055 ;;
6056 esac
6057 ;;
6058 esac
6059 fi
6060 rm -rf conftest*
6061 ;;
bf9f3bac 6062
8934764e
BB
6063*-*-sco3.2v5*)
6064 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6065 SAVE_CFLAGS="$CFLAGS"
6066 CFLAGS="$CFLAGS -belf"
6067 { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
6068$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6069if test "${lt_cv_cc_needs_belf+set}" = set; then
6070 $as_echo_n "(cached) " >&6
6071else
6072 ac_ext=c
6073ac_cpp='$CPP $CPPFLAGS'
6074ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6075ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6076ac_compiler_gnu=$ac_cv_c_compiler_gnu
bf9f3bac 6077
8934764e
BB
6078 cat >conftest.$ac_ext <<_ACEOF
6079/* confdefs.h. */
6080_ACEOF
6081cat confdefs.h >>conftest.$ac_ext
6082cat >>conftest.$ac_ext <<_ACEOF
6083/* end confdefs.h. */
bf9f3bac 6084
8934764e
BB
6085int
6086main ()
6087{
6088
6089 ;
6090 return 0;
6091}
6092_ACEOF
6093rm -f conftest.$ac_objext conftest$ac_exeext
6094if { (ac_try="$ac_link"
6095case "(($ac_try" in
6096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6097 *) ac_try_echo=$ac_try;;
6098esac
6099eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6100$as_echo "$ac_try_echo") >&5
6101 (eval "$ac_link") 2>conftest.er1
6102 ac_status=$?
6103 grep -v '^ *+' conftest.er1 >conftest.err
6104 rm -f conftest.er1
6105 cat conftest.err >&5
6106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6107 (exit $ac_status); } && {
6108 test -z "$ac_c_werror_flag" ||
6109 test ! -s conftest.err
6110 } && test -s conftest$ac_exeext && {
6111 test "$cross_compiling" = yes ||
6112 $as_test_x conftest$ac_exeext
6113 }; then
6114 lt_cv_cc_needs_belf=yes
6115else
6116 $as_echo "$as_me: failed program was:" >&5
6117sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 6118
8934764e
BB
6119 lt_cv_cc_needs_belf=no
6120fi
bf9f3bac 6121
8934764e
BB
6122rm -rf conftest.dSYM
6123rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6124 conftest$ac_exeext conftest.$ac_ext
6125 ac_ext=c
6126ac_cpp='$CPP $CPPFLAGS'
6127ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6128ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6129ac_compiler_gnu=$ac_cv_c_compiler_gnu
bf9f3bac 6130
8934764e
BB
6131fi
6132{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
6133$as_echo "$lt_cv_cc_needs_belf" >&6; }
6134 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6135 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6136 CFLAGS="$SAVE_CFLAGS"
6137 fi
6138 ;;
6139sparc*-*solaris*)
6140 # Find out which ABI we are using.
6141 echo 'int i;' > conftest.$ac_ext
6142 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6143 (eval $ac_compile) 2>&5
6144 ac_status=$?
6145 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6146 (exit $ac_status); }; then
6147 case `/usr/bin/file conftest.o` in
6148 *64-bit*)
6149 case $lt_cv_prog_gnu_ld in
6150 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6151 *)
6152 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6153 LD="${LD-ld} -64"
6154 fi
6155 ;;
6156 esac
6157 ;;
6158 esac
6159 fi
6160 rm -rf conftest*
6161 ;;
6162esac
bf9f3bac 6163
8934764e
BB
6164need_locks="$enable_libtool_lock"
6165
6166
6167 case $host_os in
6168 rhapsody* | darwin*)
6169 if test -n "$ac_tool_prefix"; then
6170 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6171set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6172{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6173$as_echo_n "checking for $ac_word... " >&6; }
6174if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
6175 $as_echo_n "(cached) " >&6
6176else
6177 if test -n "$DSYMUTIL"; then
6178 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
bf9f3bac 6179else
6180as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6181for as_dir in $PATH
6182do
6183 IFS=$as_save_IFS
6184 test -z "$as_dir" && as_dir=.
6185 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
6186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6187 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6188 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 6189 break 2
6190 fi
6191done
6192done
8934764e 6193IFS=$as_save_IFS
bf9f3bac 6194
6195fi
6196fi
8934764e
BB
6197DSYMUTIL=$ac_cv_prog_DSYMUTIL
6198if test -n "$DSYMUTIL"; then
6199 { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
6200$as_echo "$DSYMUTIL" >&6; }
bf9f3bac 6201else
8934764e
BB
6202 { $as_echo "$as_me:$LINENO: result: no" >&5
6203$as_echo "no" >&6; }
bf9f3bac 6204fi
6205
8934764e 6206
bf9f3bac 6207fi
8934764e
BB
6208if test -z "$ac_cv_prog_DSYMUTIL"; then
6209 ac_ct_DSYMUTIL=$DSYMUTIL
6210 # Extract the first word of "dsymutil", so it can be a program name with args.
6211set dummy dsymutil; ac_word=$2
6212{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6213$as_echo_n "checking for $ac_word... " >&6; }
6214if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
6215 $as_echo_n "(cached) " >&6
bf9f3bac 6216else
8934764e
BB
6217 if test -n "$ac_ct_DSYMUTIL"; then
6218 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
bf9f3bac 6219else
6220as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6221for as_dir in $PATH
6222do
6223 IFS=$as_save_IFS
6224 test -z "$as_dir" && as_dir=.
6225 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
6226 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6227 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6228 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 6229 break 2
6230 fi
6231done
6232done
8934764e 6233IFS=$as_save_IFS
bf9f3bac 6234
bf9f3bac 6235fi
6236fi
8934764e
BB
6237ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6238if test -n "$ac_ct_DSYMUTIL"; then
6239 { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
6240$as_echo "$ac_ct_DSYMUTIL" >&6; }
bf9f3bac 6241else
8934764e
BB
6242 { $as_echo "$as_me:$LINENO: result: no" >&5
6243$as_echo "no" >&6; }
bf9f3bac 6244fi
6245
8934764e
BB
6246 if test "x$ac_ct_DSYMUTIL" = x; then
6247 DSYMUTIL=":"
6248 else
6249 case $cross_compiling:$ac_tool_warned in
6250yes:)
6251{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6252$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6253ac_tool_warned=yes ;;
6254esac
6255 DSYMUTIL=$ac_ct_DSYMUTIL
6256 fi
bf9f3bac 6257else
8934764e 6258 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
bf9f3bac 6259fi
6260
8934764e
BB
6261 if test -n "$ac_tool_prefix"; then
6262 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6263set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6264{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6265$as_echo_n "checking for $ac_word... " >&6; }
6266if test "${ac_cv_prog_NMEDIT+set}" = set; then
6267 $as_echo_n "(cached) " >&6
bf9f3bac 6268else
8934764e
BB
6269 if test -n "$NMEDIT"; then
6270 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
bf9f3bac 6271else
6272as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6273for as_dir in $PATH
6274do
6275 IFS=$as_save_IFS
6276 test -z "$as_dir" && as_dir=.
6277 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
6278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6279 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6280 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 6281 break 2
6282 fi
6283done
6284done
8934764e 6285IFS=$as_save_IFS
bf9f3bac 6286
6287fi
6288fi
8934764e
BB
6289NMEDIT=$ac_cv_prog_NMEDIT
6290if test -n "$NMEDIT"; then
6291 { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
6292$as_echo "$NMEDIT" >&6; }
bf9f3bac 6293else
8934764e
BB
6294 { $as_echo "$as_me:$LINENO: result: no" >&5
6295$as_echo "no" >&6; }
bf9f3bac 6296fi
6297
8934764e 6298
bf9f3bac 6299fi
8934764e
BB
6300if test -z "$ac_cv_prog_NMEDIT"; then
6301 ac_ct_NMEDIT=$NMEDIT
6302 # Extract the first word of "nmedit", so it can be a program name with args.
6303set dummy nmedit; ac_word=$2
6304{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6305$as_echo_n "checking for $ac_word... " >&6; }
6306if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
6307 $as_echo_n "(cached) " >&6
bf9f3bac 6308else
8934764e
BB
6309 if test -n "$ac_ct_NMEDIT"; then
6310 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
bf9f3bac 6311else
6312as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6313for as_dir in $PATH
6314do
6315 IFS=$as_save_IFS
6316 test -z "$as_dir" && as_dir=.
6317 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
6318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6319 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6320 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 6321 break 2
6322 fi
6323done
6324done
8934764e 6325IFS=$as_save_IFS
bf9f3bac 6326
bf9f3bac 6327fi
6328fi
8934764e
BB
6329ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6330if test -n "$ac_ct_NMEDIT"; then
6331 { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
6332$as_echo "$ac_ct_NMEDIT" >&6; }
bf9f3bac 6333else
8934764e
BB
6334 { $as_echo "$as_me:$LINENO: result: no" >&5
6335$as_echo "no" >&6; }
bf9f3bac 6336fi
6337
8934764e
BB
6338 if test "x$ac_ct_NMEDIT" = x; then
6339 NMEDIT=":"
6340 else
6341 case $cross_compiling:$ac_tool_warned in
6342yes:)
6343{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6344$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6345ac_tool_warned=yes ;;
6346esac
6347 NMEDIT=$ac_ct_NMEDIT
6348 fi
bf9f3bac 6349else
8934764e 6350 NMEDIT="$ac_cv_prog_NMEDIT"
bf9f3bac 6351fi
6352
8934764e
BB
6353 if test -n "$ac_tool_prefix"; then
6354 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6355set dummy ${ac_tool_prefix}lipo; ac_word=$2
6356{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6357$as_echo_n "checking for $ac_word... " >&6; }
6358if test "${ac_cv_prog_LIPO+set}" = set; then
6359 $as_echo_n "(cached) " >&6
bf9f3bac 6360else
8934764e
BB
6361 if test -n "$LIPO"; then
6362 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
bf9f3bac 6363else
6364as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6365for as_dir in $PATH
6366do
6367 IFS=$as_save_IFS
6368 test -z "$as_dir" && as_dir=.
6369 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
6370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6371 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6372 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 6373 break 2
6374 fi
6375done
6376done
8934764e 6377IFS=$as_save_IFS
bf9f3bac 6378
6379fi
6380fi
8934764e
BB
6381LIPO=$ac_cv_prog_LIPO
6382if test -n "$LIPO"; then
6383 { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
6384$as_echo "$LIPO" >&6; }
bf9f3bac 6385else
8934764e
BB
6386 { $as_echo "$as_me:$LINENO: result: no" >&5
6387$as_echo "no" >&6; }
bf9f3bac 6388fi
6389
8934764e 6390
bf9f3bac 6391fi
8934764e
BB
6392if test -z "$ac_cv_prog_LIPO"; then
6393 ac_ct_LIPO=$LIPO
6394 # Extract the first word of "lipo", so it can be a program name with args.
6395set dummy lipo; ac_word=$2
6396{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6397$as_echo_n "checking for $ac_word... " >&6; }
6398if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
6399 $as_echo_n "(cached) " >&6
bf9f3bac 6400else
8934764e
BB
6401 if test -n "$ac_ct_LIPO"; then
6402 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
bf9f3bac 6403else
6404as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6405for as_dir in $PATH
6406do
6407 IFS=$as_save_IFS
6408 test -z "$as_dir" && as_dir=.
6409 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
6410 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6411 ac_cv_prog_ac_ct_LIPO="lipo"
6412 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 6413 break 2
6414 fi
6415done
6416done
8934764e 6417IFS=$as_save_IFS
bf9f3bac 6418
bf9f3bac 6419fi
6420fi
8934764e
BB
6421ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6422if test -n "$ac_ct_LIPO"; then
6423 { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
6424$as_echo "$ac_ct_LIPO" >&6; }
bf9f3bac 6425else
8934764e
BB
6426 { $as_echo "$as_me:$LINENO: result: no" >&5
6427$as_echo "no" >&6; }
bf9f3bac 6428fi
6429
8934764e
BB
6430 if test "x$ac_ct_LIPO" = x; then
6431 LIPO=":"
6432 else
6433 case $cross_compiling:$ac_tool_warned in
6434yes:)
6435{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6436$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6437ac_tool_warned=yes ;;
6438esac
6439 LIPO=$ac_ct_LIPO
6440 fi
bf9f3bac 6441else
8934764e 6442 LIPO="$ac_cv_prog_LIPO"
bf9f3bac 6443fi
6444
8934764e
BB
6445 if test -n "$ac_tool_prefix"; then
6446 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6447set dummy ${ac_tool_prefix}otool; ac_word=$2
6448{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6449$as_echo_n "checking for $ac_word... " >&6; }
6450if test "${ac_cv_prog_OTOOL+set}" = set; then
6451 $as_echo_n "(cached) " >&6
6452else
6453 if test -n "$OTOOL"; then
6454 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6455else
6456as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6457for as_dir in $PATH
6458do
6459 IFS=$as_save_IFS
6460 test -z "$as_dir" && as_dir=.
6461 for ac_exec_ext in '' $ac_executable_extensions; do
6462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6463 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6464 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6465 break 2
6466 fi
bf9f3bac 6467done
8934764e
BB
6468done
6469IFS=$as_save_IFS
bf9f3bac 6470
8934764e
BB
6471fi
6472fi
6473OTOOL=$ac_cv_prog_OTOOL
6474if test -n "$OTOOL"; then
6475 { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
6476$as_echo "$OTOOL" >&6; }
bf9f3bac 6477else
8934764e
BB
6478 { $as_echo "$as_me:$LINENO: result: no" >&5
6479$as_echo "no" >&6; }
6480fi
bf9f3bac 6481
bf9f3bac 6482
bf9f3bac 6483fi
8934764e
BB
6484if test -z "$ac_cv_prog_OTOOL"; then
6485 ac_ct_OTOOL=$OTOOL
6486 # Extract the first word of "otool", so it can be a program name with args.
6487set dummy otool; ac_word=$2
6488{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6489$as_echo_n "checking for $ac_word... " >&6; }
6490if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
6491 $as_echo_n "(cached) " >&6
bf9f3bac 6492else
8934764e
BB
6493 if test -n "$ac_ct_OTOOL"; then
6494 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
bf9f3bac 6495else
8934764e
BB
6496as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6497for as_dir in $PATH
6498do
6499 IFS=$as_save_IFS
6500 test -z "$as_dir" && as_dir=.
6501 for ac_exec_ext in '' $ac_executable_extensions; do
6502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6503 ac_cv_prog_ac_ct_OTOOL="otool"
6504 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6505 break 2
6506 fi
6507done
6508done
6509IFS=$as_save_IFS
bf9f3bac 6510
bf9f3bac 6511fi
8934764e
BB
6512fi
6513ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6514if test -n "$ac_ct_OTOOL"; then
6515 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
6516$as_echo "$ac_ct_OTOOL" >&6; }
bf9f3bac 6517else
8934764e
BB
6518 { $as_echo "$as_me:$LINENO: result: no" >&5
6519$as_echo "no" >&6; }
bf9f3bac 6520fi
6521
8934764e
BB
6522 if test "x$ac_ct_OTOOL" = x; then
6523 OTOOL=":"
bf9f3bac 6524 else
8934764e
BB
6525 case $cross_compiling:$ac_tool_warned in
6526yes:)
6527{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6528$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6529ac_tool_warned=yes ;;
6530esac
6531 OTOOL=$ac_ct_OTOOL
bf9f3bac 6532 fi
8934764e
BB
6533else
6534 OTOOL="$ac_cv_prog_OTOOL"
bf9f3bac 6535fi
6536
8934764e
BB
6537 if test -n "$ac_tool_prefix"; then
6538 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6539set dummy ${ac_tool_prefix}otool64; ac_word=$2
6540{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6541$as_echo_n "checking for $ac_word... " >&6; }
6542if test "${ac_cv_prog_OTOOL64+set}" = set; then
6543 $as_echo_n "(cached) " >&6
6544else
6545 if test -n "$OTOOL64"; then
6546 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6547else
6548as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6549for as_dir in $PATH
6550do
6551 IFS=$as_save_IFS
6552 test -z "$as_dir" && as_dir=.
6553 for ac_exec_ext in '' $ac_executable_extensions; do
6554 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6555 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6556 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6557 break 2
bf9f3bac 6558 fi
8934764e
BB
6559done
6560done
6561IFS=$as_save_IFS
bf9f3bac 6562
8934764e
BB
6563fi
6564fi
6565OTOOL64=$ac_cv_prog_OTOOL64
6566if test -n "$OTOOL64"; then
6567 { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
6568$as_echo "$OTOOL64" >&6; }
6569else
6570 { $as_echo "$as_me:$LINENO: result: no" >&5
6571$as_echo "no" >&6; }
6572fi
bf9f3bac 6573
bf9f3bac 6574
8934764e
BB
6575fi
6576if test -z "$ac_cv_prog_OTOOL64"; then
6577 ac_ct_OTOOL64=$OTOOL64
6578 # Extract the first word of "otool64", so it can be a program name with args.
6579set dummy otool64; ac_word=$2
6580{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6581$as_echo_n "checking for $ac_word... " >&6; }
6582if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
6583 $as_echo_n "(cached) " >&6
6584else
6585 if test -n "$ac_ct_OTOOL64"; then
6586 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6587else
6588as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6589for as_dir in $PATH
6590do
6591 IFS=$as_save_IFS
6592 test -z "$as_dir" && as_dir=.
6593 for ac_exec_ext in '' $ac_executable_extensions; do
6594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6595 ac_cv_prog_ac_ct_OTOOL64="otool64"
6596 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6597 break 2
6598 fi
6599done
6600done
6601IFS=$as_save_IFS
bf9f3bac 6602
8934764e
BB
6603fi
6604fi
6605ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6606if test -n "$ac_ct_OTOOL64"; then
6607 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
6608$as_echo "$ac_ct_OTOOL64" >&6; }
6609else
6610 { $as_echo "$as_me:$LINENO: result: no" >&5
6611$as_echo "no" >&6; }
6612fi
bf9f3bac 6613
8934764e
BB
6614 if test "x$ac_ct_OTOOL64" = x; then
6615 OTOOL64=":"
6616 else
6617 case $cross_compiling:$ac_tool_warned in
6618yes:)
6619{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6620$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6621ac_tool_warned=yes ;;
6622esac
6623 OTOOL64=$ac_ct_OTOOL64
6624 fi
bf9f3bac 6625else
8934764e
BB
6626 OTOOL64="$ac_cv_prog_OTOOL64"
6627fi
bf9f3bac 6628
bf9f3bac 6629
6630
bf9f3bac 6631
bf9f3bac 6632
bf9f3bac 6633
bf9f3bac 6634
6635
bf9f3bac 6636
bf9f3bac 6637
bf9f3bac 6638
6639
bf9f3bac 6640
bf9f3bac 6641
6642
6643
bf9f3bac 6644
bf9f3bac 6645
6646
bf9f3bac 6647
bf9f3bac 6648
8934764e
BB
6649
6650
6651
6652
6653
6654
6655 { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
6656$as_echo_n "checking for -single_module linker flag... " >&6; }
6657if test "${lt_cv_apple_cc_single_mod+set}" = set; then
6658 $as_echo_n "(cached) " >&6
bf9f3bac 6659else
8934764e
BB
6660 lt_cv_apple_cc_single_mod=no
6661 if test -z "${LT_MULTI_MODULE}"; then
6662 # By default we will add the -single_module flag. You can override
6663 # by either setting the environment variable LT_MULTI_MODULE
6664 # non-empty at configure time, or by adding -multi_module to the
6665 # link flags.
6666 rm -rf libconftest.dylib*
6667 echo "int foo(void){return 1;}" > conftest.c
6668 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6669-dynamiclib -Wl,-single_module conftest.c" >&5
6670 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6671 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6672 _lt_result=$?
6673 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6674 lt_cv_apple_cc_single_mod=yes
6675 else
6676 cat conftest.err >&5
6677 fi
6678 rm -rf libconftest.dylib*
6679 rm -f conftest.*
6680 fi
bf9f3bac 6681fi
8934764e
BB
6682{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
6683$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6684 { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
6685$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6686if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
6687 $as_echo_n "(cached) " >&6
6688else
6689 lt_cv_ld_exported_symbols_list=no
6690 save_LDFLAGS=$LDFLAGS
6691 echo "_main" > conftest.sym
6692 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6693 cat >conftest.$ac_ext <<_ACEOF
6694/* confdefs.h. */
6695_ACEOF
6696cat confdefs.h >>conftest.$ac_ext
6697cat >>conftest.$ac_ext <<_ACEOF
6698/* end confdefs.h. */
bf9f3bac 6699
8934764e
BB
6700int
6701main ()
6702{
bf9f3bac 6703
8934764e
BB
6704 ;
6705 return 0;
6706}
6707_ACEOF
6708rm -f conftest.$ac_objext conftest$ac_exeext
6709if { (ac_try="$ac_link"
6710case "(($ac_try" in
6711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6712 *) ac_try_echo=$ac_try;;
6713esac
6714eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6715$as_echo "$ac_try_echo") >&5
6716 (eval "$ac_link") 2>conftest.er1
6717 ac_status=$?
6718 grep -v '^ *+' conftest.er1 >conftest.err
6719 rm -f conftest.er1
6720 cat conftest.err >&5
6721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6722 (exit $ac_status); } && {
6723 test -z "$ac_c_werror_flag" ||
6724 test ! -s conftest.err
6725 } && test -s conftest$ac_exeext && {
6726 test "$cross_compiling" = yes ||
6727 $as_test_x conftest$ac_exeext
6728 }; then
6729 lt_cv_ld_exported_symbols_list=yes
6730else
6731 $as_echo "$as_me: failed program was:" >&5
6732sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 6733
8934764e
BB
6734 lt_cv_ld_exported_symbols_list=no
6735fi
bf9f3bac 6736
8934764e
BB
6737rm -rf conftest.dSYM
6738rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6739 conftest$ac_exeext conftest.$ac_ext
6740 LDFLAGS="$save_LDFLAGS"
bf9f3bac 6741
8934764e
BB
6742fi
6743{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
6744$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
bf9f3bac 6745 case $host_os in
8934764e
BB
6746 rhapsody* | darwin1.[012])
6747 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6748 darwin1.*)
6749 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6750 darwin*) # darwin 5.x on
6751 # if running on 10.5 or later, the deployment target defaults
6752 # to the OS version, if on x86, and 10.4, the deployment
6753 # target defaults to 10.4. Don't you love it?
6754 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6755 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6756 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6757 10.[012]*)
6758 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6759 10.*)
6760 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6761 esac
6762 ;;
6763 esac
6764 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6765 _lt_dar_single_mod='$single_module'
6766 fi
6767 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6768 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6769 else
6770 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6771 fi
6772 if test "$DSYMUTIL" != ":"; then
6773 _lt_dsymutil='~$DSYMUTIL $lib || :'
6774 else
6775 _lt_dsymutil=
6776 fi
6777 ;;
6778 esac
bf9f3bac 6779
8934764e
BB
6780ac_ext=c
6781ac_cpp='$CPP $CPPFLAGS'
6782ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6783ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6784ac_compiler_gnu=$ac_cv_c_compiler_gnu
6785{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6786$as_echo_n "checking how to run the C preprocessor... " >&6; }
6787# On Suns, sometimes $CPP names a directory.
6788if test -n "$CPP" && test -d "$CPP"; then
6789 CPP=
6790fi
6791if test -z "$CPP"; then
6792 if test "${ac_cv_prog_CPP+set}" = set; then
6793 $as_echo_n "(cached) " >&6
6794else
6795 # Double quotes because CPP needs to be expanded
6796 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6797 do
6798 ac_preproc_ok=false
6799for ac_c_preproc_warn_flag in '' yes
6800do
6801 # Use a header file that comes with gcc, so configuring glibc
6802 # with a fresh cross-compiler works.
6803 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6804 # <limits.h> exists even on freestanding compilers.
6805 # On the NeXT, cc -E runs the code through the compiler's parser,
6806 # not just through cpp. "Syntax error" is here to catch this case.
6807 cat >conftest.$ac_ext <<_ACEOF
6808/* confdefs.h. */
6809_ACEOF
6810cat confdefs.h >>conftest.$ac_ext
6811cat >>conftest.$ac_ext <<_ACEOF
6812/* end confdefs.h. */
6813#ifdef __STDC__
6814# include <limits.h>
6815#else
6816# include <assert.h>
6817#endif
6818 Syntax error
6819_ACEOF
6820if { (ac_try="$ac_cpp conftest.$ac_ext"
6821case "(($ac_try" in
6822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6823 *) ac_try_echo=$ac_try;;
6824esac
6825eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6826$as_echo "$ac_try_echo") >&5
6827 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6828 ac_status=$?
6829 grep -v '^ *+' conftest.er1 >conftest.err
6830 rm -f conftest.er1
6831 cat conftest.err >&5
6832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6833 (exit $ac_status); } >/dev/null && {
6834 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6835 test ! -s conftest.err
6836 }; then
6837 :
6838else
6839 $as_echo "$as_me: failed program was:" >&5
6840sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 6841
8934764e
BB
6842 # Broken: fails on valid input.
6843continue
6844fi
bf9f3bac 6845
8934764e 6846rm -f conftest.err conftest.$ac_ext
bf9f3bac 6847
8934764e
BB
6848 # OK, works on sane cases. Now check whether nonexistent headers
6849 # can be detected and how.
6850 cat >conftest.$ac_ext <<_ACEOF
6851/* confdefs.h. */
6852_ACEOF
6853cat confdefs.h >>conftest.$ac_ext
6854cat >>conftest.$ac_ext <<_ACEOF
6855/* end confdefs.h. */
6856#include <ac_nonexistent.h>
6857_ACEOF
6858if { (ac_try="$ac_cpp conftest.$ac_ext"
6859case "(($ac_try" in
6860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6861 *) ac_try_echo=$ac_try;;
6862esac
6863eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6864$as_echo "$ac_try_echo") >&5
6865 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6866 ac_status=$?
6867 grep -v '^ *+' conftest.er1 >conftest.err
6868 rm -f conftest.er1
6869 cat conftest.err >&5
6870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6871 (exit $ac_status); } >/dev/null && {
6872 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6873 test ! -s conftest.err
6874 }; then
6875 # Broken: success on invalid input.
6876continue
6877else
6878 $as_echo "$as_me: failed program was:" >&5
6879sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 6880
8934764e
BB
6881 # Passes both tests.
6882ac_preproc_ok=:
6883break
6884fi
bf9f3bac 6885
8934764e 6886rm -f conftest.err conftest.$ac_ext
bf9f3bac 6887
8934764e
BB
6888done
6889# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6890rm -f conftest.err conftest.$ac_ext
6891if $ac_preproc_ok; then
6892 break
6893fi
bf9f3bac 6894
8934764e
BB
6895 done
6896 ac_cv_prog_CPP=$CPP
bf9f3bac 6897
8934764e
BB
6898fi
6899 CPP=$ac_cv_prog_CPP
6900else
6901 ac_cv_prog_CPP=$CPP
6902fi
6903{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
6904$as_echo "$CPP" >&6; }
6905ac_preproc_ok=false
6906for ac_c_preproc_warn_flag in '' yes
6907do
6908 # Use a header file that comes with gcc, so configuring glibc
6909 # with a fresh cross-compiler works.
6910 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6911 # <limits.h> exists even on freestanding compilers.
6912 # On the NeXT, cc -E runs the code through the compiler's parser,
6913 # not just through cpp. "Syntax error" is here to catch this case.
6914 cat >conftest.$ac_ext <<_ACEOF
6915/* confdefs.h. */
6916_ACEOF
6917cat confdefs.h >>conftest.$ac_ext
6918cat >>conftest.$ac_ext <<_ACEOF
6919/* end confdefs.h. */
6920#ifdef __STDC__
6921# include <limits.h>
6922#else
6923# include <assert.h>
6924#endif
6925 Syntax error
6926_ACEOF
6927if { (ac_try="$ac_cpp conftest.$ac_ext"
6928case "(($ac_try" in
6929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6930 *) ac_try_echo=$ac_try;;
6931esac
6932eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6933$as_echo "$ac_try_echo") >&5
6934 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6935 ac_status=$?
6936 grep -v '^ *+' conftest.er1 >conftest.err
6937 rm -f conftest.er1
6938 cat conftest.err >&5
6939 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6940 (exit $ac_status); } >/dev/null && {
6941 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6942 test ! -s conftest.err
6943 }; then
6944 :
6945else
6946 $as_echo "$as_me: failed program was:" >&5
6947sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 6948
8934764e
BB
6949 # Broken: fails on valid input.
6950continue
6951fi
bf9f3bac 6952
8934764e 6953rm -f conftest.err conftest.$ac_ext
bf9f3bac 6954
8934764e
BB
6955 # OK, works on sane cases. Now check whether nonexistent headers
6956 # can be detected and how.
6957 cat >conftest.$ac_ext <<_ACEOF
6958/* confdefs.h. */
6959_ACEOF
6960cat confdefs.h >>conftest.$ac_ext
6961cat >>conftest.$ac_ext <<_ACEOF
6962/* end confdefs.h. */
6963#include <ac_nonexistent.h>
6964_ACEOF
6965if { (ac_try="$ac_cpp conftest.$ac_ext"
6966case "(($ac_try" in
6967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6968 *) ac_try_echo=$ac_try;;
6969esac
6970eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6971$as_echo "$ac_try_echo") >&5
6972 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6973 ac_status=$?
6974 grep -v '^ *+' conftest.er1 >conftest.err
6975 rm -f conftest.er1
6976 cat conftest.err >&5
6977 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6978 (exit $ac_status); } >/dev/null && {
6979 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6980 test ! -s conftest.err
6981 }; then
6982 # Broken: success on invalid input.
6983continue
6984else
6985 $as_echo "$as_me: failed program was:" >&5
6986sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 6987
8934764e
BB
6988 # Passes both tests.
6989ac_preproc_ok=:
6990break
6991fi
bf9f3bac 6992
8934764e 6993rm -f conftest.err conftest.$ac_ext
bf9f3bac 6994
8934764e
BB
6995done
6996# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6997rm -f conftest.err conftest.$ac_ext
6998if $ac_preproc_ok; then
6999 :
7000else
7001 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
7002$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7003{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
7004See \`config.log' for more details." >&5
7005$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
7006See \`config.log' for more details." >&2;}
7007 { (exit 1); exit 1; }; }; }
7008fi
bf9f3bac 7009
8934764e
BB
7010ac_ext=c
7011ac_cpp='$CPP $CPPFLAGS'
7012ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7013ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7014ac_compiler_gnu=$ac_cv_c_compiler_gnu
bf9f3bac 7015
bf9f3bac 7016
8934764e
BB
7017{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7018$as_echo_n "checking for ANSI C header files... " >&6; }
7019if test "${ac_cv_header_stdc+set}" = set; then
7020 $as_echo_n "(cached) " >&6
7021else
7022 cat >conftest.$ac_ext <<_ACEOF
7023/* confdefs.h. */
7024_ACEOF
7025cat confdefs.h >>conftest.$ac_ext
7026cat >>conftest.$ac_ext <<_ACEOF
7027/* end confdefs.h. */
7028#include <stdlib.h>
7029#include <stdarg.h>
7030#include <string.h>
7031#include <float.h>
bf9f3bac 7032
8934764e
BB
7033int
7034main ()
7035{
bf9f3bac 7036
8934764e
BB
7037 ;
7038 return 0;
7039}
7040_ACEOF
7041rm -f conftest.$ac_objext
7042if { (ac_try="$ac_compile"
7043case "(($ac_try" in
7044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7045 *) ac_try_echo=$ac_try;;
7046esac
7047eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7048$as_echo "$ac_try_echo") >&5
7049 (eval "$ac_compile") 2>conftest.er1
7050 ac_status=$?
7051 grep -v '^ *+' conftest.er1 >conftest.err
7052 rm -f conftest.er1
7053 cat conftest.err >&5
7054 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7055 (exit $ac_status); } && {
7056 test -z "$ac_c_werror_flag" ||
7057 test ! -s conftest.err
7058 } && test -s conftest.$ac_objext; then
7059 ac_cv_header_stdc=yes
bf9f3bac 7060else
8934764e
BB
7061 $as_echo "$as_me: failed program was:" >&5
7062sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 7063
8934764e 7064 ac_cv_header_stdc=no
bf9f3bac 7065fi
bf9f3bac 7066
8934764e 7067rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bf9f3bac 7068
8934764e
BB
7069if test $ac_cv_header_stdc = yes; then
7070 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7071 cat >conftest.$ac_ext <<_ACEOF
7072/* confdefs.h. */
7073_ACEOF
7074cat confdefs.h >>conftest.$ac_ext
7075cat >>conftest.$ac_ext <<_ACEOF
7076/* end confdefs.h. */
7077#include <string.h>
bf9f3bac 7078
8934764e
BB
7079_ACEOF
7080if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7081 $EGREP "memchr" >/dev/null 2>&1; then
7082 :
bf9f3bac 7083else
8934764e
BB
7084 ac_cv_header_stdc=no
7085fi
7086rm -f conftest*
bf9f3bac 7087
7088fi
bf9f3bac 7089
8934764e
BB
7090if test $ac_cv_header_stdc = yes; then
7091 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7092 cat >conftest.$ac_ext <<_ACEOF
7093/* confdefs.h. */
7094_ACEOF
7095cat confdefs.h >>conftest.$ac_ext
7096cat >>conftest.$ac_ext <<_ACEOF
7097/* end confdefs.h. */
7098#include <stdlib.h>
7099
7100_ACEOF
7101if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7102 $EGREP "free" >/dev/null 2>&1; then
7103 :
bf9f3bac 7104else
8934764e 7105 ac_cv_header_stdc=no
bf9f3bac 7106fi
8934764e 7107rm -f conftest*
bf9f3bac 7108
8934764e 7109fi
bf9f3bac 7110
8934764e
BB
7111if test $ac_cv_header_stdc = yes; then
7112 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7113 if test "$cross_compiling" = yes; then
7114 :
bf9f3bac 7115else
8934764e
BB
7116 cat >conftest.$ac_ext <<_ACEOF
7117/* confdefs.h. */
7118_ACEOF
7119cat confdefs.h >>conftest.$ac_ext
7120cat >>conftest.$ac_ext <<_ACEOF
7121/* end confdefs.h. */
7122#include <ctype.h>
7123#include <stdlib.h>
7124#if ((' ' & 0x0FF) == 0x020)
7125# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7126# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7127#else
7128# define ISLOWER(c) \
7129 (('a' <= (c) && (c) <= 'i') \
7130 || ('j' <= (c) && (c) <= 'r') \
7131 || ('s' <= (c) && (c) <= 'z'))
7132# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7133#endif
bf9f3bac 7134
8934764e
BB
7135#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7136int
7137main ()
7138{
7139 int i;
7140 for (i = 0; i < 256; i++)
7141 if (XOR (islower (i), ISLOWER (i))
7142 || toupper (i) != TOUPPER (i))
7143 return 2;
7144 return 0;
7145}
7146_ACEOF
7147rm -f conftest$ac_exeext
7148if { (ac_try="$ac_link"
7149case "(($ac_try" in
7150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7151 *) ac_try_echo=$ac_try;;
7152esac
7153eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7154$as_echo "$ac_try_echo") >&5
7155 (eval "$ac_link") 2>&5
7156 ac_status=$?
7157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7158 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7159 { (case "(($ac_try" in
7160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7161 *) ac_try_echo=$ac_try;;
7162esac
7163eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7164$as_echo "$ac_try_echo") >&5
7165 (eval "$ac_try") 2>&5
7166 ac_status=$?
7167 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7168 (exit $ac_status); }; }; then
7169 :
7170else
7171 $as_echo "$as_me: program exited with status $ac_status" >&5
7172$as_echo "$as_me: failed program was:" >&5
7173sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 7174
8934764e
BB
7175( exit $ac_status )
7176ac_cv_header_stdc=no
7177fi
7178rm -rf conftest.dSYM
7179rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
bf9f3bac 7180fi
bf9f3bac 7181
7182
bf9f3bac 7183fi
8934764e
BB
7184fi
7185{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7186$as_echo "$ac_cv_header_stdc" >&6; }
7187if test $ac_cv_header_stdc = yes; then
bf9f3bac 7188
8934764e
BB
7189cat >>confdefs.h <<\_ACEOF
7190#define STDC_HEADERS 1
7191_ACEOF
bf9f3bac 7192
8934764e 7193fi
bf9f3bac 7194
8934764e 7195# On IRIX 5.3, sys/types and inttypes.h are conflicting.
bf9f3bac 7196
bf9f3bac 7197
bf9f3bac 7198
bf9f3bac 7199
bf9f3bac 7200
bf9f3bac 7201
bf9f3bac 7202
bf9f3bac 7203
bf9f3bac 7204
8934764e
BB
7205for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7206 inttypes.h stdint.h unistd.h
7207do
7208as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7209{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7210$as_echo_n "checking for $ac_header... " >&6; }
7211if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7212 $as_echo_n "(cached) " >&6
7213else
7214 cat >conftest.$ac_ext <<_ACEOF
7215/* confdefs.h. */
7216_ACEOF
7217cat confdefs.h >>conftest.$ac_ext
7218cat >>conftest.$ac_ext <<_ACEOF
7219/* end confdefs.h. */
7220$ac_includes_default
bf9f3bac 7221
8934764e
BB
7222#include <$ac_header>
7223_ACEOF
7224rm -f conftest.$ac_objext
7225if { (ac_try="$ac_compile"
7226case "(($ac_try" in
7227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7228 *) ac_try_echo=$ac_try;;
7229esac
7230eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7231$as_echo "$ac_try_echo") >&5
7232 (eval "$ac_compile") 2>conftest.er1
7233 ac_status=$?
7234 grep -v '^ *+' conftest.er1 >conftest.err
7235 rm -f conftest.er1
7236 cat conftest.err >&5
7237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7238 (exit $ac_status); } && {
7239 test -z "$ac_c_werror_flag" ||
7240 test ! -s conftest.err
7241 } && test -s conftest.$ac_objext; then
7242 eval "$as_ac_Header=yes"
7243else
7244 $as_echo "$as_me: failed program was:" >&5
7245sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 7246
8934764e
BB
7247 eval "$as_ac_Header=no"
7248fi
bf9f3bac 7249
8934764e
BB
7250rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7251fi
7252ac_res=`eval 'as_val=${'$as_ac_Header'}
7253 $as_echo "$as_val"'`
7254 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7255$as_echo "$ac_res" >&6; }
7256as_val=`eval 'as_val=${'$as_ac_Header'}
7257 $as_echo "$as_val"'`
7258 if test "x$as_val" = x""yes; then
7259 cat >>confdefs.h <<_ACEOF
7260#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7261_ACEOF
bf9f3bac 7262
8934764e 7263fi
bf9f3bac 7264
8934764e 7265done
bf9f3bac 7266
bf9f3bac 7267
bf9f3bac 7268
8934764e
BB
7269for ac_header in dlfcn.h
7270do
7271as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7272{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7273$as_echo_n "checking for $ac_header... " >&6; }
7274if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7275 $as_echo_n "(cached) " >&6
7276else
7277 cat >conftest.$ac_ext <<_ACEOF
bf9f3bac 7278/* confdefs.h. */
7279_ACEOF
7280cat confdefs.h >>conftest.$ac_ext
7281cat >>conftest.$ac_ext <<_ACEOF
7282/* end confdefs.h. */
8934764e 7283$ac_includes_default
bf9f3bac 7284
8934764e 7285#include <$ac_header>
bf9f3bac 7286_ACEOF
8934764e
BB
7287rm -f conftest.$ac_objext
7288if { (ac_try="$ac_compile"
7289case "(($ac_try" in
7290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7291 *) ac_try_echo=$ac_try;;
7292esac
7293eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7294$as_echo "$ac_try_echo") >&5
7295 (eval "$ac_compile") 2>conftest.er1
bf9f3bac 7296 ac_status=$?
7297 grep -v '^ *+' conftest.er1 >conftest.err
7298 rm -f conftest.er1
7299 cat conftest.err >&5
8934764e
BB
7300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7301 (exit $ac_status); } && {
7302 test -z "$ac_c_werror_flag" ||
7303 test ! -s conftest.err
7304 } && test -s conftest.$ac_objext; then
7305 eval "$as_ac_Header=yes"
bf9f3bac 7306else
8934764e 7307 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 7308sed 's/^/| /' conftest.$ac_ext >&5
7309
8934764e 7310 eval "$as_ac_Header=no"
bf9f3bac 7311fi
bf9f3bac 7312
8934764e
BB
7313rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7314fi
7315ac_res=`eval 'as_val=${'$as_ac_Header'}
7316 $as_echo "$as_val"'`
7317 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7318$as_echo "$ac_res" >&6; }
7319as_val=`eval 'as_val=${'$as_ac_Header'}
7320 $as_echo "$as_val"'`
7321 if test "x$as_val" = x""yes; then
7322 cat >>confdefs.h <<_ACEOF
7323#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bf9f3bac 7324_ACEOF
bf9f3bac 7325
7326fi
bf9f3bac 7327
8934764e 7328done
bf9f3bac 7329
bf9f3bac 7330
bf9f3bac 7331
8934764e 7332# Set options
bf9f3bac 7333
bf9f3bac 7334
bf9f3bac 7335
8934764e 7336 enable_dlopen=no
bf9f3bac 7337
bf9f3bac 7338
8934764e 7339 enable_win32_dll=no
bf9f3bac 7340
bf9f3bac 7341
8934764e
BB
7342 # Check whether --enable-shared was given.
7343if test "${enable_shared+set}" = set; then
7344 enableval=$enable_shared; p=${PACKAGE-default}
7345 case $enableval in
7346 yes) enable_shared=yes ;;
7347 no) enable_shared=no ;;
7348 *)
7349 enable_shared=no
7350 # Look at the argument we got. We use all the common list separators.
7351 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7352 for pkg in $enableval; do
7353 IFS="$lt_save_ifs"
7354 if test "X$pkg" = "X$p"; then
7355 enable_shared=yes
7356 fi
7357 done
7358 IFS="$lt_save_ifs"
bf9f3bac 7359 ;;
8934764e
BB
7360 esac
7361else
7362 enable_shared=yes
7363fi
bf9f3bac 7364
bf9f3bac 7365
bf9f3bac 7366
bf9f3bac 7367
bf9f3bac 7368
bf9f3bac 7369
bf9f3bac 7370
8934764e
BB
7371
7372
7373 # Check whether --enable-static was given.
7374if test "${enable_static+set}" = set; then
7375 enableval=$enable_static; p=${PACKAGE-default}
7376 case $enableval in
7377 yes) enable_static=yes ;;
7378 no) enable_static=no ;;
7379 *)
7380 enable_static=no
7381 # Look at the argument we got. We use all the common list separators.
7382 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7383 for pkg in $enableval; do
7384 IFS="$lt_save_ifs"
7385 if test "X$pkg" = "X$p"; then
7386 enable_static=yes
7387 fi
7388 done
7389 IFS="$lt_save_ifs"
7390 ;;
7391 esac
bf9f3bac 7392else
8934764e 7393 enable_static=yes
bf9f3bac 7394fi
bf9f3bac 7395
8934764e
BB
7396
7397
7398
7399
7400
7401
7402
7403
7404
7405# Check whether --with-pic was given.
7406if test "${with_pic+set}" = set; then
7407 withval=$with_pic; pic_mode="$withval"
7408else
7409 pic_mode=default
bf9f3bac 7410fi
7411
7412
8934764e
BB
7413test -z "$pic_mode" && pic_mode=default
7414
7415
7416
7417
7418
7419
7420
7421 # Check whether --enable-fast-install was given.
7422if test "${enable_fast_install+set}" = set; then
7423 enableval=$enable_fast_install; p=${PACKAGE-default}
7424 case $enableval in
7425 yes) enable_fast_install=yes ;;
7426 no) enable_fast_install=no ;;
bf9f3bac 7427 *)
8934764e
BB
7428 enable_fast_install=no
7429 # Look at the argument we got. We use all the common list separators.
7430 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7431 for pkg in $enableval; do
7432 IFS="$lt_save_ifs"
7433 if test "X$pkg" = "X$p"; then
7434 enable_fast_install=yes
7435 fi
7436 done
7437 IFS="$lt_save_ifs"
bf9f3bac 7438 ;;
7439 esac
8934764e
BB
7440else
7441 enable_fast_install=yes
7442fi
bf9f3bac 7443
bf9f3bac 7444
bf9f3bac 7445
bf9f3bac 7446
bf9f3bac 7447
bf9f3bac 7448
bf9f3bac 7449
bf9f3bac 7450
bf9f3bac 7451
bf9f3bac 7452
bf9f3bac 7453
8934764e
BB
7454# This can be used to rebuild libtool when needed
7455LIBTOOL_DEPS="$ltmain"
bf9f3bac 7456
8934764e
BB
7457# Always use our own libtool.
7458LIBTOOL='$(SHELL) $(top_builddir)/libtool'
bf9f3bac 7459
bf9f3bac 7460
bf9f3bac 7461
bf9f3bac 7462
bf9f3bac 7463
bf9f3bac 7464
bf9f3bac 7465
bf9f3bac 7466
bf9f3bac 7467
bf9f3bac 7468
bf9f3bac 7469
bf9f3bac 7470
bf9f3bac 7471
bf9f3bac 7472
bf9f3bac 7473
bf9f3bac 7474
bf9f3bac 7475
bf9f3bac 7476
bf9f3bac 7477
bf9f3bac 7478
bf9f3bac 7479
bf9f3bac 7480
bf9f3bac 7481
bf9f3bac 7482
bf9f3bac 7483
8934764e 7484test -z "$LN_S" && LN_S="ln -s"
bf9f3bac 7485
bf9f3bac 7486
bf9f3bac 7487
bf9f3bac 7488
bf9f3bac 7489
bf9f3bac 7490
bf9f3bac 7491
bf9f3bac 7492
bf9f3bac 7493
bf9f3bac 7494
bf9f3bac 7495
bf9f3bac 7496
bf9f3bac 7497
bf9f3bac 7498
8934764e
BB
7499if test -n "${ZSH_VERSION+set}" ; then
7500 setopt NO_GLOB_SUBST
7501fi
bf9f3bac 7502
8934764e
BB
7503{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
7504$as_echo_n "checking for objdir... " >&6; }
7505if test "${lt_cv_objdir+set}" = set; then
7506 $as_echo_n "(cached) " >&6
7507else
7508 rm -f .libs 2>/dev/null
7509mkdir .libs 2>/dev/null
7510if test -d .libs; then
7511 lt_cv_objdir=.libs
7512else
7513 # MS-DOS does not allow filenames that begin with a dot.
7514 lt_cv_objdir=_libs
7515fi
7516rmdir .libs 2>/dev/null
7517fi
7518{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
7519$as_echo "$lt_cv_objdir" >&6; }
7520objdir=$lt_cv_objdir
bf9f3bac 7521
bf9f3bac 7522
bf9f3bac 7523
bf9f3bac 7524
bf9f3bac 7525
8934764e
BB
7526cat >>confdefs.h <<_ACEOF
7527#define LT_OBJDIR "$lt_cv_objdir/"
7528_ACEOF
bf9f3bac 7529
bf9f3bac 7530
bf9f3bac 7531
bf9f3bac 7532
bf9f3bac 7533
bf9f3bac 7534
bf9f3bac 7535
bf9f3bac 7536
bf9f3bac 7537
bf9f3bac 7538
bf9f3bac 7539
bf9f3bac 7540
bf9f3bac 7541
bf9f3bac 7542
bf9f3bac 7543
bf9f3bac 7544
bf9f3bac 7545
8934764e
BB
7546case $host_os in
7547aix3*)
7548 # AIX sometimes has problems with the GCC collect2 program. For some
7549 # reason, if we set the COLLECT_NAMES environment variable, the problems
7550 # vanish in a puff of smoke.
7551 if test "X${COLLECT_NAMES+set}" != Xset; then
7552 COLLECT_NAMES=
7553 export COLLECT_NAMES
7554 fi
7555 ;;
7556esac
bf9f3bac 7557
8934764e
BB
7558# Sed substitution that helps us do robust quoting. It backslashifies
7559# metacharacters that are still active within double-quoted strings.
7560sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
bf9f3bac 7561
8934764e
BB
7562# Same as above, but do not quote variable references.
7563double_quote_subst='s/\(["`\\]\)/\\\1/g'
bf9f3bac 7564
8934764e
BB
7565# Sed substitution to delay expansion of an escaped shell variable in a
7566# double_quote_subst'ed string.
7567delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
bf9f3bac 7568
8934764e
BB
7569# Sed substitution to delay expansion of an escaped single quote.
7570delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
bf9f3bac 7571
8934764e
BB
7572# Sed substitution to avoid accidental globbing in evaled expressions
7573no_glob_subst='s/\*/\\\*/g'
bf9f3bac 7574
8934764e
BB
7575# Global variables:
7576ofile=libtool
7577can_build_shared=yes
bf9f3bac 7578
8934764e
BB
7579# All known linkers require a `.a' archive for static linking (except MSVC,
7580# which needs '.lib').
7581libext=a
bf9f3bac 7582
8934764e 7583with_gnu_ld="$lt_cv_prog_gnu_ld"
bf9f3bac 7584
8934764e
BB
7585old_CC="$CC"
7586old_CFLAGS="$CFLAGS"
bf9f3bac 7587
8934764e
BB
7588# Set sane defaults for various variables
7589test -z "$CC" && CC=cc
7590test -z "$LTCC" && LTCC=$CC
7591test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7592test -z "$LD" && LD=ld
7593test -z "$ac_objext" && ac_objext=o
bf9f3bac 7594
8934764e
BB
7595for cc_temp in $compiler""; do
7596 case $cc_temp in
7597 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7598 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7599 \-*) ;;
7600 *) break;;
7601 esac
7602done
7603cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
bf9f3bac 7604
bf9f3bac 7605
8934764e
BB
7606# Only perform the check for file, if the check method requires it
7607test -z "$MAGIC_CMD" && MAGIC_CMD=file
7608case $deplibs_check_method in
7609file_magic*)
7610 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7611 { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7612$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7613if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7614 $as_echo_n "(cached) " >&6
7615else
7616 case $MAGIC_CMD in
7617[\\/*] | ?:[\\/]*)
7618 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7619 ;;
7620*)
7621 lt_save_MAGIC_CMD="$MAGIC_CMD"
7622 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7623 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7624 for ac_dir in $ac_dummy; do
7625 IFS="$lt_save_ifs"
7626 test -z "$ac_dir" && ac_dir=.
7627 if test -f $ac_dir/${ac_tool_prefix}file; then
7628 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7629 if test -n "$file_magic_test_file"; then
7630 case $deplibs_check_method in
7631 "file_magic "*)
7632 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7633 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7634 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7635 $EGREP "$file_magic_regex" > /dev/null; then
7636 :
7637 else
7638 cat <<_LT_EOF 1>&2
bf9f3bac 7639
8934764e
BB
7640*** Warning: the command libtool uses to detect shared libraries,
7641*** $file_magic_cmd, produces output that libtool cannot recognize.
7642*** The result is that libtool may fail to recognize shared libraries
7643*** as such. This will affect the creation of libtool libraries that
7644*** depend on shared libraries, but programs linked with such libtool
7645*** libraries will work regardless of this problem. Nevertheless, you
7646*** may want to report the problem to your system manager and/or to
7647*** bug-libtool@gnu.org
bf9f3bac 7648
8934764e
BB
7649_LT_EOF
7650 fi ;;
7651 esac
7652 fi
7653 break
7654 fi
7655 done
7656 IFS="$lt_save_ifs"
7657 MAGIC_CMD="$lt_save_MAGIC_CMD"
7658 ;;
7659esac
7660fi
bf9f3bac 7661
8934764e
BB
7662MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7663if test -n "$MAGIC_CMD"; then
7664 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7665$as_echo "$MAGIC_CMD" >&6; }
7666else
7667 { $as_echo "$as_me:$LINENO: result: no" >&5
7668$as_echo "no" >&6; }
7669fi
bf9f3bac 7670
bf9f3bac 7671
bf9f3bac 7672
bf9f3bac 7673
bf9f3bac 7674
8934764e
BB
7675if test -z "$lt_cv_path_MAGIC_CMD"; then
7676 if test -n "$ac_tool_prefix"; then
7677 { $as_echo "$as_me:$LINENO: checking for file" >&5
7678$as_echo_n "checking for file... " >&6; }
7679if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7680 $as_echo_n "(cached) " >&6
7681else
7682 case $MAGIC_CMD in
7683[\\/*] | ?:[\\/]*)
7684 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7685 ;;
7686*)
7687 lt_save_MAGIC_CMD="$MAGIC_CMD"
7688 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7689 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7690 for ac_dir in $ac_dummy; do
7691 IFS="$lt_save_ifs"
7692 test -z "$ac_dir" && ac_dir=.
7693 if test -f $ac_dir/file; then
7694 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7695 if test -n "$file_magic_test_file"; then
7696 case $deplibs_check_method in
7697 "file_magic "*)
7698 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7699 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7700 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7701 $EGREP "$file_magic_regex" > /dev/null; then
7702 :
7703 else
7704 cat <<_LT_EOF 1>&2
7705
7706*** Warning: the command libtool uses to detect shared libraries,
7707*** $file_magic_cmd, produces output that libtool cannot recognize.
7708*** The result is that libtool may fail to recognize shared libraries
7709*** as such. This will affect the creation of libtool libraries that
7710*** depend on shared libraries, but programs linked with such libtool
7711*** libraries will work regardless of this problem. Nevertheless, you
7712*** may want to report the problem to your system manager and/or to
7713*** bug-libtool@gnu.org
bf9f3bac 7714
8934764e
BB
7715_LT_EOF
7716 fi ;;
7717 esac
7718 fi
7719 break
7720 fi
7721 done
7722 IFS="$lt_save_ifs"
7723 MAGIC_CMD="$lt_save_MAGIC_CMD"
7724 ;;
7725esac
7726fi
bf9f3bac 7727
8934764e
BB
7728MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7729if test -n "$MAGIC_CMD"; then
7730 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7731$as_echo "$MAGIC_CMD" >&6; }
7732else
7733 { $as_echo "$as_me:$LINENO: result: no" >&5
7734$as_echo "no" >&6; }
7735fi
bf9f3bac 7736
7737
8934764e
BB
7738 else
7739 MAGIC_CMD=:
bf9f3bac 7740 fi
7741fi
7742
8934764e
BB
7743 fi
7744 ;;
7745esac
7746
7747# Use C for the default configuration in the libtool script
bf9f3bac 7748
8934764e 7749lt_save_CC="$CC"
bf9f3bac 7750ac_ext=c
7751ac_cpp='$CPP $CPPFLAGS'
7752ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7753ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7754ac_compiler_gnu=$ac_cv_c_compiler_gnu
7755
bf9f3bac 7756
8934764e
BB
7757# Source file extension for C test sources.
7758ac_ext=c
bf9f3bac 7759
8934764e
BB
7760# Object file extension for compiled C test sources.
7761objext=o
7762objext=$objext
bf9f3bac 7763
8934764e
BB
7764# Code to be used in simple compile tests
7765lt_simple_compile_test_code="int some_variable = 0;"
7766
7767# Code to be used in simple link tests
7768lt_simple_link_test_code='int main(){return(0);}'
bf9f3bac 7769
7770
bf9f3bac 7771
bf9f3bac 7772
bf9f3bac 7773
bf9f3bac 7774
bf9f3bac 7775
7776# If no C compiler was specified, use CC.
7777LTCC=${LTCC-"$CC"}
7778
7779# If no C compiler flags were specified, use CFLAGS.
7780LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7781
7782# Allow CC to be a program name with arguments.
7783compiler=$CC
7784
8934764e
BB
7785# Save the default compiler, since it gets overwritten when the other
7786# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7787compiler_DEFAULT=$CC
bf9f3bac 7788
7789# save warnings/boilerplate of simple test code
7790ac_outfile=conftest.$ac_objext
8934764e 7791echo "$lt_simple_compile_test_code" >conftest.$ac_ext
bf9f3bac 7792eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7793_lt_compiler_boilerplate=`cat conftest.err`
8934764e 7794$RM conftest*
bf9f3bac 7795
7796ac_outfile=conftest.$ac_objext
8934764e 7797echo "$lt_simple_link_test_code" >conftest.$ac_ext
bf9f3bac 7798eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7799_lt_linker_boilerplate=`cat conftest.err`
8934764e 7800$RM -r conftest*
bf9f3bac 7801
bf9f3bac 7802
8934764e 7803if test -n "$compiler"; then
bf9f3bac 7804
8934764e 7805lt_prog_compiler_no_builtin_flag=
bf9f3bac 7806
7807if test "$GCC" = yes; then
8934764e 7808 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
bf9f3bac 7809
8934764e
BB
7810 { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7811$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
bf9f3bac 7812if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
8934764e 7813 $as_echo_n "(cached) " >&6
bf9f3bac 7814else
7815 lt_cv_prog_compiler_rtti_exceptions=no
8934764e
BB
7816 ac_outfile=conftest.$ac_objext
7817 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
bf9f3bac 7818 lt_compiler_flag="-fno-rtti -fno-exceptions"
7819 # Insert the option either (1) after the last *FLAGS variable, or
7820 # (2) before a word containing "conftest.", or (3) at the end.
7821 # Note that $ac_compile itself does not contain backslashes and begins
7822 # with a dollar sign (not a hyphen), so the echo should work correctly.
7823 # The option is referenced via a variable to avoid confusing sed.
7824 lt_compile=`echo "$ac_compile" | $SED \
7825 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7826 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7827 -e 's:$: $lt_compiler_flag:'`
c950d148 7828 (eval echo "\"\$as_me:7828: $lt_compile\"" >&5)
bf9f3bac 7829 (eval "$lt_compile" 2>conftest.err)
7830 ac_status=$?
7831 cat conftest.err >&5
c950d148 7832 echo "$as_me:7832: \$? = $ac_status" >&5
bf9f3bac 7833 if (exit $ac_status) && test -s "$ac_outfile"; then
7834 # The compiler can only warn and ignore the option if not recognized
7835 # So say no if there are warnings other than the usual output.
8934764e 7836 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
bf9f3bac 7837 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7838 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7839 lt_cv_prog_compiler_rtti_exceptions=yes
7840 fi
7841 fi
8934764e 7842 $RM conftest*
bf9f3bac 7843
7844fi
8934764e
BB
7845{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7846$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
bf9f3bac 7847
7848if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8934764e 7849 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
bf9f3bac 7850else
7851 :
7852fi
7853
7854fi
7855
bf9f3bac 7856
8934764e
BB
7857
7858
7859
7860
7861 lt_prog_compiler_wl=
7862lt_prog_compiler_pic=
7863lt_prog_compiler_static=
7864
7865{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7866$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
bf9f3bac 7867
7868 if test "$GCC" = yes; then
8934764e
BB
7869 lt_prog_compiler_wl='-Wl,'
7870 lt_prog_compiler_static='-static'
bf9f3bac 7871
7872 case $host_os in
7873 aix*)
7874 # All AIX code is PIC.
7875 if test "$host_cpu" = ia64; then
7876 # AIX 5 now supports IA64 processor
8934764e 7877 lt_prog_compiler_static='-Bstatic'
bf9f3bac 7878 fi
7879 ;;
7880
7881 amigaos*)
8934764e
BB
7882 case $host_cpu in
7883 powerpc)
7884 # see comment about AmigaOS4 .so support
7885 lt_prog_compiler_pic='-fPIC'
7886 ;;
7887 m68k)
7888 # FIXME: we need at least 68020 code to build shared libraries, but
7889 # adding the `-m68020' flag to GCC prevents building anything better,
7890 # like `-m68040'.
7891 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7892 ;;
7893 esac
bf9f3bac 7894 ;;
7895
8934764e 7896 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
bf9f3bac 7897 # PIC is the default for these OSes.
7898 ;;
7899
8934764e 7900 mingw* | cygwin* | pw32* | os2* | cegcc*)
bf9f3bac 7901 # This hack is so that the source file can tell whether it is being
7902 # built for inclusion in a dll (and should export symbols for example).
8934764e
BB
7903 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7904 # (--disable-auto-import) libraries
7905 lt_prog_compiler_pic='-DDLL_EXPORT'
bf9f3bac 7906 ;;
7907
7908 darwin* | rhapsody*)
7909 # PIC is the default on this platform
7910 # Common symbols not allowed in MH_DYLIB files
8934764e
BB
7911 lt_prog_compiler_pic='-fno-common'
7912 ;;
7913
7914 hpux*)
7915 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7916 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7917 # sets the default TLS model and affects inlining.
7918 case $host_cpu in
7919 hppa*64*)
7920 # +Z the default
7921 ;;
7922 *)
7923 lt_prog_compiler_pic='-fPIC'
7924 ;;
7925 esac
bf9f3bac 7926 ;;
7927
8934764e 7928 interix[3-9]*)
bf9f3bac 7929 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7930 # Instead, we relocate shared libraries at runtime.
7931 ;;
7932
7933 msdosdjgpp*)
7934 # Just because we use GCC doesn't mean we suddenly get shared libraries
7935 # on systems that don't support them.
8934764e 7936 lt_prog_compiler_can_build_shared=no
bf9f3bac 7937 enable_shared=no
7938 ;;
7939
8934764e
BB
7940 *nto* | *qnx*)
7941 # QNX uses GNU C++, but need to define -shared option too, otherwise
7942 # it will coredump.
7943 lt_prog_compiler_pic='-fPIC -shared'
7944 ;;
7945
bf9f3bac 7946 sysv4*MP*)
7947 if test -d /usr/nec; then
8934764e 7948 lt_prog_compiler_pic=-Kconform_pic
bf9f3bac 7949 fi
7950 ;;
7951
bf9f3bac 7952 *)
8934764e 7953 lt_prog_compiler_pic='-fPIC'
bf9f3bac 7954 ;;
7955 esac
7956 else
7957 # PORTME Check for flag to pass linker flags through the system compiler.
7958 case $host_os in
7959 aix*)
8934764e 7960 lt_prog_compiler_wl='-Wl,'
bf9f3bac 7961 if test "$host_cpu" = ia64; then
7962 # AIX 5 now supports IA64 processor
8934764e 7963 lt_prog_compiler_static='-Bstatic'
bf9f3bac 7964 else
8934764e 7965 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
bf9f3bac 7966 fi
7967 ;;
bf9f3bac 7968
8934764e 7969 mingw* | cygwin* | pw32* | os2* | cegcc*)
bf9f3bac 7970 # This hack is so that the source file can tell whether it is being
7971 # built for inclusion in a dll (and should export symbols for example).
8934764e 7972 lt_prog_compiler_pic='-DDLL_EXPORT'
bf9f3bac 7973 ;;
7974
7975 hpux9* | hpux10* | hpux11*)
8934764e 7976 lt_prog_compiler_wl='-Wl,'
bf9f3bac 7977 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7978 # not for PA HP-UX.
7979 case $host_cpu in
7980 hppa*64*|ia64*)
7981 # +Z the default
7982 ;;
7983 *)
8934764e 7984 lt_prog_compiler_pic='+Z'
bf9f3bac 7985 ;;
7986 esac
7987 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8934764e 7988 lt_prog_compiler_static='${wl}-a ${wl}archive'
bf9f3bac 7989 ;;
7990
7991 irix5* | irix6* | nonstopux*)
8934764e 7992 lt_prog_compiler_wl='-Wl,'
bf9f3bac 7993 # PIC (with -KPIC) is the default.
8934764e 7994 lt_prog_compiler_static='-non_shared'
bf9f3bac 7995 ;;
7996
8934764e 7997 linux* | k*bsd*-gnu)
bf9f3bac 7998 case $cc_basename in
8934764e
BB
7999 # old Intel for x86_64 which still supported -KPIC.
8000 ecc*)
8001 lt_prog_compiler_wl='-Wl,'
8002 lt_prog_compiler_pic='-KPIC'
8003 lt_prog_compiler_static='-static'
8004 ;;
8005 # icc used to be incompatible with GCC.
8006 # ICC 10 doesn't accept -KPIC any more.
8007 icc* | ifort*)
8008 lt_prog_compiler_wl='-Wl,'
8009 lt_prog_compiler_pic='-fPIC'
8010 lt_prog_compiler_static='-static'
bf9f3bac 8011 ;;
8934764e
BB
8012 # Lahey Fortran 8.1.
8013 lf95*)
8014 lt_prog_compiler_wl='-Wl,'
8015 lt_prog_compiler_pic='--shared'
8016 lt_prog_compiler_static='--static'
8017 ;;
bf9f3bac 8018 pgcc* | pgf77* | pgf90* | pgf95*)
8019 # Portland Group compilers (*not* the Pentium gcc compiler,
8020 # which looks to be a dead project)
8934764e
BB
8021 lt_prog_compiler_wl='-Wl,'
8022 lt_prog_compiler_pic='-fpic'
8023 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8024 ;;
8025 ccc*)
8934764e 8026 lt_prog_compiler_wl='-Wl,'
bf9f3bac 8027 # All Alpha code is PIC.
8934764e 8028 lt_prog_compiler_static='-non_shared'
bf9f3bac 8029 ;;
8934764e
BB
8030 xl*)
8031 # IBM XL C 8.0/Fortran 10.1 on PPC
8032 lt_prog_compiler_wl='-Wl,'
8033 lt_prog_compiler_pic='-qpic'
8034 lt_prog_compiler_static='-qstaticlink'
8035 ;;
8036 *)
8037 case `$CC -V 2>&1 | sed 5q` in
8038 *Sun\ C*)
8039 # Sun C 5.9
8040 lt_prog_compiler_pic='-KPIC'
8041 lt_prog_compiler_static='-Bstatic'
8042 lt_prog_compiler_wl='-Wl,'
8043 ;;
8044 *Sun\ F*)
8045 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8046 lt_prog_compiler_pic='-KPIC'
8047 lt_prog_compiler_static='-Bstatic'
8048 lt_prog_compiler_wl=''
8049 ;;
8050 esac
8051 ;;
bf9f3bac 8052 esac
8053 ;;
8054
8934764e
BB
8055 newsos6)
8056 lt_prog_compiler_pic='-KPIC'
8057 lt_prog_compiler_static='-Bstatic'
8058 ;;
8059
8060 *nto* | *qnx*)
8061 # QNX uses GNU C++, but need to define -shared option too, otherwise
8062 # it will coredump.
8063 lt_prog_compiler_pic='-fPIC -shared'
8064 ;;
8065
bf9f3bac 8066 osf3* | osf4* | osf5*)
8934764e 8067 lt_prog_compiler_wl='-Wl,'
bf9f3bac 8068 # All OSF/1 code is PIC.
8934764e
BB
8069 lt_prog_compiler_static='-non_shared'
8070 ;;
8071
8072 rdos*)
8073 lt_prog_compiler_static='-non_shared'
bf9f3bac 8074 ;;
8075
8076 solaris*)
8934764e
BB
8077 lt_prog_compiler_pic='-KPIC'
8078 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8079 case $cc_basename in
8080 f77* | f90* | f95*)
8934764e 8081 lt_prog_compiler_wl='-Qoption ld ';;
bf9f3bac 8082 *)
8934764e 8083 lt_prog_compiler_wl='-Wl,';;
bf9f3bac 8084 esac
8085 ;;
8086
8087 sunos4*)
8934764e
BB
8088 lt_prog_compiler_wl='-Qoption ld '
8089 lt_prog_compiler_pic='-PIC'
8090 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8091 ;;
8092
8093 sysv4 | sysv4.2uw2* | sysv4.3*)
8934764e
BB
8094 lt_prog_compiler_wl='-Wl,'
8095 lt_prog_compiler_pic='-KPIC'
8096 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8097 ;;
8098
8099 sysv4*MP*)
8100 if test -d /usr/nec ;then
8934764e
BB
8101 lt_prog_compiler_pic='-Kconform_pic'
8102 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8103 fi
8104 ;;
8105
8106 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8934764e
BB
8107 lt_prog_compiler_wl='-Wl,'
8108 lt_prog_compiler_pic='-KPIC'
8109 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8110 ;;
8111
8112 unicos*)
8934764e
BB
8113 lt_prog_compiler_wl='-Wl,'
8114 lt_prog_compiler_can_build_shared=no
bf9f3bac 8115 ;;
8116
8117 uts4*)
8934764e
BB
8118 lt_prog_compiler_pic='-pic'
8119 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8120 ;;
8121
8122 *)
8934764e 8123 lt_prog_compiler_can_build_shared=no
bf9f3bac 8124 ;;
8125 esac
8126 fi
8127
8934764e
BB
8128case $host_os in
8129 # For platforms which do not support PIC, -DPIC is meaningless:
8130 *djgpp*)
8131 lt_prog_compiler_pic=
8132 ;;
8133 *)
8134 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8135 ;;
8136esac
8137{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
8138$as_echo "$lt_prog_compiler_pic" >&6; }
8139
8140
8141
8142
8143
bf9f3bac 8144
8145#
8146# Check to make sure the PIC flag actually works.
8147#
8934764e
BB
8148if test -n "$lt_prog_compiler_pic"; then
8149 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8150$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8151if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
8152 $as_echo_n "(cached) " >&6
8153else
8154 lt_cv_prog_compiler_pic_works=no
8155 ac_outfile=conftest.$ac_objext
8156 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8157 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
bf9f3bac 8158 # Insert the option either (1) after the last *FLAGS variable, or
8159 # (2) before a word containing "conftest.", or (3) at the end.
8160 # Note that $ac_compile itself does not contain backslashes and begins
8161 # with a dollar sign (not a hyphen), so the echo should work correctly.
8162 # The option is referenced via a variable to avoid confusing sed.
8163 lt_compile=`echo "$ac_compile" | $SED \
8164 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8165 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8166 -e 's:$: $lt_compiler_flag:'`
c950d148 8167 (eval echo "\"\$as_me:8167: $lt_compile\"" >&5)
bf9f3bac 8168 (eval "$lt_compile" 2>conftest.err)
8169 ac_status=$?
8170 cat conftest.err >&5
c950d148 8171 echo "$as_me:8171: \$? = $ac_status" >&5
bf9f3bac 8172 if (exit $ac_status) && test -s "$ac_outfile"; then
8173 # The compiler can only warn and ignore the option if not recognized
8174 # So say no if there are warnings other than the usual output.
8934764e 8175 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
bf9f3bac 8176 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8177 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8934764e 8178 lt_cv_prog_compiler_pic_works=yes
bf9f3bac 8179 fi
8180 fi
8934764e 8181 $RM conftest*
bf9f3bac 8182
8183fi
8934764e
BB
8184{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
8185$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
bf9f3bac 8186
8934764e
BB
8187if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8188 case $lt_prog_compiler_pic in
bf9f3bac 8189 "" | " "*) ;;
8934764e 8190 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
bf9f3bac 8191 esac
8192else
8934764e
BB
8193 lt_prog_compiler_pic=
8194 lt_prog_compiler_can_build_shared=no
bf9f3bac 8195fi
8196
8197fi
8934764e
BB
8198
8199
8200
8201
8202
bf9f3bac 8203
8204#
8205# Check to make sure the static flag actually works.
8206#
8934764e
BB
8207wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8208{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8209$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8210if test "${lt_cv_prog_compiler_static_works+set}" = set; then
8211 $as_echo_n "(cached) " >&6
bf9f3bac 8212else
8934764e 8213 lt_cv_prog_compiler_static_works=no
bf9f3bac 8214 save_LDFLAGS="$LDFLAGS"
8215 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8934764e 8216 echo "$lt_simple_link_test_code" > conftest.$ac_ext
bf9f3bac 8217 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8218 # The linker can only warn and ignore the option if not recognized
8219 # So say no if there are warnings
8220 if test -s conftest.err; then
8221 # Append any errors to the config.log.
8222 cat conftest.err 1>&5
8934764e 8223 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
bf9f3bac 8224 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8225 if diff conftest.exp conftest.er2 >/dev/null; then
8934764e 8226 lt_cv_prog_compiler_static_works=yes
bf9f3bac 8227 fi
8228 else
8934764e 8229 lt_cv_prog_compiler_static_works=yes
bf9f3bac 8230 fi
8231 fi
8934764e 8232 $RM -r conftest*
bf9f3bac 8233 LDFLAGS="$save_LDFLAGS"
8234
8235fi
8934764e
BB
8236{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
8237$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
bf9f3bac 8238
8934764e 8239if test x"$lt_cv_prog_compiler_static_works" = xyes; then
bf9f3bac 8240 :
8241else
8934764e
BB
8242 lt_prog_compiler_static=
8243fi
8244
8245
8246
8247
8248
8249
8250
8251 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8252$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8253if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8254 $as_echo_n "(cached) " >&6
8255else
8256 lt_cv_prog_compiler_c_o=no
8257 $RM -r conftest 2>/dev/null
8258 mkdir conftest
8259 cd conftest
8260 mkdir out
8261 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8262
8263 lt_compiler_flag="-o out/conftest2.$ac_objext"
8264 # Insert the option either (1) after the last *FLAGS variable, or
8265 # (2) before a word containing "conftest.", or (3) at the end.
8266 # Note that $ac_compile itself does not contain backslashes and begins
8267 # with a dollar sign (not a hyphen), so the echo should work correctly.
8268 lt_compile=`echo "$ac_compile" | $SED \
8269 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8270 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8271 -e 's:$: $lt_compiler_flag:'`
c950d148 8272 (eval echo "\"\$as_me:8272: $lt_compile\"" >&5)
8934764e
BB
8273 (eval "$lt_compile" 2>out/conftest.err)
8274 ac_status=$?
8275 cat out/conftest.err >&5
c950d148 8276 echo "$as_me:8276: \$? = $ac_status" >&5
8934764e
BB
8277 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8278 then
8279 # The compiler can only warn and ignore the option if not recognized
8280 # So say no if there are warnings
8281 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8282 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8283 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8284 lt_cv_prog_compiler_c_o=yes
8285 fi
8286 fi
8287 chmod u+w . 2>&5
8288 $RM conftest*
8289 # SGI C++ compiler will create directory out/ii_files/ for
8290 # template instantiation
8291 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8292 $RM out/* && rmdir out
8293 cd ..
8294 $RM -r conftest
8295 $RM conftest*
8296
bf9f3bac 8297fi
8934764e
BB
8298{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8299$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8300
8301
bf9f3bac 8302
8303
8934764e
BB
8304
8305
8306 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8307$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8308if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8309 $as_echo_n "(cached) " >&6
bf9f3bac 8310else
8934764e
BB
8311 lt_cv_prog_compiler_c_o=no
8312 $RM -r conftest 2>/dev/null
bf9f3bac 8313 mkdir conftest
8314 cd conftest
8315 mkdir out
8934764e 8316 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
bf9f3bac 8317
8318 lt_compiler_flag="-o out/conftest2.$ac_objext"
8319 # Insert the option either (1) after the last *FLAGS variable, or
8320 # (2) before a word containing "conftest.", or (3) at the end.
8321 # Note that $ac_compile itself does not contain backslashes and begins
8322 # with a dollar sign (not a hyphen), so the echo should work correctly.
8323 lt_compile=`echo "$ac_compile" | $SED \
8324 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8325 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8326 -e 's:$: $lt_compiler_flag:'`
c950d148 8327 (eval echo "\"\$as_me:8327: $lt_compile\"" >&5)
bf9f3bac 8328 (eval "$lt_compile" 2>out/conftest.err)
8329 ac_status=$?
8330 cat out/conftest.err >&5
c950d148 8331 echo "$as_me:8331: \$? = $ac_status" >&5
bf9f3bac 8332 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8333 then
8334 # The compiler can only warn and ignore the option if not recognized
8335 # So say no if there are warnings
8934764e 8336 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
bf9f3bac 8337 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8338 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8934764e 8339 lt_cv_prog_compiler_c_o=yes
bf9f3bac 8340 fi
8341 fi
8342 chmod u+w . 2>&5
8934764e 8343 $RM conftest*
bf9f3bac 8344 # SGI C++ compiler will create directory out/ii_files/ for
8345 # template instantiation
8934764e
BB
8346 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8347 $RM out/* && rmdir out
bf9f3bac 8348 cd ..
8934764e
BB
8349 $RM -r conftest
8350 $RM conftest*
bf9f3bac 8351
8352fi
8934764e
BB
8353{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8354$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8355
8356
bf9f3bac 8357
8358
8359hard_links="nottested"
8934764e 8360if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
bf9f3bac 8361 # do not overwrite the value of need_locks provided by the user
8934764e
BB
8362 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8363$as_echo_n "checking if we can lock with hard links... " >&6; }
bf9f3bac 8364 hard_links=yes
8934764e 8365 $RM conftest*
bf9f3bac 8366 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8367 touch conftest.a
8368 ln conftest.a conftest.b 2>&5 || hard_links=no
8369 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8934764e
BB
8370 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
8371$as_echo "$hard_links" >&6; }
bf9f3bac 8372 if test "$hard_links" = no; then
8934764e
BB
8373 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8374$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
bf9f3bac 8375 need_locks=warn
8376 fi
8377else
8378 need_locks=no
8379fi
8380
8934764e
BB
8381
8382
8383
8384
8385
8386 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8387$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
bf9f3bac 8388
8389 runpath_var=
8934764e
BB
8390 allow_undefined_flag=
8391 always_export_symbols=no
8392 archive_cmds=
8393 archive_expsym_cmds=
8394 compiler_needs_object=no
8395 enable_shared_with_static_runtimes=no
8396 export_dynamic_flag_spec=
8397 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8398 hardcode_automatic=no
8399 hardcode_direct=no
8400 hardcode_direct_absolute=no
8401 hardcode_libdir_flag_spec=
8402 hardcode_libdir_flag_spec_ld=
8403 hardcode_libdir_separator=
8404 hardcode_minus_L=no
8405 hardcode_shlibpath_var=unsupported
8406 inherit_rpath=no
8407 link_all_deplibs=unknown
8408 module_cmds=
8409 module_expsym_cmds=
8410 old_archive_from_new_cmds=
8411 old_archive_from_expsyms_cmds=
8412 thread_safe_flag_spec=
8413 whole_archive_flag_spec=
bf9f3bac 8414 # include_expsyms should be a list of space-separated symbols to be *always*
8415 # included in the symbol list
8934764e 8416 include_expsyms=
bf9f3bac 8417 # exclude_expsyms can be an extended regexp of symbols to exclude
8418 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8419 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8420 # as well as any symbol that contains `d'.
8934764e 8421 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
bf9f3bac 8422 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8423 # platforms (ab)use it in PIC code, but their linkers get confused if
8424 # the symbol is explicitly referenced. Since portable code cannot
8425 # rely on this symbol name, it's probably fine to never include it in
8426 # preloaded symbol tables.
8934764e 8427 # Exclude shared library initialization/finalization symbols.
bf9f3bac 8428 extract_expsyms_cmds=
bf9f3bac 8429
8430 case $host_os in
8934764e 8431 cygwin* | mingw* | pw32* | cegcc*)
bf9f3bac 8432 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8433 # When not using gcc, we currently assume that we are using
8434 # Microsoft Visual C++.
8435 if test "$GCC" != yes; then
8436 with_gnu_ld=no
8437 fi
8438 ;;
8439 interix*)
8440 # we just hope/assume this is gcc and not c89 (= MSVC++)
8441 with_gnu_ld=yes
8442 ;;
8443 openbsd*)
8444 with_gnu_ld=no
8445 ;;
8446 esac
8447
8934764e 8448 ld_shlibs=yes
bf9f3bac 8449 if test "$with_gnu_ld" = yes; then
8450 # If archive_cmds runs LD, not CC, wlarc should be empty
8451 wlarc='${wl}'
8452
8453 # Set some defaults for GNU ld with shared library support. These
8454 # are reset later if shared libraries are not supported. Putting them
8455 # here allows them to be overridden if necessary.
8456 runpath_var=LD_RUN_PATH
8934764e
BB
8457 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8458 export_dynamic_flag_spec='${wl}--export-dynamic'
bf9f3bac 8459 # ancient GNU ld didn't support --whole-archive et. al.
8934764e
BB
8460 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8461 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8462 else
8463 whole_archive_flag_spec=
bf9f3bac 8464 fi
8465 supports_anon_versioning=no
8934764e 8466 case `$LD -v 2>&1` in
bf9f3bac 8467 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8468 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8469 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8470 *\ 2.11.*) ;; # other 2.11 versions
8471 *) supports_anon_versioning=yes ;;
8472 esac
8473
8474 # See if GNU ld supports shared libraries.
8475 case $host_os in
8934764e 8476 aix[3-9]*)
bf9f3bac 8477 # On AIX/PPC, the GNU linker is very broken
8478 if test "$host_cpu" != ia64; then
8934764e
BB
8479 ld_shlibs=no
8480 cat <<_LT_EOF 1>&2
bf9f3bac 8481
8482*** Warning: the GNU linker, at least up to release 2.9.1, is reported
8483*** to be unable to reliably create shared libraries on AIX.
8484*** Therefore, libtool is disabling shared libraries support. If you
8485*** really care for shared libraries, you may want to modify your PATH
8486*** so that a non-GNU linker is found, and then restart.
8487
8934764e 8488_LT_EOF
bf9f3bac 8489 fi
8490 ;;
8491
8492 amigaos*)
8934764e
BB
8493 case $host_cpu in
8494 powerpc)
8495 # see comment about AmigaOS4 .so support
8496 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8497 archive_expsym_cmds=''
8498 ;;
8499 m68k)
8500 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)'
8501 hardcode_libdir_flag_spec='-L$libdir'
8502 hardcode_minus_L=yes
8503 ;;
8504 esac
bf9f3bac 8505 ;;
8506
8507 beos*)
8934764e
BB
8508 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8509 allow_undefined_flag=unsupported
bf9f3bac 8510 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8511 # support --undefined. This deserves some investigation. FIXME
8934764e 8512 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
bf9f3bac 8513 else
8934764e 8514 ld_shlibs=no
bf9f3bac 8515 fi
8516 ;;
8517
8934764e
BB
8518 cygwin* | mingw* | pw32* | cegcc*)
8519 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
bf9f3bac 8520 # as there is no search path for DLLs.
8934764e
BB
8521 hardcode_libdir_flag_spec='-L$libdir'
8522 allow_undefined_flag=unsupported
8523 always_export_symbols=no
8524 enable_shared_with_static_runtimes=yes
8525 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8526
8527 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8528 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
bf9f3bac 8529 # If the export-symbols file already is a .def file (1st line
8530 # is EXPORTS), use it as is; otherwise, prepend...
8934764e 8531 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
bf9f3bac 8532 cp $export_symbols $output_objdir/$soname.def;
8533 else
8534 echo EXPORTS > $output_objdir/$soname.def;
8535 cat $export_symbols >> $output_objdir/$soname.def;
8536 fi~
8537 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8538 else
8934764e 8539 ld_shlibs=no
bf9f3bac 8540 fi
8541 ;;
8542
8934764e
BB
8543 interix[3-9]*)
8544 hardcode_direct=no
8545 hardcode_shlibpath_var=no
8546 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8547 export_dynamic_flag_spec='${wl}-E'
bf9f3bac 8548 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8549 # Instead, shared libraries are loaded at an image base (0x10000000 by
8550 # default) and relocated if they conflict, which is a slow very memory
8551 # consuming and fragmenting process. To avoid this, we pick a random,
8552 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8553 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8934764e
BB
8554 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8555 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'
bf9f3bac 8556 ;;
8557
8934764e
BB
8558 gnu* | linux* | tpf* | k*bsd*-gnu)
8559 tmp_diet=no
8560 if test "$host_os" = linux-dietlibc; then
8561 case $cc_basename in
8562 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8563 esac
8564 fi
8565 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8566 && test "$tmp_diet" = no
8567 then
bf9f3bac 8568 tmp_addflag=
8934764e 8569 tmp_sharedflag='-shared'
bf9f3bac 8570 case $cc_basename,$host_cpu in
8934764e
BB
8571 pgcc*) # Portland Group C compiler
8572 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
bf9f3bac 8573 tmp_addflag=' $pic_flag'
8574 ;;
8575 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
8934764e 8576 whole_archive_flag_spec='${wl}--whole-archive`for conv in $convenience\"\"; do test -n \"$conv\" && new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
bf9f3bac 8577 tmp_addflag=' $pic_flag -Mnomain' ;;
8934764e 8578 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
bf9f3bac 8579 tmp_addflag=' -i_dynamic' ;;
8580 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8581 tmp_addflag=' -i_dynamic -nofor_main' ;;
8582 ifc* | ifort*) # Intel Fortran compiler
8583 tmp_addflag=' -nofor_main' ;;
8934764e
BB
8584 lf95*) # Lahey Fortran 8.1
8585 whole_archive_flag_spec=
8586 tmp_sharedflag='--shared' ;;
8587 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8588 tmp_sharedflag='-qmkshrobj'
8589 tmp_addflag= ;;
8590 esac
8591 case `$CC -V 2>&1 | sed 5q` in
8592 *Sun\ C*) # Sun C 5.9
8593 whole_archive_flag_spec='${wl}--whole-archive`new_convenience=; for conv in $convenience\"\"; do test -z \"$conv\" || new_convenience=\"$new_convenience,$conv\"; done; $ECHO \"$new_convenience\"` ${wl}--no-whole-archive'
8594 compiler_needs_object=yes
8595 tmp_sharedflag='-G' ;;
8596 *Sun\ F*) # Sun Fortran 8.3
8597 tmp_sharedflag='-G' ;;
bf9f3bac 8598 esac
8934764e 8599 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
bf9f3bac 8600
8934764e
BB
8601 if test "x$supports_anon_versioning" = xyes; then
8602 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8603 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8604 echo "local: *; };" >> $output_objdir/$libname.ver~
8605 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8606 fi
8607
8608 case $cc_basename in
8609 xlf*)
8610 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8611 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8612 hardcode_libdir_flag_spec=
8613 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8614 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8615 if test "x$supports_anon_versioning" = xyes; then
8616 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8617 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8618 echo "local: *; };" >> $output_objdir/$libname.ver~
8619 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8620 fi
8621 ;;
8622 esac
bf9f3bac 8623 else
8934764e 8624 ld_shlibs=no
bf9f3bac 8625 fi
8626 ;;
8627
8628 netbsd*)
8934764e
BB
8629 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8630 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
bf9f3bac 8631 wlarc=
8632 else
8934764e
BB
8633 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8634 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
bf9f3bac 8635 fi
8636 ;;
8637
8638 solaris*)
8934764e
BB
8639 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8640 ld_shlibs=no
8641 cat <<_LT_EOF 1>&2
bf9f3bac 8642
8643*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8644*** create shared libraries on Solaris systems. Therefore, libtool
8645*** is disabling shared libraries support. We urge you to upgrade GNU
8646*** binutils to release 2.9.1 or newer. Another option is to modify
8647*** your PATH or compiler configuration so that the native linker is
8648*** used, and then restart.
8649
8934764e
BB
8650_LT_EOF
8651 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8652 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8653 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
bf9f3bac 8654 else
8934764e 8655 ld_shlibs=no
bf9f3bac 8656 fi
8657 ;;
8658
8659 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8660 case `$LD -v 2>&1` in
8661 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8934764e 8662 ld_shlibs=no
bf9f3bac 8663 cat <<_LT_EOF 1>&2
8664
8665*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8666*** reliably create shared libraries on SCO systems. Therefore, libtool
8667*** is disabling shared libraries support. We urge you to upgrade GNU
8668*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8669*** your PATH or compiler configuration so that the native linker is
8670*** used, and then restart.
8671
8672_LT_EOF
8673 ;;
8674 *)
8934764e
BB
8675 # For security reasons, it is highly recommended that you always
8676 # use absolute paths for naming shared libraries, and exclude the
8677 # DT_RUNPATH tag from executables and libraries. But doing so
8678 # requires that you compile everything twice, which is a pain.
8679 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8680 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8681 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8682 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
bf9f3bac 8683 else
8934764e 8684 ld_shlibs=no
bf9f3bac 8685 fi
8686 ;;
8687 esac
8688 ;;
8689
8690 sunos4*)
8934764e 8691 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
bf9f3bac 8692 wlarc=
8934764e
BB
8693 hardcode_direct=yes
8694 hardcode_shlibpath_var=no
bf9f3bac 8695 ;;
8696
8697 *)
8934764e
BB
8698 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8699 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8700 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
bf9f3bac 8701 else
8934764e 8702 ld_shlibs=no
bf9f3bac 8703 fi
8704 ;;
8705 esac
8706
8934764e 8707 if test "$ld_shlibs" = no; then
bf9f3bac 8708 runpath_var=
8934764e
BB
8709 hardcode_libdir_flag_spec=
8710 export_dynamic_flag_spec=
8711 whole_archive_flag_spec=
bf9f3bac 8712 fi
8713 else
8714 # PORTME fill in a description of your system's linker (not GNU ld)
8715 case $host_os in
8716 aix3*)
8934764e
BB
8717 allow_undefined_flag=unsupported
8718 always_export_symbols=yes
8719 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'
bf9f3bac 8720 # Note: this linker hardcodes the directories in LIBPATH if there
8721 # are no directories specified by -L.
8934764e 8722 hardcode_minus_L=yes
bf9f3bac 8723 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8724 # Neither direct hardcoding nor static linking is supported with a
8725 # broken collect2.
8934764e 8726 hardcode_direct=unsupported
bf9f3bac 8727 fi
8728 ;;
8729
8934764e 8730 aix[4-9]*)
bf9f3bac 8731 if test "$host_cpu" = ia64; then
8732 # On IA64, the linker does run time linking by default, so we don't
8733 # have to do anything special.
8734 aix_use_runtimelinking=no
8735 exp_sym_flag='-Bexport'
8736 no_entry_flag=""
8737 else
8738 # If we're using GNU nm, then we don't want the "-C" option.
8739 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8934764e
BB
8740 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8741 export_symbols_cmds='$NM -Bpg $libobjs $convenience | awk '\''{ if (((\$ 2 == "T") || (\$ 2 == "D") || (\$ 2 == "B")) && (substr(\$ 3,1,1) != ".")) { print \$ 3 } }'\'' | sort -u > $export_symbols'
bf9f3bac 8742 else
8934764e 8743 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'
bf9f3bac 8744 fi
8745 aix_use_runtimelinking=no
8746
8747 # Test if we are trying to use run time linking or normal
8748 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8749 # need to do runtime linking.
8934764e 8750 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
bf9f3bac 8751 for ld_flag in $LDFLAGS; do
8934764e
BB
8752 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8753 aix_use_runtimelinking=yes
8754 break
8755 fi
bf9f3bac 8756 done
8757 ;;
8758 esac
8759
8760 exp_sym_flag='-bexport'
8761 no_entry_flag='-bnoentry'
8762 fi
8763
8764 # When large executables or shared objects are built, AIX ld can
8765 # have problems creating the table of contents. If linking a library
8766 # or program results in "error TOC overflow" add -mminimal-toc to
8767 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8768 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8769
8934764e
BB
8770 archive_cmds=''
8771 hardcode_direct=yes
8772 hardcode_direct_absolute=yes
8773 hardcode_libdir_separator=':'
8774 link_all_deplibs=yes
8775 file_list_spec='${wl}-f,'
bf9f3bac 8776
8777 if test "$GCC" = yes; then
8778 case $host_os in aix4.[012]|aix4.[012].*)
8779 # We only want to do this on AIX 4.2 and lower, the check
8780 # below for broken collect2 doesn't work under 4.3+
8781 collect2name=`${CC} -print-prog-name=collect2`
8934764e
BB
8782 if test -f "$collect2name" &&
8783 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
bf9f3bac 8784 then
8934764e
BB
8785 # We have reworked collect2
8786 :
bf9f3bac 8787 else
8934764e
BB
8788 # We have old collect2
8789 hardcode_direct=unsupported
8790 # It fails to find uninstalled libraries when the uninstalled
8791 # path is not listed in the libpath. Setting hardcode_minus_L
8792 # to unsupported forces relinking
8793 hardcode_minus_L=yes
8794 hardcode_libdir_flag_spec='-L$libdir'
8795 hardcode_libdir_separator=
bf9f3bac 8796 fi
8797 ;;
8798 esac
8799 shared_flag='-shared'
8800 if test "$aix_use_runtimelinking" = yes; then
8801 shared_flag="$shared_flag "'${wl}-G'
8802 fi
8803 else
8804 # not using gcc
8805 if test "$host_cpu" = ia64; then
8934764e
BB
8806 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8807 # chokes on -Wl,-G. The following line is correct:
bf9f3bac 8808 shared_flag='-G'
8809 else
8810 if test "$aix_use_runtimelinking" = yes; then
8811 shared_flag='${wl}-G'
8812 else
8813 shared_flag='${wl}-bM:SRE'
8814 fi
8815 fi
8816 fi
8817
8934764e 8818 export_dynamic_flag_spec='${wl}-bexpall'
bf9f3bac 8819 # It seems that -bexpall does not export symbols beginning with
8820 # underscore (_), so it is better to generate a list of symbols to export.
8934764e 8821 always_export_symbols=yes
bf9f3bac 8822 if test "$aix_use_runtimelinking" = yes; then
8823 # Warning - without using the other runtime loading flags (-brtl),
8824 # -berok will link without error, but may produce a broken library.
8934764e
BB
8825 allow_undefined_flag='-berok'
8826 # Determine the default libpath from the value encoded in an
8827 # empty executable.
8828 cat >conftest.$ac_ext <<_ACEOF
bf9f3bac 8829/* confdefs.h. */
8830_ACEOF
8831cat confdefs.h >>conftest.$ac_ext
8832cat >>conftest.$ac_ext <<_ACEOF
8833/* end confdefs.h. */
8834
8835int
8836main ()
8837{
8838
8839 ;
8840 return 0;
8841}
8842_ACEOF
8843rm -f conftest.$ac_objext conftest$ac_exeext
8934764e
BB
8844if { (ac_try="$ac_link"
8845case "(($ac_try" in
8846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8847 *) ac_try_echo=$ac_try;;
8848esac
8849eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8850$as_echo "$ac_try_echo") >&5
8851 (eval "$ac_link") 2>conftest.er1
bf9f3bac 8852 ac_status=$?
8853 grep -v '^ *+' conftest.er1 >conftest.err
8854 rm -f conftest.er1
8855 cat conftest.err >&5
8934764e
BB
8856 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8857 (exit $ac_status); } && {
8858 test -z "$ac_c_werror_flag" ||
8859 test ! -s conftest.err
8860 } && test -s conftest$ac_exeext && {
8861 test "$cross_compiling" = yes ||
8862 $as_test_x conftest$ac_exeext
8863 }; then
8864
8865lt_aix_libpath_sed='
8866 /Import File Strings/,/^$/ {
8867 /^0/ {
8868 s/^0 *\(.*\)$/\1/
8869 p
8870 }
8871 }'
8872aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
bf9f3bac 8873# Check for a 64-bit object if we didn't find anything.
8934764e
BB
8874if test -z "$aix_libpath"; then
8875 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8876fi
bf9f3bac 8877else
8934764e 8878 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 8879sed 's/^/| /' conftest.$ac_ext >&5
8880
8934764e 8881
bf9f3bac 8882fi
8934764e
BB
8883
8884rm -rf conftest.dSYM
8885rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
bf9f3bac 8886 conftest$ac_exeext conftest.$ac_ext
8887if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8888
8934764e
BB
8889 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8890 archive_expsym_cmds='$CC -o $output_objdir/$soname $libobjs $deplibs '"\${wl}$no_entry_flag"' $compiler_flags `if test "x${allow_undefined_flag}" != "x"; then $ECHO "X${wl}${allow_undefined_flag}" | $Xsed; else :; fi` '"\${wl}$exp_sym_flag:\$export_symbols $shared_flag"
8891 else
bf9f3bac 8892 if test "$host_cpu" = ia64; then
8934764e
BB
8893 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8894 allow_undefined_flag="-z nodefs"
8895 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"
bf9f3bac 8896 else
8934764e
BB
8897 # Determine the default libpath from the value encoded in an
8898 # empty executable.
bf9f3bac 8899 cat >conftest.$ac_ext <<_ACEOF
8900/* confdefs.h. */
8901_ACEOF
8902cat confdefs.h >>conftest.$ac_ext
8903cat >>conftest.$ac_ext <<_ACEOF
8904/* end confdefs.h. */
8905
8906int
8907main ()
8908{
8909
8910 ;
8911 return 0;
8912}
8913_ACEOF
8914rm -f conftest.$ac_objext conftest$ac_exeext
8934764e
BB
8915if { (ac_try="$ac_link"
8916case "(($ac_try" in
8917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8918 *) ac_try_echo=$ac_try;;
8919esac
8920eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8921$as_echo "$ac_try_echo") >&5
8922 (eval "$ac_link") 2>conftest.er1
bf9f3bac 8923 ac_status=$?
8924 grep -v '^ *+' conftest.er1 >conftest.err
8925 rm -f conftest.er1
8926 cat conftest.err >&5
8934764e
BB
8927 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8928 (exit $ac_status); } && {
8929 test -z "$ac_c_werror_flag" ||
8930 test ! -s conftest.err
8931 } && test -s conftest$ac_exeext && {
8932 test "$cross_compiling" = yes ||
8933 $as_test_x conftest$ac_exeext
8934 }; then
8935
8936lt_aix_libpath_sed='
8937 /Import File Strings/,/^$/ {
8938 /^0/ {
8939 s/^0 *\(.*\)$/\1/
8940 p
8941 }
8942 }'
8943aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
bf9f3bac 8944# Check for a 64-bit object if we didn't find anything.
8934764e
BB
8945if test -z "$aix_libpath"; then
8946 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8947fi
bf9f3bac 8948else
8934764e 8949 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 8950sed 's/^/| /' conftest.$ac_ext >&5
8951
8934764e 8952
bf9f3bac 8953fi
8934764e
BB
8954
8955rm -rf conftest.dSYM
8956rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
bf9f3bac 8957 conftest$ac_exeext conftest.$ac_ext
8958if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8959
8934764e 8960 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
bf9f3bac 8961 # Warning - without using the other run time loading flags,
8962 # -berok will link without error, but may produce a broken library.
8934764e
BB
8963 no_undefined_flag=' ${wl}-bernotok'
8964 allow_undefined_flag=' ${wl}-berok'
bf9f3bac 8965 # Exported symbols can be pulled into shared objects from archives
8934764e
BB
8966 whole_archive_flag_spec='$convenience'
8967 archive_cmds_need_lc=yes
bf9f3bac 8968 # This is similar to how AIX traditionally builds its shared libraries.
8934764e 8969 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'
bf9f3bac 8970 fi
8971 fi
8972 ;;
8973
8974 amigaos*)
8934764e
BB
8975 case $host_cpu in
8976 powerpc)
8977 # see comment about AmigaOS4 .so support
8978 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8979 archive_expsym_cmds=''
8980 ;;
8981 m68k)
8982 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)'
8983 hardcode_libdir_flag_spec='-L$libdir'
8984 hardcode_minus_L=yes
8985 ;;
8986 esac
bf9f3bac 8987 ;;
8988
8989 bsdi[45]*)
8934764e 8990 export_dynamic_flag_spec=-rdynamic
bf9f3bac 8991 ;;
8992
8934764e 8993 cygwin* | mingw* | pw32* | cegcc*)
bf9f3bac 8994 # When not using gcc, we currently assume that we are using
8995 # Microsoft Visual C++.
8996 # hardcode_libdir_flag_spec is actually meaningless, as there is
8997 # no search path for DLLs.
8934764e
BB
8998 hardcode_libdir_flag_spec=' '
8999 allow_undefined_flag=unsupported
bf9f3bac 9000 # Tell ltmain to make .lib files, not .a files.
9001 libext=lib
9002 # Tell ltmain to make .dll files, not .so files.
9003 shrext_cmds=".dll"
9004 # FIXME: Setting linknames here is a bad hack.
8934764e 9005 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
bf9f3bac 9006 # The linker will automatically build a .lib file if we build a DLL.
8934764e 9007 old_archive_from_new_cmds='true'
bf9f3bac 9008 # FIXME: Should let the user specify the lib program.
8934764e
BB
9009 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9010 fix_srcfile_path='`cygpath -w "$srcfile"`'
9011 enable_shared_with_static_runtimes=yes
bf9f3bac 9012 ;;
9013
9014 darwin* | rhapsody*)
8934764e
BB
9015
9016
9017 archive_cmds_need_lc=no
9018 hardcode_direct=no
9019 hardcode_automatic=yes
9020 hardcode_shlibpath_var=unsupported
9021 whole_archive_flag_spec=''
9022 link_all_deplibs=yes
9023 allow_undefined_flag="$_lt_dar_allow_undefined"
9024 case $cc_basename in
9025 ifort*) _lt_dar_can_shared=yes ;;
9026 *) _lt_dar_can_shared=$GCC ;;
9027 esac
9028 if test "$_lt_dar_can_shared" = "yes"; then
9029 output_verbose_link_cmd=echo
9030 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9031 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9032 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}"
9033 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}"
9034
9035 else
9036 ld_shlibs=no
9037 fi
9038
bf9f3bac 9039 ;;
9040
9041 dgux*)
8934764e
BB
9042 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9043 hardcode_libdir_flag_spec='-L$libdir'
9044 hardcode_shlibpath_var=no
bf9f3bac 9045 ;;
9046
9047 freebsd1*)
8934764e 9048 ld_shlibs=no
bf9f3bac 9049 ;;
9050
9051 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9052 # support. Future versions do this automatically, but an explicit c++rt0.o
9053 # does not break anything, and helps significantly (at the cost of a little
9054 # extra space).
9055 freebsd2.2*)
8934764e
BB
9056 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9057 hardcode_libdir_flag_spec='-R$libdir'
9058 hardcode_direct=yes
9059 hardcode_shlibpath_var=no
bf9f3bac 9060 ;;
9061
9062 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9063 freebsd2*)
8934764e
BB
9064 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9065 hardcode_direct=yes
9066 hardcode_minus_L=yes
9067 hardcode_shlibpath_var=no
bf9f3bac 9068 ;;
9069
9070 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8934764e
BB
9071 freebsd* | dragonfly*)
9072 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9073 hardcode_libdir_flag_spec='-R$libdir'
9074 hardcode_direct=yes
9075 hardcode_shlibpath_var=no
bf9f3bac 9076 ;;
9077
9078 hpux9*)
9079 if test "$GCC" = yes; then
8934764e 9080 archive_cmds='$RM $output_objdir/$soname~$CC -shared -fPIC ${wl}+b ${wl}$install_libdir -o $output_objdir/$soname $libobjs $deplibs $compiler_flags~test $output_objdir/$soname = $lib || mv $output_objdir/$soname $lib'
bf9f3bac 9081 else
8934764e 9082 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'
bf9f3bac 9083 fi
8934764e
BB
9084 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9085 hardcode_libdir_separator=:
9086 hardcode_direct=yes
bf9f3bac 9087
9088 # hardcode_minus_L: Not really in the search PATH,
9089 # but as the default location of the library.
8934764e
BB
9090 hardcode_minus_L=yes
9091 export_dynamic_flag_spec='${wl}-E'
bf9f3bac 9092 ;;
9093
9094 hpux10*)
9095 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8934764e 9096 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9097 else
8934764e 9098 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
bf9f3bac 9099 fi
9100 if test "$with_gnu_ld" = no; then
8934764e
BB
9101 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9102 hardcode_libdir_flag_spec_ld='+b $libdir'
9103 hardcode_libdir_separator=:
9104 hardcode_direct=yes
9105 hardcode_direct_absolute=yes
9106 export_dynamic_flag_spec='${wl}-E'
bf9f3bac 9107 # hardcode_minus_L: Not really in the search PATH,
9108 # but as the default location of the library.
8934764e 9109 hardcode_minus_L=yes
bf9f3bac 9110 fi
9111 ;;
9112
9113 hpux11*)
9114 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9115 case $host_cpu in
9116 hppa*64*)
8934764e 9117 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9118 ;;
9119 ia64*)
8934764e 9120 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9121 ;;
9122 *)
8934764e 9123 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9124 ;;
9125 esac
9126 else
9127 case $host_cpu in
9128 hppa*64*)
8934764e 9129 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9130 ;;
9131 ia64*)
8934764e 9132 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9133 ;;
9134 *)
8934764e 9135 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9136 ;;
9137 esac
9138 fi
9139 if test "$with_gnu_ld" = no; then
8934764e
BB
9140 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9141 hardcode_libdir_separator=:
bf9f3bac 9142
9143 case $host_cpu in
9144 hppa*64*|ia64*)
8934764e
BB
9145 hardcode_direct=no
9146 hardcode_shlibpath_var=no
bf9f3bac 9147 ;;
9148 *)
8934764e
BB
9149 hardcode_direct=yes
9150 hardcode_direct_absolute=yes
9151 export_dynamic_flag_spec='${wl}-E'
bf9f3bac 9152
9153 # hardcode_minus_L: Not really in the search PATH,
9154 # but as the default location of the library.
8934764e 9155 hardcode_minus_L=yes
bf9f3bac 9156 ;;
9157 esac
9158 fi
9159 ;;
9160
9161 irix5* | irix6* | nonstopux*)
9162 if test "$GCC" = yes; then
8934764e
BB
9163 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9164 # Try to use the -exported_symbol ld option, if it does not
9165 # work, assume that -exports_file does not work either and
9166 # implicitly export all symbols.
9167 save_LDFLAGS="$LDFLAGS"
9168 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9169 cat >conftest.$ac_ext <<_ACEOF
9170int foo(void) {}
9171_ACEOF
9172rm -f conftest.$ac_objext conftest$ac_exeext
9173if { (ac_try="$ac_link"
9174case "(($ac_try" in
9175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9176 *) ac_try_echo=$ac_try;;
9177esac
9178eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9179$as_echo "$ac_try_echo") >&5
9180 (eval "$ac_link") 2>conftest.er1
9181 ac_status=$?
9182 grep -v '^ *+' conftest.er1 >conftest.err
9183 rm -f conftest.er1
9184 cat conftest.err >&5
9185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9186 (exit $ac_status); } && {
9187 test -z "$ac_c_werror_flag" ||
9188 test ! -s conftest.err
9189 } && test -s conftest$ac_exeext && {
9190 test "$cross_compiling" = yes ||
9191 $as_test_x conftest$ac_exeext
9192 }; then
9193 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations ${wl}-exports_file ${wl}$export_symbols -o $lib'
9194
9195else
9196 $as_echo "$as_me: failed program was:" >&5
9197sed 's/^/| /' conftest.$ac_ext >&5
9198
9199
9200fi
9201
9202rm -rf conftest.dSYM
9203rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9204 conftest$ac_exeext conftest.$ac_ext
9205 LDFLAGS="$save_LDFLAGS"
bf9f3bac 9206 else
8934764e
BB
9207 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9208 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -exports_file $export_symbols -o $lib'
bf9f3bac 9209 fi
8934764e
BB
9210 archive_cmds_need_lc='no'
9211 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9212 hardcode_libdir_separator=:
9213 inherit_rpath=yes
9214 link_all_deplibs=yes
bf9f3bac 9215 ;;
9216
9217 netbsd*)
8934764e
BB
9218 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9219 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
bf9f3bac 9220 else
8934764e 9221 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
bf9f3bac 9222 fi
8934764e
BB
9223 hardcode_libdir_flag_spec='-R$libdir'
9224 hardcode_direct=yes
9225 hardcode_shlibpath_var=no
bf9f3bac 9226 ;;
9227
9228 newsos6)
8934764e
BB
9229 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9230 hardcode_direct=yes
9231 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9232 hardcode_libdir_separator=:
9233 hardcode_shlibpath_var=no
9234 ;;
9235
9236 *nto* | *qnx*)
bf9f3bac 9237 ;;
9238
9239 openbsd*)
8934764e
BB
9240 if test -f /usr/libexec/ld.so; then
9241 hardcode_direct=yes
9242 hardcode_shlibpath_var=no
9243 hardcode_direct_absolute=yes
9244 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9245 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9246 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9247 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9248 export_dynamic_flag_spec='${wl}-E'
9249 else
9250 case $host_os in
9251 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9252 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9253 hardcode_libdir_flag_spec='-R$libdir'
9254 ;;
9255 *)
9256 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9257 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9258 ;;
9259 esac
9260 fi
bf9f3bac 9261 else
8934764e 9262 ld_shlibs=no
bf9f3bac 9263 fi
9264 ;;
9265
9266 os2*)
8934764e
BB
9267 hardcode_libdir_flag_spec='-L$libdir'
9268 hardcode_minus_L=yes
9269 allow_undefined_flag=unsupported
9270 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'
9271 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
bf9f3bac 9272 ;;
9273
9274 osf3*)
9275 if test "$GCC" = yes; then
8934764e
BB
9276 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9277 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
bf9f3bac 9278 else
8934764e
BB
9279 allow_undefined_flag=' -expect_unresolved \*'
9280 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
bf9f3bac 9281 fi
8934764e
BB
9282 archive_cmds_need_lc='no'
9283 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9284 hardcode_libdir_separator=:
bf9f3bac 9285 ;;
9286
9287 osf4* | osf5*) # as osf3* with the addition of -msym flag
9288 if test "$GCC" = yes; then
8934764e
BB
9289 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9290 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags ${wl}-msym ${wl}-soname ${wl}$soname `test -n "$verstring" && $ECHO "X${wl}-set_version ${wl}$verstring" | $Xsed` ${wl}-update_registry ${wl}${output_objdir}/so_locations -o $lib'
9291 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
bf9f3bac 9292 else
8934764e
BB
9293 allow_undefined_flag=' -expect_unresolved \*'
9294 archive_cmds='$CC -shared${allow_undefined_flag} $libobjs $deplibs $compiler_flags -msym -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib'
9295 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~
9296 $CC -shared${allow_undefined_flag} ${wl}-input ${wl}$lib.exp $compiler_flags $libobjs $deplibs -soname $soname `test -n "$verstring" && $ECHO "X-set_version $verstring" | $Xsed` -update_registry ${output_objdir}/so_locations -o $lib~$RM $lib.exp'
bf9f3bac 9297
9298 # Both c and cxx compiler support -rpath directly
8934764e 9299 hardcode_libdir_flag_spec='-rpath $libdir'
bf9f3bac 9300 fi
8934764e
BB
9301 archive_cmds_need_lc='no'
9302 hardcode_libdir_separator=:
bf9f3bac 9303 ;;
9304
9305 solaris*)
8934764e 9306 no_undefined_flag=' -z defs'
bf9f3bac 9307 if test "$GCC" = yes; then
9308 wlarc='${wl}'
8934764e
BB
9309 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9310 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9311 $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
bf9f3bac 9312 else
8934764e
BB
9313 case `$CC -V 2>&1` in
9314 *"Compilers 5.0"*)
9315 wlarc=''
9316 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9317 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9318 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9319 ;;
9320 *)
9321 wlarc='${wl}'
9322 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9323 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9324 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9325 ;;
9326 esac
bf9f3bac 9327 fi
8934764e
BB
9328 hardcode_libdir_flag_spec='-R$libdir'
9329 hardcode_shlibpath_var=no
bf9f3bac 9330 case $host_os in
9331 solaris2.[0-5] | solaris2.[0-5].*) ;;
9332 *)
8934764e
BB
9333 # The compiler driver will combine and reorder linker options,
9334 # but understands `-z linker_flag'. GCC discards it without `$wl',
9335 # but is careful enough not to reorder.
9336 # Supported since Solaris 2.6 (maybe 2.5.1?)
9337 if test "$GCC" = yes; then
9338 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9339 else
9340 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9341 fi
9342 ;;
bf9f3bac 9343 esac
8934764e 9344 link_all_deplibs=yes
bf9f3bac 9345 ;;
9346
9347 sunos4*)
9348 if test "x$host_vendor" = xsequent; then
9349 # Use $CC to link under sequent, because it throws in some extra .o
9350 # files that make .init and .fini sections work.
8934764e 9351 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9352 else
8934764e 9353 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
bf9f3bac 9354 fi
8934764e
BB
9355 hardcode_libdir_flag_spec='-L$libdir'
9356 hardcode_direct=yes
9357 hardcode_minus_L=yes
9358 hardcode_shlibpath_var=no
bf9f3bac 9359 ;;
9360
9361 sysv4)
9362 case $host_vendor in
9363 sni)
8934764e
BB
9364 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9365 hardcode_direct=yes # is this really true???
bf9f3bac 9366 ;;
9367 siemens)
9368 ## LD is ld it makes a PLAMLIB
9369 ## CC just makes a GrossModule.
8934764e
BB
9370 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9371 reload_cmds='$CC -r -o $output$reload_objs'
9372 hardcode_direct=no
bf9f3bac 9373 ;;
9374 motorola)
8934764e
BB
9375 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9376 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
bf9f3bac 9377 ;;
9378 esac
9379 runpath_var='LD_RUN_PATH'
8934764e 9380 hardcode_shlibpath_var=no
bf9f3bac 9381 ;;
9382
9383 sysv4.3*)
8934764e
BB
9384 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9385 hardcode_shlibpath_var=no
9386 export_dynamic_flag_spec='-Bexport'
bf9f3bac 9387 ;;
9388
9389 sysv4*MP*)
9390 if test -d /usr/nec; then
8934764e
BB
9391 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9392 hardcode_shlibpath_var=no
bf9f3bac 9393 runpath_var=LD_RUN_PATH
9394 hardcode_runpath_var=yes
8934764e 9395 ld_shlibs=yes
bf9f3bac 9396 fi
9397 ;;
9398
8934764e
BB
9399 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9400 no_undefined_flag='${wl}-z,text'
9401 archive_cmds_need_lc=no
9402 hardcode_shlibpath_var=no
bf9f3bac 9403 runpath_var='LD_RUN_PATH'
9404
9405 if test "$GCC" = yes; then
8934764e
BB
9406 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9407 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9408 else
8934764e
BB
9409 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9410 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9411 fi
9412 ;;
9413
9414 sysv5* | sco3.2v5* | sco5v6*)
9415 # Note: We can NOT use -z defs as we might desire, because we do not
9416 # link with -lc, and that would cause any symbols used from libc to
9417 # always be unresolved, which means just about no library would
9418 # ever link correctly. If we're not using GNU ld we use -z text
9419 # though, which does catch some bad symbols but isn't as heavy-handed
9420 # as -z defs.
8934764e
BB
9421 no_undefined_flag='${wl}-z,text'
9422 allow_undefined_flag='${wl}-z,nodefs'
9423 archive_cmds_need_lc=no
9424 hardcode_shlibpath_var=no
9425 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9426 hardcode_libdir_separator=':'
9427 link_all_deplibs=yes
9428 export_dynamic_flag_spec='${wl}-Bexport'
bf9f3bac 9429 runpath_var='LD_RUN_PATH'
9430
9431 if test "$GCC" = yes; then
8934764e
BB
9432 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9433 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9434 else
8934764e
BB
9435 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9436 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9437 fi
9438 ;;
9439
9440 uts4*)
8934764e
BB
9441 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9442 hardcode_libdir_flag_spec='-L$libdir'
9443 hardcode_shlibpath_var=no
bf9f3bac 9444 ;;
9445
9446 *)
8934764e 9447 ld_shlibs=no
bf9f3bac 9448 ;;
9449 esac
8934764e
BB
9450
9451 if test x$host_vendor = xsni; then
9452 case $host in
9453 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9454 export_dynamic_flag_spec='${wl}-Blargedynsym'
9455 ;;
9456 esac
9457 fi
bf9f3bac 9458 fi
9459
8934764e
BB
9460{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9461$as_echo "$ld_shlibs" >&6; }
9462test "$ld_shlibs" = no && can_build_shared=no
9463
9464with_gnu_ld=$with_gnu_ld
9465
9466
9467
9468
9469
9470
9471
9472
9473
9474
9475
9476
9477
9478
bf9f3bac 9479
9480#
9481# Do we need to explicitly link libc?
9482#
8934764e 9483case "x$archive_cmds_need_lc" in
bf9f3bac 9484x|xyes)
9485 # Assume -lc should be added
8934764e 9486 archive_cmds_need_lc=yes
bf9f3bac 9487
9488 if test "$enable_shared" = yes && test "$GCC" = yes; then
8934764e 9489 case $archive_cmds in
bf9f3bac 9490 *'~'*)
9491 # FIXME: we may have to deal with multi-command sequences.
9492 ;;
9493 '$CC '*)
9494 # Test whether the compiler implicitly links with -lc since on some
9495 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9496 # to ld, don't add -lc before -lgcc.
8934764e
BB
9497 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9498$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9499 $RM conftest*
9500 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
bf9f3bac 9501
9502 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9503 (eval $ac_compile) 2>&5
9504 ac_status=$?
8934764e 9505 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 9506 (exit $ac_status); } 2>conftest.err; then
9507 soname=conftest
9508 lib=conftest
9509 libobjs=conftest.$ac_objext
9510 deplibs=
8934764e
BB
9511 wl=$lt_prog_compiler_wl
9512 pic_flag=$lt_prog_compiler_pic
bf9f3bac 9513 compiler_flags=-v
9514 linker_flags=-v
9515 verstring=
9516 output_objdir=.
9517 libname=conftest
8934764e
BB
9518 lt_save_allow_undefined_flag=$allow_undefined_flag
9519 allow_undefined_flag=
9520 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
9521 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
bf9f3bac 9522 ac_status=$?
8934764e 9523 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 9524 (exit $ac_status); }
9525 then
8934764e 9526 archive_cmds_need_lc=no
bf9f3bac 9527 else
8934764e 9528 archive_cmds_need_lc=yes
bf9f3bac 9529 fi
8934764e 9530 allow_undefined_flag=$lt_save_allow_undefined_flag
bf9f3bac 9531 else
9532 cat conftest.err 1>&5
9533 fi
8934764e
BB
9534 $RM conftest*
9535 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9536$as_echo "$archive_cmds_need_lc" >&6; }
bf9f3bac 9537 ;;
9538 esac
9539 fi
9540 ;;
9541esac
9542
8934764e
BB
9543
9544
9545
9546
9547
9548
9549
9550
9551
9552
9553
9554
9555
9556
9557
9558
9559
9560
9561
9562
9563
9564
9565
9566
9567
9568
9569
9570
9571
9572
9573
9574
9575
9576
9577
9578
9579
9580
9581
9582
9583
9584
9585
9586
9587
9588
9589
9590
9591
9592
9593
9594
9595
9596
9597
9598
9599
9600
9601
9602
9603
9604
9605
9606
9607
9608
9609
9610
9611
9612
9613
9614
9615
9616
9617
9618
9619
9620
9621
9622
9623
9624
9625
9626
9627
9628
9629
9630
9631
9632
9633
9634
9635
9636
9637
9638
9639
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698
9699 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9700$as_echo_n "checking dynamic linker characteristics... " >&6; }
9701
9702if test "$GCC" = yes; then
9703 case $host_os in
9704 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9705 *) lt_awk_arg="/^libraries:/" ;;
9706 esac
9707 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9708 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9709 # if the path contains ";" then we assume it to be the separator
9710 # otherwise default to the standard path separator (i.e. ":") - it is
9711 # assumed that no part of a normal pathname contains ";" but that should
9712 # okay in the real world where ";" in dirpaths is itself problematic.
9713 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9714 else
9715 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9716 fi
9717 # Ok, now we have the path, separated by spaces, we can step through it
9718 # and add multilib dir if necessary.
9719 lt_tmp_lt_search_path_spec=
9720 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9721 for lt_sys_path in $lt_search_path_spec; do
9722 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9723 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9724 else
9725 test -d "$lt_sys_path" && \
9726 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9727 fi
9728 done
9729 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9730BEGIN {RS=" "; FS="/|\n";} {
9731 lt_foo="";
9732 lt_count=0;
9733 for (lt_i = NF; lt_i > 0; lt_i--) {
9734 if ($lt_i != "" && $lt_i != ".") {
9735 if ($lt_i == "..") {
9736 lt_count++;
9737 } else {
9738 if (lt_count == 0) {
9739 lt_foo="/" $lt_i lt_foo;
9740 } else {
9741 lt_count--;
9742 }
9743 }
9744 }
9745 }
9746 if (lt_foo != "") { lt_freq[lt_foo]++; }
9747 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9748}'`
9749 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9750else
9751 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9752fi
bf9f3bac 9753library_names_spec=
9754libname_spec='lib$name'
9755soname_spec=
9756shrext_cmds=".so"
9757postinstall_cmds=
9758postuninstall_cmds=
9759finish_cmds=
9760finish_eval=
9761shlibpath_var=
9762shlibpath_overrides_runpath=unknown
9763version_type=none
9764dynamic_linker="$host_os ld.so"
9765sys_lib_dlsearch_path_spec="/lib /usr/lib"
bf9f3bac 9766need_lib_prefix=unknown
9767hardcode_into_libs=no
9768
9769# when you set need_version to no, make sure it does not cause -set_version
9770# flags to be left without arguments
9771need_version=unknown
9772
9773case $host_os in
9774aix3*)
9775 version_type=linux
9776 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9777 shlibpath_var=LIBPATH
9778
9779 # AIX 3 has no versioning support, so we append a major version to the name.
9780 soname_spec='${libname}${release}${shared_ext}$major'
9781 ;;
9782
8934764e 9783aix[4-9]*)
bf9f3bac 9784 version_type=linux
9785 need_lib_prefix=no
9786 need_version=no
9787 hardcode_into_libs=yes
9788 if test "$host_cpu" = ia64; then
9789 # AIX 5 supports IA64
9790 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9791 shlibpath_var=LD_LIBRARY_PATH
9792 else
9793 # With GCC up to 2.95.x, collect2 would create an import file
9794 # for dependence libraries. The import file would start with
9795 # the line `#! .'. This would cause the generated library to
9796 # depend on `.', always an invalid library. This was fixed in
9797 # development snapshots of GCC prior to 3.0.
9798 case $host_os in
9799 aix4 | aix4.[01] | aix4.[01].*)
9800 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9801 echo ' yes '
8934764e 9802 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
bf9f3bac 9803 :
9804 else
9805 can_build_shared=no
9806 fi
9807 ;;
9808 esac
9809 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9810 # soname into executable. Probably we can add versioning support to
9811 # collect2, so additional links can be useful in future.
9812 if test "$aix_use_runtimelinking" = yes; then
9813 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9814 # instead of lib<name>.a to let people know that these are not
9815 # typical AIX shared libraries.
9816 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9817 else
9818 # We preserve .a as extension for shared libraries through AIX4.2
9819 # and later when we are not doing run time linking.
9820 library_names_spec='${libname}${release}.a $libname.a'
9821 soname_spec='${libname}${release}${shared_ext}$major'
9822 fi
9823 shlibpath_var=LIBPATH
9824 fi
9825 ;;
9826
9827amigaos*)
8934764e
BB
9828 case $host_cpu in
9829 powerpc)
9830 # Since July 2007 AmigaOS4 officially supports .so libraries.
9831 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9832 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9833 ;;
9834 m68k)
9835 library_names_spec='$libname.ixlibrary $libname.a'
9836 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9837 finish_eval='for lib in `ls $libdir/*.ixlibrary 2>/dev/null`; do libname=`$ECHO "X$lib" | $Xsed -e '\''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'
9838 ;;
9839 esac
bf9f3bac 9840 ;;
9841
9842beos*)
9843 library_names_spec='${libname}${shared_ext}'
9844 dynamic_linker="$host_os ld.so"
9845 shlibpath_var=LIBRARY_PATH
9846 ;;
9847
9848bsdi[45]*)
9849 version_type=linux
9850 need_version=no
9851 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9852 soname_spec='${libname}${release}${shared_ext}$major'
9853 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9854 shlibpath_var=LD_LIBRARY_PATH
9855 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9856 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9857 # the default ld.so.conf also contains /usr/contrib/lib and
9858 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9859 # libtool to hard-code these into programs
9860 ;;
9861
8934764e 9862cygwin* | mingw* | pw32* | cegcc*)
bf9f3bac 9863 version_type=windows
9864 shrext_cmds=".dll"
9865 need_version=no
9866 need_lib_prefix=no
9867
9868 case $GCC,$host_os in
8934764e 9869 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
bf9f3bac 9870 library_names_spec='$libname.dll.a'
9871 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9872 postinstall_cmds='base_file=`basename \${file}`~
8934764e 9873 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
bf9f3bac 9874 dldir=$destdir/`dirname \$dlpath`~
9875 test -d \$dldir || mkdir -p \$dldir~
9876 $install_prog $dir/$dlname \$dldir/$dlname~
8934764e
BB
9877 chmod a+x \$dldir/$dlname~
9878 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9879 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9880 fi'
bf9f3bac 9881 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9882 dlpath=$dir/\$dldll~
8934764e 9883 $RM \$dlpath'
bf9f3bac 9884 shlibpath_overrides_runpath=yes
9885
9886 case $host_os in
9887 cygwin*)
9888 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9889 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9890 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9891 ;;
8934764e 9892 mingw* | cegcc*)
bf9f3bac 9893 # MinGW DLLs use traditional 'lib' prefix
9894 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8934764e
BB
9895 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9896 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
bf9f3bac 9897 # It is most probably a Windows format PATH printed by
9898 # mingw gcc, but we are running on Cygwin. Gcc prints its search
9899 # path with ; separators, and with drive letters. We can handle the
9900 # drive letters (cygwin fileutils understands them), so leave them,
9901 # especially as we might pass files found there to a mingw objdump,
9902 # which wouldn't understand a cygwinified path. Ahh.
8934764e 9903 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
bf9f3bac 9904 else
8934764e 9905 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
bf9f3bac 9906 fi
9907 ;;
9908 pw32*)
9909 # pw32 DLLs use 'pw' prefix rather than 'lib'
9910 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9911 ;;
9912 esac
9913 ;;
9914
9915 *)
9916 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9917 ;;
9918 esac
9919 dynamic_linker='Win32 ld.exe'
9920 # FIXME: first we should search . and the directory the executable is in
9921 shlibpath_var=PATH
9922 ;;
9923
9924darwin* | rhapsody*)
9925 dynamic_linker="$host_os dyld"
9926 version_type=darwin
9927 need_lib_prefix=no
9928 need_version=no
8934764e 9929 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
bf9f3bac 9930 soname_spec='${libname}${release}${major}$shared_ext'
9931 shlibpath_overrides_runpath=yes
9932 shlibpath_var=DYLD_LIBRARY_PATH
9933 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
8934764e
BB
9934
9935 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
bf9f3bac 9936 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9937 ;;
9938
9939dgux*)
9940 version_type=linux
9941 need_lib_prefix=no
9942 need_version=no
9943 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9944 soname_spec='${libname}${release}${shared_ext}$major'
9945 shlibpath_var=LD_LIBRARY_PATH
9946 ;;
9947
9948freebsd1*)
9949 dynamic_linker=no
9950 ;;
9951
bf9f3bac 9952freebsd* | dragonfly*)
9953 # DragonFly does not have aout. When/if they implement a new
9954 # versioning mechanism, adjust this.
9955 if test -x /usr/bin/objformat; then
9956 objformat=`/usr/bin/objformat`
9957 else
9958 case $host_os in
9959 freebsd[123]*) objformat=aout ;;
9960 *) objformat=elf ;;
9961 esac
9962 fi
9963 version_type=freebsd-$objformat
9964 case $version_type in
9965 freebsd-elf*)
9966 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9967 need_version=no
9968 need_lib_prefix=no
9969 ;;
9970 freebsd-*)
9971 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9972 need_version=yes
9973 ;;
9974 esac
9975 shlibpath_var=LD_LIBRARY_PATH
9976 case $host_os in
9977 freebsd2*)
9978 shlibpath_overrides_runpath=yes
9979 ;;
9980 freebsd3.[01]* | freebsdelf3.[01]*)
9981 shlibpath_overrides_runpath=yes
9982 hardcode_into_libs=yes
9983 ;;
9984 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9985 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9986 shlibpath_overrides_runpath=no
9987 hardcode_into_libs=yes
9988 ;;
8934764e 9989 *) # from 4.6 on, and DragonFly
bf9f3bac 9990 shlibpath_overrides_runpath=yes
9991 hardcode_into_libs=yes
9992 ;;
9993 esac
9994 ;;
9995
9996gnu*)
9997 version_type=linux
9998 need_lib_prefix=no
9999 need_version=no
10000 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10001 soname_spec='${libname}${release}${shared_ext}$major'
10002 shlibpath_var=LD_LIBRARY_PATH
10003 hardcode_into_libs=yes
10004 ;;
10005
10006hpux9* | hpux10* | hpux11*)
10007 # Give a soname corresponding to the major version so that dld.sl refuses to
10008 # link against other versions.
10009 version_type=sunos
10010 need_lib_prefix=no
10011 need_version=no
10012 case $host_cpu in
10013 ia64*)
10014 shrext_cmds='.so'
10015 hardcode_into_libs=yes
10016 dynamic_linker="$host_os dld.so"
10017 shlibpath_var=LD_LIBRARY_PATH
10018 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10019 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10020 soname_spec='${libname}${release}${shared_ext}$major'
10021 if test "X$HPUX_IA64_MODE" = X32; then
10022 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10023 else
10024 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10025 fi
10026 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10027 ;;
8934764e
BB
10028 hppa*64*)
10029 shrext_cmds='.sl'
10030 hardcode_into_libs=yes
10031 dynamic_linker="$host_os dld.sl"
10032 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10033 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10034 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10035 soname_spec='${libname}${release}${shared_ext}$major'
10036 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10037 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10038 ;;
10039 *)
bf9f3bac 10040 shrext_cmds='.sl'
10041 dynamic_linker="$host_os dld.sl"
10042 shlibpath_var=SHLIB_PATH
10043 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10044 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10045 soname_spec='${libname}${release}${shared_ext}$major'
10046 ;;
10047 esac
10048 # HP-UX runs *really* slowly unless shared libraries are mode 555.
10049 postinstall_cmds='chmod 555 $lib'
10050 ;;
10051
8934764e 10052interix[3-9]*)
bf9f3bac 10053 version_type=linux
10054 need_lib_prefix=no
10055 need_version=no
10056 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10057 soname_spec='${libname}${release}${shared_ext}$major'
10058 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10059 shlibpath_var=LD_LIBRARY_PATH
10060 shlibpath_overrides_runpath=no
10061 hardcode_into_libs=yes
10062 ;;
10063
10064irix5* | irix6* | nonstopux*)
10065 case $host_os in
10066 nonstopux*) version_type=nonstopux ;;
10067 *)
10068 if test "$lt_cv_prog_gnu_ld" = yes; then
10069 version_type=linux
10070 else
10071 version_type=irix
10072 fi ;;
10073 esac
10074 need_lib_prefix=no
10075 need_version=no
10076 soname_spec='${libname}${release}${shared_ext}$major'
10077 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10078 case $host_os in
10079 irix5* | nonstopux*)
10080 libsuff= shlibsuff=
10081 ;;
10082 *)
10083 case $LD in # libtool.m4 will add one of these switches to LD
10084 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10085 libsuff= shlibsuff= libmagic=32-bit;;
10086 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10087 libsuff=32 shlibsuff=N32 libmagic=N32;;
10088 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10089 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10090 *) libsuff= shlibsuff= libmagic=never-match;;
10091 esac
10092 ;;
10093 esac
10094 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10095 shlibpath_overrides_runpath=no
10096 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10097 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10098 hardcode_into_libs=yes
10099 ;;
10100
10101# No shared lib support for Linux oldld, aout, or coff.
10102linux*oldld* | linux*aout* | linux*coff*)
10103 dynamic_linker=no
10104 ;;
10105
10106# This must be Linux ELF.
8934764e 10107linux* | k*bsd*-gnu)
bf9f3bac 10108 version_type=linux
10109 need_lib_prefix=no
10110 need_version=no
10111 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10112 soname_spec='${libname}${release}${shared_ext}$major'
10113 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10114 shlibpath_var=LD_LIBRARY_PATH
10115 shlibpath_overrides_runpath=no
8934764e
BB
10116 # Some binutils ld are patched to set DT_RUNPATH
10117 save_LDFLAGS=$LDFLAGS
10118 save_libdir=$libdir
10119 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10120 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10121 cat >conftest.$ac_ext <<_ACEOF
10122/* confdefs.h. */
10123_ACEOF
10124cat confdefs.h >>conftest.$ac_ext
10125cat >>conftest.$ac_ext <<_ACEOF
10126/* end confdefs.h. */
10127
10128int
10129main ()
10130{
10131
10132 ;
10133 return 0;
10134}
10135_ACEOF
10136rm -f conftest.$ac_objext conftest$ac_exeext
10137if { (ac_try="$ac_link"
10138case "(($ac_try" in
10139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10140 *) ac_try_echo=$ac_try;;
10141esac
10142eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10143$as_echo "$ac_try_echo") >&5
10144 (eval "$ac_link") 2>conftest.er1
10145 ac_status=$?
10146 grep -v '^ *+' conftest.er1 >conftest.err
10147 rm -f conftest.er1
10148 cat conftest.err >&5
10149 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10150 (exit $ac_status); } && {
10151 test -z "$ac_c_werror_flag" ||
10152 test ! -s conftest.err
10153 } && test -s conftest$ac_exeext && {
10154 test "$cross_compiling" = yes ||
10155 $as_test_x conftest$ac_exeext
10156 }; then
10157 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
10158 shlibpath_overrides_runpath=yes
10159fi
10160
10161else
10162 $as_echo "$as_me: failed program was:" >&5
10163sed 's/^/| /' conftest.$ac_ext >&5
10164
10165
10166fi
10167
10168rm -rf conftest.dSYM
10169rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10170 conftest$ac_exeext conftest.$ac_ext
10171 LDFLAGS=$save_LDFLAGS
10172 libdir=$save_libdir
10173
bf9f3bac 10174 # This implies no fast_install, which is unacceptable.
10175 # Some rework will be needed to allow for fast_install
10176 # before this can be enabled.
10177 hardcode_into_libs=yes
10178
8934764e
BB
10179 # Add ABI-specific directories to the system library path.
10180 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
bf9f3bac 10181
10182 # Append ld.so.conf contents to the search path
10183 if test -f /etc/ld.so.conf; then
8934764e
BB
10184 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;/^$/d' | tr '\n' ' '`
10185 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
bf9f3bac 10186 fi
10187
10188 # We used to test for /lib/ld.so.1 and disable shared libraries on
10189 # powerpc, because MkLinux only supported shared libraries with the
10190 # GNU dynamic linker. Since this was broken with cross compilers,
10191 # most powerpc-linux boxes support dynamic linking these days and
10192 # people can always --disable-shared, the test was removed, and we
10193 # assume the GNU/Linux dynamic linker is in use.
10194 dynamic_linker='GNU/Linux ld.so'
10195 ;;
10196
bf9f3bac 10197netbsd*)
10198 version_type=sunos
10199 need_lib_prefix=no
10200 need_version=no
8934764e 10201 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
bf9f3bac 10202 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10203 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10204 dynamic_linker='NetBSD (a.out) ld.so'
10205 else
10206 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10207 soname_spec='${libname}${release}${shared_ext}$major'
10208 dynamic_linker='NetBSD ld.elf_so'
10209 fi
10210 shlibpath_var=LD_LIBRARY_PATH
10211 shlibpath_overrides_runpath=yes
10212 hardcode_into_libs=yes
10213 ;;
10214
10215newsos6)
10216 version_type=linux
10217 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10218 shlibpath_var=LD_LIBRARY_PATH
10219 shlibpath_overrides_runpath=yes
10220 ;;
10221
8934764e
BB
10222*nto* | *qnx*)
10223 version_type=qnx
bf9f3bac 10224 need_lib_prefix=no
10225 need_version=no
10226 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10227 soname_spec='${libname}${release}${shared_ext}$major'
10228 shlibpath_var=LD_LIBRARY_PATH
8934764e
BB
10229 shlibpath_overrides_runpath=no
10230 hardcode_into_libs=yes
10231 dynamic_linker='ldqnx.so'
bf9f3bac 10232 ;;
10233
10234openbsd*)
10235 version_type=sunos
10236 sys_lib_dlsearch_path_spec="/usr/lib"
10237 need_lib_prefix=no
10238 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10239 case $host_os in
8934764e
BB
10240 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10241 *) need_version=no ;;
bf9f3bac 10242 esac
10243 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10244 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10245 shlibpath_var=LD_LIBRARY_PATH
8934764e 10246 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
bf9f3bac 10247 case $host_os in
10248 openbsd2.[89] | openbsd2.[89].*)
10249 shlibpath_overrides_runpath=no
10250 ;;
10251 *)
10252 shlibpath_overrides_runpath=yes
10253 ;;
10254 esac
10255 else
10256 shlibpath_overrides_runpath=yes
10257 fi
10258 ;;
10259
10260os2*)
10261 libname_spec='$name'
10262 shrext_cmds=".dll"
10263 need_lib_prefix=no
10264 library_names_spec='$libname${shared_ext} $libname.a'
10265 dynamic_linker='OS/2 ld.exe'
10266 shlibpath_var=LIBPATH
10267 ;;
10268
10269osf3* | osf4* | osf5*)
10270 version_type=osf
10271 need_lib_prefix=no
10272 need_version=no
10273 soname_spec='${libname}${release}${shared_ext}$major'
10274 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10275 shlibpath_var=LD_LIBRARY_PATH
10276 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10277 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10278 ;;
10279
8934764e
BB
10280rdos*)
10281 dynamic_linker=no
10282 ;;
10283
bf9f3bac 10284solaris*)
10285 version_type=linux
10286 need_lib_prefix=no
10287 need_version=no
10288 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10289 soname_spec='${libname}${release}${shared_ext}$major'
10290 shlibpath_var=LD_LIBRARY_PATH
10291 shlibpath_overrides_runpath=yes
10292 hardcode_into_libs=yes
10293 # ldd complains unless libraries are executable
10294 postinstall_cmds='chmod +x $lib'
10295 ;;
10296
10297sunos4*)
10298 version_type=sunos
10299 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10300 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10301 shlibpath_var=LD_LIBRARY_PATH
10302 shlibpath_overrides_runpath=yes
10303 if test "$with_gnu_ld" = yes; then
10304 need_lib_prefix=no
10305 fi
10306 need_version=yes
10307 ;;
10308
10309sysv4 | sysv4.3*)
10310 version_type=linux
10311 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10312 soname_spec='${libname}${release}${shared_ext}$major'
10313 shlibpath_var=LD_LIBRARY_PATH
10314 case $host_vendor in
10315 sni)
10316 shlibpath_overrides_runpath=no
10317 need_lib_prefix=no
bf9f3bac 10318 runpath_var=LD_RUN_PATH
10319 ;;
10320 siemens)
10321 need_lib_prefix=no
10322 ;;
10323 motorola)
10324 need_lib_prefix=no
10325 need_version=no
10326 shlibpath_overrides_runpath=no
10327 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10328 ;;
10329 esac
10330 ;;
10331
10332sysv4*MP*)
10333 if test -d /usr/nec ;then
10334 version_type=linux
10335 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10336 soname_spec='$libname${shared_ext}.$major'
10337 shlibpath_var=LD_LIBRARY_PATH
10338 fi
10339 ;;
10340
10341sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10342 version_type=freebsd-elf
10343 need_lib_prefix=no
10344 need_version=no
10345 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10346 soname_spec='${libname}${release}${shared_ext}$major'
10347 shlibpath_var=LD_LIBRARY_PATH
8934764e 10348 shlibpath_overrides_runpath=yes
bf9f3bac 10349 hardcode_into_libs=yes
10350 if test "$with_gnu_ld" = yes; then
10351 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
bf9f3bac 10352 else
10353 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
bf9f3bac 10354 case $host_os in
10355 sco3.2v5*)
10356 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10357 ;;
10358 esac
10359 fi
10360 sys_lib_dlsearch_path_spec='/usr/lib'
10361 ;;
10362
8934764e
BB
10363tpf*)
10364 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10365 version_type=linux
10366 need_lib_prefix=no
10367 need_version=no
10368 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10369 shlibpath_var=LD_LIBRARY_PATH
10370 shlibpath_overrides_runpath=no
10371 hardcode_into_libs=yes
10372 ;;
10373
bf9f3bac 10374uts4*)
10375 version_type=linux
10376 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10377 soname_spec='${libname}${release}${shared_ext}$major'
10378 shlibpath_var=LD_LIBRARY_PATH
10379 ;;
10380
10381*)
10382 dynamic_linker=no
10383 ;;
10384esac
8934764e
BB
10385{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
10386$as_echo "$dynamic_linker" >&6; }
bf9f3bac 10387test "$dynamic_linker" = no && can_build_shared=no
10388
10389variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10390if test "$GCC" = yes; then
10391 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10392fi
10393
8934764e
BB
10394if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10395 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
bf9f3bac 10396fi
8934764e
BB
10397if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10398 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
bf9f3bac 10399fi
10400
10401
bf9f3bac 10402
bf9f3bac 10403
bf9f3bac 10404
bf9f3bac 10405
bf9f3bac 10406
bf9f3bac 10407
bf9f3bac 10408
bf9f3bac 10409
bf9f3bac 10410
bf9f3bac 10411
bf9f3bac 10412
bf9f3bac 10413
bf9f3bac 10414
bf9f3bac 10415
bf9f3bac 10416
bf9f3bac 10417
bf9f3bac 10418
bf9f3bac 10419
bf9f3bac 10420
bf9f3bac 10421
bf9f3bac 10422
bf9f3bac 10423
bf9f3bac 10424
bf9f3bac 10425
bf9f3bac 10426
bf9f3bac 10427
bf9f3bac 10428
bf9f3bac 10429
bf9f3bac 10430
bf9f3bac 10431
bf9f3bac 10432
bf9f3bac 10433
bf9f3bac 10434
bf9f3bac 10435
bf9f3bac 10436
bf9f3bac 10437
bf9f3bac 10438
bf9f3bac 10439
bf9f3bac 10440
bf9f3bac 10441
bf9f3bac 10442
bf9f3bac 10443
bf9f3bac 10444
bf9f3bac 10445
bf9f3bac 10446
bf9f3bac 10447
bf9f3bac 10448
bf9f3bac 10449
bf9f3bac 10450
bf9f3bac 10451
bf9f3bac 10452
bf9f3bac 10453
bf9f3bac 10454
bf9f3bac 10455
bf9f3bac 10456
bf9f3bac 10457
bf9f3bac 10458
bf9f3bac 10459
bf9f3bac 10460
bf9f3bac 10461
bf9f3bac 10462
bf9f3bac 10463
bf9f3bac 10464
bf9f3bac 10465
bf9f3bac 10466
bf9f3bac 10467
bf9f3bac 10468
bf9f3bac 10469
bf9f3bac 10470
bf9f3bac 10471
bf9f3bac 10472
bf9f3bac 10473
bf9f3bac 10474
bf9f3bac 10475
bf9f3bac 10476
bf9f3bac 10477
bf9f3bac 10478
bf9f3bac 10479
bf9f3bac 10480
bf9f3bac 10481
bf9f3bac 10482
bf9f3bac 10483
bf9f3bac 10484
bf9f3bac 10485
bf9f3bac 10486
8934764e
BB
10487 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
10488$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10489hardcode_action=
10490if test -n "$hardcode_libdir_flag_spec" ||
10491 test -n "$runpath_var" ||
10492 test "X$hardcode_automatic" = "Xyes" ; then
bf9f3bac 10493
8934764e
BB
10494 # We can hardcode non-existent directories.
10495 if test "$hardcode_direct" != no &&
10496 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10497 # have to relink, otherwise we might link with an installed library
10498 # when we should be linking with a yet-to-be-installed one
10499 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10500 test "$hardcode_minus_L" != no; then
10501 # Linking always hardcodes the temporary library directory.
10502 hardcode_action=relink
10503 else
10504 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10505 hardcode_action=immediate
bf9f3bac 10506 fi
8934764e
BB
10507else
10508 # We cannot hardcode anything, or else we can only hardcode existing
10509 # directories.
10510 hardcode_action=unsupported
bf9f3bac 10511fi
8934764e
BB
10512{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
10513$as_echo "$hardcode_action" >&6; }
bf9f3bac 10514
8934764e
BB
10515if test "$hardcode_action" = relink ||
10516 test "$inherit_rpath" = yes; then
10517 # Fast installation is not supported
10518 enable_fast_install=no
10519elif test "$shlibpath_overrides_runpath" = yes ||
10520 test "$enable_shared" = no; then
10521 # Fast installation is not necessary
10522 enable_fast_install=needless
10523fi
bf9f3bac 10524
bf9f3bac 10525
bf9f3bac 10526
bf9f3bac 10527
bf9f3bac 10528
10529
8934764e
BB
10530 if test "x$enable_dlopen" != xyes; then
10531 enable_dlopen=unknown
10532 enable_dlopen_self=unknown
10533 enable_dlopen_self_static=unknown
10534else
10535 lt_cv_dlopen=no
10536 lt_cv_dlopen_libs=
bf9f3bac 10537
8934764e
BB
10538 case $host_os in
10539 beos*)
10540 lt_cv_dlopen="load_add_on"
10541 lt_cv_dlopen_libs=
10542 lt_cv_dlopen_self=yes
10543 ;;
bf9f3bac 10544
8934764e
BB
10545 mingw* | pw32* | cegcc*)
10546 lt_cv_dlopen="LoadLibrary"
10547 lt_cv_dlopen_libs=
10548 ;;
bf9f3bac 10549
8934764e
BB
10550 cygwin*)
10551 lt_cv_dlopen="dlopen"
10552 lt_cv_dlopen_libs=
10553 ;;
bf9f3bac 10554
8934764e
BB
10555 darwin*)
10556 # if libdl is installed we need to link against it
10557 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10558$as_echo_n "checking for dlopen in -ldl... " >&6; }
10559if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10560 $as_echo_n "(cached) " >&6
10561else
10562 ac_check_lib_save_LIBS=$LIBS
10563LIBS="-ldl $LIBS"
10564cat >conftest.$ac_ext <<_ACEOF
10565/* confdefs.h. */
10566_ACEOF
10567cat confdefs.h >>conftest.$ac_ext
10568cat >>conftest.$ac_ext <<_ACEOF
10569/* end confdefs.h. */
bf9f3bac 10570
8934764e
BB
10571/* Override any GCC internal prototype to avoid an error.
10572 Use char because int might match the return type of a GCC
10573 builtin and then its argument prototype would still apply. */
10574#ifdef __cplusplus
10575extern "C"
10576#endif
10577char dlopen ();
10578int
10579main ()
10580{
10581return dlopen ();
10582 ;
10583 return 0;
10584}
10585_ACEOF
10586rm -f conftest.$ac_objext conftest$ac_exeext
10587if { (ac_try="$ac_link"
10588case "(($ac_try" in
10589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10590 *) ac_try_echo=$ac_try;;
10591esac
10592eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10593$as_echo "$ac_try_echo") >&5
10594 (eval "$ac_link") 2>conftest.er1
10595 ac_status=$?
10596 grep -v '^ *+' conftest.er1 >conftest.err
10597 rm -f conftest.er1
10598 cat conftest.err >&5
10599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10600 (exit $ac_status); } && {
10601 test -z "$ac_c_werror_flag" ||
10602 test ! -s conftest.err
10603 } && test -s conftest$ac_exeext && {
10604 test "$cross_compiling" = yes ||
10605 $as_test_x conftest$ac_exeext
10606 }; then
10607 ac_cv_lib_dl_dlopen=yes
10608else
10609 $as_echo "$as_me: failed program was:" >&5
10610sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 10611
8934764e
BB
10612 ac_cv_lib_dl_dlopen=no
10613fi
bf9f3bac 10614
8934764e
BB
10615rm -rf conftest.dSYM
10616rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10617 conftest$ac_exeext conftest.$ac_ext
10618LIBS=$ac_check_lib_save_LIBS
10619fi
10620{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10621$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10622if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
10623 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10624else
bf9f3bac 10625
8934764e
BB
10626 lt_cv_dlopen="dyld"
10627 lt_cv_dlopen_libs=
10628 lt_cv_dlopen_self=yes
bf9f3bac 10629
8934764e 10630fi
bf9f3bac 10631
8934764e 10632 ;;
bf9f3bac 10633
8934764e
BB
10634 *)
10635 { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
10636$as_echo_n "checking for shl_load... " >&6; }
10637if test "${ac_cv_func_shl_load+set}" = set; then
10638 $as_echo_n "(cached) " >&6
10639else
10640 cat >conftest.$ac_ext <<_ACEOF
10641/* confdefs.h. */
10642_ACEOF
10643cat confdefs.h >>conftest.$ac_ext
10644cat >>conftest.$ac_ext <<_ACEOF
10645/* end confdefs.h. */
10646/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10647 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10648#define shl_load innocuous_shl_load
bf9f3bac 10649
8934764e
BB
10650/* System header to define __stub macros and hopefully few prototypes,
10651 which can conflict with char shl_load (); below.
10652 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10653 <limits.h> exists even on freestanding compilers. */
bf9f3bac 10654
8934764e
BB
10655#ifdef __STDC__
10656# include <limits.h>
10657#else
10658# include <assert.h>
10659#endif
bf9f3bac 10660
8934764e 10661#undef shl_load
bf9f3bac 10662
8934764e
BB
10663/* Override any GCC internal prototype to avoid an error.
10664 Use char because int might match the return type of a GCC
10665 builtin and then its argument prototype would still apply. */
10666#ifdef __cplusplus
10667extern "C"
10668#endif
10669char shl_load ();
10670/* The GNU C library defines this for functions which it implements
10671 to always fail with ENOSYS. Some functions are actually named
10672 something starting with __ and the normal name is an alias. */
10673#if defined __stub_shl_load || defined __stub___shl_load
10674choke me
10675#endif
bf9f3bac 10676
8934764e
BB
10677int
10678main ()
10679{
10680return shl_load ();
10681 ;
10682 return 0;
10683}
10684_ACEOF
10685rm -f conftest.$ac_objext conftest$ac_exeext
10686if { (ac_try="$ac_link"
10687case "(($ac_try" in
10688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10689 *) ac_try_echo=$ac_try;;
10690esac
10691eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10692$as_echo "$ac_try_echo") >&5
10693 (eval "$ac_link") 2>conftest.er1
10694 ac_status=$?
10695 grep -v '^ *+' conftest.er1 >conftest.err
10696 rm -f conftest.er1
10697 cat conftest.err >&5
10698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10699 (exit $ac_status); } && {
10700 test -z "$ac_c_werror_flag" ||
10701 test ! -s conftest.err
10702 } && test -s conftest$ac_exeext && {
10703 test "$cross_compiling" = yes ||
10704 $as_test_x conftest$ac_exeext
10705 }; then
10706 ac_cv_func_shl_load=yes
10707else
10708 $as_echo "$as_me: failed program was:" >&5
10709sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 10710
8934764e
BB
10711 ac_cv_func_shl_load=no
10712fi
bf9f3bac 10713
8934764e
BB
10714rm -rf conftest.dSYM
10715rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10716 conftest$ac_exeext conftest.$ac_ext
10717fi
10718{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10719$as_echo "$ac_cv_func_shl_load" >&6; }
10720if test "x$ac_cv_func_shl_load" = x""yes; then
10721 lt_cv_dlopen="shl_load"
10722else
10723 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10724$as_echo_n "checking for shl_load in -ldld... " >&6; }
10725if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10726 $as_echo_n "(cached) " >&6
10727else
10728 ac_check_lib_save_LIBS=$LIBS
10729LIBS="-ldld $LIBS"
10730cat >conftest.$ac_ext <<_ACEOF
10731/* confdefs.h. */
10732_ACEOF
10733cat confdefs.h >>conftest.$ac_ext
10734cat >>conftest.$ac_ext <<_ACEOF
10735/* end confdefs.h. */
bf9f3bac 10736
8934764e
BB
10737/* Override any GCC internal prototype to avoid an error.
10738 Use char because int might match the return type of a GCC
10739 builtin and then its argument prototype would still apply. */
10740#ifdef __cplusplus
10741extern "C"
10742#endif
10743char shl_load ();
10744int
10745main ()
10746{
10747return shl_load ();
10748 ;
10749 return 0;
10750}
10751_ACEOF
10752rm -f conftest.$ac_objext conftest$ac_exeext
10753if { (ac_try="$ac_link"
10754case "(($ac_try" in
10755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10756 *) ac_try_echo=$ac_try;;
10757esac
10758eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10759$as_echo "$ac_try_echo") >&5
10760 (eval "$ac_link") 2>conftest.er1
10761 ac_status=$?
10762 grep -v '^ *+' conftest.er1 >conftest.err
10763 rm -f conftest.er1
10764 cat conftest.err >&5
10765 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10766 (exit $ac_status); } && {
10767 test -z "$ac_c_werror_flag" ||
10768 test ! -s conftest.err
10769 } && test -s conftest$ac_exeext && {
10770 test "$cross_compiling" = yes ||
10771 $as_test_x conftest$ac_exeext
10772 }; then
10773 ac_cv_lib_dld_shl_load=yes
10774else
10775 $as_echo "$as_me: failed program was:" >&5
10776sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 10777
8934764e
BB
10778 ac_cv_lib_dld_shl_load=no
10779fi
bf9f3bac 10780
8934764e
BB
10781rm -rf conftest.dSYM
10782rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10783 conftest$ac_exeext conftest.$ac_ext
10784LIBS=$ac_check_lib_save_LIBS
10785fi
10786{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10787$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10788if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
10789 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10790else
10791 { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
10792$as_echo_n "checking for dlopen... " >&6; }
10793if test "${ac_cv_func_dlopen+set}" = set; then
10794 $as_echo_n "(cached) " >&6
10795else
10796 cat >conftest.$ac_ext <<_ACEOF
10797/* confdefs.h. */
10798_ACEOF
10799cat confdefs.h >>conftest.$ac_ext
10800cat >>conftest.$ac_ext <<_ACEOF
10801/* end confdefs.h. */
10802/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10803 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10804#define dlopen innocuous_dlopen
bf9f3bac 10805
8934764e
BB
10806/* System header to define __stub macros and hopefully few prototypes,
10807 which can conflict with char dlopen (); below.
10808 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10809 <limits.h> exists even on freestanding compilers. */
bf9f3bac 10810
8934764e
BB
10811#ifdef __STDC__
10812# include <limits.h>
10813#else
10814# include <assert.h>
10815#endif
bf9f3bac 10816
8934764e 10817#undef dlopen
bf9f3bac 10818
8934764e
BB
10819/* Override any GCC internal prototype to avoid an error.
10820 Use char because int might match the return type of a GCC
10821 builtin and then its argument prototype would still apply. */
10822#ifdef __cplusplus
10823extern "C"
10824#endif
10825char dlopen ();
10826/* The GNU C library defines this for functions which it implements
10827 to always fail with ENOSYS. Some functions are actually named
10828 something starting with __ and the normal name is an alias. */
10829#if defined __stub_dlopen || defined __stub___dlopen
10830choke me
10831#endif
bf9f3bac 10832
8934764e
BB
10833int
10834main ()
10835{
10836return dlopen ();
10837 ;
10838 return 0;
10839}
10840_ACEOF
10841rm -f conftest.$ac_objext conftest$ac_exeext
10842if { (ac_try="$ac_link"
10843case "(($ac_try" in
10844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10845 *) ac_try_echo=$ac_try;;
10846esac
10847eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10848$as_echo "$ac_try_echo") >&5
10849 (eval "$ac_link") 2>conftest.er1
10850 ac_status=$?
10851 grep -v '^ *+' conftest.er1 >conftest.err
10852 rm -f conftest.er1
10853 cat conftest.err >&5
10854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10855 (exit $ac_status); } && {
10856 test -z "$ac_c_werror_flag" ||
10857 test ! -s conftest.err
10858 } && test -s conftest$ac_exeext && {
10859 test "$cross_compiling" = yes ||
10860 $as_test_x conftest$ac_exeext
10861 }; then
10862 ac_cv_func_dlopen=yes
10863else
10864 $as_echo "$as_me: failed program was:" >&5
10865sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 10866
8934764e
BB
10867 ac_cv_func_dlopen=no
10868fi
bf9f3bac 10869
8934764e
BB
10870rm -rf conftest.dSYM
10871rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10872 conftest$ac_exeext conftest.$ac_ext
10873fi
10874{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10875$as_echo "$ac_cv_func_dlopen" >&6; }
10876if test "x$ac_cv_func_dlopen" = x""yes; then
10877 lt_cv_dlopen="dlopen"
10878else
10879 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10880$as_echo_n "checking for dlopen in -ldl... " >&6; }
10881if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10882 $as_echo_n "(cached) " >&6
10883else
10884 ac_check_lib_save_LIBS=$LIBS
10885LIBS="-ldl $LIBS"
10886cat >conftest.$ac_ext <<_ACEOF
10887/* confdefs.h. */
10888_ACEOF
10889cat confdefs.h >>conftest.$ac_ext
10890cat >>conftest.$ac_ext <<_ACEOF
10891/* end confdefs.h. */
bf9f3bac 10892
8934764e
BB
10893/* Override any GCC internal prototype to avoid an error.
10894 Use char because int might match the return type of a GCC
10895 builtin and then its argument prototype would still apply. */
10896#ifdef __cplusplus
10897extern "C"
10898#endif
10899char dlopen ();
10900int
10901main ()
10902{
10903return dlopen ();
10904 ;
10905 return 0;
10906}
10907_ACEOF
10908rm -f conftest.$ac_objext conftest$ac_exeext
10909if { (ac_try="$ac_link"
10910case "(($ac_try" in
10911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10912 *) ac_try_echo=$ac_try;;
10913esac
10914eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10915$as_echo "$ac_try_echo") >&5
10916 (eval "$ac_link") 2>conftest.er1
10917 ac_status=$?
10918 grep -v '^ *+' conftest.er1 >conftest.err
10919 rm -f conftest.er1
10920 cat conftest.err >&5
10921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10922 (exit $ac_status); } && {
10923 test -z "$ac_c_werror_flag" ||
10924 test ! -s conftest.err
10925 } && test -s conftest$ac_exeext && {
10926 test "$cross_compiling" = yes ||
10927 $as_test_x conftest$ac_exeext
10928 }; then
10929 ac_cv_lib_dl_dlopen=yes
10930else
10931 $as_echo "$as_me: failed program was:" >&5
10932sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 10933
8934764e
BB
10934 ac_cv_lib_dl_dlopen=no
10935fi
bf9f3bac 10936
8934764e
BB
10937rm -rf conftest.dSYM
10938rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10939 conftest$ac_exeext conftest.$ac_ext
10940LIBS=$ac_check_lib_save_LIBS
10941fi
10942{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10943$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10944if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
10945 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10946else
10947 { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10948$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10949if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10950 $as_echo_n "(cached) " >&6
10951else
10952 ac_check_lib_save_LIBS=$LIBS
10953LIBS="-lsvld $LIBS"
10954cat >conftest.$ac_ext <<_ACEOF
10955/* confdefs.h. */
10956_ACEOF
10957cat confdefs.h >>conftest.$ac_ext
10958cat >>conftest.$ac_ext <<_ACEOF
10959/* end confdefs.h. */
bf9f3bac 10960
8934764e
BB
10961/* Override any GCC internal prototype to avoid an error.
10962 Use char because int might match the return type of a GCC
10963 builtin and then its argument prototype would still apply. */
10964#ifdef __cplusplus
10965extern "C"
10966#endif
10967char dlopen ();
10968int
10969main ()
10970{
10971return dlopen ();
10972 ;
10973 return 0;
10974}
10975_ACEOF
10976rm -f conftest.$ac_objext conftest$ac_exeext
10977if { (ac_try="$ac_link"
10978case "(($ac_try" in
10979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10980 *) ac_try_echo=$ac_try;;
10981esac
10982eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10983$as_echo "$ac_try_echo") >&5
10984 (eval "$ac_link") 2>conftest.er1
10985 ac_status=$?
10986 grep -v '^ *+' conftest.er1 >conftest.err
10987 rm -f conftest.er1
10988 cat conftest.err >&5
10989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10990 (exit $ac_status); } && {
10991 test -z "$ac_c_werror_flag" ||
10992 test ! -s conftest.err
10993 } && test -s conftest$ac_exeext && {
10994 test "$cross_compiling" = yes ||
10995 $as_test_x conftest$ac_exeext
10996 }; then
10997 ac_cv_lib_svld_dlopen=yes
10998else
10999 $as_echo "$as_me: failed program was:" >&5
11000sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 11001
8934764e
BB
11002 ac_cv_lib_svld_dlopen=no
11003fi
bf9f3bac 11004
8934764e
BB
11005rm -rf conftest.dSYM
11006rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11007 conftest$ac_exeext conftest.$ac_ext
11008LIBS=$ac_check_lib_save_LIBS
11009fi
11010{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
11011$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11012if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
11013 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11014else
11015 { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
11016$as_echo_n "checking for dld_link in -ldld... " >&6; }
11017if test "${ac_cv_lib_dld_dld_link+set}" = set; then
11018 $as_echo_n "(cached) " >&6
11019else
11020 ac_check_lib_save_LIBS=$LIBS
11021LIBS="-ldld $LIBS"
11022cat >conftest.$ac_ext <<_ACEOF
11023/* confdefs.h. */
11024_ACEOF
11025cat confdefs.h >>conftest.$ac_ext
11026cat >>conftest.$ac_ext <<_ACEOF
11027/* end confdefs.h. */
bf9f3bac 11028
8934764e
BB
11029/* Override any GCC internal prototype to avoid an error.
11030 Use char because int might match the return type of a GCC
11031 builtin and then its argument prototype would still apply. */
11032#ifdef __cplusplus
11033extern "C"
11034#endif
11035char dld_link ();
11036int
11037main ()
11038{
11039return dld_link ();
11040 ;
11041 return 0;
11042}
11043_ACEOF
11044rm -f conftest.$ac_objext conftest$ac_exeext
11045if { (ac_try="$ac_link"
11046case "(($ac_try" in
11047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11048 *) ac_try_echo=$ac_try;;
11049esac
11050eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11051$as_echo "$ac_try_echo") >&5
11052 (eval "$ac_link") 2>conftest.er1
11053 ac_status=$?
11054 grep -v '^ *+' conftest.er1 >conftest.err
11055 rm -f conftest.er1
11056 cat conftest.err >&5
11057 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11058 (exit $ac_status); } && {
11059 test -z "$ac_c_werror_flag" ||
11060 test ! -s conftest.err
11061 } && test -s conftest$ac_exeext && {
11062 test "$cross_compiling" = yes ||
11063 $as_test_x conftest$ac_exeext
11064 }; then
11065 ac_cv_lib_dld_dld_link=yes
11066else
11067 $as_echo "$as_me: failed program was:" >&5
11068sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 11069
8934764e
BB
11070 ac_cv_lib_dld_dld_link=no
11071fi
bf9f3bac 11072
8934764e
BB
11073rm -rf conftest.dSYM
11074rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11075 conftest$ac_exeext conftest.$ac_ext
11076LIBS=$ac_check_lib_save_LIBS
11077fi
11078{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
11079$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11080if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
11081 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11082fi
bf9f3bac 11083
bf9f3bac 11084
8934764e 11085fi
bf9f3bac 11086
bf9f3bac 11087
8934764e 11088fi
bf9f3bac 11089
bf9f3bac 11090
8934764e 11091fi
bf9f3bac 11092
bf9f3bac 11093
8934764e 11094fi
bf9f3bac 11095
bf9f3bac 11096
8934764e 11097fi
bf9f3bac 11098
8934764e
BB
11099 ;;
11100 esac
bf9f3bac 11101
8934764e
BB
11102 if test "x$lt_cv_dlopen" != xno; then
11103 enable_dlopen=yes
11104 else
11105 enable_dlopen=no
11106 fi
bf9f3bac 11107
8934764e
BB
11108 case $lt_cv_dlopen in
11109 dlopen)
11110 save_CPPFLAGS="$CPPFLAGS"
11111 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
bf9f3bac 11112
8934764e
BB
11113 save_LDFLAGS="$LDFLAGS"
11114 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
bf9f3bac 11115
8934764e
BB
11116 save_LIBS="$LIBS"
11117 LIBS="$lt_cv_dlopen_libs $LIBS"
bf9f3bac 11118
8934764e
BB
11119 { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
11120$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11121if test "${lt_cv_dlopen_self+set}" = set; then
11122 $as_echo_n "(cached) " >&6
11123else
11124 if test "$cross_compiling" = yes; then :
11125 lt_cv_dlopen_self=cross
11126else
11127 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11128 lt_status=$lt_dlunknown
11129 cat > conftest.$ac_ext <<_LT_EOF
c950d148 11130#line 11130 "configure"
8934764e 11131#include "confdefs.h"
bf9f3bac 11132
8934764e
BB
11133#if HAVE_DLFCN_H
11134#include <dlfcn.h>
11135#endif
bf9f3bac 11136
8934764e 11137#include <stdio.h>
bf9f3bac 11138
8934764e
BB
11139#ifdef RTLD_GLOBAL
11140# define LT_DLGLOBAL RTLD_GLOBAL
11141#else
11142# ifdef DL_GLOBAL
11143# define LT_DLGLOBAL DL_GLOBAL
11144# else
11145# define LT_DLGLOBAL 0
11146# endif
11147#endif
bf9f3bac 11148
8934764e
BB
11149/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11150 find out it does not work in some platform. */
11151#ifndef LT_DLLAZY_OR_NOW
11152# ifdef RTLD_LAZY
11153# define LT_DLLAZY_OR_NOW RTLD_LAZY
11154# else
11155# ifdef DL_LAZY
11156# define LT_DLLAZY_OR_NOW DL_LAZY
11157# else
11158# ifdef RTLD_NOW
11159# define LT_DLLAZY_OR_NOW RTLD_NOW
11160# else
11161# ifdef DL_NOW
11162# define LT_DLLAZY_OR_NOW DL_NOW
11163# else
11164# define LT_DLLAZY_OR_NOW 0
11165# endif
11166# endif
11167# endif
11168# endif
11169#endif
bf9f3bac 11170
8934764e
BB
11171void fnord() { int i=42;}
11172int main ()
11173{
11174 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11175 int status = $lt_dlunknown;
bf9f3bac 11176
8934764e
BB
11177 if (self)
11178 {
11179 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11180 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11181 /* dlclose (self); */
11182 }
11183 else
11184 puts (dlerror ());
bf9f3bac 11185
8934764e
BB
11186 return status;
11187}
11188_LT_EOF
11189 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11190 (eval $ac_link) 2>&5
11191 ac_status=$?
11192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11193 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11194 (./conftest; exit; ) >&5 2>/dev/null
11195 lt_status=$?
11196 case x$lt_status in
11197 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11198 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11199 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11200 esac
11201 else :
11202 # compilation failed
11203 lt_cv_dlopen_self=no
11204 fi
11205fi
11206rm -fr conftest*
bf9f3bac 11207
bf9f3bac 11208
8934764e
BB
11209fi
11210{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
11211$as_echo "$lt_cv_dlopen_self" >&6; }
bf9f3bac 11212
8934764e
BB
11213 if test "x$lt_cv_dlopen_self" = xyes; then
11214 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11215 { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
11216$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11217if test "${lt_cv_dlopen_self_static+set}" = set; then
11218 $as_echo_n "(cached) " >&6
11219else
11220 if test "$cross_compiling" = yes; then :
11221 lt_cv_dlopen_self_static=cross
11222else
11223 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11224 lt_status=$lt_dlunknown
11225 cat > conftest.$ac_ext <<_LT_EOF
c950d148 11226#line 11226 "configure"
8934764e 11227#include "confdefs.h"
bf9f3bac 11228
8934764e
BB
11229#if HAVE_DLFCN_H
11230#include <dlfcn.h>
11231#endif
bf9f3bac 11232
8934764e 11233#include <stdio.h>
bf9f3bac 11234
8934764e
BB
11235#ifdef RTLD_GLOBAL
11236# define LT_DLGLOBAL RTLD_GLOBAL
11237#else
11238# ifdef DL_GLOBAL
11239# define LT_DLGLOBAL DL_GLOBAL
11240# else
11241# define LT_DLGLOBAL 0
11242# endif
11243#endif
bf9f3bac 11244
8934764e
BB
11245/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11246 find out it does not work in some platform. */
11247#ifndef LT_DLLAZY_OR_NOW
11248# ifdef RTLD_LAZY
11249# define LT_DLLAZY_OR_NOW RTLD_LAZY
11250# else
11251# ifdef DL_LAZY
11252# define LT_DLLAZY_OR_NOW DL_LAZY
11253# else
11254# ifdef RTLD_NOW
11255# define LT_DLLAZY_OR_NOW RTLD_NOW
11256# else
11257# ifdef DL_NOW
11258# define LT_DLLAZY_OR_NOW DL_NOW
11259# else
11260# define LT_DLLAZY_OR_NOW 0
11261# endif
11262# endif
11263# endif
11264# endif
11265#endif
bf9f3bac 11266
8934764e
BB
11267void fnord() { int i=42;}
11268int main ()
11269{
11270 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11271 int status = $lt_dlunknown;
bf9f3bac 11272
8934764e
BB
11273 if (self)
11274 {
11275 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11276 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11277 /* dlclose (self); */
11278 }
11279 else
11280 puts (dlerror ());
bf9f3bac 11281
8934764e
BB
11282 return status;
11283}
11284_LT_EOF
11285 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11286 (eval $ac_link) 2>&5
11287 ac_status=$?
11288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11289 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11290 (./conftest; exit; ) >&5 2>/dev/null
11291 lt_status=$?
11292 case x$lt_status in
11293 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11294 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11295 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11296 esac
11297 else :
11298 # compilation failed
11299 lt_cv_dlopen_self_static=no
11300 fi
11301fi
11302rm -fr conftest*
bf9f3bac 11303
bf9f3bac 11304
8934764e
BB
11305fi
11306{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
11307$as_echo "$lt_cv_dlopen_self_static" >&6; }
11308 fi
bf9f3bac 11309
8934764e
BB
11310 CPPFLAGS="$save_CPPFLAGS"
11311 LDFLAGS="$save_LDFLAGS"
11312 LIBS="$save_LIBS"
11313 ;;
11314 esac
bf9f3bac 11315
8934764e
BB
11316 case $lt_cv_dlopen_self in
11317 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11318 *) enable_dlopen_self=unknown ;;
11319 esac
bf9f3bac 11320
8934764e
BB
11321 case $lt_cv_dlopen_self_static in
11322 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11323 *) enable_dlopen_self_static=unknown ;;
11324 esac
11325fi
bf9f3bac 11326
bf9f3bac 11327
bf9f3bac 11328
bf9f3bac 11329
bf9f3bac 11330
bf9f3bac 11331
bf9f3bac 11332
bf9f3bac 11333
bf9f3bac 11334
bf9f3bac 11335
bf9f3bac 11336
bf9f3bac 11337
bf9f3bac 11338
bf9f3bac 11339
bf9f3bac 11340
bf9f3bac 11341
bf9f3bac 11342
8934764e
BB
11343striplib=
11344old_striplib=
11345{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
11346$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11347if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11348 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11349 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11350 { $as_echo "$as_me:$LINENO: result: yes" >&5
11351$as_echo "yes" >&6; }
11352else
11353# FIXME - insert some real tests, host_os isn't really good enough
11354 case $host_os in
11355 darwin*)
11356 if test -n "$STRIP" ; then
11357 striplib="$STRIP -x"
11358 old_striplib="$STRIP -S"
11359 { $as_echo "$as_me:$LINENO: result: yes" >&5
11360$as_echo "yes" >&6; }
11361 else
11362 { $as_echo "$as_me:$LINENO: result: no" >&5
11363$as_echo "no" >&6; }
11364 fi
11365 ;;
11366 *)
11367 { $as_echo "$as_me:$LINENO: result: no" >&5
11368$as_echo "no" >&6; }
11369 ;;
11370 esac
11371fi
bf9f3bac 11372
bf9f3bac 11373
bf9f3bac 11374
bf9f3bac 11375
bf9f3bac 11376
bf9f3bac 11377
bf9f3bac 11378
bf9f3bac 11379
bf9f3bac 11380
bf9f3bac 11381
bf9f3bac 11382
bf9f3bac 11383
8934764e
BB
11384 # Report which library types will actually be built
11385 { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
11386$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11387 { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
11388$as_echo "$can_build_shared" >&6; }
bf9f3bac 11389
8934764e
BB
11390 { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
11391$as_echo_n "checking whether to build shared libraries... " >&6; }
11392 test "$can_build_shared" = "no" && enable_shared=no
bf9f3bac 11393
8934764e
BB
11394 # On AIX, shared libraries and static libraries use the same namespace, and
11395 # are all built from PIC.
11396 case $host_os in
11397 aix3*)
11398 test "$enable_shared" = yes && enable_static=no
11399 if test -n "$RANLIB"; then
11400 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11401 postinstall_cmds='$RANLIB $lib'
11402 fi
11403 ;;
bf9f3bac 11404
8934764e
BB
11405 aix[4-9]*)
11406 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11407 test "$enable_shared" = yes && enable_static=no
11408 fi
11409 ;;
11410 esac
11411 { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
11412$as_echo "$enable_shared" >&6; }
bf9f3bac 11413
8934764e
BB
11414 { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
11415$as_echo_n "checking whether to build static libraries... " >&6; }
11416 # Make sure either enable_shared or enable_static is yes.
11417 test "$enable_shared" = yes || enable_static=yes
11418 { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
11419$as_echo "$enable_static" >&6; }
bf9f3bac 11420
bf9f3bac 11421
bf9f3bac 11422
11423
bf9f3bac 11424fi
bf9f3bac 11425ac_ext=c
11426ac_cpp='$CPP $CPPFLAGS'
11427ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11428ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11429ac_compiler_gnu=$ac_cv_c_compiler_gnu
11430
11431CC="$lt_save_CC"
11432
bf9f3bac 11433
bf9f3bac 11434
11435
11436
11437
11438
11439
11440
11441
11442
11443
11444
8934764e 11445 ac_config_commands="$ac_config_commands libtool"
bf9f3bac 11446
11447
11448
11449
8934764e 11450# Only expand once:
bf9f3bac 11451
11452
11453
11454
8934764e
BB
11455 { $as_echo "$as_me:$LINENO: checking spl license" >&5
11456$as_echo_n "checking spl license... " >&6; }
86933a6e 11457 LICENSE=GPL
8934764e
BB
11458 { $as_echo "$as_me:$LINENO: result: $LICENSE" >&5
11459$as_echo "$LICENSE" >&6; }
86933a6e
BB
11460 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DHAVE_GPL_ONLY_SYMBOLS"
11461
11462
11463
11464 SPL_CONFIG=all
11465
8934764e 11466# Check whether --with-config was given.
86933a6e 11467if test "${with_config+set}" = set; then
8934764e
BB
11468 withval=$with_config; SPL_CONFIG="$withval"
11469fi
86933a6e 11470
8934764e
BB
11471
11472 { $as_echo "$as_me:$LINENO: checking spl config" >&5
11473$as_echo_n "checking spl config... " >&6; }
11474 { $as_echo "$as_me:$LINENO: result: $SPL_CONFIG" >&5
11475$as_echo "$SPL_CONFIG" >&6; };
86933a6e
BB
11476
11477
11478 case "$SPL_CONFIG" in
11479 kernel)
11480
11481
8934764e 11482# Check whether --with-linux was given.
86933a6e 11483if test "${with_linux+set}" = set; then
8934764e
BB
11484 withval=$with_linux; kernelsrc="$withval"
11485fi
86933a6e
BB
11486
11487
8934764e
BB
11488
11489# Check whether --with-linux-obj was given.
86933a6e 11490if test "${with_linux_obj+set}" = set; then
8934764e
BB
11491 withval=$with_linux_obj; kernelbuild="$withval"
11492fi
86933a6e 11493
8934764e
BB
11494
11495 { $as_echo "$as_me:$LINENO: checking kernel source directory" >&5
11496$as_echo_n "checking kernel source directory... " >&6; }
86933a6e 11497 if test -z "$kernelsrc"; then
534c4e38
BM
11498 headersdir="/lib/modules/$(uname -r)/build"
11499 if test -e "$headersdir"; then
11500 sourcelink=$(readlink -f "$headersdir")
11501 else
11502 sourcelink=$(ls -1d /usr/src/kernels/* \
11503 /usr/src/linux-* \
11504 2>/dev/null | grep -v obj | tail -1)
11505 fi
86933a6e
BB
11506
11507 if test -e ${sourcelink}; then
11508 kernelsrc=`readlink -f ${sourcelink}`
11509 else
8934764e
BB
11510 { $as_echo "$as_me:$LINENO: result: Not found" >&5
11511$as_echo "Not found" >&6; }
11512 { { $as_echo "$as_me:$LINENO: error:
86933a6e
BB
11513 *** Please specify the location of the kernel source
11514 *** with the '--with-linux=PATH' option" >&5
8934764e 11515$as_echo "$as_me: error:
86933a6e
BB
11516 *** Please specify the location of the kernel source
11517 *** with the '--with-linux=PATH' option" >&2;}
11518 { (exit 1); exit 1; }; }
11519 fi
11520 else
11521 if test "$kernelsrc" = "NONE"; then
11522 kernsrcver=NONE
11523 fi
11524 fi
11525
8934764e
BB
11526 { $as_echo "$as_me:$LINENO: result: $kernelsrc" >&5
11527$as_echo "$kernelsrc" >&6; }
11528 { $as_echo "$as_me:$LINENO: checking kernel build directory" >&5
11529$as_echo_n "checking kernel build directory... " >&6; }
86933a6e 11530 if test -z "$kernelbuild"; then
749e5eb1 11531 if test -d ${kernelsrc}-obj/`arch`/`arch`; then
86933a6e 11532 kernelbuild=${kernelsrc}-obj/`arch`/`arch`
749e5eb1
BB
11533 elif test -d ${kernelsrc}-obj/`arch`/default; then
11534 kernelbuild=${kernelsrc}-obj/`arch`/default
86933a6e
BB
11535 elif test -d `dirname ${kernelsrc}`/build-`arch`; then
11536 kernelbuild=`dirname ${kernelsrc}`/build-`arch`
11537 else
11538 kernelbuild=${kernelsrc}
11539 fi
11540 fi
8934764e
BB
11541 { $as_echo "$as_me:$LINENO: result: $kernelbuild" >&5
11542$as_echo "$kernelbuild" >&6; }
86933a6e 11543
8934764e
BB
11544 { $as_echo "$as_me:$LINENO: checking kernel source version" >&5
11545$as_echo_n "checking kernel source version... " >&6; }
fd921c2e
BB
11546 utsrelease1=$kernelbuild/include/linux/version.h
11547 utsrelease2=$kernelbuild/include/linux/utsrelease.h
11548 utsrelease3=$kernelbuild/include/generated/utsrelease.h
11549 if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then
11550 utsrelease=linux/version.h
11551 elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then
11552 utsrelease=linux/utsrelease.h
11553 elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then
11554 utsrelease=generated/utsrelease.h
11555 fi
86933a6e 11556
fd921c2e
BB
11557 if test "$utsrelease"; then
11558 kernsrcver=`(echo "#include <$utsrelease>";
86933a6e
BB
11559 echo "kernsrcver=UTS_RELEASE") |
11560 cpp -I $kernelbuild/include |
11561 grep "^kernsrcver=" | cut -d \" -f 2`
86933a6e 11562
fd921c2e
BB
11563 if test -z "$kernsrcver"; then
11564 { $as_echo "$as_me:$LINENO: result: Not found" >&5
11565$as_echo "Not found" >&6; }
11566 { { $as_echo "$as_me:$LINENO: error: *** Cannot determine kernel version." >&5
11567$as_echo "$as_me: error: *** Cannot determine kernel version." >&2;}
11568 { (exit 1); exit 1; }; }
11569 fi
11570 else
8934764e
BB
11571 { $as_echo "$as_me:$LINENO: result: Not found" >&5
11572$as_echo "Not found" >&6; }
fd921c2e
BB
11573 { { $as_echo "$as_me:$LINENO: error: *** Cannot find UTS_RELEASE definition." >&5
11574$as_echo "$as_me: error: *** Cannot find UTS_RELEASE definition." >&2;}
86933a6e
BB
11575 { (exit 1); exit 1; }; }
11576 fi
11577
8934764e
BB
11578 { $as_echo "$as_me:$LINENO: result: $kernsrcver" >&5
11579$as_echo "$kernsrcver" >&6; }
86933a6e
BB
11580
11581 LINUX=${kernelsrc}
11582 LINUX_OBJ=${kernelbuild}
11583 LINUX_VERSION=${kernsrcver}
11584
11585
11586
11587
11588
11589
bb339d06 11590 modpost=$LINUX/scripts/Makefile.modpost
8934764e
BB
11591 { $as_echo "$as_me:$LINENO: checking kernel file name for module symbols" >&5
11592$as_echo_n "checking kernel file name for module symbols... " >&6; }
bb339d06
BB
11593 if test -f "$modpost"; then
11594 if grep -q Modules.symvers $modpost; then
11595 LINUX_SYMBOLS=Modules.symvers
11596 else
11597 LINUX_SYMBOLS=Module.symvers
11598 fi
86933a6e 11599 else
bb339d06 11600 LINUX_SYMBOLS=NONE
86933a6e 11601 fi
8934764e
BB
11602 { $as_echo "$as_me:$LINENO: result: $LINUX_SYMBOLS" >&5
11603$as_echo "$LINUX_SYMBOLS" >&6; }
86933a6e
BB
11604
11605
11606
11607
86933a6e 11608 abs_srcdir=`readlink -f ${srcdir}`
c950d148 11609 KERNELCPPFLAGS="$KERNELCPPFLAGS -Wstrict-prototypes"
16b719f0
BB
11610 KERNELCPPFLAGS="$KERNELCPPFLAGS -I${abs_srcdir}/include"
11611 KERNELCPPFLAGS="$KERNELCPPFLAGS -include ${abs_srcdir}/spl_config.h"
86933a6e
BB
11612
11613 if test "${LINUX_OBJ}" != "${LINUX}"; then
11614 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
11615 fi
11616
11617
11618
11619
11620
c950d148
BB
11621 { $as_echo "$as_me:$LINENO: checking whether debugging is enabled" >&5
11622$as_echo_n "checking whether debugging is enabled... " >&6; }
8934764e 11623 # Check whether --enable-debug was given.
86933a6e 11624if test "${enable_debug+set}" = set; then
8934764e 11625 enableval=$enable_debug;
055ffd98
BB
11626else
11627 enable_debug=no
8934764e
BB
11628fi
11629
055ffd98
BB
11630
11631 if test "x$enable_debug" = xyes; then
c950d148
BB
11632
11633
11634cat >>confdefs.h <<\_ACEOF
11635#define DEBUG 1
11636_ACEOF
11637
11638 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG -Werror"
11639 DEBUG_CFLAGS="-DDEBUG -Werror"
11640
055ffd98 11641else
c950d148
BB
11642
11643
11644cat >>confdefs.h <<\_ACEOF
11645#define NDEBUG 1
11646_ACEOF
11647
11648 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DNDEBUG"
11649 DEBUG_CFLAGS="-DNDEBUG"
11650
055ffd98
BB
11651fi
11652
11653
c950d148 11654
8934764e
BB
11655 { $as_echo "$as_me:$LINENO: result: $enable_debug" >&5
11656$as_echo "$enable_debug" >&6; }
86933a6e
BB
11657
11658
8934764e 11659 # Check whether --enable-debug-kmem was given.
86933a6e 11660if test "${enable_debug_kmem+set}" = set; then
8934764e 11661 enableval=$enable_debug_kmem;
055ffd98
BB
11662else
11663 enable_debug_kmem=yes
8934764e
BB
11664fi
11665
055ffd98
BB
11666
11667 if test "x$enable_debug_kmem" = xyes; then
86933a6e
BB
11668
11669cat >>confdefs.h <<\_ACEOF
11670#define DEBUG_KMEM 1
11671_ACEOF
11672
11673 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM"
055ffd98 11674fi
86933a6e 11675
86933a6e 11676
8934764e
BB
11677 { $as_echo "$as_me:$LINENO: checking whether basic kmem accounting is enabled" >&5
11678$as_echo_n "checking whether basic kmem accounting is enabled... " >&6; }
11679 { $as_echo "$as_me:$LINENO: result: $enable_debug_kmem" >&5
11680$as_echo "$enable_debug_kmem" >&6; }
86933a6e
BB
11681
11682
8934764e 11683 # Check whether --enable-debug-kmem-tracking was given.
055ffd98 11684if test "${enable_debug_kmem_tracking+set}" = set; then
8934764e 11685 enableval=$enable_debug_kmem_tracking;
055ffd98
BB
11686else
11687 enable_debug_kmem_tracking=no
8934764e
BB
11688fi
11689
055ffd98
BB
11690
11691 if test "x$enable_debug_kmem_tracking" = xyes; then
86933a6e
BB
11692
11693cat >>confdefs.h <<\_ACEOF
055ffd98 11694#define DEBUG_KMEM_TRACKING 1
86933a6e
BB
11695_ACEOF
11696
055ffd98
BB
11697 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM_TRACKING"
11698fi
11699
11700
8934764e
BB
11701 { $as_echo "$as_me:$LINENO: checking whether detailed kmem tracking is enabled" >&5
11702$as_echo_n "checking whether detailed kmem tracking is enabled... " >&6; }
11703 { $as_echo "$as_me:$LINENO: result: $enable_debug_kmem_tracking" >&5
11704$as_echo "$enable_debug_kmem_tracking" >&6; }
86933a6e 11705
5e9b5d83 11706
8934764e 11707 # Check whether --enable-atomic-spinlocks was given.
5e9b5d83 11708if test "${enable_atomic_spinlocks+set}" = set; then
8934764e 11709 enableval=$enable_atomic_spinlocks;
5e9b5d83 11710else
d04c8a56 11711 enable_atomic_spinlocks=check
8934764e
BB
11712fi
11713
5e9b5d83 11714
86933a6e
BB
11715
11716
11717cat >conftest.c <<_ACEOF
11718/* confdefs.h. */
11719_ACEOF
11720cat confdefs.h >>conftest.$ac_ext
11721cat >>conftest.$ac_ext <<_ACEOF
11722/* end confdefs.h. */
11723
11724
d04c8a56 11725 #include <asm/atomic.h>
86933a6e
BB
11726
11727int
11728main (void)
11729{
11730
d04c8a56 11731 atomic64_t *ptr;
86933a6e
BB
11732
11733 ;
11734 return 0;
11735}
11736
11737_ACEOF
11738
11739
11740 rm -Rf build && mkdir -p build
11741 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 11742 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
11743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11744 (eval $ac_try) 2>&5
11745 ac_status=$?
8934764e 11746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
11747 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
11748 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11749 (eval $ac_try) 2>&5
11750 ac_status=$?
8934764e 11751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
11752 (exit $ac_status); }; }; then
11753
d04c8a56 11754 have_atomic64_t=yes
86933a6e
BB
11755
11756cat >>confdefs.h <<\_ACEOF
d04c8a56 11757#define HAVE_ATOMIC64_T 1
86933a6e
BB
11758_ACEOF
11759
11760
11761else
8934764e 11762 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
11763sed 's/^/| /' conftest.$ac_ext >&5
11764
d04c8a56 11765 have_atomic64_t=no
86933a6e
BB
11766
11767
11768
11769fi
11770
11771 rm -Rf build
11772
11773
11774
d04c8a56
BB
11775 if test "x$enable_atomic_spinlocks" = xcheck; then
11776
11777 if test "x$have_atomic64_t" = xyes; then
11778
11779 enable_atomic_spinlocks=no
11780
11781else
11782
11783 enable_atomic_spinlocks=yes
11784
11785fi
11786
11787
11788fi
11789
11790
11791 if test "x$enable_atomic_spinlocks" = xyes; then
11792
11793
11794cat >>confdefs.h <<\_ACEOF
11795#define ATOMIC_SPINLOCK 1
11796_ACEOF
11797
11798
11799else
11800
11801 if test "x$have_atomic64_t" = xno; then
11802
8934764e
BB
11803 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11804$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11805{ { $as_echo "$as_me:$LINENO: error: --disable-atomic-spinlocks given but required atomic64 support is unavailable
d04c8a56 11806See \`config.log' for more details." >&5
8934764e 11807$as_echo "$as_me: error: --disable-atomic-spinlocks given but required atomic64 support is unavailable
d04c8a56 11808See \`config.log' for more details." >&2;}
8934764e 11809 { (exit 1); exit 1; }; }; }
d04c8a56
BB
11810
11811fi
11812
11813
11814fi
11815
11816
8934764e
BB
11817 { $as_echo "$as_me:$LINENO: checking whether atomic types use spinlocks" >&5
11818$as_echo_n "checking whether atomic types use spinlocks... " >&6; }
11819 { $as_echo "$as_me:$LINENO: result: $enable_atomic_spinlocks" >&5
11820$as_echo "$enable_atomic_spinlocks" >&6; }
d04c8a56 11821
8934764e
BB
11822 { $as_echo "$as_me:$LINENO: checking whether kernel defines atomic64_t" >&5
11823$as_echo_n "checking whether kernel defines atomic64_t... " >&6; }
11824 { $as_echo "$as_me:$LINENO: result: $have_atomic64_t" >&5
11825$as_echo "$have_atomic64_t" >&6; }
d04c8a56 11826
8934764e
BB
11827 { $as_echo "$as_me:$LINENO: checking whether kernel defines atomic64_cmpxchg" >&5
11828$as_echo_n "checking whether kernel defines atomic64_cmpxchg... " >&6; }
86933a6e
BB
11829
11830
11831cat >conftest.c <<_ACEOF
11832/* confdefs.h. */
11833_ACEOF
11834cat confdefs.h >>conftest.$ac_ext
11835cat >>conftest.$ac_ext <<_ACEOF
11836/* end confdefs.h. */
11837
11838
11839 #include <asm/atomic.h>
11840
11841int
11842main (void)
11843{
11844
d04c8a56 11845 atomic64_cmpxchg((atomic64_t *)NULL, 0, 0);
86933a6e
BB
11846
11847 ;
11848 return 0;
11849}
11850
11851_ACEOF
11852
11853
11854 rm -Rf build && mkdir -p build
11855 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 11856 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
11857 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11858 (eval $ac_try) 2>&5
11859 ac_status=$?
8934764e 11860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
11861 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
11862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11863 (eval $ac_try) 2>&5
11864 ac_status=$?
8934764e 11865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
11866 (exit $ac_status); }; }; then
11867
8934764e
BB
11868 { $as_echo "$as_me:$LINENO: result: yes" >&5
11869$as_echo "yes" >&6; }
86933a6e
BB
11870
11871cat >>confdefs.h <<\_ACEOF
d04c8a56 11872#define HAVE_ATOMIC64_CMPXCHG 1
86933a6e
BB
11873_ACEOF
11874
11875
11876else
8934764e 11877 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
11878sed 's/^/| /' conftest.$ac_ext >&5
11879
8934764e
BB
11880 { $as_echo "$as_me:$LINENO: result: no" >&5
11881$as_echo "no" >&6; }
86933a6e
BB
11882
11883
11884
302b88e6
BB
11885fi
11886
11887 rm -Rf build
11888
11889
11890
8934764e
BB
11891 { $as_echo "$as_me:$LINENO: checking whether kernel defines atomic64_xchg" >&5
11892$as_echo_n "checking whether kernel defines atomic64_xchg... " >&6; }
302b88e6
BB
11893
11894
11895cat >conftest.c <<_ACEOF
11896/* confdefs.h. */
11897_ACEOF
11898cat confdefs.h >>conftest.$ac_ext
11899cat >>conftest.$ac_ext <<_ACEOF
11900/* end confdefs.h. */
11901
11902
11903 #include <asm/atomic.h>
11904
11905int
11906main (void)
11907{
11908
d04c8a56 11909 atomic64_xchg((atomic64_t *)NULL, 0);
302b88e6
BB
11910
11911 ;
11912 return 0;
11913}
11914
11915_ACEOF
11916
11917
11918 rm -Rf build && mkdir -p build
11919 echo "obj-m := conftest.o" >build/Makefile
11920 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
11921 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11922 (eval $ac_try) 2>&5
11923 ac_status=$?
8934764e 11924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
11925 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
11926 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11927 (eval $ac_try) 2>&5
11928 ac_status=$?
8934764e 11929 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
11930 (exit $ac_status); }; }; then
11931
8934764e
BB
11932 { $as_echo "$as_me:$LINENO: result: yes" >&5
11933$as_echo "yes" >&6; }
302b88e6
BB
11934
11935cat >>confdefs.h <<\_ACEOF
d04c8a56 11936#define HAVE_ATOMIC64_XCHG 1
302b88e6
BB
11937_ACEOF
11938
11939
11940else
8934764e 11941 $as_echo "$as_me: failed program was:" >&5
302b88e6
BB
11942sed 's/^/| /' conftest.$ac_ext >&5
11943
8934764e
BB
11944 { $as_echo "$as_me:$LINENO: result: no" >&5
11945$as_echo "no" >&6; }
302b88e6
BB
11946
11947
11948
11949fi
11950
11951 rm -Rf build
11952
11953
11954
8934764e
BB
11955 { $as_echo "$as_me:$LINENO: checking whether kernel defines uintptr_t" >&5
11956$as_echo_n "checking whether kernel defines uintptr_t... " >&6; }
302b88e6
BB
11957
11958
11959cat >conftest.c <<_ACEOF
11960/* confdefs.h. */
11961_ACEOF
11962cat confdefs.h >>conftest.$ac_ext
11963cat >>conftest.$ac_ext <<_ACEOF
11964/* end confdefs.h. */
11965
11966
d04c8a56 11967 #include <linux/types.h>
302b88e6
BB
11968
11969int
11970main (void)
11971{
11972
d04c8a56 11973 uintptr_t *ptr;
302b88e6
BB
11974
11975 ;
11976 return 0;
11977}
11978
11979_ACEOF
11980
11981
11982 rm -Rf build && mkdir -p build
11983 echo "obj-m := conftest.o" >build/Makefile
11984 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
11985 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11986 (eval $ac_try) 2>&5
11987 ac_status=$?
8934764e 11988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
11989 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
11990 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11991 (eval $ac_try) 2>&5
11992 ac_status=$?
8934764e 11993 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
11994 (exit $ac_status); }; }; then
11995
8934764e
BB
11996 { $as_echo "$as_me:$LINENO: result: yes" >&5
11997$as_echo "yes" >&6; }
302b88e6
BB
11998
11999cat >>confdefs.h <<\_ACEOF
d04c8a56 12000#define HAVE_UINTPTR_T 1
302b88e6
BB
12001_ACEOF
12002
12003
12004else
8934764e 12005 $as_echo "$as_me: failed program was:" >&5
302b88e6
BB
12006sed 's/^/| /' conftest.$ac_ext >&5
12007
8934764e
BB
12008 { $as_echo "$as_me:$LINENO: result: no" >&5
12009$as_echo "no" >&6; }
302b88e6
BB
12010
12011
12012
86933a6e
BB
12013fi
12014
12015 rm -Rf build
12016
12017
12018
8934764e
BB
12019 { $as_echo "$as_me:$LINENO: checking whether INIT_WORK wants 3 args" >&5
12020$as_echo_n "checking whether INIT_WORK wants 3 args... " >&6; }
86933a6e
BB
12021
12022
12023cat >conftest.c <<_ACEOF
12024/* confdefs.h. */
12025_ACEOF
12026cat confdefs.h >>conftest.$ac_ext
12027cat >>conftest.$ac_ext <<_ACEOF
12028/* end confdefs.h. */
12029
12030
12031 #include <linux/workqueue.h>
12032
12033int
12034main (void)
12035{
12036
12037 struct work_struct work;
12038 INIT_WORK(&work, NULL, NULL);
12039
12040 ;
12041 return 0;
12042}
12043
12044_ACEOF
12045
12046
12047 rm -Rf build && mkdir -p build
12048 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12049 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
12050 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12051 (eval $ac_try) 2>&5
12052 ac_status=$?
8934764e 12053 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12054 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12055 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12056 (eval $ac_try) 2>&5
12057 ac_status=$?
8934764e 12058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12059 (exit $ac_status); }; }; then
12060
8934764e
BB
12061 { $as_echo "$as_me:$LINENO: result: yes" >&5
12062$as_echo "yes" >&6; }
86933a6e
BB
12063
12064cat >>confdefs.h <<\_ACEOF
12065#define HAVE_3ARGS_INIT_WORK 1
12066_ACEOF
12067
12068
12069else
8934764e 12070 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12071sed 's/^/| /' conftest.$ac_ext >&5
12072
8934764e
BB
12073 { $as_echo "$as_me:$LINENO: result: no" >&5
12074$as_echo "no" >&6; }
86933a6e
BB
12075
12076
12077
12078fi
12079
12080 rm -Rf build
12081
12082
12083
8934764e
BB
12084 { $as_echo "$as_me:$LINENO: checking whether register_sysctl_table() wants 2 args" >&5
12085$as_echo_n "checking whether register_sysctl_table() wants 2 args... " >&6; }
86933a6e
BB
12086
12087
12088cat >conftest.c <<_ACEOF
12089/* confdefs.h. */
12090_ACEOF
12091cat confdefs.h >>conftest.$ac_ext
12092cat >>conftest.$ac_ext <<_ACEOF
12093/* end confdefs.h. */
12094
12095
12096 #include <linux/sysctl.h>
12097
12098int
12099main (void)
12100{
12101
12102 return register_sysctl_table(NULL,0);
12103
12104 ;
12105 return 0;
12106}
12107
12108_ACEOF
12109
12110
12111 rm -Rf build && mkdir -p build
12112 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12113 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
12114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12115 (eval $ac_try) 2>&5
12116 ac_status=$?
8934764e 12117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12118 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12119 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12120 (eval $ac_try) 2>&5
12121 ac_status=$?
8934764e 12122 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12123 (exit $ac_status); }; }; then
12124
8934764e
BB
12125 { $as_echo "$as_me:$LINENO: result: yes" >&5
12126$as_echo "yes" >&6; }
86933a6e
BB
12127
12128cat >>confdefs.h <<\_ACEOF
12129#define HAVE_2ARGS_REGISTER_SYSCTL 1
12130_ACEOF
12131
12132
12133else
8934764e 12134 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12135sed 's/^/| /' conftest.$ac_ext >&5
12136
8934764e
BB
12137 { $as_echo "$as_me:$LINENO: result: no" >&5
12138$as_echo "no" >&6; }
86933a6e
BB
12139
12140
12141
12142fi
12143
12144 rm -Rf build
12145
12146
12147
12148
8934764e
BB
12149 { $as_echo "$as_me:$LINENO: checking whether set_shrinker() available" >&5
12150$as_echo_n "checking whether set_shrinker() available... " >&6; }
86933a6e
BB
12151
12152
12153cat >conftest.c <<_ACEOF
12154/* confdefs.h. */
12155_ACEOF
12156cat confdefs.h >>conftest.$ac_ext
12157cat >>conftest.$ac_ext <<_ACEOF
12158/* end confdefs.h. */
12159
12160
12161 #include <linux/mm.h>
12162
12163int
12164main (void)
12165{
12166
12167 return set_shrinker(DEFAULT_SEEKS, NULL);
12168
12169 ;
12170 return 0;
12171}
12172
12173_ACEOF
12174
12175
12176 rm -Rf build && mkdir -p build
12177 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12178 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
12179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12180 (eval $ac_try) 2>&5
12181 ac_status=$?
8934764e 12182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12183 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12184 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12185 (eval $ac_try) 2>&5
12186 ac_status=$?
8934764e 12187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12188 (exit $ac_status); }; }; then
12189
8934764e
BB
12190 { $as_echo "$as_me:$LINENO: result: yes" >&5
12191$as_echo "yes" >&6; }
86933a6e
BB
12192
12193cat >>confdefs.h <<\_ACEOF
12194#define HAVE_SET_SHRINKER 1
12195_ACEOF
12196
12197
12198else
8934764e 12199 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12200sed 's/^/| /' conftest.$ac_ext >&5
12201
8934764e
BB
12202 { $as_echo "$as_me:$LINENO: result: no" >&5
12203$as_echo "no" >&6; }
86933a6e
BB
12204
12205
12206
12207fi
12208
12209 rm -Rf build
12210
12211
12212
8934764e
BB
12213 { $as_echo "$as_me:$LINENO: checking whether struct path used in struct nameidata" >&5
12214$as_echo_n "checking whether struct path used in struct nameidata... " >&6; }
86933a6e
BB
12215
12216
12217cat >conftest.c <<_ACEOF
12218/* confdefs.h. */
12219_ACEOF
12220cat confdefs.h >>conftest.$ac_ext
12221cat >>conftest.$ac_ext <<_ACEOF
12222/* end confdefs.h. */
12223
12224
12225 #include <linux/namei.h>
12226
12227int
12228main (void)
12229{
12230
12231 struct nameidata nd;
12232
12233 nd.path.mnt = NULL;
12234 nd.path.dentry = NULL;
12235
12236 ;
12237 return 0;
12238}
12239
12240_ACEOF
12241
12242
12243 rm -Rf build && mkdir -p build
12244 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12245 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
12246 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12247 (eval $ac_try) 2>&5
12248 ac_status=$?
8934764e 12249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12250 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12251 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12252 (eval $ac_try) 2>&5
12253 ac_status=$?
8934764e 12254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12255 (exit $ac_status); }; }; then
12256
8934764e
BB
12257 { $as_echo "$as_me:$LINENO: result: yes" >&5
12258$as_echo "yes" >&6; }
86933a6e
BB
12259
12260cat >>confdefs.h <<\_ACEOF
12261#define HAVE_PATH_IN_NAMEIDATA 1
12262_ACEOF
12263
12264
12265else
8934764e 12266 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12267sed 's/^/| /' conftest.$ac_ext >&5
12268
8934764e
BB
12269 { $as_echo "$as_me:$LINENO: result: no" >&5
12270$as_echo "no" >&6; }
86933a6e
BB
12271
12272
12273
12274fi
12275
12276 rm -Rf build
12277
12278
12279
12280
8934764e
BB
12281 { $as_echo "$as_me:$LINENO: checking whether symbol task_curr is exported" >&5
12282$as_echo_n "checking whether symbol task_curr is exported... " >&6; }
86933a6e
BB
12283 grep -q -E '[[:space:]]task_curr[[:space:]]' \
12284 $LINUX_OBJ/Module*.symvers 2>/dev/null
12285 rc=$?
12286 if test $rc -ne 0; then
12287 export=0
12288 for file in kernel/sched.c; do
12289 grep -q -E "EXPORT_SYMBOL.*(task_curr)" \
12290 "$LINUX_OBJ/$file" 2>/dev/null
12291 rc=$?
12292 if test $rc -eq 0; then
12293 export=1
12294 break;
12295 fi
12296 done
12297 if test $export -eq 0; then
8934764e
BB
12298 { $as_echo "$as_me:$LINENO: result: no" >&5
12299$as_echo "no" >&6; }
86933a6e
BB
12300
12301 else
8934764e
BB
12302 { $as_echo "$as_me:$LINENO: result: yes" >&5
12303$as_echo "yes" >&6; }
86933a6e
BB
12304
12305cat >>confdefs.h <<\_ACEOF
12306#define HAVE_TASK_CURR 1
12307_ACEOF
12308
12309 fi
12310 else
8934764e
BB
12311 { $as_echo "$as_me:$LINENO: result: yes" >&5
12312$as_echo "yes" >&6; }
86933a6e
BB
12313
12314cat >>confdefs.h <<\_ACEOF
12315#define HAVE_TASK_CURR 1
12316_ACEOF
12317
12318 fi
12319
12320
8934764e
BB
12321 { $as_echo "$as_me:$LINENO: checking whether unnumbered sysctl support exists" >&5
12322$as_echo_n "checking whether unnumbered sysctl support exists... " >&6; }
86933a6e
BB
12323
12324
12325cat >conftest.c <<_ACEOF
12326/* confdefs.h. */
12327_ACEOF
12328cat confdefs.h >>conftest.$ac_ext
12329cat >>conftest.$ac_ext <<_ACEOF
12330/* end confdefs.h. */
12331
12332
12333 #include <linux/sysctl.h>
12334
12335int
12336main (void)
12337{
12338
12339 #ifndef CTL_UNNUMBERED
12340 #error CTL_UNNUMBERED undefined
12341 #endif
12342
12343 ;
12344 return 0;
12345}
12346
12347_ACEOF
12348
12349
12350 rm -Rf build && mkdir -p build
12351 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12352 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
12353 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12354 (eval $ac_try) 2>&5
12355 ac_status=$?
8934764e 12356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12357 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12358 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12359 (eval $ac_try) 2>&5
12360 ac_status=$?
8934764e 12361 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12362 (exit $ac_status); }; }; then
12363
8934764e
BB
12364 { $as_echo "$as_me:$LINENO: result: yes" >&5
12365$as_echo "yes" >&6; }
86933a6e
BB
12366
12367cat >>confdefs.h <<\_ACEOF
12368#define HAVE_CTL_UNNUMBERED 1
12369_ACEOF
12370
12371
12372else
8934764e 12373 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12374sed 's/^/| /' conftest.$ac_ext >&5
12375
8934764e
BB
12376 { $as_echo "$as_me:$LINENO: result: no" >&5
12377$as_echo "no" >&6; }
86933a6e
BB
12378
12379
12380
79a3bf13
BB
12381fi
12382
12383 rm -Rf build
12384
12385
12386
12387
12388 { $as_echo "$as_me:$LINENO: checking whether struct ctl_table has ctl_name" >&5
12389$as_echo_n "checking whether struct ctl_table has ctl_name... " >&6; }
12390
12391
12392cat >conftest.c <<_ACEOF
12393/* confdefs.h. */
12394_ACEOF
12395cat confdefs.h >>conftest.$ac_ext
12396cat >>conftest.$ac_ext <<_ACEOF
12397/* end confdefs.h. */
12398
12399
12400 #include <linux/sysctl.h>
12401
12402int
12403main (void)
12404{
12405
12406 struct ctl_table ctl;
12407 ctl.ctl_name = 0;
12408
12409 ;
12410 return 0;
12411}
12412
12413_ACEOF
12414
12415
12416 rm -Rf build && mkdir -p build
12417 echo "obj-m := conftest.o" >build/Makefile
12418 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
12419 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12420 (eval $ac_try) 2>&5
12421 ac_status=$?
12422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12423 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12424 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12425 (eval $ac_try) 2>&5
12426 ac_status=$?
12427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12428 (exit $ac_status); }; }; then
12429
12430 { $as_echo "$as_me:$LINENO: result: yes" >&5
12431$as_echo "yes" >&6; }
12432
12433cat >>confdefs.h <<\_ACEOF
12434#define HAVE_CTL_NAME 1
12435_ACEOF
12436
12437
12438else
12439 $as_echo "$as_me: failed program was:" >&5
12440sed 's/^/| /' conftest.$ac_ext >&5
12441
12442 { $as_echo "$as_me:$LINENO: result: no" >&5
12443$as_echo "no" >&6; }
12444
12445
12446
86933a6e
BB
12447fi
12448
12449 rm -Rf build
12450
12451
12452
8934764e
BB
12453 { $as_echo "$as_me:$LINENO: checking whether fls64() is available" >&5
12454$as_echo_n "checking whether fls64() is available... " >&6; }
86933a6e
BB
12455
12456
12457cat >conftest.c <<_ACEOF
12458/* confdefs.h. */
12459_ACEOF
12460cat confdefs.h >>conftest.$ac_ext
12461cat >>conftest.$ac_ext <<_ACEOF
12462/* end confdefs.h. */
12463
12464
12465 #include <linux/bitops.h>
12466
12467int
12468main (void)
12469{
12470
12471 return fls64(0);
12472
12473 ;
12474 return 0;
12475}
12476
12477_ACEOF
12478
12479
12480 rm -Rf build && mkdir -p build
12481 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12482 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
12483 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12484 (eval $ac_try) 2>&5
12485 ac_status=$?
8934764e 12486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12487 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12489 (eval $ac_try) 2>&5
12490 ac_status=$?
8934764e 12491 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12492 (exit $ac_status); }; }; then
12493
8934764e
BB
12494 { $as_echo "$as_me:$LINENO: result: yes" >&5
12495$as_echo "yes" >&6; }
86933a6e
BB
12496
12497cat >>confdefs.h <<\_ACEOF
12498#define HAVE_FLS64 1
12499_ACEOF
12500
12501
12502else
8934764e 12503 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12504sed 's/^/| /' conftest.$ac_ext >&5
12505
8934764e
BB
12506 { $as_echo "$as_me:$LINENO: result: no" >&5
12507$as_echo "no" >&6; }
86933a6e
BB
12508
12509
12510
12511fi
12512
12513 rm -Rf build
12514
12515
12516
12517
8934764e
BB
12518 { $as_echo "$as_me:$LINENO: checking whether symbol device_create is exported" >&5
12519$as_echo_n "checking whether symbol device_create is exported... " >&6; }
86933a6e
BB
12520 grep -q -E '[[:space:]]device_create[[:space:]]' \
12521 $LINUX_OBJ/Module*.symvers 2>/dev/null
12522 rc=$?
12523 if test $rc -ne 0; then
12524 export=0
12525 for file in drivers/base/core.c; do
12526 grep -q -E "EXPORT_SYMBOL.*(device_create)" \
12527 "$LINUX_OBJ/$file" 2>/dev/null
12528 rc=$?
12529 if test $rc -eq 0; then
12530 export=1
12531 break;
12532 fi
12533 done
12534 if test $export -eq 0; then
8934764e
BB
12535 { $as_echo "$as_me:$LINENO: result: no" >&5
12536$as_echo "no" >&6; }
86933a6e
BB
12537
12538 else
8934764e
BB
12539 { $as_echo "$as_me:$LINENO: result: yes" >&5
12540$as_echo "yes" >&6; }
86933a6e
BB
12541
12542cat >>confdefs.h <<\_ACEOF
12543#define HAVE_DEVICE_CREATE 1
12544_ACEOF
12545
12546 fi
12547 else
8934764e
BB
12548 { $as_echo "$as_me:$LINENO: result: yes" >&5
12549$as_echo "yes" >&6; }
86933a6e
BB
12550
12551cat >>confdefs.h <<\_ACEOF
12552#define HAVE_DEVICE_CREATE 1
12553_ACEOF
12554
12555 fi
12556
12557
12558
8934764e
BB
12559 { $as_echo "$as_me:$LINENO: checking whether device_create() wants 5 args" >&5
12560$as_echo_n "checking whether device_create() wants 5 args... " >&6; }
86933a6e
BB
12561 tmp_flags="$EXTRA_KCFLAGS"
12562 EXTRA_KCFLAGS="-Werror"
12563
12564
12565cat >conftest.c <<_ACEOF
12566/* confdefs.h. */
12567_ACEOF
12568cat confdefs.h >>conftest.$ac_ext
12569cat >>conftest.$ac_ext <<_ACEOF
12570/* end confdefs.h. */
12571
12572
12573 #include <linux/device.h>
12574
12575int
12576main (void)
12577{
12578
12579 device_create(NULL, NULL, 0, NULL, "%d", 1);
12580
12581 ;
12582 return 0;
12583}
12584
12585_ACEOF
12586
12587
12588 rm -Rf build && mkdir -p build
12589 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12590 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
12591 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12592 (eval $ac_try) 2>&5
12593 ac_status=$?
8934764e 12594 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12595 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12596 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12597 (eval $ac_try) 2>&5
12598 ac_status=$?
8934764e 12599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12600 (exit $ac_status); }; }; then
12601
8934764e
BB
12602 { $as_echo "$as_me:$LINENO: result: yes" >&5
12603$as_echo "yes" >&6; }
86933a6e
BB
12604
12605cat >>confdefs.h <<\_ACEOF
12606#define HAVE_5ARGS_DEVICE_CREATE 1
12607_ACEOF
12608
12609
12610else
8934764e 12611 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12612sed 's/^/| /' conftest.$ac_ext >&5
12613
8934764e
BB
12614 { $as_echo "$as_me:$LINENO: result: no" >&5
12615$as_echo "no" >&6; }
86933a6e
BB
12616
12617
12618
12619fi
12620
12621 rm -Rf build
12622
12623
12624 EXTRA_KCFLAGS="$tmp_flags"
12625
12626
8934764e
BB
12627 { $as_echo "$as_me:$LINENO: checking whether symbol class_device_create is exported" >&5
12628$as_echo_n "checking whether symbol class_device_create is exported... " >&6; }
86933a6e
BB
12629 grep -q -E '[[:space:]]class_device_create[[:space:]]' \
12630 $LINUX_OBJ/Module*.symvers 2>/dev/null
12631 rc=$?
12632 if test $rc -ne 0; then
12633 export=0
12634 for file in drivers/base/class.c; do
12635 grep -q -E "EXPORT_SYMBOL.*(class_device_create)" \
12636 "$LINUX_OBJ/$file" 2>/dev/null
12637 rc=$?
12638 if test $rc -eq 0; then
12639 export=1
12640 break;
12641 fi
12642 done
12643 if test $export -eq 0; then
8934764e
BB
12644 { $as_echo "$as_me:$LINENO: result: no" >&5
12645$as_echo "no" >&6; }
86933a6e
BB
12646
12647 else
8934764e
BB
12648 { $as_echo "$as_me:$LINENO: result: yes" >&5
12649$as_echo "yes" >&6; }
86933a6e
BB
12650
12651cat >>confdefs.h <<\_ACEOF
12652#define HAVE_CLASS_DEVICE_CREATE 1
12653_ACEOF
12654
12655 fi
12656 else
8934764e
BB
12657 { $as_echo "$as_me:$LINENO: result: yes" >&5
12658$as_echo "yes" >&6; }
86933a6e
BB
12659
12660cat >>confdefs.h <<\_ACEOF
12661#define HAVE_CLASS_DEVICE_CREATE 1
12662_ACEOF
12663
12664 fi
12665
12666
12667
8934764e
BB
12668 { $as_echo "$as_me:$LINENO: checking whether symbol set_normalized_timespec is exported" >&5
12669$as_echo_n "checking whether symbol set_normalized_timespec is exported... " >&6; }
86933a6e
BB
12670 grep -q -E '[[:space:]]set_normalized_timespec[[:space:]]' \
12671 $LINUX_OBJ/Module*.symvers 2>/dev/null
12672 rc=$?
12673 if test $rc -ne 0; then
12674 export=0
12675 for file in kernel/time.c; do
12676 grep -q -E "EXPORT_SYMBOL.*(set_normalized_timespec)" \
12677 "$LINUX_OBJ/$file" 2>/dev/null
12678 rc=$?
12679 if test $rc -eq 0; then
12680 export=1
12681 break;
12682 fi
12683 done
12684 if test $export -eq 0; then
8934764e
BB
12685 { $as_echo "$as_me:$LINENO: result: no" >&5
12686$as_echo "no" >&6; }
86933a6e
BB
12687
12688 else
8934764e
BB
12689 { $as_echo "$as_me:$LINENO: result: yes" >&5
12690$as_echo "yes" >&6; }
86933a6e
BB
12691
12692cat >>confdefs.h <<\_ACEOF
12693#define HAVE_SET_NORMALIZED_TIMESPEC_EXPORT 1
12694_ACEOF
12695
12696 fi
12697 else
8934764e
BB
12698 { $as_echo "$as_me:$LINENO: result: yes" >&5
12699$as_echo "yes" >&6; }
86933a6e
BB
12700
12701cat >>confdefs.h <<\_ACEOF
12702#define HAVE_SET_NORMALIZED_TIMESPEC_EXPORT 1
12703_ACEOF
12704
12705 fi
12706
12707
12708
8934764e
BB
12709 { $as_echo "$as_me:$LINENO: checking whether set_normalized_timespec() is an inline" >&5
12710$as_echo_n "checking whether set_normalized_timespec() is an inline... " >&6; }
86933a6e
BB
12711
12712
12713cat >conftest.c <<_ACEOF
12714/* confdefs.h. */
12715_ACEOF
12716cat confdefs.h >>conftest.$ac_ext
12717cat >>conftest.$ac_ext <<_ACEOF
12718/* end confdefs.h. */
12719
12720
12721 #include <linux/time.h>
12722 void set_normalized_timespec(struct timespec *ts,
12723 time_t sec, long nsec) { }
12724
12725int
12726main (void)
12727{
12728
12729 ;
12730 return 0;
12731}
12732
12733_ACEOF
12734
12735
12736 rm -Rf build && mkdir -p build
12737 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12738 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
12739 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12740 (eval $ac_try) 2>&5
12741 ac_status=$?
8934764e 12742 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12743 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12744 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12745 (eval $ac_try) 2>&5
12746 ac_status=$?
8934764e 12747 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12748 (exit $ac_status); }; }; then
12749
8934764e
BB
12750 { $as_echo "$as_me:$LINENO: result: no" >&5
12751$as_echo "no" >&6; }
86933a6e
BB
12752
12753else
8934764e 12754 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12755sed 's/^/| /' conftest.$ac_ext >&5
12756
8934764e
BB
12757 { $as_echo "$as_me:$LINENO: result: yes" >&5
12758$as_echo "yes" >&6; }
86933a6e
BB
12759
12760cat >>confdefs.h <<\_ACEOF
12761#define HAVE_SET_NORMALIZED_TIMESPEC_INLINE 1
12762_ACEOF
12763
12764
12765
12766
12767fi
12768
12769 rm -Rf build
12770
12771
12772
12773
8934764e
BB
12774 { $as_echo "$as_me:$LINENO: checking whether timespec_sub() is available" >&5
12775$as_echo_n "checking whether timespec_sub() is available... " >&6; }
86933a6e
BB
12776
12777
12778cat >conftest.c <<_ACEOF
12779/* confdefs.h. */
12780_ACEOF
12781cat confdefs.h >>conftest.$ac_ext
12782cat >>conftest.$ac_ext <<_ACEOF
12783/* end confdefs.h. */
12784
12785
12786 #include <linux/time.h>
12787
12788int
12789main (void)
12790{
12791
12792 struct timespec a, b, c = { 0 };
12793 c = timespec_sub(a, b);
12794
12795 ;
12796 return 0;
12797}
12798
12799_ACEOF
12800
12801
12802 rm -Rf build && mkdir -p build
12803 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12804 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
12805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12806 (eval $ac_try) 2>&5
12807 ac_status=$?
8934764e 12808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12809 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12810 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12811 (eval $ac_try) 2>&5
12812 ac_status=$?
8934764e 12813 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12814 (exit $ac_status); }; }; then
12815
8934764e
BB
12816 { $as_echo "$as_me:$LINENO: result: yes" >&5
12817$as_echo "yes" >&6; }
86933a6e
BB
12818
12819cat >>confdefs.h <<\_ACEOF
12820#define HAVE_TIMESPEC_SUB 1
12821_ACEOF
12822
12823
12824else
8934764e 12825 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12826sed 's/^/| /' conftest.$ac_ext >&5
12827
8934764e
BB
12828 { $as_echo "$as_me:$LINENO: result: no" >&5
12829$as_echo "no" >&6; }
86933a6e
BB
12830
12831
12832
12833fi
12834
12835 rm -Rf build
12836
12837
12838
12839
8934764e
BB
12840 { $as_echo "$as_me:$LINENO: checking whether init_utsname() is available" >&5
12841$as_echo_n "checking whether init_utsname() is available... " >&6; }
86933a6e
BB
12842
12843
12844cat >conftest.c <<_ACEOF
12845/* confdefs.h. */
12846_ACEOF
12847cat confdefs.h >>conftest.$ac_ext
12848cat >>conftest.$ac_ext <<_ACEOF
12849/* end confdefs.h. */
12850
12851
12852 #include <linux/utsname.h>
12853
12854int
12855main (void)
12856{
12857
12858 struct new_utsname *a = init_utsname();
12859
12860 ;
12861 return 0;
12862}
12863
12864_ACEOF
12865
12866
12867 rm -Rf build && mkdir -p build
12868 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12869 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
12870 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12871 (eval $ac_try) 2>&5
12872 ac_status=$?
8934764e 12873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12874 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12876 (eval $ac_try) 2>&5
12877 ac_status=$?
8934764e 12878 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12879 (exit $ac_status); }; }; then
12880
8934764e
BB
12881 { $as_echo "$as_me:$LINENO: result: yes" >&5
12882$as_echo "yes" >&6; }
86933a6e
BB
12883
12884cat >>confdefs.h <<\_ACEOF
12885#define HAVE_INIT_UTSNAME 1
12886_ACEOF
12887
12888
12889else
8934764e 12890 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12891sed 's/^/| /' conftest.$ac_ext >&5
12892
8934764e
BB
12893 { $as_echo "$as_me:$LINENO: result: no" >&5
12894$as_echo "no" >&6; }
86933a6e
BB
12895
12896
12897
12898fi
12899
12900 rm -Rf build
12901
12902
12903
12904
8934764e
BB
12905 { $as_echo "$as_me:$LINENO: checking whether header linux/fdtable.h exists" >&5
12906$as_echo_n "checking whether header linux/fdtable.h exists... " >&6; }
86933a6e
BB
12907
12908
12909cat >conftest.c <<_ACEOF
12910/* confdefs.h. */
12911_ACEOF
12912cat confdefs.h >>conftest.$ac_ext
12913cat >>conftest.$ac_ext <<_ACEOF
12914/* end confdefs.h. */
12915
12916
12917 #include <linux/fdtable.h>
12918
12919int
12920main (void)
12921{
12922
12923 return 0;
12924
12925 ;
12926 return 0;
12927}
12928
12929_ACEOF
12930
12931
12932 rm -Rf build && mkdir -p build
12933 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12934 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
12935 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12936 (eval $ac_try) 2>&5
12937 ac_status=$?
8934764e 12938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12939 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12940 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12941 (eval $ac_try) 2>&5
12942 ac_status=$?
8934764e 12943 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12944 (exit $ac_status); }; }; then
12945
12946
12947cat >>confdefs.h <<\_ACEOF
12948#define HAVE_FDTABLE_HEADER 1
12949_ACEOF
12950
8934764e
BB
12951 { $as_echo "$as_me:$LINENO: result: yes" >&5
12952$as_echo "yes" >&6; }
86933a6e
BB
12953
12954
12955else
8934764e 12956 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12957sed 's/^/| /' conftest.$ac_ext >&5
12958
8934764e
BB
12959 { $as_echo "$as_me:$LINENO: result: no" >&5
12960$as_echo "no" >&6; }
86933a6e
BB
12961
12962
12963
12964
12965fi
12966
12967 rm -Rf build
12968
12969
12970
12971
12972
8934764e
BB
12973 { $as_echo "$as_me:$LINENO: checking whether files_fdtable() is available" >&5
12974$as_echo_n "checking whether files_fdtable() is available... " >&6; }
86933a6e
BB
12975
12976
12977cat >conftest.c <<_ACEOF
12978/* confdefs.h. */
12979_ACEOF
12980cat confdefs.h >>conftest.$ac_ext
12981cat >>conftest.$ac_ext <<_ACEOF
12982/* end confdefs.h. */
12983
12984
12985 #include <linux/sched.h>
12986 #include <linux/file.h>
12987 #ifdef HAVE_FDTABLE_HEADER
12988 #include <linux/fdtable.h>
12989 #endif
12990
12991int
12992main (void)
12993{
12994
12995 struct files_struct *files = current->files;
12996 struct fdtable *fdt = files_fdtable(files);
12997
12998 ;
12999 return 0;
13000}
13001
13002_ACEOF
13003
13004
13005 rm -Rf build && mkdir -p build
13006 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13007 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
13008 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13009 (eval $ac_try) 2>&5
13010 ac_status=$?
8934764e 13011 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13012 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13013 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13014 (eval $ac_try) 2>&5
13015 ac_status=$?
8934764e 13016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13017 (exit $ac_status); }; }; then
13018
8934764e
BB
13019 { $as_echo "$as_me:$LINENO: result: yes" >&5
13020$as_echo "yes" >&6; }
86933a6e
BB
13021
13022cat >>confdefs.h <<\_ACEOF
13023#define HAVE_FILES_FDTABLE 1
13024_ACEOF
13025
13026
13027else
8934764e 13028 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13029sed 's/^/| /' conftest.$ac_ext >&5
13030
8934764e
BB
13031 { $as_echo "$as_me:$LINENO: result: no" >&5
13032$as_echo "no" >&6; }
86933a6e
BB
13033
13034
13035
13036fi
13037
13038 rm -Rf build
13039
13040
13041
13042
8934764e
BB
13043 { $as_echo "$as_me:$LINENO: checking whether header linux/uaccess.h exists" >&5
13044$as_echo_n "checking whether header linux/uaccess.h exists... " >&6; }
86933a6e
BB
13045
13046
13047cat >conftest.c <<_ACEOF
13048/* confdefs.h. */
13049_ACEOF
13050cat confdefs.h >>conftest.$ac_ext
13051cat >>conftest.$ac_ext <<_ACEOF
13052/* end confdefs.h. */
13053
13054
13055 #include <linux/uaccess.h>
13056
13057int
13058main (void)
13059{
13060
13061 return 0;
13062
13063 ;
13064 return 0;
13065}
13066
13067_ACEOF
13068
13069
13070 rm -Rf build && mkdir -p build
13071 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13072 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
13073 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13074 (eval $ac_try) 2>&5
13075 ac_status=$?
8934764e 13076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13077 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13078 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13079 (eval $ac_try) 2>&5
13080 ac_status=$?
8934764e 13081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13082 (exit $ac_status); }; }; then
13083
13084
13085cat >>confdefs.h <<\_ACEOF
13086#define HAVE_UACCESS_HEADER 1
13087_ACEOF
13088
8934764e
BB
13089 { $as_echo "$as_me:$LINENO: result: yes" >&5
13090$as_echo "yes" >&6; }
86933a6e
BB
13091
13092
13093else
8934764e 13094 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13095sed 's/^/| /' conftest.$ac_ext >&5
13096
8934764e
BB
13097 { $as_echo "$as_me:$LINENO: result: no" >&5
13098$as_echo "no" >&6; }
86933a6e
BB
13099
13100
13101
13102
13103fi
13104
13105 rm -Rf build
13106
13107
13108
13109
13110
8934764e
BB
13111 { $as_echo "$as_me:$LINENO: checking whether kmalloc_node() is available" >&5
13112$as_echo_n "checking whether kmalloc_node() is available... " >&6; }
86933a6e
BB
13113
13114
13115cat >conftest.c <<_ACEOF
13116/* confdefs.h. */
13117_ACEOF
13118cat confdefs.h >>conftest.$ac_ext
13119cat >>conftest.$ac_ext <<_ACEOF
13120/* end confdefs.h. */
13121
13122
13123 #include <linux/slab.h>
13124
13125int
13126main (void)
13127{
13128
13129 void *a = kmalloc_node(1, GFP_KERNEL, 0);
13130
13131 ;
13132 return 0;
13133}
13134
13135_ACEOF
13136
13137
13138 rm -Rf build && mkdir -p build
13139 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13140 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
13141 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13142 (eval $ac_try) 2>&5
13143 ac_status=$?
8934764e 13144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13145 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13147 (eval $ac_try) 2>&5
13148 ac_status=$?
8934764e 13149 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13150 (exit $ac_status); }; }; then
13151
8934764e
BB
13152 { $as_echo "$as_me:$LINENO: result: yes" >&5
13153$as_echo "yes" >&6; }
86933a6e
BB
13154
13155cat >>confdefs.h <<\_ACEOF
13156#define HAVE_KMALLOC_NODE 1
13157_ACEOF
13158
13159
13160else
8934764e 13161 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13162sed 's/^/| /' conftest.$ac_ext >&5
13163
8934764e
BB
13164 { $as_echo "$as_me:$LINENO: result: no" >&5
13165$as_echo "no" >&6; }
86933a6e
BB
13166
13167
13168
13169fi
13170
13171 rm -Rf build
13172
13173
13174
13175
8934764e
BB
13176 { $as_echo "$as_me:$LINENO: checking whether symbol monotonic_clock is exported" >&5
13177$as_echo_n "checking whether symbol monotonic_clock is exported... " >&6; }
86933a6e
BB
13178 grep -q -E '[[:space:]]monotonic_clock[[:space:]]' \
13179 $LINUX_OBJ/Module*.symvers 2>/dev/null
13180 rc=$?
13181 if test $rc -ne 0; then
13182 export=0
13183 for file in ; do
13184 grep -q -E "EXPORT_SYMBOL.*(monotonic_clock)" \
13185 "$LINUX_OBJ/$file" 2>/dev/null
13186 rc=$?
13187 if test $rc -eq 0; then
13188 export=1
13189 break;
13190 fi
13191 done
13192 if test $export -eq 0; then
8934764e
BB
13193 { $as_echo "$as_me:$LINENO: result: no" >&5
13194$as_echo "no" >&6; }
86933a6e
BB
13195
13196 else
8934764e
BB
13197 { $as_echo "$as_me:$LINENO: result: yes" >&5
13198$as_echo "yes" >&6; }
86933a6e
BB
13199
13200cat >>confdefs.h <<\_ACEOF
13201#define HAVE_MONOTONIC_CLOCK 1
13202_ACEOF
13203
13204 fi
13205 else
8934764e
BB
13206 { $as_echo "$as_me:$LINENO: result: yes" >&5
13207$as_echo "yes" >&6; }
86933a6e
BB
13208
13209cat >>confdefs.h <<\_ACEOF
13210#define HAVE_MONOTONIC_CLOCK 1
13211_ACEOF
13212
13213 fi
13214
13215
13216
8934764e
BB
13217 { $as_echo "$as_me:$LINENO: checking whether struct inode has i_mutex" >&5
13218$as_echo_n "checking whether struct inode has i_mutex... " >&6; }
86933a6e
BB
13219
13220
13221cat >conftest.c <<_ACEOF
13222/* confdefs.h. */
13223_ACEOF
13224cat confdefs.h >>conftest.$ac_ext
13225cat >>conftest.$ac_ext <<_ACEOF
13226/* end confdefs.h. */
13227
13228
13229 #include <linux/fs.h>
13230 #include <linux/mutex.h>
13231
13232int
13233main (void)
13234{
13235
13236 struct inode i;
13237 mutex_init(&i.i_mutex);
13238
13239 ;
13240 return 0;
13241}
13242
13243_ACEOF
13244
13245
13246 rm -Rf build && mkdir -p build
13247 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13248 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
13249 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13250 (eval $ac_try) 2>&5
13251 ac_status=$?
8934764e 13252 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13253 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13254 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13255 (eval $ac_try) 2>&5
13256 ac_status=$?
8934764e 13257 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13258 (exit $ac_status); }; }; then
13259
8934764e
BB
13260 { $as_echo "$as_me:$LINENO: result: yes" >&5
13261$as_echo "yes" >&6; }
86933a6e
BB
13262
13263cat >>confdefs.h <<\_ACEOF
13264#define HAVE_INODE_I_MUTEX 1
13265_ACEOF
13266
13267
13268else
8934764e 13269 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13270sed 's/^/| /' conftest.$ac_ext >&5
13271
8934764e
BB
13272 { $as_echo "$as_me:$LINENO: result: no" >&5
13273$as_echo "no" >&6; }
86933a6e
BB
13274
13275
13276
13277fi
13278
13279 rm -Rf build
13280
13281
13282
13283
8934764e
BB
13284 { $as_echo "$as_me:$LINENO: checking whether struct mutex has owner" >&5
13285$as_echo_n "checking whether struct mutex has owner... " >&6; }
4d54fdee
BB
13286
13287
13288cat >conftest.c <<_ACEOF
13289/* confdefs.h. */
13290_ACEOF
13291cat confdefs.h >>conftest.$ac_ext
13292cat >>conftest.$ac_ext <<_ACEOF
13293/* end confdefs.h. */
13294
13295
13296 #include <linux/mutex.h>
13297
13298int
13299main (void)
13300{
13301
13302 struct mutex mtx;
13303 mtx.owner = NULL;
13304
13305 ;
13306 return 0;
13307}
13308
13309_ACEOF
13310
13311
13312 rm -Rf build && mkdir -p build
13313 echo "obj-m := conftest.o" >build/Makefile
13314 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13315 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13316 (eval $ac_try) 2>&5
13317 ac_status=$?
8934764e 13318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4d54fdee
BB
13319 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13320 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13321 (eval $ac_try) 2>&5
13322 ac_status=$?
8934764e 13323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4d54fdee
BB
13324 (exit $ac_status); }; }; then
13325
8934764e
BB
13326 { $as_echo "$as_me:$LINENO: result: yes" >&5
13327$as_echo "yes" >&6; }
4d54fdee
BB
13328
13329cat >>confdefs.h <<\_ACEOF
13330#define HAVE_MUTEX_OWNER 1
13331_ACEOF
13332
13333
13334else
8934764e 13335 $as_echo "$as_me: failed program was:" >&5
4d54fdee
BB
13336sed 's/^/| /' conftest.$ac_ext >&5
13337
8934764e
BB
13338 { $as_echo "$as_me:$LINENO: result: no" >&5
13339$as_echo "no" >&6; }
4d54fdee
BB
13340
13341
13342
13343fi
13344
13345 rm -Rf build
13346
13347
13348
13349
8934764e
BB
13350 { $as_echo "$as_me:$LINENO: checking whether mutex_lock_nested() is available" >&5
13351$as_echo_n "checking whether mutex_lock_nested() is available... " >&6; }
86933a6e
BB
13352
13353
13354cat >conftest.c <<_ACEOF
13355/* confdefs.h. */
13356_ACEOF
13357cat confdefs.h >>conftest.$ac_ext
13358cat >>conftest.$ac_ext <<_ACEOF
13359/* end confdefs.h. */
13360
13361
13362 #include <linux/mutex.h>
13363
13364int
13365main (void)
13366{
13367
13368 struct mutex mutex;
13369 mutex_init(&mutex);
13370 mutex_lock_nested(&mutex, 0);
13371
13372 ;
13373 return 0;
13374}
13375
13376_ACEOF
13377
13378
13379 rm -Rf build && mkdir -p build
13380 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13381 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
13382 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13383 (eval $ac_try) 2>&5
13384 ac_status=$?
8934764e 13385 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13386 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13387 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13388 (eval $ac_try) 2>&5
13389 ac_status=$?
8934764e 13390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13391 (exit $ac_status); }; }; then
13392
8934764e
BB
13393 { $as_echo "$as_me:$LINENO: result: yes" >&5
13394$as_echo "yes" >&6; }
86933a6e
BB
13395
13396cat >>confdefs.h <<\_ACEOF
13397#define HAVE_MUTEX_LOCK_NESTED 1
13398_ACEOF
13399
13400
13401else
8934764e 13402 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13403sed 's/^/| /' conftest.$ac_ext >&5
13404
8934764e
BB
13405 { $as_echo "$as_me:$LINENO: result: no" >&5
13406$as_echo "no" >&6; }
86933a6e
BB
13407
13408
13409
13410fi
13411
13412 rm -Rf build
13413
13414
13415
13416
8934764e
BB
13417 { $as_echo "$as_me:$LINENO: checking whether symbol div64_64 is exported" >&5
13418$as_echo_n "checking whether symbol div64_64 is exported... " >&6; }
86933a6e
BB
13419 grep -q -E '[[:space:]]div64_64[[:space:]]' \
13420 $LINUX_OBJ/Module*.symvers 2>/dev/null
13421 rc=$?
13422 if test $rc -ne 0; then
13423 export=0
13424 for file in ; do
13425 grep -q -E "EXPORT_SYMBOL.*(div64_64)" \
13426 "$LINUX_OBJ/$file" 2>/dev/null
13427 rc=$?
13428 if test $rc -eq 0; then
13429 export=1
13430 break;
13431 fi
13432 done
13433 if test $export -eq 0; then
8934764e
BB
13434 { $as_echo "$as_me:$LINENO: result: no" >&5
13435$as_echo "no" >&6; }
86933a6e
BB
13436
13437 else
8934764e
BB
13438 { $as_echo "$as_me:$LINENO: result: yes" >&5
13439$as_echo "yes" >&6; }
86933a6e
BB
13440
13441cat >>confdefs.h <<\_ACEOF
13442#define HAVE_DIV64_64 1
13443_ACEOF
13444
13445 fi
13446 else
8934764e
BB
13447 { $as_echo "$as_me:$LINENO: result: yes" >&5
13448$as_echo "yes" >&6; }
86933a6e
BB
13449
13450cat >>confdefs.h <<\_ACEOF
13451#define HAVE_DIV64_64 1
13452_ACEOF
13453
13454 fi
13455
13456
13457
8934764e
BB
13458 { $as_echo "$as_me:$LINENO: checking whether symbol div64_u64 is exported" >&5
13459$as_echo_n "checking whether symbol div64_u64 is exported... " >&6; }
86933a6e
BB
13460 grep -q -E '[[:space:]]div64_u64[[:space:]]' \
13461 $LINUX_OBJ/Module*.symvers 2>/dev/null
13462 rc=$?
13463 if test $rc -ne 0; then
13464 export=0
13465 for file in ; do
13466 grep -q -E "EXPORT_SYMBOL.*(div64_u64)" \
13467 "$LINUX_OBJ/$file" 2>/dev/null
13468 rc=$?
13469 if test $rc -eq 0; then
13470 export=1
13471 break;
13472 fi
13473 done
13474 if test $export -eq 0; then
8934764e
BB
13475 { $as_echo "$as_me:$LINENO: result: no" >&5
13476$as_echo "no" >&6; }
86933a6e
BB
13477
13478 else
8934764e
BB
13479 { $as_echo "$as_me:$LINENO: result: yes" >&5
13480$as_echo "yes" >&6; }
86933a6e
BB
13481
13482cat >>confdefs.h <<\_ACEOF
13483#define HAVE_DIV64_U64 1
13484_ACEOF
13485
13486 fi
13487 else
8934764e
BB
13488 { $as_echo "$as_me:$LINENO: result: yes" >&5
13489$as_echo "yes" >&6; }
86933a6e
BB
13490
13491cat >>confdefs.h <<\_ACEOF
13492#define HAVE_DIV64_U64 1
13493_ACEOF
13494
13495 fi
13496
13497
13498
8934764e
BB
13499 { $as_echo "$as_me:$LINENO: checking whether on_each_cpu() wants 3 args" >&5
13500$as_echo_n "checking whether on_each_cpu() wants 3 args... " >&6; }
86933a6e
BB
13501
13502
13503cat >conftest.c <<_ACEOF
13504/* confdefs.h. */
13505_ACEOF
13506cat confdefs.h >>conftest.$ac_ext
13507cat >>conftest.$ac_ext <<_ACEOF
13508/* end confdefs.h. */
13509
13510
13511 #include <linux/smp.h>
13512
13513int
13514main (void)
13515{
13516
13517 on_each_cpu(NULL, NULL, 0);
13518
13519 ;
13520 return 0;
13521}
13522
13523_ACEOF
13524
13525
13526 rm -Rf build && mkdir -p build
13527 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13528 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
13529 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13530 (eval $ac_try) 2>&5
13531 ac_status=$?
8934764e 13532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13533 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13534 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13535 (eval $ac_try) 2>&5
13536 ac_status=$?
8934764e 13537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13538 (exit $ac_status); }; }; then
13539
8934764e
BB
13540 { $as_echo "$as_me:$LINENO: result: yes" >&5
13541$as_echo "yes" >&6; }
86933a6e
BB
13542
13543cat >>confdefs.h <<\_ACEOF
13544#define HAVE_3ARGS_ON_EACH_CPU 1
13545_ACEOF
13546
13547
13548else
8934764e 13549 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13550sed 's/^/| /' conftest.$ac_ext >&5
13551
8934764e
BB
13552 { $as_echo "$as_me:$LINENO: result: no" >&5
13553$as_echo "no" >&6; }
86933a6e
BB
13554
13555
13556
13557fi
13558
13559 rm -Rf build
13560
13561
13562
13563
8934764e
BB
13564 { $as_echo "$as_me:$LINENO: checking whether symbol kallsyms_lookup_name is exported" >&5
13565$as_echo_n "checking whether symbol kallsyms_lookup_name is exported... " >&6; }
86933a6e
BB
13566 grep -q -E '[[:space:]]kallsyms_lookup_name[[:space:]]' \
13567 $LINUX_OBJ/Module*.symvers 2>/dev/null
13568 rc=$?
13569 if test $rc -ne 0; then
13570 export=0
13571 for file in ; do
13572 grep -q -E "EXPORT_SYMBOL.*(kallsyms_lookup_name)" \
13573 "$LINUX_OBJ/$file" 2>/dev/null
13574 rc=$?
13575 if test $rc -eq 0; then
13576 export=1
13577 break;
13578 fi
13579 done
13580 if test $export -eq 0; then
8934764e
BB
13581 { $as_echo "$as_me:$LINENO: result: no" >&5
13582$as_echo "no" >&6; }
86933a6e
BB
13583
13584 else
8934764e
BB
13585 { $as_echo "$as_me:$LINENO: result: yes" >&5
13586$as_echo "yes" >&6; }
86933a6e
BB
13587
13588cat >>confdefs.h <<\_ACEOF
13589#define HAVE_KALLSYMS_LOOKUP_NAME 1
13590_ACEOF
13591
13592 fi
13593 else
8934764e
BB
13594 { $as_echo "$as_me:$LINENO: result: yes" >&5
13595$as_echo "yes" >&6; }
86933a6e
BB
13596
13597cat >>confdefs.h <<\_ACEOF
13598#define HAVE_KALLSYMS_LOOKUP_NAME 1
13599_ACEOF
13600
13601 fi
13602
13603
13604
8934764e
BB
13605 { $as_echo "$as_me:$LINENO: checking whether symbol get_vmalloc_info is exported" >&5
13606$as_echo_n "checking whether symbol get_vmalloc_info is exported... " >&6; }
86933a6e
BB
13607 grep -q -E '[[:space:]]get_vmalloc_info[[:space:]]' \
13608 $LINUX_OBJ/Module*.symvers 2>/dev/null
13609 rc=$?
13610 if test $rc -ne 0; then
13611 export=0
13612 for file in ; do
13613 grep -q -E "EXPORT_SYMBOL.*(get_vmalloc_info)" \
13614 "$LINUX_OBJ/$file" 2>/dev/null
13615 rc=$?
13616 if test $rc -eq 0; then
13617 export=1
13618 break;
13619 fi
13620 done
13621 if test $export -eq 0; then
8934764e
BB
13622 { $as_echo "$as_me:$LINENO: result: no" >&5
13623$as_echo "no" >&6; }
86933a6e
BB
13624
13625 else
8934764e
BB
13626 { $as_echo "$as_me:$LINENO: result: yes" >&5
13627$as_echo "yes" >&6; }
86933a6e
BB
13628
13629cat >>confdefs.h <<\_ACEOF
13630#define HAVE_GET_VMALLOC_INFO 1
13631_ACEOF
13632
13633 fi
13634 else
8934764e
BB
13635 { $as_echo "$as_me:$LINENO: result: yes" >&5
13636$as_echo "yes" >&6; }
86933a6e
BB
13637
13638cat >>confdefs.h <<\_ACEOF
13639#define HAVE_GET_VMALLOC_INFO 1
13640_ACEOF
13641
13642 fi
13643
13644
13645
8934764e
BB
13646 { $as_echo "$as_me:$LINENO: checking whether symbol *_pgdat exist" >&5
13647$as_echo_n "checking whether symbol *_pgdat exist... " >&6; }
86933a6e
BB
13648 grep -q -E 'first_online_pgdat' $LINUX/include/linux/mmzone.h 2>/dev/null
13649 rc=$?
13650 if test $rc -eq 0; then
8934764e
BB
13651 { $as_echo "$as_me:$LINENO: result: yes" >&5
13652$as_echo "yes" >&6; }
86933a6e
BB
13653
13654cat >>confdefs.h <<\_ACEOF
13655#define HAVE_PGDAT_HELPERS 1
13656_ACEOF
13657
13658 else
8934764e
BB
13659 { $as_echo "$as_me:$LINENO: result: no" >&5
13660$as_echo "no" >&6; }
86933a6e
BB
13661 fi
13662
13663
8934764e
BB
13664 { $as_echo "$as_me:$LINENO: checking whether symbol first_online_pgdat is exported" >&5
13665$as_echo_n "checking whether symbol first_online_pgdat is exported... " >&6; }
86933a6e
BB
13666 grep -q -E '[[:space:]]first_online_pgdat[[:space:]]' \
13667 $LINUX_OBJ/Module*.symvers 2>/dev/null
13668 rc=$?
13669 if test $rc -ne 0; then
13670 export=0
13671 for file in ; do
13672 grep -q -E "EXPORT_SYMBOL.*(first_online_pgdat)" \
13673 "$LINUX_OBJ/$file" 2>/dev/null
13674 rc=$?
13675 if test $rc -eq 0; then
13676 export=1
13677 break;
13678 fi
13679 done
13680 if test $export -eq 0; then
8934764e
BB
13681 { $as_echo "$as_me:$LINENO: result: no" >&5
13682$as_echo "no" >&6; }
86933a6e
BB
13683
13684 else
8934764e
BB
13685 { $as_echo "$as_me:$LINENO: result: yes" >&5
13686$as_echo "yes" >&6; }
86933a6e
BB
13687
13688cat >>confdefs.h <<\_ACEOF
13689#define HAVE_FIRST_ONLINE_PGDAT 1
13690_ACEOF
13691
13692 fi
13693 else
8934764e
BB
13694 { $as_echo "$as_me:$LINENO: result: yes" >&5
13695$as_echo "yes" >&6; }
86933a6e
BB
13696
13697cat >>confdefs.h <<\_ACEOF
13698#define HAVE_FIRST_ONLINE_PGDAT 1
13699_ACEOF
13700
13701 fi
13702
13703
13704
8934764e
BB
13705 { $as_echo "$as_me:$LINENO: checking whether symbol next_online_pgdat is exported" >&5
13706$as_echo_n "checking whether symbol next_online_pgdat is exported... " >&6; }
86933a6e
BB
13707 grep -q -E '[[:space:]]next_online_pgdat[[:space:]]' \
13708 $LINUX_OBJ/Module*.symvers 2>/dev/null
13709 rc=$?
13710 if test $rc -ne 0; then
13711 export=0
13712 for file in ; do
13713 grep -q -E "EXPORT_SYMBOL.*(next_online_pgdat)" \
13714 "$LINUX_OBJ/$file" 2>/dev/null
13715 rc=$?
13716 if test $rc -eq 0; then
13717 export=1
13718 break;
13719 fi
13720 done
13721 if test $export -eq 0; then
8934764e
BB
13722 { $as_echo "$as_me:$LINENO: result: no" >&5
13723$as_echo "no" >&6; }
86933a6e
BB
13724
13725 else
8934764e
BB
13726 { $as_echo "$as_me:$LINENO: result: yes" >&5
13727$as_echo "yes" >&6; }
86933a6e
BB
13728
13729cat >>confdefs.h <<\_ACEOF
13730#define HAVE_NEXT_ONLINE_PGDAT 1
13731_ACEOF
13732
13733 fi
13734 else
8934764e
BB
13735 { $as_echo "$as_me:$LINENO: result: yes" >&5
13736$as_echo "yes" >&6; }
86933a6e
BB
13737
13738cat >>confdefs.h <<\_ACEOF
13739#define HAVE_NEXT_ONLINE_PGDAT 1
13740_ACEOF
13741
13742 fi
13743
13744
13745
8934764e
BB
13746 { $as_echo "$as_me:$LINENO: checking whether symbol next_zone is exported" >&5
13747$as_echo_n "checking whether symbol next_zone is exported... " >&6; }
86933a6e
BB
13748 grep -q -E '[[:space:]]next_zone[[:space:]]' \
13749 $LINUX_OBJ/Module*.symvers 2>/dev/null
13750 rc=$?
13751 if test $rc -ne 0; then
13752 export=0
13753 for file in ; do
13754 grep -q -E "EXPORT_SYMBOL.*(next_zone)" \
13755 "$LINUX_OBJ/$file" 2>/dev/null
13756 rc=$?
13757 if test $rc -eq 0; then
13758 export=1
13759 break;
13760 fi
13761 done
13762 if test $export -eq 0; then
8934764e
BB
13763 { $as_echo "$as_me:$LINENO: result: no" >&5
13764$as_echo "no" >&6; }
86933a6e
BB
13765
13766 else
8934764e
BB
13767 { $as_echo "$as_me:$LINENO: result: yes" >&5
13768$as_echo "yes" >&6; }
86933a6e
BB
13769
13770cat >>confdefs.h <<\_ACEOF
13771#define HAVE_NEXT_ZONE 1
13772_ACEOF
13773
13774 fi
13775 else
8934764e
BB
13776 { $as_echo "$as_me:$LINENO: result: yes" >&5
13777$as_echo "yes" >&6; }
86933a6e
BB
13778
13779cat >>confdefs.h <<\_ACEOF
13780#define HAVE_NEXT_ZONE 1
13781_ACEOF
13782
13783 fi
13784
13785
13786
8934764e
BB
13787 { $as_echo "$as_me:$LINENO: checking whether symbol pgdat_list is exported" >&5
13788$as_echo_n "checking whether symbol pgdat_list is exported... " >&6; }
86933a6e
BB
13789 grep -q -E '[[:space:]]pgdat_list[[:space:]]' \
13790 $LINUX_OBJ/Module*.symvers 2>/dev/null
13791 rc=$?
13792 if test $rc -ne 0; then
13793 export=0
13794 for file in ; do
13795 grep -q -E "EXPORT_SYMBOL.*(pgdat_list)" \
13796 "$LINUX_OBJ/$file" 2>/dev/null
13797 rc=$?
13798 if test $rc -eq 0; then
13799 export=1
13800 break;
13801 fi
13802 done
13803 if test $export -eq 0; then
8934764e
BB
13804 { $as_echo "$as_me:$LINENO: result: no" >&5
13805$as_echo "no" >&6; }
86933a6e
BB
13806
13807 else
8934764e
BB
13808 { $as_echo "$as_me:$LINENO: result: yes" >&5
13809$as_echo "yes" >&6; }
86933a6e
BB
13810
13811cat >>confdefs.h <<\_ACEOF
13812#define HAVE_PGDAT_LIST 1
13813_ACEOF
13814
13815 fi
13816 else
8934764e
BB
13817 { $as_echo "$as_me:$LINENO: result: yes" >&5
13818$as_echo "yes" >&6; }
86933a6e
BB
13819
13820cat >>confdefs.h <<\_ACEOF
13821#define HAVE_PGDAT_LIST 1
13822_ACEOF
13823
13824 fi
13825
13826
13827
8934764e
BB
13828 { $as_echo "$as_me:$LINENO: checking whether global_page_state() is available" >&5
13829$as_echo_n "checking whether global_page_state() is available... " >&6; }
86933a6e 13830
86933a6e 13831
6ae7fef5
BB
13832cat >conftest.c <<_ACEOF
13833/* confdefs.h. */
86933a6e 13834_ACEOF
6ae7fef5
BB
13835cat confdefs.h >>conftest.$ac_ext
13836cat >>conftest.$ac_ext <<_ACEOF
13837/* end confdefs.h. */
13838
13839
13840 #include <linux/mm.h>
13841
13842int
13843main (void)
13844{
13845
13846 unsigned long state;
13847 state = global_page_state(0);
13848
13849 ;
13850 return 0;
13851}
13852
13853_ACEOF
13854
13855
13856 rm -Rf build && mkdir -p build
13857 echo "obj-m := conftest.o" >build/Makefile
13858 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
13859 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13860 (eval $ac_try) 2>&5
13861 ac_status=$?
8934764e 13862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
13863 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13864 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13865 (eval $ac_try) 2>&5
13866 ac_status=$?
8934764e 13867 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5 13868 (exit $ac_status); }; }; then
86933a6e 13869
8934764e
BB
13870 { $as_echo "$as_me:$LINENO: result: yes" >&5
13871$as_echo "yes" >&6; }
86933a6e
BB
13872
13873cat >>confdefs.h <<\_ACEOF
6ae7fef5 13874#define HAVE_GLOBAL_PAGE_STATE 1
86933a6e
BB
13875_ACEOF
13876
6ae7fef5
BB
13877
13878else
8934764e 13879 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
13880sed 's/^/| /' conftest.$ac_ext >&5
13881
8934764e
BB
13882 { $as_echo "$as_me:$LINENO: result: no" >&5
13883$as_echo "no" >&6; }
6ae7fef5
BB
13884
13885
13886
13887fi
13888
13889 rm -Rf build
86933a6e
BB
13890
13891
13892
6ae7fef5 13893
8934764e
BB
13894 { $as_echo "$as_me:$LINENO: checking whether page state NR_FREE_PAGES is available" >&5
13895$as_echo_n "checking whether page state NR_FREE_PAGES is available... " >&6; }
86933a6e
BB
13896
13897
13898cat >conftest.c <<_ACEOF
13899/* confdefs.h. */
13900_ACEOF
13901cat confdefs.h >>conftest.$ac_ext
13902cat >>conftest.$ac_ext <<_ACEOF
13903/* end confdefs.h. */
13904
13905
6ae7fef5 13906 #include <linux/mm.h>
86933a6e
BB
13907
13908int
13909main (void)
13910{
13911
6ae7fef5
BB
13912 enum zone_stat_item zsi;
13913 zsi = NR_FREE_PAGES;
86933a6e
BB
13914
13915 ;
13916 return 0;
13917}
13918
13919_ACEOF
13920
13921
13922 rm -Rf build && mkdir -p build
13923 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13924 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
13925 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13926 (eval $ac_try) 2>&5
13927 ac_status=$?
8934764e 13928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13929 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13930 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13931 (eval $ac_try) 2>&5
13932 ac_status=$?
8934764e 13933 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13934 (exit $ac_status); }; }; then
13935
8934764e
BB
13936 { $as_echo "$as_me:$LINENO: result: yes" >&5
13937$as_echo "yes" >&6; }
86933a6e
BB
13938
13939cat >>confdefs.h <<\_ACEOF
6ae7fef5 13940#define HAVE_ZONE_STAT_ITEM_NR_FREE_PAGES 1
86933a6e
BB
13941_ACEOF
13942
13943
13944else
8934764e 13945 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13946sed 's/^/| /' conftest.$ac_ext >&5
13947
8934764e
BB
13948 { $as_echo "$as_me:$LINENO: result: no" >&5
13949$as_echo "no" >&6; }
86933a6e
BB
13950
13951
13952
13953fi
13954
13955 rm -Rf build
13956
13957
13958
13959
8934764e
BB
13960 { $as_echo "$as_me:$LINENO: checking whether page state NR_INACTIVE is available" >&5
13961$as_echo_n "checking whether page state NR_INACTIVE is available... " >&6; }
86933a6e
BB
13962
13963
13964cat >conftest.c <<_ACEOF
13965/* confdefs.h. */
13966_ACEOF
13967cat confdefs.h >>conftest.$ac_ext
13968cat >>conftest.$ac_ext <<_ACEOF
13969/* end confdefs.h. */
13970
13971
6ae7fef5 13972 #include <linux/mm.h>
86933a6e
BB
13973
13974int
13975main (void)
13976{
13977
6ae7fef5
BB
13978 enum zone_stat_item zsi;
13979 zsi = NR_INACTIVE;
86933a6e
BB
13980
13981 ;
13982 return 0;
13983}
13984
13985_ACEOF
13986
13987
13988 rm -Rf build && mkdir -p build
13989 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13990 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
13991 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13992 (eval $ac_try) 2>&5
13993 ac_status=$?
8934764e 13994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13995 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13996 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13997 (eval $ac_try) 2>&5
13998 ac_status=$?
8934764e 13999 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14000 (exit $ac_status); }; }; then
14001
8934764e
BB
14002 { $as_echo "$as_me:$LINENO: result: yes" >&5
14003$as_echo "yes" >&6; }
86933a6e
BB
14004
14005cat >>confdefs.h <<\_ACEOF
6ae7fef5 14006#define HAVE_ZONE_STAT_ITEM_NR_INACTIVE 1
86933a6e
BB
14007_ACEOF
14008
14009
14010else
8934764e 14011 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
14012sed 's/^/| /' conftest.$ac_ext >&5
14013
8934764e
BB
14014 { $as_echo "$as_me:$LINENO: result: no" >&5
14015$as_echo "no" >&6; }
86933a6e
BB
14016
14017
14018
14019fi
14020
14021 rm -Rf build
14022
14023
14024
8934764e
BB
14025 { $as_echo "$as_me:$LINENO: checking whether page state NR_INACTIVE_ANON is available" >&5
14026$as_echo_n "checking whether page state NR_INACTIVE_ANON is available... " >&6; }
86933a6e
BB
14027
14028
14029cat >conftest.c <<_ACEOF
14030/* confdefs.h. */
14031_ACEOF
14032cat confdefs.h >>conftest.$ac_ext
14033cat >>conftest.$ac_ext <<_ACEOF
14034/* end confdefs.h. */
14035
14036
6ae7fef5 14037 #include <linux/mm.h>
86933a6e
BB
14038
14039int
14040main (void)
14041{
14042
6ae7fef5
BB
14043 enum zone_stat_item zsi;
14044 zsi = NR_INACTIVE_ANON;
86933a6e
BB
14045
14046 ;
14047 return 0;
14048}
14049
14050_ACEOF
14051
14052
14053 rm -Rf build && mkdir -p build
14054 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 14055 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
14056 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14057 (eval $ac_try) 2>&5
14058 ac_status=$?
8934764e 14059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14060 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14061 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14062 (eval $ac_try) 2>&5
14063 ac_status=$?
8934764e 14064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14065 (exit $ac_status); }; }; then
14066
8934764e
BB
14067 { $as_echo "$as_me:$LINENO: result: yes" >&5
14068$as_echo "yes" >&6; }
86933a6e
BB
14069
14070cat >>confdefs.h <<\_ACEOF
6ae7fef5 14071#define HAVE_ZONE_STAT_ITEM_NR_INACTIVE_ANON 1
86933a6e
BB
14072_ACEOF
14073
14074
14075else
8934764e 14076 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
14077sed 's/^/| /' conftest.$ac_ext >&5
14078
8934764e
BB
14079 { $as_echo "$as_me:$LINENO: result: no" >&5
14080$as_echo "no" >&6; }
86933a6e
BB
14081
14082
14083
14084fi
14085
14086 rm -Rf build
14087
14088
14089
8934764e
BB
14090 { $as_echo "$as_me:$LINENO: checking whether page state NR_INACTIVE_FILE is available" >&5
14091$as_echo_n "checking whether page state NR_INACTIVE_FILE is available... " >&6; }
86933a6e
BB
14092
14093
14094cat >conftest.c <<_ACEOF
14095/* confdefs.h. */
14096_ACEOF
14097cat confdefs.h >>conftest.$ac_ext
14098cat >>conftest.$ac_ext <<_ACEOF
14099/* end confdefs.h. */
14100
14101
6ae7fef5 14102 #include <linux/mm.h>
86933a6e
BB
14103
14104int
14105main (void)
14106{
14107
6ae7fef5
BB
14108 enum zone_stat_item zsi;
14109 zsi = NR_INACTIVE_FILE;
86933a6e
BB
14110
14111 ;
14112 return 0;
14113}
14114
14115_ACEOF
14116
14117
14118 rm -Rf build && mkdir -p build
14119 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 14120 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
86933a6e
BB
14121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14122 (eval $ac_try) 2>&5
14123 ac_status=$?
8934764e 14124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14125 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14127 (eval $ac_try) 2>&5
14128 ac_status=$?
8934764e 14129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14130 (exit $ac_status); }; }; then
14131
8934764e
BB
14132 { $as_echo "$as_me:$LINENO: result: yes" >&5
14133$as_echo "yes" >&6; }
86933a6e
BB
14134
14135cat >>confdefs.h <<\_ACEOF
6ae7fef5 14136#define HAVE_ZONE_STAT_ITEM_NR_INACTIVE_FILE 1
86933a6e
BB
14137_ACEOF
14138
14139
14140else
8934764e 14141 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
14142sed 's/^/| /' conftest.$ac_ext >&5
14143
8934764e
BB
14144 { $as_echo "$as_me:$LINENO: result: no" >&5
14145$as_echo "no" >&6; }
86933a6e
BB
14146
14147
14148
14149fi
14150
14151 rm -Rf build
14152
14153
14154
ec7d53e9 14155
8934764e
BB
14156 { $as_echo "$as_me:$LINENO: checking whether page state NR_ACTIVE is available" >&5
14157$as_echo_n "checking whether page state NR_ACTIVE is available... " >&6; }
ec7d53e9
BB
14158
14159
14160cat >conftest.c <<_ACEOF
14161/* confdefs.h. */
14162_ACEOF
14163cat confdefs.h >>conftest.$ac_ext
14164cat >>conftest.$ac_ext <<_ACEOF
14165/* end confdefs.h. */
14166
14167
6ae7fef5 14168 #include <linux/mm.h>
ec7d53e9
BB
14169
14170int
14171main (void)
14172{
14173
6ae7fef5
BB
14174 enum zone_stat_item zsi;
14175 zsi = NR_ACTIVE;
ec7d53e9
BB
14176
14177 ;
14178 return 0;
14179}
14180
14181_ACEOF
14182
14183
14184 rm -Rf build && mkdir -p build
14185 echo "obj-m := conftest.o" >build/Makefile
14186 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
14187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14188 (eval $ac_try) 2>&5
14189 ac_status=$?
8934764e 14190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
ec7d53e9
BB
14191 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14192 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14193 (eval $ac_try) 2>&5
14194 ac_status=$?
8934764e 14195 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
ec7d53e9
BB
14196 (exit $ac_status); }; }; then
14197
8934764e
BB
14198 { $as_echo "$as_me:$LINENO: result: yes" >&5
14199$as_echo "yes" >&6; }
ec7d53e9
BB
14200
14201cat >>confdefs.h <<\_ACEOF
6ae7fef5 14202#define HAVE_ZONE_STAT_ITEM_NR_ACTIVE 1
ec7d53e9
BB
14203_ACEOF
14204
14205
14206else
8934764e 14207 $as_echo "$as_me: failed program was:" >&5
ec7d53e9
BB
14208sed 's/^/| /' conftest.$ac_ext >&5
14209
8934764e
BB
14210 { $as_echo "$as_me:$LINENO: result: no" >&5
14211$as_echo "no" >&6; }
ec7d53e9
BB
14212
14213
14214
14215fi
14216
14217 rm -Rf build
14218
14219
14220
8934764e
BB
14221 { $as_echo "$as_me:$LINENO: checking whether page state NR_ACTIVE_ANON is available" >&5
14222$as_echo_n "checking whether page state NR_ACTIVE_ANON is available... " >&6; }
ec7d53e9 14223
ec7d53e9 14224
6ae7fef5
BB
14225cat >conftest.c <<_ACEOF
14226/* confdefs.h. */
14227_ACEOF
14228cat confdefs.h >>conftest.$ac_ext
14229cat >>conftest.$ac_ext <<_ACEOF
14230/* end confdefs.h. */
14231
14232
14233 #include <linux/mm.h>
14234
14235int
14236main (void)
14237{
14238
14239 enum zone_stat_item zsi;
14240 zsi = NR_ACTIVE_ANON;
14241
14242 ;
14243 return 0;
14244}
ec7d53e9 14245
ec7d53e9
BB
14246_ACEOF
14247
6ae7fef5
BB
14248
14249 rm -Rf build && mkdir -p build
14250 echo "obj-m := conftest.o" >build/Makefile
14251 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
14252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14253 (eval $ac_try) 2>&5
14254 ac_status=$?
8934764e 14255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14256 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14257 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14258 (eval $ac_try) 2>&5
14259 ac_status=$?
8934764e 14260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14261 (exit $ac_status); }; }; then
14262
8934764e
BB
14263 { $as_echo "$as_me:$LINENO: result: yes" >&5
14264$as_echo "yes" >&6; }
ec7d53e9
BB
14265
14266cat >>confdefs.h <<\_ACEOF
6ae7fef5 14267#define HAVE_ZONE_STAT_ITEM_NR_ACTIVE_ANON 1
ec7d53e9
BB
14268_ACEOF
14269
ec7d53e9 14270
6ae7fef5 14271else
8934764e 14272 $as_echo "$as_me: failed program was:" >&5
6ae7fef5 14273sed 's/^/| /' conftest.$ac_ext >&5
ec7d53e9 14274
8934764e
BB
14275 { $as_echo "$as_me:$LINENO: result: no" >&5
14276$as_echo "no" >&6; }
bf9f3bac 14277
bf9f3bac 14278
bf9f3bac 14279
6ae7fef5 14280fi
bf9f3bac 14281
6ae7fef5 14282 rm -Rf build
bf9f3bac 14283
bf9f3bac 14284
bf9f3bac 14285
8934764e
BB
14286 { $as_echo "$as_me:$LINENO: checking whether page state NR_ACTIVE_FILE is available" >&5
14287$as_echo_n "checking whether page state NR_ACTIVE_FILE is available... " >&6; }
bf9f3bac 14288
bf9f3bac 14289
6ae7fef5
BB
14290cat >conftest.c <<_ACEOF
14291/* confdefs.h. */
14292_ACEOF
14293cat confdefs.h >>conftest.$ac_ext
14294cat >>conftest.$ac_ext <<_ACEOF
14295/* end confdefs.h. */
bf9f3bac 14296
bf9f3bac 14297
6ae7fef5 14298 #include <linux/mm.h>
bf9f3bac 14299
6ae7fef5
BB
14300int
14301main (void)
14302{
14303
14304 enum zone_stat_item zsi;
14305 zsi = NR_ACTIVE_FILE;
14306
14307 ;
14308 return 0;
14309}
14310
14311_ACEOF
14312
14313
14314 rm -Rf build && mkdir -p build
14315 echo "obj-m := conftest.o" >build/Makefile
14316 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
14317 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14318 (eval $ac_try) 2>&5
14319 ac_status=$?
8934764e 14320 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14321 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14322 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14323 (eval $ac_try) 2>&5
14324 ac_status=$?
8934764e 14325 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14326 (exit $ac_status); }; }; then
14327
8934764e
BB
14328 { $as_echo "$as_me:$LINENO: result: yes" >&5
14329$as_echo "yes" >&6; }
6ae7fef5
BB
14330
14331cat >>confdefs.h <<\_ACEOF
14332#define HAVE_ZONE_STAT_ITEM_NR_ACTIVE_FILE 1
14333_ACEOF
14334
14335
14336else
8934764e 14337 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
14338sed 's/^/| /' conftest.$ac_ext >&5
14339
8934764e
BB
14340 { $as_echo "$as_me:$LINENO: result: no" >&5
14341$as_echo "no" >&6; }
6ae7fef5
BB
14342
14343
14344
14345fi
14346
14347 rm -Rf build
14348
14349
14350
14351
8934764e
BB
14352 { $as_echo "$as_me:$LINENO: checking whether symbol get_zone_counts is needed" >&5
14353$as_echo_n "checking whether symbol get_zone_counts is needed... " >&6; }
6ae7fef5
BB
14354
14355
14356cat >conftest.c <<_ACEOF
14357/* confdefs.h. */
14358_ACEOF
14359cat confdefs.h >>conftest.$ac_ext
14360cat >>conftest.$ac_ext <<_ACEOF
14361/* end confdefs.h. */
14362
14363
14364
14365int
14366main (void)
14367{
14368
14369 #if !defined(HAVE_ZONE_STAT_ITEM_NR_FREE_PAGES)
14370 #error "global_page_state needs NR_FREE_PAGES"
14371 #endif
14372
14373 #if !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE) && \
14374 !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE_ANON) && \
14375 !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE_FILE)
14376 #error "global_page_state needs NR_ACTIVE*"
14377 #endif
14378
14379 #if !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE) && \
14380 !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE_ANON) && \
14381 !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE_FILE)
14382 #error "global_page_state needs NR_INACTIVE*"
14383 #endif
14384
14385 ;
14386 return 0;
14387}
14388
14389_ACEOF
14390
14391
14392 rm -Rf build && mkdir -p build
14393 echo "obj-m := conftest.o" >build/Makefile
14394 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
14395 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14396 (eval $ac_try) 2>&5
14397 ac_status=$?
8934764e 14398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14399 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14400 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14401 (eval $ac_try) 2>&5
14402 ac_status=$?
8934764e 14403 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14404 (exit $ac_status); }; }; then
14405
8934764e
BB
14406 { $as_echo "$as_me:$LINENO: result: no" >&5
14407$as_echo "no" >&6; }
6ae7fef5
BB
14408
14409else
8934764e 14410 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
14411sed 's/^/| /' conftest.$ac_ext >&5
14412
8934764e
BB
14413 { $as_echo "$as_me:$LINENO: result: yes" >&5
14414$as_echo "yes" >&6; }
6ae7fef5
BB
14415
14416cat >>confdefs.h <<\_ACEOF
14417#define NEED_GET_ZONE_COUNTS 1
14418_ACEOF
14419
14420
8934764e
BB
14421 { $as_echo "$as_me:$LINENO: checking whether symbol get_zone_counts is exported" >&5
14422$as_echo_n "checking whether symbol get_zone_counts is exported... " >&6; }
6ae7fef5
BB
14423 grep -q -E '[[:space:]]get_zone_counts[[:space:]]' \
14424 $LINUX_OBJ/Module*.symvers 2>/dev/null
14425 rc=$?
14426 if test $rc -ne 0; then
14427 export=0
14428 for file in ; do
14429 grep -q -E "EXPORT_SYMBOL.*(get_zone_counts)" \
14430 "$LINUX_OBJ/$file" 2>/dev/null
14431 rc=$?
14432 if test $rc -eq 0; then
14433 export=1
14434 break;
14435 fi
14436 done
14437 if test $export -eq 0; then
8934764e
BB
14438 { $as_echo "$as_me:$LINENO: result: no" >&5
14439$as_echo "no" >&6; }
6ae7fef5
BB
14440
14441 else
8934764e
BB
14442 { $as_echo "$as_me:$LINENO: result: yes" >&5
14443$as_echo "yes" >&6; }
6ae7fef5
BB
14444
14445cat >>confdefs.h <<\_ACEOF
14446#define HAVE_GET_ZONE_COUNTS 1
14447_ACEOF
14448
14449 fi
14450 else
8934764e
BB
14451 { $as_echo "$as_me:$LINENO: result: yes" >&5
14452$as_echo "yes" >&6; }
6ae7fef5
BB
14453
14454cat >>confdefs.h <<\_ACEOF
14455#define HAVE_GET_ZONE_COUNTS 1
14456_ACEOF
14457
14458 fi
14459
14460
14461
14462
51a727e9
BB
14463fi
14464
14465 rm -Rf build
14466
14467
14468
14469
8934764e
BB
14470 { $as_echo "$as_me:$LINENO: checking whether symbol set_fs_pwd is exported" >&5
14471$as_echo_n "checking whether symbol set_fs_pwd is exported... " >&6; }
51a727e9
BB
14472 grep -q -E '[[:space:]]set_fs_pwd[[:space:]]' \
14473 $LINUX_OBJ/Module*.symvers 2>/dev/null
14474 rc=$?
14475 if test $rc -ne 0; then
14476 export=0
14477 for file in ; do
14478 grep -q -E "EXPORT_SYMBOL.*(set_fs_pwd)" \
14479 "$LINUX_OBJ/$file" 2>/dev/null
14480 rc=$?
14481 if test $rc -eq 0; then
14482 export=1
14483 break;
14484 fi
14485 done
14486 if test $export -eq 0; then
8934764e
BB
14487 { $as_echo "$as_me:$LINENO: result: no" >&5
14488$as_echo "no" >&6; }
51a727e9
BB
14489
14490 else
8934764e
BB
14491 { $as_echo "$as_me:$LINENO: result: yes" >&5
14492$as_echo "yes" >&6; }
51a727e9
BB
14493
14494cat >>confdefs.h <<\_ACEOF
14495#define HAVE_SET_FS_PWD 1
14496_ACEOF
14497
14498 fi
14499 else
8934764e
BB
14500 { $as_echo "$as_me:$LINENO: result: yes" >&5
14501$as_echo "yes" >&6; }
51a727e9
BB
14502
14503cat >>confdefs.h <<\_ACEOF
14504#define HAVE_SET_FS_PWD 1
14505_ACEOF
14506
14507 fi
14508
14509
8934764e
BB
14510 { $as_echo "$as_me:$LINENO: checking whether set_fs_pwd() wants 2 args" >&5
14511$as_echo_n "checking whether set_fs_pwd() wants 2 args... " >&6; }
51a727e9
BB
14512
14513
14514cat >conftest.c <<_ACEOF
14515/* confdefs.h. */
14516_ACEOF
14517cat confdefs.h >>conftest.$ac_ext
14518cat >>conftest.$ac_ext <<_ACEOF
14519/* end confdefs.h. */
14520
14521
14522 #include <linux/sched.h>
baf2979e 14523 #include <linux/fs_struct.h>
51a727e9
BB
14524
14525int
14526main (void)
14527{
14528
14529 set_fs_pwd(NULL, NULL);
14530
14531 ;
14532 return 0;
14533}
14534
14535_ACEOF
14536
14537
14538 rm -Rf build && mkdir -p build
14539 echo "obj-m := conftest.o" >build/Makefile
14540 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
14541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14542 (eval $ac_try) 2>&5
14543 ac_status=$?
8934764e 14544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
51a727e9
BB
14545 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14546 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14547 (eval $ac_try) 2>&5
14548 ac_status=$?
8934764e 14549 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
51a727e9
BB
14550 (exit $ac_status); }; }; then
14551
8934764e
BB
14552 { $as_echo "$as_me:$LINENO: result: yes" >&5
14553$as_echo "yes" >&6; }
51a727e9
BB
14554
14555cat >>confdefs.h <<\_ACEOF
14556#define HAVE_2ARGS_SET_FS_PWD 1
14557_ACEOF
14558
14559
14560else
8934764e 14561 $as_echo "$as_me: failed program was:" >&5
51a727e9
BB
14562sed 's/^/| /' conftest.$ac_ext >&5
14563
8934764e
BB
14564 { $as_echo "$as_me:$LINENO: result: no" >&5
14565$as_echo "no" >&6; }
51a727e9
BB
14566
14567
14568
6ae7fef5
BB
14569fi
14570
14571 rm -Rf build
14572
14573
14574
8934764e
BB
14575 { $as_echo "$as_me:$LINENO: checking whether vfs_unlink() wants 2 args" >&5
14576$as_echo_n "checking whether vfs_unlink() wants 2 args... " >&6; }
6ae7fef5
BB
14577
14578
14579cat >conftest.c <<_ACEOF
14580/* confdefs.h. */
14581_ACEOF
14582cat confdefs.h >>conftest.$ac_ext
14583cat >>conftest.$ac_ext <<_ACEOF
14584/* end confdefs.h. */
14585
14586
14587 #include <linux/fs.h>
14588
14589int
14590main (void)
14591{
14592
14593 vfs_unlink(NULL, NULL);
14594
14595 ;
14596 return 0;
14597}
14598
14599_ACEOF
14600
14601
14602 rm -Rf build && mkdir -p build
14603 echo "obj-m := conftest.o" >build/Makefile
14604 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
14605 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14606 (eval $ac_try) 2>&5
14607 ac_status=$?
8934764e 14608 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14609 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14610 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14611 (eval $ac_try) 2>&5
14612 ac_status=$?
8934764e 14613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14614 (exit $ac_status); }; }; then
14615
8934764e
BB
14616 { $as_echo "$as_me:$LINENO: result: yes" >&5
14617$as_echo "yes" >&6; }
6ae7fef5
BB
14618
14619cat >>confdefs.h <<\_ACEOF
14620#define HAVE_2ARGS_VFS_UNLINK 1
14621_ACEOF
14622
14623
14624else
8934764e 14625 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
14626sed 's/^/| /' conftest.$ac_ext >&5
14627
8934764e
BB
14628 { $as_echo "$as_me:$LINENO: result: no" >&5
14629$as_echo "no" >&6; }
6ae7fef5
BB
14630
14631
14632
14633fi
14634
14635 rm -Rf build
14636
14637
14638
8934764e
BB
14639 { $as_echo "$as_me:$LINENO: checking whether vfs_rename() wants 4 args" >&5
14640$as_echo_n "checking whether vfs_rename() wants 4 args... " >&6; }
6ae7fef5
BB
14641
14642
14643cat >conftest.c <<_ACEOF
14644/* confdefs.h. */
14645_ACEOF
14646cat confdefs.h >>conftest.$ac_ext
14647cat >>conftest.$ac_ext <<_ACEOF
14648/* end confdefs.h. */
14649
14650
14651 #include <linux/fs.h>
14652
14653int
14654main (void)
14655{
14656
14657 vfs_rename(NULL, NULL, NULL, NULL);
14658
14659 ;
14660 return 0;
14661}
14662
14663_ACEOF
14664
14665
14666 rm -Rf build && mkdir -p build
14667 echo "obj-m := conftest.o" >build/Makefile
14668 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
14669 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14670 (eval $ac_try) 2>&5
14671 ac_status=$?
8934764e 14672 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14673 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14675 (eval $ac_try) 2>&5
14676 ac_status=$?
8934764e 14677 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14678 (exit $ac_status); }; }; then
14679
8934764e
BB
14680 { $as_echo "$as_me:$LINENO: result: yes" >&5
14681$as_echo "yes" >&6; }
6ae7fef5
BB
14682
14683cat >>confdefs.h <<\_ACEOF
14684#define HAVE_4ARGS_VFS_RENAME 1
14685_ACEOF
14686
14687
14688else
8934764e 14689 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
14690sed 's/^/| /' conftest.$ac_ext >&5
14691
8934764e
BB
14692 { $as_echo "$as_me:$LINENO: result: no" >&5
14693$as_echo "no" >&6; }
6ae7fef5
BB
14694
14695
14696
14697fi
14698
14699 rm -Rf build
14700
14701
14702
14703
8934764e
BB
14704 { $as_echo "$as_me:$LINENO: checking whether struct cred exists" >&5
14705$as_echo_n "checking whether struct cred exists... " >&6; }
6ae7fef5
BB
14706
14707
14708cat >conftest.c <<_ACEOF
14709/* confdefs.h. */
14710_ACEOF
14711cat confdefs.h >>conftest.$ac_ext
14712cat >>conftest.$ac_ext <<_ACEOF
14713/* end confdefs.h. */
14714
14715
14716 #include <linux/cred.h>
14717
14718int
14719main (void)
14720{
14721
14722 struct cred *cr;
14723 cr = NULL;
14724
14725 ;
14726 return 0;
14727}
14728
14729_ACEOF
14730
14731
14732 rm -Rf build && mkdir -p build
14733 echo "obj-m := conftest.o" >build/Makefile
14734 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
14735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14736 (eval $ac_try) 2>&5
14737 ac_status=$?
8934764e 14738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14739 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14741 (eval $ac_try) 2>&5
14742 ac_status=$?
8934764e 14743 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14744 (exit $ac_status); }; }; then
14745
8934764e
BB
14746 { $as_echo "$as_me:$LINENO: result: yes" >&5
14747$as_echo "yes" >&6; }
6ae7fef5
BB
14748
14749cat >>confdefs.h <<\_ACEOF
14750#define HAVE_CRED_STRUCT 1
14751_ACEOF
14752
14753
14754else
8934764e 14755 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
14756sed 's/^/| /' conftest.$ac_ext >&5
14757
8934764e
BB
14758 { $as_echo "$as_me:$LINENO: result: no" >&5
14759$as_echo "no" >&6; }
6ae7fef5
BB
14760
14761
14762
14763fi
14764
14765 rm -Rf build
14766
14767
14768
14769
8934764e
BB
14770 { $as_echo "$as_me:$LINENO: checking whether symbol groups_search is exported" >&5
14771$as_echo_n "checking whether symbol groups_search is exported... " >&6; }
6ae7fef5
BB
14772 grep -q -E '[[:space:]]groups_search[[:space:]]' \
14773 $LINUX_OBJ/Module*.symvers 2>/dev/null
14774 rc=$?
14775 if test $rc -ne 0; then
14776 export=0
14777 for file in ; do
14778 grep -q -E "EXPORT_SYMBOL.*(groups_search)" \
14779 "$LINUX_OBJ/$file" 2>/dev/null
14780 rc=$?
14781 if test $rc -eq 0; then
14782 export=1
14783 break;
14784 fi
14785 done
14786 if test $export -eq 0; then
8934764e
BB
14787 { $as_echo "$as_me:$LINENO: result: no" >&5
14788$as_echo "no" >&6; }
6ae7fef5
BB
14789
14790 else
8934764e
BB
14791 { $as_echo "$as_me:$LINENO: result: yes" >&5
14792$as_echo "yes" >&6; }
6ae7fef5
BB
14793
14794cat >>confdefs.h <<\_ACEOF
14795#define HAVE_GROUPS_SEARCH 1
14796_ACEOF
14797
14798 fi
14799 else
8934764e
BB
14800 { $as_echo "$as_me:$LINENO: result: yes" >&5
14801$as_echo "yes" >&6; }
6ae7fef5
BB
14802
14803cat >>confdefs.h <<\_ACEOF
14804#define HAVE_GROUPS_SEARCH 1
14805_ACEOF
14806
14807 fi
14808
14809
e811949a 14810
8934764e
BB
14811 { $as_echo "$as_me:$LINENO: checking whether symbol __put_task_struct is exported" >&5
14812$as_echo_n "checking whether symbol __put_task_struct is exported... " >&6; }
e811949a
BB
14813 grep -q -E '[[:space:]]__put_task_struct[[:space:]]' \
14814 $LINUX_OBJ/Module*.symvers 2>/dev/null
14815 rc=$?
14816 if test $rc -ne 0; then
14817 export=0
14818 for file in ; do
14819 grep -q -E "EXPORT_SYMBOL.*(__put_task_struct)" \
14820 "$LINUX_OBJ/$file" 2>/dev/null
14821 rc=$?
14822 if test $rc -eq 0; then
14823 export=1
14824 break;
14825 fi
14826 done
14827 if test $export -eq 0; then
8934764e
BB
14828 { $as_echo "$as_me:$LINENO: result: no" >&5
14829$as_echo "no" >&6; }
e811949a
BB
14830
14831 else
8934764e
BB
14832 { $as_echo "$as_me:$LINENO: result: yes" >&5
14833$as_echo "yes" >&6; }
e811949a
BB
14834
14835cat >>confdefs.h <<\_ACEOF
14836#define HAVE_PUT_TASK_STRUCT 1
14837_ACEOF
14838
14839 fi
14840 else
8934764e
BB
14841 { $as_echo "$as_me:$LINENO: result: yes" >&5
14842$as_echo "yes" >&6; }
e811949a
BB
14843
14844cat >>confdefs.h <<\_ACEOF
14845#define HAVE_PUT_TASK_STRUCT 1
14846_ACEOF
14847
14848 fi
14849
14850
3977f837 14851
8934764e
BB
14852 { $as_echo "$as_me:$LINENO: checking whether proc_handler() wants 5 args" >&5
14853$as_echo_n "checking whether proc_handler() wants 5 args... " >&6; }
3977f837
BB
14854
14855
14856cat >conftest.c <<_ACEOF
14857/* confdefs.h. */
14858_ACEOF
14859cat confdefs.h >>conftest.$ac_ext
14860cat >>conftest.$ac_ext <<_ACEOF
14861/* end confdefs.h. */
14862
14863
14864 #include <linux/sysctl.h>
14865
14866int
14867main (void)
14868{
14869
14870 proc_dostring(NULL, 0, NULL, NULL, NULL);
14871
14872 ;
14873 return 0;
14874}
14875
14876_ACEOF
14877
14878
14879 rm -Rf build && mkdir -p build
14880 echo "obj-m := conftest.o" >build/Makefile
14881 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
14882 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14883 (eval $ac_try) 2>&5
14884 ac_status=$?
8934764e 14885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3977f837
BB
14886 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14887 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14888 (eval $ac_try) 2>&5
14889 ac_status=$?
8934764e 14890 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3977f837
BB
14891 (exit $ac_status); }; }; then
14892
8934764e
BB
14893 { $as_echo "$as_me:$LINENO: result: yes" >&5
14894$as_echo "yes" >&6; }
3977f837
BB
14895
14896cat >>confdefs.h <<\_ACEOF
14897#define HAVE_5ARGS_PROC_HANDLER 1
14898_ACEOF
14899
14900
14901else
8934764e 14902 $as_echo "$as_me: failed program was:" >&5
3977f837
BB
14903sed 's/^/| /' conftest.$ac_ext >&5
14904
8934764e
BB
14905 { $as_echo "$as_me:$LINENO: result: no" >&5
14906$as_echo "no" >&6; }
3977f837
BB
14907
14908
14909
14910fi
14911
14912 rm -Rf build
14913
14914
14915
b868e22f
BB
14916
14917 { $as_echo "$as_me:$LINENO: checking whether symbol kvasprintf is exported" >&5
14918$as_echo_n "checking whether symbol kvasprintf is exported... " >&6; }
14919 grep -q -E '[[:space:]]kvasprintf[[:space:]]' \
14920 $LINUX_OBJ/Module*.symvers 2>/dev/null
14921 rc=$?
14922 if test $rc -ne 0; then
14923 export=0
14924 for file in ; do
14925 grep -q -E "EXPORT_SYMBOL.*(kvasprintf)" \
14926 "$LINUX_OBJ/$file" 2>/dev/null
14927 rc=$?
14928 if test $rc -eq 0; then
14929 export=1
14930 break;
14931 fi
14932 done
14933 if test $export -eq 0; then
14934 { $as_echo "$as_me:$LINENO: result: no" >&5
14935$as_echo "no" >&6; }
14936
14937 else
14938 { $as_echo "$as_me:$LINENO: result: yes" >&5
14939$as_echo "yes" >&6; }
14940
14941cat >>confdefs.h <<\_ACEOF
14942#define HAVE_KVASPRINTF 1
14943_ACEOF
14944
14945 fi
14946 else
14947 { $as_echo "$as_me:$LINENO: result: yes" >&5
14948$as_echo "yes" >&6; }
14949
14950cat >>confdefs.h <<\_ACEOF
14951#define HAVE_KVASPRINTF 1
14952_ACEOF
14953
14954 fi
14955
14956
6ae7fef5
BB
14957 ;;
14958 user) ;;
14959 all)
14960
14961
8934764e 14962# Check whether --with-linux was given.
6ae7fef5 14963if test "${with_linux+set}" = set; then
8934764e
BB
14964 withval=$with_linux; kernelsrc="$withval"
14965fi
6ae7fef5
BB
14966
14967
8934764e
BB
14968
14969# Check whether --with-linux-obj was given.
6ae7fef5 14970if test "${with_linux_obj+set}" = set; then
8934764e
BB
14971 withval=$with_linux_obj; kernelbuild="$withval"
14972fi
6ae7fef5 14973
8934764e
BB
14974
14975 { $as_echo "$as_me:$LINENO: checking kernel source directory" >&5
14976$as_echo_n "checking kernel source directory... " >&6; }
6ae7fef5 14977 if test -z "$kernelsrc"; then
534c4e38
BM
14978 headersdir="/lib/modules/$(uname -r)/build"
14979 if test -e "$headersdir"; then
14980 sourcelink=$(readlink -f "$headersdir")
14981 else
14982 sourcelink=$(ls -1d /usr/src/kernels/* \
14983 /usr/src/linux-* \
14984 2>/dev/null | grep -v obj | tail -1)
14985 fi
6ae7fef5
BB
14986
14987 if test -e ${sourcelink}; then
14988 kernelsrc=`readlink -f ${sourcelink}`
14989 else
8934764e
BB
14990 { $as_echo "$as_me:$LINENO: result: Not found" >&5
14991$as_echo "Not found" >&6; }
14992 { { $as_echo "$as_me:$LINENO: error:
6ae7fef5
BB
14993 *** Please specify the location of the kernel source
14994 *** with the '--with-linux=PATH' option" >&5
8934764e 14995$as_echo "$as_me: error:
6ae7fef5
BB
14996 *** Please specify the location of the kernel source
14997 *** with the '--with-linux=PATH' option" >&2;}
14998 { (exit 1); exit 1; }; }
14999 fi
15000 else
15001 if test "$kernelsrc" = "NONE"; then
15002 kernsrcver=NONE
15003 fi
15004 fi
15005
8934764e
BB
15006 { $as_echo "$as_me:$LINENO: result: $kernelsrc" >&5
15007$as_echo "$kernelsrc" >&6; }
15008 { $as_echo "$as_me:$LINENO: checking kernel build directory" >&5
15009$as_echo_n "checking kernel build directory... " >&6; }
6ae7fef5
BB
15010 if test -z "$kernelbuild"; then
15011 if test -d ${kernelsrc}-obj/`arch`/`arch`; then
15012 kernelbuild=${kernelsrc}-obj/`arch`/`arch`
15013 elif test -d ${kernelsrc}-obj/`arch`/default; then
15014 kernelbuild=${kernelsrc}-obj/`arch`/default
15015 elif test -d `dirname ${kernelsrc}`/build-`arch`; then
15016 kernelbuild=`dirname ${kernelsrc}`/build-`arch`
15017 else
15018 kernelbuild=${kernelsrc}
15019 fi
15020 fi
8934764e
BB
15021 { $as_echo "$as_me:$LINENO: result: $kernelbuild" >&5
15022$as_echo "$kernelbuild" >&6; }
6ae7fef5 15023
8934764e
BB
15024 { $as_echo "$as_me:$LINENO: checking kernel source version" >&5
15025$as_echo_n "checking kernel source version... " >&6; }
fd921c2e
BB
15026 utsrelease1=$kernelbuild/include/linux/version.h
15027 utsrelease2=$kernelbuild/include/linux/utsrelease.h
15028 utsrelease3=$kernelbuild/include/generated/utsrelease.h
15029 if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then
15030 utsrelease=linux/version.h
15031 elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then
15032 utsrelease=linux/utsrelease.h
15033 elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then
15034 utsrelease=generated/utsrelease.h
15035 fi
6ae7fef5 15036
fd921c2e
BB
15037 if test "$utsrelease"; then
15038 kernsrcver=`(echo "#include <$utsrelease>";
6ae7fef5
BB
15039 echo "kernsrcver=UTS_RELEASE") |
15040 cpp -I $kernelbuild/include |
15041 grep "^kernsrcver=" | cut -d \" -f 2`
6ae7fef5 15042
fd921c2e
BB
15043 if test -z "$kernsrcver"; then
15044 { $as_echo "$as_me:$LINENO: result: Not found" >&5
15045$as_echo "Not found" >&6; }
15046 { { $as_echo "$as_me:$LINENO: error: *** Cannot determine kernel version." >&5
15047$as_echo "$as_me: error: *** Cannot determine kernel version." >&2;}
15048 { (exit 1); exit 1; }; }
15049 fi
15050 else
8934764e
BB
15051 { $as_echo "$as_me:$LINENO: result: Not found" >&5
15052$as_echo "Not found" >&6; }
fd921c2e
BB
15053 { { $as_echo "$as_me:$LINENO: error: *** Cannot find UTS_RELEASE definition." >&5
15054$as_echo "$as_me: error: *** Cannot find UTS_RELEASE definition." >&2;}
bf9f3bac 15055 { (exit 1); exit 1; }; }
15056 fi
15057
8934764e
BB
15058 { $as_echo "$as_me:$LINENO: result: $kernsrcver" >&5
15059$as_echo "$kernsrcver" >&6; }
bf9f3bac 15060
bf9f3bac 15061 LINUX=${kernelsrc}
15062 LINUX_OBJ=${kernelbuild}
c5f70460
BB
15063 LINUX_VERSION=${kernsrcver}
15064
bf9f3bac 15065
15066
15067
15068
15069
bb339d06 15070 modpost=$LINUX/scripts/Makefile.modpost
8934764e
BB
15071 { $as_echo "$as_me:$LINENO: checking kernel file name for module symbols" >&5
15072$as_echo_n "checking kernel file name for module symbols... " >&6; }
bb339d06
BB
15073 if test -f "$modpost"; then
15074 if grep -q Modules.symvers $modpost; then
15075 LINUX_SYMBOLS=Modules.symvers
15076 else
15077 LINUX_SYMBOLS=Module.symvers
15078 fi
2e0e7e69 15079 else
bb339d06 15080 LINUX_SYMBOLS=NONE
2e0e7e69 15081 fi
8934764e
BB
15082 { $as_echo "$as_me:$LINENO: result: $LINUX_SYMBOLS" >&5
15083$as_echo "$LINUX_SYMBOLS" >&6; }
2e0e7e69
BB
15084
15085
15086
86933a6e 15087
86933a6e 15088 abs_srcdir=`readlink -f ${srcdir}`
c950d148 15089 KERNELCPPFLAGS="$KERNELCPPFLAGS -Wstrict-prototypes"
16b719f0
BB
15090 KERNELCPPFLAGS="$KERNELCPPFLAGS -I${abs_srcdir}/include"
15091 KERNELCPPFLAGS="$KERNELCPPFLAGS -include ${abs_srcdir}/spl_config.h"
86933a6e
BB
15092
15093 if test "${LINUX_OBJ}" != "${LINUX}"; then
15094 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
15095 fi
15096
15097
15098
bf9f3bac 15099
15100
c950d148
BB
15101 { $as_echo "$as_me:$LINENO: checking whether debugging is enabled" >&5
15102$as_echo_n "checking whether debugging is enabled... " >&6; }
8934764e 15103 # Check whether --enable-debug was given.
bf9f3bac 15104if test "${enable_debug+set}" = set; then
8934764e 15105 enableval=$enable_debug;
055ffd98
BB
15106else
15107 enable_debug=no
8934764e
BB
15108fi
15109
055ffd98
BB
15110
15111 if test "x$enable_debug" = xyes; then
c950d148
BB
15112
15113
15114cat >>confdefs.h <<\_ACEOF
15115#define DEBUG 1
15116_ACEOF
15117
15118 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG -Werror"
15119 DEBUG_CFLAGS="-DDEBUG -Werror"
15120
055ffd98 15121else
c950d148
BB
15122
15123
15124cat >>confdefs.h <<\_ACEOF
15125#define NDEBUG 1
15126_ACEOF
15127
15128 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DNDEBUG"
15129 DEBUG_CFLAGS="-DNDEBUG"
15130
055ffd98
BB
15131fi
15132
15133
c950d148 15134
8934764e
BB
15135 { $as_echo "$as_me:$LINENO: result: $enable_debug" >&5
15136$as_echo "$enable_debug" >&6; }
bf9f3bac 15137
15138
8934764e 15139 # Check whether --enable-debug-kmem was given.
bf9f3bac 15140if test "${enable_debug_kmem+set}" = set; then
8934764e 15141 enableval=$enable_debug_kmem;
055ffd98
BB
15142else
15143 enable_debug_kmem=yes
8934764e
BB
15144fi
15145
055ffd98
BB
15146
15147 if test "x$enable_debug_kmem" = xyes; then
bf9f3bac 15148
15149cat >>confdefs.h <<\_ACEOF
15150#define DEBUG_KMEM 1
15151_ACEOF
15152
15153 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM"
055ffd98 15154fi
bf9f3bac 15155
bf9f3bac 15156
8934764e
BB
15157 { $as_echo "$as_me:$LINENO: checking whether basic kmem accounting is enabled" >&5
15158$as_echo_n "checking whether basic kmem accounting is enabled... " >&6; }
15159 { $as_echo "$as_me:$LINENO: result: $enable_debug_kmem" >&5
15160$as_echo "$enable_debug_kmem" >&6; }
bf9f3bac 15161
15162
8934764e 15163 # Check whether --enable-debug-kmem-tracking was given.
055ffd98 15164if test "${enable_debug_kmem_tracking+set}" = set; then
8934764e 15165 enableval=$enable_debug_kmem_tracking;
055ffd98
BB
15166else
15167 enable_debug_kmem_tracking=no
8934764e
BB
15168fi
15169
055ffd98
BB
15170
15171 if test "x$enable_debug_kmem_tracking" = xyes; then
bf9f3bac 15172
15173cat >>confdefs.h <<\_ACEOF
055ffd98 15174#define DEBUG_KMEM_TRACKING 1
bf9f3bac 15175_ACEOF
15176
055ffd98
BB
15177 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM_TRACKING"
15178fi
15179
15180
8934764e
BB
15181 { $as_echo "$as_me:$LINENO: checking whether detailed kmem tracking is enabled" >&5
15182$as_echo_n "checking whether detailed kmem tracking is enabled... " >&6; }
15183 { $as_echo "$as_me:$LINENO: result: $enable_debug_kmem_tracking" >&5
15184$as_echo "$enable_debug_kmem_tracking" >&6; }
bf9f3bac 15185
5e9b5d83 15186
8934764e 15187 # Check whether --enable-atomic-spinlocks was given.
5e9b5d83 15188if test "${enable_atomic_spinlocks+set}" = set; then
8934764e 15189 enableval=$enable_atomic_spinlocks;
5e9b5d83 15190else
d04c8a56 15191 enable_atomic_spinlocks=check
8934764e
BB
15192fi
15193
5e9b5d83 15194
bf9f3bac 15195
15196
15197cat >conftest.c <<_ACEOF
15198/* confdefs.h. */
15199_ACEOF
15200cat confdefs.h >>conftest.$ac_ext
15201cat >>conftest.$ac_ext <<_ACEOF
15202/* end confdefs.h. */
15203
15204
d04c8a56 15205 #include <asm/atomic.h>
bf9f3bac 15206
15207int
15208main (void)
15209{
15210
d04c8a56 15211 atomic64_t *ptr;
bf9f3bac 15212
15213 ;
15214 return 0;
15215}
15216
15217_ACEOF
15218
c5f70460
BB
15219
15220 rm -Rf build && mkdir -p build
15221 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15222 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 15223 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15224 (eval $ac_try) 2>&5
15225 ac_status=$?
8934764e 15226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15227 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15228 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15229 (eval $ac_try) 2>&5
15230 ac_status=$?
8934764e 15231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15232 (exit $ac_status); }; }; then
15233
d04c8a56 15234 have_atomic64_t=yes
bf9f3bac 15235
15236cat >>confdefs.h <<\_ACEOF
d04c8a56 15237#define HAVE_ATOMIC64_T 1
bf9f3bac 15238_ACEOF
15239
15240
15241else
8934764e 15242 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15243sed 's/^/| /' conftest.$ac_ext >&5
15244
d04c8a56 15245 have_atomic64_t=no
bf9f3bac 15246
c5f70460
BB
15247
15248
bf9f3bac 15249fi
c5f70460
BB
15250
15251 rm -Rf build
15252
bf9f3bac 15253
15254
d04c8a56
BB
15255 if test "x$enable_atomic_spinlocks" = xcheck; then
15256
15257 if test "x$have_atomic64_t" = xyes; then
15258
15259 enable_atomic_spinlocks=no
15260
15261else
15262
15263 enable_atomic_spinlocks=yes
15264
15265fi
15266
15267
15268fi
15269
15270
15271 if test "x$enable_atomic_spinlocks" = xyes; then
15272
15273
15274cat >>confdefs.h <<\_ACEOF
15275#define ATOMIC_SPINLOCK 1
15276_ACEOF
15277
15278
15279else
15280
15281 if test "x$have_atomic64_t" = xno; then
15282
8934764e
BB
15283 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15284$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15285{ { $as_echo "$as_me:$LINENO: error: --disable-atomic-spinlocks given but required atomic64 support is unavailable
d04c8a56 15286See \`config.log' for more details." >&5
8934764e 15287$as_echo "$as_me: error: --disable-atomic-spinlocks given but required atomic64 support is unavailable
d04c8a56 15288See \`config.log' for more details." >&2;}
8934764e 15289 { (exit 1); exit 1; }; }; }
d04c8a56
BB
15290
15291fi
15292
15293
15294fi
15295
15296
8934764e
BB
15297 { $as_echo "$as_me:$LINENO: checking whether atomic types use spinlocks" >&5
15298$as_echo_n "checking whether atomic types use spinlocks... " >&6; }
15299 { $as_echo "$as_me:$LINENO: result: $enable_atomic_spinlocks" >&5
15300$as_echo "$enable_atomic_spinlocks" >&6; }
d04c8a56 15301
8934764e
BB
15302 { $as_echo "$as_me:$LINENO: checking whether kernel defines atomic64_t" >&5
15303$as_echo_n "checking whether kernel defines atomic64_t... " >&6; }
15304 { $as_echo "$as_me:$LINENO: result: $have_atomic64_t" >&5
15305$as_echo "$have_atomic64_t" >&6; }
d04c8a56 15306
8934764e
BB
15307 { $as_echo "$as_me:$LINENO: checking whether kernel defines atomic64_cmpxchg" >&5
15308$as_echo_n "checking whether kernel defines atomic64_cmpxchg... " >&6; }
bf9f3bac 15309
15310
15311cat >conftest.c <<_ACEOF
15312/* confdefs.h. */
15313_ACEOF
15314cat confdefs.h >>conftest.$ac_ext
15315cat >>conftest.$ac_ext <<_ACEOF
15316/* end confdefs.h. */
15317
15318
15319 #include <asm/atomic.h>
15320
15321int
15322main (void)
15323{
15324
d04c8a56 15325 atomic64_cmpxchg((atomic64_t *)NULL, 0, 0);
bf9f3bac 15326
15327 ;
15328 return 0;
15329}
15330
15331_ACEOF
15332
c5f70460
BB
15333
15334 rm -Rf build && mkdir -p build
15335 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15336 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 15337 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15338 (eval $ac_try) 2>&5
15339 ac_status=$?
8934764e 15340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15341 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15342 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15343 (eval $ac_try) 2>&5
15344 ac_status=$?
8934764e 15345 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15346 (exit $ac_status); }; }; then
15347
8934764e
BB
15348 { $as_echo "$as_me:$LINENO: result: yes" >&5
15349$as_echo "yes" >&6; }
bf9f3bac 15350
15351cat >>confdefs.h <<\_ACEOF
d04c8a56 15352#define HAVE_ATOMIC64_CMPXCHG 1
bf9f3bac 15353_ACEOF
15354
15355
302b88e6 15356else
8934764e 15357 $as_echo "$as_me: failed program was:" >&5
302b88e6
BB
15358sed 's/^/| /' conftest.$ac_ext >&5
15359
8934764e
BB
15360 { $as_echo "$as_me:$LINENO: result: no" >&5
15361$as_echo "no" >&6; }
302b88e6
BB
15362
15363
15364
15365fi
15366
15367 rm -Rf build
15368
15369
15370
8934764e
BB
15371 { $as_echo "$as_me:$LINENO: checking whether kernel defines atomic64_xchg" >&5
15372$as_echo_n "checking whether kernel defines atomic64_xchg... " >&6; }
302b88e6
BB
15373
15374
15375cat >conftest.c <<_ACEOF
15376/* confdefs.h. */
15377_ACEOF
15378cat confdefs.h >>conftest.$ac_ext
15379cat >>conftest.$ac_ext <<_ACEOF
15380/* end confdefs.h. */
15381
15382
15383 #include <asm/atomic.h>
15384
15385int
15386main (void)
15387{
15388
d04c8a56 15389 atomic64_xchg((atomic64_t *)NULL, 0);
302b88e6
BB
15390
15391 ;
15392 return 0;
15393}
15394
15395_ACEOF
15396
15397
15398 rm -Rf build && mkdir -p build
15399 echo "obj-m := conftest.o" >build/Makefile
15400 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
15401 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15402 (eval $ac_try) 2>&5
15403 ac_status=$?
8934764e 15404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
15405 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15406 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15407 (eval $ac_try) 2>&5
15408 ac_status=$?
8934764e 15409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
15410 (exit $ac_status); }; }; then
15411
8934764e
BB
15412 { $as_echo "$as_me:$LINENO: result: yes" >&5
15413$as_echo "yes" >&6; }
302b88e6
BB
15414
15415cat >>confdefs.h <<\_ACEOF
d04c8a56 15416#define HAVE_ATOMIC64_XCHG 1
302b88e6
BB
15417_ACEOF
15418
15419
15420else
8934764e 15421 $as_echo "$as_me: failed program was:" >&5
302b88e6
BB
15422sed 's/^/| /' conftest.$ac_ext >&5
15423
8934764e
BB
15424 { $as_echo "$as_me:$LINENO: result: no" >&5
15425$as_echo "no" >&6; }
302b88e6
BB
15426
15427
15428
15429fi
15430
15431 rm -Rf build
15432
15433
15434
8934764e
BB
15435 { $as_echo "$as_me:$LINENO: checking whether kernel defines uintptr_t" >&5
15436$as_echo_n "checking whether kernel defines uintptr_t... " >&6; }
302b88e6
BB
15437
15438
15439cat >conftest.c <<_ACEOF
15440/* confdefs.h. */
15441_ACEOF
15442cat confdefs.h >>conftest.$ac_ext
15443cat >>conftest.$ac_ext <<_ACEOF
15444/* end confdefs.h. */
15445
15446
d04c8a56 15447 #include <linux/types.h>
302b88e6
BB
15448
15449int
15450main (void)
15451{
15452
d04c8a56 15453 uintptr_t *ptr;
302b88e6
BB
15454
15455 ;
15456 return 0;
15457}
15458
15459_ACEOF
15460
15461
15462 rm -Rf build && mkdir -p build
15463 echo "obj-m := conftest.o" >build/Makefile
15464 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
15465 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15466 (eval $ac_try) 2>&5
15467 ac_status=$?
8934764e 15468 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
15469 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15470 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15471 (eval $ac_try) 2>&5
15472 ac_status=$?
8934764e 15473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
15474 (exit $ac_status); }; }; then
15475
8934764e
BB
15476 { $as_echo "$as_me:$LINENO: result: yes" >&5
15477$as_echo "yes" >&6; }
302b88e6
BB
15478
15479cat >>confdefs.h <<\_ACEOF
d04c8a56 15480#define HAVE_UINTPTR_T 1
302b88e6
BB
15481_ACEOF
15482
15483
bf9f3bac 15484else
8934764e 15485 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15486sed 's/^/| /' conftest.$ac_ext >&5
15487
8934764e
BB
15488 { $as_echo "$as_me:$LINENO: result: no" >&5
15489$as_echo "no" >&6; }
bf9f3bac 15490
c5f70460
BB
15491
15492
bf9f3bac 15493fi
c5f70460
BB
15494
15495 rm -Rf build
15496
bf9f3bac 15497
15498
8934764e
BB
15499 { $as_echo "$as_me:$LINENO: checking whether INIT_WORK wants 3 args" >&5
15500$as_echo_n "checking whether INIT_WORK wants 3 args... " >&6; }
bf9f3bac 15501
15502
15503cat >conftest.c <<_ACEOF
15504/* confdefs.h. */
15505_ACEOF
15506cat confdefs.h >>conftest.$ac_ext
15507cat >>conftest.$ac_ext <<_ACEOF
15508/* end confdefs.h. */
15509
15510
15511 #include <linux/workqueue.h>
15512
15513int
15514main (void)
15515{
15516
15517 struct work_struct work;
15518 INIT_WORK(&work, NULL, NULL);
15519
15520 ;
15521 return 0;
15522}
15523
15524_ACEOF
15525
c5f70460
BB
15526
15527 rm -Rf build && mkdir -p build
15528 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15529 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 15530 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15531 (eval $ac_try) 2>&5
15532 ac_status=$?
8934764e 15533 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15534 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15535 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15536 (eval $ac_try) 2>&5
15537 ac_status=$?
8934764e 15538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15539 (exit $ac_status); }; }; then
15540
8934764e
BB
15541 { $as_echo "$as_me:$LINENO: result: yes" >&5
15542$as_echo "yes" >&6; }
bf9f3bac 15543
15544cat >>confdefs.h <<\_ACEOF
15545#define HAVE_3ARGS_INIT_WORK 1
15546_ACEOF
15547
15548
15549else
8934764e 15550 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15551sed 's/^/| /' conftest.$ac_ext >&5
15552
8934764e
BB
15553 { $as_echo "$as_me:$LINENO: result: no" >&5
15554$as_echo "no" >&6; }
bf9f3bac 15555
c5f70460
BB
15556
15557
bf9f3bac 15558fi
c5f70460
BB
15559
15560 rm -Rf build
15561
bf9f3bac 15562
15563
8934764e
BB
15564 { $as_echo "$as_me:$LINENO: checking whether register_sysctl_table() wants 2 args" >&5
15565$as_echo_n "checking whether register_sysctl_table() wants 2 args... " >&6; }
bf9f3bac 15566
15567
15568cat >conftest.c <<_ACEOF
15569/* confdefs.h. */
15570_ACEOF
15571cat confdefs.h >>conftest.$ac_ext
15572cat >>conftest.$ac_ext <<_ACEOF
15573/* end confdefs.h. */
15574
15575
15576 #include <linux/sysctl.h>
15577
15578int
15579main (void)
15580{
15581
15582 return register_sysctl_table(NULL,0);
15583
15584 ;
15585 return 0;
15586}
15587
15588_ACEOF
15589
c5f70460
BB
15590
15591 rm -Rf build && mkdir -p build
15592 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15593 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 15594 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15595 (eval $ac_try) 2>&5
15596 ac_status=$?
8934764e 15597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15598 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15599 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15600 (eval $ac_try) 2>&5
15601 ac_status=$?
8934764e 15602 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15603 (exit $ac_status); }; }; then
15604
8934764e
BB
15605 { $as_echo "$as_me:$LINENO: result: yes" >&5
15606$as_echo "yes" >&6; }
bf9f3bac 15607
15608cat >>confdefs.h <<\_ACEOF
15609#define HAVE_2ARGS_REGISTER_SYSCTL 1
15610_ACEOF
15611
15612
15613else
8934764e 15614 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15615sed 's/^/| /' conftest.$ac_ext >&5
15616
8934764e
BB
15617 { $as_echo "$as_me:$LINENO: result: no" >&5
15618$as_echo "no" >&6; }
bf9f3bac 15619
c5f70460
BB
15620
15621
bf9f3bac 15622fi
c5f70460
BB
15623
15624 rm -Rf build
15625
bf9f3bac 15626
15627
15628
8934764e
BB
15629 { $as_echo "$as_me:$LINENO: checking whether set_shrinker() available" >&5
15630$as_echo_n "checking whether set_shrinker() available... " >&6; }
bf9f3bac 15631
15632
15633cat >conftest.c <<_ACEOF
15634/* confdefs.h. */
15635_ACEOF
15636cat confdefs.h >>conftest.$ac_ext
15637cat >>conftest.$ac_ext <<_ACEOF
15638/* end confdefs.h. */
15639
15640
15641 #include <linux/mm.h>
15642
15643int
15644main (void)
15645{
15646
15647 return set_shrinker(DEFAULT_SEEKS, NULL);
15648
15649 ;
15650 return 0;
15651}
15652
15653_ACEOF
15654
c5f70460
BB
15655
15656 rm -Rf build && mkdir -p build
15657 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15658 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 15659 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15660 (eval $ac_try) 2>&5
15661 ac_status=$?
8934764e 15662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15663 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15664 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15665 (eval $ac_try) 2>&5
15666 ac_status=$?
8934764e 15667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15668 (exit $ac_status); }; }; then
15669
8934764e
BB
15670 { $as_echo "$as_me:$LINENO: result: yes" >&5
15671$as_echo "yes" >&6; }
bf9f3bac 15672
15673cat >>confdefs.h <<\_ACEOF
15674#define HAVE_SET_SHRINKER 1
15675_ACEOF
15676
15677
15678else
8934764e 15679 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15680sed 's/^/| /' conftest.$ac_ext >&5
15681
8934764e
BB
15682 { $as_echo "$as_me:$LINENO: result: no" >&5
15683$as_echo "no" >&6; }
bf9f3bac 15684
c5f70460
BB
15685
15686
bf9f3bac 15687fi
c5f70460
BB
15688
15689 rm -Rf build
15690
bf9f3bac 15691
15692
8934764e
BB
15693 { $as_echo "$as_me:$LINENO: checking whether struct path used in struct nameidata" >&5
15694$as_echo_n "checking whether struct path used in struct nameidata... " >&6; }
bf9f3bac 15695
15696
15697cat >conftest.c <<_ACEOF
15698/* confdefs.h. */
15699_ACEOF
15700cat confdefs.h >>conftest.$ac_ext
15701cat >>conftest.$ac_ext <<_ACEOF
15702/* end confdefs.h. */
15703
15704
15705 #include <linux/namei.h>
15706
15707int
15708main (void)
15709{
15710
15711 struct nameidata nd;
15712
15713 nd.path.mnt = NULL;
15714 nd.path.dentry = NULL;
15715
15716 ;
15717 return 0;
15718}
15719
15720_ACEOF
15721
c5f70460
BB
15722
15723 rm -Rf build && mkdir -p build
15724 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15725 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 15726 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15727 (eval $ac_try) 2>&5
15728 ac_status=$?
8934764e 15729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15730 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15731 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15732 (eval $ac_try) 2>&5
15733 ac_status=$?
8934764e 15734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15735 (exit $ac_status); }; }; then
15736
8934764e
BB
15737 { $as_echo "$as_me:$LINENO: result: yes" >&5
15738$as_echo "yes" >&6; }
bf9f3bac 15739
15740cat >>confdefs.h <<\_ACEOF
15741#define HAVE_PATH_IN_NAMEIDATA 1
15742_ACEOF
15743
15744
15745else
8934764e 15746 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15747sed 's/^/| /' conftest.$ac_ext >&5
15748
8934764e
BB
15749 { $as_echo "$as_me:$LINENO: result: no" >&5
15750$as_echo "no" >&6; }
bf9f3bac 15751
c5f70460
BB
15752
15753
bf9f3bac 15754fi
c5f70460
BB
15755
15756 rm -Rf build
15757
bf9f3bac 15758
15759
15760
8934764e
BB
15761 { $as_echo "$as_me:$LINENO: checking whether symbol task_curr is exported" >&5
15762$as_echo_n "checking whether symbol task_curr is exported... " >&6; }
2e0e7e69
BB
15763 grep -q -E '[[:space:]]task_curr[[:space:]]' \
15764 $LINUX_OBJ/Module*.symvers 2>/dev/null
bf9f3bac 15765 rc=$?
15766 if test $rc -ne 0; then
15767 export=0
15768 for file in kernel/sched.c; do
2e0e7e69
BB
15769 grep -q -E "EXPORT_SYMBOL.*(task_curr)" \
15770 "$LINUX_OBJ/$file" 2>/dev/null
bf9f3bac 15771 rc=$?
15772 if test $rc -eq 0; then
15773 export=1
15774 break;
15775 fi
15776 done
15777 if test $export -eq 0; then
8934764e
BB
15778 { $as_echo "$as_me:$LINENO: result: no" >&5
15779$as_echo "no" >&6; }
bf9f3bac 15780
15781 else
8934764e
BB
15782 { $as_echo "$as_me:$LINENO: result: yes" >&5
15783$as_echo "yes" >&6; }
bf9f3bac 15784
15785cat >>confdefs.h <<\_ACEOF
15786#define HAVE_TASK_CURR 1
15787_ACEOF
15788
15789 fi
15790 else
8934764e
BB
15791 { $as_echo "$as_me:$LINENO: result: yes" >&5
15792$as_echo "yes" >&6; }
bf9f3bac 15793
15794cat >>confdefs.h <<\_ACEOF
15795#define HAVE_TASK_CURR 1
15796_ACEOF
15797
15798 fi
15799
15800
8934764e
BB
15801 { $as_echo "$as_me:$LINENO: checking whether unnumbered sysctl support exists" >&5
15802$as_echo_n "checking whether unnumbered sysctl support exists... " >&6; }
bf9f3bac 15803
15804
15805cat >conftest.c <<_ACEOF
15806/* confdefs.h. */
15807_ACEOF
15808cat confdefs.h >>conftest.$ac_ext
15809cat >>conftest.$ac_ext <<_ACEOF
15810/* end confdefs.h. */
15811
15812
15813 #include <linux/sysctl.h>
15814
15815int
15816main (void)
15817{
15818
15819 #ifndef CTL_UNNUMBERED
15820 #error CTL_UNNUMBERED undefined
15821 #endif
15822
15823 ;
15824 return 0;
15825}
15826
15827_ACEOF
15828
c5f70460
BB
15829
15830 rm -Rf build && mkdir -p build
15831 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15832 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 15833 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15834 (eval $ac_try) 2>&5
15835 ac_status=$?
8934764e 15836 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15837 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15838 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15839 (eval $ac_try) 2>&5
15840 ac_status=$?
8934764e 15841 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15842 (exit $ac_status); }; }; then
15843
8934764e
BB
15844 { $as_echo "$as_me:$LINENO: result: yes" >&5
15845$as_echo "yes" >&6; }
bf9f3bac 15846
15847cat >>confdefs.h <<\_ACEOF
15848#define HAVE_CTL_UNNUMBERED 1
15849_ACEOF
15850
15851
79a3bf13
BB
15852else
15853 $as_echo "$as_me: failed program was:" >&5
15854sed 's/^/| /' conftest.$ac_ext >&5
15855
15856 { $as_echo "$as_me:$LINENO: result: no" >&5
15857$as_echo "no" >&6; }
15858
15859
15860
15861fi
15862
15863 rm -Rf build
15864
15865
15866
15867
15868 { $as_echo "$as_me:$LINENO: checking whether struct ctl_table has ctl_name" >&5
15869$as_echo_n "checking whether struct ctl_table has ctl_name... " >&6; }
15870
15871
15872cat >conftest.c <<_ACEOF
15873/* confdefs.h. */
15874_ACEOF
15875cat confdefs.h >>conftest.$ac_ext
15876cat >>conftest.$ac_ext <<_ACEOF
15877/* end confdefs.h. */
15878
15879
15880 #include <linux/sysctl.h>
15881
15882int
15883main (void)
15884{
15885
15886 struct ctl_table ctl;
15887 ctl.ctl_name = 0;
15888
15889 ;
15890 return 0;
15891}
15892
15893_ACEOF
15894
15895
15896 rm -Rf build && mkdir -p build
15897 echo "obj-m := conftest.o" >build/Makefile
15898 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
15899 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15900 (eval $ac_try) 2>&5
15901 ac_status=$?
15902 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15903 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15904 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15905 (eval $ac_try) 2>&5
15906 ac_status=$?
15907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15908 (exit $ac_status); }; }; then
15909
15910 { $as_echo "$as_me:$LINENO: result: yes" >&5
15911$as_echo "yes" >&6; }
15912
15913cat >>confdefs.h <<\_ACEOF
15914#define HAVE_CTL_NAME 1
15915_ACEOF
15916
15917
bf9f3bac 15918else
8934764e 15919 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15920sed 's/^/| /' conftest.$ac_ext >&5
15921
8934764e
BB
15922 { $as_echo "$as_me:$LINENO: result: no" >&5
15923$as_echo "no" >&6; }
bf9f3bac 15924
c5f70460
BB
15925
15926
bf9f3bac 15927fi
c5f70460
BB
15928
15929 rm -Rf build
15930
bf9f3bac 15931
15932
8934764e
BB
15933 { $as_echo "$as_me:$LINENO: checking whether fls64() is available" >&5
15934$as_echo_n "checking whether fls64() is available... " >&6; }
bf9f3bac 15935
15936
15937cat >conftest.c <<_ACEOF
15938/* confdefs.h. */
15939_ACEOF
15940cat confdefs.h >>conftest.$ac_ext
15941cat >>conftest.$ac_ext <<_ACEOF
15942/* end confdefs.h. */
15943
15944
15945 #include <linux/bitops.h>
15946
15947int
15948main (void)
15949{
15950
15951 return fls64(0);
15952
15953 ;
15954 return 0;
15955}
15956
15957_ACEOF
15958
c5f70460
BB
15959
15960 rm -Rf build && mkdir -p build
15961 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15962 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 15963 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15964 (eval $ac_try) 2>&5
15965 ac_status=$?
8934764e 15966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15967 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15968 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15969 (eval $ac_try) 2>&5
15970 ac_status=$?
8934764e 15971 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15972 (exit $ac_status); }; }; then
15973
8934764e
BB
15974 { $as_echo "$as_me:$LINENO: result: yes" >&5
15975$as_echo "yes" >&6; }
bf9f3bac 15976
15977cat >>confdefs.h <<\_ACEOF
15978#define HAVE_FLS64 1
15979_ACEOF
15980
15981
15982else
8934764e 15983 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15984sed 's/^/| /' conftest.$ac_ext >&5
15985
8934764e
BB
15986 { $as_echo "$as_me:$LINENO: result: no" >&5
15987$as_echo "no" >&6; }
bf9f3bac 15988
c5f70460
BB
15989
15990
bf9f3bac 15991fi
c5f70460
BB
15992
15993 rm -Rf build
15994
bf9f3bac 15995
15996
15997
8934764e
BB
15998 { $as_echo "$as_me:$LINENO: checking whether symbol device_create is exported" >&5
15999$as_echo_n "checking whether symbol device_create is exported... " >&6; }
2e0e7e69
BB
16000 grep -q -E '[[:space:]]device_create[[:space:]]' \
16001 $LINUX_OBJ/Module*.symvers 2>/dev/null
bf9f3bac 16002 rc=$?
16003 if test $rc -ne 0; then
16004 export=0
16005 for file in drivers/base/core.c; do
2e0e7e69
BB
16006 grep -q -E "EXPORT_SYMBOL.*(device_create)" \
16007 "$LINUX_OBJ/$file" 2>/dev/null
bf9f3bac 16008 rc=$?
16009 if test $rc -eq 0; then
16010 export=1
16011 break;
16012 fi
16013 done
16014 if test $export -eq 0; then
8934764e
BB
16015 { $as_echo "$as_me:$LINENO: result: no" >&5
16016$as_echo "no" >&6; }
bf9f3bac 16017
16018 else
8934764e
BB
16019 { $as_echo "$as_me:$LINENO: result: yes" >&5
16020$as_echo "yes" >&6; }
bf9f3bac 16021
16022cat >>confdefs.h <<\_ACEOF
16023#define HAVE_DEVICE_CREATE 1
16024_ACEOF
16025
16026 fi
16027 else
8934764e
BB
16028 { $as_echo "$as_me:$LINENO: result: yes" >&5
16029$as_echo "yes" >&6; }
bf9f3bac 16030
16031cat >>confdefs.h <<\_ACEOF
16032#define HAVE_DEVICE_CREATE 1
16033_ACEOF
16034
16035 fi
16036
16037
16038
8934764e
BB
16039 { $as_echo "$as_me:$LINENO: checking whether device_create() wants 5 args" >&5
16040$as_echo_n "checking whether device_create() wants 5 args... " >&6; }
8123ac4f
BB
16041 tmp_flags="$EXTRA_KCFLAGS"
16042 EXTRA_KCFLAGS="-Werror"
16043
16044
16045cat >conftest.c <<_ACEOF
16046/* confdefs.h. */
16047_ACEOF
16048cat confdefs.h >>conftest.$ac_ext
16049cat >>conftest.$ac_ext <<_ACEOF
16050/* end confdefs.h. */
16051
16052
16053 #include <linux/device.h>
16054
16055int
16056main (void)
16057{
16058
16059 device_create(NULL, NULL, 0, NULL, "%d", 1);
16060
16061 ;
16062 return 0;
16063}
16064
16065_ACEOF
16066
16067
16068 rm -Rf build && mkdir -p build
16069 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 16070 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
8123ac4f
BB
16071 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16072 (eval $ac_try) 2>&5
16073 ac_status=$?
8934764e 16074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8123ac4f
BB
16075 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16076 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16077 (eval $ac_try) 2>&5
16078 ac_status=$?
8934764e 16079 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8123ac4f
BB
16080 (exit $ac_status); }; }; then
16081
8934764e
BB
16082 { $as_echo "$as_me:$LINENO: result: yes" >&5
16083$as_echo "yes" >&6; }
8123ac4f
BB
16084
16085cat >>confdefs.h <<\_ACEOF
16086#define HAVE_5ARGS_DEVICE_CREATE 1
16087_ACEOF
16088
16089
16090else
8934764e 16091 $as_echo "$as_me: failed program was:" >&5
8123ac4f
BB
16092sed 's/^/| /' conftest.$ac_ext >&5
16093
8934764e
BB
16094 { $as_echo "$as_me:$LINENO: result: no" >&5
16095$as_echo "no" >&6; }
8123ac4f
BB
16096
16097
16098
16099fi
16100
16101 rm -Rf build
16102
16103
16104 EXTRA_KCFLAGS="$tmp_flags"
16105
16106
8934764e
BB
16107 { $as_echo "$as_me:$LINENO: checking whether symbol class_device_create is exported" >&5
16108$as_echo_n "checking whether symbol class_device_create is exported... " >&6; }
2e0e7e69
BB
16109 grep -q -E '[[:space:]]class_device_create[[:space:]]' \
16110 $LINUX_OBJ/Module*.symvers 2>/dev/null
bf9f3bac 16111 rc=$?
16112 if test $rc -ne 0; then
16113 export=0
16114 for file in drivers/base/class.c; do
2e0e7e69
BB
16115 grep -q -E "EXPORT_SYMBOL.*(class_device_create)" \
16116 "$LINUX_OBJ/$file" 2>/dev/null
bf9f3bac 16117 rc=$?
16118 if test $rc -eq 0; then
16119 export=1
16120 break;
16121 fi
16122 done
16123 if test $export -eq 0; then
8934764e
BB
16124 { $as_echo "$as_me:$LINENO: result: no" >&5
16125$as_echo "no" >&6; }
bf9f3bac 16126
16127 else
8934764e
BB
16128 { $as_echo "$as_me:$LINENO: result: yes" >&5
16129$as_echo "yes" >&6; }
bf9f3bac 16130
16131cat >>confdefs.h <<\_ACEOF
16132#define HAVE_CLASS_DEVICE_CREATE 1
16133_ACEOF
16134
16135 fi
16136 else
8934764e
BB
16137 { $as_echo "$as_me:$LINENO: result: yes" >&5
16138$as_echo "yes" >&6; }
bf9f3bac 16139
16140cat >>confdefs.h <<\_ACEOF
16141#define HAVE_CLASS_DEVICE_CREATE 1
16142_ACEOF
16143
16144 fi
16145
16146
16147
8934764e
BB
16148 { $as_echo "$as_me:$LINENO: checking whether symbol set_normalized_timespec is exported" >&5
16149$as_echo_n "checking whether symbol set_normalized_timespec is exported... " >&6; }
2e0e7e69
BB
16150 grep -q -E '[[:space:]]set_normalized_timespec[[:space:]]' \
16151 $LINUX_OBJ/Module*.symvers 2>/dev/null
bf9f3bac 16152 rc=$?
16153 if test $rc -ne 0; then
16154 export=0
16155 for file in kernel/time.c; do
2e0e7e69
BB
16156 grep -q -E "EXPORT_SYMBOL.*(set_normalized_timespec)" \
16157 "$LINUX_OBJ/$file" 2>/dev/null
bf9f3bac 16158 rc=$?
16159 if test $rc -eq 0; then
16160 export=1
16161 break;
16162 fi
16163 done
16164 if test $export -eq 0; then
8934764e
BB
16165 { $as_echo "$as_me:$LINENO: result: no" >&5
16166$as_echo "no" >&6; }
bf9f3bac 16167
6ae7fef5 16168 else
8934764e
BB
16169 { $as_echo "$as_me:$LINENO: result: yes" >&5
16170$as_echo "yes" >&6; }
6ae7fef5
BB
16171
16172cat >>confdefs.h <<\_ACEOF
16173#define HAVE_SET_NORMALIZED_TIMESPEC_EXPORT 1
16174_ACEOF
16175
16176 fi
16177 else
8934764e
BB
16178 { $as_echo "$as_me:$LINENO: result: yes" >&5
16179$as_echo "yes" >&6; }
6ae7fef5
BB
16180
16181cat >>confdefs.h <<\_ACEOF
16182#define HAVE_SET_NORMALIZED_TIMESPEC_EXPORT 1
16183_ACEOF
16184
16185 fi
16186
16187
16188
8934764e
BB
16189 { $as_echo "$as_me:$LINENO: checking whether set_normalized_timespec() is an inline" >&5
16190$as_echo_n "checking whether set_normalized_timespec() is an inline... " >&6; }
6ae7fef5
BB
16191
16192
16193cat >conftest.c <<_ACEOF
16194/* confdefs.h. */
16195_ACEOF
16196cat confdefs.h >>conftest.$ac_ext
16197cat >>conftest.$ac_ext <<_ACEOF
16198/* end confdefs.h. */
16199
16200
16201 #include <linux/time.h>
16202 void set_normalized_timespec(struct timespec *ts,
16203 time_t sec, long nsec) { }
16204
16205int
16206main (void)
16207{
16208
16209 ;
16210 return 0;
16211}
16212
16213_ACEOF
16214
16215
16216 rm -Rf build && mkdir -p build
16217 echo "obj-m := conftest.o" >build/Makefile
16218 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16219 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16220 (eval $ac_try) 2>&5
16221 ac_status=$?
8934764e 16222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16223 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16225 (eval $ac_try) 2>&5
16226 ac_status=$?
8934764e 16227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16228 (exit $ac_status); }; }; then
16229
8934764e
BB
16230 { $as_echo "$as_me:$LINENO: result: no" >&5
16231$as_echo "no" >&6; }
6ae7fef5
BB
16232
16233else
8934764e 16234 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
16235sed 's/^/| /' conftest.$ac_ext >&5
16236
8934764e
BB
16237 { $as_echo "$as_me:$LINENO: result: yes" >&5
16238$as_echo "yes" >&6; }
6ae7fef5
BB
16239
16240cat >>confdefs.h <<\_ACEOF
16241#define HAVE_SET_NORMALIZED_TIMESPEC_INLINE 1
16242_ACEOF
16243
16244
16245
16246
16247fi
16248
16249 rm -Rf build
16250
16251
16252
16253
8934764e
BB
16254 { $as_echo "$as_me:$LINENO: checking whether timespec_sub() is available" >&5
16255$as_echo_n "checking whether timespec_sub() is available... " >&6; }
6ae7fef5
BB
16256
16257
16258cat >conftest.c <<_ACEOF
16259/* confdefs.h. */
16260_ACEOF
16261cat confdefs.h >>conftest.$ac_ext
16262cat >>conftest.$ac_ext <<_ACEOF
16263/* end confdefs.h. */
16264
16265
16266 #include <linux/time.h>
16267
16268int
16269main (void)
16270{
16271
16272 struct timespec a, b, c = { 0 };
16273 c = timespec_sub(a, b);
16274
16275 ;
16276 return 0;
16277}
16278
16279_ACEOF
16280
16281
16282 rm -Rf build && mkdir -p build
16283 echo "obj-m := conftest.o" >build/Makefile
16284 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16285 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16286 (eval $ac_try) 2>&5
16287 ac_status=$?
8934764e 16288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16289 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16290 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16291 (eval $ac_try) 2>&5
16292 ac_status=$?
8934764e 16293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16294 (exit $ac_status); }; }; then
16295
8934764e
BB
16296 { $as_echo "$as_me:$LINENO: result: yes" >&5
16297$as_echo "yes" >&6; }
6ae7fef5
BB
16298
16299cat >>confdefs.h <<\_ACEOF
16300#define HAVE_TIMESPEC_SUB 1
16301_ACEOF
16302
16303
16304else
8934764e 16305 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
16306sed 's/^/| /' conftest.$ac_ext >&5
16307
8934764e
BB
16308 { $as_echo "$as_me:$LINENO: result: no" >&5
16309$as_echo "no" >&6; }
6ae7fef5
BB
16310
16311
16312
16313fi
16314
16315 rm -Rf build
16316
16317
16318
16319
8934764e
BB
16320 { $as_echo "$as_me:$LINENO: checking whether init_utsname() is available" >&5
16321$as_echo_n "checking whether init_utsname() is available... " >&6; }
6ae7fef5
BB
16322
16323
16324cat >conftest.c <<_ACEOF
16325/* confdefs.h. */
16326_ACEOF
16327cat confdefs.h >>conftest.$ac_ext
16328cat >>conftest.$ac_ext <<_ACEOF
16329/* end confdefs.h. */
16330
16331
16332 #include <linux/utsname.h>
16333
16334int
16335main (void)
16336{
16337
16338 struct new_utsname *a = init_utsname();
16339
16340 ;
16341 return 0;
16342}
16343
16344_ACEOF
16345
16346
16347 rm -Rf build && mkdir -p build
16348 echo "obj-m := conftest.o" >build/Makefile
16349 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16350 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16351 (eval $ac_try) 2>&5
16352 ac_status=$?
8934764e 16353 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16354 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16356 (eval $ac_try) 2>&5
16357 ac_status=$?
8934764e 16358 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16359 (exit $ac_status); }; }; then
16360
8934764e
BB
16361 { $as_echo "$as_me:$LINENO: result: yes" >&5
16362$as_echo "yes" >&6; }
6ae7fef5
BB
16363
16364cat >>confdefs.h <<\_ACEOF
16365#define HAVE_INIT_UTSNAME 1
16366_ACEOF
16367
16368
16369else
8934764e 16370 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
16371sed 's/^/| /' conftest.$ac_ext >&5
16372
8934764e
BB
16373 { $as_echo "$as_me:$LINENO: result: no" >&5
16374$as_echo "no" >&6; }
6ae7fef5
BB
16375
16376
16377
16378fi
16379
16380 rm -Rf build
16381
16382
16383
16384
8934764e
BB
16385 { $as_echo "$as_me:$LINENO: checking whether header linux/fdtable.h exists" >&5
16386$as_echo_n "checking whether header linux/fdtable.h exists... " >&6; }
6ae7fef5
BB
16387
16388
16389cat >conftest.c <<_ACEOF
16390/* confdefs.h. */
16391_ACEOF
16392cat confdefs.h >>conftest.$ac_ext
16393cat >>conftest.$ac_ext <<_ACEOF
16394/* end confdefs.h. */
16395
16396
16397 #include <linux/fdtable.h>
16398
16399int
16400main (void)
16401{
16402
16403 return 0;
16404
16405 ;
16406 return 0;
16407}
16408
16409_ACEOF
16410
16411
16412 rm -Rf build && mkdir -p build
16413 echo "obj-m := conftest.o" >build/Makefile
16414 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16415 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16416 (eval $ac_try) 2>&5
16417 ac_status=$?
8934764e 16418 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16419 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16421 (eval $ac_try) 2>&5
16422 ac_status=$?
8934764e 16423 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16424 (exit $ac_status); }; }; then
16425
bf9f3bac 16426
16427cat >>confdefs.h <<\_ACEOF
6ae7fef5 16428#define HAVE_FDTABLE_HEADER 1
bf9f3bac 16429_ACEOF
16430
8934764e
BB
16431 { $as_echo "$as_me:$LINENO: result: yes" >&5
16432$as_echo "yes" >&6; }
bf9f3bac 16433
bf9f3bac 16434
6ae7fef5 16435else
8934764e 16436 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
16437sed 's/^/| /' conftest.$ac_ext >&5
16438
8934764e
BB
16439 { $as_echo "$as_me:$LINENO: result: no" >&5
16440$as_echo "no" >&6; }
bf9f3bac 16441
16442
16443
6ae7fef5
BB
16444
16445fi
16446
16447 rm -Rf build
16448
16449
16450
16451
16452
8934764e
BB
16453 { $as_echo "$as_me:$LINENO: checking whether files_fdtable() is available" >&5
16454$as_echo_n "checking whether files_fdtable() is available... " >&6; }
bf9f3bac 16455
16456
16457cat >conftest.c <<_ACEOF
16458/* confdefs.h. */
16459_ACEOF
16460cat confdefs.h >>conftest.$ac_ext
16461cat >>conftest.$ac_ext <<_ACEOF
16462/* end confdefs.h. */
16463
16464
6ae7fef5
BB
16465 #include <linux/sched.h>
16466 #include <linux/file.h>
16467 #ifdef HAVE_FDTABLE_HEADER
16468 #include <linux/fdtable.h>
16469 #endif
bf9f3bac 16470
16471int
16472main (void)
16473{
16474
6ae7fef5
BB
16475 struct files_struct *files = current->files;
16476 struct fdtable *fdt = files_fdtable(files);
16477
bf9f3bac 16478 ;
16479 return 0;
16480}
16481
16482_ACEOF
16483
c5f70460
BB
16484
16485 rm -Rf build && mkdir -p build
16486 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 16487 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 16488 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16489 (eval $ac_try) 2>&5
16490 ac_status=$?
8934764e 16491 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16492 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16493 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16494 (eval $ac_try) 2>&5
16495 ac_status=$?
8934764e 16496 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16497 (exit $ac_status); }; }; then
16498
8934764e
BB
16499 { $as_echo "$as_me:$LINENO: result: yes" >&5
16500$as_echo "yes" >&6; }
bf9f3bac 16501
16502cat >>confdefs.h <<\_ACEOF
6ae7fef5 16503#define HAVE_FILES_FDTABLE 1
bf9f3bac 16504_ACEOF
16505
16506
6ae7fef5 16507else
8934764e 16508 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
16509sed 's/^/| /' conftest.$ac_ext >&5
16510
8934764e
BB
16511 { $as_echo "$as_me:$LINENO: result: no" >&5
16512$as_echo "no" >&6; }
6ae7fef5 16513
c5f70460
BB
16514
16515
bf9f3bac 16516fi
c5f70460
BB
16517
16518 rm -Rf build
16519
bf9f3bac 16520
16521
16522
8934764e
BB
16523 { $as_echo "$as_me:$LINENO: checking whether header linux/uaccess.h exists" >&5
16524$as_echo_n "checking whether header linux/uaccess.h exists... " >&6; }
bf9f3bac 16525
16526
16527cat >conftest.c <<_ACEOF
16528/* confdefs.h. */
16529_ACEOF
16530cat confdefs.h >>conftest.$ac_ext
16531cat >>conftest.$ac_ext <<_ACEOF
16532/* end confdefs.h. */
16533
16534
6ae7fef5 16535 #include <linux/uaccess.h>
bf9f3bac 16536
16537int
16538main (void)
16539{
16540
6ae7fef5 16541 return 0;
bf9f3bac 16542
16543 ;
16544 return 0;
16545}
16546
16547_ACEOF
16548
c5f70460
BB
16549
16550 rm -Rf build && mkdir -p build
16551 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 16552 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 16553 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16554 (eval $ac_try) 2>&5
16555 ac_status=$?
8934764e 16556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16557 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16558 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16559 (eval $ac_try) 2>&5
16560 ac_status=$?
8934764e 16561 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16562 (exit $ac_status); }; }; then
16563
bf9f3bac 16564
16565cat >>confdefs.h <<\_ACEOF
6ae7fef5 16566#define HAVE_UACCESS_HEADER 1
bf9f3bac 16567_ACEOF
16568
8934764e
BB
16569 { $as_echo "$as_me:$LINENO: result: yes" >&5
16570$as_echo "yes" >&6; }
6ae7fef5 16571
bf9f3bac 16572
16573else
8934764e 16574 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 16575sed 's/^/| /' conftest.$ac_ext >&5
16576
8934764e
BB
16577 { $as_echo "$as_me:$LINENO: result: no" >&5
16578$as_echo "no" >&6; }
bf9f3bac 16579
c5f70460
BB
16580
16581
6ae7fef5 16582
bf9f3bac 16583fi
c5f70460
BB
16584
16585 rm -Rf build
16586
bf9f3bac 16587
16588
16589
6ae7fef5 16590
8934764e
BB
16591 { $as_echo "$as_me:$LINENO: checking whether kmalloc_node() is available" >&5
16592$as_echo_n "checking whether kmalloc_node() is available... " >&6; }
bf9f3bac 16593
16594
16595cat >conftest.c <<_ACEOF
16596/* confdefs.h. */
16597_ACEOF
16598cat confdefs.h >>conftest.$ac_ext
16599cat >>conftest.$ac_ext <<_ACEOF
16600/* end confdefs.h. */
16601
16602
6ae7fef5 16603 #include <linux/slab.h>
bf9f3bac 16604
16605int
16606main (void)
16607{
16608
6ae7fef5 16609 void *a = kmalloc_node(1, GFP_KERNEL, 0);
bf9f3bac 16610
16611 ;
16612 return 0;
16613}
16614
16615_ACEOF
16616
c5f70460
BB
16617
16618 rm -Rf build && mkdir -p build
16619 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 16620 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 16621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16622 (eval $ac_try) 2>&5
16623 ac_status=$?
8934764e 16624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16625 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16627 (eval $ac_try) 2>&5
16628 ac_status=$?
8934764e 16629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16630 (exit $ac_status); }; }; then
16631
8934764e
BB
16632 { $as_echo "$as_me:$LINENO: result: yes" >&5
16633$as_echo "yes" >&6; }
bf9f3bac 16634
16635cat >>confdefs.h <<\_ACEOF
6ae7fef5 16636#define HAVE_KMALLOC_NODE 1
bf9f3bac 16637_ACEOF
16638
16639
16640else
8934764e
BB
16641 $as_echo "$as_me: failed program was:" >&5
16642sed 's/^/| /' conftest.$ac_ext >&5
16643
16644 { $as_echo "$as_me:$LINENO: result: no" >&5
16645$as_echo "no" >&6; }
16646
16647
16648
16649fi
16650
16651 rm -Rf build
16652
16653
16654
16655
16656 { $as_echo "$as_me:$LINENO: checking whether symbol monotonic_clock is exported" >&5
16657$as_echo_n "checking whether symbol monotonic_clock is exported... " >&6; }
16658 grep -q -E '[[:space:]]monotonic_clock[[:space:]]' \
16659 $LINUX_OBJ/Module*.symvers 2>/dev/null
16660 rc=$?
16661 if test $rc -ne 0; then
16662 export=0
16663 for file in ; do
16664 grep -q -E "EXPORT_SYMBOL.*(monotonic_clock)" \
16665 "$LINUX_OBJ/$file" 2>/dev/null
16666 rc=$?
16667 if test $rc -eq 0; then
16668 export=1
16669 break;
16670 fi
16671 done
16672 if test $export -eq 0; then
16673 { $as_echo "$as_me:$LINENO: result: no" >&5
16674$as_echo "no" >&6; }
16675
16676 else
16677 { $as_echo "$as_me:$LINENO: result: yes" >&5
16678$as_echo "yes" >&6; }
16679
16680cat >>confdefs.h <<\_ACEOF
16681#define HAVE_MONOTONIC_CLOCK 1
16682_ACEOF
16683
16684 fi
16685 else
16686 { $as_echo "$as_me:$LINENO: result: yes" >&5
16687$as_echo "yes" >&6; }
16688
16689cat >>confdefs.h <<\_ACEOF
16690#define HAVE_MONOTONIC_CLOCK 1
16691_ACEOF
16692
16693 fi
16694
16695
16696
16697 { $as_echo "$as_me:$LINENO: checking whether struct inode has i_mutex" >&5
16698$as_echo_n "checking whether struct inode has i_mutex... " >&6; }
16699
16700
16701cat >conftest.c <<_ACEOF
16702/* confdefs.h. */
16703_ACEOF
16704cat confdefs.h >>conftest.$ac_ext
16705cat >>conftest.$ac_ext <<_ACEOF
16706/* end confdefs.h. */
16707
16708
16709 #include <linux/fs.h>
16710 #include <linux/mutex.h>
16711
16712int
16713main (void)
16714{
16715
16716 struct inode i;
16717 mutex_init(&i.i_mutex);
16718
16719 ;
16720 return 0;
16721}
16722
16723_ACEOF
16724
16725
16726 rm -Rf build && mkdir -p build
16727 echo "obj-m := conftest.o" >build/Makefile
16728 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16729 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16730 (eval $ac_try) 2>&5
16731 ac_status=$?
16732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16733 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16734 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16735 (eval $ac_try) 2>&5
16736 ac_status=$?
16737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16738 (exit $ac_status); }; }; then
16739
16740 { $as_echo "$as_me:$LINENO: result: yes" >&5
16741$as_echo "yes" >&6; }
16742
16743cat >>confdefs.h <<\_ACEOF
16744#define HAVE_INODE_I_MUTEX 1
16745_ACEOF
16746
16747
16748else
16749 $as_echo "$as_me: failed program was:" >&5
16750sed 's/^/| /' conftest.$ac_ext >&5
16751
16752 { $as_echo "$as_me:$LINENO: result: no" >&5
16753$as_echo "no" >&6; }
16754
16755
16756
16757fi
16758
16759 rm -Rf build
16760
16761
16762
16763
16764 { $as_echo "$as_me:$LINENO: checking whether struct mutex has owner" >&5
16765$as_echo_n "checking whether struct mutex has owner... " >&6; }
16766
16767
16768cat >conftest.c <<_ACEOF
16769/* confdefs.h. */
16770_ACEOF
16771cat confdefs.h >>conftest.$ac_ext
16772cat >>conftest.$ac_ext <<_ACEOF
16773/* end confdefs.h. */
16774
16775
16776 #include <linux/mutex.h>
16777
16778int
16779main (void)
16780{
16781
16782 struct mutex mtx;
16783 mtx.owner = NULL;
16784
16785 ;
16786 return 0;
16787}
16788
16789_ACEOF
16790
16791
16792 rm -Rf build && mkdir -p build
16793 echo "obj-m := conftest.o" >build/Makefile
16794 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16795 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16796 (eval $ac_try) 2>&5
16797 ac_status=$?
16798 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16799 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16801 (eval $ac_try) 2>&5
16802 ac_status=$?
16803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16804 (exit $ac_status); }; }; then
16805
16806 { $as_echo "$as_me:$LINENO: result: yes" >&5
16807$as_echo "yes" >&6; }
16808
16809cat >>confdefs.h <<\_ACEOF
16810#define HAVE_MUTEX_OWNER 1
16811_ACEOF
16812
16813
16814else
16815 $as_echo "$as_me: failed program was:" >&5
16816sed 's/^/| /' conftest.$ac_ext >&5
16817
16818 { $as_echo "$as_me:$LINENO: result: no" >&5
16819$as_echo "no" >&6; }
16820
16821
16822
16823fi
16824
16825 rm -Rf build
16826
16827
16828
16829
16830 { $as_echo "$as_me:$LINENO: checking whether mutex_lock_nested() is available" >&5
16831$as_echo_n "checking whether mutex_lock_nested() is available... " >&6; }
16832
16833
16834cat >conftest.c <<_ACEOF
16835/* confdefs.h. */
16836_ACEOF
16837cat confdefs.h >>conftest.$ac_ext
16838cat >>conftest.$ac_ext <<_ACEOF
16839/* end confdefs.h. */
16840
16841
16842 #include <linux/mutex.h>
16843
16844int
16845main (void)
16846{
16847
16848 struct mutex mutex;
16849 mutex_init(&mutex);
16850 mutex_lock_nested(&mutex, 0);
16851
16852 ;
16853 return 0;
16854}
16855
16856_ACEOF
16857
16858
16859 rm -Rf build && mkdir -p build
16860 echo "obj-m := conftest.o" >build/Makefile
16861 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
16862 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16863 (eval $ac_try) 2>&5
16864 ac_status=$?
16865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16866 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16867 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16868 (eval $ac_try) 2>&5
16869 ac_status=$?
16870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16871 (exit $ac_status); }; }; then
16872
16873 { $as_echo "$as_me:$LINENO: result: yes" >&5
16874$as_echo "yes" >&6; }
16875
16876cat >>confdefs.h <<\_ACEOF
16877#define HAVE_MUTEX_LOCK_NESTED 1
16878_ACEOF
16879
16880
16881else
16882 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 16883sed 's/^/| /' conftest.$ac_ext >&5
16884
8934764e
BB
16885 { $as_echo "$as_me:$LINENO: result: no" >&5
16886$as_echo "no" >&6; }
16887
16888
16889
16890fi
16891
16892 rm -Rf build
16893
16894
16895
16896
16897 { $as_echo "$as_me:$LINENO: checking whether symbol div64_64 is exported" >&5
16898$as_echo_n "checking whether symbol div64_64 is exported... " >&6; }
16899 grep -q -E '[[:space:]]div64_64[[:space:]]' \
16900 $LINUX_OBJ/Module*.symvers 2>/dev/null
16901 rc=$?
16902 if test $rc -ne 0; then
16903 export=0
16904 for file in ; do
16905 grep -q -E "EXPORT_SYMBOL.*(div64_64)" \
16906 "$LINUX_OBJ/$file" 2>/dev/null
16907 rc=$?
16908 if test $rc -eq 0; then
16909 export=1
16910 break;
16911 fi
16912 done
16913 if test $export -eq 0; then
16914 { $as_echo "$as_me:$LINENO: result: no" >&5
16915$as_echo "no" >&6; }
bf9f3bac 16916
8934764e
BB
16917 else
16918 { $as_echo "$as_me:$LINENO: result: yes" >&5
16919$as_echo "yes" >&6; }
c5f70460 16920
8934764e
BB
16921cat >>confdefs.h <<\_ACEOF
16922#define HAVE_DIV64_64 1
16923_ACEOF
c5f70460 16924
8934764e
BB
16925 fi
16926 else
16927 { $as_echo "$as_me:$LINENO: result: yes" >&5
16928$as_echo "yes" >&6; }
c5f70460 16929
8934764e
BB
16930cat >>confdefs.h <<\_ACEOF
16931#define HAVE_DIV64_64 1
16932_ACEOF
c5f70460 16933
8934764e 16934 fi
bf9f3bac 16935
16936
16937
8934764e
BB
16938 { $as_echo "$as_me:$LINENO: checking whether symbol div64_u64 is exported" >&5
16939$as_echo_n "checking whether symbol div64_u64 is exported... " >&6; }
16940 grep -q -E '[[:space:]]div64_u64[[:space:]]' \
6ae7fef5
BB
16941 $LINUX_OBJ/Module*.symvers 2>/dev/null
16942 rc=$?
16943 if test $rc -ne 0; then
16944 export=0
16945 for file in ; do
8934764e 16946 grep -q -E "EXPORT_SYMBOL.*(div64_u64)" \
6ae7fef5
BB
16947 "$LINUX_OBJ/$file" 2>/dev/null
16948 rc=$?
16949 if test $rc -eq 0; then
16950 export=1
16951 break;
16952 fi
16953 done
16954 if test $export -eq 0; then
8934764e
BB
16955 { $as_echo "$as_me:$LINENO: result: no" >&5
16956$as_echo "no" >&6; }
6ae7fef5
BB
16957
16958 else
8934764e
BB
16959 { $as_echo "$as_me:$LINENO: result: yes" >&5
16960$as_echo "yes" >&6; }
6ae7fef5
BB
16961
16962cat >>confdefs.h <<\_ACEOF
8934764e 16963#define HAVE_DIV64_U64 1
6ae7fef5
BB
16964_ACEOF
16965
16966 fi
16967 else
8934764e
BB
16968 { $as_echo "$as_me:$LINENO: result: yes" >&5
16969$as_echo "yes" >&6; }
6ae7fef5
BB
16970
16971cat >>confdefs.h <<\_ACEOF
8934764e 16972#define HAVE_DIV64_U64 1
6ae7fef5
BB
16973_ACEOF
16974
16975 fi
16976
16977
16978
8934764e
BB
16979 { $as_echo "$as_me:$LINENO: checking whether on_each_cpu() wants 3 args" >&5
16980$as_echo_n "checking whether on_each_cpu() wants 3 args... " >&6; }
bf9f3bac 16981
16982
16983cat >conftest.c <<_ACEOF
16984/* confdefs.h. */
16985_ACEOF
16986cat confdefs.h >>conftest.$ac_ext
16987cat >>conftest.$ac_ext <<_ACEOF
16988/* end confdefs.h. */
16989
16990
8934764e 16991 #include <linux/smp.h>
bf9f3bac 16992
16993int
16994main (void)
16995{
16996
8934764e 16997 on_each_cpu(NULL, NULL, 0);
bf9f3bac 16998
16999 ;
17000 return 0;
17001}
17002
17003_ACEOF
17004
c5f70460
BB
17005
17006 rm -Rf build && mkdir -p build
17007 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 17008 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 17009 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17010 (eval $ac_try) 2>&5
17011 ac_status=$?
8934764e 17012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 17013 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17014 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17015 (eval $ac_try) 2>&5
17016 ac_status=$?
8934764e 17017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 17018 (exit $ac_status); }; }; then
17019
8934764e
BB
17020 { $as_echo "$as_me:$LINENO: result: yes" >&5
17021$as_echo "yes" >&6; }
bf9f3bac 17022
17023cat >>confdefs.h <<\_ACEOF
8934764e 17024#define HAVE_3ARGS_ON_EACH_CPU 1
bf9f3bac 17025_ACEOF
17026
bf9f3bac 17027
17028else
8934764e 17029 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 17030sed 's/^/| /' conftest.$ac_ext >&5
17031
8934764e
BB
17032 { $as_echo "$as_me:$LINENO: result: no" >&5
17033$as_echo "no" >&6; }
bf9f3bac 17034
17035
c5f70460 17036
bf9f3bac 17037fi
c5f70460
BB
17038
17039 rm -Rf build
17040
bf9f3bac 17041
17042
17043
8934764e
BB
17044 { $as_echo "$as_me:$LINENO: checking whether symbol kallsyms_lookup_name is exported" >&5
17045$as_echo_n "checking whether symbol kallsyms_lookup_name is exported... " >&6; }
17046 grep -q -E '[[:space:]]kallsyms_lookup_name[[:space:]]' \
17047 $LINUX_OBJ/Module*.symvers 2>/dev/null
17048 rc=$?
17049 if test $rc -ne 0; then
17050 export=0
17051 for file in ; do
17052 grep -q -E "EXPORT_SYMBOL.*(kallsyms_lookup_name)" \
17053 "$LINUX_OBJ/$file" 2>/dev/null
17054 rc=$?
17055 if test $rc -eq 0; then
17056 export=1
17057 break;
17058 fi
17059 done
17060 if test $export -eq 0; then
17061 { $as_echo "$as_me:$LINENO: result: no" >&5
17062$as_echo "no" >&6; }
4d54fdee 17063
8934764e
BB
17064 else
17065 { $as_echo "$as_me:$LINENO: result: yes" >&5
17066$as_echo "yes" >&6; }
4d54fdee 17067
8934764e
BB
17068cat >>confdefs.h <<\_ACEOF
17069#define HAVE_KALLSYMS_LOOKUP_NAME 1
4d54fdee 17070_ACEOF
4d54fdee 17071
8934764e
BB
17072 fi
17073 else
17074 { $as_echo "$as_me:$LINENO: result: yes" >&5
17075$as_echo "yes" >&6; }
4d54fdee 17076
8934764e
BB
17077cat >>confdefs.h <<\_ACEOF
17078#define HAVE_KALLSYMS_LOOKUP_NAME 1
17079_ACEOF
4d54fdee 17080
8934764e 17081 fi
4d54fdee 17082
4d54fdee 17083
4d54fdee 17084
8934764e
BB
17085 { $as_echo "$as_me:$LINENO: checking whether symbol get_vmalloc_info is exported" >&5
17086$as_echo_n "checking whether symbol get_vmalloc_info is exported... " >&6; }
17087 grep -q -E '[[:space:]]get_vmalloc_info[[:space:]]' \
17088 $LINUX_OBJ/Module*.symvers 2>/dev/null
17089 rc=$?
17090 if test $rc -ne 0; then
17091 export=0
17092 for file in ; do
17093 grep -q -E "EXPORT_SYMBOL.*(get_vmalloc_info)" \
17094 "$LINUX_OBJ/$file" 2>/dev/null
17095 rc=$?
17096 if test $rc -eq 0; then
17097 export=1
17098 break;
17099 fi
17100 done
17101 if test $export -eq 0; then
17102 { $as_echo "$as_me:$LINENO: result: no" >&5
17103$as_echo "no" >&6; }
4d54fdee 17104
8934764e
BB
17105 else
17106 { $as_echo "$as_me:$LINENO: result: yes" >&5
17107$as_echo "yes" >&6; }
4d54fdee 17108
8934764e
BB
17109cat >>confdefs.h <<\_ACEOF
17110#define HAVE_GET_VMALLOC_INFO 1
17111_ACEOF
4d54fdee 17112
8934764e
BB
17113 fi
17114 else
17115 { $as_echo "$as_me:$LINENO: result: yes" >&5
17116$as_echo "yes" >&6; }
4d54fdee
BB
17117
17118cat >>confdefs.h <<\_ACEOF
8934764e 17119#define HAVE_GET_VMALLOC_INFO 1
4d54fdee
BB
17120_ACEOF
17121
8934764e 17122 fi
4d54fdee 17123
4d54fdee
BB
17124
17125
8934764e
BB
17126 { $as_echo "$as_me:$LINENO: checking whether symbol *_pgdat exist" >&5
17127$as_echo_n "checking whether symbol *_pgdat exist... " >&6; }
17128 grep -q -E 'first_online_pgdat' $LINUX/include/linux/mmzone.h 2>/dev/null
17129 rc=$?
17130 if test $rc -eq 0; then
17131 { $as_echo "$as_me:$LINENO: result: yes" >&5
17132$as_echo "yes" >&6; }
4d54fdee 17133
8934764e
BB
17134cat >>confdefs.h <<\_ACEOF
17135#define HAVE_PGDAT_HELPERS 1
17136_ACEOF
4d54fdee 17137
8934764e
BB
17138 else
17139 { $as_echo "$as_me:$LINENO: result: no" >&5
17140$as_echo "no" >&6; }
17141 fi
4d54fdee
BB
17142
17143
8934764e
BB
17144 { $as_echo "$as_me:$LINENO: checking whether symbol first_online_pgdat is exported" >&5
17145$as_echo_n "checking whether symbol first_online_pgdat is exported... " >&6; }
17146 grep -q -E '[[:space:]]first_online_pgdat[[:space:]]' \
17147 $LINUX_OBJ/Module*.symvers 2>/dev/null
17148 rc=$?
17149 if test $rc -ne 0; then
17150 export=0
17151 for file in ; do
17152 grep -q -E "EXPORT_SYMBOL.*(first_online_pgdat)" \
17153 "$LINUX_OBJ/$file" 2>/dev/null
17154 rc=$?
17155 if test $rc -eq 0; then
17156 export=1
17157 break;
17158 fi
17159 done
17160 if test $export -eq 0; then
17161 { $as_echo "$as_me:$LINENO: result: no" >&5
17162$as_echo "no" >&6; }
4d54fdee 17163
8934764e
BB
17164 else
17165 { $as_echo "$as_me:$LINENO: result: yes" >&5
17166$as_echo "yes" >&6; }
4d54fdee 17167
8934764e
BB
17168cat >>confdefs.h <<\_ACEOF
17169#define HAVE_FIRST_ONLINE_PGDAT 1
17170_ACEOF
bf9f3bac 17171
8934764e
BB
17172 fi
17173 else
17174 { $as_echo "$as_me:$LINENO: result: yes" >&5
17175$as_echo "yes" >&6; }
bf9f3bac 17176
8934764e
BB
17177cat >>confdefs.h <<\_ACEOF
17178#define HAVE_FIRST_ONLINE_PGDAT 1
bf9f3bac 17179_ACEOF
bf9f3bac 17180
8934764e 17181 fi
bf9f3bac 17182
bf9f3bac 17183
bf9f3bac 17184
8934764e
BB
17185 { $as_echo "$as_me:$LINENO: checking whether symbol next_online_pgdat is exported" >&5
17186$as_echo_n "checking whether symbol next_online_pgdat is exported... " >&6; }
17187 grep -q -E '[[:space:]]next_online_pgdat[[:space:]]' \
17188 $LINUX_OBJ/Module*.symvers 2>/dev/null
17189 rc=$?
17190 if test $rc -ne 0; then
17191 export=0
17192 for file in ; do
17193 grep -q -E "EXPORT_SYMBOL.*(next_online_pgdat)" \
17194 "$LINUX_OBJ/$file" 2>/dev/null
17195 rc=$?
17196 if test $rc -eq 0; then
17197 export=1
17198 break;
17199 fi
17200 done
17201 if test $export -eq 0; then
17202 { $as_echo "$as_me:$LINENO: result: no" >&5
17203$as_echo "no" >&6; }
bf9f3bac 17204
8934764e
BB
17205 else
17206 { $as_echo "$as_me:$LINENO: result: yes" >&5
17207$as_echo "yes" >&6; }
bf9f3bac 17208
8934764e
BB
17209cat >>confdefs.h <<\_ACEOF
17210#define HAVE_NEXT_ONLINE_PGDAT 1
bf9f3bac 17211_ACEOF
17212
8934764e
BB
17213 fi
17214 else
17215 { $as_echo "$as_me:$LINENO: result: yes" >&5
17216$as_echo "yes" >&6; }
bf9f3bac 17217
17218cat >>confdefs.h <<\_ACEOF
8934764e 17219#define HAVE_NEXT_ONLINE_PGDAT 1
bf9f3bac 17220_ACEOF
17221
8934764e 17222 fi
bf9f3bac 17223
17224
17225
8934764e
BB
17226 { $as_echo "$as_me:$LINENO: checking whether symbol next_zone is exported" >&5
17227$as_echo_n "checking whether symbol next_zone is exported... " >&6; }
17228 grep -q -E '[[:space:]]next_zone[[:space:]]' \
6ae7fef5
BB
17229 $LINUX_OBJ/Module*.symvers 2>/dev/null
17230 rc=$?
17231 if test $rc -ne 0; then
17232 export=0
17233 for file in ; do
8934764e 17234 grep -q -E "EXPORT_SYMBOL.*(next_zone)" \
6ae7fef5
BB
17235 "$LINUX_OBJ/$file" 2>/dev/null
17236 rc=$?
17237 if test $rc -eq 0; then
17238 export=1
17239 break;
17240 fi
17241 done
17242 if test $export -eq 0; then
8934764e
BB
17243 { $as_echo "$as_me:$LINENO: result: no" >&5
17244$as_echo "no" >&6; }
6ae7fef5
BB
17245
17246 else
8934764e
BB
17247 { $as_echo "$as_me:$LINENO: result: yes" >&5
17248$as_echo "yes" >&6; }
6ae7fef5
BB
17249
17250cat >>confdefs.h <<\_ACEOF
8934764e 17251#define HAVE_NEXT_ZONE 1
6ae7fef5
BB
17252_ACEOF
17253
17254 fi
17255 else
8934764e
BB
17256 { $as_echo "$as_me:$LINENO: result: yes" >&5
17257$as_echo "yes" >&6; }
6ae7fef5
BB
17258
17259cat >>confdefs.h <<\_ACEOF
8934764e 17260#define HAVE_NEXT_ZONE 1
6ae7fef5
BB
17261_ACEOF
17262
17263 fi
17264
17265
17266
8934764e
BB
17267 { $as_echo "$as_me:$LINENO: checking whether symbol pgdat_list is exported" >&5
17268$as_echo_n "checking whether symbol pgdat_list is exported... " >&6; }
17269 grep -q -E '[[:space:]]pgdat_list[[:space:]]' \
6ae7fef5
BB
17270 $LINUX_OBJ/Module*.symvers 2>/dev/null
17271 rc=$?
17272 if test $rc -ne 0; then
17273 export=0
17274 for file in ; do
8934764e 17275 grep -q -E "EXPORT_SYMBOL.*(pgdat_list)" \
6ae7fef5
BB
17276 "$LINUX_OBJ/$file" 2>/dev/null
17277 rc=$?
17278 if test $rc -eq 0; then
17279 export=1
17280 break;
17281 fi
17282 done
17283 if test $export -eq 0; then
8934764e
BB
17284 { $as_echo "$as_me:$LINENO: result: no" >&5
17285$as_echo "no" >&6; }
17286
17287 else
17288 { $as_echo "$as_me:$LINENO: result: yes" >&5
17289$as_echo "yes" >&6; }
17290
17291cat >>confdefs.h <<\_ACEOF
17292#define HAVE_PGDAT_LIST 1
17293_ACEOF
17294
17295 fi
17296 else
17297 { $as_echo "$as_me:$LINENO: result: yes" >&5
17298$as_echo "yes" >&6; }
17299
17300cat >>confdefs.h <<\_ACEOF
17301#define HAVE_PGDAT_LIST 1
17302_ACEOF
17303
17304 fi
17305
17306
17307
17308 { $as_echo "$as_me:$LINENO: checking whether global_page_state() is available" >&5
17309$as_echo_n "checking whether global_page_state() is available... " >&6; }
17310
17311
17312cat >conftest.c <<_ACEOF
17313/* confdefs.h. */
17314_ACEOF
17315cat confdefs.h >>conftest.$ac_ext
17316cat >>conftest.$ac_ext <<_ACEOF
17317/* end confdefs.h. */
17318
17319
17320 #include <linux/mm.h>
17321
17322int
17323main (void)
17324{
17325
17326 unsigned long state;
17327 state = global_page_state(0);
17328
17329 ;
17330 return 0;
17331}
17332
17333_ACEOF
17334
17335
17336 rm -Rf build && mkdir -p build
17337 echo "obj-m := conftest.o" >build/Makefile
17338 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
17339 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17340 (eval $ac_try) 2>&5
17341 ac_status=$?
17342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17343 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17345 (eval $ac_try) 2>&5
17346 ac_status=$?
17347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17348 (exit $ac_status); }; }; then
6ae7fef5 17349
8934764e
BB
17350 { $as_echo "$as_me:$LINENO: result: yes" >&5
17351$as_echo "yes" >&6; }
6ae7fef5
BB
17352
17353cat >>confdefs.h <<\_ACEOF
8934764e 17354#define HAVE_GLOBAL_PAGE_STATE 1
6ae7fef5
BB
17355_ACEOF
17356
6ae7fef5 17357
8934764e
BB
17358else
17359 $as_echo "$as_me: failed program was:" >&5
17360sed 's/^/| /' conftest.$ac_ext >&5
17361
17362 { $as_echo "$as_me:$LINENO: result: no" >&5
17363$as_echo "no" >&6; }
17364
17365
17366
17367fi
17368
17369 rm -Rf build
6ae7fef5 17370
6ae7fef5
BB
17371
17372
17373
8934764e
BB
17374 { $as_echo "$as_me:$LINENO: checking whether page state NR_FREE_PAGES is available" >&5
17375$as_echo_n "checking whether page state NR_FREE_PAGES is available... " >&6; }
bf9f3bac 17376
17377
17378cat >conftest.c <<_ACEOF
17379/* confdefs.h. */
17380_ACEOF
17381cat confdefs.h >>conftest.$ac_ext
17382cat >>conftest.$ac_ext <<_ACEOF
17383/* end confdefs.h. */
17384
17385
8934764e 17386 #include <linux/mm.h>
bf9f3bac 17387
17388int
17389main (void)
17390{
17391
8934764e
BB
17392 enum zone_stat_item zsi;
17393 zsi = NR_FREE_PAGES;
bf9f3bac 17394
17395 ;
17396 return 0;
17397}
17398
17399_ACEOF
17400
c5f70460
BB
17401
17402 rm -Rf build && mkdir -p build
17403 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 17404 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 17405 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17406 (eval $ac_try) 2>&5
17407 ac_status=$?
8934764e 17408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 17409 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17410 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17411 (eval $ac_try) 2>&5
17412 ac_status=$?
8934764e 17413 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 17414 (exit $ac_status); }; }; then
17415
8934764e
BB
17416 { $as_echo "$as_me:$LINENO: result: yes" >&5
17417$as_echo "yes" >&6; }
bf9f3bac 17418
17419cat >>confdefs.h <<\_ACEOF
8934764e 17420#define HAVE_ZONE_STAT_ITEM_NR_FREE_PAGES 1
bf9f3bac 17421_ACEOF
17422
bf9f3bac 17423
17424else
8934764e 17425 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 17426sed 's/^/| /' conftest.$ac_ext >&5
17427
8934764e
BB
17428 { $as_echo "$as_me:$LINENO: result: no" >&5
17429$as_echo "no" >&6; }
bf9f3bac 17430
17431
c5f70460 17432
bf9f3bac 17433fi
c5f70460
BB
17434
17435 rm -Rf build
17436
bf9f3bac 17437
17438
17439
8934764e
BB
17440 { $as_echo "$as_me:$LINENO: checking whether page state NR_INACTIVE is available" >&5
17441$as_echo_n "checking whether page state NR_INACTIVE is available... " >&6; }
bf9f3bac 17442
bf9f3bac 17443
8934764e
BB
17444cat >conftest.c <<_ACEOF
17445/* confdefs.h. */
6ae7fef5 17446_ACEOF
8934764e
BB
17447cat confdefs.h >>conftest.$ac_ext
17448cat >>conftest.$ac_ext <<_ACEOF
17449/* end confdefs.h. */
bf9f3bac 17450
6ae7fef5 17451
8934764e 17452 #include <linux/mm.h>
bf9f3bac 17453
8934764e
BB
17454int
17455main (void)
17456{
bf9f3bac 17457
8934764e
BB
17458 enum zone_stat_item zsi;
17459 zsi = NR_INACTIVE;
bf9f3bac 17460
8934764e
BB
17461 ;
17462 return 0;
17463}
bf9f3bac 17464
8934764e 17465_ACEOF
bf9f3bac 17466
bf9f3bac 17467
8934764e
BB
17468 rm -Rf build && mkdir -p build
17469 echo "obj-m := conftest.o" >build/Makefile
17470 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
17471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17472 (eval $ac_try) 2>&5
17473 ac_status=$?
17474 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17475 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17476 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17477 (eval $ac_try) 2>&5
17478 ac_status=$?
17479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17480 (exit $ac_status); }; }; then
bf9f3bac 17481
8934764e
BB
17482 { $as_echo "$as_me:$LINENO: result: yes" >&5
17483$as_echo "yes" >&6; }
6ae7fef5
BB
17484
17485cat >>confdefs.h <<\_ACEOF
8934764e 17486#define HAVE_ZONE_STAT_ITEM_NR_INACTIVE 1
6ae7fef5
BB
17487_ACEOF
17488
6ae7fef5 17489
8934764e
BB
17490else
17491 $as_echo "$as_me: failed program was:" >&5
17492sed 's/^/| /' conftest.$ac_ext >&5
c5f70460 17493
8934764e
BB
17494 { $as_echo "$as_me:$LINENO: result: no" >&5
17495$as_echo "no" >&6; }
bf9f3bac 17496
bf9f3bac 17497
8934764e
BB
17498
17499fi
17500
17501 rm -Rf build
17502
17503
17504
17505 { $as_echo "$as_me:$LINENO: checking whether page state NR_INACTIVE_ANON is available" >&5
17506$as_echo_n "checking whether page state NR_INACTIVE_ANON is available... " >&6; }
17507
17508
17509cat >conftest.c <<_ACEOF
17510/* confdefs.h. */
bf9f3bac 17511_ACEOF
8934764e
BB
17512cat confdefs.h >>conftest.$ac_ext
17513cat >>conftest.$ac_ext <<_ACEOF
17514/* end confdefs.h. */
bf9f3bac 17515
17516
8934764e 17517 #include <linux/mm.h>
bf9f3bac 17518
8934764e
BB
17519int
17520main (void)
17521{
bf9f3bac 17522
8934764e
BB
17523 enum zone_stat_item zsi;
17524 zsi = NR_INACTIVE_ANON;
17525
17526 ;
17527 return 0;
17528}
c5f70460 17529
6ae7fef5 17530_ACEOF
c5f70460 17531
8934764e
BB
17532
17533 rm -Rf build && mkdir -p build
17534 echo "obj-m := conftest.o" >build/Makefile
17535 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
17536 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17537 (eval $ac_try) 2>&5
17538 ac_status=$?
17539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17540 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17541 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17542 (eval $ac_try) 2>&5
17543 ac_status=$?
17544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17545 (exit $ac_status); }; }; then
17546
17547 { $as_echo "$as_me:$LINENO: result: yes" >&5
17548$as_echo "yes" >&6; }
c5f70460 17549
6ae7fef5 17550cat >>confdefs.h <<\_ACEOF
8934764e 17551#define HAVE_ZONE_STAT_ITEM_NR_INACTIVE_ANON 1
6ae7fef5 17552_ACEOF
c5f70460 17553
bf9f3bac 17554
8934764e
BB
17555else
17556 $as_echo "$as_me: failed program was:" >&5
17557sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 17558
8934764e
BB
17559 { $as_echo "$as_me:$LINENO: result: no" >&5
17560$as_echo "no" >&6; }
bf9f3bac 17561
bf9f3bac 17562
bf9f3bac 17563
8934764e 17564fi
bf9f3bac 17565
8934764e 17566 rm -Rf build
bf9f3bac 17567
8934764e
BB
17568
17569
17570 { $as_echo "$as_me:$LINENO: checking whether page state NR_INACTIVE_FILE is available" >&5
17571$as_echo_n "checking whether page state NR_INACTIVE_FILE is available... " >&6; }
17572
17573
17574cat >conftest.c <<_ACEOF
17575/* confdefs.h. */
bf9f3bac 17576_ACEOF
8934764e
BB
17577cat confdefs.h >>conftest.$ac_ext
17578cat >>conftest.$ac_ext <<_ACEOF
17579/* end confdefs.h. */
bf9f3bac 17580
bf9f3bac 17581
8934764e 17582 #include <linux/mm.h>
bf9f3bac 17583
8934764e
BB
17584int
17585main (void)
17586{
bf9f3bac 17587
8934764e
BB
17588 enum zone_stat_item zsi;
17589 zsi = NR_INACTIVE_FILE;
6ae7fef5 17590
8934764e
BB
17591 ;
17592 return 0;
17593}
6ae7fef5 17594
6ae7fef5
BB
17595_ACEOF
17596
8934764e
BB
17597
17598 rm -Rf build && mkdir -p build
17599 echo "obj-m := conftest.o" >build/Makefile
17600 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
17601 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17602 (eval $ac_try) 2>&5
17603 ac_status=$?
17604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17605 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17606 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17607 (eval $ac_try) 2>&5
17608 ac_status=$?
17609 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17610 (exit $ac_status); }; }; then
17611
17612 { $as_echo "$as_me:$LINENO: result: yes" >&5
17613$as_echo "yes" >&6; }
6ae7fef5
BB
17614
17615cat >>confdefs.h <<\_ACEOF
8934764e 17616#define HAVE_ZONE_STAT_ITEM_NR_INACTIVE_FILE 1
6ae7fef5
BB
17617_ACEOF
17618
6ae7fef5 17619
8934764e
BB
17620else
17621 $as_echo "$as_me: failed program was:" >&5
17622sed 's/^/| /' conftest.$ac_ext >&5
6ae7fef5 17623
8934764e
BB
17624 { $as_echo "$as_me:$LINENO: result: no" >&5
17625$as_echo "no" >&6; }
6ae7fef5 17626
6ae7fef5 17627
6ae7fef5 17628
8934764e 17629fi
6ae7fef5 17630
8934764e 17631 rm -Rf build
6ae7fef5 17632
6ae7fef5
BB
17633
17634
17635
8934764e
BB
17636 { $as_echo "$as_me:$LINENO: checking whether page state NR_ACTIVE is available" >&5
17637$as_echo_n "checking whether page state NR_ACTIVE is available... " >&6; }
bf9f3bac 17638
17639
17640cat >conftest.c <<_ACEOF
17641/* confdefs.h. */
17642_ACEOF
17643cat confdefs.h >>conftest.$ac_ext
17644cat >>conftest.$ac_ext <<_ACEOF
17645/* end confdefs.h. */
17646
17647
6ae7fef5 17648 #include <linux/mm.h>
bf9f3bac 17649
17650int
17651main (void)
17652{
17653
8934764e
BB
17654 enum zone_stat_item zsi;
17655 zsi = NR_ACTIVE;
bf9f3bac 17656
17657 ;
17658 return 0;
17659}
17660
17661_ACEOF
17662
c5f70460
BB
17663
17664 rm -Rf build && mkdir -p build
17665 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 17666 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
bf9f3bac 17667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17668 (eval $ac_try) 2>&5
17669 ac_status=$?
8934764e 17670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 17671 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17672 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17673 (eval $ac_try) 2>&5
17674 ac_status=$?
8934764e 17675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 17676 (exit $ac_status); }; }; then
17677
8934764e
BB
17678 { $as_echo "$as_me:$LINENO: result: yes" >&5
17679$as_echo "yes" >&6; }
bf9f3bac 17680
17681cat >>confdefs.h <<\_ACEOF
8934764e 17682#define HAVE_ZONE_STAT_ITEM_NR_ACTIVE 1
bf9f3bac 17683_ACEOF
17684
17685
17686else
8934764e 17687 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 17688sed 's/^/| /' conftest.$ac_ext >&5
17689
8934764e
BB
17690 { $as_echo "$as_me:$LINENO: result: no" >&5
17691$as_echo "no" >&6; }
bf9f3bac 17692
c5f70460
BB
17693
17694
bf9f3bac 17695fi
c5f70460
BB
17696
17697 rm -Rf build
17698
bf9f3bac 17699
17700
8934764e
BB
17701 { $as_echo "$as_me:$LINENO: checking whether page state NR_ACTIVE_ANON is available" >&5
17702$as_echo_n "checking whether page state NR_ACTIVE_ANON is available... " >&6; }
6c9433c1
BB
17703
17704
17705cat >conftest.c <<_ACEOF
17706/* confdefs.h. */
17707_ACEOF
17708cat confdefs.h >>conftest.$ac_ext
17709cat >>conftest.$ac_ext <<_ACEOF
17710/* end confdefs.h. */
17711
17712
6ae7fef5 17713 #include <linux/mm.h>
6c9433c1
BB
17714
17715int
17716main (void)
17717{
17718
6ae7fef5 17719 enum zone_stat_item zsi;
8934764e 17720 zsi = NR_ACTIVE_ANON;
6c9433c1
BB
17721
17722 ;
17723 return 0;
17724}
17725
17726_ACEOF
17727
17728
17729 rm -Rf build && mkdir -p build
17730 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 17731 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
6c9433c1
BB
17732 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17733 (eval $ac_try) 2>&5
17734 ac_status=$?
8934764e 17735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6c9433c1
BB
17736 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17737 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17738 (eval $ac_try) 2>&5
17739 ac_status=$?
8934764e 17740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6c9433c1
BB
17741 (exit $ac_status); }; }; then
17742
8934764e
BB
17743 { $as_echo "$as_me:$LINENO: result: yes" >&5
17744$as_echo "yes" >&6; }
6c9433c1
BB
17745
17746cat >>confdefs.h <<\_ACEOF
8934764e 17747#define HAVE_ZONE_STAT_ITEM_NR_ACTIVE_ANON 1
6c9433c1
BB
17748_ACEOF
17749
17750
17751else
8934764e 17752 $as_echo "$as_me: failed program was:" >&5
6c9433c1
BB
17753sed 's/^/| /' conftest.$ac_ext >&5
17754
8934764e
BB
17755 { $as_echo "$as_me:$LINENO: result: no" >&5
17756$as_echo "no" >&6; }
6c9433c1
BB
17757
17758
17759
17760fi
17761
17762 rm -Rf build
17763
17764
17765
8934764e
BB
17766 { $as_echo "$as_me:$LINENO: checking whether page state NR_ACTIVE_FILE is available" >&5
17767$as_echo_n "checking whether page state NR_ACTIVE_FILE is available... " >&6; }
bf9f3bac 17768
bf9f3bac 17769
6ae7fef5
BB
17770cat >conftest.c <<_ACEOF
17771/* confdefs.h. */
bf9f3bac 17772_ACEOF
6ae7fef5
BB
17773cat confdefs.h >>conftest.$ac_ext
17774cat >>conftest.$ac_ext <<_ACEOF
17775/* end confdefs.h. */
bf9f3bac 17776
bf9f3bac 17777
6ae7fef5 17778 #include <linux/mm.h>
bf9f3bac 17779
6ae7fef5
BB
17780int
17781main (void)
17782{
96dded38 17783
6ae7fef5 17784 enum zone_stat_item zsi;
8934764e 17785 zsi = NR_ACTIVE_FILE;
bf9f3bac 17786
6ae7fef5
BB
17787 ;
17788 return 0;
17789}
31a033ec 17790
6ae7fef5 17791_ACEOF
31a033ec 17792
c5f70460 17793
6ae7fef5
BB
17794 rm -Rf build && mkdir -p build
17795 echo "obj-m := conftest.o" >build/Makefile
17796 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
17797 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17798 (eval $ac_try) 2>&5
17799 ac_status=$?
8934764e 17800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
17801 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17803 (eval $ac_try) 2>&5
17804 ac_status=$?
8934764e 17805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5 17806 (exit $ac_status); }; }; then
c5f70460 17807
8934764e
BB
17808 { $as_echo "$as_me:$LINENO: result: yes" >&5
17809$as_echo "yes" >&6; }
c5f70460 17810
96dded38 17811cat >>confdefs.h <<\_ACEOF
8934764e 17812#define HAVE_ZONE_STAT_ITEM_NR_ACTIVE_FILE 1
96dded38 17813_ACEOF
c5f70460 17814
31a033ec 17815
6ae7fef5 17816else
8934764e 17817 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
17818sed 's/^/| /' conftest.$ac_ext >&5
17819
8934764e
BB
17820 { $as_echo "$as_me:$LINENO: result: no" >&5
17821$as_echo "no" >&6; }
6ae7fef5
BB
17822
17823
17824
17825fi
17826
17827 rm -Rf build
31a033ec
BB
17828
17829
6ae7fef5 17830
8934764e
BB
17831
17832 { $as_echo "$as_me:$LINENO: checking whether symbol get_zone_counts is needed" >&5
17833$as_echo_n "checking whether symbol get_zone_counts is needed... " >&6; }
31a033ec
BB
17834
17835
17836cat >conftest.c <<_ACEOF
17837/* confdefs.h. */
17838_ACEOF
17839cat confdefs.h >>conftest.$ac_ext
17840cat >>conftest.$ac_ext <<_ACEOF
17841/* end confdefs.h. */
17842
17843
31a033ec
BB
17844
17845int
17846main (void)
17847{
17848
8934764e
BB
17849 #if !defined(HAVE_ZONE_STAT_ITEM_NR_FREE_PAGES)
17850 #error "global_page_state needs NR_FREE_PAGES"
17851 #endif
17852
17853 #if !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE) && \
17854 !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE_ANON) && \
17855 !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE_FILE)
17856 #error "global_page_state needs NR_ACTIVE*"
17857 #endif
17858
17859 #if !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE) && \
17860 !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE_ANON) && \
17861 !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE_FILE)
17862 #error "global_page_state needs NR_INACTIVE*"
17863 #endif
31a033ec
BB
17864
17865 ;
17866 return 0;
17867}
17868
17869_ACEOF
17870
c5f70460
BB
17871
17872 rm -Rf build && mkdir -p build
17873 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 17874 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
31a033ec
BB
17875 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17876 (eval $ac_try) 2>&5
17877 ac_status=$?
8934764e 17878 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31a033ec
BB
17879 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17880 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17881 (eval $ac_try) 2>&5
17882 ac_status=$?
8934764e 17883 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31a033ec
BB
17884 (exit $ac_status); }; }; then
17885
8934764e
BB
17886 { $as_echo "$as_me:$LINENO: result: no" >&5
17887$as_echo "no" >&6; }
17888
17889else
17890 $as_echo "$as_me: failed program was:" >&5
17891sed 's/^/| /' conftest.$ac_ext >&5
17892
17893 { $as_echo "$as_me:$LINENO: result: yes" >&5
17894$as_echo "yes" >&6; }
31a033ec
BB
17895
17896cat >>confdefs.h <<\_ACEOF
8934764e 17897#define NEED_GET_ZONE_COUNTS 1
31a033ec
BB
17898_ACEOF
17899
17900
8934764e
BB
17901 { $as_echo "$as_me:$LINENO: checking whether symbol get_zone_counts is exported" >&5
17902$as_echo_n "checking whether symbol get_zone_counts is exported... " >&6; }
17903 grep -q -E '[[:space:]]get_zone_counts[[:space:]]' \
17904 $LINUX_OBJ/Module*.symvers 2>/dev/null
17905 rc=$?
17906 if test $rc -ne 0; then
17907 export=0
17908 for file in ; do
17909 grep -q -E "EXPORT_SYMBOL.*(get_zone_counts)" \
17910 "$LINUX_OBJ/$file" 2>/dev/null
17911 rc=$?
17912 if test $rc -eq 0; then
17913 export=1
17914 break;
17915 fi
17916 done
17917 if test $export -eq 0; then
17918 { $as_echo "$as_me:$LINENO: result: no" >&5
17919$as_echo "no" >&6; }
17920
17921 else
17922 { $as_echo "$as_me:$LINENO: result: yes" >&5
17923$as_echo "yes" >&6; }
17924
17925cat >>confdefs.h <<\_ACEOF
17926#define HAVE_GET_ZONE_COUNTS 1
17927_ACEOF
17928
17929 fi
17930 else
17931 { $as_echo "$as_me:$LINENO: result: yes" >&5
17932$as_echo "yes" >&6; }
17933
17934cat >>confdefs.h <<\_ACEOF
17935#define HAVE_GET_ZONE_COUNTS 1
17936_ACEOF
17937
17938 fi
bf9f3bac 17939
bf9f3bac 17940
c5f70460
BB
17941
17942
bf9f3bac 17943fi
c5f70460
BB
17944
17945 rm -Rf build
17946
bf9f3bac 17947
17948
8934764e
BB
17949
17950 { $as_echo "$as_me:$LINENO: checking whether symbol set_fs_pwd is exported" >&5
17951$as_echo_n "checking whether symbol set_fs_pwd is exported... " >&6; }
17952 grep -q -E '[[:space:]]set_fs_pwd[[:space:]]' \
17953 $LINUX_OBJ/Module*.symvers 2>/dev/null
17954 rc=$?
17955 if test $rc -ne 0; then
17956 export=0
17957 for file in ; do
17958 grep -q -E "EXPORT_SYMBOL.*(set_fs_pwd)" \
17959 "$LINUX_OBJ/$file" 2>/dev/null
17960 rc=$?
17961 if test $rc -eq 0; then
17962 export=1
17963 break;
17964 fi
17965 done
17966 if test $export -eq 0; then
17967 { $as_echo "$as_me:$LINENO: result: no" >&5
17968$as_echo "no" >&6; }
17969
17970 else
17971 { $as_echo "$as_me:$LINENO: result: yes" >&5
17972$as_echo "yes" >&6; }
17973
17974cat >>confdefs.h <<\_ACEOF
17975#define HAVE_SET_FS_PWD 1
17976_ACEOF
17977
17978 fi
17979 else
17980 { $as_echo "$as_me:$LINENO: result: yes" >&5
17981$as_echo "yes" >&6; }
17982
17983cat >>confdefs.h <<\_ACEOF
17984#define HAVE_SET_FS_PWD 1
17985_ACEOF
17986
17987 fi
17988
17989
17990 { $as_echo "$as_me:$LINENO: checking whether set_fs_pwd() wants 2 args" >&5
17991$as_echo_n "checking whether set_fs_pwd() wants 2 args... " >&6; }
bf9f3bac 17992
d1ff2312 17993
6ae7fef5
BB
17994cat >conftest.c <<_ACEOF
17995/* confdefs.h. */
d1ff2312 17996_ACEOF
6ae7fef5
BB
17997cat confdefs.h >>conftest.$ac_ext
17998cat >>conftest.$ac_ext <<_ACEOF
17999/* end confdefs.h. */
d1ff2312 18000
d1ff2312 18001
8934764e
BB
18002 #include <linux/sched.h>
18003 #include <linux/fs_struct.h>
d1ff2312 18004
6ae7fef5
BB
18005int
18006main (void)
18007{
d1ff2312 18008
8934764e 18009 set_fs_pwd(NULL, NULL);
d1ff2312 18010
6ae7fef5
BB
18011 ;
18012 return 0;
18013}
d1ff2312 18014
6ae7fef5 18015_ACEOF
d1ff2312 18016
d1ff2312 18017
6ae7fef5
BB
18018 rm -Rf build && mkdir -p build
18019 echo "obj-m := conftest.o" >build/Makefile
18020 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
18021 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18022 (eval $ac_try) 2>&5
18023 ac_status=$?
8934764e 18024 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
18025 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18026 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18027 (eval $ac_try) 2>&5
18028 ac_status=$?
8934764e 18029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5 18030 (exit $ac_status); }; }; then
d1ff2312 18031
8934764e
BB
18032 { $as_echo "$as_me:$LINENO: result: yes" >&5
18033$as_echo "yes" >&6; }
d1ff2312
BB
18034
18035cat >>confdefs.h <<\_ACEOF
8934764e 18036#define HAVE_2ARGS_SET_FS_PWD 1
d1ff2312
BB
18037_ACEOF
18038
5232d256 18039
6ae7fef5 18040else
8934764e 18041 $as_echo "$as_me: failed program was:" >&5
6ae7fef5 18042sed 's/^/| /' conftest.$ac_ext >&5
5232d256 18043
8934764e
BB
18044 { $as_echo "$as_me:$LINENO: result: no" >&5
18045$as_echo "no" >&6; }
5232d256
BB
18046
18047
36b313da 18048
6ae7fef5
BB
18049fi
18050
18051 rm -Rf build
18052
36b313da 18053
36b313da 18054
8934764e
BB
18055 { $as_echo "$as_me:$LINENO: checking whether vfs_unlink() wants 2 args" >&5
18056$as_echo_n "checking whether vfs_unlink() wants 2 args... " >&6; }
6ae7fef5
BB
18057
18058
18059cat >conftest.c <<_ACEOF
18060/* confdefs.h. */
36b313da 18061_ACEOF
6ae7fef5
BB
18062cat confdefs.h >>conftest.$ac_ext
18063cat >>conftest.$ac_ext <<_ACEOF
18064/* end confdefs.h. */
36b313da 18065
36b313da 18066
8934764e 18067 #include <linux/fs.h>
36b313da 18068
6ae7fef5
BB
18069int
18070main (void)
18071{
36b313da 18072
8934764e 18073 vfs_unlink(NULL, NULL);
36b313da 18074
6ae7fef5
BB
18075 ;
18076 return 0;
18077}
36b313da 18078
36b313da
BB
18079_ACEOF
18080
6ae7fef5
BB
18081
18082 rm -Rf build && mkdir -p build
18083 echo "obj-m := conftest.o" >build/Makefile
18084 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
18085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18086 (eval $ac_try) 2>&5
18087 ac_status=$?
8934764e 18088 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
18089 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18090 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18091 (eval $ac_try) 2>&5
18092 ac_status=$?
8934764e 18093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
18094 (exit $ac_status); }; }; then
18095
8934764e
BB
18096 { $as_echo "$as_me:$LINENO: result: yes" >&5
18097$as_echo "yes" >&6; }
36b313da
BB
18098
18099cat >>confdefs.h <<\_ACEOF
8934764e 18100#define HAVE_2ARGS_VFS_UNLINK 1
36b313da
BB
18101_ACEOF
18102
36b313da 18103
6ae7fef5 18104else
8934764e 18105 $as_echo "$as_me: failed program was:" >&5
6ae7fef5 18106sed 's/^/| /' conftest.$ac_ext >&5
36b313da 18107
8934764e
BB
18108 { $as_echo "$as_me:$LINENO: result: no" >&5
18109$as_echo "no" >&6; }
36b313da 18110
36b313da 18111
36b313da 18112
6ae7fef5 18113fi
36b313da 18114
6ae7fef5
BB
18115 rm -Rf build
18116
18117
18118
8934764e
BB
18119 { $as_echo "$as_me:$LINENO: checking whether vfs_rename() wants 4 args" >&5
18120$as_echo_n "checking whether vfs_rename() wants 4 args... " >&6; }
6ae7fef5
BB
18121
18122
18123cat >conftest.c <<_ACEOF
18124/* confdefs.h. */
36b313da 18125_ACEOF
6ae7fef5
BB
18126cat confdefs.h >>conftest.$ac_ext
18127cat >>conftest.$ac_ext <<_ACEOF
18128/* end confdefs.h. */
36b313da 18129
36b313da 18130
8934764e 18131 #include <linux/fs.h>
36b313da 18132
6ae7fef5
BB
18133int
18134main (void)
18135{
36b313da 18136
8934764e 18137 vfs_rename(NULL, NULL, NULL, NULL);
5232d256 18138
6ae7fef5
BB
18139 ;
18140 return 0;
18141}
5232d256 18142
5232d256
BB
18143_ACEOF
18144
6ae7fef5
BB
18145
18146 rm -Rf build && mkdir -p build
18147 echo "obj-m := conftest.o" >build/Makefile
18148 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
18149 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18150 (eval $ac_try) 2>&5
18151 ac_status=$?
8934764e 18152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
18153 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18154 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18155 (eval $ac_try) 2>&5
18156 ac_status=$?
8934764e 18157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
18158 (exit $ac_status); }; }; then
18159
8934764e
BB
18160 { $as_echo "$as_me:$LINENO: result: yes" >&5
18161$as_echo "yes" >&6; }
5232d256
BB
18162
18163cat >>confdefs.h <<\_ACEOF
8934764e 18164#define HAVE_4ARGS_VFS_RENAME 1
5232d256
BB
18165_ACEOF
18166
5232d256 18167
6ae7fef5 18168else
8934764e 18169 $as_echo "$as_me: failed program was:" >&5
6ae7fef5 18170sed 's/^/| /' conftest.$ac_ext >&5
5232d256 18171
8934764e
BB
18172 { $as_echo "$as_me:$LINENO: result: no" >&5
18173$as_echo "no" >&6; }
4ab13d3b 18174
4ab13d3b 18175
4ab13d3b 18176
6ae7fef5 18177fi
4ab13d3b 18178
6ae7fef5 18179 rm -Rf build
96dded38
BB
18180
18181
18182
8934764e
BB
18183
18184 { $as_echo "$as_me:$LINENO: checking whether struct cred exists" >&5
18185$as_echo_n "checking whether struct cred exists... " >&6; }
96dded38
BB
18186
18187
18188cat >conftest.c <<_ACEOF
18189/* confdefs.h. */
18190_ACEOF
18191cat confdefs.h >>conftest.$ac_ext
18192cat >>conftest.$ac_ext <<_ACEOF
18193/* end confdefs.h. */
18194
18195
8934764e 18196 #include <linux/cred.h>
96dded38
BB
18197
18198int
18199main (void)
18200{
18201
8934764e
BB
18202 struct cred *cr;
18203 cr = NULL;
96dded38
BB
18204
18205 ;
18206 return 0;
18207}
18208
18209_ACEOF
18210
18211
18212 rm -Rf build && mkdir -p build
18213 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 18214 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
96dded38
BB
18215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18216 (eval $ac_try) 2>&5
18217 ac_status=$?
8934764e 18218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
96dded38
BB
18219 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18220 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18221 (eval $ac_try) 2>&5
18222 ac_status=$?
8934764e 18223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
96dded38
BB
18224 (exit $ac_status); }; }; then
18225
8934764e
BB
18226 { $as_echo "$as_me:$LINENO: result: yes" >&5
18227$as_echo "yes" >&6; }
96dded38
BB
18228
18229cat >>confdefs.h <<\_ACEOF
8934764e 18230#define HAVE_CRED_STRUCT 1
96dded38
BB
18231_ACEOF
18232
18233
18234else
8934764e 18235 $as_echo "$as_me: failed program was:" >&5
96dded38
BB
18236sed 's/^/| /' conftest.$ac_ext >&5
18237
8934764e
BB
18238 { $as_echo "$as_me:$LINENO: result: no" >&5
18239$as_echo "no" >&6; }
96dded38
BB
18240
18241
18242
18243fi
18244
18245 rm -Rf build
18246
4ab13d3b
BB
18247
18248
18249
8934764e
BB
18250 { $as_echo "$as_me:$LINENO: checking whether symbol groups_search is exported" >&5
18251$as_echo_n "checking whether symbol groups_search is exported... " >&6; }
18252 grep -q -E '[[:space:]]groups_search[[:space:]]' \
18253 $LINUX_OBJ/Module*.symvers 2>/dev/null
18254 rc=$?
18255 if test $rc -ne 0; then
18256 export=0
18257 for file in ; do
18258 grep -q -E "EXPORT_SYMBOL.*(groups_search)" \
18259 "$LINUX_OBJ/$file" 2>/dev/null
18260 rc=$?
18261 if test $rc -eq 0; then
18262 export=1
18263 break;
18264 fi
18265 done
18266 if test $export -eq 0; then
18267 { $as_echo "$as_me:$LINENO: result: no" >&5
18268$as_echo "no" >&6; }
18269
18270 else
18271 { $as_echo "$as_me:$LINENO: result: yes" >&5
18272$as_echo "yes" >&6; }
18273
18274cat >>confdefs.h <<\_ACEOF
18275#define HAVE_GROUPS_SEARCH 1
18276_ACEOF
18277
18278 fi
18279 else
18280 { $as_echo "$as_me:$LINENO: result: yes" >&5
18281$as_echo "yes" >&6; }
18282
18283cat >>confdefs.h <<\_ACEOF
18284#define HAVE_GROUPS_SEARCH 1
18285_ACEOF
18286
18287 fi
18288
18289
18290
18291 { $as_echo "$as_me:$LINENO: checking whether symbol __put_task_struct is exported" >&5
18292$as_echo_n "checking whether symbol __put_task_struct is exported... " >&6; }
18293 grep -q -E '[[:space:]]__put_task_struct[[:space:]]' \
18294 $LINUX_OBJ/Module*.symvers 2>/dev/null
18295 rc=$?
18296 if test $rc -ne 0; then
18297 export=0
18298 for file in ; do
18299 grep -q -E "EXPORT_SYMBOL.*(__put_task_struct)" \
18300 "$LINUX_OBJ/$file" 2>/dev/null
18301 rc=$?
18302 if test $rc -eq 0; then
18303 export=1
18304 break;
18305 fi
18306 done
18307 if test $export -eq 0; then
18308 { $as_echo "$as_me:$LINENO: result: no" >&5
18309$as_echo "no" >&6; }
18310
18311 else
18312 { $as_echo "$as_me:$LINENO: result: yes" >&5
18313$as_echo "yes" >&6; }
18314
18315cat >>confdefs.h <<\_ACEOF
18316#define HAVE_PUT_TASK_STRUCT 1
18317_ACEOF
18318
18319 fi
18320 else
18321 { $as_echo "$as_me:$LINENO: result: yes" >&5
18322$as_echo "yes" >&6; }
18323
18324cat >>confdefs.h <<\_ACEOF
18325#define HAVE_PUT_TASK_STRUCT 1
18326_ACEOF
18327
18328 fi
18329
18330
18331
18332 { $as_echo "$as_me:$LINENO: checking whether proc_handler() wants 5 args" >&5
18333$as_echo_n "checking whether proc_handler() wants 5 args... " >&6; }
e11d6c5f
BB
18334
18335
18336cat >conftest.c <<_ACEOF
18337/* confdefs.h. */
18338_ACEOF
18339cat confdefs.h >>conftest.$ac_ext
18340cat >>conftest.$ac_ext <<_ACEOF
18341/* end confdefs.h. */
18342
18343
8934764e 18344 #include <linux/sysctl.h>
e11d6c5f 18345
8934764e
BB
18346int
18347main (void)
18348{
18349
18350 proc_dostring(NULL, 0, NULL, NULL, NULL);
e11d6c5f
BB
18351
18352 ;
18353 return 0;
18354}
18355
18356_ACEOF
18357
18358
18359 rm -Rf build && mkdir -p build
18360 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 18361 if { ac_try='cp conftest.c build && make modules -C $LINUX_OBJ EXTRA_CFLAGS="-Werror-implicit-function-declaration $EXTRA_KCFLAGS" $ARCH_UM M=$PWD/build'
e11d6c5f
BB
18362 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18363 (eval $ac_try) 2>&5
18364 ac_status=$?
8934764e 18365 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
e11d6c5f
BB
18366 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18367 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18368 (eval $ac_try) 2>&5
18369 ac_status=$?
8934764e 18370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
e11d6c5f
BB
18371 (exit $ac_status); }; }; then
18372
8934764e
BB
18373 { $as_echo "$as_me:$LINENO: result: yes" >&5
18374$as_echo "yes" >&6; }
18375
18376cat >>confdefs.h <<\_ACEOF
18377#define HAVE_5ARGS_PROC_HANDLER 1
18378_ACEOF
18379
6ae7fef5
BB
18380
18381else
8934764e 18382 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
18383sed 's/^/| /' conftest.$ac_ext >&5
18384
8934764e
BB
18385 { $as_echo "$as_me:$LINENO: result: no" >&5
18386$as_echo "no" >&6; }
e11d6c5f 18387
e11d6c5f
BB
18388
18389
8934764e 18390fi
e11d6c5f 18391
8934764e
BB
18392 rm -Rf build
18393
18394
18395
18396
b868e22f
BB
18397 { $as_echo "$as_me:$LINENO: checking whether symbol kvasprintf is exported" >&5
18398$as_echo_n "checking whether symbol kvasprintf is exported... " >&6; }
18399 grep -q -E '[[:space:]]kvasprintf[[:space:]]' \
18400 $LINUX_OBJ/Module*.symvers 2>/dev/null
18401 rc=$?
18402 if test $rc -ne 0; then
18403 export=0
18404 for file in ; do
18405 grep -q -E "EXPORT_SYMBOL.*(kvasprintf)" \
18406 "$LINUX_OBJ/$file" 2>/dev/null
18407 rc=$?
18408 if test $rc -eq 0; then
18409 export=1
18410 break;
18411 fi
18412 done
18413 if test $export -eq 0; then
18414 { $as_echo "$as_me:$LINENO: result: no" >&5
18415$as_echo "no" >&6; }
18416
18417 else
18418 { $as_echo "$as_me:$LINENO: result: yes" >&5
18419$as_echo "yes" >&6; }
18420
18421cat >>confdefs.h <<\_ACEOF
18422#define HAVE_KVASPRINTF 1
18423_ACEOF
18424
18425 fi
18426 else
18427 { $as_echo "$as_me:$LINENO: result: yes" >&5
18428$as_echo "yes" >&6; }
18429
18430cat >>confdefs.h <<\_ACEOF
18431#define HAVE_KVASPRINTF 1
18432_ACEOF
18433
18434 fi
18435
18436
18437
8934764e
BB
18438 ;;
18439 srpm) ;;
18440 *)
18441 { $as_echo "$as_me:$LINENO: result: Error!" >&5
18442$as_echo "Error!" >&6; }
18443 { { $as_echo "$as_me:$LINENO: error: Bad value \"$SPL_CONFIG\" for --with-config,
18444 user kernel|user|all|srpm" >&5
18445$as_echo "$as_me: error: Bad value \"$SPL_CONFIG\" for --with-config,
18446 user kernel|user|all|srpm" >&2;}
18447 { (exit 1); exit 1; }; } ;;
18448 esac
18449
18450 if test "$SPL_CONFIG" = user ||
18451 test "$SPL_CONFIG" = all; then
18452 CONFIG_USER_TRUE=
18453 CONFIG_USER_FALSE='#'
18454else
18455 CONFIG_USER_TRUE='#'
18456 CONFIG_USER_FALSE=
18457fi
18458
18459 if test "$SPL_CONFIG" = kernel ||
18460 test "$SPL_CONFIG" = all; then
18461 CONFIG_KERNEL_TRUE=
18462 CONFIG_KERNEL_FALSE='#'
18463else
18464 CONFIG_KERNEL_TRUE='#'
18465 CONFIG_KERNEL_FALSE=
18466fi
18467
18468
18469
18470ac_config_files="$ac_config_files Makefile lib/Makefile cmd/Makefile module/Makefile module/spl/Makefile module/splat/Makefile include/Makefile scripts/Makefile spl.spec spl-modules.spec"
18471
18472
18473cat >confcache <<\_ACEOF
18474# This file is a shell script that caches the results of configure
18475# tests run on this system so they can be shared between configure
18476# scripts and configure runs, see configure's option --config-cache.
18477# It is not useful on other systems. If it contains results you don't
18478# want to keep, you may remove or edit it.
18479#
18480# config.status only pays attention to the cache file if you give it
18481# the --recheck option to rerun configure.
18482#
18483# `ac_cv_env_foo' variables (set or unset) will be overridden when
18484# loading this file, other *unset* `ac_cv_foo' will be assigned the
18485# following values.
6ae7fef5 18486
6ae7fef5
BB
18487_ACEOF
18488
8934764e
BB
18489# The following way of writing the cache mishandles newlines in values,
18490# but we know of no workaround that is simple, portable, and efficient.
18491# So, we kill variables containing newlines.
18492# Ultrix sh set writes to stderr and can't be redirected directly,
18493# and sets the high bit in the cache file unless we assign to the vars.
18494(
18495 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18496 eval ac_val=\$$ac_var
18497 case $ac_val in #(
18498 *${as_nl}*)
18499 case $ac_var in #(
18500 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
18501$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18502 esac
18503 case $ac_var in #(
18504 _ | IFS | as_nl) ;; #(
18505 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18506 *) $as_unset $ac_var ;;
18507 esac ;;
18508 esac
18509 done
6ae7fef5 18510
8934764e
BB
18511 (set) 2>&1 |
18512 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18513 *${as_nl}ac_space=\ *)
18514 # `set' does not quote correctly, so add quotes (double-quote
18515 # substitution turns \\\\ into \\, and sed turns \\ into \).
18516 sed -n \
18517 "s/'/'\\\\''/g;
18518 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18519 ;; #(
18520 *)
18521 # `set' quotes correctly as required by POSIX, so do not add quotes.
18522 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18523 ;;
18524 esac |
18525 sort
18526) |
18527 sed '
18528 /^ac_cv_env_/b end
18529 t clear
18530 :clear
18531 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18532 t end
18533 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18534 :end' >>confcache
18535if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18536 if test -w "$cache_file"; then
18537 test "x$cache_file" != "x/dev/null" &&
18538 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
18539$as_echo "$as_me: updating cache $cache_file" >&6;}
18540 cat confcache >$cache_file
18541 else
18542 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
18543$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18544 fi
18545fi
18546rm -f confcache
18547
18548test "x$prefix" = xNONE && prefix=$ac_default_prefix
18549# Let make expand exec_prefix.
18550test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18551
18552DEFS=-DHAVE_CONFIG_H
18553
18554ac_libobjs=
18555ac_ltlibobjs=
18556for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18557 # 1. Remove the extension, and $U if already installed.
18558 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18559 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18560 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18561 # will be set to the directory where LIBOBJS objects are built.
18562 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18563 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
18564done
18565LIBOBJS=$ac_libobjs
18566
18567LTLIBOBJS=$ac_ltlibobjs
18568
18569
18570if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
18571 { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
18572Usually this means the macro was only invoked conditionally." >&5
18573$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
18574Usually this means the macro was only invoked conditionally." >&2;}
18575 { (exit 1); exit 1; }; }
18576fi
18577 if test -n "$EXEEXT"; then
18578 am__EXEEXT_TRUE=
18579 am__EXEEXT_FALSE='#'
18580else
18581 am__EXEEXT_TRUE='#'
18582 am__EXEEXT_FALSE=
18583fi
18584
18585if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
18586 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
18587Usually this means the macro was only invoked conditionally." >&5
18588$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
18589Usually this means the macro was only invoked conditionally." >&2;}
18590 { (exit 1); exit 1; }; }
18591fi
18592if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
18593 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
18594Usually this means the macro was only invoked conditionally." >&5
18595$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
18596Usually this means the macro was only invoked conditionally." >&2;}
18597 { (exit 1); exit 1; }; }
18598fi
18599if test -z "${CONFIG_USER_TRUE}" && test -z "${CONFIG_USER_FALSE}"; then
18600 { { $as_echo "$as_me:$LINENO: error: conditional \"CONFIG_USER\" was never defined.
18601Usually this means the macro was only invoked conditionally." >&5
18602$as_echo "$as_me: error: conditional \"CONFIG_USER\" was never defined.
18603Usually this means the macro was only invoked conditionally." >&2;}
18604 { (exit 1); exit 1; }; }
18605fi
18606if test -z "${CONFIG_KERNEL_TRUE}" && test -z "${CONFIG_KERNEL_FALSE}"; then
18607 { { $as_echo "$as_me:$LINENO: error: conditional \"CONFIG_KERNEL\" was never defined.
18608Usually this means the macro was only invoked conditionally." >&5
18609$as_echo "$as_me: error: conditional \"CONFIG_KERNEL\" was never defined.
18610Usually this means the macro was only invoked conditionally." >&2;}
18611 { (exit 1); exit 1; }; }
18612fi
18613
18614: ${CONFIG_STATUS=./config.status}
18615ac_write_fail=0
18616ac_clean_files_save=$ac_clean_files
18617ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18618{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
18619$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18620cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18621#! $SHELL
18622# Generated by $as_me.
18623# Run this file to recreate the current configuration.
18624# Compiler output produced by configure, useful for debugging
18625# configure, is in config.log if it exists.
18626
18627debug=false
18628ac_cs_recheck=false
18629ac_cs_silent=false
18630SHELL=\${CONFIG_SHELL-$SHELL}
6ae7fef5
BB
18631_ACEOF
18632
8934764e
BB
18633cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18634## --------------------- ##
18635## M4sh Initialization. ##
18636## --------------------- ##
18637
18638# Be more Bourne compatible
18639DUALCASE=1; export DUALCASE # for MKS sh
18640if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18641 emulate sh
18642 NULLCMD=:
18643 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18644 # is contrary to our usage. Disable this feature.
18645 alias -g '${1+"$@"}'='"$@"'
18646 setopt NO_GLOB_SUBST
18647else
18648 case `(set -o) 2>/dev/null` in
18649 *posix*) set -o posix ;;
18650esac
18651
18652fi
18653
6ae7fef5
BB
18654
18655
e11d6c5f 18656
8934764e
BB
18657# PATH needs CR
18658# Avoid depending upon Character Ranges.
18659as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18660as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18661as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18662as_cr_digits='0123456789'
18663as_cr_alnum=$as_cr_Letters$as_cr_digits
e11d6c5f 18664
8934764e
BB
18665as_nl='
18666'
18667export as_nl
18668# Printing a long string crashes Solaris 7 /usr/bin/printf.
18669as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18670as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18671as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18672if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
18673 as_echo='printf %s\n'
18674 as_echo_n='printf %s'
18675else
18676 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
18677 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
18678 as_echo_n='/usr/ucb/echo -n'
18679 else
18680 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
18681 as_echo_n_body='eval
18682 arg=$1;
18683 case $arg in
18684 *"$as_nl"*)
18685 expr "X$arg" : "X\\(.*\\)$as_nl";
18686 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
18687 esac;
18688 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
18689 '
18690 export as_echo_n_body
18691 as_echo_n='sh -c $as_echo_n_body as_echo'
18692 fi
18693 export as_echo_body
18694 as_echo='sh -c $as_echo_body as_echo'
51a727e9
BB
18695fi
18696
8934764e
BB
18697# The user is always right.
18698if test "${PATH_SEPARATOR+set}" != set; then
18699 PATH_SEPARATOR=:
18700 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
18701 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
18702 PATH_SEPARATOR=';'
18703 }
18704fi
51a727e9 18705
8934764e
BB
18706# Support unset when possible.
18707if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
18708 as_unset=unset
18709else
18710 as_unset=false
18711fi
51a727e9
BB
18712
18713
8934764e
BB
18714# IFS
18715# We need space, tab and new line, in precisely that order. Quoting is
18716# there to prevent editors from complaining about space-tab.
18717# (If _AS_PATH_WALK were called with IFS unset, it would disable word
18718# splitting by setting IFS to empty value.)
18719IFS=" "" $as_nl"
18720
18721# Find who we are. Look in the path if we contain no directory separator.
18722case $0 in
18723 *[\\/]* ) as_myself=$0 ;;
18724 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
18725for as_dir in $PATH
18726do
18727 IFS=$as_save_IFS
18728 test -z "$as_dir" && as_dir=.
18729 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
18730done
18731IFS=$as_save_IFS
51a727e9 18732
8934764e
BB
18733 ;;
18734esac
18735# We did not find ourselves, most probably we were run as `sh COMMAND'
18736# in which case we are not to be found in the path.
18737if test "x$as_myself" = x; then
18738 as_myself=$0
18739fi
18740if test ! -f "$as_myself"; then
18741 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
18742 { (exit 1); exit 1; }
18743fi
51a727e9 18744
8934764e
BB
18745# Work around bugs in pre-3.0 UWIN ksh.
18746for as_var in ENV MAIL MAILPATH
18747do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
18748done
18749PS1='$ '
18750PS2='> '
18751PS4='+ '
51a727e9 18752
8934764e
BB
18753# NLS nuisances.
18754LC_ALL=C
18755export LC_ALL
18756LANGUAGE=C
18757export LANGUAGE
51a727e9 18758
8934764e
BB
18759# Required to use basename.
18760if expr a : '\(a\)' >/dev/null 2>&1 &&
18761 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18762 as_expr=expr
18763else
18764 as_expr=false
18765fi
51a727e9 18766
8934764e
BB
18767if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
18768 as_basename=basename
18769else
18770 as_basename=false
18771fi
51a727e9 18772
51a727e9 18773
8934764e
BB
18774# Name of the executable.
18775as_me=`$as_basename -- "$0" ||
18776$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
18777 X"$0" : 'X\(//\)$' \| \
18778 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
18779$as_echo X/"$0" |
18780 sed '/^.*\/\([^/][^/]*\)\/*$/{
18781 s//\1/
18782 q
18783 }
18784 /^X\/\(\/\/\)$/{
18785 s//\1/
18786 q
18787 }
18788 /^X\/\(\/\).*/{
18789 s//\1/
18790 q
18791 }
18792 s/.*/./; q'`
51a727e9 18793
8934764e
BB
18794# CDPATH.
18795$as_unset CDPATH
51a727e9
BB
18796
18797
51a727e9 18798
8934764e
BB
18799 as_lineno_1=$LINENO
18800 as_lineno_2=$LINENO
18801 test "x$as_lineno_1" != "x$as_lineno_2" &&
18802 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
51a727e9 18803
8934764e
BB
18804 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
18805 # uniformly replaced by the line number. The first 'sed' inserts a
18806 # line-number line after each line using $LINENO; the second 'sed'
18807 # does the real work. The second script uses 'N' to pair each
18808 # line-number line with the line containing $LINENO, and appends
18809 # trailing '-' during substitution so that $LINENO is not a special
18810 # case at line end.
18811 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
18812 # scripts with optimization help from Paolo Bonzini. Blame Lee
18813 # E. McMahon (1931-1989) for sed's syntax. :-)
18814 sed -n '
18815 p
18816 /[$]LINENO/=
18817 ' <$as_myself |
18818 sed '
18819 s/[$]LINENO.*/&-/
18820 t lineno
18821 b
18822 :lineno
18823 N
18824 :loop
18825 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
18826 t loop
18827 s/-\n.*//
18828 ' >$as_me.lineno &&
18829 chmod +x "$as_me.lineno" ||
18830 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
18831 { (exit 1); exit 1; }; }
51a727e9 18832
8934764e
BB
18833 # Don't try to exec as it changes $[0], causing all sort of problems
18834 # (the dirname of $[0] is not the place where we might find the
18835 # original and so on. Autoconf is especially sensitive to this).
18836 . "./$as_me.lineno"
18837 # Exit status is that of the last command.
18838 exit
18839}
51a727e9 18840
51a727e9 18841
8934764e
BB
18842if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
18843 as_dirname=dirname
18844else
18845 as_dirname=false
18846fi
51a727e9 18847
8934764e
BB
18848ECHO_C= ECHO_N= ECHO_T=
18849case `echo -n x` in
18850-n*)
18851 case `echo 'x\c'` in
18852 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
18853 *) ECHO_C='\c';;
18854 esac;;
18855*)
18856 ECHO_N='-n';;
18857esac
18858if expr a : '\(a\)' >/dev/null 2>&1 &&
18859 test "X`expr 00001 : '.*\(...\)'`" = X001; then
18860 as_expr=expr
18861else
18862 as_expr=false
18863fi
51a727e9 18864
8934764e
BB
18865rm -f conf$$ conf$$.exe conf$$.file
18866if test -d conf$$.dir; then
18867 rm -f conf$$.dir/conf$$.file
18868else
18869 rm -f conf$$.dir
18870 mkdir conf$$.dir 2>/dev/null
18871fi
18872if (echo >conf$$.file) 2>/dev/null; then
18873 if ln -s conf$$.file conf$$ 2>/dev/null; then
18874 as_ln_s='ln -s'
18875 # ... but there are two gotchas:
18876 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
18877 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
18878 # In both cases, we have to default to `cp -p'.
18879 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
18880 as_ln_s='cp -p'
18881 elif ln conf$$.file conf$$ 2>/dev/null; then
18882 as_ln_s=ln
18883 else
18884 as_ln_s='cp -p'
18885 fi
18886else
18887 as_ln_s='cp -p'
18888fi
18889rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
18890rmdir conf$$.dir 2>/dev/null
51a727e9 18891
8934764e
BB
18892if mkdir -p . 2>/dev/null; then
18893 as_mkdir_p=:
18894else
18895 test -d ./-p && rmdir ./-p
18896 as_mkdir_p=false
18897fi
51a727e9 18898
8934764e
BB
18899if test -x / >/dev/null 2>&1; then
18900 as_test_x='test -x'
18901else
18902 if ls -dL / >/dev/null 2>&1; then
18903 as_ls_L_option=L
18904 else
18905 as_ls_L_option=
18906 fi
18907 as_test_x='
18908 eval sh -c '\''
18909 if test -d "$1"; then
18910 test -d "$1/.";
18911 else
18912 case $1 in
18913 -*)set "./$1";;
18914 esac;
18915 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
18916 ???[sx]*):;;*)false;;esac;fi
18917 '\'' sh
18918 '
18919fi
18920as_executable_p=$as_test_x
51a727e9 18921
8934764e
BB
18922# Sed expression to map a string onto a valid CPP name.
18923as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
51a727e9 18924
8934764e
BB
18925# Sed expression to map a string onto a valid variable name.
18926as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
51a727e9 18927
51a727e9 18928
8934764e 18929exec 6>&1
51a727e9 18930
8934764e
BB
18931# Save the log message, to keep $[0] and so on meaningful, and to
18932# report actual input values of CONFIG_FILES etc. instead of their
18933# values after options handling.
18934ac_log="
18935This file was extended by $as_me, which was
18936generated by GNU Autoconf 2.63. Invocation command line was
51a727e9 18937
8934764e
BB
18938 CONFIG_FILES = $CONFIG_FILES
18939 CONFIG_HEADERS = $CONFIG_HEADERS
18940 CONFIG_LINKS = $CONFIG_LINKS
18941 CONFIG_COMMANDS = $CONFIG_COMMANDS
18942 $ $0 $@
51a727e9 18943
8934764e
BB
18944on `(hostname || uname -n) 2>/dev/null | sed 1q`
18945"
a093c6a4 18946
8934764e 18947_ACEOF
a093c6a4 18948
8934764e
BB
18949case $ac_config_files in *"
18950"*) set x $ac_config_files; shift; ac_config_files=$*;;
18951esac
a093c6a4 18952
8934764e
BB
18953case $ac_config_headers in *"
18954"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
18955esac
a093c6a4 18956
a093c6a4 18957
8934764e
BB
18958cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18959# Files that config.status was made for.
18960config_files="$ac_config_files"
18961config_headers="$ac_config_headers"
18962config_commands="$ac_config_commands"
a093c6a4 18963
a093c6a4 18964_ACEOF
a093c6a4 18965
8934764e
BB
18966cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18967ac_cs_usage="\
18968\`$as_me' instantiates files from templates according to the
18969current configuration.
a093c6a4 18970
8934764e 18971Usage: $0 [OPTION]... [FILE]...
a093c6a4 18972
8934764e
BB
18973 -h, --help print this help, then exit
18974 -V, --version print version number and configuration settings, then exit
18975 -q, --quiet, --silent
18976 do not print progress messages
18977 -d, --debug don't remove temporary files
18978 --recheck update $as_me by reconfiguring in the same conditions
18979 --file=FILE[:TEMPLATE]
18980 instantiate the configuration file FILE
18981 --header=FILE[:TEMPLATE]
18982 instantiate the configuration header FILE
a093c6a4 18983
8934764e
BB
18984Configuration files:
18985$config_files
a093c6a4 18986
8934764e
BB
18987Configuration headers:
18988$config_headers
a093c6a4 18989
8934764e
BB
18990Configuration commands:
18991$config_commands
a093c6a4 18992
8934764e 18993Report bugs to <bug-autoconf@gnu.org>."
a093c6a4 18994
8934764e
BB
18995_ACEOF
18996cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18997ac_cs_version="\\
18998config.status
18999configured by $0, generated by GNU Autoconf 2.63,
19000 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
a093c6a4 19001
8934764e
BB
19002Copyright (C) 2008 Free Software Foundation, Inc.
19003This config.status script is free software; the Free Software Foundation
19004gives unlimited permission to copy, distribute and modify it."
a093c6a4 19005
8934764e
BB
19006ac_pwd='$ac_pwd'
19007srcdir='$srcdir'
19008INSTALL='$INSTALL'
19009MKDIR_P='$MKDIR_P'
19010AWK='$AWK'
19011test -n "\$AWK" || AWK=awk
a093c6a4
BB
19012_ACEOF
19013
8934764e
BB
19014cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19015# The default lists apply if the user does not specify any file.
19016ac_need_defaults=:
19017while test $# != 0
19018do
19019 case $1 in
19020 --*=*)
19021 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19022 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19023 ac_shift=:
19024 ;;
19025 *)
19026 ac_option=$1
19027 ac_optarg=$2
19028 ac_shift=shift
19029 ;;
19030 esac
a093c6a4 19031
8934764e
BB
19032 case $ac_option in
19033 # Handling of the options.
19034 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19035 ac_cs_recheck=: ;;
19036 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19037 $as_echo "$ac_cs_version"; exit ;;
19038 --debug | --debu | --deb | --de | --d | -d )
19039 debug=: ;;
19040 --file | --fil | --fi | --f )
19041 $ac_shift
19042 case $ac_optarg in
19043 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19044 esac
19045 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
19046 ac_need_defaults=false;;
19047 --header | --heade | --head | --hea )
19048 $ac_shift
19049 case $ac_optarg in
19050 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19051 esac
19052 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
19053 ac_need_defaults=false;;
19054 --he | --h)
19055 # Conflict between --help and --header
19056 { $as_echo "$as_me: error: ambiguous option: $1
19057Try \`$0 --help' for more information." >&2
19058 { (exit 1); exit 1; }; };;
19059 --help | --hel | -h )
19060 $as_echo "$ac_cs_usage"; exit ;;
19061 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19062 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19063 ac_cs_silent=: ;;
19064
19065 # This is an error.
19066 -*) { $as_echo "$as_me: error: unrecognized option: $1
19067Try \`$0 --help' for more information." >&2
19068 { (exit 1); exit 1; }; } ;;
a093c6a4 19069
8934764e
BB
19070 *) ac_config_targets="$ac_config_targets $1"
19071 ac_need_defaults=false ;;
a093c6a4 19072
8934764e
BB
19073 esac
19074 shift
19075done
a093c6a4 19076
8934764e 19077ac_configure_extra_args=
a093c6a4 19078
8934764e
BB
19079if $ac_cs_silent; then
19080 exec 6>/dev/null
19081 ac_configure_extra_args="$ac_configure_extra_args --silent"
a093c6a4
BB
19082fi
19083
8934764e
BB
19084_ACEOF
19085cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19086if \$ac_cs_recheck; then
19087 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19088 shift
19089 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19090 CONFIG_SHELL='$SHELL'
19091 export CONFIG_SHELL
19092 exec "\$@"
19093fi
a093c6a4 19094
8934764e
BB
19095_ACEOF
19096cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19097exec 5>>config.log
19098{
19099 echo
19100 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19101## Running $as_me. ##
19102_ASBOX
19103 $as_echo "$ac_log"
19104} >&5
a093c6a4 19105
8934764e
BB
19106_ACEOF
19107cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19108#
19109# INIT-COMMANDS
19110#
19111AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
a093c6a4 19112
a093c6a4 19113
8934764e
BB
19114# The HP-UX ksh and POSIX shell print the target directory to stdout
19115# if CDPATH is set.
19116(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
a093c6a4 19117
8934764e
BB
19118sed_quote_subst='$sed_quote_subst'
19119double_quote_subst='$double_quote_subst'
19120delay_variable_subst='$delay_variable_subst'
19121macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
19122macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
19123enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
19124enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
19125pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
19126enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
19127host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
19128host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
19129host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
19130build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
19131build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
19132build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
19133SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
19134Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
19135GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
19136EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
19137FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
19138LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
19139NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
19140LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
19141max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
19142ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
19143exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
19144lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
19145lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
19146lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
19147reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
19148reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19149OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
19150deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
19151file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
19152AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
19153AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
19154STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
19155RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
19156old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19157old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19158old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19159CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
19160CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
19161compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
19162GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
19163lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
19164lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
19165lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address" | $Xsed -e "$delay_single_quote_subst"`'
19166lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "X$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
19167objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
19168SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
19169ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
19170MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
19171lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
19172lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
19173lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
19174lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
19175lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
19176need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
19177DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
19178NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
19179LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
19180OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
19181OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
19182libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
19183shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19184extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19185archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
19186enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
19187export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
19188whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
19189compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
19190old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19191old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19192archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19193archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19194module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19195module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19196with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
19197allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
19198no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
19199hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
19200hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
19201hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
19202hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
19203hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
19204hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
19205hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
19206hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
19207inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
19208link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
19209fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
19210always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
19211export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19212exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
19213include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
19214prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19215file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
19216variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
19217need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
19218need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
19219version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
19220runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
19221shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
19222shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
19223libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
19224library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
19225soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
19226postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19227postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19228finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19229finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
19230hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
19231sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
19232sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
19233hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
19234enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
19235enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
19236enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
19237old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
19238striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
19239
19240LTCC='$LTCC'
19241LTCFLAGS='$LTCFLAGS'
19242compiler='$compiler_DEFAULT'
19243
19244# Quote evaled strings.
19245for var in SED \
19246GREP \
19247EGREP \
19248FGREP \
19249LD \
19250NM \
19251LN_S \
19252lt_SP2NL \
19253lt_NL2SP \
19254reload_flag \
19255OBJDUMP \
19256deplibs_check_method \
19257file_magic_cmd \
19258AR \
19259AR_FLAGS \
19260STRIP \
19261RANLIB \
19262CC \
19263CFLAGS \
19264compiler \
19265lt_cv_sys_global_symbol_pipe \
19266lt_cv_sys_global_symbol_to_cdecl \
19267lt_cv_sys_global_symbol_to_c_name_address \
19268lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
19269SHELL \
19270ECHO \
19271lt_prog_compiler_no_builtin_flag \
19272lt_prog_compiler_wl \
19273lt_prog_compiler_pic \
19274lt_prog_compiler_static \
19275lt_cv_prog_compiler_c_o \
19276need_locks \
19277DSYMUTIL \
19278NMEDIT \
19279LIPO \
19280OTOOL \
19281OTOOL64 \
19282shrext_cmds \
19283export_dynamic_flag_spec \
19284whole_archive_flag_spec \
19285compiler_needs_object \
19286with_gnu_ld \
19287allow_undefined_flag \
19288no_undefined_flag \
19289hardcode_libdir_flag_spec \
19290hardcode_libdir_flag_spec_ld \
19291hardcode_libdir_separator \
19292fix_srcfile_path \
19293exclude_expsyms \
19294include_expsyms \
19295file_list_spec \
19296variables_saved_for_relink \
19297libname_spec \
19298library_names_spec \
19299soname_spec \
19300finish_eval \
19301old_striplib \
19302striplib; do
19303 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
19304 *[\\\\\\\`\\"\\\$]*)
19305 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
19306 ;;
19307 *)
19308 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
19309 ;;
19310 esac
19311done
a093c6a4 19312
8934764e
BB
19313# Double-quote double-evaled strings.
19314for var in reload_cmds \
19315old_postinstall_cmds \
19316old_postuninstall_cmds \
19317old_archive_cmds \
19318extract_expsyms_cmds \
19319old_archive_from_new_cmds \
19320old_archive_from_expsyms_cmds \
19321archive_cmds \
19322archive_expsym_cmds \
19323module_cmds \
19324module_expsym_cmds \
19325export_symbols_cmds \
19326prelink_cmds \
19327postinstall_cmds \
19328postuninstall_cmds \
19329finish_cmds \
19330sys_lib_search_path_spec \
19331sys_lib_dlsearch_path_spec; do
19332 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
19333 *[\\\\\\\`\\"\\\$]*)
19334 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
19335 ;;
19336 *)
19337 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
19338 ;;
19339 esac
19340done
a093c6a4 19341
8934764e
BB
19342# Fix-up fallback echo if it was mangled by the above quoting rules.
19343case \$lt_ECHO in
19344*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
19345 ;;
19346esac
a093c6a4 19347
8934764e
BB
19348ac_aux_dir='$ac_aux_dir'
19349xsi_shell='$xsi_shell'
19350lt_shell_append='$lt_shell_append'
a093c6a4 19351
8934764e
BB
19352# See if we are running on zsh, and set the options which allow our
19353# commands through without removal of \ escapes INIT.
19354if test -n "\${ZSH_VERSION+set}" ; then
19355 setopt NO_GLOB_SUBST
19356fi
a093c6a4 19357
a093c6a4 19358
8934764e
BB
19359 PACKAGE='$PACKAGE'
19360 VERSION='$VERSION'
19361 TIMESTAMP='$TIMESTAMP'
19362 RM='$RM'
19363 ofile='$ofile'
a093c6a4
BB
19364
19365
a093c6a4 19366
a093c6a4 19367
a093c6a4
BB
19368_ACEOF
19369
8934764e 19370cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
a093c6a4 19371
8934764e
BB
19372# Handling of arguments.
19373for ac_config_target in $ac_config_targets
19374do
19375 case $ac_config_target in
19376 "spl_config.h") CONFIG_HEADERS="$CONFIG_HEADERS spl_config.h" ;;
19377 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
19378 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
19379 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
19380 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
19381 "cmd/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/Makefile" ;;
19382 "module/Makefile") CONFIG_FILES="$CONFIG_FILES module/Makefile" ;;
19383 "module/spl/Makefile") CONFIG_FILES="$CONFIG_FILES module/spl/Makefile" ;;
19384 "module/splat/Makefile") CONFIG_FILES="$CONFIG_FILES module/splat/Makefile" ;;
19385 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19386 "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
19387 "spl.spec") CONFIG_FILES="$CONFIG_FILES spl.spec" ;;
19388 "spl-modules.spec") CONFIG_FILES="$CONFIG_FILES spl-modules.spec" ;;
19389
19390 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
19391$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
19392 { (exit 1); exit 1; }; };;
19393 esac
19394done
a093c6a4
BB
19395
19396
8934764e
BB
19397# If the user did not use the arguments to specify the items to instantiate,
19398# then the envvar interface is used. Set only those that are not.
19399# We use the long form for the default assignment because of an extremely
19400# bizarre bug on SunOS 4.1.3.
19401if $ac_need_defaults; then
19402 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19403 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19404 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
e11d6c5f
BB
19405fi
19406
8934764e
BB
19407# Have a temporary directory for convenience. Make it in the build tree
19408# simply because there is no reason against having it here, and in addition,
19409# creating and moving files from /tmp can sometimes cause problems.
19410# Hook for its removal unless debugging.
19411# Note that there is a small window in which the directory will not be cleaned:
19412# after its creation but before its name has been assigned to `$tmp'.
19413$debug ||
19414{
19415 tmp=
19416 trap 'exit_status=$?
19417 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19418' 0
19419 trap '{ (exit 1); exit 1; }' 1 2 13 15
19420}
19421# Create a (secure) tmp directory for tmp files.
e11d6c5f 19422
8934764e
BB
19423{
19424 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19425 test -n "$tmp" && test -d "$tmp"
19426} ||
19427{
19428 tmp=./conf$$-$RANDOM
19429 (umask 077 && mkdir "$tmp")
19430} ||
19431{
19432 $as_echo "$as_me: cannot create a temporary directory in ." >&2
19433 { (exit 1); exit 1; }
19434}
e11d6c5f 19435
8934764e
BB
19436# Set up the scripts for CONFIG_FILES section.
19437# No need to generate them if there are no CONFIG_FILES.
19438# This happens for instance with `./config.status config.h'.
19439if test -n "$CONFIG_FILES"; then
e11d6c5f 19440
ec7d53e9 19441
8934764e
BB
19442ac_cr='\r'
19443ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19444if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19445 ac_cs_awk_cr='\\r'
19446else
19447 ac_cs_awk_cr=$ac_cr
19448fi
ec7d53e9 19449
8934764e 19450echo 'BEGIN {' >"$tmp/subs1.awk" &&
ec7d53e9 19451_ACEOF
ec7d53e9 19452
ec7d53e9 19453
ec7d53e9 19454{
8934764e
BB
19455 echo "cat >conf$$subs.awk <<_ACEOF" &&
19456 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19457 echo "_ACEOF"
19458} >conf$$subs.sh ||
19459 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
19460$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
19461 { (exit 1); exit 1; }; }
19462ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19463ac_delim='%!_!# '
19464for ac_last_try in false false false false false :; do
19465 . ./conf$$subs.sh ||
19466 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
19467$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
19468 { (exit 1); exit 1; }; }
ec7d53e9 19469
8934764e
BB
19470 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19471 if test $ac_delim_n = $ac_delim_num; then
19472 break
19473 elif $ac_last_try; then
19474 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
19475$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
19476 { (exit 1); exit 1; }; }
19477 else
19478 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19479 fi
19480done
19481rm -f conf$$subs.sh
19482
19483cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19484cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19485_ACEOF
19486sed -n '
19487h
19488s/^/S["/; s/!.*/"]=/
19489p
19490g
19491s/^[^!]*!//
19492:repl
19493t repl
19494s/'"$ac_delim"'$//
19495t delim
19496:nl
19497h
19498s/\(.\{148\}\).*/\1/
19499t more1
19500s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19501p
19502n
19503b repl
19504:more1
19505s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19506p
19507g
19508s/.\{148\}//
19509t nl
19510:delim
19511h
19512s/\(.\{148\}\).*/\1/
19513t more2
19514s/["\\]/\\&/g; s/^/"/; s/$/"/
19515p
19516b
19517:more2
19518s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19519p
19520g
19521s/.\{148\}//
19522t delim
19523' <conf$$subs.awk | sed '
19524/^[^""]/{
19525 N
19526 s/\n//
19527}
19528' >>$CONFIG_STATUS || ac_write_fail=1
19529rm -f conf$$subs.awk
19530cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19531_ACAWK
19532cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19533 for (key in S) S_is_set[key] = 1
19534 FS = "\a"
ec7d53e9 19535
8934764e
BB
19536}
19537{
19538 line = $ 0
19539 nfields = split(line, field, "@")
19540 substed = 0
19541 len = length(field[1])
19542 for (i = 2; i < nfields; i++) {
19543 key = field[i]
19544 keylen = length(key)
19545 if (S_is_set[key]) {
19546 value = S[key]
19547 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19548 len += length(value) + length(field[++i])
19549 substed = 1
19550 } else
19551 len += 1 + keylen
19552 }
19553
19554 print line
ec7d53e9
BB
19555}
19556
8934764e
BB
19557_ACAWK
19558_ACEOF
19559cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19560if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19561 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19562else
19563 cat
19564fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19565 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
19566$as_echo "$as_me: error: could not setup config files machinery" >&2;}
19567 { (exit 1); exit 1; }; }
ec7d53e9
BB
19568_ACEOF
19569
8934764e
BB
19570# VPATH may cause trouble with some makes, so we remove $(srcdir),
19571# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19572# trailing colons and then remove the whole line if VPATH becomes empty
19573# (actually we leave an empty line to preserve line numbers).
19574if test "x$srcdir" = x.; then
19575 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19576s/:*\$(srcdir):*/:/
19577s/:*\${srcdir}:*/:/
19578s/:*@srcdir@:*/:/
19579s/^\([^=]*=[ ]*\):*/\1/
19580s/:*$//
19581s/^[^=]*=[ ]*$//
19582}'
19583fi
ec7d53e9 19584
8934764e
BB
19585cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19586fi # test -n "$CONFIG_FILES"
ec7d53e9 19587
8934764e
BB
19588# Set up the scripts for CONFIG_HEADERS section.
19589# No need to generate them if there are no CONFIG_HEADERS.
19590# This happens for instance with `./config.status Makefile'.
19591if test -n "$CONFIG_HEADERS"; then
19592cat >"$tmp/defines.awk" <<\_ACAWK ||
19593BEGIN {
ec7d53e9
BB
19594_ACEOF
19595
8934764e
BB
19596# Transform confdefs.h into an awk script `defines.awk', embedded as
19597# here-document in config.status, that substitutes the proper values into
19598# config.h.in to produce config.h.
ec7d53e9 19599
8934764e
BB
19600# Create a delimiter string that does not exist in confdefs.h, to ease
19601# handling of long lines.
19602ac_delim='%!_!# '
19603for ac_last_try in false false :; do
19604 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19605 if test -z "$ac_t"; then
19606 break
19607 elif $ac_last_try; then
19608 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
19609$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
19610 { (exit 1); exit 1; }; }
19611 else
19612 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19613 fi
19614done
ec7d53e9 19615
8934764e
BB
19616# For the awk script, D is an array of macro values keyed by name,
19617# likewise P contains macro parameters if any. Preserve backslash
19618# newline sequences.
19619
19620ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19621sed -n '
19622s/.\{148\}/&'"$ac_delim"'/g
19623t rset
19624:rset
19625s/^[ ]*#[ ]*define[ ][ ]*/ /
19626t def
19627d
19628:def
19629s/\\$//
19630t bsnl
19631s/["\\]/\\&/g
19632s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19633D["\1"]=" \3"/p
19634s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19635d
19636:bsnl
19637s/["\\]/\\&/g
19638s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19639D["\1"]=" \3\\\\\\n"\\/p
19640t cont
19641s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19642t cont
19643d
19644:cont
19645n
19646s/.\{148\}/&'"$ac_delim"'/g
19647t clear
19648:clear
19649s/\\$//
19650t bsnlc
19651s/["\\]/\\&/g; s/^/"/; s/$/"/p
19652d
19653:bsnlc
19654s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19655b cont
19656' <confdefs.h | sed '
19657s/'"$ac_delim"'/"\\\
19658"/g' >>$CONFIG_STATUS || ac_write_fail=1
19659
19660cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19661 for (key in D) D_is_set[key] = 1
19662 FS = "\a"
19663}
19664/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19665 line = \$ 0
19666 split(line, arg, " ")
19667 if (arg[1] == "#") {
19668 defundef = arg[2]
19669 mac1 = arg[3]
19670 } else {
19671 defundef = substr(arg[1], 2)
19672 mac1 = arg[2]
19673 }
19674 split(mac1, mac2, "(") #)
19675 macro = mac2[1]
19676 prefix = substr(line, 1, index(line, defundef) - 1)
19677 if (D_is_set[macro]) {
19678 # Preserve the white space surrounding the "#".
19679 print prefix "define", macro P[macro] D[macro]
19680 next
19681 } else {
19682 # Replace #undef with comments. This is necessary, for example,
19683 # in the case of _POSIX_SOURCE, which is predefined and required
19684 # on some systems where configure will not decide to define it.
19685 if (defundef == "undef") {
19686 print "/*", prefix defundef, macro, "*/"
19687 next
19688 }
19689 }
19690}
19691{ print }
19692_ACAWK
19693_ACEOF
19694cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19695 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
19696$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
19697 { (exit 1); exit 1; }; }
19698fi # test -n "$CONFIG_HEADERS"
ec7d53e9
BB
19699
19700
8934764e
BB
19701eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
19702shift
19703for ac_tag
19704do
19705 case $ac_tag in
19706 :[FHLC]) ac_mode=$ac_tag; continue;;
19707 esac
19708 case $ac_mode$ac_tag in
19709 :[FHL]*:*);;
19710 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
19711$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
19712 { (exit 1); exit 1; }; };;
19713 :[FH]-) ac_tag=-:-;;
19714 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
19715 esac
19716 ac_save_IFS=$IFS
19717 IFS=:
19718 set x $ac_tag
19719 IFS=$ac_save_IFS
19720 shift
19721 ac_file=$1
19722 shift
ec7d53e9 19723
8934764e
BB
19724 case $ac_mode in
19725 :L) ac_source=$1;;
19726 :[FH])
19727 ac_file_inputs=
19728 for ac_f
19729 do
19730 case $ac_f in
19731 -) ac_f="$tmp/stdin";;
19732 *) # Look for the file first in the build tree, then in the source tree
19733 # (if the path is not absolute). The absolute path cannot be DOS-style,
19734 # because $ac_f cannot contain `:'.
19735 test -f "$ac_f" ||
19736 case $ac_f in
19737 [\\/$]*) false;;
19738 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
19739 esac ||
19740 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
19741$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
19742 { (exit 1); exit 1; }; };;
19743 esac
19744 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
19745 ac_file_inputs="$ac_file_inputs '$ac_f'"
19746 done
ec7d53e9 19747
8934764e
BB
19748 # Let's still pretend it is `configure' which instantiates (i.e., don't
19749 # use $as_me), people would be surprised to read:
19750 # /* config.h. Generated by config.status. */
19751 configure_input='Generated from '`
19752 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
19753 `' by configure.'
19754 if test x"$ac_file" != x-; then
19755 configure_input="$ac_file. $configure_input"
19756 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
19757$as_echo "$as_me: creating $ac_file" >&6;}
19758 fi
19759 # Neutralize special characters interpreted by sed in replacement strings.
19760 case $configure_input in #(
19761 *\&* | *\|* | *\\* )
19762 ac_sed_conf_input=`$as_echo "$configure_input" |
19763 sed 's/[\\\\&|]/\\\\&/g'`;; #(
19764 *) ac_sed_conf_input=$configure_input;;
19765 esac
ec7d53e9 19766
8934764e
BB
19767 case $ac_tag in
19768 *:-:* | *:-) cat >"$tmp/stdin" \
19769 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
19770$as_echo "$as_me: error: could not create $ac_file" >&2;}
19771 { (exit 1); exit 1; }; } ;;
19772 esac
19773 ;;
19774 esac
ec7d53e9 19775
8934764e
BB
19776 ac_dir=`$as_dirname -- "$ac_file" ||
19777$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19778 X"$ac_file" : 'X\(//\)[^/]' \| \
19779 X"$ac_file" : 'X\(//\)$' \| \
19780 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
19781$as_echo X"$ac_file" |
19782 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19783 s//\1/
19784 q
19785 }
19786 /^X\(\/\/\)[^/].*/{
19787 s//\1/
19788 q
19789 }
19790 /^X\(\/\/\)$/{
19791 s//\1/
19792 q
19793 }
19794 /^X\(\/\).*/{
19795 s//\1/
19796 q
19797 }
19798 s/.*/./; q'`
19799 { as_dir="$ac_dir"
19800 case $as_dir in #(
19801 -*) as_dir=./$as_dir;;
19802 esac
19803 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
19804 as_dirs=
19805 while :; do
19806 case $as_dir in #(
19807 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
19808 *) as_qdir=$as_dir;;
19809 esac
19810 as_dirs="'$as_qdir' $as_dirs"
19811 as_dir=`$as_dirname -- "$as_dir" ||
19812$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
19813 X"$as_dir" : 'X\(//\)[^/]' \| \
19814 X"$as_dir" : 'X\(//\)$' \| \
19815 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
19816$as_echo X"$as_dir" |
19817 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
19818 s//\1/
19819 q
19820 }
19821 /^X\(\/\/\)[^/].*/{
19822 s//\1/
19823 q
19824 }
19825 /^X\(\/\/\)$/{
19826 s//\1/
19827 q
19828 }
19829 /^X\(\/\).*/{
19830 s//\1/
19831 q
19832 }
19833 s/.*/./; q'`
19834 test -d "$as_dir" && break
19835 done
19836 test -z "$as_dirs" || eval "mkdir $as_dirs"
19837 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
19838$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
19839 { (exit 1); exit 1; }; }; }
19840 ac_builddir=.
ec7d53e9 19841
8934764e
BB
19842case "$ac_dir" in
19843.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
19844*)
19845 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
19846 # A ".." for each directory in $ac_dir_suffix.
19847 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
19848 case $ac_top_builddir_sub in
19849 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
19850 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
19851 esac ;;
19852esac
19853ac_abs_top_builddir=$ac_pwd
19854ac_abs_builddir=$ac_pwd$ac_dir_suffix
19855# for backward compatibility:
19856ac_top_builddir=$ac_top_build_prefix
ec7d53e9 19857
8934764e
BB
19858case $srcdir in
19859 .) # We are building in place.
19860 ac_srcdir=.
19861 ac_top_srcdir=$ac_top_builddir_sub
19862 ac_abs_top_srcdir=$ac_pwd ;;
19863 [\\/]* | ?:[\\/]* ) # Absolute name.
19864 ac_srcdir=$srcdir$ac_dir_suffix;
19865 ac_top_srcdir=$srcdir
19866 ac_abs_top_srcdir=$srcdir ;;
19867 *) # Relative name.
19868 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
19869 ac_top_srcdir=$ac_top_build_prefix$srcdir
19870 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
19871esac
19872ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
ec7d53e9 19873
ec7d53e9 19874
8934764e
BB
19875 case $ac_mode in
19876 :F)
19877 #
19878 # CONFIG_FILE
19879 #
19880
19881 case $INSTALL in
19882 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
19883 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
19884 esac
19885 ac_MKDIR_P=$MKDIR_P
19886 case $MKDIR_P in
19887 [\\/$]* | ?:[\\/]* ) ;;
19888 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
19889 esac
ec7d53e9
BB
19890_ACEOF
19891
8934764e
BB
19892cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19893# If the template does not know about datarootdir, expand it.
19894# FIXME: This hack should be removed a few years after 2.60.
19895ac_datarootdir_hack=; ac_datarootdir_seen=
ec7d53e9 19896
8934764e
BB
19897ac_sed_dataroot='
19898/datarootdir/ {
19899 p
19900 q
19901}
19902/@datadir@/p
19903/@docdir@/p
19904/@infodir@/p
19905/@localedir@/p
19906/@mandir@/p
19907'
19908case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
19909*datarootdir*) ac_datarootdir_seen=yes;;
19910*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
19911 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
19912$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
19913_ACEOF
19914cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19915 ac_datarootdir_hack='
19916 s&@datadir@&$datadir&g
19917 s&@docdir@&$docdir&g
19918 s&@infodir@&$infodir&g
19919 s&@localedir@&$localedir&g
19920 s&@mandir@&$mandir&g
19921 s&\\\${datarootdir}&$datarootdir&g' ;;
19922esac
ec7d53e9
BB
19923_ACEOF
19924
8934764e
BB
19925# Neutralize VPATH when `$srcdir' = `.'.
19926# Shell code in configure.ac might set extrasub.
19927# FIXME: do we really want to maintain this feature?
19928cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19929ac_sed_extra="$ac_vpsub
19930$extrasub
19931_ACEOF
19932cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19933:t
19934/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
19935s|@configure_input@|$ac_sed_conf_input|;t t
19936s&@top_builddir@&$ac_top_builddir_sub&;t t
19937s&@top_build_prefix@&$ac_top_build_prefix&;t t
19938s&@srcdir@&$ac_srcdir&;t t
19939s&@abs_srcdir@&$ac_abs_srcdir&;t t
19940s&@top_srcdir@&$ac_top_srcdir&;t t
19941s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
19942s&@builddir@&$ac_builddir&;t t
19943s&@abs_builddir@&$ac_abs_builddir&;t t
19944s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
19945s&@INSTALL@&$ac_INSTALL&;t t
19946s&@MKDIR_P@&$ac_MKDIR_P&;t t
19947$ac_datarootdir_hack
19948"
19949eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
19950 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
19951$as_echo "$as_me: error: could not create $ac_file" >&2;}
19952 { (exit 1); exit 1; }; }
ec7d53e9 19953
8934764e
BB
19954test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
19955 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
19956 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
19957 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19958which seems to be undefined. Please make sure it is defined." >&5
19959$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
19960which seems to be undefined. Please make sure it is defined." >&2;}
ec7d53e9 19961
8934764e
BB
19962 rm -f "$tmp/stdin"
19963 case $ac_file in
19964 -) cat "$tmp/out" && rm -f "$tmp/out";;
19965 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
19966 esac \
19967 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
19968$as_echo "$as_me: error: could not create $ac_file" >&2;}
19969 { (exit 1); exit 1; }; }
19970 ;;
19971 :H)
19972 #
19973 # CONFIG_HEADER
19974 #
19975 if test x"$ac_file" != x-; then
19976 {
19977 $as_echo "/* $configure_input */" \
19978 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
19979 } >"$tmp/config.h" \
19980 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
19981$as_echo "$as_me: error: could not create $ac_file" >&2;}
19982 { (exit 1); exit 1; }; }
19983 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
19984 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
19985$as_echo "$as_me: $ac_file is unchanged" >&6;}
19986 else
19987 rm -f "$ac_file"
19988 mv "$tmp/config.h" "$ac_file" \
19989 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
19990$as_echo "$as_me: error: could not create $ac_file" >&2;}
19991 { (exit 1); exit 1; }; }
19992 fi
19993 else
19994 $as_echo "/* $configure_input */" \
19995 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
19996 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
19997$as_echo "$as_me: error: could not create -" >&2;}
19998 { (exit 1); exit 1; }; }
19999 fi
20000# Compute "$ac_file"'s index in $config_headers.
20001_am_arg="$ac_file"
20002_am_stamp_count=1
20003for _am_header in $config_headers :; do
20004 case $_am_header in
20005 $_am_arg | $_am_arg:* )
20006 break ;;
20007 * )
20008 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
20009 esac
20010done
20011echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
20012$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20013 X"$_am_arg" : 'X\(//\)[^/]' \| \
20014 X"$_am_arg" : 'X\(//\)$' \| \
20015 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
20016$as_echo X"$_am_arg" |
20017 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20018 s//\1/
20019 q
20020 }
20021 /^X\(\/\/\)[^/].*/{
20022 s//\1/
20023 q
20024 }
20025 /^X\(\/\/\)$/{
20026 s//\1/
20027 q
20028 }
20029 /^X\(\/\).*/{
20030 s//\1/
20031 q
20032 }
20033 s/.*/./; q'`/stamp-h$_am_stamp_count
20034 ;;
ec7d53e9 20035
8934764e
BB
20036 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
20037$as_echo "$as_me: executing $ac_file commands" >&6;}
20038 ;;
20039 esac
e811949a 20040
e811949a 20041
8934764e
BB
20042 case $ac_file$ac_mode in
20043 "spl_config.h":H)
20044 (mv spl_config.h spl_config.h.tmp &&
20045 awk -f config/config.awk spl_config.h.tmp >spl_config.h &&
20046 rm spl_config.h.tmp) || exit 1 ;;
20047 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
20048 # Autoconf 2.62 quotes --file arguments for eval, but not when files
20049 # are listed without --file. Let's play safe and only enable the eval
20050 # if we detect the quoting.
20051 case $CONFIG_FILES in
20052 *\'*) eval set x "$CONFIG_FILES" ;;
20053 *) set x $CONFIG_FILES ;;
20054 esac
20055 shift
20056 for mf
20057 do
20058 # Strip MF so we end up with the name of the file.
20059 mf=`echo "$mf" | sed -e 's/:.*$//'`
20060 # Check whether this is an Automake generated Makefile or not.
20061 # We used to match only the files named `Makefile.in', but
20062 # some people rename them; so instead we look at the file content.
20063 # Grep'ing the first line is not enough: some people post-process
20064 # each Makefile.in and add a new line on top of each file to say so.
20065 # Grep'ing the whole file is not good either: AIX grep has a line
20066 # limit of 2048, but all sed's we know have understand at least 4000.
20067 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
20068 dirpart=`$as_dirname -- "$mf" ||
20069$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20070 X"$mf" : 'X\(//\)[^/]' \| \
20071 X"$mf" : 'X\(//\)$' \| \
20072 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
20073$as_echo X"$mf" |
20074 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20075 s//\1/
20076 q
20077 }
20078 /^X\(\/\/\)[^/].*/{
20079 s//\1/
20080 q
20081 }
20082 /^X\(\/\/\)$/{
20083 s//\1/
20084 q
20085 }
20086 /^X\(\/\).*/{
20087 s//\1/
20088 q
20089 }
20090 s/.*/./; q'`
20091 else
20092 continue
20093 fi
20094 # Extract the definition of DEPDIR, am__include, and am__quote
20095 # from the Makefile without running `make'.
20096 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
20097 test -z "$DEPDIR" && continue
20098 am__include=`sed -n 's/^am__include = //p' < "$mf"`
20099 test -z "am__include" && continue
20100 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
20101 # When using ansi2knr, U may be empty or an underscore; expand it
20102 U=`sed -n 's/^U = //p' < "$mf"`
20103 # Find all dependency output files, they are included files with
20104 # $(DEPDIR) in their names. We invoke sed twice because it is the
20105 # simplest approach to changing $(DEPDIR) to its actual value in the
20106 # expansion.
20107 for file in `sed -n "
20108 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
20109 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
20110 # Make sure the directory exists.
20111 test -f "$dirpart/$file" && continue
20112 fdir=`$as_dirname -- "$file" ||
20113$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20114 X"$file" : 'X\(//\)[^/]' \| \
20115 X"$file" : 'X\(//\)$' \| \
20116 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
20117$as_echo X"$file" |
20118 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20119 s//\1/
20120 q
20121 }
20122 /^X\(\/\/\)[^/].*/{
20123 s//\1/
20124 q
20125 }
20126 /^X\(\/\/\)$/{
20127 s//\1/
20128 q
20129 }
20130 /^X\(\/\).*/{
20131 s//\1/
20132 q
20133 }
20134 s/.*/./; q'`
20135 { as_dir=$dirpart/$fdir
20136 case $as_dir in #(
20137 -*) as_dir=./$as_dir;;
20138 esac
20139 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
20140 as_dirs=
20141 while :; do
20142 case $as_dir in #(
20143 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20144 *) as_qdir=$as_dir;;
20145 esac
20146 as_dirs="'$as_qdir' $as_dirs"
20147 as_dir=`$as_dirname -- "$as_dir" ||
20148$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20149 X"$as_dir" : 'X\(//\)[^/]' \| \
20150 X"$as_dir" : 'X\(//\)$' \| \
20151 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20152$as_echo X"$as_dir" |
20153 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20154 s//\1/
20155 q
20156 }
20157 /^X\(\/\/\)[^/].*/{
20158 s//\1/
20159 q
20160 }
20161 /^X\(\/\/\)$/{
20162 s//\1/
20163 q
20164 }
20165 /^X\(\/\).*/{
20166 s//\1/
20167 q
20168 }
20169 s/.*/./; q'`
20170 test -d "$as_dir" && break
20171 done
20172 test -z "$as_dirs" || eval "mkdir $as_dirs"
20173 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
20174$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
20175 { (exit 1); exit 1; }; }; }
20176 # echo "creating $dirpart/$file"
20177 echo '# dummy' > "$dirpart/$file"
20178 done
20179 done
20180}
20181 ;;
20182 "libtool":C)
20183
20184 # See if we are running on zsh, and set the options which allow our
20185 # commands through without removal of \ escapes.
20186 if test -n "${ZSH_VERSION+set}" ; then
20187 setopt NO_GLOB_SUBST
20188 fi
20189
20190 cfgfile="${ofile}T"
20191 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
20192 $RM "$cfgfile"
20193
20194 cat <<_LT_EOF >> "$cfgfile"
20195#! $SHELL
20196
20197# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
20198# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
20199# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
20200# NOTE: Changes made to this file will be lost: look at ltmain.sh.
20201#
20202# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
20203# 2006, 2007, 2008 Free Software Foundation, Inc.
20204# Written by Gordon Matzigkeit, 1996
20205#
20206# This file is part of GNU Libtool.
20207#
20208# GNU Libtool is free software; you can redistribute it and/or
20209# modify it under the terms of the GNU General Public License as
20210# published by the Free Software Foundation; either version 2 of
20211# the License, or (at your option) any later version.
20212#
20213# As a special exception to the GNU General Public License,
20214# if you distribute this file as part of a program or library that
20215# is built using GNU Libtool, you may include this file under the
20216# same distribution terms that you use for the rest of that program.
20217#
20218# GNU Libtool is distributed in the hope that it will be useful,
20219# but WITHOUT ANY WARRANTY; without even the implied warranty of
20220# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20221# GNU General Public License for more details.
20222#
20223# You should have received a copy of the GNU General Public License
20224# along with GNU Libtool; see the file COPYING. If not, a copy
20225# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
20226# obtained by writing to the Free Software Foundation, Inc.,
20227# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20228
20229
20230# The names of the tagged configurations supported by this script.
20231available_tags=""
20232
20233# ### BEGIN LIBTOOL CONFIG
20234
20235# Which release of libtool.m4 was used?
20236macro_version=$macro_version
20237macro_revision=$macro_revision
e811949a 20238
8934764e
BB
20239# Whether or not to build shared libraries.
20240build_libtool_libs=$enable_shared
e811949a 20241
8934764e
BB
20242# Whether or not to build static libraries.
20243build_old_libs=$enable_static
e811949a 20244
8934764e
BB
20245# What type of objects to build.
20246pic_mode=$pic_mode
e811949a 20247
8934764e
BB
20248# Whether or not to optimize for fast installation.
20249fast_install=$enable_fast_install
e811949a 20250
8934764e
BB
20251# The host system.
20252host_alias=$host_alias
20253host=$host
20254host_os=$host_os
e811949a 20255
8934764e
BB
20256# The build system.
20257build_alias=$build_alias
20258build=$build
20259build_os=$build_os
3977f837 20260
8934764e
BB
20261# A sed program that does not truncate output.
20262SED=$lt_SED
3977f837 20263
8934764e
BB
20264# Sed that helps us avoid accidentally triggering echo(1) options like -n.
20265Xsed="\$SED -e 1s/^X//"
3977f837 20266
8934764e
BB
20267# A grep program that handles long lines.
20268GREP=$lt_GREP
3977f837 20269
8934764e
BB
20270# An ERE matcher.
20271EGREP=$lt_EGREP
3977f837 20272
8934764e
BB
20273# A literal string matcher.
20274FGREP=$lt_FGREP
3977f837 20275
8934764e
BB
20276# A BSD- or MS-compatible name lister.
20277NM=$lt_NM
3977f837 20278
8934764e
BB
20279# Whether we need soft or hard links.
20280LN_S=$lt_LN_S
3977f837 20281
8934764e
BB
20282# What is the maximum length of a command?
20283max_cmd_len=$max_cmd_len
3977f837 20284
8934764e
BB
20285# Object file suffix (normally "o").
20286objext=$ac_objext
3977f837 20287
8934764e
BB
20288# Executable file suffix (normally "").
20289exeext=$exeext
3977f837 20290
8934764e
BB
20291# whether the shell understands "unset".
20292lt_unset=$lt_unset
3977f837 20293
8934764e
BB
20294# turn spaces into newlines.
20295SP2NL=$lt_lt_SP2NL
3977f837 20296
8934764e
BB
20297# turn newlines into spaces.
20298NL2SP=$lt_lt_NL2SP
3977f837 20299
8934764e
BB
20300# How to create reloadable object files.
20301reload_flag=$lt_reload_flag
20302reload_cmds=$lt_reload_cmds
3977f837 20303
8934764e
BB
20304# An object symbol dumper.
20305OBJDUMP=$lt_OBJDUMP
3977f837 20306
8934764e
BB
20307# Method to check whether dependent libraries are shared objects.
20308deplibs_check_method=$lt_deplibs_check_method
3977f837 20309
8934764e
BB
20310# Command to use when deplibs_check_method == "file_magic".
20311file_magic_cmd=$lt_file_magic_cmd
3977f837 20312
8934764e
BB
20313# The archiver.
20314AR=$lt_AR
20315AR_FLAGS=$lt_AR_FLAGS
3977f837 20316
8934764e
BB
20317# A symbol stripping program.
20318STRIP=$lt_STRIP
3977f837 20319
8934764e
BB
20320# Commands used to install an old-style archive.
20321RANLIB=$lt_RANLIB
20322old_postinstall_cmds=$lt_old_postinstall_cmds
20323old_postuninstall_cmds=$lt_old_postuninstall_cmds
3977f837 20324
8934764e
BB
20325# A C compiler.
20326LTCC=$lt_CC
3977f837 20327
8934764e
BB
20328# LTCC compiler flags.
20329LTCFLAGS=$lt_CFLAGS
3977f837 20330
8934764e
BB
20331# Take the output of nm and produce a listing of raw symbols and C names.
20332global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
86933a6e 20333
8934764e
BB
20334# Transform the output of nm in a proper C declaration.
20335global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
86933a6e 20336
8934764e
BB
20337# Transform the output of nm in a C name address pair.
20338global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
86933a6e 20339
8934764e
BB
20340# Transform the output of nm in a C name address pair when lib prefix is needed.
20341global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
86933a6e 20342
8934764e
BB
20343# The name of the directory that contains temporary libtool files.
20344objdir=$objdir
86933a6e 20345
8934764e
BB
20346# Shell to use when invoking shell scripts.
20347SHELL=$lt_SHELL
86933a6e 20348
8934764e
BB
20349# An echo program that does not interpret backslashes.
20350ECHO=$lt_ECHO
86933a6e 20351
8934764e
BB
20352# Used to examine libraries when file_magic_cmd begins with "file".
20353MAGIC_CMD=$MAGIC_CMD
86933a6e 20354
8934764e
BB
20355# Must we lock files when doing compilation?
20356need_locks=$lt_need_locks
86933a6e 20357
8934764e
BB
20358# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
20359DSYMUTIL=$lt_DSYMUTIL
bf9f3bac 20360
8934764e
BB
20361# Tool to change global to local symbols on Mac OS X.
20362NMEDIT=$lt_NMEDIT
bf9f3bac 20363
8934764e
BB
20364# Tool to manipulate fat objects and archives on Mac OS X.
20365LIPO=$lt_LIPO
bf9f3bac 20366
8934764e
BB
20367# ldd/readelf like tool for Mach-O binaries on Mac OS X.
20368OTOOL=$lt_OTOOL
bf9f3bac 20369
8934764e
BB
20370# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
20371OTOOL64=$lt_OTOOL64
bf9f3bac 20372
8934764e
BB
20373# Old archive suffix (normally "a").
20374libext=$libext
bf9f3bac 20375
8934764e
BB
20376# Shared library suffix (normally ".so").
20377shrext_cmds=$lt_shrext_cmds
bf9f3bac 20378
8934764e
BB
20379# The commands to extract the exported symbol list from a shared archive.
20380extract_expsyms_cmds=$lt_extract_expsyms_cmds
bf9f3bac 20381
8934764e
BB
20382# Variables whose values should be saved in libtool wrapper scripts and
20383# restored at link time.
20384variables_saved_for_relink=$lt_variables_saved_for_relink
bf9f3bac 20385
8934764e
BB
20386# Do we need the "lib" prefix for modules?
20387need_lib_prefix=$need_lib_prefix
bf9f3bac 20388
8934764e
BB
20389# Do we need a version for libraries?
20390need_version=$need_version
bf9f3bac 20391
8934764e
BB
20392# Library versioning type.
20393version_type=$version_type
bf9f3bac 20394
8934764e
BB
20395# Shared library runtime path variable.
20396runpath_var=$runpath_var
bf9f3bac 20397
8934764e
BB
20398# Shared library path variable.
20399shlibpath_var=$shlibpath_var
bf9f3bac 20400
8934764e
BB
20401# Is shlibpath searched before the hard-coded library search path?
20402shlibpath_overrides_runpath=$shlibpath_overrides_runpath
bf9f3bac 20403
8934764e
BB
20404# Format of library name prefix.
20405libname_spec=$lt_libname_spec
bf9f3bac 20406
8934764e
BB
20407# List of archive names. First name is the real one, the rest are links.
20408# The last name is the one that the linker finds with -lNAME
20409library_names_spec=$lt_library_names_spec
bf9f3bac 20410
8934764e
BB
20411# The coded name of the library, if different from the real name.
20412soname_spec=$lt_soname_spec
bf9f3bac 20413
8934764e
BB
20414# Command to use after installation of a shared archive.
20415postinstall_cmds=$lt_postinstall_cmds
bf9f3bac 20416
8934764e
BB
20417# Command to use after uninstallation of a shared archive.
20418postuninstall_cmds=$lt_postuninstall_cmds
bf9f3bac 20419
8934764e
BB
20420# Commands used to finish a libtool library installation in a directory.
20421finish_cmds=$lt_finish_cmds
bf9f3bac 20422
8934764e
BB
20423# As "finish_cmds", except a single script fragment to be evaled but
20424# not shown.
20425finish_eval=$lt_finish_eval
bf9f3bac 20426
8934764e
BB
20427# Whether we should hardcode library paths into libraries.
20428hardcode_into_libs=$hardcode_into_libs
bf9f3bac 20429
8934764e
BB
20430# Compile-time system search path for libraries.
20431sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
bf9f3bac 20432
8934764e
BB
20433# Run-time system search path for libraries.
20434sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
bf9f3bac 20435
8934764e
BB
20436# Whether dlopen is supported.
20437dlopen_support=$enable_dlopen
bf9f3bac 20438
8934764e
BB
20439# Whether dlopen of programs is supported.
20440dlopen_self=$enable_dlopen_self
bf9f3bac 20441
8934764e
BB
20442# Whether dlopen of statically linked programs is supported.
20443dlopen_self_static=$enable_dlopen_self_static
bf9f3bac 20444
8934764e
BB
20445# Commands to strip libraries.
20446old_striplib=$lt_old_striplib
20447striplib=$lt_striplib
bf9f3bac 20448
bf9f3bac 20449
8934764e
BB
20450# The linker used to build libraries.
20451LD=$lt_LD
bf9f3bac 20452
8934764e
BB
20453# Commands used to build an old-style archive.
20454old_archive_cmds=$lt_old_archive_cmds
bf9f3bac 20455
8934764e
BB
20456# A language specific compiler.
20457CC=$lt_compiler
bf9f3bac 20458
8934764e
BB
20459# Is the compiler the GNU compiler?
20460with_gcc=$GCC
bf9f3bac 20461
8934764e
BB
20462# Compiler flag to turn off builtin functions.
20463no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
bf9f3bac 20464
8934764e
BB
20465# How to pass a linker flag through the compiler.
20466wl=$lt_lt_prog_compiler_wl
bf9f3bac 20467
8934764e
BB
20468# Additional compiler flags for building library objects.
20469pic_flag=$lt_lt_prog_compiler_pic
bf9f3bac 20470
8934764e
BB
20471# Compiler flag to prevent dynamic linking.
20472link_static_flag=$lt_lt_prog_compiler_static
bf9f3bac 20473
8934764e
BB
20474# Does compiler simultaneously support -c and -o options?
20475compiler_c_o=$lt_lt_cv_prog_compiler_c_o
bf9f3bac 20476
8934764e
BB
20477# Whether or not to add -lc for building shared libraries.
20478build_libtool_need_lc=$archive_cmds_need_lc
bf9f3bac 20479
8934764e
BB
20480# Whether or not to disallow shared libs when runtime libs are static.
20481allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
bf9f3bac 20482
8934764e
BB
20483# Compiler flag to allow reflexive dlopens.
20484export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
bf9f3bac 20485
8934764e
BB
20486# Compiler flag to generate shared objects directly from archives.
20487whole_archive_flag_spec=$lt_whole_archive_flag_spec
bf9f3bac 20488
8934764e
BB
20489# Whether the compiler copes with passing no objects directly.
20490compiler_needs_object=$lt_compiler_needs_object
bf9f3bac 20491
8934764e
BB
20492# Create an old-style archive from a shared archive.
20493old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
bf9f3bac 20494
8934764e
BB
20495# Create a temporary old-style archive to link instead of a shared archive.
20496old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
bf9f3bac 20497
8934764e
BB
20498# Commands used to build a shared archive.
20499archive_cmds=$lt_archive_cmds
20500archive_expsym_cmds=$lt_archive_expsym_cmds
bf9f3bac 20501
8934764e
BB
20502# Commands used to build a loadable module if different from building
20503# a shared archive.
20504module_cmds=$lt_module_cmds
20505module_expsym_cmds=$lt_module_expsym_cmds
bf9f3bac 20506
8934764e
BB
20507# Whether we are building with GNU ld or not.
20508with_gnu_ld=$lt_with_gnu_ld
bf9f3bac 20509
8934764e
BB
20510# Flag that allows shared libraries with undefined symbols to be built.
20511allow_undefined_flag=$lt_allow_undefined_flag
bf9f3bac 20512
8934764e
BB
20513# Flag that enforces no undefined symbols.
20514no_undefined_flag=$lt_no_undefined_flag
bf9f3bac 20515
8934764e
BB
20516# Flag to hardcode \$libdir into a binary during linking.
20517# This must work even if \$libdir does not exist
20518hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
bf9f3bac 20519
8934764e
BB
20520# If ld is used when linking, flag to hardcode \$libdir into a binary
20521# during linking. This must work even if \$libdir does not exist.
20522hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
bf9f3bac 20523
8934764e
BB
20524# Whether we need a single "-rpath" flag with a separated argument.
20525hardcode_libdir_separator=$lt_hardcode_libdir_separator
bf9f3bac 20526
8934764e
BB
20527# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
20528# DIR into the resulting binary.
20529hardcode_direct=$hardcode_direct
bf9f3bac 20530
8934764e
BB
20531# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
20532# DIR into the resulting binary and the resulting library dependency is
20533# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
20534# library is relocated.
20535hardcode_direct_absolute=$hardcode_direct_absolute
bf9f3bac 20536
8934764e
BB
20537# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
20538# into the resulting binary.
20539hardcode_minus_L=$hardcode_minus_L
bf9f3bac 20540
8934764e
BB
20541# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
20542# into the resulting binary.
20543hardcode_shlibpath_var=$hardcode_shlibpath_var
bf9f3bac 20544
8934764e
BB
20545# Set to "yes" if building a shared library automatically hardcodes DIR
20546# into the library and all subsequent libraries and executables linked
20547# against it.
20548hardcode_automatic=$hardcode_automatic
bf9f3bac 20549
8934764e
BB
20550# Set to yes if linker adds runtime paths of dependent libraries
20551# to runtime path list.
20552inherit_rpath=$inherit_rpath
bf9f3bac 20553
8934764e
BB
20554# Whether libtool must link a program against all its dependency libraries.
20555link_all_deplibs=$link_all_deplibs
bf9f3bac 20556
8934764e
BB
20557# Fix the shell variable \$srcfile for the compiler.
20558fix_srcfile_path=$lt_fix_srcfile_path
bf9f3bac 20559
8934764e
BB
20560# Set to "yes" if exported symbols are required.
20561always_export_symbols=$always_export_symbols
bf9f3bac 20562
8934764e
BB
20563# The commands to list exported symbols.
20564export_symbols_cmds=$lt_export_symbols_cmds
bf9f3bac 20565
8934764e
BB
20566# Symbols that should not be listed in the preloaded symbols.
20567exclude_expsyms=$lt_exclude_expsyms
bf9f3bac 20568
8934764e
BB
20569# Symbols that must always be exported.
20570include_expsyms=$lt_include_expsyms
bf9f3bac 20571
8934764e
BB
20572# Commands necessary for linking programs (against libraries) with templates.
20573prelink_cmds=$lt_prelink_cmds
bf9f3bac 20574
8934764e
BB
20575# Specify filename containing input files.
20576file_list_spec=$lt_file_list_spec
bf9f3bac 20577
8934764e
BB
20578# How to hardcode a shared library path into an executable.
20579hardcode_action=$hardcode_action
bf9f3bac 20580
8934764e
BB
20581# ### END LIBTOOL CONFIG
20582
20583_LT_EOF
20584
20585 case $host_os in
20586 aix3*)
20587 cat <<\_LT_EOF >> "$cfgfile"
20588# AIX sometimes has problems with the GCC collect2 program. For some
20589# reason, if we set the COLLECT_NAMES environment variable, the problems
20590# vanish in a puff of smoke.
20591if test "X${COLLECT_NAMES+set}" != Xset; then
20592 COLLECT_NAMES=
20593 export COLLECT_NAMES
bf9f3bac 20594fi
8934764e
BB
20595_LT_EOF
20596 ;;
20597 esac
bf9f3bac 20598
bf9f3bac 20599
8934764e 20600ltmain="$ac_aux_dir/ltmain.sh"
bf9f3bac 20601
bf9f3bac 20602
8934764e
BB
20603 # We use sed instead of cat because bash on DJGPP gets confused if
20604 # if finds mixed CR/LF and LF-only lines. Since sed operates in
20605 # text mode, it properly converts lines to CR/LF. This bash problem
20606 # is reportedly fixed, but why not run on old versions too?
20607 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
20608 || (rm -f "$cfgfile"; exit 1)
bf9f3bac 20609
8934764e
BB
20610 case $xsi_shell in
20611 yes)
20612 cat << \_LT_EOF >> "$cfgfile"
bf9f3bac 20613
8934764e
BB
20614# func_dirname file append nondir_replacement
20615# Compute the dirname of FILE. If nonempty, add APPEND to the result,
20616# otherwise set result to NONDIR_REPLACEMENT.
20617func_dirname ()
20618{
20619 case ${1} in
20620 */*) func_dirname_result="${1%/*}${2}" ;;
20621 * ) func_dirname_result="${3}" ;;
bf9f3bac 20622 esac
8934764e 20623}
bf9f3bac 20624
8934764e
BB
20625# func_basename file
20626func_basename ()
20627{
20628 func_basename_result="${1##*/}"
20629}
bf9f3bac 20630
8934764e
BB
20631# func_dirname_and_basename file append nondir_replacement
20632# perform func_basename and func_dirname in a single function
20633# call:
20634# dirname: Compute the dirname of FILE. If nonempty,
20635# add APPEND to the result, otherwise set result
20636# to NONDIR_REPLACEMENT.
20637# value returned in "$func_dirname_result"
20638# basename: Compute filename of FILE.
20639# value retuned in "$func_basename_result"
20640# Implementation must be kept synchronized with func_dirname
20641# and func_basename. For efficiency, we do not delegate to
20642# those functions but instead duplicate the functionality here.
20643func_dirname_and_basename ()
bf9f3bac 20644{
8934764e
BB
20645 case ${1} in
20646 */*) func_dirname_result="${1%/*}${2}" ;;
20647 * ) func_dirname_result="${3}" ;;
20648 esac
20649 func_basename_result="${1##*/}"
bf9f3bac 20650}
20651
8934764e
BB
20652# func_stripname prefix suffix name
20653# strip PREFIX and SUFFIX off of NAME.
20654# PREFIX and SUFFIX must not contain globbing or regex special
20655# characters, hashes, percent signs, but SUFFIX may contain a leading
20656# dot (in which case that matches only a dot).
20657func_stripname ()
20658{
20659 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
20660 # positional parameters, so assign one to ordinary parameter first.
20661 func_stripname_result=${3}
20662 func_stripname_result=${func_stripname_result#"${1}"}
20663 func_stripname_result=${func_stripname_result%"${2}"}
20664}
bf9f3bac 20665
8934764e
BB
20666# func_opt_split
20667func_opt_split ()
bf9f3bac 20668{
8934764e
BB
20669 func_opt_split_opt=${1%%=*}
20670 func_opt_split_arg=${1#*=}
20671}
20672
20673# func_lo2o object
20674func_lo2o ()
bf9f3bac 20675{
8934764e
BB
20676 case ${1} in
20677 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
20678 *) func_lo2o_result=${1} ;;
20679 esac
20680}
20681
20682# func_xform libobj-or-source
20683func_xform ()
bf9f3bac 20684{
8934764e 20685 func_xform_result=${1%.*}.lo
bf9f3bac 20686}
20687
8934764e
BB
20688# func_arith arithmetic-term...
20689func_arith ()
20690{
20691 func_arith_result=$(( $* ))
20692}
bf9f3bac 20693
8934764e
BB
20694# func_len string
20695# STRING may not start with a hyphen.
20696func_len ()
20697{
20698 func_len_result=${#1}
20699}
bf9f3bac 20700
8934764e
BB
20701_LT_EOF
20702 ;;
20703 *) # Bourne compatible functions.
20704 cat << \_LT_EOF >> "$cfgfile"
bf9f3bac 20705
8934764e
BB
20706# func_dirname file append nondir_replacement
20707# Compute the dirname of FILE. If nonempty, add APPEND to the result,
20708# otherwise set result to NONDIR_REPLACEMENT.
20709func_dirname ()
20710{
20711 # Extract subdirectory from the argument.
20712 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
20713 if test "X$func_dirname_result" = "X${1}"; then
20714 func_dirname_result="${3}"
20715 else
20716 func_dirname_result="$func_dirname_result${2}"
bf9f3bac 20717 fi
8934764e 20718}
bf9f3bac 20719
8934764e
BB
20720# func_basename file
20721func_basename ()
20722{
20723 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
20724}
bf9f3bac 20725
bf9f3bac 20726
8934764e
BB
20727# func_stripname prefix suffix name
20728# strip PREFIX and SUFFIX off of NAME.
20729# PREFIX and SUFFIX must not contain globbing or regex special
20730# characters, hashes, percent signs, but SUFFIX may contain a leading
20731# dot (in which case that matches only a dot).
20732# func_strip_suffix prefix name
20733func_stripname ()
20734{
20735 case ${2} in
20736 .*) func_stripname_result=`$ECHO "X${3}" \
20737 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
20738 *) func_stripname_result=`$ECHO "X${3}" \
20739 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
20740 esac
20741}
bf9f3bac 20742
8934764e
BB
20743# sed scripts:
20744my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
20745my_sed_long_arg='1s/^-[^=]*=//'
bf9f3bac 20746
8934764e
BB
20747# func_opt_split
20748func_opt_split ()
20749{
20750 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
20751 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
20752}
bf9f3bac 20753
8934764e
BB
20754# func_lo2o object
20755func_lo2o ()
20756{
20757 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
20758}
bf9f3bac 20759
8934764e
BB
20760# func_xform libobj-or-source
20761func_xform ()
20762{
20763 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
20764}
bf9f3bac 20765
8934764e
BB
20766# func_arith arithmetic-term...
20767func_arith ()
20768{
20769 func_arith_result=`expr "$@"`
20770}
bf9f3bac 20771
8934764e
BB
20772# func_len string
20773# STRING may not start with a hyphen.
20774func_len ()
20775{
20776 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
20777}
bf9f3bac 20778
8934764e
BB
20779_LT_EOF
20780esac
bf9f3bac 20781
8934764e
BB
20782case $lt_shell_append in
20783 yes)
20784 cat << \_LT_EOF >> "$cfgfile"
bf9f3bac 20785
8934764e
BB
20786# func_append var value
20787# Append VALUE to the end of shell variable VAR.
20788func_append ()
20789{
20790 eval "$1+=\$2"
20791}
20792_LT_EOF
20793 ;;
20794 *)
20795 cat << \_LT_EOF >> "$cfgfile"
bf9f3bac 20796
8934764e
BB
20797# func_append var value
20798# Append VALUE to the end of shell variable VAR.
20799func_append ()
20800{
20801 eval "$1=\$$1\$2"
20802}
bf9f3bac 20803
8934764e
BB
20804_LT_EOF
20805 ;;
16b719f0 20806 esac
bf9f3bac 20807
bf9f3bac 20808
8934764e
BB
20809 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
20810 || (rm -f "$cfgfile"; exit 1)
bf9f3bac 20811
8934764e
BB
20812 mv -f "$cfgfile" "$ofile" ||
20813 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
20814 chmod +x "$ofile"
bf9f3bac 20815
bf9f3bac 20816 ;;
8934764e 20817
bf9f3bac 20818 esac
8934764e 20819done # for ac_tag
bf9f3bac 20820
bf9f3bac 20821
20822{ (exit 0); exit 0; }
20823_ACEOF
20824chmod +x $CONFIG_STATUS
20825ac_clean_files=$ac_clean_files_save
20826
8934764e
BB
20827test $ac_write_fail = 0 ||
20828 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
20829$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
20830 { (exit 1); exit 1; }; }
20831
bf9f3bac 20832
20833# configure is writing to config.log, and then calls config.status.
20834# config.status does its own redirection, appending to config.log.
20835# Unfortunately, on DOS this fails, as config.log is still kept open
20836# by configure, so config.status won't be able to write to it; its
20837# output is simply discarded. So we exec the FD to /dev/null,
20838# effectively closing config.log, so it can be properly (re)opened and
20839# appended to by config.status. When coming back to configure, we
20840# need to make the FD available again.
20841if test "$no_create" != yes; then
20842 ac_cs_success=:
20843 ac_config_status_args=
20844 test "$silent" = yes &&
20845 ac_config_status_args="$ac_config_status_args --quiet"
20846 exec 5>/dev/null
20847 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
20848 exec 5>>config.log
20849 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
20850 # would make configure fail if this is the last instruction.
20851 $ac_cs_success || { (exit 1); exit 1; }
20852fi
8934764e
BB
20853if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
20854 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
20855$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
20856fi
bf9f3bac 20857