]> git.proxmox.com Git - mirror_spl.git/blame - configure
Move vendor check to spl-build.m4
[mirror_spl.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
287b2fb1 802DEFAULT_PACKAGE
73fc084e 803VENDOR
287b2fb1
BB
804ALIEN_VERSION
805ALIEN
806HAVE_ALIEN
807DPKGBUILD_VERSION
808DPKGBUILD
809HAVE_DPKGBUILD
810DPKG_VERSION
811DPKG
812HAVE_DPKG
813RPMBUILD_VERSION
814RPMBUILD
815HAVE_RPMBUILD
816RPM_VERSION
817RPM
818HAVE_RPM
8934764e
BB
819LICENSE
820CPP
821OTOOL64
822OTOOL
823LIPO
824NMEDIT
825DSYMUTIL
826lt_ECHO
827RANLIB
828AR
829OBJDUMP
830LN_S
831NM
832ac_ct_DUMPBIN
833DUMPBIN
834LD
835FGREP
836EGREP
837GREP
838SED
839LIBTOOL
840am__fastdepCC_FALSE
841am__fastdepCC_TRUE
842CCDEPMODE
843AMDEPBACKSLASH
844AMDEP_FALSE
845AMDEP_TRUE
846am__quote
847am__include
848DEPDIR
849OBJEXT
850EXEEXT
851ac_ct_CC
852CPPFLAGS
853LDFLAGS
854CFLAGS
855CC
856am__untar
857am__tar
858AMTAR
859am__leading_dot
860SET_MAKE
861AWK
862mkdir_p
863MKDIR_P
864INSTALL_STRIP_PROGRAM
865STRIP
866install_sh
867MAKEINFO
868AUTOHEADER
869AUTOMAKE
870AUTOCONF
871ACLOCAL
872VERSION
873PACKAGE
874CYGPATH_W
875am__isrc
876INSTALL_DATA
877INSTALL_SCRIPT
878INSTALL_PROGRAM
879AM_BACKSLASH
880AM_DEFAULT_VERBOSITY
881MAINT
882MAINTAINER_MODE_FALSE
883MAINTAINER_MODE_TRUE
884target_os
885target_vendor
886target_cpu
887target
888host_os
889host_vendor
890host_cpu
891host
892build_os
893build_vendor
894build_cpu
895build
896SPL_META_LT_AGE
897SPL_META_LT_REVISION
898SPL_META_LT_CURRENT
899SPL_META_AUTHOR
900SPL_META_DATA
901SPL_META_ALIAS
902SPL_META_RELEASE
903SPL_META_VERSION
904SPL_META_NAME
905target_alias
906host_alias
907build_alias
908LIBS
909ECHO_T
910ECHO_N
911ECHO_C
912DEFS
913mandir
914localedir
915libdir
916psdir
917pdfdir
918dvidir
919htmldir
920infodir
921docdir
922oldincludedir
923includedir
924localstatedir
925sharedstatedir
926sysconfdir
927datadir
928datarootdir
929libexecdir
930sbindir
931bindir
932program_transform_name
933prefix
934exec_prefix
935PACKAGE_BUGREPORT
936PACKAGE_STRING
937PACKAGE_VERSION
938PACKAGE_TARNAME
939PACKAGE_NAME
940PATH_SEPARATOR
941SHELL'
bf9f3bac 942ac_subst_files=''
8934764e
BB
943ac_user_opts='
944enable_option_checking
945enable_maintainer_mode
946enable_silent_rules
947enable_dependency_tracking
948enable_shared
949enable_static
950with_pic
951enable_fast_install
952with_gnu_ld
953enable_libtool_lock
954with_config
955with_linux
956with_linux_obj
957enable_debug
958enable_debug_kmem
959enable_debug_kmem_tracking
960enable_atomic_spinlocks
961'
962 ac_precious_vars='build_alias
963host_alias
964target_alias
965CC
966CFLAGS
967LDFLAGS
968LIBS
969CPPFLAGS
970CPP'
971
bf9f3bac 972
973# Initialize some variables set by options.
974ac_init_help=
975ac_init_version=false
8934764e
BB
976ac_unrecognized_opts=
977ac_unrecognized_sep=
bf9f3bac 978# The variables have the same names as the options, with
979# dashes changed to underlines.
980cache_file=/dev/null
981exec_prefix=NONE
982no_create=
983no_recursion=
984prefix=NONE
985program_prefix=NONE
986program_suffix=NONE
987program_transform_name=s,x,x,
988silent=
989site=
990srcdir=
991verbose=
992x_includes=NONE
993x_libraries=NONE
994
995# Installation directory options.
996# These are left unexpanded so users can "make install exec_prefix=/foo"
997# and all the variables that are supposed to be based on exec_prefix
998# by default will actually change.
999# Use braces instead of parens because sh, perl, etc. also accept them.
8934764e 1000# (The list follows the same order as the GNU Coding Standards.)
bf9f3bac 1001bindir='${exec_prefix}/bin'
1002sbindir='${exec_prefix}/sbin'
1003libexecdir='${exec_prefix}/libexec'
8934764e
BB
1004datarootdir='${prefix}/share'
1005datadir='${datarootdir}'
bf9f3bac 1006sysconfdir='${prefix}/etc'
1007sharedstatedir='${prefix}/com'
1008localstatedir='${prefix}/var'
bf9f3bac 1009includedir='${prefix}/include'
1010oldincludedir='/usr/include'
8934764e
BB
1011docdir='${datarootdir}/doc/${PACKAGE}'
1012infodir='${datarootdir}/info'
1013htmldir='${docdir}'
1014dvidir='${docdir}'
1015pdfdir='${docdir}'
1016psdir='${docdir}'
1017libdir='${exec_prefix}/lib'
1018localedir='${datarootdir}/locale'
1019mandir='${datarootdir}/man'
bf9f3bac 1020
1021ac_prev=
8934764e 1022ac_dashdash=
bf9f3bac 1023for ac_option
1024do
1025 # If the previous option needs an argument, assign it.
1026 if test -n "$ac_prev"; then
8934764e 1027 eval $ac_prev=\$ac_option
bf9f3bac 1028 ac_prev=
1029 continue
1030 fi
1031
8934764e
BB
1032 case $ac_option in
1033 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
1034 *) ac_optarg=yes ;;
1035 esac
bf9f3bac 1036
1037 # Accept the important Cygnus configure options, so we can diagnose typos.
1038
8934764e
BB
1039 case $ac_dashdash$ac_option in
1040 --)
1041 ac_dashdash=yes ;;
bf9f3bac 1042
1043 -bindir | --bindir | --bindi | --bind | --bin | --bi)
1044 ac_prev=bindir ;;
1045 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
1046 bindir=$ac_optarg ;;
1047
1048 -build | --build | --buil | --bui | --bu)
1049 ac_prev=build_alias ;;
1050 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
1051 build_alias=$ac_optarg ;;
1052
1053 -cache-file | --cache-file | --cache-fil | --cache-fi \
1054 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
1055 ac_prev=cache_file ;;
1056 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
1057 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
1058 cache_file=$ac_optarg ;;
1059
1060 --config-cache | -C)
1061 cache_file=config.cache ;;
1062
8934764e 1063 -datadir | --datadir | --datadi | --datad)
bf9f3bac 1064 ac_prev=datadir ;;
8934764e 1065 -datadir=* | --datadir=* | --datadi=* | --datad=*)
bf9f3bac 1066 datadir=$ac_optarg ;;
1067
8934764e
BB
1068 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
1069 | --dataroo | --dataro | --datar)
1070 ac_prev=datarootdir ;;
1071 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
1072 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
1073 datarootdir=$ac_optarg ;;
1074
bf9f3bac 1075 -disable-* | --disable-*)
8934764e 1076 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
bf9f3bac 1077 # Reject names that are not valid shell variable names.
8934764e
BB
1078 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1079 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
bf9f3bac 1080 { (exit 1); exit 1; }; }
8934764e
BB
1081 ac_useropt_orig=$ac_useropt
1082 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1083 case $ac_user_opts in
1084 *"
1085"enable_$ac_useropt"
1086"*) ;;
1087 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1088 ac_unrecognized_sep=', ';;
1089 esac
1090 eval enable_$ac_useropt=no ;;
1091
1092 -docdir | --docdir | --docdi | --doc | --do)
1093 ac_prev=docdir ;;
1094 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1095 docdir=$ac_optarg ;;
1096
1097 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1098 ac_prev=dvidir ;;
1099 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1100 dvidir=$ac_optarg ;;
bf9f3bac 1101
1102 -enable-* | --enable-*)
8934764e 1103 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
bf9f3bac 1104 # Reject names that are not valid shell variable names.
8934764e
BB
1105 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1106 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
bf9f3bac 1107 { (exit 1); exit 1; }; }
8934764e
BB
1108 ac_useropt_orig=$ac_useropt
1109 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1110 case $ac_user_opts in
1111 *"
1112"enable_$ac_useropt"
1113"*) ;;
1114 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1115 ac_unrecognized_sep=', ';;
bf9f3bac 1116 esac
8934764e 1117 eval enable_$ac_useropt=\$ac_optarg ;;
bf9f3bac 1118
1119 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1120 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1121 | --exec | --exe | --ex)
1122 ac_prev=exec_prefix ;;
1123 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1124 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1125 | --exec=* | --exe=* | --ex=*)
1126 exec_prefix=$ac_optarg ;;
1127
1128 -gas | --gas | --ga | --g)
1129 # Obsolete; use --with-gas.
1130 with_gas=yes ;;
1131
1132 -help | --help | --hel | --he | -h)
1133 ac_init_help=long ;;
1134 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1135 ac_init_help=recursive ;;
1136 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1137 ac_init_help=short ;;
1138
1139 -host | --host | --hos | --ho)
1140 ac_prev=host_alias ;;
1141 -host=* | --host=* | --hos=* | --ho=*)
1142 host_alias=$ac_optarg ;;
1143
8934764e
BB
1144 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1145 ac_prev=htmldir ;;
1146 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1147 | --ht=*)
1148 htmldir=$ac_optarg ;;
1149
bf9f3bac 1150 -includedir | --includedir | --includedi | --included | --include \
1151 | --includ | --inclu | --incl | --inc)
1152 ac_prev=includedir ;;
1153 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1154 | --includ=* | --inclu=* | --incl=* | --inc=*)
1155 includedir=$ac_optarg ;;
1156
1157 -infodir | --infodir | --infodi | --infod | --info | --inf)
1158 ac_prev=infodir ;;
1159 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1160 infodir=$ac_optarg ;;
1161
1162 -libdir | --libdir | --libdi | --libd)
1163 ac_prev=libdir ;;
1164 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1165 libdir=$ac_optarg ;;
1166
1167 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1168 | --libexe | --libex | --libe)
1169 ac_prev=libexecdir ;;
1170 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1171 | --libexe=* | --libex=* | --libe=*)
1172 libexecdir=$ac_optarg ;;
1173
8934764e
BB
1174 -localedir | --localedir | --localedi | --localed | --locale)
1175 ac_prev=localedir ;;
1176 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1177 localedir=$ac_optarg ;;
1178
bf9f3bac 1179 -localstatedir | --localstatedir | --localstatedi | --localstated \
8934764e 1180 | --localstate | --localstat | --localsta | --localst | --locals)
bf9f3bac 1181 ac_prev=localstatedir ;;
1182 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
8934764e 1183 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
bf9f3bac 1184 localstatedir=$ac_optarg ;;
1185
1186 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1187 ac_prev=mandir ;;
1188 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1189 mandir=$ac_optarg ;;
1190
1191 -nfp | --nfp | --nf)
1192 # Obsolete; use --without-fp.
1193 with_fp=no ;;
1194
1195 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1196 | --no-cr | --no-c | -n)
1197 no_create=yes ;;
1198
1199 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1200 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1201 no_recursion=yes ;;
1202
1203 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1204 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1205 | --oldin | --oldi | --old | --ol | --o)
1206 ac_prev=oldincludedir ;;
1207 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1208 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1209 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1210 oldincludedir=$ac_optarg ;;
1211
1212 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1213 ac_prev=prefix ;;
1214 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1215 prefix=$ac_optarg ;;
1216
1217 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1218 | --program-pre | --program-pr | --program-p)
1219 ac_prev=program_prefix ;;
1220 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1221 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1222 program_prefix=$ac_optarg ;;
1223
1224 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1225 | --program-suf | --program-su | --program-s)
1226 ac_prev=program_suffix ;;
1227 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1228 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1229 program_suffix=$ac_optarg ;;
1230
1231 -program-transform-name | --program-transform-name \
1232 | --program-transform-nam | --program-transform-na \
1233 | --program-transform-n | --program-transform- \
1234 | --program-transform | --program-transfor \
1235 | --program-transfo | --program-transf \
1236 | --program-trans | --program-tran \
1237 | --progr-tra | --program-tr | --program-t)
1238 ac_prev=program_transform_name ;;
1239 -program-transform-name=* | --program-transform-name=* \
1240 | --program-transform-nam=* | --program-transform-na=* \
1241 | --program-transform-n=* | --program-transform-=* \
1242 | --program-transform=* | --program-transfor=* \
1243 | --program-transfo=* | --program-transf=* \
1244 | --program-trans=* | --program-tran=* \
1245 | --progr-tra=* | --program-tr=* | --program-t=*)
1246 program_transform_name=$ac_optarg ;;
1247
8934764e
BB
1248 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1249 ac_prev=pdfdir ;;
1250 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1251 pdfdir=$ac_optarg ;;
1252
1253 -psdir | --psdir | --psdi | --psd | --ps)
1254 ac_prev=psdir ;;
1255 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1256 psdir=$ac_optarg ;;
1257
bf9f3bac 1258 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1259 | -silent | --silent | --silen | --sile | --sil)
1260 silent=yes ;;
1261
1262 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1263 ac_prev=sbindir ;;
1264 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1265 | --sbi=* | --sb=*)
1266 sbindir=$ac_optarg ;;
1267
1268 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1269 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1270 | --sharedst | --shareds | --shared | --share | --shar \
1271 | --sha | --sh)
1272 ac_prev=sharedstatedir ;;
1273 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1274 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1275 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1276 | --sha=* | --sh=*)
1277 sharedstatedir=$ac_optarg ;;
1278
1279 -site | --site | --sit)
1280 ac_prev=site ;;
1281 -site=* | --site=* | --sit=*)
1282 site=$ac_optarg ;;
1283
1284 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1285 ac_prev=srcdir ;;
1286 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1287 srcdir=$ac_optarg ;;
1288
1289 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1290 | --syscon | --sysco | --sysc | --sys | --sy)
1291 ac_prev=sysconfdir ;;
1292 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1293 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1294 sysconfdir=$ac_optarg ;;
1295
1296 -target | --target | --targe | --targ | --tar | --ta | --t)
1297 ac_prev=target_alias ;;
1298 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1299 target_alias=$ac_optarg ;;
1300
1301 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1302 verbose=yes ;;
1303
1304 -version | --version | --versio | --versi | --vers | -V)
1305 ac_init_version=: ;;
1306
1307 -with-* | --with-*)
8934764e 1308 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
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--with-$ac_useropt_orig"
1320 ac_unrecognized_sep=', ';;
bf9f3bac 1321 esac
8934764e 1322 eval with_$ac_useropt=\$ac_optarg ;;
bf9f3bac 1323
1324 -without-* | --without-*)
8934764e 1325 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
bf9f3bac 1326 # Reject names that are not valid shell variable names.
8934764e
BB
1327 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1328 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
bf9f3bac 1329 { (exit 1); exit 1; }; }
8934764e
BB
1330 ac_useropt_orig=$ac_useropt
1331 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1332 case $ac_user_opts in
1333 *"
1334"with_$ac_useropt"
1335"*) ;;
1336 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1337 ac_unrecognized_sep=', ';;
1338 esac
1339 eval with_$ac_useropt=no ;;
bf9f3bac 1340
1341 --x)
1342 # Obsolete; use --with-x.
1343 with_x=yes ;;
1344
1345 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1346 | --x-incl | --x-inc | --x-in | --x-i)
1347 ac_prev=x_includes ;;
1348 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1349 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1350 x_includes=$ac_optarg ;;
1351
1352 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1353 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1354 ac_prev=x_libraries ;;
1355 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1356 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1357 x_libraries=$ac_optarg ;;
1358
8934764e 1359 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
bf9f3bac 1360Try \`$0 --help' for more information." >&2
1361 { (exit 1); exit 1; }; }
1362 ;;
1363
1364 *=*)
1365 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1366 # Reject names that are not valid shell variable names.
1367 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
8934764e 1368 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
bf9f3bac 1369 { (exit 1); exit 1; }; }
8934764e 1370 eval $ac_envvar=\$ac_optarg
bf9f3bac 1371 export $ac_envvar ;;
1372
1373 *)
1374 # FIXME: should be removed in autoconf 3.0.
8934764e 1375 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
bf9f3bac 1376 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
8934764e 1377 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
bf9f3bac 1378 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1379 ;;
1380
1381 esac
1382done
1383
1384if test -n "$ac_prev"; then
1385 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
8934764e 1386 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
bf9f3bac 1387 { (exit 1); exit 1; }; }
1388fi
1389
8934764e
BB
1390if test -n "$ac_unrecognized_opts"; then
1391 case $enable_option_checking in
1392 no) ;;
1393 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1394 { (exit 1); exit 1; }; } ;;
1395 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
bf9f3bac 1396 esac
8934764e 1397fi
bf9f3bac 1398
8934764e
BB
1399# Check all directory arguments for consistency.
1400for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1401 datadir sysconfdir sharedstatedir localstatedir includedir \
1402 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1403 libdir localedir mandir
bf9f3bac 1404do
8934764e
BB
1405 eval ac_val=\$$ac_var
1406 # Remove trailing slashes.
bf9f3bac 1407 case $ac_val in
8934764e
BB
1408 */ )
1409 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1410 eval $ac_var=\$ac_val;;
bf9f3bac 1411 esac
8934764e
BB
1412 # Be sure to have absolute directory names.
1413 case $ac_val in
1414 [\\/$]* | ?:[\\/]* ) continue;;
1415 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1416 esac
1417 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1418 { (exit 1); exit 1; }; }
bf9f3bac 1419done
1420
1421# There might be people who depend on the old broken behavior: `$host'
1422# used to hold the argument of --host etc.
1423# FIXME: To remove some day.
1424build=$build_alias
1425host=$host_alias
1426target=$target_alias
1427
1428# FIXME: To remove some day.
1429if test "x$host_alias" != x; then
1430 if test "x$build_alias" = x; then
1431 cross_compiling=maybe
8934764e 1432 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
bf9f3bac 1433 If a cross compiler is detected then cross compile mode will be used." >&2
1434 elif test "x$build_alias" != "x$host_alias"; then
1435 cross_compiling=yes
1436 fi
1437fi
1438
1439ac_tool_prefix=
1440test -n "$host_alias" && ac_tool_prefix=$host_alias-
1441
1442test "$silent" = yes && exec 6>/dev/null
1443
1444
8934764e
BB
1445ac_pwd=`pwd` && test -n "$ac_pwd" &&
1446ac_ls_di=`ls -di .` &&
1447ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1448 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1449 { (exit 1); exit 1; }; }
1450test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1451 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1452 { (exit 1); exit 1; }; }
1453
1454
bf9f3bac 1455# Find the source files, if location was not specified.
1456if test -z "$srcdir"; then
1457 ac_srcdir_defaulted=yes
8934764e
BB
1458 # Try the directory containing this script, then the parent directory.
1459 ac_confdir=`$as_dirname -- "$as_myself" ||
1460$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1461 X"$as_myself" : 'X\(//\)[^/]' \| \
1462 X"$as_myself" : 'X\(//\)$' \| \
1463 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1464$as_echo X"$as_myself" |
1465 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1466 s//\1/
1467 q
1468 }
1469 /^X\(\/\/\)[^/].*/{
1470 s//\1/
1471 q
1472 }
1473 /^X\(\/\/\)$/{
1474 s//\1/
1475 q
1476 }
1477 /^X\(\/\).*/{
1478 s//\1/
1479 q
1480 }
1481 s/.*/./; q'`
bf9f3bac 1482 srcdir=$ac_confdir
8934764e 1483 if test ! -r "$srcdir/$ac_unique_file"; then
bf9f3bac 1484 srcdir=..
1485 fi
1486else
1487 ac_srcdir_defaulted=no
1488fi
8934764e
BB
1489if test ! -r "$srcdir/$ac_unique_file"; then
1490 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1491 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
bf9f3bac 1492 { (exit 1); exit 1; }; }
bf9f3bac 1493fi
8934764e
BB
1494ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1495ac_abs_confdir=`(
1496 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
bf9f3bac 1497 { (exit 1); exit 1; }; }
8934764e
BB
1498 pwd)`
1499# When building in place, set srcdir=.
1500if test "$ac_abs_confdir" = "$ac_pwd"; then
1501 srcdir=.
1502fi
1503# Remove unnecessary trailing slashes from srcdir.
1504# Double slashes in file names in object file debugging info
1505# mess up M-x gdb in Emacs.
1506case $srcdir in
1507*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1508esac
1509for ac_var in $ac_precious_vars; do
1510 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1511 eval ac_env_${ac_var}_value=\$${ac_var}
1512 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1513 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1514done
bf9f3bac 1515
1516#
1517# Report the --help message.
1518#
1519if test "$ac_init_help" = "long"; then
1520 # Omit some internal or obsolete options to make the list less imposing.
1521 # This message is too long to be a string in the A/UX 3.1 sh.
1522 cat <<_ACEOF
1523\`configure' configures this package to adapt to many kinds of systems.
1524
1525Usage: $0 [OPTION]... [VAR=VALUE]...
1526
1527To assign environment variables (e.g., CC, CFLAGS...), specify them as
1528VAR=VALUE. See below for descriptions of some of the useful variables.
1529
1530Defaults for the options are specified in brackets.
1531
1532Configuration:
1533 -h, --help display this help and exit
1534 --help=short display options specific to this package
1535 --help=recursive display the short help of all the included packages
1536 -V, --version display version information and exit
1537 -q, --quiet, --silent do not print \`checking...' messages
1538 --cache-file=FILE cache test results in FILE [disabled]
1539 -C, --config-cache alias for \`--cache-file=config.cache'
1540 -n, --no-create do not create output files
1541 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1542
bf9f3bac 1543Installation directories:
1544 --prefix=PREFIX install architecture-independent files in PREFIX
8934764e 1545 [$ac_default_prefix]
bf9f3bac 1546 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
8934764e 1547 [PREFIX]
bf9f3bac 1548
1549By default, \`make install' will install all the files in
1550\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1551an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1552for instance \`--prefix=\$HOME'.
1553
1554For better control, use the options below.
1555
1556Fine tuning of the installation directories:
8934764e
BB
1557 --bindir=DIR user executables [EPREFIX/bin]
1558 --sbindir=DIR system admin executables [EPREFIX/sbin]
1559 --libexecdir=DIR program executables [EPREFIX/libexec]
1560 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1561 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1562 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1563 --libdir=DIR object code libraries [EPREFIX/lib]
1564 --includedir=DIR C header files [PREFIX/include]
1565 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1566 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1567 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1568 --infodir=DIR info documentation [DATAROOTDIR/info]
1569 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1570 --mandir=DIR man documentation [DATAROOTDIR/man]
1571 --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1572 --htmldir=DIR html documentation [DOCDIR]
1573 --dvidir=DIR dvi documentation [DOCDIR]
1574 --pdfdir=DIR pdf documentation [DOCDIR]
1575 --psdir=DIR ps documentation [DOCDIR]
bf9f3bac 1576_ACEOF
1577
1578 cat <<\_ACEOF
1579
1580Program names:
1581 --program-prefix=PREFIX prepend PREFIX to installed program names
1582 --program-suffix=SUFFIX append SUFFIX to installed program names
1583 --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1584
1585System types:
1586 --build=BUILD configure for building on BUILD [guessed]
1587 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1588 --target=TARGET configure for building compilers for TARGET [HOST]
1589_ACEOF
1590fi
1591
1592if test -n "$ac_init_help"; then
1593
1594 cat <<\_ACEOF
1595
1596Optional Features:
8934764e 1597 --disable-option-checking ignore unrecognized --enable/--with options
bf9f3bac 1598 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1599 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1600 --enable-maintainer-mode enable make rules and dependencies not useful
1601 (and sometimes confusing) to the casual installer
8934764e
BB
1602 --enable-silent-rules less verbose build output (undo: `make V=1')
1603 --disable-silent-rules verbose build output (undo: `make V=0')
bf9f3bac 1604 --disable-dependency-tracking speeds up one-time build
1605 --enable-dependency-tracking do not reject slow dependency extractors
8934764e
BB
1606 --enable-shared[=PKGS] build shared libraries [default=yes]
1607 --enable-static[=PKGS] build static libraries [default=yes]
bf9f3bac 1608 --enable-fast-install[=PKGS]
1609 optimize for fast installation [default=yes]
1610 --disable-libtool-lock avoid locking (might break parallel builds)
055ffd98
BB
1611 --enable-debug Enable generic debug support [default=no]
1612 --enable-debug-kmem Enable basic kmem accounting [default=yes]
1613 --enable-debug-kmem-tracking
1614 Enable detailed kmem tracking [default=no]
5e9b5d83 1615 --enable-atomic-spinlocks
d04c8a56 1616 Atomic types use spinlocks [default=check]
bf9f3bac 1617
1618Optional Packages:
1619 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1620 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
bf9f3bac 1621 --with-pic try to use only PIC/non-PIC objects [default=use
1622 both]
8934764e 1623 --with-gnu-ld assume the C compiler uses GNU ld [default=no]
c1541dfe 1624 --with-config=CONFIG Config file 'kernel|user|all|srpm'
bf9f3bac 1625 --with-linux=PATH Path to kernel source
1626 --with-linux-obj=PATH Path to kernel build objects
1627
1628Some influential environment variables:
1629 CC C compiler command
1630 CFLAGS C compiler flags
1631 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1632 nonstandard directory <lib dir>
8934764e
BB
1633 LIBS libraries to pass to the linker, e.g. -l<library>
1634 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1635 you have headers in a nonstandard directory <include dir>
bf9f3bac 1636 CPP C preprocessor
bf9f3bac 1637
1638Use these variables to override the choices made by `configure' or to help
1639it to find libraries and programs with nonstandard names/locations.
1640
1641_ACEOF
8934764e 1642ac_status=$?
bf9f3bac 1643fi
1644
1645if test "$ac_init_help" = "recursive"; then
1646 # If there are subdirs, report their specific --help.
bf9f3bac 1647 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
8934764e
BB
1648 test -d "$ac_dir" ||
1649 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1650 continue
bf9f3bac 1651 ac_builddir=.
1652
8934764e
BB
1653case "$ac_dir" in
1654.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1655*)
1656 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1657 # A ".." for each directory in $ac_dir_suffix.
1658 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1659 case $ac_top_builddir_sub in
1660 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1661 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1662 esac ;;
1663esac
1664ac_abs_top_builddir=$ac_pwd
1665ac_abs_builddir=$ac_pwd$ac_dir_suffix
1666# for backward compatibility:
1667ac_top_builddir=$ac_top_build_prefix
bf9f3bac 1668
1669case $srcdir in
8934764e 1670 .) # We are building in place.
bf9f3bac 1671 ac_srcdir=.
8934764e
BB
1672 ac_top_srcdir=$ac_top_builddir_sub
1673 ac_abs_top_srcdir=$ac_pwd ;;
1674 [\\/]* | ?:[\\/]* ) # Absolute name.
bf9f3bac 1675 ac_srcdir=$srcdir$ac_dir_suffix;
8934764e
BB
1676 ac_top_srcdir=$srcdir
1677 ac_abs_top_srcdir=$srcdir ;;
1678 *) # Relative name.
1679 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1680 ac_top_srcdir=$ac_top_build_prefix$srcdir
1681 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
bf9f3bac 1682esac
8934764e
BB
1683ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1684
1685 cd "$ac_dir" || { ac_status=$?; continue; }
1686 # Check for guested configure.
1687 if test -f "$ac_srcdir/configure.gnu"; then
1688 echo &&
1689 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1690 elif test -f "$ac_srcdir/configure"; then
1691 echo &&
1692 $SHELL "$ac_srcdir/configure" --help=recursive
bf9f3bac 1693 else
8934764e
BB
1694 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1695 fi || ac_status=$?
1696 cd "$ac_pwd" || { ac_status=$?; break; }
bf9f3bac 1697 done
1698fi
1699
8934764e 1700test -n "$ac_init_help" && exit $ac_status
bf9f3bac 1701if $ac_init_version; then
1702 cat <<\_ACEOF
8934764e
BB
1703configure
1704generated by GNU Autoconf 2.63
bf9f3bac 1705
8934764e
BB
1706Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
17072002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
bf9f3bac 1708This configure script is free software; the Free Software Foundation
1709gives unlimited permission to copy, distribute and modify it.
1710_ACEOF
8934764e 1711 exit
bf9f3bac 1712fi
8934764e 1713cat >config.log <<_ACEOF
bf9f3bac 1714This file contains any messages produced by compilers while
1715running configure, to aid debugging if configure makes a mistake.
1716
1717It was created by $as_me, which was
8934764e 1718generated by GNU Autoconf 2.63. Invocation command line was
bf9f3bac 1719
1720 $ $0 $@
1721
1722_ACEOF
8934764e 1723exec 5>>config.log
bf9f3bac 1724{
1725cat <<_ASUNAME
1726## --------- ##
1727## Platform. ##
1728## --------- ##
1729
1730hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1731uname -m = `(uname -m) 2>/dev/null || echo unknown`
1732uname -r = `(uname -r) 2>/dev/null || echo unknown`
1733uname -s = `(uname -s) 2>/dev/null || echo unknown`
1734uname -v = `(uname -v) 2>/dev/null || echo unknown`
1735
1736/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1737/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1738
1739/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1740/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1741/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
8934764e 1742/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
bf9f3bac 1743/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1744/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1745/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1746
1747_ASUNAME
1748
1749as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1750for as_dir in $PATH
1751do
1752 IFS=$as_save_IFS
1753 test -z "$as_dir" && as_dir=.
8934764e 1754 $as_echo "PATH: $as_dir"
bf9f3bac 1755done
8934764e 1756IFS=$as_save_IFS
bf9f3bac 1757
1758} >&5
1759
1760cat >&5 <<_ACEOF
1761
1762
1763## ----------- ##
1764## Core tests. ##
1765## ----------- ##
1766
1767_ACEOF
1768
1769
1770# Keep a trace of the command line.
1771# Strip out --no-create and --no-recursion so they do not pile up.
1772# Strip out --silent because we don't want to record it for future runs.
1773# Also quote any args containing shell meta-characters.
1774# Make two passes to allow for proper duplicate-argument suppression.
1775ac_configure_args=
1776ac_configure_args0=
1777ac_configure_args1=
bf9f3bac 1778ac_must_keep_next=false
1779for ac_pass in 1 2
1780do
1781 for ac_arg
1782 do
1783 case $ac_arg in
1784 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1785 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1786 | -silent | --silent | --silen | --sile | --sil)
1787 continue ;;
8934764e
BB
1788 *\'*)
1789 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
bf9f3bac 1790 esac
1791 case $ac_pass in
1792 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1793 2)
1794 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1795 if test $ac_must_keep_next = true; then
1796 ac_must_keep_next=false # Got value, back to normal.
1797 else
1798 case $ac_arg in
1799 *=* | --config-cache | -C | -disable-* | --disable-* \
1800 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1801 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1802 | -with-* | --with-* | -without-* | --without-* | --x)
1803 case "$ac_configure_args0 " in
1804 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1805 esac
1806 ;;
1807 -* ) ac_must_keep_next=true ;;
1808 esac
1809 fi
8934764e 1810 ac_configure_args="$ac_configure_args '$ac_arg'"
bf9f3bac 1811 ;;
1812 esac
1813 done
1814done
1815$as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1816$as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1817
1818# When interrupted or exit'd, cleanup temporary files, and complete
1819# config.log. We remove comments because anyway the quotes in there
1820# would cause problems or look ugly.
8934764e
BB
1821# WARNING: Use '\'' to represent an apostrophe within the trap.
1822# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
bf9f3bac 1823trap 'exit_status=$?
1824 # Save into config.log some information that might help in debugging.
1825 {
1826 echo
1827
1828 cat <<\_ASBOX
1829## ---------------- ##
1830## Cache variables. ##
1831## ---------------- ##
1832_ASBOX
1833 echo
1834 # The following way of writing the cache mishandles newlines in values,
8934764e
BB
1835(
1836 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1837 eval ac_val=\$$ac_var
1838 case $ac_val in #(
1839 *${as_nl}*)
1840 case $ac_var in #(
1841 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1842$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1843 esac
1844 case $ac_var in #(
1845 _ | IFS | as_nl) ;; #(
1846 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1847 *) $as_unset $ac_var ;;
1848 esac ;;
1849 esac
1850 done
bf9f3bac 1851 (set) 2>&1 |
8934764e
BB
1852 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1853 *${as_nl}ac_space=\ *)
bf9f3bac 1854 sed -n \
8934764e
BB
1855 "s/'\''/'\''\\\\'\'''\''/g;
1856 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1857 ;; #(
bf9f3bac 1858 *)
8934764e 1859 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
bf9f3bac 1860 ;;
8934764e
BB
1861 esac |
1862 sort
1863)
bf9f3bac 1864 echo
1865
1866 cat <<\_ASBOX
1867## ----------------- ##
1868## Output variables. ##
1869## ----------------- ##
1870_ASBOX
1871 echo
1872 for ac_var in $ac_subst_vars
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
1882 if test -n "$ac_subst_files"; then
1883 cat <<\_ASBOX
8934764e
BB
1884## ------------------- ##
1885## File substitutions. ##
1886## ------------------- ##
bf9f3bac 1887_ASBOX
1888 echo
1889 for ac_var in $ac_subst_files
1890 do
8934764e
BB
1891 eval ac_val=\$$ac_var
1892 case $ac_val in
1893 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1894 esac
1895 $as_echo "$ac_var='\''$ac_val'\''"
bf9f3bac 1896 done | sort
1897 echo
1898 fi
1899
1900 if test -s confdefs.h; then
1901 cat <<\_ASBOX
1902## ----------- ##
1903## confdefs.h. ##
1904## ----------- ##
1905_ASBOX
1906 echo
8934764e 1907 cat confdefs.h
bf9f3bac 1908 echo
1909 fi
1910 test "$ac_signal" != 0 &&
8934764e
BB
1911 $as_echo "$as_me: caught signal $ac_signal"
1912 $as_echo "$as_me: exit $exit_status"
bf9f3bac 1913 } >&5
8934764e
BB
1914 rm -f core *.core core.conftest.* &&
1915 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
bf9f3bac 1916 exit $exit_status
8934764e 1917' 0
bf9f3bac 1918for ac_signal in 1 2 13 15; do
1919 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1920done
1921ac_signal=0
1922
1923# confdefs.h avoids OS command line length limits that DEFS can exceed.
8934764e 1924rm -f -r conftest* confdefs.h
bf9f3bac 1925
1926# Predefined preprocessor variables.
1927
1928cat >>confdefs.h <<_ACEOF
1929#define PACKAGE_NAME "$PACKAGE_NAME"
1930_ACEOF
1931
1932
1933cat >>confdefs.h <<_ACEOF
1934#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1935_ACEOF
1936
1937
1938cat >>confdefs.h <<_ACEOF
1939#define PACKAGE_VERSION "$PACKAGE_VERSION"
1940_ACEOF
1941
1942
1943cat >>confdefs.h <<_ACEOF
1944#define PACKAGE_STRING "$PACKAGE_STRING"
1945_ACEOF
1946
1947
1948cat >>confdefs.h <<_ACEOF
1949#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1950_ACEOF
1951
1952
1953# Let the site file select an alternate cache file if it wants to.
8934764e
BB
1954# Prefer an explicitly selected file to automatically selected ones.
1955ac_site_file1=NONE
1956ac_site_file2=NONE
1957if test -n "$CONFIG_SITE"; then
1958 ac_site_file1=$CONFIG_SITE
1959elif test "x$prefix" != xNONE; then
1960 ac_site_file1=$prefix/share/config.site
1961 ac_site_file2=$prefix/etc/config.site
1962else
1963 ac_site_file1=$ac_default_prefix/share/config.site
1964 ac_site_file2=$ac_default_prefix/etc/config.site
1965fi
1966for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1967do
1968 test "x$ac_site_file" = xNONE && continue
bf9f3bac 1969 if test -r "$ac_site_file"; then
8934764e
BB
1970 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1971$as_echo "$as_me: loading site script $ac_site_file" >&6;}
bf9f3bac 1972 sed 's/^/| /' "$ac_site_file" >&5
1973 . "$ac_site_file"
1974 fi
1975done
1976
1977if test -r "$cache_file"; then
1978 # Some versions of bash will fail to source /dev/null (special
1979 # files actually), so we avoid doing that.
1980 if test -f "$cache_file"; then
8934764e
BB
1981 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1982$as_echo "$as_me: loading cache $cache_file" >&6;}
bf9f3bac 1983 case $cache_file in
8934764e
BB
1984 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1985 *) . "./$cache_file";;
bf9f3bac 1986 esac
1987 fi
1988else
8934764e
BB
1989 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1990$as_echo "$as_me: creating cache $cache_file" >&6;}
bf9f3bac 1991 >$cache_file
1992fi
1993
1994# Check that the precious variables saved in the cache have kept the same
1995# value.
1996ac_cache_corrupted=false
8934764e 1997for ac_var in $ac_precious_vars; do
bf9f3bac 1998 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1999 eval ac_new_set=\$ac_env_${ac_var}_set
8934764e
BB
2000 eval ac_old_val=\$ac_cv_env_${ac_var}_value
2001 eval ac_new_val=\$ac_env_${ac_var}_value
bf9f3bac 2002 case $ac_old_set,$ac_new_set in
2003 set,)
8934764e
BB
2004 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2005$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
bf9f3bac 2006 ac_cache_corrupted=: ;;
2007 ,set)
8934764e
BB
2008 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
2009$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
bf9f3bac 2010 ac_cache_corrupted=: ;;
2011 ,);;
2012 *)
2013 if test "x$ac_old_val" != "x$ac_new_val"; then
8934764e
BB
2014 # differences in whitespace do not lead to failure.
2015 ac_old_val_w=`echo x $ac_old_val`
2016 ac_new_val_w=`echo x $ac_new_val`
2017 if test "$ac_old_val_w" != "$ac_new_val_w"; then
2018 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
2019$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2020 ac_cache_corrupted=:
2021 else
2022 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2023$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2024 eval $ac_var=\$ac_old_val
2025 fi
2026 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
2027$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
2028 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
2029$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
bf9f3bac 2030 fi;;
2031 esac
2032 # Pass precious variables to config.status.
2033 if test "$ac_new_set" = set; then
2034 case $ac_new_val in
8934764e 2035 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
bf9f3bac 2036 *) ac_arg=$ac_var=$ac_new_val ;;
2037 esac
2038 case " $ac_configure_args " in
2039 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
2040 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
2041 esac
2042 fi
2043done
2044if $ac_cache_corrupted; then
8934764e
BB
2045 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2046$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2047 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
2048$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2049 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
2050$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
bf9f3bac 2051 { (exit 1); exit 1; }; }
2052fi
2053
bf9f3bac 2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
8934764e
BB
2070ac_ext=c
2071ac_cpp='$CPP $CPPFLAGS'
2072ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2073ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2074ac_compiler_gnu=$ac_cv_c_compiler_gnu
bf9f3bac 2075
2076
0c617c9a
BB
2077ac_ext=c
2078ac_cpp='$CPP $CPPFLAGS'
2079ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2080ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2081ac_compiler_gnu=$ac_cv_c_compiler_gnu
2082
2083
8934764e
BB
2084 { $as_echo "$as_me:$LINENO: checking metadata" >&5
2085$as_echo_n "checking metadata... " >&6; }
dd529a30 2086
2087 META="$srcdir/META"
2088 _spl_ac_meta_got_file=no
2089 if test -f "$META"; then
2090 _spl_ac_meta_got_file=yes
2091
abc3ca14 2092 SPL_META_NAME=`perl -n\
dd529a30 2093 -e "BEGIN { \\$key=shift @ARGV; }"\
2094 -e "next unless s/^\s*\\$key[:=]//i;"\
2095 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2096 -e "s/^\s+//;"\
2097 -e "s/\s+$//;"\
2098 -e "s/^(['\"])(.*)\1/\\$2/;"\
2099 -e "\\$val=\\$_;"\
2100 -e "END { print \\$val if defined \\$val; }"\
2101 '(?:NAME|PROJECT|PACKAGE)' $META`;
abc3ca14 2102 if test -n "$SPL_META_NAME"; then
dd529a30 2103
2104cat >>confdefs.h <<_ACEOF
abc3ca14 2105#define SPL_META_NAME "$SPL_META_NAME"
dd529a30 2106_ACEOF
2107
2108
2109 fi
2110
abc3ca14 2111 SPL_META_VERSION=`perl -n\
dd529a30 2112 -e "BEGIN { \\$key=shift @ARGV; }"\
2113 -e "next unless s/^\s*\\$key[:=]//i;"\
2114 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2115 -e "s/^\s+//;"\
2116 -e "s/\s+$//;"\
2117 -e "s/^(['\"])(.*)\1/\\$2/;"\
2118 -e "\\$val=\\$_;"\
2119 -e "END { print \\$val if defined \\$val; }"\
2120 'VERSION' $META`;
abc3ca14 2121 if test -n "$SPL_META_VERSION"; then
dd529a30 2122
2123cat >>confdefs.h <<_ACEOF
abc3ca14 2124#define SPL_META_VERSION "$SPL_META_VERSION"
dd529a30 2125_ACEOF
2126
2127
2128 fi
2129
abc3ca14 2130 SPL_META_RELEASE=`perl -n\
dd529a30 2131 -e "BEGIN { \\$key=shift @ARGV; }"\
2132 -e "next unless s/^\s*\\$key[:=]//i;"\
2133 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2134 -e "s/^\s+//;"\
2135 -e "s/\s+$//;"\
2136 -e "s/^(['\"])(.*)\1/\\$2/;"\
2137 -e "\\$val=\\$_;"\
2138 -e "END { print \\$val if defined \\$val; }"\
2139 'RELEASE' $META`;
abc3ca14 2140 if test -n "$SPL_META_RELEASE"; then
dd529a30 2141
2142cat >>confdefs.h <<_ACEOF
abc3ca14 2143#define SPL_META_RELEASE "$SPL_META_RELEASE"
dd529a30 2144_ACEOF
2145
2146
2147 fi
2148
abc3ca14 2149 if test -n "$SPL_META_NAME" -a -n "$SPL_META_VERSION"; then
72e7de60 2150 SPL_META_ALIAS="$SPL_META_NAME-$SPL_META_VERSION"
abc3ca14 2151 test -n "$SPL_META_RELEASE" &&
72e7de60 2152 SPL_META_ALIAS="$SPL_META_ALIAS-$SPL_META_RELEASE"
dd529a30 2153
2154cat >>confdefs.h <<_ACEOF
72e7de60 2155#define SPL_META_ALIAS "$SPL_META_ALIAS"
dd529a30 2156_ACEOF
2157
2158
2159 fi
2160
abc3ca14 2161 SPL_META_DATA=`perl -n\
dd529a30 2162 -e "BEGIN { \\$key=shift @ARGV; }"\
2163 -e "next unless s/^\s*\\$key[:=]//i;"\
2164 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2165 -e "s/^\s+//;"\
2166 -e "s/\s+$//;"\
2167 -e "s/^(['\"])(.*)\1/\\$2/;"\
2168 -e "\\$val=\\$_;"\
2169 -e "END { print \\$val if defined \\$val; }"\
2170 'DATE' $META`;
abc3ca14 2171 if test -n "$SPL_META_DATA"; then
dd529a30 2172
2173cat >>confdefs.h <<_ACEOF
abc3ca14 2174#define SPL_META_DATA "$SPL_META_DATA"
dd529a30 2175_ACEOF
2176
2177
2178 fi
2179
abc3ca14 2180 SPL_META_AUTHOR=`perl -n\
dd529a30 2181 -e "BEGIN { \\$key=shift @ARGV; }"\
2182 -e "next unless s/^\s*\\$key[:=]//i;"\
2183 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2184 -e "s/^\s+//;"\
2185 -e "s/\s+$//;"\
2186 -e "s/^(['\"])(.*)\1/\\$2/;"\
2187 -e "\\$val=\\$_;"\
2188 -e "END { print \\$val if defined \\$val; }"\
2189 'AUTHOR' $META`;
abc3ca14 2190 if test -n "$SPL_META_AUTHOR"; then
dd529a30 2191
2192cat >>confdefs.h <<_ACEOF
abc3ca14 2193#define SPL_META_AUTHOR "$SPL_META_AUTHOR"
dd529a30 2194_ACEOF
2195
2196
2197 fi
2198
2199
abc3ca14 2200 SPL_META_LT_CURRENT=`perl -n\
dd529a30 2201 -e "BEGIN { \\$key=shift @ARGV; }"\
2202 -e "next unless s/^\s*\\$key[:=]//i;"\
2203 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2204 -e "s/^\s+//;"\
2205 -e "s/\s+$//;"\
2206 -e "s/^(['\"])(.*)\1/\\$2/;"\
2207 -e "\\$val=\\$_;"\
2208 -e "END { print \\$val if defined \\$val; }"\
2209 'LT_CURRENT' $META`;
abc3ca14 2210 SPL_META_LT_REVISION=`perl -n\
dd529a30 2211 -e "BEGIN { \\$key=shift @ARGV; }"\
2212 -e "next unless s/^\s*\\$key[:=]//i;"\
2213 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2214 -e "s/^\s+//;"\
2215 -e "s/\s+$//;"\
2216 -e "s/^(['\"])(.*)\1/\\$2/;"\
2217 -e "\\$val=\\$_;"\
2218 -e "END { print \\$val if defined \\$val; }"\
2219 'LT_REVISION' $META`;
abc3ca14 2220 SPL_META_LT_AGE=`perl -n\
dd529a30 2221 -e "BEGIN { \\$key=shift @ARGV; }"\
2222 -e "next unless s/^\s*\\$key[:=]//i;"\
2223 -e "s/^((?:[^'\"#]*(?:(['\"])[^\2]*\2)*)*)#.*/\\$1/;"\
2224 -e "s/^\s+//;"\
2225 -e "s/\s+$//;"\
2226 -e "s/^(['\"])(.*)\1/\\$2/;"\
2227 -e "\\$val=\\$_;"\
2228 -e "END { print \\$val if defined \\$val; }"\
2229 'LT_AGE' $META`;
abc3ca14
BB
2230 if test -n "$SPL_META_LT_CURRENT" \
2231 -o -n "$SPL_META_LT_REVISION" \
2232 -o -n "$SPL_META_LT_AGE"; then
2233 test -n "$SPL_META_LT_CURRENT" || SPL_META_LT_CURRENT="0"
2234 test -n "$SPL_META_LT_REVISION" || SPL_META_LT_REVISION="0"
2235 test -n "$SPL_META_LT_AGE" || SPL_META_LT_AGE="0"
dd529a30 2236
2237cat >>confdefs.h <<_ACEOF
abc3ca14 2238#define SPL_META_LT_CURRENT "$SPL_META_LT_CURRENT"
dd529a30 2239_ACEOF
2240
2241
2242cat >>confdefs.h <<_ACEOF
abc3ca14 2243#define SPL_META_LT_REVISION "$SPL_META_LT_REVISION"
dd529a30 2244_ACEOF
2245
2246
2247cat >>confdefs.h <<_ACEOF
abc3ca14 2248#define SPL_META_LT_AGE "$SPL_META_LT_AGE"
dd529a30 2249_ACEOF
2250
2251
2252
2253
2254 fi
2255 fi
2256
8934764e
BB
2257 { $as_echo "$as_me:$LINENO: result: $_spl_ac_meta_got_file" >&5
2258$as_echo "$_spl_ac_meta_got_file" >&6; }
dd529a30 2259
2260
bf9f3bac 2261ac_aux_dir=
8934764e
BB
2262for ac_dir in config "$srcdir"/config; do
2263 if test -f "$ac_dir/install-sh"; then
bf9f3bac 2264 ac_aux_dir=$ac_dir
2265 ac_install_sh="$ac_aux_dir/install-sh -c"
2266 break
8934764e 2267 elif test -f "$ac_dir/install.sh"; then
bf9f3bac 2268 ac_aux_dir=$ac_dir
2269 ac_install_sh="$ac_aux_dir/install.sh -c"
2270 break
8934764e 2271 elif test -f "$ac_dir/shtool"; then
bf9f3bac 2272 ac_aux_dir=$ac_dir
2273 ac_install_sh="$ac_aux_dir/shtool install -c"
2274 break
2275 fi
2276done
2277if test -z "$ac_aux_dir"; then
8934764e
BB
2278 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&5
2279$as_echo "$as_me: error: cannot find install-sh or install.sh in config \"$srcdir\"/config" >&2;}
bf9f3bac 2280 { (exit 1); exit 1; }; }
2281fi
8934764e
BB
2282
2283# These three variables are undocumented and unsupported,
2284# and are intended to be withdrawn in a future Autoconf release.
2285# They can cause serious problems if a builder's source tree is in a directory
2286# whose full name contains unusual characters.
2287ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2288ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2289ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2290
bf9f3bac 2291
2292# Make sure we can run config.sub.
8934764e
BB
2293$SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2294 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2295$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
bf9f3bac 2296 { (exit 1); exit 1; }; }
2297
8934764e
BB
2298{ $as_echo "$as_me:$LINENO: checking build system type" >&5
2299$as_echo_n "checking build system type... " >&6; }
bf9f3bac 2300if test "${ac_cv_build+set}" = set; then
8934764e
BB
2301 $as_echo_n "(cached) " >&6
2302else
2303 ac_build_alias=$build_alias
2304test "x$ac_build_alias" = x &&
2305 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2306test "x$ac_build_alias" = x &&
2307 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2308$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
bf9f3bac 2309 { (exit 1); exit 1; }; }
8934764e
BB
2310ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2311 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2312$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
bf9f3bac 2313 { (exit 1); exit 1; }; }
2314
2315fi
8934764e
BB
2316{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2317$as_echo "$ac_cv_build" >&6; }
2318case $ac_cv_build in
2319*-*-*) ;;
2320*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2321$as_echo "$as_me: error: invalid value of canonical build" >&2;}
2322 { (exit 1); exit 1; }; };;
2323esac
bf9f3bac 2324build=$ac_cv_build
8934764e
BB
2325ac_save_IFS=$IFS; IFS='-'
2326set x $ac_cv_build
2327shift
2328build_cpu=$1
2329build_vendor=$2
2330shift; shift
2331# Remember, the first character of IFS is used to create $*,
2332# except with old shells:
2333build_os=$*
2334IFS=$ac_save_IFS
2335case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2336
2337
2338{ $as_echo "$as_me:$LINENO: checking host system type" >&5
2339$as_echo_n "checking host system type... " >&6; }
bf9f3bac 2340if test "${ac_cv_host+set}" = set; then
8934764e
BB
2341 $as_echo_n "(cached) " >&6
2342else
2343 if test "x$host_alias" = x; then
2344 ac_cv_host=$ac_cv_build
2345else
2346 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2347 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2348$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
bf9f3bac 2349 { (exit 1); exit 1; }; }
8934764e 2350fi
bf9f3bac 2351
2352fi
8934764e
BB
2353{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2354$as_echo "$ac_cv_host" >&6; }
2355case $ac_cv_host in
2356*-*-*) ;;
2357*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2358$as_echo "$as_me: error: invalid value of canonical host" >&2;}
2359 { (exit 1); exit 1; }; };;
2360esac
bf9f3bac 2361host=$ac_cv_host
8934764e
BB
2362ac_save_IFS=$IFS; IFS='-'
2363set x $ac_cv_host
2364shift
2365host_cpu=$1
2366host_vendor=$2
2367shift; shift
2368# Remember, the first character of IFS is used to create $*,
2369# except with old shells:
2370host_os=$*
2371IFS=$ac_save_IFS
2372case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2373
2374
2375{ $as_echo "$as_me:$LINENO: checking target system type" >&5
2376$as_echo_n "checking target system type... " >&6; }
bf9f3bac 2377if test "${ac_cv_target+set}" = set; then
8934764e
BB
2378 $as_echo_n "(cached) " >&6
2379else
2380 if test "x$target_alias" = x; then
2381 ac_cv_target=$ac_cv_host
2382else
2383 ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2384 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&5
2385$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $target_alias failed" >&2;}
bf9f3bac 2386 { (exit 1); exit 1; }; }
8934764e 2387fi
bf9f3bac 2388
2389fi
8934764e
BB
2390{ $as_echo "$as_me:$LINENO: result: $ac_cv_target" >&5
2391$as_echo "$ac_cv_target" >&6; }
2392case $ac_cv_target in
2393*-*-*) ;;
2394*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical target" >&5
2395$as_echo "$as_me: error: invalid value of canonical target" >&2;}
2396 { (exit 1); exit 1; }; };;
2397esac
bf9f3bac 2398target=$ac_cv_target
8934764e
BB
2399ac_save_IFS=$IFS; IFS='-'
2400set x $ac_cv_target
2401shift
2402target_cpu=$1
2403target_vendor=$2
2404shift; shift
2405# Remember, the first character of IFS is used to create $*,
2406# except with old shells:
2407target_os=$*
2408IFS=$ac_save_IFS
2409case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
bf9f3bac 2410
2411
2412# The aliases save the names the user supplied, while $host etc.
2413# will get canonicalized.
2414test -n "$target_alias" &&
2415 test "$program_prefix$program_suffix$program_transform_name" = \
2416 NONENONEs,x,x, &&
2417 program_prefix=${target_alias}-
8934764e
BB
2418
2419{ $as_echo "$as_me:$LINENO: checking whether to enable maintainer-specific portions of Makefiles" >&5
2420$as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2421 # Check whether --enable-maintainer-mode was given.
16b719f0 2422if test "${enable_maintainer_mode+set}" = set; then
8934764e 2423 enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
16b719f0
BB
2424else
2425 USE_MAINTAINER_MODE=no
8934764e 2426fi
16b719f0 2427
8934764e
BB
2428 { $as_echo "$as_me:$LINENO: result: $USE_MAINTAINER_MODE" >&5
2429$as_echo "$USE_MAINTAINER_MODE" >&6; }
2430 if test $USE_MAINTAINER_MODE = yes; then
16b719f0
BB
2431 MAINTAINER_MODE_TRUE=
2432 MAINTAINER_MODE_FALSE='#'
2433else
2434 MAINTAINER_MODE_TRUE='#'
2435 MAINTAINER_MODE_FALSE=
2436fi
2437
2438 MAINT=$MAINTAINER_MODE_TRUE
2439
2440
8934764e
BB
2441# Check whether --enable-silent-rules was given.
2442if test "${enable_silent_rules+set}" = set; then
2443 enableval=$enable_silent_rules;
2444fi
2445
2446case $enable_silent_rules in
2447yes) AM_DEFAULT_VERBOSITY=0;;
2448no) AM_DEFAULT_VERBOSITY=1;;
2449*) AM_DEFAULT_VERBOSITY=1;;
2450esac
2451AM_BACKSLASH='\'
2452
2453am__api_version='1.11'
2454
bf9f3bac 2455# Find a good install program. We prefer a C program (faster),
2456# so one script is as good as another. But avoid the broken or
2457# incompatible versions:
2458# SysV /etc/install, /usr/sbin/install
2459# SunOS /usr/etc/install
2460# IRIX /sbin/install
2461# AIX /bin/install
2462# AmigaOS /C/install, which installs bootblocks on floppy discs
2463# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2464# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2465# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2466# OS/2's system install, which has a completely different semantic
2467# ./install, which can be erroneously created by make from ./install.sh.
8934764e
BB
2468# Reject install programs that cannot install multiple files.
2469{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2470$as_echo_n "checking for a BSD-compatible install... " >&6; }
bf9f3bac 2471if test -z "$INSTALL"; then
2472if test "${ac_cv_path_install+set}" = set; then
8934764e 2473 $as_echo_n "(cached) " >&6
bf9f3bac 2474else
2475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2476for as_dir in $PATH
2477do
2478 IFS=$as_save_IFS
2479 test -z "$as_dir" && as_dir=.
2480 # Account for people who put trailing slashes in PATH elements.
2481case $as_dir/ in
2482 ./ | .// | /cC/* | \
2483 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2484 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2485 /usr/ucb/* ) ;;
2486 *)
2487 # OSF1 and SCO ODT 3.0 have their own names for install.
2488 # Don't use installbsd from OSF since it installs stuff as root
2489 # by default.
2490 for ac_prog in ginstall scoinst install; do
2491 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 2492 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
bf9f3bac 2493 if test $ac_prog = install &&
2494 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2495 # AIX install. It has an incompatible calling convention.
2496 :
2497 elif test $ac_prog = install &&
2498 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2499 # program-specific install script used by HP pwplus--don't use.
2500 :
2501 else
8934764e
BB
2502 rm -rf conftest.one conftest.two conftest.dir
2503 echo one > conftest.one
2504 echo two > conftest.two
2505 mkdir conftest.dir
2506 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2507 test -s conftest.one && test -s conftest.two &&
2508 test -s conftest.dir/conftest.one &&
2509 test -s conftest.dir/conftest.two
2510 then
2511 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2512 break 3
2513 fi
bf9f3bac 2514 fi
2515 fi
2516 done
2517 done
2518 ;;
2519esac
8934764e 2520
bf9f3bac 2521done
8934764e 2522IFS=$as_save_IFS
bf9f3bac 2523
8934764e 2524rm -rf conftest.one conftest.two conftest.dir
bf9f3bac 2525
2526fi
2527 if test "${ac_cv_path_install+set}" = set; then
2528 INSTALL=$ac_cv_path_install
2529 else
8934764e
BB
2530 # As a last resort, use the slow shell script. Don't cache a
2531 # value for INSTALL within a source directory, because that will
bf9f3bac 2532 # break other packages using the cache if that directory is
8934764e 2533 # removed, or if the value is a relative name.
bf9f3bac 2534 INSTALL=$ac_install_sh
2535 fi
2536fi
8934764e
BB
2537{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
2538$as_echo "$INSTALL" >&6; }
bf9f3bac 2539
2540# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2541# It thinks the first close brace ends the variable substitution.
2542test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2543
2544test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2545
2546test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2547
8934764e
BB
2548{ $as_echo "$as_me:$LINENO: checking whether build environment is sane" >&5
2549$as_echo_n "checking whether build environment is sane... " >&6; }
bf9f3bac 2550# Just in case
2551sleep 1
2552echo timestamp > conftest.file
8934764e
BB
2553# Reject unsafe characters in $srcdir or the absolute working directory
2554# name. Accept space and tab only in the latter.
2555am_lf='
2556'
2557case `pwd` in
2558 *[\\\"\#\$\&\'\`$am_lf]*)
2559 { { $as_echo "$as_me:$LINENO: error: unsafe absolute working directory name" >&5
2560$as_echo "$as_me: error: unsafe absolute working directory name" >&2;}
2561 { (exit 1); exit 1; }; };;
2562esac
2563case $srcdir in
2564 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2565 { { $as_echo "$as_me:$LINENO: error: unsafe srcdir value: \`$srcdir'" >&5
2566$as_echo "$as_me: error: unsafe srcdir value: \`$srcdir'" >&2;}
2567 { (exit 1); exit 1; }; };;
2568esac
2569
bf9f3bac 2570# Do `set' in a subshell so we don't clobber the current shell's
2571# arguments. Must try -L first in case configure is actually a
2572# symlink; some systems play weird games with the mod time of symlinks
2573# (eg FreeBSD returns the mod time of the symlink's containing
2574# directory).
2575if (
8934764e 2576 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
bf9f3bac 2577 if test "$*" = "X"; then
2578 # -L didn't work.
8934764e 2579 set X `ls -t "$srcdir/configure" conftest.file`
bf9f3bac 2580 fi
2581 rm -f conftest.file
2582 if test "$*" != "X $srcdir/configure conftest.file" \
2583 && test "$*" != "X conftest.file $srcdir/configure"; then
2584
2585 # If neither matched, then we have a broken ls. This can happen
2586 # if, for instance, CONFIG_SHELL is bash and it inherits a
2587 # broken ls alias from the environment. This has actually
2588 # happened. Such a system could not be considered "sane".
8934764e 2589 { { $as_echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
bf9f3bac 2590alias in your environment" >&5
8934764e 2591$as_echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
bf9f3bac 2592alias in your environment" >&2;}
2593 { (exit 1); exit 1; }; }
2594 fi
2595
2596 test "$2" = conftest.file
2597 )
2598then
2599 # Ok.
2600 :
2601else
8934764e 2602 { { $as_echo "$as_me:$LINENO: error: newly created file is older than distributed files!
bf9f3bac 2603Check your system clock" >&5
8934764e 2604$as_echo "$as_me: error: newly created file is older than distributed files!
bf9f3bac 2605Check your system clock" >&2;}
2606 { (exit 1); exit 1; }; }
2607fi
8934764e
BB
2608{ $as_echo "$as_me:$LINENO: result: yes" >&5
2609$as_echo "yes" >&6; }
bf9f3bac 2610test "$program_prefix" != NONE &&
8934764e 2611 program_transform_name="s&^&$program_prefix&;$program_transform_name"
bf9f3bac 2612# Use a double $ so make ignores it.
2613test "$program_suffix" != NONE &&
8934764e
BB
2614 program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2615# Double any \ or $.
bf9f3bac 2616# By default was `s,x,x', remove it if useless.
8934764e
BB
2617ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2618program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
bf9f3bac 2619
2620# expand $ac_aux_dir to an absolute path
2621am_aux_dir=`cd $ac_aux_dir && pwd`
2622
8934764e
BB
2623if test x"${MISSING+set}" != xset; then
2624 case $am_aux_dir in
2625 *\ * | *\ *)
2626 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2627 *)
2628 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2629 esac
2630fi
bf9f3bac 2631# Use eval to expand $SHELL
2632if eval "$MISSING --run true"; then
2633 am_missing_run="$MISSING --run "
2634else
2635 am_missing_run=
8934764e
BB
2636 { $as_echo "$as_me:$LINENO: WARNING: \`missing' script is too old or missing" >&5
2637$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2638fi
2639
2640if test x"${install_sh}" != xset; then
2641 case $am_aux_dir in
2642 *\ * | *\ *)
2643 install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2644 *)
2645 install_sh="\${SHELL} $am_aux_dir/install-sh"
2646 esac
2647fi
2648
2649# Installed binaries are usually stripped using `strip' when the user
2650# run `make install-strip'. However `strip' might not be the right
2651# tool to use in cross-compilation environments, therefore Automake
2652# will honor the `STRIP' environment variable to overrule this program.
2653if test "$cross_compiling" != no; then
2654 if test -n "$ac_tool_prefix"; then
2655 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2656set dummy ${ac_tool_prefix}strip; ac_word=$2
2657{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2658$as_echo_n "checking for $ac_word... " >&6; }
2659if test "${ac_cv_prog_STRIP+set}" = set; then
2660 $as_echo_n "(cached) " >&6
2661else
2662 if test -n "$STRIP"; then
2663 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2664else
2665as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2666for as_dir in $PATH
2667do
2668 IFS=$as_save_IFS
2669 test -z "$as_dir" && as_dir=.
2670 for ac_exec_ext in '' $ac_executable_extensions; do
2671 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2672 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2673 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2674 break 2
2675 fi
2676done
2677done
2678IFS=$as_save_IFS
2679
2680fi
2681fi
2682STRIP=$ac_cv_prog_STRIP
2683if test -n "$STRIP"; then
2684 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
2685$as_echo "$STRIP" >&6; }
2686else
2687 { $as_echo "$as_me:$LINENO: result: no" >&5
2688$as_echo "no" >&6; }
2689fi
2690
2691
2692fi
2693if test -z "$ac_cv_prog_STRIP"; then
2694 ac_ct_STRIP=$STRIP
2695 # Extract the first word of "strip", so it can be a program name with args.
2696set dummy strip; ac_word=$2
2697{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2698$as_echo_n "checking for $ac_word... " >&6; }
2699if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
2700 $as_echo_n "(cached) " >&6
2701else
2702 if test -n "$ac_ct_STRIP"; then
2703 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2704else
2705as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2706for as_dir in $PATH
2707do
2708 IFS=$as_save_IFS
2709 test -z "$as_dir" && as_dir=.
2710 for ac_exec_ext in '' $ac_executable_extensions; do
2711 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2712 ac_cv_prog_ac_ct_STRIP="strip"
2713 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2714 break 2
2715 fi
2716done
2717done
2718IFS=$as_save_IFS
2719
2720fi
2721fi
2722ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2723if test -n "$ac_ct_STRIP"; then
2724 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
2725$as_echo "$ac_ct_STRIP" >&6; }
2726else
2727 { $as_echo "$as_me:$LINENO: result: no" >&5
2728$as_echo "no" >&6; }
2729fi
2730
2731 if test "x$ac_ct_STRIP" = x; then
2732 STRIP=":"
2733 else
2734 case $cross_compiling:$ac_tool_warned in
2735yes:)
2736{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2737$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2738ac_tool_warned=yes ;;
2739esac
2740 STRIP=$ac_ct_STRIP
2741 fi
2742else
2743 STRIP="$ac_cv_prog_STRIP"
2744fi
2745
2746fi
2747INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2748
2749{ $as_echo "$as_me:$LINENO: checking for a thread-safe mkdir -p" >&5
2750$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2751if test -z "$MKDIR_P"; then
2752 if test "${ac_cv_path_mkdir+set}" = set; then
2753 $as_echo_n "(cached) " >&6
2754else
2755 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2756for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2757do
2758 IFS=$as_save_IFS
2759 test -z "$as_dir" && as_dir=.
2760 for ac_prog in mkdir gmkdir; do
2761 for ac_exec_ext in '' $ac_executable_extensions; do
2762 { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2763 case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2764 'mkdir (GNU coreutils) '* | \
2765 'mkdir (coreutils) '* | \
2766 'mkdir (fileutils) '4.1*)
2767 ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2768 break 3;;
2769 esac
2770 done
2771 done
2772done
2773IFS=$as_save_IFS
2774
2775fi
2776
2777 if test "${ac_cv_path_mkdir+set}" = set; then
2778 MKDIR_P="$ac_cv_path_mkdir -p"
bf9f3bac 2779 else
8934764e
BB
2780 # As a last resort, use the slow shell script. Don't cache a
2781 # value for MKDIR_P within a source directory, because that will
2782 # break other packages using the cache if that directory is
2783 # removed, or if the value is a relative name.
2784 test -d ./--version && rmdir ./--version
2785 MKDIR_P="$ac_install_sh -d"
bf9f3bac 2786 fi
2787fi
8934764e
BB
2788{ $as_echo "$as_me:$LINENO: result: $MKDIR_P" >&5
2789$as_echo "$MKDIR_P" >&6; }
2790
2791mkdir_p="$MKDIR_P"
2792case $mkdir_p in
2793 [\\/$]* | ?:[\\/]*) ;;
2794 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2795esac
bf9f3bac 2796
2797for ac_prog in gawk mawk nawk awk
2798do
2799 # Extract the first word of "$ac_prog", so it can be a program name with args.
2800set dummy $ac_prog; ac_word=$2
8934764e
BB
2801{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2802$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 2803if test "${ac_cv_prog_AWK+set}" = set; then
8934764e 2804 $as_echo_n "(cached) " >&6
bf9f3bac 2805else
2806 if test -n "$AWK"; then
2807 ac_cv_prog_AWK="$AWK" # Let the user override the test.
2808else
2809as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2810for as_dir in $PATH
2811do
2812 IFS=$as_save_IFS
2813 test -z "$as_dir" && as_dir=.
2814 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 2815 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 2816 ac_cv_prog_AWK="$ac_prog"
8934764e 2817 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 2818 break 2
2819 fi
2820done
2821done
8934764e 2822IFS=$as_save_IFS
bf9f3bac 2823
2824fi
2825fi
2826AWK=$ac_cv_prog_AWK
2827if test -n "$AWK"; then
8934764e
BB
2828 { $as_echo "$as_me:$LINENO: result: $AWK" >&5
2829$as_echo "$AWK" >&6; }
bf9f3bac 2830else
8934764e
BB
2831 { $as_echo "$as_me:$LINENO: result: no" >&5
2832$as_echo "no" >&6; }
bf9f3bac 2833fi
2834
8934764e 2835
bf9f3bac 2836 test -n "$AWK" && break
2837done
2838
8934764e
BB
2839{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2840$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2841set x ${MAKE-make}
2842ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2843if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2844 $as_echo_n "(cached) " >&6
bf9f3bac 2845else
2846 cat >conftest.make <<\_ACEOF
8934764e 2847SHELL = /bin/sh
bf9f3bac 2848all:
8934764e 2849 @echo '@@@%%%=$(MAKE)=@@@%%%'
bf9f3bac 2850_ACEOF
2851# GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8934764e
BB
2852case `${MAKE-make} -f conftest.make 2>/dev/null` in
2853 *@@@%%%=?*=@@@%%%*)
2854 eval ac_cv_prog_make_${ac_make}_set=yes;;
2855 *)
2856 eval ac_cv_prog_make_${ac_make}_set=no;;
2857esac
bf9f3bac 2858rm -f conftest.make
2859fi
8934764e
BB
2860if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2861 { $as_echo "$as_me:$LINENO: result: yes" >&5
2862$as_echo "yes" >&6; }
bf9f3bac 2863 SET_MAKE=
2864else
8934764e
BB
2865 { $as_echo "$as_me:$LINENO: result: no" >&5
2866$as_echo "no" >&6; }
bf9f3bac 2867 SET_MAKE="MAKE=${MAKE-make}"
2868fi
2869
2870rm -rf .tst 2>/dev/null
2871mkdir .tst 2>/dev/null
2872if test -d .tst; then
2873 am__leading_dot=.
2874else
2875 am__leading_dot=_
2876fi
2877rmdir .tst 2>/dev/null
2878
8934764e
BB
2879if test "`cd $srcdir && pwd`" != "`pwd`"; then
2880 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2881 # is not polluted with repeated "-I."
2882 am__isrc=' -I$(srcdir)'
2883 # test to see if srcdir already configured
2884 if test -f $srcdir/config.status; then
2885 { { $as_echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
2886$as_echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
bf9f3bac 2887 { (exit 1); exit 1; }; }
8934764e 2888 fi
bf9f3bac 2889fi
2890
2891# test whether we have cygpath
2892if test -z "$CYGPATH_W"; then
2893 if (cygpath --version) >/dev/null 2>/dev/null; then
2894 CYGPATH_W='cygpath -w'
2895 else
2896 CYGPATH_W=echo
2897 fi
2898fi
2899
2900
2901# Define the identity of the package.
abc3ca14
BB
2902 PACKAGE=$SPL_META_NAME
2903 VERSION=$SPL_META_VERSION
bf9f3bac 2904
2905
2906cat >>confdefs.h <<_ACEOF
2907#define PACKAGE "$PACKAGE"
2908_ACEOF
2909
2910
2911cat >>confdefs.h <<_ACEOF
2912#define VERSION "$VERSION"
2913_ACEOF
2914
2915# Some tools Automake needs.
2916
2917ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2918
2919
2920AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2921
2922
2923AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2924
2925
2926AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2927
2928
2929MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2930
bf9f3bac 2931# We need awk for the "check" target. The system "awk" is bad on
2932# some platforms.
2933# Always define AMTAR for backward compatibility.
2934
2935AMTAR=${AMTAR-"${am_missing_run}tar"}
2936
2937am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2938
2939
2940
2941
2942
8934764e 2943ac_config_headers="$ac_config_headers spl_config.h"
bf9f3bac 2944
0cbaeb11 2945
bf9f3bac 2946# Find a good install program. We prefer a C program (faster),
2947# so one script is as good as another. But avoid the broken or
2948# incompatible versions:
2949# SysV /etc/install, /usr/sbin/install
2950# SunOS /usr/etc/install
2951# IRIX /sbin/install
2952# AIX /bin/install
2953# AmigaOS /C/install, which installs bootblocks on floppy discs
2954# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2955# AFS /usr/afsws/bin/install, which mishandles nonexistent args
2956# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2957# OS/2's system install, which has a completely different semantic
2958# ./install, which can be erroneously created by make from ./install.sh.
8934764e
BB
2959# Reject install programs that cannot install multiple files.
2960{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
2961$as_echo_n "checking for a BSD-compatible install... " >&6; }
bf9f3bac 2962if test -z "$INSTALL"; then
2963if test "${ac_cv_path_install+set}" = set; then
8934764e 2964 $as_echo_n "(cached) " >&6
bf9f3bac 2965else
2966 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2967for as_dir in $PATH
2968do
2969 IFS=$as_save_IFS
2970 test -z "$as_dir" && as_dir=.
2971 # Account for people who put trailing slashes in PATH elements.
2972case $as_dir/ in
2973 ./ | .// | /cC/* | \
2974 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2975 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
2976 /usr/ucb/* ) ;;
2977 *)
2978 # OSF1 and SCO ODT 3.0 have their own names for install.
2979 # Don't use installbsd from OSF since it installs stuff as root
2980 # by default.
2981 for ac_prog in ginstall scoinst install; do
2982 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 2983 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
bf9f3bac 2984 if test $ac_prog = install &&
2985 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2986 # AIX install. It has an incompatible calling convention.
2987 :
2988 elif test $ac_prog = install &&
2989 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2990 # program-specific install script used by HP pwplus--don't use.
2991 :
2992 else
8934764e
BB
2993 rm -rf conftest.one conftest.two conftest.dir
2994 echo one > conftest.one
2995 echo two > conftest.two
2996 mkdir conftest.dir
2997 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2998 test -s conftest.one && test -s conftest.two &&
2999 test -s conftest.dir/conftest.one &&
3000 test -s conftest.dir/conftest.two
3001 then
3002 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3003 break 3
3004 fi
bf9f3bac 3005 fi
3006 fi
3007 done
3008 done
3009 ;;
3010esac
8934764e 3011
bf9f3bac 3012done
8934764e 3013IFS=$as_save_IFS
bf9f3bac 3014
8934764e 3015rm -rf conftest.one conftest.two conftest.dir
bf9f3bac 3016
3017fi
3018 if test "${ac_cv_path_install+set}" = set; then
3019 INSTALL=$ac_cv_path_install
3020 else
8934764e
BB
3021 # As a last resort, use the slow shell script. Don't cache a
3022 # value for INSTALL within a source directory, because that will
bf9f3bac 3023 # break other packages using the cache if that directory is
8934764e 3024 # removed, or if the value is a relative name.
bf9f3bac 3025 INSTALL=$ac_install_sh
3026 fi
3027fi
8934764e
BB
3028{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
3029$as_echo "$INSTALL" >&6; }
bf9f3bac 3030
3031# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3032# It thinks the first close brace ends the variable substitution.
3033test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3034
3035test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3036
3037test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3038
3039ac_ext=c
3040ac_cpp='$CPP $CPPFLAGS'
3041ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3042ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3043ac_compiler_gnu=$ac_cv_c_compiler_gnu
3044if test -n "$ac_tool_prefix"; then
3045 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3046set dummy ${ac_tool_prefix}gcc; ac_word=$2
8934764e
BB
3047{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3048$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 3049if test "${ac_cv_prog_CC+set}" = set; then
8934764e 3050 $as_echo_n "(cached) " >&6
bf9f3bac 3051else
3052 if test -n "$CC"; then
3053 ac_cv_prog_CC="$CC" # Let the user override the test.
3054else
3055as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3056for as_dir in $PATH
3057do
3058 IFS=$as_save_IFS
3059 test -z "$as_dir" && as_dir=.
3060 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 3061 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 3062 ac_cv_prog_CC="${ac_tool_prefix}gcc"
8934764e 3063 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 3064 break 2
3065 fi
3066done
3067done
8934764e 3068IFS=$as_save_IFS
bf9f3bac 3069
3070fi
3071fi
3072CC=$ac_cv_prog_CC
3073if test -n "$CC"; then
8934764e
BB
3074 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3075$as_echo "$CC" >&6; }
bf9f3bac 3076else
8934764e
BB
3077 { $as_echo "$as_me:$LINENO: result: no" >&5
3078$as_echo "no" >&6; }
bf9f3bac 3079fi
3080
8934764e 3081
bf9f3bac 3082fi
3083if test -z "$ac_cv_prog_CC"; then
3084 ac_ct_CC=$CC
3085 # Extract the first word of "gcc", so it can be a program name with args.
3086set dummy gcc; ac_word=$2
8934764e
BB
3087{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3088$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 3089if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
8934764e 3090 $as_echo_n "(cached) " >&6
bf9f3bac 3091else
3092 if test -n "$ac_ct_CC"; then
3093 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3094else
3095as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3096for as_dir in $PATH
3097do
3098 IFS=$as_save_IFS
3099 test -z "$as_dir" && as_dir=.
3100 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 3101 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 3102 ac_cv_prog_ac_ct_CC="gcc"
8934764e 3103 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 3104 break 2
3105 fi
3106done
3107done
8934764e 3108IFS=$as_save_IFS
bf9f3bac 3109
3110fi
3111fi
3112ac_ct_CC=$ac_cv_prog_ac_ct_CC
3113if test -n "$ac_ct_CC"; then
8934764e
BB
3114 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3115$as_echo "$ac_ct_CC" >&6; }
bf9f3bac 3116else
8934764e
BB
3117 { $as_echo "$as_me:$LINENO: result: no" >&5
3118$as_echo "no" >&6; }
bf9f3bac 3119fi
3120
8934764e
BB
3121 if test "x$ac_ct_CC" = x; then
3122 CC=""
3123 else
3124 case $cross_compiling:$ac_tool_warned in
3125yes:)
3126{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3127$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3128ac_tool_warned=yes ;;
3129esac
3130 CC=$ac_ct_CC
3131 fi
bf9f3bac 3132else
3133 CC="$ac_cv_prog_CC"
3134fi
3135
3136if test -z "$CC"; then
8934764e
BB
3137 if test -n "$ac_tool_prefix"; then
3138 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
bf9f3bac 3139set dummy ${ac_tool_prefix}cc; ac_word=$2
8934764e
BB
3140{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3141$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 3142if test "${ac_cv_prog_CC+set}" = set; then
8934764e 3143 $as_echo_n "(cached) " >&6
bf9f3bac 3144else
3145 if test -n "$CC"; then
3146 ac_cv_prog_CC="$CC" # Let the user override the test.
3147else
3148as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3149for as_dir in $PATH
3150do
3151 IFS=$as_save_IFS
3152 test -z "$as_dir" && as_dir=.
3153 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 3154 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 3155 ac_cv_prog_CC="${ac_tool_prefix}cc"
8934764e 3156 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 3157 break 2
3158 fi
3159done
3160done
8934764e 3161IFS=$as_save_IFS
bf9f3bac 3162
3163fi
3164fi
3165CC=$ac_cv_prog_CC
3166if test -n "$CC"; then
8934764e
BB
3167 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3168$as_echo "$CC" >&6; }
bf9f3bac 3169else
8934764e
BB
3170 { $as_echo "$as_me:$LINENO: result: no" >&5
3171$as_echo "no" >&6; }
bf9f3bac 3172fi
3173
bf9f3bac 3174
8934764e 3175 fi
bf9f3bac 3176fi
3177if test -z "$CC"; then
3178 # Extract the first word of "cc", so it can be a program name with args.
3179set dummy cc; ac_word=$2
8934764e
BB
3180{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3181$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 3182if test "${ac_cv_prog_CC+set}" = set; then
8934764e 3183 $as_echo_n "(cached) " >&6
bf9f3bac 3184else
3185 if test -n "$CC"; then
3186 ac_cv_prog_CC="$CC" # Let the user override the test.
3187else
3188 ac_prog_rejected=no
3189as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3190for as_dir in $PATH
3191do
3192 IFS=$as_save_IFS
3193 test -z "$as_dir" && as_dir=.
3194 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 3195 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 3196 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3197 ac_prog_rejected=yes
3198 continue
3199 fi
3200 ac_cv_prog_CC="cc"
8934764e 3201 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 3202 break 2
3203 fi
3204done
3205done
8934764e 3206IFS=$as_save_IFS
bf9f3bac 3207
3208if test $ac_prog_rejected = yes; then
3209 # We found a bogon in the path, so make sure we never use it.
3210 set dummy $ac_cv_prog_CC
3211 shift
3212 if test $# != 0; then
3213 # We chose a different compiler from the bogus one.
3214 # However, it has the same basename, so the bogon will be chosen
3215 # first if we set CC to just the basename; use the full file name.
3216 shift
3217 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3218 fi
3219fi
3220fi
3221fi
3222CC=$ac_cv_prog_CC
3223if test -n "$CC"; then
8934764e
BB
3224 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3225$as_echo "$CC" >&6; }
bf9f3bac 3226else
8934764e
BB
3227 { $as_echo "$as_me:$LINENO: result: no" >&5
3228$as_echo "no" >&6; }
bf9f3bac 3229fi
3230
8934764e 3231
bf9f3bac 3232fi
3233if test -z "$CC"; then
3234 if test -n "$ac_tool_prefix"; then
8934764e 3235 for ac_prog in cl.exe
bf9f3bac 3236 do
3237 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3238set dummy $ac_tool_prefix$ac_prog; ac_word=$2
8934764e
BB
3239{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3240$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 3241if test "${ac_cv_prog_CC+set}" = set; then
8934764e 3242 $as_echo_n "(cached) " >&6
bf9f3bac 3243else
3244 if test -n "$CC"; then
3245 ac_cv_prog_CC="$CC" # Let the user override the test.
3246else
3247as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3248for as_dir in $PATH
3249do
3250 IFS=$as_save_IFS
3251 test -z "$as_dir" && as_dir=.
3252 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 3253 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 3254 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
8934764e 3255 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 3256 break 2
3257 fi
3258done
3259done
8934764e 3260IFS=$as_save_IFS
bf9f3bac 3261
3262fi
3263fi
3264CC=$ac_cv_prog_CC
3265if test -n "$CC"; then
8934764e
BB
3266 { $as_echo "$as_me:$LINENO: result: $CC" >&5
3267$as_echo "$CC" >&6; }
bf9f3bac 3268else
8934764e
BB
3269 { $as_echo "$as_me:$LINENO: result: no" >&5
3270$as_echo "no" >&6; }
bf9f3bac 3271fi
3272
8934764e 3273
bf9f3bac 3274 test -n "$CC" && break
3275 done
3276fi
3277if test -z "$CC"; then
3278 ac_ct_CC=$CC
8934764e 3279 for ac_prog in cl.exe
bf9f3bac 3280do
3281 # Extract the first word of "$ac_prog", so it can be a program name with args.
3282set dummy $ac_prog; ac_word=$2
8934764e
BB
3283{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3284$as_echo_n "checking for $ac_word... " >&6; }
bf9f3bac 3285if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
8934764e 3286 $as_echo_n "(cached) " >&6
bf9f3bac 3287else
3288 if test -n "$ac_ct_CC"; then
3289 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3290else
3291as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3292for as_dir in $PATH
3293do
3294 IFS=$as_save_IFS
3295 test -z "$as_dir" && as_dir=.
3296 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e 3297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
bf9f3bac 3298 ac_cv_prog_ac_ct_CC="$ac_prog"
8934764e 3299 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 3300 break 2
3301 fi
3302done
3303done
8934764e 3304IFS=$as_save_IFS
bf9f3bac 3305
3306fi
3307fi
3308ac_ct_CC=$ac_cv_prog_ac_ct_CC
3309if test -n "$ac_ct_CC"; then
8934764e
BB
3310 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
3311$as_echo "$ac_ct_CC" >&6; }
bf9f3bac 3312else
8934764e
BB
3313 { $as_echo "$as_me:$LINENO: result: no" >&5
3314$as_echo "no" >&6; }
bf9f3bac 3315fi
3316
8934764e 3317
bf9f3bac 3318 test -n "$ac_ct_CC" && break
3319done
3320
8934764e
BB
3321 if test "x$ac_ct_CC" = x; then
3322 CC=""
3323 else
3324 case $cross_compiling:$ac_tool_warned in
3325yes:)
3326{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3327$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3328ac_tool_warned=yes ;;
3329esac
3330 CC=$ac_ct_CC
3331 fi
bf9f3bac 3332fi
3333
3334fi
3335
3336
8934764e
BB
3337test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3338$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3339{ { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
bf9f3bac 3340See \`config.log' for more details." >&5
8934764e 3341$as_echo "$as_me: error: no acceptable C compiler found in \$PATH
bf9f3bac 3342See \`config.log' for more details." >&2;}
8934764e 3343 { (exit 1); exit 1; }; }; }
bf9f3bac 3344
3345# Provide some information about the compiler.
8934764e
BB
3346$as_echo "$as_me:$LINENO: checking for C compiler version" >&5
3347set X $ac_compile
3348ac_compiler=$2
3349{ (ac_try="$ac_compiler --version >&5"
3350case "(($ac_try" in
3351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3352 *) ac_try_echo=$ac_try;;
3353esac
3354eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3355$as_echo "$ac_try_echo") >&5
3356 (eval "$ac_compiler --version >&5") 2>&5
bf9f3bac 3357 ac_status=$?
8934764e 3358 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3359 (exit $ac_status); }
8934764e
BB
3360{ (ac_try="$ac_compiler -v >&5"
3361case "(($ac_try" in
3362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3363 *) ac_try_echo=$ac_try;;
3364esac
3365eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3366$as_echo "$ac_try_echo") >&5
3367 (eval "$ac_compiler -v >&5") 2>&5
bf9f3bac 3368 ac_status=$?
8934764e 3369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3370 (exit $ac_status); }
8934764e
BB
3371{ (ac_try="$ac_compiler -V >&5"
3372case "(($ac_try" in
3373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3374 *) ac_try_echo=$ac_try;;
3375esac
3376eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3377$as_echo "$ac_try_echo") >&5
3378 (eval "$ac_compiler -V >&5") 2>&5
bf9f3bac 3379 ac_status=$?
8934764e 3380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3381 (exit $ac_status); }
3382
3383cat >conftest.$ac_ext <<_ACEOF
3384/* confdefs.h. */
3385_ACEOF
3386cat confdefs.h >>conftest.$ac_ext
3387cat >>conftest.$ac_ext <<_ACEOF
3388/* end confdefs.h. */
3389
3390int
3391main ()
3392{
3393
3394 ;
3395 return 0;
3396}
3397_ACEOF
3398ac_clean_files_save=$ac_clean_files
8934764e 3399ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
bf9f3bac 3400# Try to create an executable without -o first, disregard a.out.
3401# It will help us diagnose broken compilers, and finding out an intuition
3402# of exeext.
8934764e
BB
3403{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
3404$as_echo_n "checking for C compiler default output file name... " >&6; }
3405ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3406
3407# The possible output files:
3408ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3409
3410ac_rmfiles=
3411for ac_file in $ac_files
3412do
3413 case $ac_file in
3414 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3415 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3416 esac
3417done
3418rm -f $ac_rmfiles
3419
3420if { (ac_try="$ac_link_default"
3421case "(($ac_try" in
3422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3423 *) ac_try_echo=$ac_try;;
3424esac
3425eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3426$as_echo "$ac_try_echo") >&5
3427 (eval "$ac_link_default") 2>&5
bf9f3bac 3428 ac_status=$?
8934764e 3429 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3430 (exit $ac_status); }; then
8934764e
BB
3431 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3432# So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3433# in a Makefile. We should not override ac_cv_exeext if it was cached,
3434# so that the user can short-circuit this test for compilers unknown to
3435# Autoconf.
3436for ac_file in $ac_files ''
bf9f3bac 3437do
3438 test -f "$ac_file" || continue
3439 case $ac_file in
8934764e 3440 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
bf9f3bac 3441 ;;
3442 [ab].out )
3443 # We found the default executable, but exeext='' is most
3444 # certainly right.
3445 break;;
3446 *.* )
8934764e
BB
3447 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3448 then :; else
3449 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3450 fi
3451 # We set ac_cv_exeext here because the later test for it is not
3452 # safe: cross compilers may not add the suffix if given an `-o'
3453 # argument, so we may need to know it at that point already.
3454 # Even if this section looks crufty: it has the advantage of
3455 # actually working.
bf9f3bac 3456 break;;
3457 * )
3458 break;;
3459 esac
3460done
8934764e
BB
3461test "$ac_cv_exeext" = no && ac_cv_exeext=
3462
bf9f3bac 3463else
8934764e
BB
3464 ac_file=''
3465fi
3466
3467{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5
3468$as_echo "$ac_file" >&6; }
3469if test -z "$ac_file"; then
3470 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 3471sed 's/^/| /' conftest.$ac_ext >&5
3472
8934764e
BB
3473{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3474$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3475{ { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
bf9f3bac 3476See \`config.log' for more details." >&5
8934764e 3477$as_echo "$as_me: error: C compiler cannot create executables
bf9f3bac 3478See \`config.log' for more details." >&2;}
8934764e 3479 { (exit 77); exit 77; }; }; }
bf9f3bac 3480fi
3481
3482ac_exeext=$ac_cv_exeext
bf9f3bac 3483
8934764e 3484# Check that the compiler produces executables we can run. If not, either
bf9f3bac 3485# the compiler is broken, or we cross compile.
8934764e
BB
3486{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
3487$as_echo_n "checking whether the C compiler works... " >&6; }
bf9f3bac 3488# FIXME: These cross compiler hacks should be removed for Autoconf 3.0
3489# If not cross compiling, check that we can run a simple program.
3490if test "$cross_compiling" != yes; then
3491 if { ac_try='./$ac_file'
8934764e
BB
3492 { (case "(($ac_try" in
3493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3494 *) ac_try_echo=$ac_try;;
3495esac
3496eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3497$as_echo "$ac_try_echo") >&5
3498 (eval "$ac_try") 2>&5
bf9f3bac 3499 ac_status=$?
8934764e 3500 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3501 (exit $ac_status); }; }; then
3502 cross_compiling=no
3503 else
3504 if test "$cross_compiling" = maybe; then
3505 cross_compiling=yes
3506 else
8934764e
BB
3507 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3508$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3509{ { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
bf9f3bac 3510If you meant to cross compile, use \`--host'.
3511See \`config.log' for more details." >&5
8934764e 3512$as_echo "$as_me: error: cannot run C compiled programs.
bf9f3bac 3513If you meant to cross compile, use \`--host'.
3514See \`config.log' for more details." >&2;}
8934764e 3515 { (exit 1); exit 1; }; }; }
bf9f3bac 3516 fi
3517 fi
3518fi
8934764e
BB
3519{ $as_echo "$as_me:$LINENO: result: yes" >&5
3520$as_echo "yes" >&6; }
bf9f3bac 3521
8934764e 3522rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
bf9f3bac 3523ac_clean_files=$ac_clean_files_save
8934764e 3524# Check that the compiler produces executables we can run. If not, either
bf9f3bac 3525# the compiler is broken, or we cross compile.
8934764e
BB
3526{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
3527$as_echo_n "checking whether we are cross compiling... " >&6; }
3528{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
3529$as_echo "$cross_compiling" >&6; }
3530
3531{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
3532$as_echo_n "checking for suffix of executables... " >&6; }
3533if { (ac_try="$ac_link"
3534case "(($ac_try" in
3535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3536 *) ac_try_echo=$ac_try;;
3537esac
3538eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3539$as_echo "$ac_try_echo") >&5
3540 (eval "$ac_link") 2>&5
bf9f3bac 3541 ac_status=$?
8934764e 3542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3543 (exit $ac_status); }; then
3544 # If both `conftest.exe' and `conftest' are `present' (well, observable)
3545# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
3546# work properly (i.e., refer to `conftest.exe'), while it won't with
3547# `rm'.
3548for ac_file in conftest.exe conftest conftest.*; do
3549 test -f "$ac_file" || continue
3550 case $ac_file in
8934764e 3551 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
bf9f3bac 3552 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
bf9f3bac 3553 break;;
3554 * ) break;;
3555 esac
3556done
3557else
8934764e
BB
3558 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3559$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3560{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
bf9f3bac 3561See \`config.log' for more details." >&5
8934764e 3562$as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
bf9f3bac 3563See \`config.log' for more details." >&2;}
8934764e 3564 { (exit 1); exit 1; }; }; }
bf9f3bac 3565fi
3566
3567rm -f conftest$ac_cv_exeext
8934764e
BB
3568{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
3569$as_echo "$ac_cv_exeext" >&6; }
bf9f3bac 3570
3571rm -f conftest.$ac_ext
3572EXEEXT=$ac_cv_exeext
3573ac_exeext=$EXEEXT
8934764e
BB
3574{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
3575$as_echo_n "checking for suffix of object files... " >&6; }
bf9f3bac 3576if test "${ac_cv_objext+set}" = set; then
8934764e 3577 $as_echo_n "(cached) " >&6
bf9f3bac 3578else
3579 cat >conftest.$ac_ext <<_ACEOF
3580/* confdefs.h. */
3581_ACEOF
3582cat confdefs.h >>conftest.$ac_ext
3583cat >>conftest.$ac_ext <<_ACEOF
3584/* end confdefs.h. */
3585
3586int
3587main ()
3588{
3589
3590 ;
3591 return 0;
3592}
3593_ACEOF
3594rm -f conftest.o conftest.obj
8934764e
BB
3595if { (ac_try="$ac_compile"
3596case "(($ac_try" in
3597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3598 *) ac_try_echo=$ac_try;;
3599esac
3600eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3601$as_echo "$ac_try_echo") >&5
3602 (eval "$ac_compile") 2>&5
bf9f3bac 3603 ac_status=$?
8934764e 3604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 3605 (exit $ac_status); }; then
8934764e
BB
3606 for ac_file in conftest.o conftest.obj conftest.*; do
3607 test -f "$ac_file" || continue;
bf9f3bac 3608 case $ac_file in
8934764e 3609 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
bf9f3bac 3610 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3611 break;;
3612 esac
3613done
3614else
8934764e 3615 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 3616sed 's/^/| /' conftest.$ac_ext >&5
3617
8934764e
BB
3618{ { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3619$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3620{ { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
bf9f3bac 3621See \`config.log' for more details." >&5
8934764e 3622$as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
bf9f3bac 3623See \`config.log' for more details." >&2;}
8934764e 3624 { (exit 1); exit 1; }; }; }
bf9f3bac 3625fi
3626
3627rm -f conftest.$ac_cv_objext conftest.$ac_ext
3628fi
8934764e
BB
3629{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3630$as_echo "$ac_cv_objext" >&6; }
bf9f3bac 3631OBJEXT=$ac_cv_objext
3632ac_objext=$OBJEXT
8934764e
BB
3633{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3634$as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
bf9f3bac 3635if test "${ac_cv_c_compiler_gnu+set}" = set; then
8934764e 3636 $as_echo_n "(cached) " >&6
bf9f3bac 3637else
3638 cat >conftest.$ac_ext <<_ACEOF
3639/* confdefs.h. */
3640_ACEOF
3641cat confdefs.h >>conftest.$ac_ext
3642cat >>conftest.$ac_ext <<_ACEOF
3643/* end confdefs.h. */
3644
3645int
3646main ()
3647{
3648#ifndef __GNUC__
3649 choke me
3650#endif
3651
3652 ;
3653 return 0;
3654}
3655_ACEOF
3656rm -f conftest.$ac_objext
8934764e
BB
3657if { (ac_try="$ac_compile"
3658case "(($ac_try" in
3659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3660 *) ac_try_echo=$ac_try;;
3661esac
3662eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3663$as_echo "$ac_try_echo") >&5
3664 (eval "$ac_compile") 2>conftest.er1
bf9f3bac 3665 ac_status=$?
3666 grep -v '^ *+' conftest.er1 >conftest.err
3667 rm -f conftest.er1
3668 cat conftest.err >&5
8934764e
BB
3669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3670 (exit $ac_status); } && {
3671 test -z "$ac_c_werror_flag" ||
3672 test ! -s conftest.err
3673 } && test -s conftest.$ac_objext; then
bf9f3bac 3674 ac_compiler_gnu=yes
3675else
8934764e 3676 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 3677sed 's/^/| /' conftest.$ac_ext >&5
3678
8934764e 3679 ac_compiler_gnu=no
bf9f3bac 3680fi
8934764e
BB
3681
3682rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bf9f3bac 3683ac_cv_c_compiler_gnu=$ac_compiler_gnu
3684
3685fi
8934764e
BB
3686{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3687$as_echo "$ac_cv_c_compiler_gnu" >&6; }
3688if test $ac_compiler_gnu = yes; then
3689 GCC=yes
3690else
3691 GCC=
3692fi
bf9f3bac 3693ac_test_CFLAGS=${CFLAGS+set}
3694ac_save_CFLAGS=$CFLAGS
8934764e
BB
3695{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3696$as_echo_n "checking whether $CC accepts -g... " >&6; }
bf9f3bac 3697if test "${ac_cv_prog_cc_g+set}" = set; then
8934764e 3698 $as_echo_n "(cached) " >&6
bf9f3bac 3699else
8934764e
BB
3700 ac_save_c_werror_flag=$ac_c_werror_flag
3701 ac_c_werror_flag=yes
3702 ac_cv_prog_cc_g=no
3703 CFLAGS="-g"
3704 cat >conftest.$ac_ext <<_ACEOF
bf9f3bac 3705/* confdefs.h. */
3706_ACEOF
3707cat confdefs.h >>conftest.$ac_ext
3708cat >>conftest.$ac_ext <<_ACEOF
3709/* end confdefs.h. */
3710
3711int
3712main ()
3713{
3714
3715 ;
3716 return 0;
3717}
3718_ACEOF
3719rm -f conftest.$ac_objext
8934764e
BB
3720if { (ac_try="$ac_compile"
3721case "(($ac_try" in
3722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3723 *) ac_try_echo=$ac_try;;
3724esac
3725eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3726$as_echo "$ac_try_echo") >&5
3727 (eval "$ac_compile") 2>conftest.er1
bf9f3bac 3728 ac_status=$?
3729 grep -v '^ *+' conftest.er1 >conftest.err
3730 rm -f conftest.er1
3731 cat conftest.err >&5
8934764e
BB
3732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3733 (exit $ac_status); } && {
3734 test -z "$ac_c_werror_flag" ||
3735 test ! -s conftest.err
3736 } && test -s conftest.$ac_objext; then
3737 ac_cv_prog_cc_g=yes
3738else
3739 $as_echo "$as_me: failed program was:" >&5
3740sed 's/^/| /' conftest.$ac_ext >&5
3741
3742 CFLAGS=""
3743 cat >conftest.$ac_ext <<_ACEOF
3744/* confdefs.h. */
3745_ACEOF
3746cat confdefs.h >>conftest.$ac_ext
3747cat >>conftest.$ac_ext <<_ACEOF
3748/* end confdefs.h. */
3749
3750int
3751main ()
3752{
3753
3754 ;
3755 return 0;
3756}
3757_ACEOF
3758rm -f conftest.$ac_objext
3759if { (ac_try="$ac_compile"
3760case "(($ac_try" in
3761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3762 *) ac_try_echo=$ac_try;;
3763esac
3764eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3765$as_echo "$ac_try_echo") >&5
3766 (eval "$ac_compile") 2>conftest.er1
bf9f3bac 3767 ac_status=$?
8934764e
BB
3768 grep -v '^ *+' conftest.er1 >conftest.err
3769 rm -f conftest.er1
3770 cat conftest.err >&5
3771 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3772 (exit $ac_status); } && {
3773 test -z "$ac_c_werror_flag" ||
3774 test ! -s conftest.err
3775 } && test -s conftest.$ac_objext; then
3776 :
3777else
3778 $as_echo "$as_me: failed program was:" >&5
3779sed 's/^/| /' conftest.$ac_ext >&5
3780
3781 ac_c_werror_flag=$ac_save_c_werror_flag
3782 CFLAGS="-g"
3783 cat >conftest.$ac_ext <<_ACEOF
3784/* confdefs.h. */
3785_ACEOF
3786cat confdefs.h >>conftest.$ac_ext
3787cat >>conftest.$ac_ext <<_ACEOF
3788/* end confdefs.h. */
3789
3790int
3791main ()
3792{
3793
3794 ;
3795 return 0;
3796}
3797_ACEOF
3798rm -f conftest.$ac_objext
3799if { (ac_try="$ac_compile"
3800case "(($ac_try" in
3801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3802 *) ac_try_echo=$ac_try;;
3803esac
3804eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3805$as_echo "$ac_try_echo") >&5
3806 (eval "$ac_compile") 2>conftest.er1
bf9f3bac 3807 ac_status=$?
8934764e
BB
3808 grep -v '^ *+' conftest.er1 >conftest.err
3809 rm -f conftest.er1
3810 cat conftest.err >&5
3811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3812 (exit $ac_status); } && {
3813 test -z "$ac_c_werror_flag" ||
3814 test ! -s conftest.err
3815 } && test -s conftest.$ac_objext; then
bf9f3bac 3816 ac_cv_prog_cc_g=yes
3817else
8934764e 3818 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 3819sed 's/^/| /' conftest.$ac_ext >&5
3820
8934764e
BB
3821
3822fi
3823
3824rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3825fi
3826
3827rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bf9f3bac 3828fi
8934764e
BB
3829
3830rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3831 ac_c_werror_flag=$ac_save_c_werror_flag
bf9f3bac 3832fi
8934764e
BB
3833{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3834$as_echo "$ac_cv_prog_cc_g" >&6; }
bf9f3bac 3835if test "$ac_test_CFLAGS" = set; then
3836 CFLAGS=$ac_save_CFLAGS
3837elif test $ac_cv_prog_cc_g = yes; then
3838 if test "$GCC" = yes; then
3839 CFLAGS="-g -O2"
3840 else
3841 CFLAGS="-g"
3842 fi
3843else
3844 if test "$GCC" = yes; then
3845 CFLAGS="-O2"
3846 else
3847 CFLAGS=
3848 fi
3849fi
8934764e
BB
3850{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3851$as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3852if test "${ac_cv_prog_cc_c89+set}" = set; then
3853 $as_echo_n "(cached) " >&6
bf9f3bac 3854else
8934764e 3855 ac_cv_prog_cc_c89=no
bf9f3bac 3856ac_save_CC=$CC
3857cat >conftest.$ac_ext <<_ACEOF
3858/* confdefs.h. */
3859_ACEOF
3860cat confdefs.h >>conftest.$ac_ext
3861cat >>conftest.$ac_ext <<_ACEOF
3862/* end confdefs.h. */
3863#include <stdarg.h>
3864#include <stdio.h>
3865#include <sys/types.h>
3866#include <sys/stat.h>
3867/* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3868struct buf { int x; };
3869FILE * (*rcsopen) (struct buf *, struct stat *, int);
3870static char *e (p, i)
3871 char **p;
3872 int i;
3873{
3874 return p[i];
3875}
3876static char *f (char * (*g) (char **, int), char **p, ...)
3877{
3878 char *s;
3879 va_list v;
3880 va_start (v,p);
3881 s = g (p, va_arg (v,int));
3882 va_end (v);
3883 return s;
3884}
3885
3886/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3887 function prototypes and stuff, but not '\xHH' hex character constants.
3888 These don't provoke an error unfortunately, instead are silently treated
8934764e 3889 as 'x'. The following induces an error, until -std is added to get
bf9f3bac 3890 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3891 array size at least. It's necessary to write '\x00'==0 to get something
8934764e 3892 that's true only with -std. */
bf9f3bac 3893int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3894
8934764e
BB
3895/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3896 inside strings and character constants. */
3897#define FOO(x) 'x'
3898int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3899
bf9f3bac 3900int test (int i, double x);
3901struct s1 {int (*f) (int a);};
3902struct s2 {int (*f) (double a);};
3903int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3904int argc;
3905char **argv;
3906int
3907main ()
3908{
3909return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3910 ;
3911 return 0;
3912}
3913_ACEOF
8934764e
BB
3914for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3915 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
bf9f3bac 3916do
3917 CC="$ac_save_CC $ac_arg"
3918 rm -f conftest.$ac_objext
8934764e
BB
3919if { (ac_try="$ac_compile"
3920case "(($ac_try" in
3921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3922 *) ac_try_echo=$ac_try;;
3923esac
3924eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3925$as_echo "$ac_try_echo") >&5
3926 (eval "$ac_compile") 2>conftest.er1
bf9f3bac 3927 ac_status=$?
3928 grep -v '^ *+' conftest.er1 >conftest.err
3929 rm -f conftest.er1
3930 cat conftest.err >&5
8934764e
BB
3931 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3932 (exit $ac_status); } && {
3933 test -z "$ac_c_werror_flag" ||
3934 test ! -s conftest.err
3935 } && test -s conftest.$ac_objext; then
3936 ac_cv_prog_cc_c89=$ac_arg
3937else
3938 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 3939sed 's/^/| /' conftest.$ac_ext >&5
3940
8934764e 3941
bf9f3bac 3942fi
8934764e
BB
3943
3944rm -f core conftest.err conftest.$ac_objext
3945 test "x$ac_cv_prog_cc_c89" != "xno" && break
bf9f3bac 3946done
8934764e 3947rm -f conftest.$ac_ext
bf9f3bac 3948CC=$ac_save_CC
3949
3950fi
8934764e
BB
3951# AC_CACHE_VAL
3952case "x$ac_cv_prog_cc_c89" in
3953 x)
3954 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3955$as_echo "none needed" >&6; } ;;
3956 xno)
3957 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3958$as_echo "unsupported" >&6; } ;;
bf9f3bac 3959 *)
8934764e
BB
3960 CC="$CC $ac_cv_prog_cc_c89"
3961 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3962$as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
bf9f3bac 3963esac
3964
bf9f3bac 3965
bf9f3bac 3966ac_ext=c
3967ac_cpp='$CPP $CPPFLAGS'
3968ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3969ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3970ac_compiler_gnu=$ac_cv_c_compiler_gnu
3971DEPDIR="${am__leading_dot}deps"
3972
8934764e 3973ac_config_commands="$ac_config_commands depfiles"
bf9f3bac 3974
3975
3976am_make=${MAKE-make}
3977cat > confinc << 'END'
3978am__doit:
8934764e 3979 @echo this is the am__doit target
bf9f3bac 3980.PHONY: am__doit
3981END
3982# If we don't find an include directive, just comment out the code.
8934764e
BB
3983{ $as_echo "$as_me:$LINENO: checking for style of include used by $am_make" >&5
3984$as_echo_n "checking for style of include used by $am_make... " >&6; }
bf9f3bac 3985am__include="#"
3986am__quote=
3987_am_result=none
3988# First try GNU make style include.
3989echo "include confinc" > confmf
8934764e
BB
3990# Ignore all kinds of additional output from `make'.
3991case `$am_make -s -f confmf 2> /dev/null` in #(
3992*the\ am__doit\ target*)
3993 am__include=include
3994 am__quote=
3995 _am_result=GNU
3996 ;;
3997esac
bf9f3bac 3998# Now try BSD make style include.
3999if test "$am__include" = "#"; then
4000 echo '.include "confinc"' > confmf
8934764e
BB
4001 case `$am_make -s -f confmf 2> /dev/null` in #(
4002 *the\ am__doit\ target*)
4003 am__include=.include
4004 am__quote="\""
4005 _am_result=BSD
4006 ;;
4007 esac
bf9f3bac 4008fi
4009
4010
8934764e
BB
4011{ $as_echo "$as_me:$LINENO: result: $_am_result" >&5
4012$as_echo "$_am_result" >&6; }
bf9f3bac 4013rm -f confinc confmf
4014
8934764e 4015# Check whether --enable-dependency-tracking was given.
bf9f3bac 4016if test "${enable_dependency_tracking+set}" = set; then
8934764e
BB
4017 enableval=$enable_dependency_tracking;
4018fi
bf9f3bac 4019
bf9f3bac 4020if test "x$enable_dependency_tracking" != xno; then
4021 am_depcomp="$ac_aux_dir/depcomp"
4022 AMDEPBACKSLASH='\'
4023fi
8934764e 4024 if test "x$enable_dependency_tracking" != xno; then
bf9f3bac 4025 AMDEP_TRUE=
4026 AMDEP_FALSE='#'
4027else
4028 AMDEP_TRUE='#'
4029 AMDEP_FALSE=
4030fi
4031
4032
4033
bf9f3bac 4034depcc="$CC" am_compiler_list=
4035
8934764e
BB
4036{ $as_echo "$as_me:$LINENO: checking dependency style of $depcc" >&5
4037$as_echo_n "checking dependency style of $depcc... " >&6; }
bf9f3bac 4038if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then
8934764e 4039 $as_echo_n "(cached) " >&6
bf9f3bac 4040else
4041 if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
4042 # We make a subdir and do the tests there. Otherwise we can end up
4043 # making bogus files that we don't know about and never remove. For
4044 # instance it was reported that on HP-UX the gcc test will end up
4045 # making a dummy file named `D' -- because `-MD' means `put the output
4046 # in D'.
4047 mkdir conftest.dir
4048 # Copy depcomp to subdir because otherwise we won't find it if we're
4049 # using a relative directory.
4050 cp "$am_depcomp" conftest.dir
4051 cd conftest.dir
4052 # We will build objects and dependencies in a subdirectory because
4053 # it helps to detect inapplicable dependency modes. For instance
4054 # both Tru64's cc and ICC support -MD to output dependencies as a
4055 # side effect of compilation, but ICC will put the dependencies in
4056 # the current directory while Tru64 will put them in the object
4057 # directory.
4058 mkdir sub
4059
4060 am_cv_CC_dependencies_compiler_type=none
4061 if test "$am_compiler_list" = ""; then
4062 am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
4063 fi
8934764e
BB
4064 am__universal=false
4065 case " $depcc " in #(
4066 *\ -arch\ *\ -arch\ *) am__universal=true ;;
4067 esac
4068
bf9f3bac 4069 for depmode in $am_compiler_list; do
4070 # Setup a source with many dependencies, because some compilers
4071 # like to wrap large dependency lists on column 80 (with \), and
4072 # we should not choose a depcomp mode which is confused by this.
4073 #
4074 # We need to recreate these files for each test, as the compiler may
4075 # overwrite some of them when testing with obscure command lines.
4076 # This happens at least with the AIX C compiler.
4077 : > sub/conftest.c
4078 for i in 1 2 3 4 5 6; do
4079 echo '#include "conftst'$i'.h"' >> sub/conftest.c
4080 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4081 # Solaris 8's {/usr,}/bin/sh.
4082 touch sub/conftst$i.h
4083 done
4084 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4085
8934764e
BB
4086 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4087 # mode. It turns out that the SunPro C++ compiler does not properly
4088 # handle `-M -o', and we need to detect this. Also, some Intel
4089 # versions had trouble with output in subdirs
4090 am__obj=sub/conftest.${OBJEXT-o}
4091 am__minus_obj="-o $am__obj"
bf9f3bac 4092 case $depmode in
8934764e
BB
4093 gcc)
4094 # This depmode causes a compiler race in universal mode.
4095 test "$am__universal" = false || continue
4096 ;;
bf9f3bac 4097 nosideeffect)
4098 # after this tag, mechanisms are not by side-effect, so they'll
4099 # only be used when explicitly requested
4100 if test "x$enable_dependency_tracking" = xyes; then
4101 continue
4102 else
4103 break
4104 fi
4105 ;;
8934764e
BB
4106 msvisualcpp | msvcmsys)
4107 # This compiler won't grok `-c -o', but also, the minuso test has
4108 # not run yet. These depmodes are late enough in the game, and
4109 # so weak that their functioning should not be impacted.
4110 am__obj=conftest.${OBJEXT-o}
4111 am__minus_obj=
4112 ;;
bf9f3bac 4113 none) break ;;
4114 esac
bf9f3bac 4115 if depmode=$depmode \
8934764e 4116 source=sub/conftest.c object=$am__obj \
bf9f3bac 4117 depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
8934764e 4118 $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
bf9f3bac 4119 >/dev/null 2>conftest.err &&
8934764e 4120 grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
bf9f3bac 4121 grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
8934764e 4122 grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
bf9f3bac 4123 ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
4124 # icc doesn't choke on unknown options, it will just issue warnings
4125 # or remarks (even with -Werror). So we grep stderr for any message
4126 # that says an option was ignored or not supported.
4127 # When given -MP, icc 7.0 and 7.1 complain thusly:
4128 # icc: Command line warning: ignoring option '-M'; no argument required
4129 # The diagnosis changed in icc 8.0:
4130 # icc: Command line remark: option '-MP' not supported
4131 if (grep 'ignoring option' conftest.err ||
4132 grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
4133 am_cv_CC_dependencies_compiler_type=$depmode
4134 break
4135 fi
4136 fi
4137 done
4138
4139 cd ..
4140 rm -rf conftest.dir
4141else
4142 am_cv_CC_dependencies_compiler_type=none
4143fi
4144
4145fi
8934764e
BB
4146{ $as_echo "$as_me:$LINENO: result: $am_cv_CC_dependencies_compiler_type" >&5
4147$as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
bf9f3bac 4148CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
4149
8934764e 4150 if
bf9f3bac 4151 test "x$enable_dependency_tracking" != xno \
4152 && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
4153 am__fastdepCC_TRUE=
4154 am__fastdepCC_FALSE='#'
4155else
4156 am__fastdepCC_TRUE='#'
4157 am__fastdepCC_FALSE=
4158fi
4159
4160
8934764e
BB
4161case `pwd` in
4162 *\ * | *\ *)
4163 { $as_echo "$as_me:$LINENO: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
4164$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
4165esac
bf9f3bac 4166
bf9f3bac 4167
bf9f3bac 4168
8934764e
BB
4169macro_version='2.2.6'
4170macro_revision='1.3012'
4171
4172
4173
4174
4175
4176
4177
4178
4179
4180
4181
4182
4183
4184ltmain="$ac_aux_dir/ltmain.sh"
4185
4186{ $as_echo "$as_me:$LINENO: checking for a sed that does not truncate output" >&5
4187$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4188if test "${ac_cv_path_SED+set}" = set; then
4189 $as_echo_n "(cached) " >&6
4190else
4191 ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4192 for ac_i in 1 2 3 4 5 6 7; do
4193 ac_script="$ac_script$as_nl$ac_script"
4194 done
4195 echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4196 $as_unset ac_script || ac_script=
4197 if test -z "$SED"; then
4198 ac_path_SED_found=false
4199 # Loop through the user's path and test for each of PROGNAME-LIST
4200 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
bf9f3bac 4201for as_dir in $PATH
4202do
4203 IFS=$as_save_IFS
4204 test -z "$as_dir" && as_dir=.
8934764e 4205 for ac_prog in sed gsed; do
bf9f3bac 4206 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
4207 ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4208 { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
4209# Check for GNU ac_path_SED and select it if it is found.
4210 # Check for GNU $ac_path_SED
4211case `"$ac_path_SED" --version 2>&1` in
4212*GNU*)
4213 ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4214*)
4215 ac_count=0
4216 $as_echo_n 0123456789 >"conftest.in"
4217 while :
4218 do
4219 cat "conftest.in" "conftest.in" >"conftest.tmp"
4220 mv "conftest.tmp" "conftest.in"
4221 cp "conftest.in" "conftest.nl"
4222 $as_echo '' >> "conftest.nl"
4223 "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4224 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4225 ac_count=`expr $ac_count + 1`
4226 if test $ac_count -gt ${ac_path_SED_max-0}; then
4227 # Best one so far, save it but keep looking for a better one
4228 ac_cv_path_SED="$ac_path_SED"
4229 ac_path_SED_max=$ac_count
4230 fi
4231 # 10*(2^10) chars as input seems more than enough
4232 test $ac_count -gt 10 && break
4233 done
4234 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4235esac
4236
4237 $ac_path_SED_found && break 3
bf9f3bac 4238 done
4239 done
4240done
4241IFS=$as_save_IFS
8934764e
BB
4242 if test -z "$ac_cv_path_SED"; then
4243 { { $as_echo "$as_me:$LINENO: error: no acceptable sed could be found in \$PATH" >&5
4244$as_echo "$as_me: error: no acceptable sed could be found in \$PATH" >&2;}
4245 { (exit 1); exit 1; }; }
bf9f3bac 4246 fi
8934764e
BB
4247else
4248 ac_cv_path_SED=$SED
4249fi
bf9f3bac 4250
4251fi
8934764e
BB
4252{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_SED" >&5
4253$as_echo "$ac_cv_path_SED" >&6; }
4254 SED="$ac_cv_path_SED"
4255 rm -f conftest.sed
4256
4257test -z "$SED" && SED=sed
4258Xsed="$SED -e 1s/^X//"
4259
4260
bf9f3bac 4261
bf9f3bac 4262
bf9f3bac 4263
8934764e
BB
4264
4265
4266
4267
4268
4269
4270{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4271$as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4272if test "${ac_cv_path_GREP+set}" = set; then
4273 $as_echo_n "(cached) " >&6
bf9f3bac 4274else
8934764e
BB
4275 if test -z "$GREP"; then
4276 ac_path_GREP_found=false
4277 # Loop through the user's path and test for each of PROGNAME-LIST
4278 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4279for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4280do
4281 IFS=$as_save_IFS
4282 test -z "$as_dir" && as_dir=.
4283 for ac_prog in grep ggrep; do
4284 for ac_exec_ext in '' $ac_executable_extensions; do
4285 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4286 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4287# Check for GNU ac_path_GREP and select it if it is found.
4288 # Check for GNU $ac_path_GREP
4289case `"$ac_path_GREP" --version 2>&1` in
4290*GNU*)
4291 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4292*)
4293 ac_count=0
4294 $as_echo_n 0123456789 >"conftest.in"
4295 while :
4296 do
4297 cat "conftest.in" "conftest.in" >"conftest.tmp"
4298 mv "conftest.tmp" "conftest.in"
4299 cp "conftest.in" "conftest.nl"
4300 $as_echo 'GREP' >> "conftest.nl"
4301 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4302 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4303 ac_count=`expr $ac_count + 1`
4304 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4305 # Best one so far, save it but keep looking for a better one
4306 ac_cv_path_GREP="$ac_path_GREP"
4307 ac_path_GREP_max=$ac_count
bf9f3bac 4308 fi
8934764e
BB
4309 # 10*(2^10) chars as input seems more than enough
4310 test $ac_count -gt 10 && break
4311 done
4312 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4313esac
4314
4315 $ac_path_GREP_found && break 3
4316 done
4317 done
4318done
4319IFS=$as_save_IFS
4320 if test -z "$ac_cv_path_GREP"; then
4321 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4322$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4323 { (exit 1); exit 1; }; }
4324 fi
4325else
4326 ac_cv_path_GREP=$GREP
bf9f3bac 4327fi
bf9f3bac 4328
8934764e
BB
4329fi
4330{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4331$as_echo "$ac_cv_path_GREP" >&6; }
4332 GREP="$ac_cv_path_GREP"
bf9f3bac 4333
4334
8934764e
BB
4335{ $as_echo "$as_me:$LINENO: checking for egrep" >&5
4336$as_echo_n "checking for egrep... " >&6; }
4337if test "${ac_cv_path_EGREP+set}" = set; then
4338 $as_echo_n "(cached) " >&6
bf9f3bac 4339else
8934764e
BB
4340 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4341 then ac_cv_path_EGREP="$GREP -E"
4342 else
4343 if test -z "$EGREP"; then
4344 ac_path_EGREP_found=false
4345 # Loop through the user's path and test for each of PROGNAME-LIST
4346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4347for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4348do
4349 IFS=$as_save_IFS
4350 test -z "$as_dir" && as_dir=.
4351 for ac_prog in egrep; do
4352 for ac_exec_ext in '' $ac_executable_extensions; do
4353 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4354 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4355# Check for GNU ac_path_EGREP and select it if it is found.
4356 # Check for GNU $ac_path_EGREP
4357case `"$ac_path_EGREP" --version 2>&1` in
4358*GNU*)
4359 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4360*)
4361 ac_count=0
4362 $as_echo_n 0123456789 >"conftest.in"
4363 while :
4364 do
4365 cat "conftest.in" "conftest.in" >"conftest.tmp"
4366 mv "conftest.tmp" "conftest.in"
4367 cp "conftest.in" "conftest.nl"
4368 $as_echo 'EGREP' >> "conftest.nl"
4369 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4370 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4371 ac_count=`expr $ac_count + 1`
4372 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4373 # Best one so far, save it but keep looking for a better one
4374 ac_cv_path_EGREP="$ac_path_EGREP"
4375 ac_path_EGREP_max=$ac_count
4376 fi
4377 # 10*(2^10) chars as input seems more than enough
4378 test $ac_count -gt 10 && break
4379 done
4380 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4381esac
4382
4383 $ac_path_EGREP_found && break 3
4384 done
4385 done
4386done
4387IFS=$as_save_IFS
4388 if test -z "$ac_cv_path_EGREP"; then
4389 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4390$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4391 { (exit 1); exit 1; }; }
4392 fi
bf9f3bac 4393else
8934764e
BB
4394 ac_cv_path_EGREP=$EGREP
4395fi
4396
4397 fi
4398fi
4399{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4400$as_echo "$ac_cv_path_EGREP" >&6; }
4401 EGREP="$ac_cv_path_EGREP"
4402
4403
4404{ $as_echo "$as_me:$LINENO: checking for fgrep" >&5
4405$as_echo_n "checking for fgrep... " >&6; }
4406if test "${ac_cv_path_FGREP+set}" = set; then
4407 $as_echo_n "(cached) " >&6
4408else
4409 if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4410 then ac_cv_path_FGREP="$GREP -F"
4411 else
4412 if test -z "$FGREP"; then
4413 ac_path_FGREP_found=false
4414 # Loop through the user's path and test for each of PROGNAME-LIST
4415 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4416for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4417do
4418 IFS=$as_save_IFS
4419 test -z "$as_dir" && as_dir=.
4420 for ac_prog in fgrep; do
4421 for ac_exec_ext in '' $ac_executable_extensions; do
4422 ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4423 { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4424# Check for GNU ac_path_FGREP and select it if it is found.
4425 # Check for GNU $ac_path_FGREP
4426case `"$ac_path_FGREP" --version 2>&1` in
4427*GNU*)
4428 ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4429*)
4430 ac_count=0
4431 $as_echo_n 0123456789 >"conftest.in"
4432 while :
4433 do
4434 cat "conftest.in" "conftest.in" >"conftest.tmp"
4435 mv "conftest.tmp" "conftest.in"
4436 cp "conftest.in" "conftest.nl"
4437 $as_echo 'FGREP' >> "conftest.nl"
4438 "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4439 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4440 ac_count=`expr $ac_count + 1`
4441 if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4442 # Best one so far, save it but keep looking for a better one
4443 ac_cv_path_FGREP="$ac_path_FGREP"
4444 ac_path_FGREP_max=$ac_count
4445 fi
4446 # 10*(2^10) chars as input seems more than enough
4447 test $ac_count -gt 10 && break
4448 done
4449 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4450esac
4451
4452 $ac_path_FGREP_found && break 3
4453 done
4454 done
4455done
4456IFS=$as_save_IFS
4457 if test -z "$ac_cv_path_FGREP"; then
4458 { { $as_echo "$as_me:$LINENO: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4459$as_echo "$as_me: error: no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4460 { (exit 1); exit 1; }; }
4461 fi
4462else
4463 ac_cv_path_FGREP=$FGREP
4464fi
4465
4466 fi
4467fi
4468{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_FGREP" >&5
4469$as_echo "$ac_cv_path_FGREP" >&6; }
4470 FGREP="$ac_cv_path_FGREP"
4471
4472
4473test -z "$GREP" && GREP=grep
4474
4475
4476
4477
4478
4479
4480
4481
4482
4483
4484
4485
4486
4487
4488
4489
4490
4491
4492
4493# Check whether --with-gnu-ld was given.
4494if test "${with_gnu_ld+set}" = set; then
4495 withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4496else
4497 with_gnu_ld=no
4498fi
4499
4500ac_prog=ld
4501if test "$GCC" = yes; then
4502 # Check if gcc -print-prog-name=ld gives a path.
4503 { $as_echo "$as_me:$LINENO: checking for ld used by $CC" >&5
4504$as_echo_n "checking for ld used by $CC... " >&6; }
4505 case $host in
4506 *-*-mingw*)
4507 # gcc leaves a trailing carriage return which upsets mingw
4508 ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4509 *)
4510 ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4511 esac
4512 case $ac_prog in
4513 # Accept absolute paths.
4514 [\\/]* | ?:[\\/]*)
4515 re_direlt='/[^/][^/]*/\.\./'
4516 # Canonicalize the pathname of ld
4517 ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4518 while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4519 ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4520 done
4521 test -z "$LD" && LD="$ac_prog"
4522 ;;
4523 "")
4524 # If it fails, then pretend we aren't using GCC.
4525 ac_prog=ld
4526 ;;
4527 *)
4528 # If it is relative, then search for the first ld in PATH.
4529 with_gnu_ld=unknown
4530 ;;
4531 esac
4532elif test "$with_gnu_ld" = yes; then
4533 { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5
4534$as_echo_n "checking for GNU ld... " >&6; }
4535else
4536 { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5
4537$as_echo_n "checking for non-GNU ld... " >&6; }
bf9f3bac 4538fi
4539if test "${lt_cv_path_LD+set}" = set; then
8934764e 4540 $as_echo_n "(cached) " >&6
bf9f3bac 4541else
4542 if test -z "$LD"; then
4543 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4544 for ac_dir in $PATH; do
4545 IFS="$lt_save_ifs"
4546 test -z "$ac_dir" && ac_dir=.
4547 if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4548 lt_cv_path_LD="$ac_dir/$ac_prog"
4549 # Check to see if the program is GNU ld. I'd rather use --version,
4550 # but apparently some variants of GNU ld only accept -v.
4551 # Break only if it was the GNU/non-GNU ld that we prefer.
4552 case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4553 *GNU* | *'with BFD'*)
4554 test "$with_gnu_ld" != no && break
4555 ;;
4556 *)
4557 test "$with_gnu_ld" != yes && break
4558 ;;
4559 esac
4560 fi
4561 done
4562 IFS="$lt_save_ifs"
4563else
4564 lt_cv_path_LD="$LD" # Let the user override the test with a path.
4565fi
4566fi
4567
4568LD="$lt_cv_path_LD"
4569if test -n "$LD"; then
8934764e
BB
4570 { $as_echo "$as_me:$LINENO: result: $LD" >&5
4571$as_echo "$LD" >&6; }
bf9f3bac 4572else
8934764e
BB
4573 { $as_echo "$as_me:$LINENO: result: no" >&5
4574$as_echo "no" >&6; }
bf9f3bac 4575fi
8934764e
BB
4576test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5
4577$as_echo "$as_me: error: no acceptable ld found in \$PATH" >&2;}
bf9f3bac 4578 { (exit 1); exit 1; }; }
8934764e
BB
4579{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5
4580$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
bf9f3bac 4581if test "${lt_cv_prog_gnu_ld+set}" = set; then
8934764e 4582 $as_echo_n "(cached) " >&6
bf9f3bac 4583else
4584 # I'd rather use --version here, but apparently some GNU lds only accept -v.
4585case `$LD -v 2>&1 </dev/null` in
4586*GNU* | *'with BFD'*)
4587 lt_cv_prog_gnu_ld=yes
4588 ;;
4589*)
4590 lt_cv_prog_gnu_ld=no
4591 ;;
4592esac
4593fi
8934764e
BB
4594{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_gnu_ld" >&5
4595$as_echo "$lt_cv_prog_gnu_ld" >&6; }
bf9f3bac 4596with_gnu_ld=$lt_cv_prog_gnu_ld
4597
4598
bf9f3bac 4599
8934764e
BB
4600
4601
4602
4603
4604
4605
4606{ $as_echo "$as_me:$LINENO: checking for BSD- or MS-compatible name lister (nm)" >&5
4607$as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
bf9f3bac 4608if test "${lt_cv_path_NM+set}" = set; then
8934764e 4609 $as_echo_n "(cached) " >&6
bf9f3bac 4610else
4611 if test -n "$NM"; then
4612 # Let the user override the test.
4613 lt_cv_path_NM="$NM"
4614else
4615 lt_nm_to_check="${ac_tool_prefix}nm"
4616 if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4617 lt_nm_to_check="$lt_nm_to_check nm"
4618 fi
4619 for lt_tmp_nm in $lt_nm_to_check; do
4620 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4621 for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4622 IFS="$lt_save_ifs"
4623 test -z "$ac_dir" && ac_dir=.
4624 tmp_nm="$ac_dir/$lt_tmp_nm"
4625 if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4626 # Check to see if the nm accepts a BSD-compat flag.
4627 # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4628 # nm: unknown option "B" ignored
4629 # Tru64's nm complains that /dev/null is an invalid object file
4630 case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4631 */dev/null* | *'Invalid file or object type'*)
4632 lt_cv_path_NM="$tmp_nm -B"
4633 break
4634 ;;
4635 *)
4636 case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4637 */dev/null*)
4638 lt_cv_path_NM="$tmp_nm -p"
4639 break
4640 ;;
4641 *)
4642 lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4643 continue # so that we can try to find one that supports BSD flags
4644 ;;
4645 esac
4646 ;;
4647 esac
4648 fi
4649 done
4650 IFS="$lt_save_ifs"
4651 done
8934764e 4652 : ${lt_cv_path_NM=no}
bf9f3bac 4653fi
4654fi
8934764e
BB
4655{ $as_echo "$as_me:$LINENO: result: $lt_cv_path_NM" >&5
4656$as_echo "$lt_cv_path_NM" >&6; }
4657if test "$lt_cv_path_NM" != "no"; then
4658 NM="$lt_cv_path_NM"
4659else
4660 # Didn't find any BSD compatible name lister, look for dumpbin.
4661 if test -n "$ac_tool_prefix"; then
4662 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4663 do
4664 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4665set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4666{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4667$as_echo_n "checking for $ac_word... " >&6; }
4668if test "${ac_cv_prog_DUMPBIN+set}" = set; then
4669 $as_echo_n "(cached) " >&6
4670else
4671 if test -n "$DUMPBIN"; then
4672 ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4673else
4674as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4675for as_dir in $PATH
4676do
4677 IFS=$as_save_IFS
4678 test -z "$as_dir" && as_dir=.
4679 for ac_exec_ext in '' $ac_executable_extensions; do
4680 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4681 ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4682 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4683 break 2
4684 fi
4685done
4686done
4687IFS=$as_save_IFS
bf9f3bac 4688
8934764e
BB
4689fi
4690fi
4691DUMPBIN=$ac_cv_prog_DUMPBIN
4692if test -n "$DUMPBIN"; then
4693 { $as_echo "$as_me:$LINENO: result: $DUMPBIN" >&5
4694$as_echo "$DUMPBIN" >&6; }
bf9f3bac 4695else
8934764e
BB
4696 { $as_echo "$as_me:$LINENO: result: no" >&5
4697$as_echo "no" >&6; }
bf9f3bac 4698fi
4699
bf9f3bac 4700
8934764e
BB
4701 test -n "$DUMPBIN" && break
4702 done
4703fi
4704if test -z "$DUMPBIN"; then
4705 ac_ct_DUMPBIN=$DUMPBIN
4706 for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4707do
4708 # Extract the first word of "$ac_prog", so it can be a program name with args.
4709set dummy $ac_prog; ac_word=$2
4710{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4711$as_echo_n "checking for $ac_word... " >&6; }
4712if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then
4713 $as_echo_n "(cached) " >&6
4714else
4715 if test -n "$ac_ct_DUMPBIN"; then
4716 ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4717else
4718as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4719for as_dir in $PATH
4720do
4721 IFS=$as_save_IFS
4722 test -z "$as_dir" && as_dir=.
4723 for ac_exec_ext in '' $ac_executable_extensions; do
4724 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4725 ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4726 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4727 break 2
4728 fi
4729done
4730done
4731IFS=$as_save_IFS
bf9f3bac 4732
8934764e
BB
4733fi
4734fi
4735ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4736if test -n "$ac_ct_DUMPBIN"; then
4737 { $as_echo "$as_me:$LINENO: result: $ac_ct_DUMPBIN" >&5
4738$as_echo "$ac_ct_DUMPBIN" >&6; }
4739else
4740 { $as_echo "$as_me:$LINENO: result: no" >&5
4741$as_echo "no" >&6; }
4742fi
bf9f3bac 4743
bf9f3bac 4744
8934764e
BB
4745 test -n "$ac_ct_DUMPBIN" && break
4746done
bf9f3bac 4747
8934764e
BB
4748 if test "x$ac_ct_DUMPBIN" = x; then
4749 DUMPBIN=":"
4750 else
4751 case $cross_compiling:$ac_tool_warned in
4752yes:)
4753{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4754$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4755ac_tool_warned=yes ;;
4756esac
4757 DUMPBIN=$ac_ct_DUMPBIN
4758 fi
4759fi
bf9f3bac 4760
bf9f3bac 4761
8934764e
BB
4762 if test "$DUMPBIN" != ":"; then
4763 NM="$DUMPBIN"
bf9f3bac 4764 fi
8934764e
BB
4765fi
4766test -z "$NM" && NM=nm
bf9f3bac 4767
bf9f3bac 4768
bf9f3bac 4769
bf9f3bac 4770
bf9f3bac 4771
bf9f3bac 4772
8934764e
BB
4773{ $as_echo "$as_me:$LINENO: checking the name lister ($NM) interface" >&5
4774$as_echo_n "checking the name lister ($NM) interface... " >&6; }
4775if test "${lt_cv_nm_interface+set}" = set; then
4776 $as_echo_n "(cached) " >&6
4777else
4778 lt_cv_nm_interface="BSD nm"
4779 echo "int some_variable = 0;" > conftest.$ac_ext
73fc084e 4780 (eval echo "\"\$as_me:4780: $ac_compile\"" >&5)
8934764e
BB
4781 (eval "$ac_compile" 2>conftest.err)
4782 cat conftest.err >&5
73fc084e 4783 (eval echo "\"\$as_me:4783: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
8934764e
BB
4784 (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4785 cat conftest.err >&5
73fc084e 4786 (eval echo "\"\$as_me:4786: output\"" >&5)
8934764e
BB
4787 cat conftest.out >&5
4788 if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4789 lt_cv_nm_interface="MS dumpbin"
bf9f3bac 4790 fi
8934764e
BB
4791 rm -f conftest*
4792fi
4793{ $as_echo "$as_me:$LINENO: result: $lt_cv_nm_interface" >&5
4794$as_echo "$lt_cv_nm_interface" >&6; }
bf9f3bac 4795
8934764e
BB
4796{ $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4797$as_echo_n "checking whether ln -s works... " >&6; }
4798LN_S=$as_ln_s
4799if test "$LN_S" = "ln -s"; then
4800 { $as_echo "$as_me:$LINENO: result: yes" >&5
4801$as_echo "yes" >&6; }
4802else
4803 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4804$as_echo "no, using $LN_S" >&6; }
4805fi
bf9f3bac 4806
8934764e
BB
4807# find the maximum length of command line arguments
4808{ $as_echo "$as_me:$LINENO: checking the maximum length of command line arguments" >&5
4809$as_echo_n "checking the maximum length of command line arguments... " >&6; }
4810if test "${lt_cv_sys_max_cmd_len+set}" = set; then
4811 $as_echo_n "(cached) " >&6
4812else
4813 i=0
4814 teststring="ABCD"
bf9f3bac 4815
8934764e
BB
4816 case $build_os in
4817 msdosdjgpp*)
4818 # On DJGPP, this test can blow up pretty badly due to problems in libc
4819 # (any single argument exceeding 2000 bytes causes a buffer overrun
4820 # during glob expansion). Even if it were fixed, the result of this
4821 # check would be larger than it should be.
4822 lt_cv_sys_max_cmd_len=12288; # 12K is about right
4823 ;;
bf9f3bac 4824
8934764e
BB
4825 gnu*)
4826 # Under GNU Hurd, this test is not required because there is
4827 # no limit to the length of command line arguments.
4828 # Libtool will interpret -1 as no limit whatsoever
4829 lt_cv_sys_max_cmd_len=-1;
4830 ;;
bf9f3bac 4831
8934764e
BB
4832 cygwin* | mingw* | cegcc*)
4833 # On Win9x/ME, this test blows up -- it succeeds, but takes
4834 # about 5 minutes as the teststring grows exponentially.
4835 # Worse, since 9x/ME are not pre-emptively multitasking,
4836 # you end up with a "frozen" computer, even though with patience
4837 # the test eventually succeeds (with a max line length of 256k).
4838 # Instead, let's just punt: use the minimum linelength reported by
4839 # all of the supported platforms: 8192 (on NT/2K/XP).
4840 lt_cv_sys_max_cmd_len=8192;
4841 ;;
bf9f3bac 4842
8934764e
BB
4843 amigaos*)
4844 # On AmigaOS with pdksh, this test takes hours, literally.
4845 # So we just punt and use a minimum line length of 8192.
4846 lt_cv_sys_max_cmd_len=8192;
bf9f3bac 4847 ;;
8934764e
BB
4848
4849 netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4850 # This has been around since 386BSD, at least. Likely further.
4851 if test -x /sbin/sysctl; then
4852 lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4853 elif test -x /usr/sbin/sysctl; then
4854 lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4855 else
4856 lt_cv_sys_max_cmd_len=65536 # usable default for all BSDs
4857 fi
4858 # And add a safety zone
4859 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4860 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
bf9f3bac 4861 ;;
8934764e
BB
4862
4863 interix*)
4864 # We know the value 262144 and hardcode it with a safety zone (like BSD)
4865 lt_cv_sys_max_cmd_len=196608
bf9f3bac 4866 ;;
8934764e
BB
4867
4868 osf*)
4869 # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4870 # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4871 # nice to cause kernel panics so lets avoid the loop below.
4872 # First set a reasonable default.
4873 lt_cv_sys_max_cmd_len=16384
4874 #
4875 if test -x /sbin/sysconfig; then
4876 case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4877 *1*) lt_cv_sys_max_cmd_len=-1 ;;
4878 esac
4879 fi
bf9f3bac 4880 ;;
8934764e
BB
4881 sco3.2v5*)
4882 lt_cv_sys_max_cmd_len=102400
bf9f3bac 4883 ;;
8934764e
BB
4884 sysv5* | sco5v6* | sysv4.2uw2*)
4885 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4886 if test -n "$kargmax"; then
4887 lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[ ]//'`
4888 else
4889 lt_cv_sys_max_cmd_len=32768
4890 fi
4891 ;;
4892 *)
4893 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4894 if test -n "$lt_cv_sys_max_cmd_len"; then
4895 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4896 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4897 else
4898 # Make teststring a little bigger before we do anything with it.
4899 # a 1K string should be a reasonable start.
4900 for i in 1 2 3 4 5 6 7 8 ; do
4901 teststring=$teststring$teststring
4902 done
4903 SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4904 # If test is not a shell built-in, we'll probably end up computing a
4905 # maximum length that is only half of the actual maximum length, but
4906 # we can't tell.
4907 while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4908 = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4909 test $i != 17 # 1/2 MB should be enough
4910 do
4911 i=`expr $i + 1`
4912 teststring=$teststring$teststring
4913 done
4914 # Only check the string length outside the loop.
4915 lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4916 teststring=
4917 # Add a significant safety factor because C++ compilers can tack on
4918 # massive amounts of additional arguments before passing them to the
4919 # linker. It appears as though 1/2 is a usable value.
4920 lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4921 fi
bf9f3bac 4922 ;;
4923 esac
bf9f3bac 4924
8934764e 4925fi
bf9f3bac 4926
8934764e
BB
4927if test -n $lt_cv_sys_max_cmd_len ; then
4928 { $as_echo "$as_me:$LINENO: result: $lt_cv_sys_max_cmd_len" >&5
4929$as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4930else
4931 { $as_echo "$as_me:$LINENO: result: none" >&5
4932$as_echo "none" >&6; }
bf9f3bac 4933fi
8934764e 4934max_cmd_len=$lt_cv_sys_max_cmd_len
bf9f3bac 4935
4936
4937
4938
bf9f3bac 4939
bf9f3bac 4940
8934764e
BB
4941: ${CP="cp -f"}
4942: ${MV="mv -f"}
4943: ${RM="rm -f"}
bf9f3bac 4944
8934764e
BB
4945{ $as_echo "$as_me:$LINENO: checking whether the shell understands some XSI constructs" >&5
4946$as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4947# Try some XSI features
4948xsi_shell=no
4949( _lt_dummy="a/b/c"
4950 test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4951 = c,a/b,, \
4952 && eval 'test $(( 1 + 1 )) -eq 2 \
4953 && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4954 && xsi_shell=yes
4955{ $as_echo "$as_me:$LINENO: result: $xsi_shell" >&5
4956$as_echo "$xsi_shell" >&6; }
bf9f3bac 4957
bf9f3bac 4958
8934764e
BB
4959{ $as_echo "$as_me:$LINENO: checking whether the shell understands \"+=\"" >&5
4960$as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4961lt_shell_append=no
4962( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4963 >/dev/null 2>&1 \
4964 && lt_shell_append=yes
4965{ $as_echo "$as_me:$LINENO: result: $lt_shell_append" >&5
4966$as_echo "$lt_shell_append" >&6; }
bf9f3bac 4967
8934764e
BB
4968
4969if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4970 lt_unset=unset
4971else
4972 lt_unset=false
4973fi
4974
4975
4976
4977
4978
4979# test EBCDIC or ASCII
4980case `echo X|tr X '\101'` in
4981 A) # ASCII based system
4982 # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4983 lt_SP2NL='tr \040 \012'
4984 lt_NL2SP='tr \015\012 \040\040'
bf9f3bac 4985 ;;
8934764e
BB
4986 *) # EBCDIC based system
4987 lt_SP2NL='tr \100 \n'
4988 lt_NL2SP='tr \r\n \100\100'
bf9f3bac 4989 ;;
8934764e
BB
4990esac
4991
bf9f3bac 4992
bf9f3bac 4993
bf9f3bac 4994
bf9f3bac 4995
bf9f3bac 4996
bf9f3bac 4997
bf9f3bac 4998
8934764e
BB
4999
5000{ $as_echo "$as_me:$LINENO: checking for $LD option to reload object files" >&5
5001$as_echo_n "checking for $LD option to reload object files... " >&6; }
5002if test "${lt_cv_ld_reload_flag+set}" = set; then
5003 $as_echo_n "(cached) " >&6
5004else
5005 lt_cv_ld_reload_flag='-r'
bf9f3bac 5006fi
8934764e
BB
5007{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_reload_flag" >&5
5008$as_echo "$lt_cv_ld_reload_flag" >&6; }
5009reload_flag=$lt_cv_ld_reload_flag
5010case $reload_flag in
5011"" | " "*) ;;
5012*) reload_flag=" $reload_flag" ;;
5013esac
5014reload_cmds='$LD$reload_flag -o $output$reload_objs'
5015case $host_os in
5016 darwin*)
5017 if test "$GCC" = yes; then
5018 reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
5019 else
5020 reload_cmds='$LD$reload_flag -o $output$reload_objs'
5021 fi
5022 ;;
5023esac
bf9f3bac 5024
5025
bf9f3bac 5026
bf9f3bac 5027
5028
8934764e
BB
5029
5030
5031
5032
5033if test -n "$ac_tool_prefix"; then
5034 # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
5035set dummy ${ac_tool_prefix}objdump; ac_word=$2
5036{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5037$as_echo_n "checking for $ac_word... " >&6; }
5038if test "${ac_cv_prog_OBJDUMP+set}" = set; then
5039 $as_echo_n "(cached) " >&6
bf9f3bac 5040else
8934764e
BB
5041 if test -n "$OBJDUMP"; then
5042 ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
5043else
5044as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5045for as_dir in $PATH
bf9f3bac 5046do
8934764e
BB
5047 IFS=$as_save_IFS
5048 test -z "$as_dir" && as_dir=.
5049 for ac_exec_ext in '' $ac_executable_extensions; do
5050 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5051 ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5052 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5053 break 2
bf9f3bac 5054 fi
8934764e
BB
5055done
5056done
5057IFS=$as_save_IFS
bf9f3bac 5058
bf9f3bac 5059fi
bf9f3bac 5060fi
8934764e
BB
5061OBJDUMP=$ac_cv_prog_OBJDUMP
5062if test -n "$OBJDUMP"; then
5063 { $as_echo "$as_me:$LINENO: result: $OBJDUMP" >&5
5064$as_echo "$OBJDUMP" >&6; }
bf9f3bac 5065else
8934764e
BB
5066 { $as_echo "$as_me:$LINENO: result: no" >&5
5067$as_echo "no" >&6; }
bf9f3bac 5068fi
5069
bf9f3bac 5070
5071fi
8934764e
BB
5072if test -z "$ac_cv_prog_OBJDUMP"; then
5073 ac_ct_OBJDUMP=$OBJDUMP
5074 # Extract the first word of "objdump", so it can be a program name with args.
5075set dummy objdump; ac_word=$2
5076{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5077$as_echo_n "checking for $ac_word... " >&6; }
5078if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then
5079 $as_echo_n "(cached) " >&6
bf9f3bac 5080else
8934764e
BB
5081 if test -n "$ac_ct_OBJDUMP"; then
5082 ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
5083else
5084as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5085for as_dir in $PATH
bf9f3bac 5086do
8934764e
BB
5087 IFS=$as_save_IFS
5088 test -z "$as_dir" && as_dir=.
5089 for ac_exec_ext in '' $ac_executable_extensions; do
5090 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5091 ac_cv_prog_ac_ct_OBJDUMP="objdump"
5092 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5093 break 2
bf9f3bac 5094 fi
8934764e
BB
5095done
5096done
5097IFS=$as_save_IFS
5098
bf9f3bac 5099fi
8934764e
BB
5100fi
5101ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
5102if test -n "$ac_ct_OBJDUMP"; then
5103 { $as_echo "$as_me:$LINENO: result: $ac_ct_OBJDUMP" >&5
5104$as_echo "$ac_ct_OBJDUMP" >&6; }
bf9f3bac 5105else
8934764e
BB
5106 { $as_echo "$as_me:$LINENO: result: no" >&5
5107$as_echo "no" >&6; }
bf9f3bac 5108fi
bf9f3bac 5109
8934764e
BB
5110 if test "x$ac_ct_OBJDUMP" = x; then
5111 OBJDUMP="false"
bf9f3bac 5112 else
8934764e
BB
5113 case $cross_compiling:$ac_tool_warned in
5114yes:)
5115{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5116$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5117ac_tool_warned=yes ;;
5118esac
5119 OBJDUMP=$ac_ct_OBJDUMP
bf9f3bac 5120 fi
5121else
8934764e 5122 OBJDUMP="$ac_cv_prog_OBJDUMP"
bf9f3bac 5123fi
bf9f3bac 5124
8934764e 5125test -z "$OBJDUMP" && OBJDUMP=objdump
bf9f3bac 5126
bf9f3bac 5127
bf9f3bac 5128
5129
bf9f3bac 5130
bf9f3bac 5131
bf9f3bac 5132
bf9f3bac 5133
bf9f3bac 5134
8934764e
BB
5135{ $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
5136$as_echo_n "checking how to recognize dependent libraries... " >&6; }
5137if test "${lt_cv_deplibs_check_method+set}" = set; then
5138 $as_echo_n "(cached) " >&6
bf9f3bac 5139else
8934764e
BB
5140 lt_cv_file_magic_cmd='$MAGIC_CMD'
5141lt_cv_file_magic_test_file=
5142lt_cv_deplibs_check_method='unknown'
5143# Need to set the preceding variable on all platforms that support
5144# interlibrary dependencies.
5145# 'none' -- dependencies not supported.
5146# `unknown' -- same as none, but documents that we really don't know.
5147# 'pass_all' -- all dependencies passed with no checks.
5148# 'test_compile' -- check by making test program.
5149# 'file_magic [[regex]]' -- check by looking for files in library path
5150# which responds to the $file_magic_cmd with a given extended regex.
5151# If you have `file' or equivalent on your system and you're not sure
5152# whether `pass_all' will *always* work, you probably want this one.
bf9f3bac 5153
8934764e
BB
5154case $host_os in
5155aix[4-9]*)
5156 lt_cv_deplibs_check_method=pass_all
5157 ;;
bf9f3bac 5158
8934764e
BB
5159beos*)
5160 lt_cv_deplibs_check_method=pass_all
5161 ;;
bf9f3bac 5162
8934764e
BB
5163bsdi[45]*)
5164 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
5165 lt_cv_file_magic_cmd='/usr/bin/file -L'
5166 lt_cv_file_magic_test_file=/shlib/libc.so
5167 ;;
bf9f3bac 5168
8934764e
BB
5169cygwin*)
5170 # func_win32_libid is a shell function defined in ltmain.sh
5171 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5172 lt_cv_file_magic_cmd='func_win32_libid'
5173 ;;
bf9f3bac 5174
8934764e
BB
5175mingw* | pw32*)
5176 # Base MSYS/MinGW do not provide the 'file' command needed by
5177 # func_win32_libid shell function, so use a weaker test based on 'objdump',
5178 # unless we find 'file', for example because we are cross-compiling.
5179 if ( file / ) >/dev/null 2>&1; then
5180 lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
5181 lt_cv_file_magic_cmd='func_win32_libid'
5182 else
5183 lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
5184 lt_cv_file_magic_cmd='$OBJDUMP -f'
5185 fi
5186 ;;
bf9f3bac 5187
8934764e
BB
5188cegcc)
5189 # use the weaker test based on 'objdump'. See mingw*.
5190 lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
5191 lt_cv_file_magic_cmd='$OBJDUMP -f'
5192 ;;
bf9f3bac 5193
8934764e
BB
5194darwin* | rhapsody*)
5195 lt_cv_deplibs_check_method=pass_all
5196 ;;
bf9f3bac 5197
8934764e
BB
5198freebsd* | dragonfly*)
5199 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5200 case $host_cpu in
5201 i*86 )
5202 # Not sure whether the presence of OpenBSD here was a mistake.
5203 # Let's accept both of them until this is cleared up.
5204 lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
5205 lt_cv_file_magic_cmd=/usr/bin/file
5206 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
5207 ;;
5208 esac
5209 else
5210 lt_cv_deplibs_check_method=pass_all
5211 fi
5212 ;;
bf9f3bac 5213
8934764e
BB
5214gnu*)
5215 lt_cv_deplibs_check_method=pass_all
5216 ;;
bf9f3bac 5217
8934764e
BB
5218hpux10.20* | hpux11*)
5219 lt_cv_file_magic_cmd=/usr/bin/file
5220 case $host_cpu in
5221 ia64*)
5222 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
5223 lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
5224 ;;
5225 hppa*64*)
5226 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]'
5227 lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
5228 ;;
5229 *)
5230 lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
5231 lt_cv_file_magic_test_file=/usr/lib/libc.sl
5232 ;;
5233 esac
5234 ;;
bf9f3bac 5235
8934764e
BB
5236interix[3-9]*)
5237 # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
5238 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
5239 ;;
bf9f3bac 5240
8934764e
BB
5241irix5* | irix6* | nonstopux*)
5242 case $LD in
5243 *-32|*"-32 ") libmagic=32-bit;;
5244 *-n32|*"-n32 ") libmagic=N32;;
5245 *-64|*"-64 ") libmagic=64-bit;;
5246 *) libmagic=never-match;;
5247 esac
5248 lt_cv_deplibs_check_method=pass_all
5249 ;;
bf9f3bac 5250
8934764e
BB
5251# This must be Linux ELF.
5252linux* | k*bsd*-gnu)
5253 lt_cv_deplibs_check_method=pass_all
5254 ;;
bf9f3bac 5255
8934764e
BB
5256netbsd*)
5257 if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
5258 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5259 else
5260 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
5261 fi
5262 ;;
bf9f3bac 5263
8934764e
BB
5264newos6*)
5265 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
5266 lt_cv_file_magic_cmd=/usr/bin/file
5267 lt_cv_file_magic_test_file=/usr/lib/libnls.so
5268 ;;
bf9f3bac 5269
8934764e
BB
5270*nto* | *qnx*)
5271 lt_cv_deplibs_check_method=pass_all
5272 ;;
bf9f3bac 5273
8934764e
BB
5274openbsd*)
5275 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5276 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5277 else
5278 lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5279 fi
5280 ;;
bf9f3bac 5281
8934764e
BB
5282osf3* | osf4* | osf5*)
5283 lt_cv_deplibs_check_method=pass_all
5284 ;;
bf9f3bac 5285
8934764e
BB
5286rdos*)
5287 lt_cv_deplibs_check_method=pass_all
5288 ;;
bf9f3bac 5289
8934764e
BB
5290solaris*)
5291 lt_cv_deplibs_check_method=pass_all
5292 ;;
bf9f3bac 5293
8934764e
BB
5294sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5295 lt_cv_deplibs_check_method=pass_all
5296 ;;
bf9f3bac 5297
8934764e
BB
5298sysv4 | sysv4.3*)
5299 case $host_vendor in
5300 motorola)
5301 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]'
5302 lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
bf9f3bac 5303 ;;
8934764e
BB
5304 ncr)
5305 lt_cv_deplibs_check_method=pass_all
5306 ;;
5307 sequent)
5308 lt_cv_file_magic_cmd='/bin/file'
5309 lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5310 ;;
5311 sni)
5312 lt_cv_file_magic_cmd='/bin/file'
5313 lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5314 lt_cv_file_magic_test_file=/lib/libc.so
5315 ;;
5316 siemens)
5317 lt_cv_deplibs_check_method=pass_all
5318 ;;
5319 pc)
5320 lt_cv_deplibs_check_method=pass_all
bf9f3bac 5321 ;;
8934764e
BB
5322 esac
5323 ;;
5324
5325tpf*)
5326 lt_cv_deplibs_check_method=pass_all
5327 ;;
bf9f3bac 5328esac
bf9f3bac 5329
5330fi
8934764e
BB
5331{ $as_echo "$as_me:$LINENO: result: $lt_cv_deplibs_check_method" >&5
5332$as_echo "$lt_cv_deplibs_check_method" >&6; }
5333file_magic_cmd=$lt_cv_file_magic_cmd
5334deplibs_check_method=$lt_cv_deplibs_check_method
5335test -z "$deplibs_check_method" && deplibs_check_method=unknown
5336
5337
5338
5339
5340
5341
5342
5343
5344
bf9f3bac 5345
bf9f3bac 5346
bf9f3bac 5347
bf9f3bac 5348if test -n "$ac_tool_prefix"; then
8934764e
BB
5349 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5350set dummy ${ac_tool_prefix}ar; ac_word=$2
5351{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5352$as_echo_n "checking for $ac_word... " >&6; }
5353if test "${ac_cv_prog_AR+set}" = set; then
5354 $as_echo_n "(cached) " >&6
bf9f3bac 5355else
8934764e
BB
5356 if test -n "$AR"; then
5357 ac_cv_prog_AR="$AR" # Let the user override the test.
bf9f3bac 5358else
5359as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5360for as_dir in $PATH
5361do
5362 IFS=$as_save_IFS
5363 test -z "$as_dir" && as_dir=.
5364 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
5365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5366 ac_cv_prog_AR="${ac_tool_prefix}ar"
5367 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 5368 break 2
5369 fi
5370done
5371done
8934764e 5372IFS=$as_save_IFS
bf9f3bac 5373
5374fi
5375fi
8934764e
BB
5376AR=$ac_cv_prog_AR
5377if test -n "$AR"; then
5378 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5379$as_echo "$AR" >&6; }
bf9f3bac 5380else
8934764e
BB
5381 { $as_echo "$as_me:$LINENO: result: no" >&5
5382$as_echo "no" >&6; }
bf9f3bac 5383fi
5384
8934764e 5385
bf9f3bac 5386fi
8934764e
BB
5387if test -z "$ac_cv_prog_AR"; then
5388 ac_ct_AR=$AR
5389 # Extract the first word of "ar", so it can be a program name with args.
5390set dummy ar; ac_word=$2
5391{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5392$as_echo_n "checking for $ac_word... " >&6; }
5393if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5394 $as_echo_n "(cached) " >&6
bf9f3bac 5395else
8934764e
BB
5396 if test -n "$ac_ct_AR"; then
5397 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
bf9f3bac 5398else
5399as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5400for as_dir in $PATH
5401do
5402 IFS=$as_save_IFS
5403 test -z "$as_dir" && as_dir=.
5404 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
5405 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5406 ac_cv_prog_ac_ct_AR="ar"
5407 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 5408 break 2
5409 fi
5410done
5411done
8934764e 5412IFS=$as_save_IFS
bf9f3bac 5413
5414fi
5415fi
8934764e
BB
5416ac_ct_AR=$ac_cv_prog_ac_ct_AR
5417if test -n "$ac_ct_AR"; then
5418 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5419$as_echo "$ac_ct_AR" >&6; }
bf9f3bac 5420else
8934764e
BB
5421 { $as_echo "$as_me:$LINENO: result: no" >&5
5422$as_echo "no" >&6; }
bf9f3bac 5423fi
5424
8934764e
BB
5425 if test "x$ac_ct_AR" = x; then
5426 AR="false"
5427 else
5428 case $cross_compiling:$ac_tool_warned in
5429yes:)
5430{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5431$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5432ac_tool_warned=yes ;;
5433esac
5434 AR=$ac_ct_AR
5435 fi
5436else
5437 AR="$ac_cv_prog_AR"
bf9f3bac 5438fi
5439
8934764e
BB
5440test -z "$AR" && AR=ar
5441test -z "$AR_FLAGS" && AR_FLAGS=cru
bf9f3bac 5442
bf9f3bac 5443
bf9f3bac 5444
bf9f3bac 5445
8934764e
BB
5446
5447
5448
5449
5450
5451
5452
5453if test -n "$ac_tool_prefix"; then
5454 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5455set dummy ${ac_tool_prefix}strip; ac_word=$2
5456{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5457$as_echo_n "checking for $ac_word... " >&6; }
5458if test "${ac_cv_prog_STRIP+set}" = set; then
5459 $as_echo_n "(cached) " >&6
bf9f3bac 5460else
8934764e
BB
5461 if test -n "$STRIP"; then
5462 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5463else
5464as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5465for as_dir in $PATH
5466do
5467 IFS=$as_save_IFS
5468 test -z "$as_dir" && as_dir=.
5469 for ac_exec_ext in '' $ac_executable_extensions; do
5470 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5471 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5472 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5473 break 2
5474 fi
5475done
5476done
5477IFS=$as_save_IFS
bf9f3bac 5478
bf9f3bac 5479fi
bf9f3bac 5480fi
8934764e
BB
5481STRIP=$ac_cv_prog_STRIP
5482if test -n "$STRIP"; then
5483 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
5484$as_echo "$STRIP" >&6; }
bf9f3bac 5485else
8934764e
BB
5486 { $as_echo "$as_me:$LINENO: result: no" >&5
5487$as_echo "no" >&6; }
5488fi
bf9f3bac 5489
bf9f3bac 5490
8934764e
BB
5491fi
5492if test -z "$ac_cv_prog_STRIP"; then
5493 ac_ct_STRIP=$STRIP
5494 # Extract the first word of "strip", so it can be a program name with args.
5495set dummy strip; ac_word=$2
5496{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5497$as_echo_n "checking for $ac_word... " >&6; }
5498if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5499 $as_echo_n "(cached) " >&6
bf9f3bac 5500else
8934764e
BB
5501 if test -n "$ac_ct_STRIP"; then
5502 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5503else
5504as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5505for as_dir in $PATH
5506do
5507 IFS=$as_save_IFS
5508 test -z "$as_dir" && as_dir=.
5509 for ac_exec_ext in '' $ac_executable_extensions; do
5510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5511 ac_cv_prog_ac_ct_STRIP="strip"
5512 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5513 break 2
5514 fi
5515done
5516done
5517IFS=$as_save_IFS
bf9f3bac 5518
bf9f3bac 5519fi
bf9f3bac 5520fi
8934764e
BB
5521ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5522if test -n "$ac_ct_STRIP"; then
5523 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5524$as_echo "$ac_ct_STRIP" >&6; }
bf9f3bac 5525else
8934764e
BB
5526 { $as_echo "$as_me:$LINENO: result: no" >&5
5527$as_echo "no" >&6; }
5528fi
5529
5530 if test "x$ac_ct_STRIP" = x; then
5531 STRIP=":"
bf9f3bac 5532 else
8934764e
BB
5533 case $cross_compiling:$ac_tool_warned in
5534yes:)
5535{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5536$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5537ac_tool_warned=yes ;;
5538esac
5539 STRIP=$ac_ct_STRIP
bf9f3bac 5540 fi
8934764e
BB
5541else
5542 STRIP="$ac_cv_prog_STRIP"
bf9f3bac 5543fi
bf9f3bac 5544
8934764e 5545test -z "$STRIP" && STRIP=:
bf9f3bac 5546
bf9f3bac 5547
bf9f3bac 5548
bf9f3bac 5549
bf9f3bac 5550
bf9f3bac 5551
8934764e
BB
5552if test -n "$ac_tool_prefix"; then
5553 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5554set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5555{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5556$as_echo_n "checking for $ac_word... " >&6; }
5557if test "${ac_cv_prog_RANLIB+set}" = set; then
5558 $as_echo_n "(cached) " >&6
bf9f3bac 5559else
8934764e
BB
5560 if test -n "$RANLIB"; then
5561 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5562else
5563as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5564for as_dir in $PATH
5565do
5566 IFS=$as_save_IFS
5567 test -z "$as_dir" && as_dir=.
5568 for ac_exec_ext in '' $ac_executable_extensions; do
5569 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5570 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5571 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5572 break 2
5573 fi
5574done
5575done
5576IFS=$as_save_IFS
bf9f3bac 5577
5578fi
8934764e
BB
5579fi
5580RANLIB=$ac_cv_prog_RANLIB
5581if test -n "$RANLIB"; then
5582 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
5583$as_echo "$RANLIB" >&6; }
bf9f3bac 5584else
8934764e
BB
5585 { $as_echo "$as_me:$LINENO: result: no" >&5
5586$as_echo "no" >&6; }
bf9f3bac 5587fi
5588
5589
8934764e
BB
5590fi
5591if test -z "$ac_cv_prog_RANLIB"; then
5592 ac_ct_RANLIB=$RANLIB
5593 # Extract the first word of "ranlib", so it can be a program name with args.
5594set dummy ranlib; ac_word=$2
5595{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5596$as_echo_n "checking for $ac_word... " >&6; }
5597if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5598 $as_echo_n "(cached) " >&6
bf9f3bac 5599else
8934764e
BB
5600 if test -n "$ac_ct_RANLIB"; then
5601 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5602else
5603as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5604for as_dir in $PATH
bf9f3bac 5605do
8934764e
BB
5606 IFS=$as_save_IFS
5607 test -z "$as_dir" && as_dir=.
5608 for ac_exec_ext in '' $ac_executable_extensions; do
5609 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5610 ac_cv_prog_ac_ct_RANLIB="ranlib"
5611 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5612 break 2
bf9f3bac 5613 fi
8934764e
BB
5614done
5615done
5616IFS=$as_save_IFS
5617
bf9f3bac 5618fi
8934764e
BB
5619fi
5620ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5621if test -n "$ac_ct_RANLIB"; then
5622 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5623$as_echo "$ac_ct_RANLIB" >&6; }
bf9f3bac 5624else
8934764e
BB
5625 { $as_echo "$as_me:$LINENO: result: no" >&5
5626$as_echo "no" >&6; }
bf9f3bac 5627fi
bf9f3bac 5628
8934764e
BB
5629 if test "x$ac_ct_RANLIB" = x; then
5630 RANLIB=":"
bf9f3bac 5631 else
8934764e
BB
5632 case $cross_compiling:$ac_tool_warned in
5633yes:)
5634{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5635$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5636ac_tool_warned=yes ;;
5637esac
5638 RANLIB=$ac_ct_RANLIB
bf9f3bac 5639 fi
5640else
8934764e 5641 RANLIB="$ac_cv_prog_RANLIB"
bf9f3bac 5642fi
bf9f3bac 5643
8934764e 5644test -z "$RANLIB" && RANLIB=:
bf9f3bac 5645
bf9f3bac 5646
bf9f3bac 5647
bf9f3bac 5648
bf9f3bac 5649
bf9f3bac 5650
8934764e
BB
5651# Determine commands to create old-style static archives.
5652old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5653old_postinstall_cmds='chmod 644 $oldlib'
5654old_postuninstall_cmds=
bf9f3bac 5655
8934764e
BB
5656if test -n "$RANLIB"; then
5657 case $host_os in
5658 openbsd*)
5659 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5660 ;;
5661 *)
5662 old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5663 ;;
5664 esac
5665 old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
bf9f3bac 5666fi
5667
bf9f3bac 5668
bf9f3bac 5669
5670
bf9f3bac 5671
bf9f3bac 5672
bf9f3bac 5673
bf9f3bac 5674
bf9f3bac 5675
bf9f3bac 5676
5677
bf9f3bac 5678
bf9f3bac 5679
bf9f3bac 5680
bf9f3bac 5681
bf9f3bac 5682
bf9f3bac 5683
bf9f3bac 5684
bf9f3bac 5685
bf9f3bac 5686
5687
5688
bf9f3bac 5689
bf9f3bac 5690
bf9f3bac 5691
bf9f3bac 5692
bf9f3bac 5693
bf9f3bac 5694
bf9f3bac 5695
bf9f3bac 5696
bf9f3bac 5697
bf9f3bac 5698
bf9f3bac 5699
5700
8934764e
BB
5701# If no C compiler was specified, use CC.
5702LTCC=${LTCC-"$CC"}
5703
5704# If no C compiler flags were specified, use CFLAGS.
5705LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5706
5707# Allow CC to be a program name with arguments.
5708compiler=$CC
bf9f3bac 5709
5710
5711# Check for command to grab the raw symbol name followed by C symbol from nm.
8934764e
BB
5712{ $as_echo "$as_me:$LINENO: checking command to parse $NM output from $compiler object" >&5
5713$as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
bf9f3bac 5714if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then
8934764e 5715 $as_echo_n "(cached) " >&6
bf9f3bac 5716else
5717
5718# These are sane defaults that work on at least a few old systems.
5719# [They come from Ultrix. What could be older than Ultrix?!! ;)]
5720
5721# Character class describing NM global symbol codes.
5722symcode='[BCDEGRST]'
5723
5724# Regexp to match symbols that can be accessed directly from C.
5725sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5726
bf9f3bac 5727# Define system-specific variables.
5728case $host_os in
5729aix*)
5730 symcode='[BCDT]'
5731 ;;
8934764e 5732cygwin* | mingw* | pw32* | cegcc*)
bf9f3bac 5733 symcode='[ABCDGISTW]'
5734 ;;
8934764e 5735hpux*)
bf9f3bac 5736 if test "$host_cpu" = ia64; then
5737 symcode='[ABCDEGRST]'
5738 fi
bf9f3bac 5739 ;;
5740irix* | nonstopux*)
5741 symcode='[BCDEGRST]'
5742 ;;
5743osf*)
5744 symcode='[BCDEGQRST]'
5745 ;;
5746solaris*)
5747 symcode='[BDRT]'
5748 ;;
5749sco3.2v5*)
5750 symcode='[DT]'
5751 ;;
5752sysv4.2uw2*)
5753 symcode='[DT]'
5754 ;;
5755sysv5* | sco5v6* | unixware* | OpenUNIX*)
5756 symcode='[ABDT]'
5757 ;;
5758sysv4)
5759 symcode='[DFNSTU]'
5760 ;;
5761esac
5762
8934764e
BB
5763# If we're using GNU nm, then use its standard symbol codes.
5764case `$NM -V 2>&1` in
5765*GNU* | *'with BFD'*)
5766 symcode='[ABCDGIRSTW]' ;;
5767esac
5768
5769# Transform an extracted symbol line into a proper C declaration.
5770# Some systems (esp. on ia64) link data and code symbols differently,
5771# so use this general approach.
5772lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5773
5774# Transform an extracted symbol line into symbol name and symbol address
5775lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/ {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/ {\"\2\", (void *) \&\2},/p'"
5776lt_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'"
5777
bf9f3bac 5778# Handle CRLF in mingw tool chain
5779opt_cr=
5780case $build_os in
5781mingw*)
8934764e 5782 opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
bf9f3bac 5783 ;;
5784esac
5785
8934764e 5786# Try without a prefix underscore, then with it.
bf9f3bac 5787for ac_symprfx in "" "_"; do
5788
5789 # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5790 symxfrm="\\1 $ac_symprfx\\2 \\2"
5791
5792 # Write the raw and C identifiers.
8934764e
BB
5793 if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5794 # Fake it for dumpbin and say T for any non-static function
5795 # and D for any global variable.
5796 # Also find C++ and __fastcall symbols from MSVC++,
5797 # which start with @ or ?.
5798 lt_cv_sys_global_symbol_pipe="$AWK '"\
5799" {last_section=section; section=\$ 3};"\
5800" /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5801" \$ 0!~/External *\|/{next};"\
5802" / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5803" {if(hide[section]) next};"\
5804" {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5805" {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5806" s[1]~/^[@?]/{print s[1], s[1]; next};"\
5807" s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5808" ' prfx=^$ac_symprfx"
5809 else
5810 lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[ ]\($symcode$symcode*\)[ ][ ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5811 fi
bf9f3bac 5812
5813 # Check to see that the pipe works correctly.
5814 pipe_works=no
5815
5816 rm -f conftest*
8934764e 5817 cat > conftest.$ac_ext <<_LT_EOF
bf9f3bac 5818#ifdef __cplusplus
5819extern "C" {
5820#endif
5821char nm_test_var;
8934764e
BB
5822void nm_test_func(void);
5823void nm_test_func(void){}
bf9f3bac 5824#ifdef __cplusplus
5825}
5826#endif
5827int main(){nm_test_var='a';nm_test_func();return(0);}
8934764e 5828_LT_EOF
bf9f3bac 5829
5830 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5831 (eval $ac_compile) 2>&5
5832 ac_status=$?
8934764e 5833 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 5834 (exit $ac_status); }; then
5835 # Now try to grab the symbols.
5836 nlist=conftest.nm
5837 if { (eval echo "$as_me:$LINENO: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\"") >&5
5838 (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5839 ac_status=$?
8934764e 5840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 5841 (exit $ac_status); } && test -s "$nlist"; then
5842 # Try sorting and uniquifying the output.
5843 if sort "$nlist" | uniq > "$nlist"T; then
5844 mv -f "$nlist"T "$nlist"
5845 else
5846 rm -f "$nlist"T
5847 fi
5848
5849 # Make sure that we snagged all the symbols we need.
8934764e
BB
5850 if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5851 if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5852 cat <<_LT_EOF > conftest.$ac_ext
bf9f3bac 5853#ifdef __cplusplus
5854extern "C" {
5855#endif
5856
8934764e 5857_LT_EOF
bf9f3bac 5858 # Now generate the symbol file.
8934764e 5859 eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
bf9f3bac 5860
8934764e 5861 cat <<_LT_EOF >> conftest.$ac_ext
bf9f3bac 5862
8934764e 5863/* The mapping between symbol names and symbols. */
bf9f3bac 5864const struct {
5865 const char *name;
8934764e 5866 void *address;
bf9f3bac 5867}
8934764e 5868lt__PROGRAM__LTX_preloaded_symbols[] =
bf9f3bac 5869{
8934764e
BB
5870 { "@PROGRAM@", (void *) 0 },
5871_LT_EOF
5872 $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/ {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5873 cat <<\_LT_EOF >> conftest.$ac_ext
5874 {0, (void *) 0}
bf9f3bac 5875};
5876
8934764e
BB
5877/* This works around a problem in FreeBSD linker */
5878#ifdef FREEBSD_WORKAROUND
5879static const void *lt_preloaded_setup() {
5880 return lt__PROGRAM__LTX_preloaded_symbols;
5881}
5882#endif
5883
bf9f3bac 5884#ifdef __cplusplus
5885}
5886#endif
8934764e 5887_LT_EOF
bf9f3bac 5888 # Now try linking the two files.
5889 mv conftest.$ac_objext conftstm.$ac_objext
5890 lt_save_LIBS="$LIBS"
5891 lt_save_CFLAGS="$CFLAGS"
5892 LIBS="conftstm.$ac_objext"
5893 CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5894 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5895 (eval $ac_link) 2>&5
5896 ac_status=$?
8934764e 5897 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 5898 (exit $ac_status); } && test -s conftest${ac_exeext}; then
5899 pipe_works=yes
5900 fi
5901 LIBS="$lt_save_LIBS"
5902 CFLAGS="$lt_save_CFLAGS"
5903 else
5904 echo "cannot find nm_test_func in $nlist" >&5
5905 fi
5906 else
5907 echo "cannot find nm_test_var in $nlist" >&5
5908 fi
5909 else
5910 echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5911 fi
5912 else
5913 echo "$progname: failed program was:" >&5
5914 cat conftest.$ac_ext >&5
5915 fi
8934764e 5916 rm -rf conftest* conftst*
bf9f3bac 5917
5918 # Do not use the global_symbol_pipe unless it works.
5919 if test "$pipe_works" = yes; then
5920 break
5921 else
5922 lt_cv_sys_global_symbol_pipe=
5923 fi
5924done
5925
5926fi
5927
5928if test -z "$lt_cv_sys_global_symbol_pipe"; then
5929 lt_cv_sys_global_symbol_to_cdecl=
5930fi
5931if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
8934764e
BB
5932 { $as_echo "$as_me:$LINENO: result: failed" >&5
5933$as_echo "failed" >&6; }
bf9f3bac 5934else
8934764e
BB
5935 { $as_echo "$as_me:$LINENO: result: ok" >&5
5936$as_echo "ok" >&6; }
bf9f3bac 5937fi
5938
bf9f3bac 5939
5940
5941
5942
5943
8934764e
BB
5944
5945
5946
5947
5948
5949
5950
5951
5952
5953
5954
5955
5956
5957
5958
5959
5960
5961# Check whether --enable-libtool-lock was given.
5962if test "${enable_libtool_lock+set}" = set; then
5963 enableval=$enable_libtool_lock;
5964fi
5965
5966test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5967
5968# Some flags need to be propagated to the compiler or linker for good
5969# libtool support.
5970case $host in
5971ia64-*-hpux*)
5972 # Find out which ABI we are using.
5973 echo 'int i;' > conftest.$ac_ext
5974 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5975 (eval $ac_compile) 2>&5
5976 ac_status=$?
5977 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5978 (exit $ac_status); }; then
5979 case `/usr/bin/file conftest.$ac_objext` in
5980 *ELF-32*)
5981 HPUX_IA64_MODE="32"
5982 ;;
5983 *ELF-64*)
5984 HPUX_IA64_MODE="64"
5985 ;;
5986 esac
bf9f3bac 5987 fi
8934764e
BB
5988 rm -rf conftest*
5989 ;;
5990*-*-irix6*)
5991 # Find out which ABI we are using.
73fc084e 5992 echo '#line 5992 "configure"' > conftest.$ac_ext
8934764e
BB
5993 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
5994 (eval $ac_compile) 2>&5
5995 ac_status=$?
5996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5997 (exit $ac_status); }; then
5998 if test "$lt_cv_prog_gnu_ld" = yes; then
5999 case `/usr/bin/file conftest.$ac_objext` in
6000 *32-bit*)
6001 LD="${LD-ld} -melf32bsmip"
6002 ;;
6003 *N32*)
6004 LD="${LD-ld} -melf32bmipn32"
6005 ;;
6006 *64-bit*)
6007 LD="${LD-ld} -melf64bmip"
6008 ;;
6009 esac
6010 else
6011 case `/usr/bin/file conftest.$ac_objext` in
6012 *32-bit*)
6013 LD="${LD-ld} -32"
6014 ;;
6015 *N32*)
6016 LD="${LD-ld} -n32"
6017 ;;
6018 *64-bit*)
6019 LD="${LD-ld} -64"
6020 ;;
6021 esac
6022 fi
6023 fi
6024 rm -rf conftest*
bf9f3bac 6025 ;;
bf9f3bac 6026
8934764e
BB
6027x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
6028s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
6029 # Find out which ABI we are using.
6030 echo 'int i;' > conftest.$ac_ext
6031 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6032 (eval $ac_compile) 2>&5
6033 ac_status=$?
6034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6035 (exit $ac_status); }; then
6036 case `/usr/bin/file conftest.o` in
6037 *32-bit*)
6038 case $host in
6039 x86_64-*kfreebsd*-gnu)
6040 LD="${LD-ld} -m elf_i386_fbsd"
6041 ;;
6042 x86_64-*linux*)
6043 LD="${LD-ld} -m elf_i386"
6044 ;;
6045 ppc64-*linux*|powerpc64-*linux*)
6046 LD="${LD-ld} -m elf32ppclinux"
6047 ;;
6048 s390x-*linux*)
6049 LD="${LD-ld} -m elf_s390"
6050 ;;
6051 sparc64-*linux*)
6052 LD="${LD-ld} -m elf32_sparc"
6053 ;;
6054 esac
6055 ;;
6056 *64-bit*)
6057 case $host in
6058 x86_64-*kfreebsd*-gnu)
6059 LD="${LD-ld} -m elf_x86_64_fbsd"
6060 ;;
6061 x86_64-*linux*)
6062 LD="${LD-ld} -m elf_x86_64"
6063 ;;
6064 ppc*-*linux*|powerpc*-*linux*)
6065 LD="${LD-ld} -m elf64ppc"
6066 ;;
6067 s390*-*linux*|s390*-*tpf*)
6068 LD="${LD-ld} -m elf64_s390"
6069 ;;
6070 sparc*-*linux*)
6071 LD="${LD-ld} -m elf64_sparc"
6072 ;;
6073 esac
6074 ;;
6075 esac
6076 fi
6077 rm -rf conftest*
6078 ;;
bf9f3bac 6079
8934764e
BB
6080*-*-sco3.2v5*)
6081 # On SCO OpenServer 5, we need -belf to get full-featured binaries.
6082 SAVE_CFLAGS="$CFLAGS"
6083 CFLAGS="$CFLAGS -belf"
6084 { $as_echo "$as_me:$LINENO: checking whether the C compiler needs -belf" >&5
6085$as_echo_n "checking whether the C compiler needs -belf... " >&6; }
6086if test "${lt_cv_cc_needs_belf+set}" = set; then
6087 $as_echo_n "(cached) " >&6
6088else
6089 ac_ext=c
6090ac_cpp='$CPP $CPPFLAGS'
6091ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6092ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6093ac_compiler_gnu=$ac_cv_c_compiler_gnu
bf9f3bac 6094
8934764e
BB
6095 cat >conftest.$ac_ext <<_ACEOF
6096/* confdefs.h. */
6097_ACEOF
6098cat confdefs.h >>conftest.$ac_ext
6099cat >>conftest.$ac_ext <<_ACEOF
6100/* end confdefs.h. */
bf9f3bac 6101
8934764e
BB
6102int
6103main ()
6104{
6105
6106 ;
6107 return 0;
6108}
6109_ACEOF
6110rm -f conftest.$ac_objext conftest$ac_exeext
6111if { (ac_try="$ac_link"
6112case "(($ac_try" in
6113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6114 *) ac_try_echo=$ac_try;;
6115esac
6116eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6117$as_echo "$ac_try_echo") >&5
6118 (eval "$ac_link") 2>conftest.er1
6119 ac_status=$?
6120 grep -v '^ *+' conftest.er1 >conftest.err
6121 rm -f conftest.er1
6122 cat conftest.err >&5
6123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6124 (exit $ac_status); } && {
6125 test -z "$ac_c_werror_flag" ||
6126 test ! -s conftest.err
6127 } && test -s conftest$ac_exeext && {
6128 test "$cross_compiling" = yes ||
6129 $as_test_x conftest$ac_exeext
6130 }; then
6131 lt_cv_cc_needs_belf=yes
6132else
6133 $as_echo "$as_me: failed program was:" >&5
6134sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 6135
8934764e
BB
6136 lt_cv_cc_needs_belf=no
6137fi
bf9f3bac 6138
8934764e
BB
6139rm -rf conftest.dSYM
6140rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6141 conftest$ac_exeext conftest.$ac_ext
6142 ac_ext=c
6143ac_cpp='$CPP $CPPFLAGS'
6144ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6145ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6146ac_compiler_gnu=$ac_cv_c_compiler_gnu
bf9f3bac 6147
8934764e
BB
6148fi
6149{ $as_echo "$as_me:$LINENO: result: $lt_cv_cc_needs_belf" >&5
6150$as_echo "$lt_cv_cc_needs_belf" >&6; }
6151 if test x"$lt_cv_cc_needs_belf" != x"yes"; then
6152 # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
6153 CFLAGS="$SAVE_CFLAGS"
6154 fi
6155 ;;
6156sparc*-*solaris*)
6157 # Find out which ABI we are using.
6158 echo 'int i;' > conftest.$ac_ext
6159 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
6160 (eval $ac_compile) 2>&5
6161 ac_status=$?
6162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6163 (exit $ac_status); }; then
6164 case `/usr/bin/file conftest.o` in
6165 *64-bit*)
6166 case $lt_cv_prog_gnu_ld in
6167 yes*) LD="${LD-ld} -m elf64_sparc" ;;
6168 *)
6169 if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
6170 LD="${LD-ld} -64"
6171 fi
6172 ;;
6173 esac
6174 ;;
6175 esac
6176 fi
6177 rm -rf conftest*
6178 ;;
6179esac
bf9f3bac 6180
8934764e
BB
6181need_locks="$enable_libtool_lock"
6182
6183
6184 case $host_os in
6185 rhapsody* | darwin*)
6186 if test -n "$ac_tool_prefix"; then
6187 # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
6188set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
6189{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6190$as_echo_n "checking for $ac_word... " >&6; }
6191if test "${ac_cv_prog_DSYMUTIL+set}" = set; then
6192 $as_echo_n "(cached) " >&6
6193else
6194 if test -n "$DSYMUTIL"; then
6195 ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
bf9f3bac 6196else
6197as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6198for as_dir in $PATH
6199do
6200 IFS=$as_save_IFS
6201 test -z "$as_dir" && as_dir=.
6202 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
6203 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6204 ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
6205 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 6206 break 2
6207 fi
6208done
6209done
8934764e 6210IFS=$as_save_IFS
bf9f3bac 6211
6212fi
6213fi
8934764e
BB
6214DSYMUTIL=$ac_cv_prog_DSYMUTIL
6215if test -n "$DSYMUTIL"; then
6216 { $as_echo "$as_me:$LINENO: result: $DSYMUTIL" >&5
6217$as_echo "$DSYMUTIL" >&6; }
bf9f3bac 6218else
8934764e
BB
6219 { $as_echo "$as_me:$LINENO: result: no" >&5
6220$as_echo "no" >&6; }
bf9f3bac 6221fi
6222
8934764e 6223
bf9f3bac 6224fi
8934764e
BB
6225if test -z "$ac_cv_prog_DSYMUTIL"; then
6226 ac_ct_DSYMUTIL=$DSYMUTIL
6227 # Extract the first word of "dsymutil", so it can be a program name with args.
6228set dummy dsymutil; ac_word=$2
6229{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6230$as_echo_n "checking for $ac_word... " >&6; }
6231if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then
6232 $as_echo_n "(cached) " >&6
bf9f3bac 6233else
8934764e
BB
6234 if test -n "$ac_ct_DSYMUTIL"; then
6235 ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
bf9f3bac 6236else
6237as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6238for as_dir in $PATH
6239do
6240 IFS=$as_save_IFS
6241 test -z "$as_dir" && as_dir=.
6242 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
6243 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6244 ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
6245 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 6246 break 2
6247 fi
6248done
6249done
8934764e 6250IFS=$as_save_IFS
bf9f3bac 6251
bf9f3bac 6252fi
6253fi
8934764e
BB
6254ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
6255if test -n "$ac_ct_DSYMUTIL"; then
6256 { $as_echo "$as_me:$LINENO: result: $ac_ct_DSYMUTIL" >&5
6257$as_echo "$ac_ct_DSYMUTIL" >&6; }
bf9f3bac 6258else
8934764e
BB
6259 { $as_echo "$as_me:$LINENO: result: no" >&5
6260$as_echo "no" >&6; }
bf9f3bac 6261fi
6262
8934764e
BB
6263 if test "x$ac_ct_DSYMUTIL" = x; then
6264 DSYMUTIL=":"
6265 else
6266 case $cross_compiling:$ac_tool_warned in
6267yes:)
6268{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6269$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6270ac_tool_warned=yes ;;
6271esac
6272 DSYMUTIL=$ac_ct_DSYMUTIL
6273 fi
bf9f3bac 6274else
8934764e 6275 DSYMUTIL="$ac_cv_prog_DSYMUTIL"
bf9f3bac 6276fi
6277
8934764e
BB
6278 if test -n "$ac_tool_prefix"; then
6279 # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
6280set dummy ${ac_tool_prefix}nmedit; ac_word=$2
6281{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6282$as_echo_n "checking for $ac_word... " >&6; }
6283if test "${ac_cv_prog_NMEDIT+set}" = set; then
6284 $as_echo_n "(cached) " >&6
bf9f3bac 6285else
8934764e
BB
6286 if test -n "$NMEDIT"; then
6287 ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
bf9f3bac 6288else
6289as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6290for as_dir in $PATH
6291do
6292 IFS=$as_save_IFS
6293 test -z "$as_dir" && as_dir=.
6294 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
6295 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6296 ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6297 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 6298 break 2
6299 fi
6300done
6301done
8934764e 6302IFS=$as_save_IFS
bf9f3bac 6303
6304fi
6305fi
8934764e
BB
6306NMEDIT=$ac_cv_prog_NMEDIT
6307if test -n "$NMEDIT"; then
6308 { $as_echo "$as_me:$LINENO: result: $NMEDIT" >&5
6309$as_echo "$NMEDIT" >&6; }
bf9f3bac 6310else
8934764e
BB
6311 { $as_echo "$as_me:$LINENO: result: no" >&5
6312$as_echo "no" >&6; }
bf9f3bac 6313fi
6314
8934764e 6315
bf9f3bac 6316fi
8934764e
BB
6317if test -z "$ac_cv_prog_NMEDIT"; then
6318 ac_ct_NMEDIT=$NMEDIT
6319 # Extract the first word of "nmedit", so it can be a program name with args.
6320set dummy nmedit; ac_word=$2
6321{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6322$as_echo_n "checking for $ac_word... " >&6; }
6323if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then
6324 $as_echo_n "(cached) " >&6
bf9f3bac 6325else
8934764e
BB
6326 if test -n "$ac_ct_NMEDIT"; then
6327 ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
bf9f3bac 6328else
6329as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6330for as_dir in $PATH
6331do
6332 IFS=$as_save_IFS
6333 test -z "$as_dir" && as_dir=.
6334 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
6335 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6336 ac_cv_prog_ac_ct_NMEDIT="nmedit"
6337 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 6338 break 2
6339 fi
6340done
6341done
8934764e 6342IFS=$as_save_IFS
bf9f3bac 6343
bf9f3bac 6344fi
6345fi
8934764e
BB
6346ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6347if test -n "$ac_ct_NMEDIT"; then
6348 { $as_echo "$as_me:$LINENO: result: $ac_ct_NMEDIT" >&5
6349$as_echo "$ac_ct_NMEDIT" >&6; }
bf9f3bac 6350else
8934764e
BB
6351 { $as_echo "$as_me:$LINENO: result: no" >&5
6352$as_echo "no" >&6; }
bf9f3bac 6353fi
6354
8934764e
BB
6355 if test "x$ac_ct_NMEDIT" = x; then
6356 NMEDIT=":"
6357 else
6358 case $cross_compiling:$ac_tool_warned in
6359yes:)
6360{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6361$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6362ac_tool_warned=yes ;;
6363esac
6364 NMEDIT=$ac_ct_NMEDIT
6365 fi
bf9f3bac 6366else
8934764e 6367 NMEDIT="$ac_cv_prog_NMEDIT"
bf9f3bac 6368fi
6369
8934764e
BB
6370 if test -n "$ac_tool_prefix"; then
6371 # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6372set dummy ${ac_tool_prefix}lipo; ac_word=$2
6373{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6374$as_echo_n "checking for $ac_word... " >&6; }
6375if test "${ac_cv_prog_LIPO+set}" = set; then
6376 $as_echo_n "(cached) " >&6
bf9f3bac 6377else
8934764e
BB
6378 if test -n "$LIPO"; then
6379 ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
bf9f3bac 6380else
6381as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6382for as_dir in $PATH
6383do
6384 IFS=$as_save_IFS
6385 test -z "$as_dir" && as_dir=.
6386 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
6387 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6388 ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6389 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 6390 break 2
6391 fi
6392done
6393done
8934764e 6394IFS=$as_save_IFS
bf9f3bac 6395
6396fi
6397fi
8934764e
BB
6398LIPO=$ac_cv_prog_LIPO
6399if test -n "$LIPO"; then
6400 { $as_echo "$as_me:$LINENO: result: $LIPO" >&5
6401$as_echo "$LIPO" >&6; }
bf9f3bac 6402else
8934764e
BB
6403 { $as_echo "$as_me:$LINENO: result: no" >&5
6404$as_echo "no" >&6; }
bf9f3bac 6405fi
6406
8934764e 6407
bf9f3bac 6408fi
8934764e
BB
6409if test -z "$ac_cv_prog_LIPO"; then
6410 ac_ct_LIPO=$LIPO
6411 # Extract the first word of "lipo", so it can be a program name with args.
6412set dummy lipo; ac_word=$2
6413{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6414$as_echo_n "checking for $ac_word... " >&6; }
6415if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then
6416 $as_echo_n "(cached) " >&6
bf9f3bac 6417else
8934764e
BB
6418 if test -n "$ac_ct_LIPO"; then
6419 ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
bf9f3bac 6420else
6421as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6422for as_dir in $PATH
6423do
6424 IFS=$as_save_IFS
6425 test -z "$as_dir" && as_dir=.
6426 for ac_exec_ext in '' $ac_executable_extensions; do
8934764e
BB
6427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6428 ac_cv_prog_ac_ct_LIPO="lipo"
6429 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
bf9f3bac 6430 break 2
6431 fi
6432done
6433done
8934764e 6434IFS=$as_save_IFS
bf9f3bac 6435
bf9f3bac 6436fi
6437fi
8934764e
BB
6438ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6439if test -n "$ac_ct_LIPO"; then
6440 { $as_echo "$as_me:$LINENO: result: $ac_ct_LIPO" >&5
6441$as_echo "$ac_ct_LIPO" >&6; }
bf9f3bac 6442else
8934764e
BB
6443 { $as_echo "$as_me:$LINENO: result: no" >&5
6444$as_echo "no" >&6; }
bf9f3bac 6445fi
6446
8934764e
BB
6447 if test "x$ac_ct_LIPO" = x; then
6448 LIPO=":"
6449 else
6450 case $cross_compiling:$ac_tool_warned in
6451yes:)
6452{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6453$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6454ac_tool_warned=yes ;;
6455esac
6456 LIPO=$ac_ct_LIPO
6457 fi
bf9f3bac 6458else
8934764e 6459 LIPO="$ac_cv_prog_LIPO"
bf9f3bac 6460fi
6461
8934764e
BB
6462 if test -n "$ac_tool_prefix"; then
6463 # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6464set dummy ${ac_tool_prefix}otool; ac_word=$2
6465{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6466$as_echo_n "checking for $ac_word... " >&6; }
6467if test "${ac_cv_prog_OTOOL+set}" = set; then
6468 $as_echo_n "(cached) " >&6
6469else
6470 if test -n "$OTOOL"; then
6471 ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6472else
6473as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6474for as_dir in $PATH
6475do
6476 IFS=$as_save_IFS
6477 test -z "$as_dir" && as_dir=.
6478 for ac_exec_ext in '' $ac_executable_extensions; do
6479 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6480 ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6481 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6482 break 2
6483 fi
bf9f3bac 6484done
8934764e
BB
6485done
6486IFS=$as_save_IFS
bf9f3bac 6487
8934764e
BB
6488fi
6489fi
6490OTOOL=$ac_cv_prog_OTOOL
6491if test -n "$OTOOL"; then
6492 { $as_echo "$as_me:$LINENO: result: $OTOOL" >&5
6493$as_echo "$OTOOL" >&6; }
bf9f3bac 6494else
8934764e
BB
6495 { $as_echo "$as_me:$LINENO: result: no" >&5
6496$as_echo "no" >&6; }
6497fi
bf9f3bac 6498
bf9f3bac 6499
bf9f3bac 6500fi
8934764e
BB
6501if test -z "$ac_cv_prog_OTOOL"; then
6502 ac_ct_OTOOL=$OTOOL
6503 # Extract the first word of "otool", so it can be a program name with args.
6504set dummy otool; ac_word=$2
6505{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6506$as_echo_n "checking for $ac_word... " >&6; }
6507if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then
6508 $as_echo_n "(cached) " >&6
bf9f3bac 6509else
8934764e
BB
6510 if test -n "$ac_ct_OTOOL"; then
6511 ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
bf9f3bac 6512else
8934764e
BB
6513as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6514for as_dir in $PATH
6515do
6516 IFS=$as_save_IFS
6517 test -z "$as_dir" && as_dir=.
6518 for ac_exec_ext in '' $ac_executable_extensions; do
6519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6520 ac_cv_prog_ac_ct_OTOOL="otool"
6521 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6522 break 2
6523 fi
6524done
6525done
6526IFS=$as_save_IFS
bf9f3bac 6527
bf9f3bac 6528fi
8934764e
BB
6529fi
6530ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6531if test -n "$ac_ct_OTOOL"; then
6532 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL" >&5
6533$as_echo "$ac_ct_OTOOL" >&6; }
bf9f3bac 6534else
8934764e
BB
6535 { $as_echo "$as_me:$LINENO: result: no" >&5
6536$as_echo "no" >&6; }
bf9f3bac 6537fi
6538
8934764e
BB
6539 if test "x$ac_ct_OTOOL" = x; then
6540 OTOOL=":"
bf9f3bac 6541 else
8934764e
BB
6542 case $cross_compiling:$ac_tool_warned in
6543yes:)
6544{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6545$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6546ac_tool_warned=yes ;;
6547esac
6548 OTOOL=$ac_ct_OTOOL
bf9f3bac 6549 fi
8934764e
BB
6550else
6551 OTOOL="$ac_cv_prog_OTOOL"
bf9f3bac 6552fi
6553
8934764e
BB
6554 if test -n "$ac_tool_prefix"; then
6555 # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6556set dummy ${ac_tool_prefix}otool64; ac_word=$2
6557{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6558$as_echo_n "checking for $ac_word... " >&6; }
6559if test "${ac_cv_prog_OTOOL64+set}" = set; then
6560 $as_echo_n "(cached) " >&6
6561else
6562 if test -n "$OTOOL64"; then
6563 ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6564else
6565as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6566for as_dir in $PATH
6567do
6568 IFS=$as_save_IFS
6569 test -z "$as_dir" && as_dir=.
6570 for ac_exec_ext in '' $ac_executable_extensions; do
6571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6572 ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6573 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6574 break 2
bf9f3bac 6575 fi
8934764e
BB
6576done
6577done
6578IFS=$as_save_IFS
bf9f3bac 6579
8934764e
BB
6580fi
6581fi
6582OTOOL64=$ac_cv_prog_OTOOL64
6583if test -n "$OTOOL64"; then
6584 { $as_echo "$as_me:$LINENO: result: $OTOOL64" >&5
6585$as_echo "$OTOOL64" >&6; }
6586else
6587 { $as_echo "$as_me:$LINENO: result: no" >&5
6588$as_echo "no" >&6; }
6589fi
bf9f3bac 6590
bf9f3bac 6591
8934764e
BB
6592fi
6593if test -z "$ac_cv_prog_OTOOL64"; then
6594 ac_ct_OTOOL64=$OTOOL64
6595 # Extract the first word of "otool64", so it can be a program name with args.
6596set dummy otool64; ac_word=$2
6597{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6598$as_echo_n "checking for $ac_word... " >&6; }
6599if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then
6600 $as_echo_n "(cached) " >&6
6601else
6602 if test -n "$ac_ct_OTOOL64"; then
6603 ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6604else
6605as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6606for as_dir in $PATH
6607do
6608 IFS=$as_save_IFS
6609 test -z "$as_dir" && as_dir=.
6610 for ac_exec_ext in '' $ac_executable_extensions; do
6611 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6612 ac_cv_prog_ac_ct_OTOOL64="otool64"
6613 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6614 break 2
6615 fi
6616done
6617done
6618IFS=$as_save_IFS
bf9f3bac 6619
8934764e
BB
6620fi
6621fi
6622ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6623if test -n "$ac_ct_OTOOL64"; then
6624 { $as_echo "$as_me:$LINENO: result: $ac_ct_OTOOL64" >&5
6625$as_echo "$ac_ct_OTOOL64" >&6; }
6626else
6627 { $as_echo "$as_me:$LINENO: result: no" >&5
6628$as_echo "no" >&6; }
6629fi
bf9f3bac 6630
8934764e
BB
6631 if test "x$ac_ct_OTOOL64" = x; then
6632 OTOOL64=":"
6633 else
6634 case $cross_compiling:$ac_tool_warned in
6635yes:)
6636{ $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6637$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6638ac_tool_warned=yes ;;
6639esac
6640 OTOOL64=$ac_ct_OTOOL64
6641 fi
bf9f3bac 6642else
8934764e
BB
6643 OTOOL64="$ac_cv_prog_OTOOL64"
6644fi
bf9f3bac 6645
bf9f3bac 6646
6647
bf9f3bac 6648
bf9f3bac 6649
bf9f3bac 6650
bf9f3bac 6651
6652
bf9f3bac 6653
bf9f3bac 6654
bf9f3bac 6655
6656
bf9f3bac 6657
bf9f3bac 6658
6659
6660
bf9f3bac 6661
bf9f3bac 6662
6663
bf9f3bac 6664
bf9f3bac 6665
8934764e
BB
6666
6667
6668
6669
6670
6671
6672 { $as_echo "$as_me:$LINENO: checking for -single_module linker flag" >&5
6673$as_echo_n "checking for -single_module linker flag... " >&6; }
6674if test "${lt_cv_apple_cc_single_mod+set}" = set; then
6675 $as_echo_n "(cached) " >&6
bf9f3bac 6676else
8934764e
BB
6677 lt_cv_apple_cc_single_mod=no
6678 if test -z "${LT_MULTI_MODULE}"; then
6679 # By default we will add the -single_module flag. You can override
6680 # by either setting the environment variable LT_MULTI_MODULE
6681 # non-empty at configure time, or by adding -multi_module to the
6682 # link flags.
6683 rm -rf libconftest.dylib*
6684 echo "int foo(void){return 1;}" > conftest.c
6685 echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6686-dynamiclib -Wl,-single_module conftest.c" >&5
6687 $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6688 -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6689 _lt_result=$?
6690 if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6691 lt_cv_apple_cc_single_mod=yes
6692 else
6693 cat conftest.err >&5
6694 fi
6695 rm -rf libconftest.dylib*
6696 rm -f conftest.*
6697 fi
bf9f3bac 6698fi
8934764e
BB
6699{ $as_echo "$as_me:$LINENO: result: $lt_cv_apple_cc_single_mod" >&5
6700$as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6701 { $as_echo "$as_me:$LINENO: checking for -exported_symbols_list linker flag" >&5
6702$as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6703if test "${lt_cv_ld_exported_symbols_list+set}" = set; then
6704 $as_echo_n "(cached) " >&6
6705else
6706 lt_cv_ld_exported_symbols_list=no
6707 save_LDFLAGS=$LDFLAGS
6708 echo "_main" > conftest.sym
6709 LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6710 cat >conftest.$ac_ext <<_ACEOF
6711/* confdefs.h. */
6712_ACEOF
6713cat confdefs.h >>conftest.$ac_ext
6714cat >>conftest.$ac_ext <<_ACEOF
6715/* end confdefs.h. */
bf9f3bac 6716
8934764e
BB
6717int
6718main ()
6719{
bf9f3bac 6720
8934764e
BB
6721 ;
6722 return 0;
6723}
6724_ACEOF
6725rm -f conftest.$ac_objext conftest$ac_exeext
6726if { (ac_try="$ac_link"
6727case "(($ac_try" in
6728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6729 *) ac_try_echo=$ac_try;;
6730esac
6731eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6732$as_echo "$ac_try_echo") >&5
6733 (eval "$ac_link") 2>conftest.er1
6734 ac_status=$?
6735 grep -v '^ *+' conftest.er1 >conftest.err
6736 rm -f conftest.er1
6737 cat conftest.err >&5
6738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6739 (exit $ac_status); } && {
6740 test -z "$ac_c_werror_flag" ||
6741 test ! -s conftest.err
6742 } && test -s conftest$ac_exeext && {
6743 test "$cross_compiling" = yes ||
6744 $as_test_x conftest$ac_exeext
6745 }; then
6746 lt_cv_ld_exported_symbols_list=yes
6747else
6748 $as_echo "$as_me: failed program was:" >&5
6749sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 6750
8934764e
BB
6751 lt_cv_ld_exported_symbols_list=no
6752fi
bf9f3bac 6753
8934764e
BB
6754rm -rf conftest.dSYM
6755rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6756 conftest$ac_exeext conftest.$ac_ext
6757 LDFLAGS="$save_LDFLAGS"
bf9f3bac 6758
8934764e
BB
6759fi
6760{ $as_echo "$as_me:$LINENO: result: $lt_cv_ld_exported_symbols_list" >&5
6761$as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
bf9f3bac 6762 case $host_os in
8934764e
BB
6763 rhapsody* | darwin1.[012])
6764 _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6765 darwin1.*)
6766 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6767 darwin*) # darwin 5.x on
6768 # if running on 10.5 or later, the deployment target defaults
6769 # to the OS version, if on x86, and 10.4, the deployment
6770 # target defaults to 10.4. Don't you love it?
6771 case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6772 10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6773 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6774 10.[012]*)
6775 _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6776 10.*)
6777 _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6778 esac
6779 ;;
6780 esac
6781 if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6782 _lt_dar_single_mod='$single_module'
6783 fi
6784 if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6785 _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6786 else
6787 _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6788 fi
6789 if test "$DSYMUTIL" != ":"; then
6790 _lt_dsymutil='~$DSYMUTIL $lib || :'
6791 else
6792 _lt_dsymutil=
6793 fi
6794 ;;
6795 esac
bf9f3bac 6796
8934764e
BB
6797ac_ext=c
6798ac_cpp='$CPP $CPPFLAGS'
6799ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6800ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6801ac_compiler_gnu=$ac_cv_c_compiler_gnu
6802{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
6803$as_echo_n "checking how to run the C preprocessor... " >&6; }
6804# On Suns, sometimes $CPP names a directory.
6805if test -n "$CPP" && test -d "$CPP"; then
6806 CPP=
6807fi
6808if test -z "$CPP"; then
6809 if test "${ac_cv_prog_CPP+set}" = set; then
6810 $as_echo_n "(cached) " >&6
6811else
6812 # Double quotes because CPP needs to be expanded
6813 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6814 do
6815 ac_preproc_ok=false
6816for ac_c_preproc_warn_flag in '' yes
6817do
6818 # Use a header file that comes with gcc, so configuring glibc
6819 # with a fresh cross-compiler works.
6820 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6821 # <limits.h> exists even on freestanding compilers.
6822 # On the NeXT, cc -E runs the code through the compiler's parser,
6823 # not just through cpp. "Syntax error" is here to catch this case.
6824 cat >conftest.$ac_ext <<_ACEOF
6825/* confdefs.h. */
6826_ACEOF
6827cat confdefs.h >>conftest.$ac_ext
6828cat >>conftest.$ac_ext <<_ACEOF
6829/* end confdefs.h. */
6830#ifdef __STDC__
6831# include <limits.h>
6832#else
6833# include <assert.h>
6834#endif
6835 Syntax error
6836_ACEOF
6837if { (ac_try="$ac_cpp conftest.$ac_ext"
6838case "(($ac_try" in
6839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6840 *) ac_try_echo=$ac_try;;
6841esac
6842eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6843$as_echo "$ac_try_echo") >&5
6844 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6845 ac_status=$?
6846 grep -v '^ *+' conftest.er1 >conftest.err
6847 rm -f conftest.er1
6848 cat conftest.err >&5
6849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6850 (exit $ac_status); } >/dev/null && {
6851 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6852 test ! -s conftest.err
6853 }; then
6854 :
6855else
6856 $as_echo "$as_me: failed program was:" >&5
6857sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 6858
8934764e
BB
6859 # Broken: fails on valid input.
6860continue
6861fi
bf9f3bac 6862
8934764e 6863rm -f conftest.err conftest.$ac_ext
bf9f3bac 6864
8934764e
BB
6865 # OK, works on sane cases. Now check whether nonexistent headers
6866 # can be detected and how.
6867 cat >conftest.$ac_ext <<_ACEOF
6868/* confdefs.h. */
6869_ACEOF
6870cat confdefs.h >>conftest.$ac_ext
6871cat >>conftest.$ac_ext <<_ACEOF
6872/* end confdefs.h. */
6873#include <ac_nonexistent.h>
6874_ACEOF
6875if { (ac_try="$ac_cpp conftest.$ac_ext"
6876case "(($ac_try" in
6877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6878 *) ac_try_echo=$ac_try;;
6879esac
6880eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6881$as_echo "$ac_try_echo") >&5
6882 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6883 ac_status=$?
6884 grep -v '^ *+' conftest.er1 >conftest.err
6885 rm -f conftest.er1
6886 cat conftest.err >&5
6887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6888 (exit $ac_status); } >/dev/null && {
6889 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6890 test ! -s conftest.err
6891 }; then
6892 # Broken: success on invalid input.
6893continue
6894else
6895 $as_echo "$as_me: failed program was:" >&5
6896sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 6897
8934764e
BB
6898 # Passes both tests.
6899ac_preproc_ok=:
6900break
6901fi
bf9f3bac 6902
8934764e 6903rm -f conftest.err conftest.$ac_ext
bf9f3bac 6904
8934764e
BB
6905done
6906# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6907rm -f conftest.err conftest.$ac_ext
6908if $ac_preproc_ok; then
6909 break
6910fi
bf9f3bac 6911
8934764e
BB
6912 done
6913 ac_cv_prog_CPP=$CPP
bf9f3bac 6914
8934764e
BB
6915fi
6916 CPP=$ac_cv_prog_CPP
6917else
6918 ac_cv_prog_CPP=$CPP
6919fi
6920{ $as_echo "$as_me:$LINENO: result: $CPP" >&5
6921$as_echo "$CPP" >&6; }
6922ac_preproc_ok=false
6923for ac_c_preproc_warn_flag in '' yes
6924do
6925 # Use a header file that comes with gcc, so configuring glibc
6926 # with a fresh cross-compiler works.
6927 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6928 # <limits.h> exists even on freestanding compilers.
6929 # On the NeXT, cc -E runs the code through the compiler's parser,
6930 # not just through cpp. "Syntax error" is here to catch this case.
6931 cat >conftest.$ac_ext <<_ACEOF
6932/* confdefs.h. */
6933_ACEOF
6934cat confdefs.h >>conftest.$ac_ext
6935cat >>conftest.$ac_ext <<_ACEOF
6936/* end confdefs.h. */
6937#ifdef __STDC__
6938# include <limits.h>
6939#else
6940# include <assert.h>
6941#endif
6942 Syntax error
6943_ACEOF
6944if { (ac_try="$ac_cpp conftest.$ac_ext"
6945case "(($ac_try" in
6946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6947 *) ac_try_echo=$ac_try;;
6948esac
6949eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6950$as_echo "$ac_try_echo") >&5
6951 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6952 ac_status=$?
6953 grep -v '^ *+' conftest.er1 >conftest.err
6954 rm -f conftest.er1
6955 cat conftest.err >&5
6956 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6957 (exit $ac_status); } >/dev/null && {
6958 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6959 test ! -s conftest.err
6960 }; then
6961 :
6962else
6963 $as_echo "$as_me: failed program was:" >&5
6964sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 6965
8934764e
BB
6966 # Broken: fails on valid input.
6967continue
6968fi
bf9f3bac 6969
8934764e 6970rm -f conftest.err conftest.$ac_ext
bf9f3bac 6971
8934764e
BB
6972 # OK, works on sane cases. Now check whether nonexistent headers
6973 # can be detected and how.
6974 cat >conftest.$ac_ext <<_ACEOF
6975/* confdefs.h. */
6976_ACEOF
6977cat confdefs.h >>conftest.$ac_ext
6978cat >>conftest.$ac_ext <<_ACEOF
6979/* end confdefs.h. */
6980#include <ac_nonexistent.h>
6981_ACEOF
6982if { (ac_try="$ac_cpp conftest.$ac_ext"
6983case "(($ac_try" in
6984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6985 *) ac_try_echo=$ac_try;;
6986esac
6987eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6988$as_echo "$ac_try_echo") >&5
6989 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6990 ac_status=$?
6991 grep -v '^ *+' conftest.er1 >conftest.err
6992 rm -f conftest.er1
6993 cat conftest.err >&5
6994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6995 (exit $ac_status); } >/dev/null && {
6996 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6997 test ! -s conftest.err
6998 }; then
6999 # Broken: success on invalid input.
7000continue
7001else
7002 $as_echo "$as_me: failed program was:" >&5
7003sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 7004
8934764e
BB
7005 # Passes both tests.
7006ac_preproc_ok=:
7007break
7008fi
bf9f3bac 7009
8934764e 7010rm -f conftest.err conftest.$ac_ext
bf9f3bac 7011
8934764e
BB
7012done
7013# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7014rm -f conftest.err conftest.$ac_ext
7015if $ac_preproc_ok; then
7016 :
7017else
7018 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
7019$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7020{ { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
7021See \`config.log' for more details." >&5
7022$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
7023See \`config.log' for more details." >&2;}
7024 { (exit 1); exit 1; }; }; }
7025fi
bf9f3bac 7026
8934764e
BB
7027ac_ext=c
7028ac_cpp='$CPP $CPPFLAGS'
7029ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7030ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7031ac_compiler_gnu=$ac_cv_c_compiler_gnu
bf9f3bac 7032
bf9f3bac 7033
8934764e
BB
7034{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7035$as_echo_n "checking for ANSI C header files... " >&6; }
7036if test "${ac_cv_header_stdc+set}" = set; then
7037 $as_echo_n "(cached) " >&6
7038else
7039 cat >conftest.$ac_ext <<_ACEOF
7040/* confdefs.h. */
7041_ACEOF
7042cat confdefs.h >>conftest.$ac_ext
7043cat >>conftest.$ac_ext <<_ACEOF
7044/* end confdefs.h. */
7045#include <stdlib.h>
7046#include <stdarg.h>
7047#include <string.h>
7048#include <float.h>
bf9f3bac 7049
8934764e
BB
7050int
7051main ()
7052{
bf9f3bac 7053
8934764e
BB
7054 ;
7055 return 0;
7056}
7057_ACEOF
7058rm -f conftest.$ac_objext
7059if { (ac_try="$ac_compile"
7060case "(($ac_try" in
7061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7062 *) ac_try_echo=$ac_try;;
7063esac
7064eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7065$as_echo "$ac_try_echo") >&5
7066 (eval "$ac_compile") 2>conftest.er1
7067 ac_status=$?
7068 grep -v '^ *+' conftest.er1 >conftest.err
7069 rm -f conftest.er1
7070 cat conftest.err >&5
7071 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7072 (exit $ac_status); } && {
7073 test -z "$ac_c_werror_flag" ||
7074 test ! -s conftest.err
7075 } && test -s conftest.$ac_objext; then
7076 ac_cv_header_stdc=yes
bf9f3bac 7077else
8934764e
BB
7078 $as_echo "$as_me: failed program was:" >&5
7079sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 7080
8934764e 7081 ac_cv_header_stdc=no
bf9f3bac 7082fi
bf9f3bac 7083
8934764e 7084rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
bf9f3bac 7085
8934764e
BB
7086if test $ac_cv_header_stdc = yes; then
7087 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7088 cat >conftest.$ac_ext <<_ACEOF
7089/* confdefs.h. */
7090_ACEOF
7091cat confdefs.h >>conftest.$ac_ext
7092cat >>conftest.$ac_ext <<_ACEOF
7093/* end confdefs.h. */
7094#include <string.h>
bf9f3bac 7095
8934764e
BB
7096_ACEOF
7097if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7098 $EGREP "memchr" >/dev/null 2>&1; then
7099 :
bf9f3bac 7100else
8934764e
BB
7101 ac_cv_header_stdc=no
7102fi
7103rm -f conftest*
bf9f3bac 7104
7105fi
bf9f3bac 7106
8934764e
BB
7107if test $ac_cv_header_stdc = yes; then
7108 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7109 cat >conftest.$ac_ext <<_ACEOF
7110/* confdefs.h. */
7111_ACEOF
7112cat confdefs.h >>conftest.$ac_ext
7113cat >>conftest.$ac_ext <<_ACEOF
7114/* end confdefs.h. */
7115#include <stdlib.h>
7116
7117_ACEOF
7118if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7119 $EGREP "free" >/dev/null 2>&1; then
7120 :
bf9f3bac 7121else
8934764e 7122 ac_cv_header_stdc=no
bf9f3bac 7123fi
8934764e 7124rm -f conftest*
bf9f3bac 7125
8934764e 7126fi
bf9f3bac 7127
8934764e
BB
7128if test $ac_cv_header_stdc = yes; then
7129 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7130 if test "$cross_compiling" = yes; then
7131 :
bf9f3bac 7132else
8934764e
BB
7133 cat >conftest.$ac_ext <<_ACEOF
7134/* confdefs.h. */
7135_ACEOF
7136cat confdefs.h >>conftest.$ac_ext
7137cat >>conftest.$ac_ext <<_ACEOF
7138/* end confdefs.h. */
7139#include <ctype.h>
7140#include <stdlib.h>
7141#if ((' ' & 0x0FF) == 0x020)
7142# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7143# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7144#else
7145# define ISLOWER(c) \
7146 (('a' <= (c) && (c) <= 'i') \
7147 || ('j' <= (c) && (c) <= 'r') \
7148 || ('s' <= (c) && (c) <= 'z'))
7149# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7150#endif
bf9f3bac 7151
8934764e
BB
7152#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7153int
7154main ()
7155{
7156 int i;
7157 for (i = 0; i < 256; i++)
7158 if (XOR (islower (i), ISLOWER (i))
7159 || toupper (i) != TOUPPER (i))
7160 return 2;
7161 return 0;
7162}
7163_ACEOF
7164rm -f conftest$ac_exeext
7165if { (ac_try="$ac_link"
7166case "(($ac_try" in
7167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7168 *) ac_try_echo=$ac_try;;
7169esac
7170eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7171$as_echo "$ac_try_echo") >&5
7172 (eval "$ac_link") 2>&5
7173 ac_status=$?
7174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7175 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7176 { (case "(($ac_try" in
7177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7178 *) ac_try_echo=$ac_try;;
7179esac
7180eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7181$as_echo "$ac_try_echo") >&5
7182 (eval "$ac_try") 2>&5
7183 ac_status=$?
7184 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7185 (exit $ac_status); }; }; then
7186 :
7187else
7188 $as_echo "$as_me: program exited with status $ac_status" >&5
7189$as_echo "$as_me: failed program was:" >&5
7190sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 7191
8934764e
BB
7192( exit $ac_status )
7193ac_cv_header_stdc=no
7194fi
7195rm -rf conftest.dSYM
7196rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
bf9f3bac 7197fi
bf9f3bac 7198
7199
bf9f3bac 7200fi
8934764e
BB
7201fi
7202{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7203$as_echo "$ac_cv_header_stdc" >&6; }
7204if test $ac_cv_header_stdc = yes; then
bf9f3bac 7205
8934764e
BB
7206cat >>confdefs.h <<\_ACEOF
7207#define STDC_HEADERS 1
7208_ACEOF
bf9f3bac 7209
8934764e 7210fi
bf9f3bac 7211
8934764e 7212# On IRIX 5.3, sys/types and inttypes.h are conflicting.
bf9f3bac 7213
bf9f3bac 7214
bf9f3bac 7215
bf9f3bac 7216
bf9f3bac 7217
bf9f3bac 7218
bf9f3bac 7219
bf9f3bac 7220
bf9f3bac 7221
8934764e
BB
7222for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7223 inttypes.h stdint.h unistd.h
7224do
7225as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7226{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7227$as_echo_n "checking for $ac_header... " >&6; }
7228if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7229 $as_echo_n "(cached) " >&6
7230else
7231 cat >conftest.$ac_ext <<_ACEOF
7232/* confdefs.h. */
7233_ACEOF
7234cat confdefs.h >>conftest.$ac_ext
7235cat >>conftest.$ac_ext <<_ACEOF
7236/* end confdefs.h. */
7237$ac_includes_default
bf9f3bac 7238
8934764e
BB
7239#include <$ac_header>
7240_ACEOF
7241rm -f conftest.$ac_objext
7242if { (ac_try="$ac_compile"
7243case "(($ac_try" in
7244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7245 *) ac_try_echo=$ac_try;;
7246esac
7247eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7248$as_echo "$ac_try_echo") >&5
7249 (eval "$ac_compile") 2>conftest.er1
7250 ac_status=$?
7251 grep -v '^ *+' conftest.er1 >conftest.err
7252 rm -f conftest.er1
7253 cat conftest.err >&5
7254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7255 (exit $ac_status); } && {
7256 test -z "$ac_c_werror_flag" ||
7257 test ! -s conftest.err
7258 } && test -s conftest.$ac_objext; then
7259 eval "$as_ac_Header=yes"
7260else
7261 $as_echo "$as_me: failed program was:" >&5
7262sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 7263
8934764e
BB
7264 eval "$as_ac_Header=no"
7265fi
bf9f3bac 7266
8934764e
BB
7267rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7268fi
7269ac_res=`eval 'as_val=${'$as_ac_Header'}
7270 $as_echo "$as_val"'`
7271 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7272$as_echo "$ac_res" >&6; }
7273as_val=`eval 'as_val=${'$as_ac_Header'}
7274 $as_echo "$as_val"'`
7275 if test "x$as_val" = x""yes; then
7276 cat >>confdefs.h <<_ACEOF
7277#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7278_ACEOF
bf9f3bac 7279
8934764e 7280fi
bf9f3bac 7281
8934764e 7282done
bf9f3bac 7283
bf9f3bac 7284
bf9f3bac 7285
8934764e
BB
7286for ac_header in dlfcn.h
7287do
7288as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7289{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7290$as_echo_n "checking for $ac_header... " >&6; }
7291if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7292 $as_echo_n "(cached) " >&6
7293else
7294 cat >conftest.$ac_ext <<_ACEOF
bf9f3bac 7295/* confdefs.h. */
7296_ACEOF
7297cat confdefs.h >>conftest.$ac_ext
7298cat >>conftest.$ac_ext <<_ACEOF
7299/* end confdefs.h. */
8934764e 7300$ac_includes_default
bf9f3bac 7301
8934764e 7302#include <$ac_header>
bf9f3bac 7303_ACEOF
8934764e
BB
7304rm -f conftest.$ac_objext
7305if { (ac_try="$ac_compile"
7306case "(($ac_try" in
7307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7308 *) ac_try_echo=$ac_try;;
7309esac
7310eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7311$as_echo "$ac_try_echo") >&5
7312 (eval "$ac_compile") 2>conftest.er1
bf9f3bac 7313 ac_status=$?
7314 grep -v '^ *+' conftest.er1 >conftest.err
7315 rm -f conftest.er1
7316 cat conftest.err >&5
8934764e
BB
7317 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7318 (exit $ac_status); } && {
7319 test -z "$ac_c_werror_flag" ||
7320 test ! -s conftest.err
7321 } && test -s conftest.$ac_objext; then
7322 eval "$as_ac_Header=yes"
bf9f3bac 7323else
8934764e 7324 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 7325sed 's/^/| /' conftest.$ac_ext >&5
7326
8934764e 7327 eval "$as_ac_Header=no"
bf9f3bac 7328fi
bf9f3bac 7329
8934764e
BB
7330rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7331fi
7332ac_res=`eval 'as_val=${'$as_ac_Header'}
7333 $as_echo "$as_val"'`
7334 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7335$as_echo "$ac_res" >&6; }
7336as_val=`eval 'as_val=${'$as_ac_Header'}
7337 $as_echo "$as_val"'`
7338 if test "x$as_val" = x""yes; then
7339 cat >>confdefs.h <<_ACEOF
7340#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
bf9f3bac 7341_ACEOF
bf9f3bac 7342
7343fi
bf9f3bac 7344
8934764e 7345done
bf9f3bac 7346
bf9f3bac 7347
bf9f3bac 7348
8934764e 7349# Set options
bf9f3bac 7350
bf9f3bac 7351
bf9f3bac 7352
8934764e 7353 enable_dlopen=no
bf9f3bac 7354
bf9f3bac 7355
8934764e 7356 enable_win32_dll=no
bf9f3bac 7357
bf9f3bac 7358
8934764e
BB
7359 # Check whether --enable-shared was given.
7360if test "${enable_shared+set}" = set; then
7361 enableval=$enable_shared; p=${PACKAGE-default}
7362 case $enableval in
7363 yes) enable_shared=yes ;;
7364 no) enable_shared=no ;;
7365 *)
7366 enable_shared=no
7367 # Look at the argument we got. We use all the common list separators.
7368 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7369 for pkg in $enableval; do
7370 IFS="$lt_save_ifs"
7371 if test "X$pkg" = "X$p"; then
7372 enable_shared=yes
7373 fi
7374 done
7375 IFS="$lt_save_ifs"
bf9f3bac 7376 ;;
8934764e
BB
7377 esac
7378else
7379 enable_shared=yes
7380fi
bf9f3bac 7381
bf9f3bac 7382
bf9f3bac 7383
bf9f3bac 7384
bf9f3bac 7385
bf9f3bac 7386
bf9f3bac 7387
8934764e
BB
7388
7389
7390 # Check whether --enable-static was given.
7391if test "${enable_static+set}" = set; then
7392 enableval=$enable_static; p=${PACKAGE-default}
7393 case $enableval in
7394 yes) enable_static=yes ;;
7395 no) enable_static=no ;;
7396 *)
7397 enable_static=no
7398 # Look at the argument we got. We use all the common list separators.
7399 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7400 for pkg in $enableval; do
7401 IFS="$lt_save_ifs"
7402 if test "X$pkg" = "X$p"; then
7403 enable_static=yes
7404 fi
7405 done
7406 IFS="$lt_save_ifs"
7407 ;;
7408 esac
bf9f3bac 7409else
8934764e 7410 enable_static=yes
bf9f3bac 7411fi
bf9f3bac 7412
8934764e
BB
7413
7414
7415
7416
7417
7418
7419
7420
7421
7422# Check whether --with-pic was given.
7423if test "${with_pic+set}" = set; then
7424 withval=$with_pic; pic_mode="$withval"
7425else
7426 pic_mode=default
bf9f3bac 7427fi
7428
7429
8934764e
BB
7430test -z "$pic_mode" && pic_mode=default
7431
7432
7433
7434
7435
7436
7437
7438 # Check whether --enable-fast-install was given.
7439if test "${enable_fast_install+set}" = set; then
7440 enableval=$enable_fast_install; p=${PACKAGE-default}
7441 case $enableval in
7442 yes) enable_fast_install=yes ;;
7443 no) enable_fast_install=no ;;
bf9f3bac 7444 *)
8934764e
BB
7445 enable_fast_install=no
7446 # Look at the argument we got. We use all the common list separators.
7447 lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
7448 for pkg in $enableval; do
7449 IFS="$lt_save_ifs"
7450 if test "X$pkg" = "X$p"; then
7451 enable_fast_install=yes
7452 fi
7453 done
7454 IFS="$lt_save_ifs"
bf9f3bac 7455 ;;
7456 esac
8934764e
BB
7457else
7458 enable_fast_install=yes
7459fi
bf9f3bac 7460
bf9f3bac 7461
bf9f3bac 7462
bf9f3bac 7463
bf9f3bac 7464
bf9f3bac 7465
bf9f3bac 7466
bf9f3bac 7467
bf9f3bac 7468
bf9f3bac 7469
bf9f3bac 7470
8934764e
BB
7471# This can be used to rebuild libtool when needed
7472LIBTOOL_DEPS="$ltmain"
bf9f3bac 7473
8934764e
BB
7474# Always use our own libtool.
7475LIBTOOL='$(SHELL) $(top_builddir)/libtool'
bf9f3bac 7476
bf9f3bac 7477
bf9f3bac 7478
bf9f3bac 7479
bf9f3bac 7480
bf9f3bac 7481
bf9f3bac 7482
bf9f3bac 7483
bf9f3bac 7484
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
bf9f3bac 7499
bf9f3bac 7500
8934764e 7501test -z "$LN_S" && LN_S="ln -s"
bf9f3bac 7502
bf9f3bac 7503
bf9f3bac 7504
bf9f3bac 7505
bf9f3bac 7506
bf9f3bac 7507
bf9f3bac 7508
bf9f3bac 7509
bf9f3bac 7510
bf9f3bac 7511
bf9f3bac 7512
bf9f3bac 7513
bf9f3bac 7514
bf9f3bac 7515
8934764e
BB
7516if test -n "${ZSH_VERSION+set}" ; then
7517 setopt NO_GLOB_SUBST
7518fi
bf9f3bac 7519
8934764e
BB
7520{ $as_echo "$as_me:$LINENO: checking for objdir" >&5
7521$as_echo_n "checking for objdir... " >&6; }
7522if test "${lt_cv_objdir+set}" = set; then
7523 $as_echo_n "(cached) " >&6
7524else
7525 rm -f .libs 2>/dev/null
7526mkdir .libs 2>/dev/null
7527if test -d .libs; then
7528 lt_cv_objdir=.libs
7529else
7530 # MS-DOS does not allow filenames that begin with a dot.
7531 lt_cv_objdir=_libs
7532fi
7533rmdir .libs 2>/dev/null
7534fi
7535{ $as_echo "$as_me:$LINENO: result: $lt_cv_objdir" >&5
7536$as_echo "$lt_cv_objdir" >&6; }
7537objdir=$lt_cv_objdir
bf9f3bac 7538
bf9f3bac 7539
bf9f3bac 7540
bf9f3bac 7541
bf9f3bac 7542
8934764e
BB
7543cat >>confdefs.h <<_ACEOF
7544#define LT_OBJDIR "$lt_cv_objdir/"
7545_ACEOF
bf9f3bac 7546
bf9f3bac 7547
bf9f3bac 7548
bf9f3bac 7549
bf9f3bac 7550
bf9f3bac 7551
bf9f3bac 7552
bf9f3bac 7553
bf9f3bac 7554
bf9f3bac 7555
bf9f3bac 7556
bf9f3bac 7557
bf9f3bac 7558
bf9f3bac 7559
bf9f3bac 7560
bf9f3bac 7561
bf9f3bac 7562
8934764e
BB
7563case $host_os in
7564aix3*)
7565 # AIX sometimes has problems with the GCC collect2 program. For some
7566 # reason, if we set the COLLECT_NAMES environment variable, the problems
7567 # vanish in a puff of smoke.
7568 if test "X${COLLECT_NAMES+set}" != Xset; then
7569 COLLECT_NAMES=
7570 export COLLECT_NAMES
7571 fi
7572 ;;
7573esac
bf9f3bac 7574
8934764e
BB
7575# Sed substitution that helps us do robust quoting. It backslashifies
7576# metacharacters that are still active within double-quoted strings.
7577sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
bf9f3bac 7578
8934764e
BB
7579# Same as above, but do not quote variable references.
7580double_quote_subst='s/\(["`\\]\)/\\\1/g'
bf9f3bac 7581
8934764e
BB
7582# Sed substitution to delay expansion of an escaped shell variable in a
7583# double_quote_subst'ed string.
7584delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
bf9f3bac 7585
8934764e
BB
7586# Sed substitution to delay expansion of an escaped single quote.
7587delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
bf9f3bac 7588
8934764e
BB
7589# Sed substitution to avoid accidental globbing in evaled expressions
7590no_glob_subst='s/\*/\\\*/g'
bf9f3bac 7591
8934764e
BB
7592# Global variables:
7593ofile=libtool
7594can_build_shared=yes
bf9f3bac 7595
8934764e
BB
7596# All known linkers require a `.a' archive for static linking (except MSVC,
7597# which needs '.lib').
7598libext=a
bf9f3bac 7599
8934764e 7600with_gnu_ld="$lt_cv_prog_gnu_ld"
bf9f3bac 7601
8934764e
BB
7602old_CC="$CC"
7603old_CFLAGS="$CFLAGS"
bf9f3bac 7604
8934764e
BB
7605# Set sane defaults for various variables
7606test -z "$CC" && CC=cc
7607test -z "$LTCC" && LTCC=$CC
7608test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7609test -z "$LD" && LD=ld
7610test -z "$ac_objext" && ac_objext=o
bf9f3bac 7611
8934764e
BB
7612for cc_temp in $compiler""; do
7613 case $cc_temp in
7614 compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7615 distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7616 \-*) ;;
7617 *) break;;
7618 esac
7619done
7620cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
bf9f3bac 7621
bf9f3bac 7622
8934764e
BB
7623# Only perform the check for file, if the check method requires it
7624test -z "$MAGIC_CMD" && MAGIC_CMD=file
7625case $deplibs_check_method in
7626file_magic*)
7627 if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7628 { $as_echo "$as_me:$LINENO: checking for ${ac_tool_prefix}file" >&5
7629$as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7630if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7631 $as_echo_n "(cached) " >&6
7632else
7633 case $MAGIC_CMD in
7634[\\/*] | ?:[\\/]*)
7635 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7636 ;;
7637*)
7638 lt_save_MAGIC_CMD="$MAGIC_CMD"
7639 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7640 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7641 for ac_dir in $ac_dummy; do
7642 IFS="$lt_save_ifs"
7643 test -z "$ac_dir" && ac_dir=.
7644 if test -f $ac_dir/${ac_tool_prefix}file; then
7645 lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7646 if test -n "$file_magic_test_file"; then
7647 case $deplibs_check_method in
7648 "file_magic "*)
7649 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7650 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7651 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7652 $EGREP "$file_magic_regex" > /dev/null; then
7653 :
7654 else
7655 cat <<_LT_EOF 1>&2
bf9f3bac 7656
8934764e
BB
7657*** Warning: the command libtool uses to detect shared libraries,
7658*** $file_magic_cmd, produces output that libtool cannot recognize.
7659*** The result is that libtool may fail to recognize shared libraries
7660*** as such. This will affect the creation of libtool libraries that
7661*** depend on shared libraries, but programs linked with such libtool
7662*** libraries will work regardless of this problem. Nevertheless, you
7663*** may want to report the problem to your system manager and/or to
7664*** bug-libtool@gnu.org
bf9f3bac 7665
8934764e
BB
7666_LT_EOF
7667 fi ;;
7668 esac
7669 fi
7670 break
7671 fi
7672 done
7673 IFS="$lt_save_ifs"
7674 MAGIC_CMD="$lt_save_MAGIC_CMD"
7675 ;;
7676esac
7677fi
bf9f3bac 7678
8934764e
BB
7679MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7680if test -n "$MAGIC_CMD"; then
7681 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7682$as_echo "$MAGIC_CMD" >&6; }
7683else
7684 { $as_echo "$as_me:$LINENO: result: no" >&5
7685$as_echo "no" >&6; }
7686fi
bf9f3bac 7687
bf9f3bac 7688
bf9f3bac 7689
bf9f3bac 7690
bf9f3bac 7691
8934764e
BB
7692if test -z "$lt_cv_path_MAGIC_CMD"; then
7693 if test -n "$ac_tool_prefix"; then
7694 { $as_echo "$as_me:$LINENO: checking for file" >&5
7695$as_echo_n "checking for file... " >&6; }
7696if test "${lt_cv_path_MAGIC_CMD+set}" = set; then
7697 $as_echo_n "(cached) " >&6
7698else
7699 case $MAGIC_CMD in
7700[\\/*] | ?:[\\/]*)
7701 lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7702 ;;
7703*)
7704 lt_save_MAGIC_CMD="$MAGIC_CMD"
7705 lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7706 ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7707 for ac_dir in $ac_dummy; do
7708 IFS="$lt_save_ifs"
7709 test -z "$ac_dir" && ac_dir=.
7710 if test -f $ac_dir/file; then
7711 lt_cv_path_MAGIC_CMD="$ac_dir/file"
7712 if test -n "$file_magic_test_file"; then
7713 case $deplibs_check_method in
7714 "file_magic "*)
7715 file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7716 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7717 if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7718 $EGREP "$file_magic_regex" > /dev/null; then
7719 :
7720 else
7721 cat <<_LT_EOF 1>&2
7722
7723*** Warning: the command libtool uses to detect shared libraries,
7724*** $file_magic_cmd, produces output that libtool cannot recognize.
7725*** The result is that libtool may fail to recognize shared libraries
7726*** as such. This will affect the creation of libtool libraries that
7727*** depend on shared libraries, but programs linked with such libtool
7728*** libraries will work regardless of this problem. Nevertheless, you
7729*** may want to report the problem to your system manager and/or to
7730*** bug-libtool@gnu.org
bf9f3bac 7731
8934764e
BB
7732_LT_EOF
7733 fi ;;
7734 esac
7735 fi
7736 break
7737 fi
7738 done
7739 IFS="$lt_save_ifs"
7740 MAGIC_CMD="$lt_save_MAGIC_CMD"
7741 ;;
7742esac
7743fi
bf9f3bac 7744
8934764e
BB
7745MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7746if test -n "$MAGIC_CMD"; then
7747 { $as_echo "$as_me:$LINENO: result: $MAGIC_CMD" >&5
7748$as_echo "$MAGIC_CMD" >&6; }
7749else
7750 { $as_echo "$as_me:$LINENO: result: no" >&5
7751$as_echo "no" >&6; }
7752fi
bf9f3bac 7753
7754
8934764e
BB
7755 else
7756 MAGIC_CMD=:
bf9f3bac 7757 fi
7758fi
7759
8934764e
BB
7760 fi
7761 ;;
7762esac
7763
7764# Use C for the default configuration in the libtool script
bf9f3bac 7765
8934764e 7766lt_save_CC="$CC"
bf9f3bac 7767ac_ext=c
7768ac_cpp='$CPP $CPPFLAGS'
7769ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7770ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7771ac_compiler_gnu=$ac_cv_c_compiler_gnu
7772
bf9f3bac 7773
8934764e
BB
7774# Source file extension for C test sources.
7775ac_ext=c
bf9f3bac 7776
8934764e
BB
7777# Object file extension for compiled C test sources.
7778objext=o
7779objext=$objext
bf9f3bac 7780
8934764e
BB
7781# Code to be used in simple compile tests
7782lt_simple_compile_test_code="int some_variable = 0;"
7783
7784# Code to be used in simple link tests
7785lt_simple_link_test_code='int main(){return(0);}'
bf9f3bac 7786
7787
bf9f3bac 7788
bf9f3bac 7789
bf9f3bac 7790
bf9f3bac 7791
bf9f3bac 7792
7793# If no C compiler was specified, use CC.
7794LTCC=${LTCC-"$CC"}
7795
7796# If no C compiler flags were specified, use CFLAGS.
7797LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7798
7799# Allow CC to be a program name with arguments.
7800compiler=$CC
7801
8934764e
BB
7802# Save the default compiler, since it gets overwritten when the other
7803# tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7804compiler_DEFAULT=$CC
bf9f3bac 7805
7806# save warnings/boilerplate of simple test code
7807ac_outfile=conftest.$ac_objext
8934764e 7808echo "$lt_simple_compile_test_code" >conftest.$ac_ext
bf9f3bac 7809eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7810_lt_compiler_boilerplate=`cat conftest.err`
8934764e 7811$RM conftest*
bf9f3bac 7812
7813ac_outfile=conftest.$ac_objext
8934764e 7814echo "$lt_simple_link_test_code" >conftest.$ac_ext
bf9f3bac 7815eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7816_lt_linker_boilerplate=`cat conftest.err`
8934764e 7817$RM -r conftest*
bf9f3bac 7818
bf9f3bac 7819
8934764e 7820if test -n "$compiler"; then
bf9f3bac 7821
8934764e 7822lt_prog_compiler_no_builtin_flag=
bf9f3bac 7823
7824if test "$GCC" = yes; then
8934764e 7825 lt_prog_compiler_no_builtin_flag=' -fno-builtin'
bf9f3bac 7826
8934764e
BB
7827 { $as_echo "$as_me:$LINENO: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7828$as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
bf9f3bac 7829if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then
8934764e 7830 $as_echo_n "(cached) " >&6
bf9f3bac 7831else
7832 lt_cv_prog_compiler_rtti_exceptions=no
8934764e
BB
7833 ac_outfile=conftest.$ac_objext
7834 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
bf9f3bac 7835 lt_compiler_flag="-fno-rtti -fno-exceptions"
7836 # Insert the option either (1) after the last *FLAGS variable, or
7837 # (2) before a word containing "conftest.", or (3) at the end.
7838 # Note that $ac_compile itself does not contain backslashes and begins
7839 # with a dollar sign (not a hyphen), so the echo should work correctly.
7840 # The option is referenced via a variable to avoid confusing sed.
7841 lt_compile=`echo "$ac_compile" | $SED \
7842 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7843 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7844 -e 's:$: $lt_compiler_flag:'`
73fc084e 7845 (eval echo "\"\$as_me:7845: $lt_compile\"" >&5)
bf9f3bac 7846 (eval "$lt_compile" 2>conftest.err)
7847 ac_status=$?
7848 cat conftest.err >&5
73fc084e 7849 echo "$as_me:7849: \$? = $ac_status" >&5
bf9f3bac 7850 if (exit $ac_status) && test -s "$ac_outfile"; then
7851 # The compiler can only warn and ignore the option if not recognized
7852 # So say no if there are warnings other than the usual output.
8934764e 7853 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
bf9f3bac 7854 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7855 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7856 lt_cv_prog_compiler_rtti_exceptions=yes
7857 fi
7858 fi
8934764e 7859 $RM conftest*
bf9f3bac 7860
7861fi
8934764e
BB
7862{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7863$as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
bf9f3bac 7864
7865if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
8934764e 7866 lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
bf9f3bac 7867else
7868 :
7869fi
7870
7871fi
7872
bf9f3bac 7873
8934764e
BB
7874
7875
7876
7877
7878 lt_prog_compiler_wl=
7879lt_prog_compiler_pic=
7880lt_prog_compiler_static=
7881
7882{ $as_echo "$as_me:$LINENO: checking for $compiler option to produce PIC" >&5
7883$as_echo_n "checking for $compiler option to produce PIC... " >&6; }
bf9f3bac 7884
7885 if test "$GCC" = yes; then
8934764e
BB
7886 lt_prog_compiler_wl='-Wl,'
7887 lt_prog_compiler_static='-static'
bf9f3bac 7888
7889 case $host_os in
7890 aix*)
7891 # All AIX code is PIC.
7892 if test "$host_cpu" = ia64; then
7893 # AIX 5 now supports IA64 processor
8934764e 7894 lt_prog_compiler_static='-Bstatic'
bf9f3bac 7895 fi
7896 ;;
7897
7898 amigaos*)
8934764e
BB
7899 case $host_cpu in
7900 powerpc)
7901 # see comment about AmigaOS4 .so support
7902 lt_prog_compiler_pic='-fPIC'
7903 ;;
7904 m68k)
7905 # FIXME: we need at least 68020 code to build shared libraries, but
7906 # adding the `-m68020' flag to GCC prevents building anything better,
7907 # like `-m68040'.
7908 lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7909 ;;
7910 esac
bf9f3bac 7911 ;;
7912
8934764e 7913 beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
bf9f3bac 7914 # PIC is the default for these OSes.
7915 ;;
7916
8934764e 7917 mingw* | cygwin* | pw32* | os2* | cegcc*)
bf9f3bac 7918 # This hack is so that the source file can tell whether it is being
7919 # built for inclusion in a dll (and should export symbols for example).
8934764e
BB
7920 # Although the cygwin gcc ignores -fPIC, still need this for old-style
7921 # (--disable-auto-import) libraries
7922 lt_prog_compiler_pic='-DDLL_EXPORT'
bf9f3bac 7923 ;;
7924
7925 darwin* | rhapsody*)
7926 # PIC is the default on this platform
7927 # Common symbols not allowed in MH_DYLIB files
8934764e
BB
7928 lt_prog_compiler_pic='-fno-common'
7929 ;;
7930
7931 hpux*)
7932 # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7933 # PA HP-UX. On IA64 HP-UX, PIC is the default but the pic flag
7934 # sets the default TLS model and affects inlining.
7935 case $host_cpu in
7936 hppa*64*)
7937 # +Z the default
7938 ;;
7939 *)
7940 lt_prog_compiler_pic='-fPIC'
7941 ;;
7942 esac
bf9f3bac 7943 ;;
7944
8934764e 7945 interix[3-9]*)
bf9f3bac 7946 # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7947 # Instead, we relocate shared libraries at runtime.
7948 ;;
7949
7950 msdosdjgpp*)
7951 # Just because we use GCC doesn't mean we suddenly get shared libraries
7952 # on systems that don't support them.
8934764e 7953 lt_prog_compiler_can_build_shared=no
bf9f3bac 7954 enable_shared=no
7955 ;;
7956
8934764e
BB
7957 *nto* | *qnx*)
7958 # QNX uses GNU C++, but need to define -shared option too, otherwise
7959 # it will coredump.
7960 lt_prog_compiler_pic='-fPIC -shared'
7961 ;;
7962
bf9f3bac 7963 sysv4*MP*)
7964 if test -d /usr/nec; then
8934764e 7965 lt_prog_compiler_pic=-Kconform_pic
bf9f3bac 7966 fi
7967 ;;
7968
bf9f3bac 7969 *)
8934764e 7970 lt_prog_compiler_pic='-fPIC'
bf9f3bac 7971 ;;
7972 esac
7973 else
7974 # PORTME Check for flag to pass linker flags through the system compiler.
7975 case $host_os in
7976 aix*)
8934764e 7977 lt_prog_compiler_wl='-Wl,'
bf9f3bac 7978 if test "$host_cpu" = ia64; then
7979 # AIX 5 now supports IA64 processor
8934764e 7980 lt_prog_compiler_static='-Bstatic'
bf9f3bac 7981 else
8934764e 7982 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
bf9f3bac 7983 fi
7984 ;;
bf9f3bac 7985
8934764e 7986 mingw* | cygwin* | pw32* | os2* | cegcc*)
bf9f3bac 7987 # This hack is so that the source file can tell whether it is being
7988 # built for inclusion in a dll (and should export symbols for example).
8934764e 7989 lt_prog_compiler_pic='-DDLL_EXPORT'
bf9f3bac 7990 ;;
7991
7992 hpux9* | hpux10* | hpux11*)
8934764e 7993 lt_prog_compiler_wl='-Wl,'
bf9f3bac 7994 # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7995 # not for PA HP-UX.
7996 case $host_cpu in
7997 hppa*64*|ia64*)
7998 # +Z the default
7999 ;;
8000 *)
8934764e 8001 lt_prog_compiler_pic='+Z'
bf9f3bac 8002 ;;
8003 esac
8004 # Is there a better lt_prog_compiler_static that works with the bundled CC?
8934764e 8005 lt_prog_compiler_static='${wl}-a ${wl}archive'
bf9f3bac 8006 ;;
8007
8008 irix5* | irix6* | nonstopux*)
8934764e 8009 lt_prog_compiler_wl='-Wl,'
bf9f3bac 8010 # PIC (with -KPIC) is the default.
8934764e 8011 lt_prog_compiler_static='-non_shared'
bf9f3bac 8012 ;;
8013
8934764e 8014 linux* | k*bsd*-gnu)
bf9f3bac 8015 case $cc_basename in
8934764e
BB
8016 # old Intel for x86_64 which still supported -KPIC.
8017 ecc*)
8018 lt_prog_compiler_wl='-Wl,'
8019 lt_prog_compiler_pic='-KPIC'
8020 lt_prog_compiler_static='-static'
8021 ;;
8022 # icc used to be incompatible with GCC.
8023 # ICC 10 doesn't accept -KPIC any more.
8024 icc* | ifort*)
8025 lt_prog_compiler_wl='-Wl,'
8026 lt_prog_compiler_pic='-fPIC'
8027 lt_prog_compiler_static='-static'
bf9f3bac 8028 ;;
8934764e
BB
8029 # Lahey Fortran 8.1.
8030 lf95*)
8031 lt_prog_compiler_wl='-Wl,'
8032 lt_prog_compiler_pic='--shared'
8033 lt_prog_compiler_static='--static'
8034 ;;
bf9f3bac 8035 pgcc* | pgf77* | pgf90* | pgf95*)
8036 # Portland Group compilers (*not* the Pentium gcc compiler,
8037 # which looks to be a dead project)
8934764e
BB
8038 lt_prog_compiler_wl='-Wl,'
8039 lt_prog_compiler_pic='-fpic'
8040 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8041 ;;
8042 ccc*)
8934764e 8043 lt_prog_compiler_wl='-Wl,'
bf9f3bac 8044 # All Alpha code is PIC.
8934764e 8045 lt_prog_compiler_static='-non_shared'
bf9f3bac 8046 ;;
8934764e
BB
8047 xl*)
8048 # IBM XL C 8.0/Fortran 10.1 on PPC
8049 lt_prog_compiler_wl='-Wl,'
8050 lt_prog_compiler_pic='-qpic'
8051 lt_prog_compiler_static='-qstaticlink'
8052 ;;
8053 *)
8054 case `$CC -V 2>&1 | sed 5q` in
8055 *Sun\ C*)
8056 # Sun C 5.9
8057 lt_prog_compiler_pic='-KPIC'
8058 lt_prog_compiler_static='-Bstatic'
8059 lt_prog_compiler_wl='-Wl,'
8060 ;;
8061 *Sun\ F*)
8062 # Sun Fortran 8.3 passes all unrecognized flags to the linker
8063 lt_prog_compiler_pic='-KPIC'
8064 lt_prog_compiler_static='-Bstatic'
8065 lt_prog_compiler_wl=''
8066 ;;
8067 esac
8068 ;;
bf9f3bac 8069 esac
8070 ;;
8071
8934764e
BB
8072 newsos6)
8073 lt_prog_compiler_pic='-KPIC'
8074 lt_prog_compiler_static='-Bstatic'
8075 ;;
8076
8077 *nto* | *qnx*)
8078 # QNX uses GNU C++, but need to define -shared option too, otherwise
8079 # it will coredump.
8080 lt_prog_compiler_pic='-fPIC -shared'
8081 ;;
8082
bf9f3bac 8083 osf3* | osf4* | osf5*)
8934764e 8084 lt_prog_compiler_wl='-Wl,'
bf9f3bac 8085 # All OSF/1 code is PIC.
8934764e
BB
8086 lt_prog_compiler_static='-non_shared'
8087 ;;
8088
8089 rdos*)
8090 lt_prog_compiler_static='-non_shared'
bf9f3bac 8091 ;;
8092
8093 solaris*)
8934764e
BB
8094 lt_prog_compiler_pic='-KPIC'
8095 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8096 case $cc_basename in
8097 f77* | f90* | f95*)
8934764e 8098 lt_prog_compiler_wl='-Qoption ld ';;
bf9f3bac 8099 *)
8934764e 8100 lt_prog_compiler_wl='-Wl,';;
bf9f3bac 8101 esac
8102 ;;
8103
8104 sunos4*)
8934764e
BB
8105 lt_prog_compiler_wl='-Qoption ld '
8106 lt_prog_compiler_pic='-PIC'
8107 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8108 ;;
8109
8110 sysv4 | sysv4.2uw2* | sysv4.3*)
8934764e
BB
8111 lt_prog_compiler_wl='-Wl,'
8112 lt_prog_compiler_pic='-KPIC'
8113 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8114 ;;
8115
8116 sysv4*MP*)
8117 if test -d /usr/nec ;then
8934764e
BB
8118 lt_prog_compiler_pic='-Kconform_pic'
8119 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8120 fi
8121 ;;
8122
8123 sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
8934764e
BB
8124 lt_prog_compiler_wl='-Wl,'
8125 lt_prog_compiler_pic='-KPIC'
8126 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8127 ;;
8128
8129 unicos*)
8934764e
BB
8130 lt_prog_compiler_wl='-Wl,'
8131 lt_prog_compiler_can_build_shared=no
bf9f3bac 8132 ;;
8133
8134 uts4*)
8934764e
BB
8135 lt_prog_compiler_pic='-pic'
8136 lt_prog_compiler_static='-Bstatic'
bf9f3bac 8137 ;;
8138
8139 *)
8934764e 8140 lt_prog_compiler_can_build_shared=no
bf9f3bac 8141 ;;
8142 esac
8143 fi
8144
8934764e
BB
8145case $host_os in
8146 # For platforms which do not support PIC, -DPIC is meaningless:
8147 *djgpp*)
8148 lt_prog_compiler_pic=
8149 ;;
8150 *)
8151 lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
8152 ;;
8153esac
8154{ $as_echo "$as_me:$LINENO: result: $lt_prog_compiler_pic" >&5
8155$as_echo "$lt_prog_compiler_pic" >&6; }
8156
8157
8158
8159
8160
bf9f3bac 8161
8162#
8163# Check to make sure the PIC flag actually works.
8164#
8934764e
BB
8165if test -n "$lt_prog_compiler_pic"; then
8166 { $as_echo "$as_me:$LINENO: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
8167$as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
8168if test "${lt_cv_prog_compiler_pic_works+set}" = set; then
8169 $as_echo_n "(cached) " >&6
8170else
8171 lt_cv_prog_compiler_pic_works=no
8172 ac_outfile=conftest.$ac_objext
8173 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8174 lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
bf9f3bac 8175 # Insert the option either (1) after the last *FLAGS variable, or
8176 # (2) before a word containing "conftest.", or (3) at the end.
8177 # Note that $ac_compile itself does not contain backslashes and begins
8178 # with a dollar sign (not a hyphen), so the echo should work correctly.
8179 # The option is referenced via a variable to avoid confusing sed.
8180 lt_compile=`echo "$ac_compile" | $SED \
8181 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8182 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8183 -e 's:$: $lt_compiler_flag:'`
73fc084e 8184 (eval echo "\"\$as_me:8184: $lt_compile\"" >&5)
bf9f3bac 8185 (eval "$lt_compile" 2>conftest.err)
8186 ac_status=$?
8187 cat conftest.err >&5
73fc084e 8188 echo "$as_me:8188: \$? = $ac_status" >&5
bf9f3bac 8189 if (exit $ac_status) && test -s "$ac_outfile"; then
8190 # The compiler can only warn and ignore the option if not recognized
8191 # So say no if there are warnings other than the usual output.
8934764e 8192 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
bf9f3bac 8193 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8194 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8934764e 8195 lt_cv_prog_compiler_pic_works=yes
bf9f3bac 8196 fi
8197 fi
8934764e 8198 $RM conftest*
bf9f3bac 8199
8200fi
8934764e
BB
8201{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_pic_works" >&5
8202$as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
bf9f3bac 8203
8934764e
BB
8204if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
8205 case $lt_prog_compiler_pic in
bf9f3bac 8206 "" | " "*) ;;
8934764e 8207 *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
bf9f3bac 8208 esac
8209else
8934764e
BB
8210 lt_prog_compiler_pic=
8211 lt_prog_compiler_can_build_shared=no
bf9f3bac 8212fi
8213
8214fi
8934764e
BB
8215
8216
8217
8218
8219
bf9f3bac 8220
8221#
8222# Check to make sure the static flag actually works.
8223#
8934764e
BB
8224wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
8225{ $as_echo "$as_me:$LINENO: checking if $compiler static flag $lt_tmp_static_flag works" >&5
8226$as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
8227if test "${lt_cv_prog_compiler_static_works+set}" = set; then
8228 $as_echo_n "(cached) " >&6
bf9f3bac 8229else
8934764e 8230 lt_cv_prog_compiler_static_works=no
bf9f3bac 8231 save_LDFLAGS="$LDFLAGS"
8232 LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
8934764e 8233 echo "$lt_simple_link_test_code" > conftest.$ac_ext
bf9f3bac 8234 if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
8235 # The linker can only warn and ignore the option if not recognized
8236 # So say no if there are warnings
8237 if test -s conftest.err; then
8238 # Append any errors to the config.log.
8239 cat conftest.err 1>&5
8934764e 8240 $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
bf9f3bac 8241 $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
8242 if diff conftest.exp conftest.er2 >/dev/null; then
8934764e 8243 lt_cv_prog_compiler_static_works=yes
bf9f3bac 8244 fi
8245 else
8934764e 8246 lt_cv_prog_compiler_static_works=yes
bf9f3bac 8247 fi
8248 fi
8934764e 8249 $RM -r conftest*
bf9f3bac 8250 LDFLAGS="$save_LDFLAGS"
8251
8252fi
8934764e
BB
8253{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_static_works" >&5
8254$as_echo "$lt_cv_prog_compiler_static_works" >&6; }
bf9f3bac 8255
8934764e 8256if test x"$lt_cv_prog_compiler_static_works" = xyes; then
bf9f3bac 8257 :
8258else
8934764e
BB
8259 lt_prog_compiler_static=
8260fi
8261
8262
8263
8264
8265
8266
8267
8268 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8269$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8270if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8271 $as_echo_n "(cached) " >&6
8272else
8273 lt_cv_prog_compiler_c_o=no
8274 $RM -r conftest 2>/dev/null
8275 mkdir conftest
8276 cd conftest
8277 mkdir out
8278 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8279
8280 lt_compiler_flag="-o out/conftest2.$ac_objext"
8281 # Insert the option either (1) after the last *FLAGS variable, or
8282 # (2) before a word containing "conftest.", or (3) at the end.
8283 # Note that $ac_compile itself does not contain backslashes and begins
8284 # with a dollar sign (not a hyphen), so the echo should work correctly.
8285 lt_compile=`echo "$ac_compile" | $SED \
8286 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8287 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8288 -e 's:$: $lt_compiler_flag:'`
73fc084e 8289 (eval echo "\"\$as_me:8289: $lt_compile\"" >&5)
8934764e
BB
8290 (eval "$lt_compile" 2>out/conftest.err)
8291 ac_status=$?
8292 cat out/conftest.err >&5
73fc084e 8293 echo "$as_me:8293: \$? = $ac_status" >&5
8934764e
BB
8294 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8295 then
8296 # The compiler can only warn and ignore the option if not recognized
8297 # So say no if there are warnings
8298 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
8299 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8300 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8301 lt_cv_prog_compiler_c_o=yes
8302 fi
8303 fi
8304 chmod u+w . 2>&5
8305 $RM conftest*
8306 # SGI C++ compiler will create directory out/ii_files/ for
8307 # template instantiation
8308 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8309 $RM out/* && rmdir out
8310 cd ..
8311 $RM -r conftest
8312 $RM conftest*
8313
bf9f3bac 8314fi
8934764e
BB
8315{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8316$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8317
8318
bf9f3bac 8319
8320
8934764e
BB
8321
8322
8323 { $as_echo "$as_me:$LINENO: checking if $compiler supports -c -o file.$ac_objext" >&5
8324$as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
8325if test "${lt_cv_prog_compiler_c_o+set}" = set; then
8326 $as_echo_n "(cached) " >&6
bf9f3bac 8327else
8934764e
BB
8328 lt_cv_prog_compiler_c_o=no
8329 $RM -r conftest 2>/dev/null
bf9f3bac 8330 mkdir conftest
8331 cd conftest
8332 mkdir out
8934764e 8333 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
bf9f3bac 8334
8335 lt_compiler_flag="-o out/conftest2.$ac_objext"
8336 # Insert the option either (1) after the last *FLAGS variable, or
8337 # (2) before a word containing "conftest.", or (3) at the end.
8338 # Note that $ac_compile itself does not contain backslashes and begins
8339 # with a dollar sign (not a hyphen), so the echo should work correctly.
8340 lt_compile=`echo "$ac_compile" | $SED \
8341 -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
8342 -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
8343 -e 's:$: $lt_compiler_flag:'`
73fc084e 8344 (eval echo "\"\$as_me:8344: $lt_compile\"" >&5)
bf9f3bac 8345 (eval "$lt_compile" 2>out/conftest.err)
8346 ac_status=$?
8347 cat out/conftest.err >&5
73fc084e 8348 echo "$as_me:8348: \$? = $ac_status" >&5
bf9f3bac 8349 if (exit $ac_status) && test -s out/conftest2.$ac_objext
8350 then
8351 # The compiler can only warn and ignore the option if not recognized
8352 # So say no if there are warnings
8934764e 8353 $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
bf9f3bac 8354 $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
8355 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8934764e 8356 lt_cv_prog_compiler_c_o=yes
bf9f3bac 8357 fi
8358 fi
8359 chmod u+w . 2>&5
8934764e 8360 $RM conftest*
bf9f3bac 8361 # SGI C++ compiler will create directory out/ii_files/ for
8362 # template instantiation
8934764e
BB
8363 test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
8364 $RM out/* && rmdir out
bf9f3bac 8365 cd ..
8934764e
BB
8366 $RM -r conftest
8367 $RM conftest*
bf9f3bac 8368
8369fi
8934764e
BB
8370{ $as_echo "$as_me:$LINENO: result: $lt_cv_prog_compiler_c_o" >&5
8371$as_echo "$lt_cv_prog_compiler_c_o" >&6; }
8372
8373
bf9f3bac 8374
8375
8376hard_links="nottested"
8934764e 8377if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
bf9f3bac 8378 # do not overwrite the value of need_locks provided by the user
8934764e
BB
8379 { $as_echo "$as_me:$LINENO: checking if we can lock with hard links" >&5
8380$as_echo_n "checking if we can lock with hard links... " >&6; }
bf9f3bac 8381 hard_links=yes
8934764e 8382 $RM conftest*
bf9f3bac 8383 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8384 touch conftest.a
8385 ln conftest.a conftest.b 2>&5 || hard_links=no
8386 ln conftest.a conftest.b 2>/dev/null && hard_links=no
8934764e
BB
8387 { $as_echo "$as_me:$LINENO: result: $hard_links" >&5
8388$as_echo "$hard_links" >&6; }
bf9f3bac 8389 if test "$hard_links" = no; then
8934764e
BB
8390 { $as_echo "$as_me:$LINENO: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
8391$as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
bf9f3bac 8392 need_locks=warn
8393 fi
8394else
8395 need_locks=no
8396fi
8397
8934764e
BB
8398
8399
8400
8401
8402
8403 { $as_echo "$as_me:$LINENO: checking whether the $compiler linker ($LD) supports shared libraries" >&5
8404$as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
bf9f3bac 8405
8406 runpath_var=
8934764e
BB
8407 allow_undefined_flag=
8408 always_export_symbols=no
8409 archive_cmds=
8410 archive_expsym_cmds=
8411 compiler_needs_object=no
8412 enable_shared_with_static_runtimes=no
8413 export_dynamic_flag_spec=
8414 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
8415 hardcode_automatic=no
8416 hardcode_direct=no
8417 hardcode_direct_absolute=no
8418 hardcode_libdir_flag_spec=
8419 hardcode_libdir_flag_spec_ld=
8420 hardcode_libdir_separator=
8421 hardcode_minus_L=no
8422 hardcode_shlibpath_var=unsupported
8423 inherit_rpath=no
8424 link_all_deplibs=unknown
8425 module_cmds=
8426 module_expsym_cmds=
8427 old_archive_from_new_cmds=
8428 old_archive_from_expsyms_cmds=
8429 thread_safe_flag_spec=
8430 whole_archive_flag_spec=
bf9f3bac 8431 # include_expsyms should be a list of space-separated symbols to be *always*
8432 # included in the symbol list
8934764e 8433 include_expsyms=
bf9f3bac 8434 # exclude_expsyms can be an extended regexp of symbols to exclude
8435 # it will be wrapped by ` (' and `)$', so one must not match beginning or
8436 # end of line. Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
8437 # as well as any symbol that contains `d'.
8934764e 8438 exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
bf9f3bac 8439 # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
8440 # platforms (ab)use it in PIC code, but their linkers get confused if
8441 # the symbol is explicitly referenced. Since portable code cannot
8442 # rely on this symbol name, it's probably fine to never include it in
8443 # preloaded symbol tables.
8934764e 8444 # Exclude shared library initialization/finalization symbols.
bf9f3bac 8445 extract_expsyms_cmds=
bf9f3bac 8446
8447 case $host_os in
8934764e 8448 cygwin* | mingw* | pw32* | cegcc*)
bf9f3bac 8449 # FIXME: the MSVC++ port hasn't been tested in a loooong time
8450 # When not using gcc, we currently assume that we are using
8451 # Microsoft Visual C++.
8452 if test "$GCC" != yes; then
8453 with_gnu_ld=no
8454 fi
8455 ;;
8456 interix*)
8457 # we just hope/assume this is gcc and not c89 (= MSVC++)
8458 with_gnu_ld=yes
8459 ;;
8460 openbsd*)
8461 with_gnu_ld=no
8462 ;;
8463 esac
8464
8934764e 8465 ld_shlibs=yes
bf9f3bac 8466 if test "$with_gnu_ld" = yes; then
8467 # If archive_cmds runs LD, not CC, wlarc should be empty
8468 wlarc='${wl}'
8469
8470 # Set some defaults for GNU ld with shared library support. These
8471 # are reset later if shared libraries are not supported. Putting them
8472 # here allows them to be overridden if necessary.
8473 runpath_var=LD_RUN_PATH
8934764e
BB
8474 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8475 export_dynamic_flag_spec='${wl}--export-dynamic'
bf9f3bac 8476 # ancient GNU ld didn't support --whole-archive et. al.
8934764e
BB
8477 if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
8478 whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
8479 else
8480 whole_archive_flag_spec=
bf9f3bac 8481 fi
8482 supports_anon_versioning=no
8934764e 8483 case `$LD -v 2>&1` in
bf9f3bac 8484 *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
8485 *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
8486 *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
8487 *\ 2.11.*) ;; # other 2.11 versions
8488 *) supports_anon_versioning=yes ;;
8489 esac
8490
8491 # See if GNU ld supports shared libraries.
8492 case $host_os in
8934764e 8493 aix[3-9]*)
bf9f3bac 8494 # On AIX/PPC, the GNU linker is very broken
8495 if test "$host_cpu" != ia64; then
8934764e
BB
8496 ld_shlibs=no
8497 cat <<_LT_EOF 1>&2
bf9f3bac 8498
8499*** Warning: the GNU linker, at least up to release 2.9.1, is reported
8500*** to be unable to reliably create shared libraries on AIX.
8501*** Therefore, libtool is disabling shared libraries support. If you
8502*** really care for shared libraries, you may want to modify your PATH
8503*** so that a non-GNU linker is found, and then restart.
8504
8934764e 8505_LT_EOF
bf9f3bac 8506 fi
8507 ;;
8508
8509 amigaos*)
8934764e
BB
8510 case $host_cpu in
8511 powerpc)
8512 # see comment about AmigaOS4 .so support
8513 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8514 archive_expsym_cmds=''
8515 ;;
8516 m68k)
8517 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)'
8518 hardcode_libdir_flag_spec='-L$libdir'
8519 hardcode_minus_L=yes
8520 ;;
8521 esac
bf9f3bac 8522 ;;
8523
8524 beos*)
8934764e
BB
8525 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8526 allow_undefined_flag=unsupported
bf9f3bac 8527 # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
8528 # support --undefined. This deserves some investigation. FIXME
8934764e 8529 archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
bf9f3bac 8530 else
8934764e 8531 ld_shlibs=no
bf9f3bac 8532 fi
8533 ;;
8534
8934764e
BB
8535 cygwin* | mingw* | pw32* | cegcc*)
8536 # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
bf9f3bac 8537 # as there is no search path for DLLs.
8934764e
BB
8538 hardcode_libdir_flag_spec='-L$libdir'
8539 allow_undefined_flag=unsupported
8540 always_export_symbols=no
8541 enable_shared_with_static_runtimes=yes
8542 export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
8543
8544 if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
8545 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
bf9f3bac 8546 # If the export-symbols file already is a .def file (1st line
8547 # is EXPORTS), use it as is; otherwise, prepend...
8934764e 8548 archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
bf9f3bac 8549 cp $export_symbols $output_objdir/$soname.def;
8550 else
8551 echo EXPORTS > $output_objdir/$soname.def;
8552 cat $export_symbols >> $output_objdir/$soname.def;
8553 fi~
8554 $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
8555 else
8934764e 8556 ld_shlibs=no
bf9f3bac 8557 fi
8558 ;;
8559
8934764e
BB
8560 interix[3-9]*)
8561 hardcode_direct=no
8562 hardcode_shlibpath_var=no
8563 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8564 export_dynamic_flag_spec='${wl}-E'
bf9f3bac 8565 # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
8566 # Instead, shared libraries are loaded at an image base (0x10000000 by
8567 # default) and relocated if they conflict, which is a slow very memory
8568 # consuming and fragmenting process. To avoid this, we pick a random,
8569 # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
8570 # time. Moving up from 0x10000000 also allows more sbrk(2) space.
8934764e
BB
8571 archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
8572 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 8573 ;;
8574
8934764e
BB
8575 gnu* | linux* | tpf* | k*bsd*-gnu)
8576 tmp_diet=no
8577 if test "$host_os" = linux-dietlibc; then
8578 case $cc_basename in
8579 diet\ *) tmp_diet=yes;; # linux-dietlibc with static linking (!diet-dyn)
8580 esac
8581 fi
8582 if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
8583 && test "$tmp_diet" = no
8584 then
bf9f3bac 8585 tmp_addflag=
8934764e 8586 tmp_sharedflag='-shared'
bf9f3bac 8587 case $cc_basename,$host_cpu in
8934764e
BB
8588 pgcc*) # Portland Group C compiler
8589 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 8590 tmp_addflag=' $pic_flag'
8591 ;;
8592 pgf77* | pgf90* | pgf95*) # Portland Group f77 and f90 compilers
8934764e 8593 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 8594 tmp_addflag=' $pic_flag -Mnomain' ;;
8934764e 8595 ecc*,ia64* | icc*,ia64*) # Intel C compiler on ia64
bf9f3bac 8596 tmp_addflag=' -i_dynamic' ;;
8597 efc*,ia64* | ifort*,ia64*) # Intel Fortran compiler on ia64
8598 tmp_addflag=' -i_dynamic -nofor_main' ;;
8599 ifc* | ifort*) # Intel Fortran compiler
8600 tmp_addflag=' -nofor_main' ;;
8934764e
BB
8601 lf95*) # Lahey Fortran 8.1
8602 whole_archive_flag_spec=
8603 tmp_sharedflag='--shared' ;;
8604 xl[cC]*) # IBM XL C 8.0 on PPC (deal with xlf below)
8605 tmp_sharedflag='-qmkshrobj'
8606 tmp_addflag= ;;
8607 esac
8608 case `$CC -V 2>&1 | sed 5q` in
8609 *Sun\ C*) # Sun C 5.9
8610 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'
8611 compiler_needs_object=yes
8612 tmp_sharedflag='-G' ;;
8613 *Sun\ F*) # Sun Fortran 8.3
8614 tmp_sharedflag='-G' ;;
bf9f3bac 8615 esac
8934764e 8616 archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
bf9f3bac 8617
8934764e
BB
8618 if test "x$supports_anon_versioning" = xyes; then
8619 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8620 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8621 echo "local: *; };" >> $output_objdir/$libname.ver~
8622 $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8623 fi
8624
8625 case $cc_basename in
8626 xlf*)
8627 # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8628 whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8629 hardcode_libdir_flag_spec=
8630 hardcode_libdir_flag_spec_ld='-rpath $libdir'
8631 archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8632 if test "x$supports_anon_versioning" = xyes; then
8633 archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8634 cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8635 echo "local: *; };" >> $output_objdir/$libname.ver~
8636 $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8637 fi
8638 ;;
8639 esac
bf9f3bac 8640 else
8934764e 8641 ld_shlibs=no
bf9f3bac 8642 fi
8643 ;;
8644
8645 netbsd*)
8934764e
BB
8646 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8647 archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
bf9f3bac 8648 wlarc=
8649 else
8934764e
BB
8650 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8651 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
bf9f3bac 8652 fi
8653 ;;
8654
8655 solaris*)
8934764e
BB
8656 if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8657 ld_shlibs=no
8658 cat <<_LT_EOF 1>&2
bf9f3bac 8659
8660*** Warning: The releases 2.8.* of the GNU linker cannot reliably
8661*** create shared libraries on Solaris systems. Therefore, libtool
8662*** is disabling shared libraries support. We urge you to upgrade GNU
8663*** binutils to release 2.9.1 or newer. Another option is to modify
8664*** your PATH or compiler configuration so that the native linker is
8665*** used, and then restart.
8666
8934764e
BB
8667_LT_EOF
8668 elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8669 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8670 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
bf9f3bac 8671 else
8934764e 8672 ld_shlibs=no
bf9f3bac 8673 fi
8674 ;;
8675
8676 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8677 case `$LD -v 2>&1` in
8678 *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8934764e 8679 ld_shlibs=no
bf9f3bac 8680 cat <<_LT_EOF 1>&2
8681
8682*** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8683*** reliably create shared libraries on SCO systems. Therefore, libtool
8684*** is disabling shared libraries support. We urge you to upgrade GNU
8685*** binutils to release 2.16.91.0.3 or newer. Another option is to modify
8686*** your PATH or compiler configuration so that the native linker is
8687*** used, and then restart.
8688
8689_LT_EOF
8690 ;;
8691 *)
8934764e
BB
8692 # For security reasons, it is highly recommended that you always
8693 # use absolute paths for naming shared libraries, and exclude the
8694 # DT_RUNPATH tag from executables and libraries. But doing so
8695 # requires that you compile everything twice, which is a pain.
8696 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8697 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8698 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8699 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
bf9f3bac 8700 else
8934764e 8701 ld_shlibs=no
bf9f3bac 8702 fi
8703 ;;
8704 esac
8705 ;;
8706
8707 sunos4*)
8934764e 8708 archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
bf9f3bac 8709 wlarc=
8934764e
BB
8710 hardcode_direct=yes
8711 hardcode_shlibpath_var=no
bf9f3bac 8712 ;;
8713
8714 *)
8934764e
BB
8715 if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8716 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8717 archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
bf9f3bac 8718 else
8934764e 8719 ld_shlibs=no
bf9f3bac 8720 fi
8721 ;;
8722 esac
8723
8934764e 8724 if test "$ld_shlibs" = no; then
bf9f3bac 8725 runpath_var=
8934764e
BB
8726 hardcode_libdir_flag_spec=
8727 export_dynamic_flag_spec=
8728 whole_archive_flag_spec=
bf9f3bac 8729 fi
8730 else
8731 # PORTME fill in a description of your system's linker (not GNU ld)
8732 case $host_os in
8733 aix3*)
8934764e
BB
8734 allow_undefined_flag=unsupported
8735 always_export_symbols=yes
8736 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 8737 # Note: this linker hardcodes the directories in LIBPATH if there
8738 # are no directories specified by -L.
8934764e 8739 hardcode_minus_L=yes
bf9f3bac 8740 if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8741 # Neither direct hardcoding nor static linking is supported with a
8742 # broken collect2.
8934764e 8743 hardcode_direct=unsupported
bf9f3bac 8744 fi
8745 ;;
8746
8934764e 8747 aix[4-9]*)
bf9f3bac 8748 if test "$host_cpu" = ia64; then
8749 # On IA64, the linker does run time linking by default, so we don't
8750 # have to do anything special.
8751 aix_use_runtimelinking=no
8752 exp_sym_flag='-Bexport'
8753 no_entry_flag=""
8754 else
8755 # If we're using GNU nm, then we don't want the "-C" option.
8756 # -C means demangle to AIX nm, but means don't demangle with GNU nm
8934764e
BB
8757 if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8758 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 8759 else
8934764e 8760 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 8761 fi
8762 aix_use_runtimelinking=no
8763
8764 # Test if we are trying to use run time linking or normal
8765 # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8766 # need to do runtime linking.
8934764e 8767 case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
bf9f3bac 8768 for ld_flag in $LDFLAGS; do
8934764e
BB
8769 if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8770 aix_use_runtimelinking=yes
8771 break
8772 fi
bf9f3bac 8773 done
8774 ;;
8775 esac
8776
8777 exp_sym_flag='-bexport'
8778 no_entry_flag='-bnoentry'
8779 fi
8780
8781 # When large executables or shared objects are built, AIX ld can
8782 # have problems creating the table of contents. If linking a library
8783 # or program results in "error TOC overflow" add -mminimal-toc to
8784 # CXXFLAGS/CFLAGS for g++/gcc. In the cases where that is not
8785 # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8786
8934764e
BB
8787 archive_cmds=''
8788 hardcode_direct=yes
8789 hardcode_direct_absolute=yes
8790 hardcode_libdir_separator=':'
8791 link_all_deplibs=yes
8792 file_list_spec='${wl}-f,'
bf9f3bac 8793
8794 if test "$GCC" = yes; then
8795 case $host_os in aix4.[012]|aix4.[012].*)
8796 # We only want to do this on AIX 4.2 and lower, the check
8797 # below for broken collect2 doesn't work under 4.3+
8798 collect2name=`${CC} -print-prog-name=collect2`
8934764e
BB
8799 if test -f "$collect2name" &&
8800 strings "$collect2name" | $GREP resolve_lib_name >/dev/null
bf9f3bac 8801 then
8934764e
BB
8802 # We have reworked collect2
8803 :
bf9f3bac 8804 else
8934764e
BB
8805 # We have old collect2
8806 hardcode_direct=unsupported
8807 # It fails to find uninstalled libraries when the uninstalled
8808 # path is not listed in the libpath. Setting hardcode_minus_L
8809 # to unsupported forces relinking
8810 hardcode_minus_L=yes
8811 hardcode_libdir_flag_spec='-L$libdir'
8812 hardcode_libdir_separator=
bf9f3bac 8813 fi
8814 ;;
8815 esac
8816 shared_flag='-shared'
8817 if test "$aix_use_runtimelinking" = yes; then
8818 shared_flag="$shared_flag "'${wl}-G'
8819 fi
8820 else
8821 # not using gcc
8822 if test "$host_cpu" = ia64; then
8934764e
BB
8823 # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8824 # chokes on -Wl,-G. The following line is correct:
bf9f3bac 8825 shared_flag='-G'
8826 else
8827 if test "$aix_use_runtimelinking" = yes; then
8828 shared_flag='${wl}-G'
8829 else
8830 shared_flag='${wl}-bM:SRE'
8831 fi
8832 fi
8833 fi
8834
8934764e 8835 export_dynamic_flag_spec='${wl}-bexpall'
bf9f3bac 8836 # It seems that -bexpall does not export symbols beginning with
8837 # underscore (_), so it is better to generate a list of symbols to export.
8934764e 8838 always_export_symbols=yes
bf9f3bac 8839 if test "$aix_use_runtimelinking" = yes; then
8840 # Warning - without using the other runtime loading flags (-brtl),
8841 # -berok will link without error, but may produce a broken library.
8934764e
BB
8842 allow_undefined_flag='-berok'
8843 # Determine the default libpath from the value encoded in an
8844 # empty executable.
8845 cat >conftest.$ac_ext <<_ACEOF
bf9f3bac 8846/* confdefs.h. */
8847_ACEOF
8848cat confdefs.h >>conftest.$ac_ext
8849cat >>conftest.$ac_ext <<_ACEOF
8850/* end confdefs.h. */
8851
8852int
8853main ()
8854{
8855
8856 ;
8857 return 0;
8858}
8859_ACEOF
8860rm -f conftest.$ac_objext conftest$ac_exeext
8934764e
BB
8861if { (ac_try="$ac_link"
8862case "(($ac_try" in
8863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8864 *) ac_try_echo=$ac_try;;
8865esac
8866eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8867$as_echo "$ac_try_echo") >&5
8868 (eval "$ac_link") 2>conftest.er1
bf9f3bac 8869 ac_status=$?
8870 grep -v '^ *+' conftest.er1 >conftest.err
8871 rm -f conftest.er1
8872 cat conftest.err >&5
8934764e
BB
8873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8874 (exit $ac_status); } && {
8875 test -z "$ac_c_werror_flag" ||
8876 test ! -s conftest.err
8877 } && test -s conftest$ac_exeext && {
8878 test "$cross_compiling" = yes ||
8879 $as_test_x conftest$ac_exeext
8880 }; then
8881
8882lt_aix_libpath_sed='
8883 /Import File Strings/,/^$/ {
8884 /^0/ {
8885 s/^0 *\(.*\)$/\1/
8886 p
8887 }
8888 }'
8889aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
bf9f3bac 8890# Check for a 64-bit object if we didn't find anything.
8934764e
BB
8891if test -z "$aix_libpath"; then
8892 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8893fi
bf9f3bac 8894else
8934764e 8895 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 8896sed 's/^/| /' conftest.$ac_ext >&5
8897
8934764e 8898
bf9f3bac 8899fi
8934764e
BB
8900
8901rm -rf conftest.dSYM
8902rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
bf9f3bac 8903 conftest$ac_exeext conftest.$ac_ext
8904if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8905
8934764e
BB
8906 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8907 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"
8908 else
bf9f3bac 8909 if test "$host_cpu" = ia64; then
8934764e
BB
8910 hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8911 allow_undefined_flag="-z nodefs"
8912 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 8913 else
8934764e
BB
8914 # Determine the default libpath from the value encoded in an
8915 # empty executable.
bf9f3bac 8916 cat >conftest.$ac_ext <<_ACEOF
8917/* confdefs.h. */
8918_ACEOF
8919cat confdefs.h >>conftest.$ac_ext
8920cat >>conftest.$ac_ext <<_ACEOF
8921/* end confdefs.h. */
8922
8923int
8924main ()
8925{
8926
8927 ;
8928 return 0;
8929}
8930_ACEOF
8931rm -f conftest.$ac_objext conftest$ac_exeext
8934764e
BB
8932if { (ac_try="$ac_link"
8933case "(($ac_try" in
8934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8935 *) ac_try_echo=$ac_try;;
8936esac
8937eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8938$as_echo "$ac_try_echo") >&5
8939 (eval "$ac_link") 2>conftest.er1
bf9f3bac 8940 ac_status=$?
8941 grep -v '^ *+' conftest.er1 >conftest.err
8942 rm -f conftest.er1
8943 cat conftest.err >&5
8934764e
BB
8944 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8945 (exit $ac_status); } && {
8946 test -z "$ac_c_werror_flag" ||
8947 test ! -s conftest.err
8948 } && test -s conftest$ac_exeext && {
8949 test "$cross_compiling" = yes ||
8950 $as_test_x conftest$ac_exeext
8951 }; then
8952
8953lt_aix_libpath_sed='
8954 /Import File Strings/,/^$/ {
8955 /^0/ {
8956 s/^0 *\(.*\)$/\1/
8957 p
8958 }
8959 }'
8960aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
bf9f3bac 8961# Check for a 64-bit object if we didn't find anything.
8934764e
BB
8962if test -z "$aix_libpath"; then
8963 aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8964fi
bf9f3bac 8965else
8934764e 8966 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 8967sed 's/^/| /' conftest.$ac_ext >&5
8968
8934764e 8969
bf9f3bac 8970fi
8934764e
BB
8971
8972rm -rf conftest.dSYM
8973rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
bf9f3bac 8974 conftest$ac_exeext conftest.$ac_ext
8975if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8976
8934764e 8977 hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
bf9f3bac 8978 # Warning - without using the other run time loading flags,
8979 # -berok will link without error, but may produce a broken library.
8934764e
BB
8980 no_undefined_flag=' ${wl}-bernotok'
8981 allow_undefined_flag=' ${wl}-berok'
bf9f3bac 8982 # Exported symbols can be pulled into shared objects from archives
8934764e
BB
8983 whole_archive_flag_spec='$convenience'
8984 archive_cmds_need_lc=yes
bf9f3bac 8985 # This is similar to how AIX traditionally builds its shared libraries.
8934764e 8986 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 8987 fi
8988 fi
8989 ;;
8990
8991 amigaos*)
8934764e
BB
8992 case $host_cpu in
8993 powerpc)
8994 # see comment about AmigaOS4 .so support
8995 archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8996 archive_expsym_cmds=''
8997 ;;
8998 m68k)
8999 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)'
9000 hardcode_libdir_flag_spec='-L$libdir'
9001 hardcode_minus_L=yes
9002 ;;
9003 esac
bf9f3bac 9004 ;;
9005
9006 bsdi[45]*)
8934764e 9007 export_dynamic_flag_spec=-rdynamic
bf9f3bac 9008 ;;
9009
8934764e 9010 cygwin* | mingw* | pw32* | cegcc*)
bf9f3bac 9011 # When not using gcc, we currently assume that we are using
9012 # Microsoft Visual C++.
9013 # hardcode_libdir_flag_spec is actually meaningless, as there is
9014 # no search path for DLLs.
8934764e
BB
9015 hardcode_libdir_flag_spec=' '
9016 allow_undefined_flag=unsupported
bf9f3bac 9017 # Tell ltmain to make .lib files, not .a files.
9018 libext=lib
9019 # Tell ltmain to make .dll files, not .so files.
9020 shrext_cmds=".dll"
9021 # FIXME: Setting linknames here is a bad hack.
8934764e 9022 archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
bf9f3bac 9023 # The linker will automatically build a .lib file if we build a DLL.
8934764e 9024 old_archive_from_new_cmds='true'
bf9f3bac 9025 # FIXME: Should let the user specify the lib program.
8934764e
BB
9026 old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
9027 fix_srcfile_path='`cygpath -w "$srcfile"`'
9028 enable_shared_with_static_runtimes=yes
bf9f3bac 9029 ;;
9030
9031 darwin* | rhapsody*)
8934764e
BB
9032
9033
9034 archive_cmds_need_lc=no
9035 hardcode_direct=no
9036 hardcode_automatic=yes
9037 hardcode_shlibpath_var=unsupported
9038 whole_archive_flag_spec=''
9039 link_all_deplibs=yes
9040 allow_undefined_flag="$_lt_dar_allow_undefined"
9041 case $cc_basename in
9042 ifort*) _lt_dar_can_shared=yes ;;
9043 *) _lt_dar_can_shared=$GCC ;;
9044 esac
9045 if test "$_lt_dar_can_shared" = "yes"; then
9046 output_verbose_link_cmd=echo
9047 archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
9048 module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
9049 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}"
9050 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}"
9051
9052 else
9053 ld_shlibs=no
9054 fi
9055
bf9f3bac 9056 ;;
9057
9058 dgux*)
8934764e
BB
9059 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9060 hardcode_libdir_flag_spec='-L$libdir'
9061 hardcode_shlibpath_var=no
bf9f3bac 9062 ;;
9063
9064 freebsd1*)
8934764e 9065 ld_shlibs=no
bf9f3bac 9066 ;;
9067
9068 # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
9069 # support. Future versions do this automatically, but an explicit c++rt0.o
9070 # does not break anything, and helps significantly (at the cost of a little
9071 # extra space).
9072 freebsd2.2*)
8934764e
BB
9073 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
9074 hardcode_libdir_flag_spec='-R$libdir'
9075 hardcode_direct=yes
9076 hardcode_shlibpath_var=no
bf9f3bac 9077 ;;
9078
9079 # Unfortunately, older versions of FreeBSD 2 do not have this feature.
9080 freebsd2*)
8934764e
BB
9081 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9082 hardcode_direct=yes
9083 hardcode_minus_L=yes
9084 hardcode_shlibpath_var=no
bf9f3bac 9085 ;;
9086
9087 # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8934764e
BB
9088 freebsd* | dragonfly*)
9089 archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
9090 hardcode_libdir_flag_spec='-R$libdir'
9091 hardcode_direct=yes
9092 hardcode_shlibpath_var=no
bf9f3bac 9093 ;;
9094
9095 hpux9*)
9096 if test "$GCC" = yes; then
8934764e 9097 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 9098 else
8934764e 9099 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 9100 fi
8934764e
BB
9101 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9102 hardcode_libdir_separator=:
9103 hardcode_direct=yes
bf9f3bac 9104
9105 # hardcode_minus_L: Not really in the search PATH,
9106 # but as the default location of the library.
8934764e
BB
9107 hardcode_minus_L=yes
9108 export_dynamic_flag_spec='${wl}-E'
bf9f3bac 9109 ;;
9110
9111 hpux10*)
9112 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8934764e 9113 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9114 else
8934764e 9115 archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
bf9f3bac 9116 fi
9117 if test "$with_gnu_ld" = no; then
8934764e
BB
9118 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9119 hardcode_libdir_flag_spec_ld='+b $libdir'
9120 hardcode_libdir_separator=:
9121 hardcode_direct=yes
9122 hardcode_direct_absolute=yes
9123 export_dynamic_flag_spec='${wl}-E'
bf9f3bac 9124 # hardcode_minus_L: Not really in the search PATH,
9125 # but as the default location of the library.
8934764e 9126 hardcode_minus_L=yes
bf9f3bac 9127 fi
9128 ;;
9129
9130 hpux11*)
9131 if test "$GCC" = yes -a "$with_gnu_ld" = no; then
9132 case $host_cpu in
9133 hppa*64*)
8934764e 9134 archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9135 ;;
9136 ia64*)
8934764e 9137 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9138 ;;
9139 *)
8934764e 9140 archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9141 ;;
9142 esac
9143 else
9144 case $host_cpu in
9145 hppa*64*)
8934764e 9146 archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9147 ;;
9148 ia64*)
8934764e 9149 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9150 ;;
9151 *)
8934764e 9152 archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9153 ;;
9154 esac
9155 fi
9156 if test "$with_gnu_ld" = no; then
8934764e
BB
9157 hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
9158 hardcode_libdir_separator=:
bf9f3bac 9159
9160 case $host_cpu in
9161 hppa*64*|ia64*)
8934764e
BB
9162 hardcode_direct=no
9163 hardcode_shlibpath_var=no
bf9f3bac 9164 ;;
9165 *)
8934764e
BB
9166 hardcode_direct=yes
9167 hardcode_direct_absolute=yes
9168 export_dynamic_flag_spec='${wl}-E'
bf9f3bac 9169
9170 # hardcode_minus_L: Not really in the search PATH,
9171 # but as the default location of the library.
8934764e 9172 hardcode_minus_L=yes
bf9f3bac 9173 ;;
9174 esac
9175 fi
9176 ;;
9177
9178 irix5* | irix6* | nonstopux*)
9179 if test "$GCC" = yes; then
8934764e
BB
9180 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'
9181 # Try to use the -exported_symbol ld option, if it does not
9182 # work, assume that -exports_file does not work either and
9183 # implicitly export all symbols.
9184 save_LDFLAGS="$LDFLAGS"
9185 LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
9186 cat >conftest.$ac_ext <<_ACEOF
9187int foo(void) {}
9188_ACEOF
9189rm -f conftest.$ac_objext conftest$ac_exeext
9190if { (ac_try="$ac_link"
9191case "(($ac_try" in
9192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9193 *) ac_try_echo=$ac_try;;
9194esac
9195eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9196$as_echo "$ac_try_echo") >&5
9197 (eval "$ac_link") 2>conftest.er1
9198 ac_status=$?
9199 grep -v '^ *+' conftest.er1 >conftest.err
9200 rm -f conftest.er1
9201 cat conftest.err >&5
9202 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9203 (exit $ac_status); } && {
9204 test -z "$ac_c_werror_flag" ||
9205 test ! -s conftest.err
9206 } && test -s conftest$ac_exeext && {
9207 test "$cross_compiling" = yes ||
9208 $as_test_x conftest$ac_exeext
9209 }; then
9210 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'
9211
9212else
9213 $as_echo "$as_me: failed program was:" >&5
9214sed 's/^/| /' conftest.$ac_ext >&5
9215
9216
9217fi
9218
9219rm -rf conftest.dSYM
9220rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9221 conftest$ac_exeext conftest.$ac_ext
9222 LDFLAGS="$save_LDFLAGS"
bf9f3bac 9223 else
8934764e
BB
9224 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'
9225 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 9226 fi
8934764e
BB
9227 archive_cmds_need_lc='no'
9228 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9229 hardcode_libdir_separator=:
9230 inherit_rpath=yes
9231 link_all_deplibs=yes
bf9f3bac 9232 ;;
9233
9234 netbsd*)
8934764e
BB
9235 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9236 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags' # a.out
bf9f3bac 9237 else
8934764e 9238 archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags' # ELF
bf9f3bac 9239 fi
8934764e
BB
9240 hardcode_libdir_flag_spec='-R$libdir'
9241 hardcode_direct=yes
9242 hardcode_shlibpath_var=no
bf9f3bac 9243 ;;
9244
9245 newsos6)
8934764e
BB
9246 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9247 hardcode_direct=yes
9248 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9249 hardcode_libdir_separator=:
9250 hardcode_shlibpath_var=no
9251 ;;
9252
9253 *nto* | *qnx*)
bf9f3bac 9254 ;;
9255
9256 openbsd*)
8934764e
BB
9257 if test -f /usr/libexec/ld.so; then
9258 hardcode_direct=yes
9259 hardcode_shlibpath_var=no
9260 hardcode_direct_absolute=yes
9261 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9262 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9263 archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
9264 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9265 export_dynamic_flag_spec='${wl}-E'
9266 else
9267 case $host_os in
9268 openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
9269 archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
9270 hardcode_libdir_flag_spec='-R$libdir'
9271 ;;
9272 *)
9273 archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
9274 hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
9275 ;;
9276 esac
9277 fi
bf9f3bac 9278 else
8934764e 9279 ld_shlibs=no
bf9f3bac 9280 fi
9281 ;;
9282
9283 os2*)
8934764e
BB
9284 hardcode_libdir_flag_spec='-L$libdir'
9285 hardcode_minus_L=yes
9286 allow_undefined_flag=unsupported
9287 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'
9288 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
bf9f3bac 9289 ;;
9290
9291 osf3*)
9292 if test "$GCC" = yes; then
8934764e
BB
9293 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9294 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 9295 else
8934764e
BB
9296 allow_undefined_flag=' -expect_unresolved \*'
9297 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 9298 fi
8934764e
BB
9299 archive_cmds_need_lc='no'
9300 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
9301 hardcode_libdir_separator=:
bf9f3bac 9302 ;;
9303
9304 osf4* | osf5*) # as osf3* with the addition of -msym flag
9305 if test "$GCC" = yes; then
8934764e
BB
9306 allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
9307 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'
9308 hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
bf9f3bac 9309 else
8934764e
BB
9310 allow_undefined_flag=' -expect_unresolved \*'
9311 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'
9312 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~
9313 $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 9314
9315 # Both c and cxx compiler support -rpath directly
8934764e 9316 hardcode_libdir_flag_spec='-rpath $libdir'
bf9f3bac 9317 fi
8934764e
BB
9318 archive_cmds_need_lc='no'
9319 hardcode_libdir_separator=:
bf9f3bac 9320 ;;
9321
9322 solaris*)
8934764e 9323 no_undefined_flag=' -z defs'
bf9f3bac 9324 if test "$GCC" = yes; then
9325 wlarc='${wl}'
8934764e
BB
9326 archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
9327 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9328 $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 9329 else
8934764e
BB
9330 case `$CC -V 2>&1` in
9331 *"Compilers 5.0"*)
9332 wlarc=''
9333 archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
9334 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9335 $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
9336 ;;
9337 *)
9338 wlarc='${wl}'
9339 archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
9340 archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
9341 $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
9342 ;;
9343 esac
bf9f3bac 9344 fi
8934764e
BB
9345 hardcode_libdir_flag_spec='-R$libdir'
9346 hardcode_shlibpath_var=no
bf9f3bac 9347 case $host_os in
9348 solaris2.[0-5] | solaris2.[0-5].*) ;;
9349 *)
8934764e
BB
9350 # The compiler driver will combine and reorder linker options,
9351 # but understands `-z linker_flag'. GCC discards it without `$wl',
9352 # but is careful enough not to reorder.
9353 # Supported since Solaris 2.6 (maybe 2.5.1?)
9354 if test "$GCC" = yes; then
9355 whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
9356 else
9357 whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
9358 fi
9359 ;;
bf9f3bac 9360 esac
8934764e 9361 link_all_deplibs=yes
bf9f3bac 9362 ;;
9363
9364 sunos4*)
9365 if test "x$host_vendor" = xsequent; then
9366 # Use $CC to link under sequent, because it throws in some extra .o
9367 # files that make .init and .fini sections work.
8934764e 9368 archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9369 else
8934764e 9370 archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
bf9f3bac 9371 fi
8934764e
BB
9372 hardcode_libdir_flag_spec='-L$libdir'
9373 hardcode_direct=yes
9374 hardcode_minus_L=yes
9375 hardcode_shlibpath_var=no
bf9f3bac 9376 ;;
9377
9378 sysv4)
9379 case $host_vendor in
9380 sni)
8934764e
BB
9381 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9382 hardcode_direct=yes # is this really true???
bf9f3bac 9383 ;;
9384 siemens)
9385 ## LD is ld it makes a PLAMLIB
9386 ## CC just makes a GrossModule.
8934764e
BB
9387 archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
9388 reload_cmds='$CC -r -o $output$reload_objs'
9389 hardcode_direct=no
bf9f3bac 9390 ;;
9391 motorola)
8934764e
BB
9392 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9393 hardcode_direct=no #Motorola manual says yes, but my tests say they lie
bf9f3bac 9394 ;;
9395 esac
9396 runpath_var='LD_RUN_PATH'
8934764e 9397 hardcode_shlibpath_var=no
bf9f3bac 9398 ;;
9399
9400 sysv4.3*)
8934764e
BB
9401 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9402 hardcode_shlibpath_var=no
9403 export_dynamic_flag_spec='-Bexport'
bf9f3bac 9404 ;;
9405
9406 sysv4*MP*)
9407 if test -d /usr/nec; then
8934764e
BB
9408 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9409 hardcode_shlibpath_var=no
bf9f3bac 9410 runpath_var=LD_RUN_PATH
9411 hardcode_runpath_var=yes
8934764e 9412 ld_shlibs=yes
bf9f3bac 9413 fi
9414 ;;
9415
8934764e
BB
9416 sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
9417 no_undefined_flag='${wl}-z,text'
9418 archive_cmds_need_lc=no
9419 hardcode_shlibpath_var=no
bf9f3bac 9420 runpath_var='LD_RUN_PATH'
9421
9422 if test "$GCC" = yes; then
8934764e
BB
9423 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9424 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9425 else
8934764e
BB
9426 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9427 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9428 fi
9429 ;;
9430
9431 sysv5* | sco3.2v5* | sco5v6*)
9432 # Note: We can NOT use -z defs as we might desire, because we do not
9433 # link with -lc, and that would cause any symbols used from libc to
9434 # always be unresolved, which means just about no library would
9435 # ever link correctly. If we're not using GNU ld we use -z text
9436 # though, which does catch some bad symbols but isn't as heavy-handed
9437 # as -z defs.
8934764e
BB
9438 no_undefined_flag='${wl}-z,text'
9439 allow_undefined_flag='${wl}-z,nodefs'
9440 archive_cmds_need_lc=no
9441 hardcode_shlibpath_var=no
9442 hardcode_libdir_flag_spec='${wl}-R,$libdir'
9443 hardcode_libdir_separator=':'
9444 link_all_deplibs=yes
9445 export_dynamic_flag_spec='${wl}-Bexport'
bf9f3bac 9446 runpath_var='LD_RUN_PATH'
9447
9448 if test "$GCC" = yes; then
8934764e
BB
9449 archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9450 archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9451 else
8934764e
BB
9452 archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
9453 archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
bf9f3bac 9454 fi
9455 ;;
9456
9457 uts4*)
8934764e
BB
9458 archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
9459 hardcode_libdir_flag_spec='-L$libdir'
9460 hardcode_shlibpath_var=no
bf9f3bac 9461 ;;
9462
9463 *)
8934764e 9464 ld_shlibs=no
bf9f3bac 9465 ;;
9466 esac
8934764e
BB
9467
9468 if test x$host_vendor = xsni; then
9469 case $host in
9470 sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
9471 export_dynamic_flag_spec='${wl}-Blargedynsym'
9472 ;;
9473 esac
9474 fi
bf9f3bac 9475 fi
9476
8934764e
BB
9477{ $as_echo "$as_me:$LINENO: result: $ld_shlibs" >&5
9478$as_echo "$ld_shlibs" >&6; }
9479test "$ld_shlibs" = no && can_build_shared=no
9480
9481with_gnu_ld=$with_gnu_ld
9482
9483
9484
9485
9486
9487
9488
9489
9490
9491
9492
9493
9494
9495
bf9f3bac 9496
9497#
9498# Do we need to explicitly link libc?
9499#
8934764e 9500case "x$archive_cmds_need_lc" in
bf9f3bac 9501x|xyes)
9502 # Assume -lc should be added
8934764e 9503 archive_cmds_need_lc=yes
bf9f3bac 9504
9505 if test "$enable_shared" = yes && test "$GCC" = yes; then
8934764e 9506 case $archive_cmds in
bf9f3bac 9507 *'~'*)
9508 # FIXME: we may have to deal with multi-command sequences.
9509 ;;
9510 '$CC '*)
9511 # Test whether the compiler implicitly links with -lc since on some
9512 # systems, -lgcc has to come before -lc. If gcc already passes -lc
9513 # to ld, don't add -lc before -lgcc.
8934764e
BB
9514 { $as_echo "$as_me:$LINENO: checking whether -lc should be explicitly linked in" >&5
9515$as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
9516 $RM conftest*
9517 echo "$lt_simple_compile_test_code" > conftest.$ac_ext
bf9f3bac 9518
9519 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9520 (eval $ac_compile) 2>&5
9521 ac_status=$?
8934764e 9522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 9523 (exit $ac_status); } 2>conftest.err; then
9524 soname=conftest
9525 lib=conftest
9526 libobjs=conftest.$ac_objext
9527 deplibs=
8934764e
BB
9528 wl=$lt_prog_compiler_wl
9529 pic_flag=$lt_prog_compiler_pic
bf9f3bac 9530 compiler_flags=-v
9531 linker_flags=-v
9532 verstring=
9533 output_objdir=.
9534 libname=conftest
8934764e
BB
9535 lt_save_allow_undefined_flag=$allow_undefined_flag
9536 allow_undefined_flag=
9537 if { (eval echo "$as_me:$LINENO: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\"") >&5
9538 (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
bf9f3bac 9539 ac_status=$?
8934764e 9540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 9541 (exit $ac_status); }
9542 then
8934764e 9543 archive_cmds_need_lc=no
bf9f3bac 9544 else
8934764e 9545 archive_cmds_need_lc=yes
bf9f3bac 9546 fi
8934764e 9547 allow_undefined_flag=$lt_save_allow_undefined_flag
bf9f3bac 9548 else
9549 cat conftest.err 1>&5
9550 fi
8934764e
BB
9551 $RM conftest*
9552 { $as_echo "$as_me:$LINENO: result: $archive_cmds_need_lc" >&5
9553$as_echo "$archive_cmds_need_lc" >&6; }
bf9f3bac 9554 ;;
9555 esac
9556 fi
9557 ;;
9558esac
9559
8934764e
BB
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
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
9712
9713
9714
9715
9716 { $as_echo "$as_me:$LINENO: checking dynamic linker characteristics" >&5
9717$as_echo_n "checking dynamic linker characteristics... " >&6; }
9718
9719if test "$GCC" = yes; then
9720 case $host_os in
9721 darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9722 *) lt_awk_arg="/^libraries:/" ;;
9723 esac
9724 lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9725 if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9726 # if the path contains ";" then we assume it to be the separator
9727 # otherwise default to the standard path separator (i.e. ":") - it is
9728 # assumed that no part of a normal pathname contains ";" but that should
9729 # okay in the real world where ";" in dirpaths is itself problematic.
9730 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9731 else
9732 lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
9733 fi
9734 # Ok, now we have the path, separated by spaces, we can step through it
9735 # and add multilib dir if necessary.
9736 lt_tmp_lt_search_path_spec=
9737 lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9738 for lt_sys_path in $lt_search_path_spec; do
9739 if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9740 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9741 else
9742 test -d "$lt_sys_path" && \
9743 lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9744 fi
9745 done
9746 lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9747BEGIN {RS=" "; FS="/|\n";} {
9748 lt_foo="";
9749 lt_count=0;
9750 for (lt_i = NF; lt_i > 0; lt_i--) {
9751 if ($lt_i != "" && $lt_i != ".") {
9752 if ($lt_i == "..") {
9753 lt_count++;
9754 } else {
9755 if (lt_count == 0) {
9756 lt_foo="/" $lt_i lt_foo;
9757 } else {
9758 lt_count--;
9759 }
9760 }
9761 }
9762 }
9763 if (lt_foo != "") { lt_freq[lt_foo]++; }
9764 if (lt_freq[lt_foo] == 1) { print lt_foo; }
9765}'`
9766 sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9767else
9768 sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9769fi
bf9f3bac 9770library_names_spec=
9771libname_spec='lib$name'
9772soname_spec=
9773shrext_cmds=".so"
9774postinstall_cmds=
9775postuninstall_cmds=
9776finish_cmds=
9777finish_eval=
9778shlibpath_var=
9779shlibpath_overrides_runpath=unknown
9780version_type=none
9781dynamic_linker="$host_os ld.so"
9782sys_lib_dlsearch_path_spec="/lib /usr/lib"
bf9f3bac 9783need_lib_prefix=unknown
9784hardcode_into_libs=no
9785
9786# when you set need_version to no, make sure it does not cause -set_version
9787# flags to be left without arguments
9788need_version=unknown
9789
9790case $host_os in
9791aix3*)
9792 version_type=linux
9793 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9794 shlibpath_var=LIBPATH
9795
9796 # AIX 3 has no versioning support, so we append a major version to the name.
9797 soname_spec='${libname}${release}${shared_ext}$major'
9798 ;;
9799
8934764e 9800aix[4-9]*)
bf9f3bac 9801 version_type=linux
9802 need_lib_prefix=no
9803 need_version=no
9804 hardcode_into_libs=yes
9805 if test "$host_cpu" = ia64; then
9806 # AIX 5 supports IA64
9807 library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9808 shlibpath_var=LD_LIBRARY_PATH
9809 else
9810 # With GCC up to 2.95.x, collect2 would create an import file
9811 # for dependence libraries. The import file would start with
9812 # the line `#! .'. This would cause the generated library to
9813 # depend on `.', always an invalid library. This was fixed in
9814 # development snapshots of GCC prior to 3.0.
9815 case $host_os in
9816 aix4 | aix4.[01] | aix4.[01].*)
9817 if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9818 echo ' yes '
8934764e 9819 echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
bf9f3bac 9820 :
9821 else
9822 can_build_shared=no
9823 fi
9824 ;;
9825 esac
9826 # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9827 # soname into executable. Probably we can add versioning support to
9828 # collect2, so additional links can be useful in future.
9829 if test "$aix_use_runtimelinking" = yes; then
9830 # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9831 # instead of lib<name>.a to let people know that these are not
9832 # typical AIX shared libraries.
9833 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9834 else
9835 # We preserve .a as extension for shared libraries through AIX4.2
9836 # and later when we are not doing run time linking.
9837 library_names_spec='${libname}${release}.a $libname.a'
9838 soname_spec='${libname}${release}${shared_ext}$major'
9839 fi
9840 shlibpath_var=LIBPATH
9841 fi
9842 ;;
9843
9844amigaos*)
8934764e
BB
9845 case $host_cpu in
9846 powerpc)
9847 # Since July 2007 AmigaOS4 officially supports .so libraries.
9848 # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9849 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9850 ;;
9851 m68k)
9852 library_names_spec='$libname.ixlibrary $libname.a'
9853 # Create ${libname}_ixlibrary.a entries in /sys/libs.
9854 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'
9855 ;;
9856 esac
bf9f3bac 9857 ;;
9858
9859beos*)
9860 library_names_spec='${libname}${shared_ext}'
9861 dynamic_linker="$host_os ld.so"
9862 shlibpath_var=LIBRARY_PATH
9863 ;;
9864
9865bsdi[45]*)
9866 version_type=linux
9867 need_version=no
9868 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9869 soname_spec='${libname}${release}${shared_ext}$major'
9870 finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9871 shlibpath_var=LD_LIBRARY_PATH
9872 sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9873 sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9874 # the default ld.so.conf also contains /usr/contrib/lib and
9875 # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9876 # libtool to hard-code these into programs
9877 ;;
9878
8934764e 9879cygwin* | mingw* | pw32* | cegcc*)
bf9f3bac 9880 version_type=windows
9881 shrext_cmds=".dll"
9882 need_version=no
9883 need_lib_prefix=no
9884
9885 case $GCC,$host_os in
8934764e 9886 yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
bf9f3bac 9887 library_names_spec='$libname.dll.a'
9888 # DLL is installed to $(libdir)/../bin by postinstall_cmds
9889 postinstall_cmds='base_file=`basename \${file}`~
8934764e 9890 dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
bf9f3bac 9891 dldir=$destdir/`dirname \$dlpath`~
9892 test -d \$dldir || mkdir -p \$dldir~
9893 $install_prog $dir/$dlname \$dldir/$dlname~
8934764e
BB
9894 chmod a+x \$dldir/$dlname~
9895 if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9896 eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9897 fi'
bf9f3bac 9898 postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9899 dlpath=$dir/\$dldll~
8934764e 9900 $RM \$dlpath'
bf9f3bac 9901 shlibpath_overrides_runpath=yes
9902
9903 case $host_os in
9904 cygwin*)
9905 # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9906 soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9907 sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9908 ;;
8934764e 9909 mingw* | cegcc*)
bf9f3bac 9910 # MinGW DLLs use traditional 'lib' prefix
9911 soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
8934764e
BB
9912 sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9913 if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
bf9f3bac 9914 # It is most probably a Windows format PATH printed by
9915 # mingw gcc, but we are running on Cygwin. Gcc prints its search
9916 # path with ; separators, and with drive letters. We can handle the
9917 # drive letters (cygwin fileutils understands them), so leave them,
9918 # especially as we might pass files found there to a mingw objdump,
9919 # which wouldn't understand a cygwinified path. Ahh.
8934764e 9920 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
bf9f3bac 9921 else
8934764e 9922 sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e "s/$PATH_SEPARATOR/ /g"`
bf9f3bac 9923 fi
9924 ;;
9925 pw32*)
9926 # pw32 DLLs use 'pw' prefix rather than 'lib'
9927 library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9928 ;;
9929 esac
9930 ;;
9931
9932 *)
9933 library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9934 ;;
9935 esac
9936 dynamic_linker='Win32 ld.exe'
9937 # FIXME: first we should search . and the directory the executable is in
9938 shlibpath_var=PATH
9939 ;;
9940
9941darwin* | rhapsody*)
9942 dynamic_linker="$host_os dyld"
9943 version_type=darwin
9944 need_lib_prefix=no
9945 need_version=no
8934764e 9946 library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
bf9f3bac 9947 soname_spec='${libname}${release}${major}$shared_ext'
9948 shlibpath_overrides_runpath=yes
9949 shlibpath_var=DYLD_LIBRARY_PATH
9950 shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
8934764e
BB
9951
9952 sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
bf9f3bac 9953 sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9954 ;;
9955
9956dgux*)
9957 version_type=linux
9958 need_lib_prefix=no
9959 need_version=no
9960 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9961 soname_spec='${libname}${release}${shared_ext}$major'
9962 shlibpath_var=LD_LIBRARY_PATH
9963 ;;
9964
9965freebsd1*)
9966 dynamic_linker=no
9967 ;;
9968
bf9f3bac 9969freebsd* | dragonfly*)
9970 # DragonFly does not have aout. When/if they implement a new
9971 # versioning mechanism, adjust this.
9972 if test -x /usr/bin/objformat; then
9973 objformat=`/usr/bin/objformat`
9974 else
9975 case $host_os in
9976 freebsd[123]*) objformat=aout ;;
9977 *) objformat=elf ;;
9978 esac
9979 fi
9980 version_type=freebsd-$objformat
9981 case $version_type in
9982 freebsd-elf*)
9983 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9984 need_version=no
9985 need_lib_prefix=no
9986 ;;
9987 freebsd-*)
9988 library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9989 need_version=yes
9990 ;;
9991 esac
9992 shlibpath_var=LD_LIBRARY_PATH
9993 case $host_os in
9994 freebsd2*)
9995 shlibpath_overrides_runpath=yes
9996 ;;
9997 freebsd3.[01]* | freebsdelf3.[01]*)
9998 shlibpath_overrides_runpath=yes
9999 hardcode_into_libs=yes
10000 ;;
10001 freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
10002 freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
10003 shlibpath_overrides_runpath=no
10004 hardcode_into_libs=yes
10005 ;;
8934764e 10006 *) # from 4.6 on, and DragonFly
bf9f3bac 10007 shlibpath_overrides_runpath=yes
10008 hardcode_into_libs=yes
10009 ;;
10010 esac
10011 ;;
10012
10013gnu*)
10014 version_type=linux
10015 need_lib_prefix=no
10016 need_version=no
10017 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
10018 soname_spec='${libname}${release}${shared_ext}$major'
10019 shlibpath_var=LD_LIBRARY_PATH
10020 hardcode_into_libs=yes
10021 ;;
10022
10023hpux9* | hpux10* | hpux11*)
10024 # Give a soname corresponding to the major version so that dld.sl refuses to
10025 # link against other versions.
10026 version_type=sunos
10027 need_lib_prefix=no
10028 need_version=no
10029 case $host_cpu in
10030 ia64*)
10031 shrext_cmds='.so'
10032 hardcode_into_libs=yes
10033 dynamic_linker="$host_os dld.so"
10034 shlibpath_var=LD_LIBRARY_PATH
10035 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10036 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10037 soname_spec='${libname}${release}${shared_ext}$major'
10038 if test "X$HPUX_IA64_MODE" = X32; then
10039 sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
10040 else
10041 sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
10042 fi
10043 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10044 ;;
8934764e
BB
10045 hppa*64*)
10046 shrext_cmds='.sl'
10047 hardcode_into_libs=yes
10048 dynamic_linker="$host_os dld.sl"
10049 shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
10050 shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
10051 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10052 soname_spec='${libname}${release}${shared_ext}$major'
10053 sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
10054 sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
10055 ;;
10056 *)
bf9f3bac 10057 shrext_cmds='.sl'
10058 dynamic_linker="$host_os dld.sl"
10059 shlibpath_var=SHLIB_PATH
10060 shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
10061 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10062 soname_spec='${libname}${release}${shared_ext}$major'
10063 ;;
10064 esac
10065 # HP-UX runs *really* slowly unless shared libraries are mode 555.
10066 postinstall_cmds='chmod 555 $lib'
10067 ;;
10068
8934764e 10069interix[3-9]*)
bf9f3bac 10070 version_type=linux
10071 need_lib_prefix=no
10072 need_version=no
10073 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10074 soname_spec='${libname}${release}${shared_ext}$major'
10075 dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
10076 shlibpath_var=LD_LIBRARY_PATH
10077 shlibpath_overrides_runpath=no
10078 hardcode_into_libs=yes
10079 ;;
10080
10081irix5* | irix6* | nonstopux*)
10082 case $host_os in
10083 nonstopux*) version_type=nonstopux ;;
10084 *)
10085 if test "$lt_cv_prog_gnu_ld" = yes; then
10086 version_type=linux
10087 else
10088 version_type=irix
10089 fi ;;
10090 esac
10091 need_lib_prefix=no
10092 need_version=no
10093 soname_spec='${libname}${release}${shared_ext}$major'
10094 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
10095 case $host_os in
10096 irix5* | nonstopux*)
10097 libsuff= shlibsuff=
10098 ;;
10099 *)
10100 case $LD in # libtool.m4 will add one of these switches to LD
10101 *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
10102 libsuff= shlibsuff= libmagic=32-bit;;
10103 *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
10104 libsuff=32 shlibsuff=N32 libmagic=N32;;
10105 *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
10106 libsuff=64 shlibsuff=64 libmagic=64-bit;;
10107 *) libsuff= shlibsuff= libmagic=never-match;;
10108 esac
10109 ;;
10110 esac
10111 shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
10112 shlibpath_overrides_runpath=no
10113 sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
10114 sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
10115 hardcode_into_libs=yes
10116 ;;
10117
10118# No shared lib support for Linux oldld, aout, or coff.
10119linux*oldld* | linux*aout* | linux*coff*)
10120 dynamic_linker=no
10121 ;;
10122
10123# This must be Linux ELF.
8934764e 10124linux* | k*bsd*-gnu)
bf9f3bac 10125 version_type=linux
10126 need_lib_prefix=no
10127 need_version=no
10128 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10129 soname_spec='${libname}${release}${shared_ext}$major'
10130 finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
10131 shlibpath_var=LD_LIBRARY_PATH
10132 shlibpath_overrides_runpath=no
8934764e
BB
10133 # Some binutils ld are patched to set DT_RUNPATH
10134 save_LDFLAGS=$LDFLAGS
10135 save_libdir=$libdir
10136 eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
10137 LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
10138 cat >conftest.$ac_ext <<_ACEOF
10139/* confdefs.h. */
10140_ACEOF
10141cat confdefs.h >>conftest.$ac_ext
10142cat >>conftest.$ac_ext <<_ACEOF
10143/* end confdefs.h. */
10144
10145int
10146main ()
10147{
10148
10149 ;
10150 return 0;
10151}
10152_ACEOF
10153rm -f conftest.$ac_objext conftest$ac_exeext
10154if { (ac_try="$ac_link"
10155case "(($ac_try" in
10156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10157 *) ac_try_echo=$ac_try;;
10158esac
10159eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10160$as_echo "$ac_try_echo") >&5
10161 (eval "$ac_link") 2>conftest.er1
10162 ac_status=$?
10163 grep -v '^ *+' conftest.er1 >conftest.err
10164 rm -f conftest.er1
10165 cat conftest.err >&5
10166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10167 (exit $ac_status); } && {
10168 test -z "$ac_c_werror_flag" ||
10169 test ! -s conftest.err
10170 } && test -s conftest$ac_exeext && {
10171 test "$cross_compiling" = yes ||
10172 $as_test_x conftest$ac_exeext
10173 }; then
10174 if ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then
10175 shlibpath_overrides_runpath=yes
10176fi
10177
10178else
10179 $as_echo "$as_me: failed program was:" >&5
10180sed 's/^/| /' conftest.$ac_ext >&5
10181
10182
10183fi
10184
10185rm -rf conftest.dSYM
10186rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10187 conftest$ac_exeext conftest.$ac_ext
10188 LDFLAGS=$save_LDFLAGS
10189 libdir=$save_libdir
10190
bf9f3bac 10191 # This implies no fast_install, which is unacceptable.
10192 # Some rework will be needed to allow for fast_install
10193 # before this can be enabled.
10194 hardcode_into_libs=yes
10195
8934764e
BB
10196 # Add ABI-specific directories to the system library path.
10197 sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
bf9f3bac 10198
10199 # Append ld.so.conf contents to the search path
10200 if test -f /etc/ld.so.conf; then
8934764e
BB
10201 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' ' '`
10202 sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
bf9f3bac 10203 fi
10204
10205 # We used to test for /lib/ld.so.1 and disable shared libraries on
10206 # powerpc, because MkLinux only supported shared libraries with the
10207 # GNU dynamic linker. Since this was broken with cross compilers,
10208 # most powerpc-linux boxes support dynamic linking these days and
10209 # people can always --disable-shared, the test was removed, and we
10210 # assume the GNU/Linux dynamic linker is in use.
10211 dynamic_linker='GNU/Linux ld.so'
10212 ;;
10213
bf9f3bac 10214netbsd*)
10215 version_type=sunos
10216 need_lib_prefix=no
10217 need_version=no
8934764e 10218 if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
bf9f3bac 10219 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10220 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10221 dynamic_linker='NetBSD (a.out) ld.so'
10222 else
10223 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
10224 soname_spec='${libname}${release}${shared_ext}$major'
10225 dynamic_linker='NetBSD ld.elf_so'
10226 fi
10227 shlibpath_var=LD_LIBRARY_PATH
10228 shlibpath_overrides_runpath=yes
10229 hardcode_into_libs=yes
10230 ;;
10231
10232newsos6)
10233 version_type=linux
10234 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10235 shlibpath_var=LD_LIBRARY_PATH
10236 shlibpath_overrides_runpath=yes
10237 ;;
10238
8934764e
BB
10239*nto* | *qnx*)
10240 version_type=qnx
bf9f3bac 10241 need_lib_prefix=no
10242 need_version=no
10243 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10244 soname_spec='${libname}${release}${shared_ext}$major'
10245 shlibpath_var=LD_LIBRARY_PATH
8934764e
BB
10246 shlibpath_overrides_runpath=no
10247 hardcode_into_libs=yes
10248 dynamic_linker='ldqnx.so'
bf9f3bac 10249 ;;
10250
10251openbsd*)
10252 version_type=sunos
10253 sys_lib_dlsearch_path_spec="/usr/lib"
10254 need_lib_prefix=no
10255 # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
10256 case $host_os in
8934764e
BB
10257 openbsd3.3 | openbsd3.3.*) need_version=yes ;;
10258 *) need_version=no ;;
bf9f3bac 10259 esac
10260 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10261 finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
10262 shlibpath_var=LD_LIBRARY_PATH
8934764e 10263 if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
bf9f3bac 10264 case $host_os in
10265 openbsd2.[89] | openbsd2.[89].*)
10266 shlibpath_overrides_runpath=no
10267 ;;
10268 *)
10269 shlibpath_overrides_runpath=yes
10270 ;;
10271 esac
10272 else
10273 shlibpath_overrides_runpath=yes
10274 fi
10275 ;;
10276
10277os2*)
10278 libname_spec='$name'
10279 shrext_cmds=".dll"
10280 need_lib_prefix=no
10281 library_names_spec='$libname${shared_ext} $libname.a'
10282 dynamic_linker='OS/2 ld.exe'
10283 shlibpath_var=LIBPATH
10284 ;;
10285
10286osf3* | osf4* | osf5*)
10287 version_type=osf
10288 need_lib_prefix=no
10289 need_version=no
10290 soname_spec='${libname}${release}${shared_ext}$major'
10291 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10292 shlibpath_var=LD_LIBRARY_PATH
10293 sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
10294 sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
10295 ;;
10296
8934764e
BB
10297rdos*)
10298 dynamic_linker=no
10299 ;;
10300
bf9f3bac 10301solaris*)
10302 version_type=linux
10303 need_lib_prefix=no
10304 need_version=no
10305 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10306 soname_spec='${libname}${release}${shared_ext}$major'
10307 shlibpath_var=LD_LIBRARY_PATH
10308 shlibpath_overrides_runpath=yes
10309 hardcode_into_libs=yes
10310 # ldd complains unless libraries are executable
10311 postinstall_cmds='chmod +x $lib'
10312 ;;
10313
10314sunos4*)
10315 version_type=sunos
10316 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
10317 finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
10318 shlibpath_var=LD_LIBRARY_PATH
10319 shlibpath_overrides_runpath=yes
10320 if test "$with_gnu_ld" = yes; then
10321 need_lib_prefix=no
10322 fi
10323 need_version=yes
10324 ;;
10325
10326sysv4 | sysv4.3*)
10327 version_type=linux
10328 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10329 soname_spec='${libname}${release}${shared_ext}$major'
10330 shlibpath_var=LD_LIBRARY_PATH
10331 case $host_vendor in
10332 sni)
10333 shlibpath_overrides_runpath=no
10334 need_lib_prefix=no
bf9f3bac 10335 runpath_var=LD_RUN_PATH
10336 ;;
10337 siemens)
10338 need_lib_prefix=no
10339 ;;
10340 motorola)
10341 need_lib_prefix=no
10342 need_version=no
10343 shlibpath_overrides_runpath=no
10344 sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
10345 ;;
10346 esac
10347 ;;
10348
10349sysv4*MP*)
10350 if test -d /usr/nec ;then
10351 version_type=linux
10352 library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
10353 soname_spec='$libname${shared_ext}.$major'
10354 shlibpath_var=LD_LIBRARY_PATH
10355 fi
10356 ;;
10357
10358sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
10359 version_type=freebsd-elf
10360 need_lib_prefix=no
10361 need_version=no
10362 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
10363 soname_spec='${libname}${release}${shared_ext}$major'
10364 shlibpath_var=LD_LIBRARY_PATH
8934764e 10365 shlibpath_overrides_runpath=yes
bf9f3bac 10366 hardcode_into_libs=yes
10367 if test "$with_gnu_ld" = yes; then
10368 sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
bf9f3bac 10369 else
10370 sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
bf9f3bac 10371 case $host_os in
10372 sco3.2v5*)
10373 sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
10374 ;;
10375 esac
10376 fi
10377 sys_lib_dlsearch_path_spec='/usr/lib'
10378 ;;
10379
8934764e
BB
10380tpf*)
10381 # TPF is a cross-target only. Preferred cross-host = GNU/Linux.
10382 version_type=linux
10383 need_lib_prefix=no
10384 need_version=no
10385 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10386 shlibpath_var=LD_LIBRARY_PATH
10387 shlibpath_overrides_runpath=no
10388 hardcode_into_libs=yes
10389 ;;
10390
bf9f3bac 10391uts4*)
10392 version_type=linux
10393 library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
10394 soname_spec='${libname}${release}${shared_ext}$major'
10395 shlibpath_var=LD_LIBRARY_PATH
10396 ;;
10397
10398*)
10399 dynamic_linker=no
10400 ;;
10401esac
8934764e
BB
10402{ $as_echo "$as_me:$LINENO: result: $dynamic_linker" >&5
10403$as_echo "$dynamic_linker" >&6; }
bf9f3bac 10404test "$dynamic_linker" = no && can_build_shared=no
10405
10406variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
10407if test "$GCC" = yes; then
10408 variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
10409fi
10410
8934764e
BB
10411if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
10412 sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
bf9f3bac 10413fi
8934764e
BB
10414if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
10415 sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
bf9f3bac 10416fi
10417
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
bf9f3bac 10487
bf9f3bac 10488
bf9f3bac 10489
bf9f3bac 10490
bf9f3bac 10491
bf9f3bac 10492
bf9f3bac 10493
bf9f3bac 10494
bf9f3bac 10495
bf9f3bac 10496
bf9f3bac 10497
bf9f3bac 10498
bf9f3bac 10499
bf9f3bac 10500
bf9f3bac 10501
bf9f3bac 10502
bf9f3bac 10503
8934764e
BB
10504 { $as_echo "$as_me:$LINENO: checking how to hardcode library paths into programs" >&5
10505$as_echo_n "checking how to hardcode library paths into programs... " >&6; }
10506hardcode_action=
10507if test -n "$hardcode_libdir_flag_spec" ||
10508 test -n "$runpath_var" ||
10509 test "X$hardcode_automatic" = "Xyes" ; then
bf9f3bac 10510
8934764e
BB
10511 # We can hardcode non-existent directories.
10512 if test "$hardcode_direct" != no &&
10513 # If the only mechanism to avoid hardcoding is shlibpath_var, we
10514 # have to relink, otherwise we might link with an installed library
10515 # when we should be linking with a yet-to-be-installed one
10516 ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
10517 test "$hardcode_minus_L" != no; then
10518 # Linking always hardcodes the temporary library directory.
10519 hardcode_action=relink
10520 else
10521 # We can link without hardcoding, and we can hardcode nonexisting dirs.
10522 hardcode_action=immediate
bf9f3bac 10523 fi
8934764e
BB
10524else
10525 # We cannot hardcode anything, or else we can only hardcode existing
10526 # directories.
10527 hardcode_action=unsupported
bf9f3bac 10528fi
8934764e
BB
10529{ $as_echo "$as_me:$LINENO: result: $hardcode_action" >&5
10530$as_echo "$hardcode_action" >&6; }
bf9f3bac 10531
8934764e
BB
10532if test "$hardcode_action" = relink ||
10533 test "$inherit_rpath" = yes; then
10534 # Fast installation is not supported
10535 enable_fast_install=no
10536elif test "$shlibpath_overrides_runpath" = yes ||
10537 test "$enable_shared" = no; then
10538 # Fast installation is not necessary
10539 enable_fast_install=needless
10540fi
bf9f3bac 10541
bf9f3bac 10542
bf9f3bac 10543
bf9f3bac 10544
bf9f3bac 10545
10546
8934764e
BB
10547 if test "x$enable_dlopen" != xyes; then
10548 enable_dlopen=unknown
10549 enable_dlopen_self=unknown
10550 enable_dlopen_self_static=unknown
10551else
10552 lt_cv_dlopen=no
10553 lt_cv_dlopen_libs=
bf9f3bac 10554
8934764e
BB
10555 case $host_os in
10556 beos*)
10557 lt_cv_dlopen="load_add_on"
10558 lt_cv_dlopen_libs=
10559 lt_cv_dlopen_self=yes
10560 ;;
bf9f3bac 10561
8934764e
BB
10562 mingw* | pw32* | cegcc*)
10563 lt_cv_dlopen="LoadLibrary"
10564 lt_cv_dlopen_libs=
10565 ;;
bf9f3bac 10566
8934764e
BB
10567 cygwin*)
10568 lt_cv_dlopen="dlopen"
10569 lt_cv_dlopen_libs=
10570 ;;
bf9f3bac 10571
8934764e
BB
10572 darwin*)
10573 # if libdl is installed we need to link against it
10574 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10575$as_echo_n "checking for dlopen in -ldl... " >&6; }
10576if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10577 $as_echo_n "(cached) " >&6
10578else
10579 ac_check_lib_save_LIBS=$LIBS
10580LIBS="-ldl $LIBS"
10581cat >conftest.$ac_ext <<_ACEOF
10582/* confdefs.h. */
10583_ACEOF
10584cat confdefs.h >>conftest.$ac_ext
10585cat >>conftest.$ac_ext <<_ACEOF
10586/* end confdefs.h. */
bf9f3bac 10587
8934764e
BB
10588/* Override any GCC internal prototype to avoid an error.
10589 Use char because int might match the return type of a GCC
10590 builtin and then its argument prototype would still apply. */
10591#ifdef __cplusplus
10592extern "C"
10593#endif
10594char dlopen ();
10595int
10596main ()
10597{
10598return dlopen ();
10599 ;
10600 return 0;
10601}
10602_ACEOF
10603rm -f conftest.$ac_objext conftest$ac_exeext
10604if { (ac_try="$ac_link"
10605case "(($ac_try" in
10606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10607 *) ac_try_echo=$ac_try;;
10608esac
10609eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10610$as_echo "$ac_try_echo") >&5
10611 (eval "$ac_link") 2>conftest.er1
10612 ac_status=$?
10613 grep -v '^ *+' conftest.er1 >conftest.err
10614 rm -f conftest.er1
10615 cat conftest.err >&5
10616 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10617 (exit $ac_status); } && {
10618 test -z "$ac_c_werror_flag" ||
10619 test ! -s conftest.err
10620 } && test -s conftest$ac_exeext && {
10621 test "$cross_compiling" = yes ||
10622 $as_test_x conftest$ac_exeext
10623 }; then
10624 ac_cv_lib_dl_dlopen=yes
10625else
10626 $as_echo "$as_me: failed program was:" >&5
10627sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 10628
8934764e
BB
10629 ac_cv_lib_dl_dlopen=no
10630fi
bf9f3bac 10631
8934764e
BB
10632rm -rf conftest.dSYM
10633rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10634 conftest$ac_exeext conftest.$ac_ext
10635LIBS=$ac_check_lib_save_LIBS
10636fi
10637{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10638$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10639if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
10640 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10641else
bf9f3bac 10642
8934764e
BB
10643 lt_cv_dlopen="dyld"
10644 lt_cv_dlopen_libs=
10645 lt_cv_dlopen_self=yes
bf9f3bac 10646
8934764e 10647fi
bf9f3bac 10648
8934764e 10649 ;;
bf9f3bac 10650
8934764e
BB
10651 *)
10652 { $as_echo "$as_me:$LINENO: checking for shl_load" >&5
10653$as_echo_n "checking for shl_load... " >&6; }
10654if test "${ac_cv_func_shl_load+set}" = set; then
10655 $as_echo_n "(cached) " >&6
10656else
10657 cat >conftest.$ac_ext <<_ACEOF
10658/* confdefs.h. */
10659_ACEOF
10660cat confdefs.h >>conftest.$ac_ext
10661cat >>conftest.$ac_ext <<_ACEOF
10662/* end confdefs.h. */
10663/* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
10664 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10665#define shl_load innocuous_shl_load
bf9f3bac 10666
8934764e
BB
10667/* System header to define __stub macros and hopefully few prototypes,
10668 which can conflict with char shl_load (); below.
10669 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10670 <limits.h> exists even on freestanding compilers. */
bf9f3bac 10671
8934764e
BB
10672#ifdef __STDC__
10673# include <limits.h>
10674#else
10675# include <assert.h>
10676#endif
bf9f3bac 10677
8934764e 10678#undef shl_load
bf9f3bac 10679
8934764e
BB
10680/* Override any GCC internal prototype to avoid an error.
10681 Use char because int might match the return type of a GCC
10682 builtin and then its argument prototype would still apply. */
10683#ifdef __cplusplus
10684extern "C"
10685#endif
10686char shl_load ();
10687/* The GNU C library defines this for functions which it implements
10688 to always fail with ENOSYS. Some functions are actually named
10689 something starting with __ and the normal name is an alias. */
10690#if defined __stub_shl_load || defined __stub___shl_load
10691choke me
10692#endif
bf9f3bac 10693
8934764e
BB
10694int
10695main ()
10696{
10697return shl_load ();
10698 ;
10699 return 0;
10700}
10701_ACEOF
10702rm -f conftest.$ac_objext conftest$ac_exeext
10703if { (ac_try="$ac_link"
10704case "(($ac_try" in
10705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10706 *) ac_try_echo=$ac_try;;
10707esac
10708eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10709$as_echo "$ac_try_echo") >&5
10710 (eval "$ac_link") 2>conftest.er1
10711 ac_status=$?
10712 grep -v '^ *+' conftest.er1 >conftest.err
10713 rm -f conftest.er1
10714 cat conftest.err >&5
10715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10716 (exit $ac_status); } && {
10717 test -z "$ac_c_werror_flag" ||
10718 test ! -s conftest.err
10719 } && test -s conftest$ac_exeext && {
10720 test "$cross_compiling" = yes ||
10721 $as_test_x conftest$ac_exeext
10722 }; then
10723 ac_cv_func_shl_load=yes
10724else
10725 $as_echo "$as_me: failed program was:" >&5
10726sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 10727
8934764e
BB
10728 ac_cv_func_shl_load=no
10729fi
bf9f3bac 10730
8934764e
BB
10731rm -rf conftest.dSYM
10732rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10733 conftest$ac_exeext conftest.$ac_ext
10734fi
10735{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_shl_load" >&5
10736$as_echo "$ac_cv_func_shl_load" >&6; }
10737if test "x$ac_cv_func_shl_load" = x""yes; then
10738 lt_cv_dlopen="shl_load"
10739else
10740 { $as_echo "$as_me:$LINENO: checking for shl_load in -ldld" >&5
10741$as_echo_n "checking for shl_load in -ldld... " >&6; }
10742if test "${ac_cv_lib_dld_shl_load+set}" = set; then
10743 $as_echo_n "(cached) " >&6
10744else
10745 ac_check_lib_save_LIBS=$LIBS
10746LIBS="-ldld $LIBS"
10747cat >conftest.$ac_ext <<_ACEOF
10748/* confdefs.h. */
10749_ACEOF
10750cat confdefs.h >>conftest.$ac_ext
10751cat >>conftest.$ac_ext <<_ACEOF
10752/* end confdefs.h. */
bf9f3bac 10753
8934764e
BB
10754/* Override any GCC internal prototype to avoid an error.
10755 Use char because int might match the return type of a GCC
10756 builtin and then its argument prototype would still apply. */
10757#ifdef __cplusplus
10758extern "C"
10759#endif
10760char shl_load ();
10761int
10762main ()
10763{
10764return shl_load ();
10765 ;
10766 return 0;
10767}
10768_ACEOF
10769rm -f conftest.$ac_objext conftest$ac_exeext
10770if { (ac_try="$ac_link"
10771case "(($ac_try" in
10772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10773 *) ac_try_echo=$ac_try;;
10774esac
10775eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10776$as_echo "$ac_try_echo") >&5
10777 (eval "$ac_link") 2>conftest.er1
10778 ac_status=$?
10779 grep -v '^ *+' conftest.er1 >conftest.err
10780 rm -f conftest.er1
10781 cat conftest.err >&5
10782 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10783 (exit $ac_status); } && {
10784 test -z "$ac_c_werror_flag" ||
10785 test ! -s conftest.err
10786 } && test -s conftest$ac_exeext && {
10787 test "$cross_compiling" = yes ||
10788 $as_test_x conftest$ac_exeext
10789 }; then
10790 ac_cv_lib_dld_shl_load=yes
10791else
10792 $as_echo "$as_me: failed program was:" >&5
10793sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 10794
8934764e
BB
10795 ac_cv_lib_dld_shl_load=no
10796fi
bf9f3bac 10797
8934764e
BB
10798rm -rf conftest.dSYM
10799rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10800 conftest$ac_exeext conftest.$ac_ext
10801LIBS=$ac_check_lib_save_LIBS
10802fi
10803{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_shl_load" >&5
10804$as_echo "$ac_cv_lib_dld_shl_load" >&6; }
10805if test "x$ac_cv_lib_dld_shl_load" = x""yes; then
10806 lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
10807else
10808 { $as_echo "$as_me:$LINENO: checking for dlopen" >&5
10809$as_echo_n "checking for dlopen... " >&6; }
10810if test "${ac_cv_func_dlopen+set}" = set; then
10811 $as_echo_n "(cached) " >&6
10812else
10813 cat >conftest.$ac_ext <<_ACEOF
10814/* confdefs.h. */
10815_ACEOF
10816cat confdefs.h >>conftest.$ac_ext
10817cat >>conftest.$ac_ext <<_ACEOF
10818/* end confdefs.h. */
10819/* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
10820 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10821#define dlopen innocuous_dlopen
bf9f3bac 10822
8934764e
BB
10823/* System header to define __stub macros and hopefully few prototypes,
10824 which can conflict with char dlopen (); below.
10825 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10826 <limits.h> exists even on freestanding compilers. */
bf9f3bac 10827
8934764e
BB
10828#ifdef __STDC__
10829# include <limits.h>
10830#else
10831# include <assert.h>
10832#endif
bf9f3bac 10833
8934764e 10834#undef dlopen
bf9f3bac 10835
8934764e
BB
10836/* Override any GCC internal prototype to avoid an error.
10837 Use char because int might match the return type of a GCC
10838 builtin and then its argument prototype would still apply. */
10839#ifdef __cplusplus
10840extern "C"
10841#endif
10842char dlopen ();
10843/* The GNU C library defines this for functions which it implements
10844 to always fail with ENOSYS. Some functions are actually named
10845 something starting with __ and the normal name is an alias. */
10846#if defined __stub_dlopen || defined __stub___dlopen
10847choke me
10848#endif
bf9f3bac 10849
8934764e
BB
10850int
10851main ()
10852{
10853return dlopen ();
10854 ;
10855 return 0;
10856}
10857_ACEOF
10858rm -f conftest.$ac_objext conftest$ac_exeext
10859if { (ac_try="$ac_link"
10860case "(($ac_try" in
10861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10862 *) ac_try_echo=$ac_try;;
10863esac
10864eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10865$as_echo "$ac_try_echo") >&5
10866 (eval "$ac_link") 2>conftest.er1
10867 ac_status=$?
10868 grep -v '^ *+' conftest.er1 >conftest.err
10869 rm -f conftest.er1
10870 cat conftest.err >&5
10871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10872 (exit $ac_status); } && {
10873 test -z "$ac_c_werror_flag" ||
10874 test ! -s conftest.err
10875 } && test -s conftest$ac_exeext && {
10876 test "$cross_compiling" = yes ||
10877 $as_test_x conftest$ac_exeext
10878 }; then
10879 ac_cv_func_dlopen=yes
10880else
10881 $as_echo "$as_me: failed program was:" >&5
10882sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 10883
8934764e
BB
10884 ac_cv_func_dlopen=no
10885fi
bf9f3bac 10886
8934764e
BB
10887rm -rf conftest.dSYM
10888rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10889 conftest$ac_exeext conftest.$ac_ext
10890fi
10891{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_dlopen" >&5
10892$as_echo "$ac_cv_func_dlopen" >&6; }
10893if test "x$ac_cv_func_dlopen" = x""yes; then
10894 lt_cv_dlopen="dlopen"
10895else
10896 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
10897$as_echo_n "checking for dlopen in -ldl... " >&6; }
10898if test "${ac_cv_lib_dl_dlopen+set}" = set; then
10899 $as_echo_n "(cached) " >&6
10900else
10901 ac_check_lib_save_LIBS=$LIBS
10902LIBS="-ldl $LIBS"
10903cat >conftest.$ac_ext <<_ACEOF
10904/* confdefs.h. */
10905_ACEOF
10906cat confdefs.h >>conftest.$ac_ext
10907cat >>conftest.$ac_ext <<_ACEOF
10908/* end confdefs.h. */
bf9f3bac 10909
8934764e
BB
10910/* Override any GCC internal prototype to avoid an error.
10911 Use char because int might match the return type of a GCC
10912 builtin and then its argument prototype would still apply. */
10913#ifdef __cplusplus
10914extern "C"
10915#endif
10916char dlopen ();
10917int
10918main ()
10919{
10920return dlopen ();
10921 ;
10922 return 0;
10923}
10924_ACEOF
10925rm -f conftest.$ac_objext conftest$ac_exeext
10926if { (ac_try="$ac_link"
10927case "(($ac_try" in
10928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10929 *) ac_try_echo=$ac_try;;
10930esac
10931eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10932$as_echo "$ac_try_echo") >&5
10933 (eval "$ac_link") 2>conftest.er1
10934 ac_status=$?
10935 grep -v '^ *+' conftest.er1 >conftest.err
10936 rm -f conftest.er1
10937 cat conftest.err >&5
10938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10939 (exit $ac_status); } && {
10940 test -z "$ac_c_werror_flag" ||
10941 test ! -s conftest.err
10942 } && test -s conftest$ac_exeext && {
10943 test "$cross_compiling" = yes ||
10944 $as_test_x conftest$ac_exeext
10945 }; then
10946 ac_cv_lib_dl_dlopen=yes
10947else
10948 $as_echo "$as_me: failed program was:" >&5
10949sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 10950
8934764e
BB
10951 ac_cv_lib_dl_dlopen=no
10952fi
bf9f3bac 10953
8934764e
BB
10954rm -rf conftest.dSYM
10955rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10956 conftest$ac_exeext conftest.$ac_ext
10957LIBS=$ac_check_lib_save_LIBS
10958fi
10959{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
10960$as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10961if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
10962 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10963else
10964 { $as_echo "$as_me:$LINENO: checking for dlopen in -lsvld" >&5
10965$as_echo_n "checking for dlopen in -lsvld... " >&6; }
10966if test "${ac_cv_lib_svld_dlopen+set}" = set; then
10967 $as_echo_n "(cached) " >&6
10968else
10969 ac_check_lib_save_LIBS=$LIBS
10970LIBS="-lsvld $LIBS"
10971cat >conftest.$ac_ext <<_ACEOF
10972/* confdefs.h. */
10973_ACEOF
10974cat confdefs.h >>conftest.$ac_ext
10975cat >>conftest.$ac_ext <<_ACEOF
10976/* end confdefs.h. */
bf9f3bac 10977
8934764e
BB
10978/* Override any GCC internal prototype to avoid an error.
10979 Use char because int might match the return type of a GCC
10980 builtin and then its argument prototype would still apply. */
10981#ifdef __cplusplus
10982extern "C"
10983#endif
10984char dlopen ();
10985int
10986main ()
10987{
10988return dlopen ();
10989 ;
10990 return 0;
10991}
10992_ACEOF
10993rm -f conftest.$ac_objext conftest$ac_exeext
10994if { (ac_try="$ac_link"
10995case "(($ac_try" in
10996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10997 *) ac_try_echo=$ac_try;;
10998esac
10999eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11000$as_echo "$ac_try_echo") >&5
11001 (eval "$ac_link") 2>conftest.er1
11002 ac_status=$?
11003 grep -v '^ *+' conftest.er1 >conftest.err
11004 rm -f conftest.er1
11005 cat conftest.err >&5
11006 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11007 (exit $ac_status); } && {
11008 test -z "$ac_c_werror_flag" ||
11009 test ! -s conftest.err
11010 } && test -s conftest$ac_exeext && {
11011 test "$cross_compiling" = yes ||
11012 $as_test_x conftest$ac_exeext
11013 }; then
11014 ac_cv_lib_svld_dlopen=yes
11015else
11016 $as_echo "$as_me: failed program was:" >&5
11017sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 11018
8934764e
BB
11019 ac_cv_lib_svld_dlopen=no
11020fi
bf9f3bac 11021
8934764e
BB
11022rm -rf conftest.dSYM
11023rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11024 conftest$ac_exeext conftest.$ac_ext
11025LIBS=$ac_check_lib_save_LIBS
11026fi
11027{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_svld_dlopen" >&5
11028$as_echo "$ac_cv_lib_svld_dlopen" >&6; }
11029if test "x$ac_cv_lib_svld_dlopen" = x""yes; then
11030 lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
11031else
11032 { $as_echo "$as_me:$LINENO: checking for dld_link in -ldld" >&5
11033$as_echo_n "checking for dld_link in -ldld... " >&6; }
11034if test "${ac_cv_lib_dld_dld_link+set}" = set; then
11035 $as_echo_n "(cached) " >&6
11036else
11037 ac_check_lib_save_LIBS=$LIBS
11038LIBS="-ldld $LIBS"
11039cat >conftest.$ac_ext <<_ACEOF
11040/* confdefs.h. */
11041_ACEOF
11042cat confdefs.h >>conftest.$ac_ext
11043cat >>conftest.$ac_ext <<_ACEOF
11044/* end confdefs.h. */
bf9f3bac 11045
8934764e
BB
11046/* Override any GCC internal prototype to avoid an error.
11047 Use char because int might match the return type of a GCC
11048 builtin and then its argument prototype would still apply. */
11049#ifdef __cplusplus
11050extern "C"
11051#endif
11052char dld_link ();
11053int
11054main ()
11055{
11056return dld_link ();
11057 ;
11058 return 0;
11059}
11060_ACEOF
11061rm -f conftest.$ac_objext conftest$ac_exeext
11062if { (ac_try="$ac_link"
11063case "(($ac_try" in
11064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11065 *) ac_try_echo=$ac_try;;
11066esac
11067eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11068$as_echo "$ac_try_echo") >&5
11069 (eval "$ac_link") 2>conftest.er1
11070 ac_status=$?
11071 grep -v '^ *+' conftest.er1 >conftest.err
11072 rm -f conftest.er1
11073 cat conftest.err >&5
11074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11075 (exit $ac_status); } && {
11076 test -z "$ac_c_werror_flag" ||
11077 test ! -s conftest.err
11078 } && test -s conftest$ac_exeext && {
11079 test "$cross_compiling" = yes ||
11080 $as_test_x conftest$ac_exeext
11081 }; then
11082 ac_cv_lib_dld_dld_link=yes
11083else
11084 $as_echo "$as_me: failed program was:" >&5
11085sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 11086
8934764e
BB
11087 ac_cv_lib_dld_dld_link=no
11088fi
bf9f3bac 11089
8934764e
BB
11090rm -rf conftest.dSYM
11091rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11092 conftest$ac_exeext conftest.$ac_ext
11093LIBS=$ac_check_lib_save_LIBS
11094fi
11095{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dld_dld_link" >&5
11096$as_echo "$ac_cv_lib_dld_dld_link" >&6; }
11097if test "x$ac_cv_lib_dld_dld_link" = x""yes; then
11098 lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
11099fi
bf9f3bac 11100
bf9f3bac 11101
8934764e 11102fi
bf9f3bac 11103
bf9f3bac 11104
8934764e 11105fi
bf9f3bac 11106
bf9f3bac 11107
8934764e 11108fi
bf9f3bac 11109
bf9f3bac 11110
8934764e 11111fi
bf9f3bac 11112
bf9f3bac 11113
8934764e 11114fi
bf9f3bac 11115
8934764e
BB
11116 ;;
11117 esac
bf9f3bac 11118
8934764e
BB
11119 if test "x$lt_cv_dlopen" != xno; then
11120 enable_dlopen=yes
11121 else
11122 enable_dlopen=no
11123 fi
bf9f3bac 11124
8934764e
BB
11125 case $lt_cv_dlopen in
11126 dlopen)
11127 save_CPPFLAGS="$CPPFLAGS"
11128 test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
bf9f3bac 11129
8934764e
BB
11130 save_LDFLAGS="$LDFLAGS"
11131 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
bf9f3bac 11132
8934764e
BB
11133 save_LIBS="$LIBS"
11134 LIBS="$lt_cv_dlopen_libs $LIBS"
bf9f3bac 11135
8934764e
BB
11136 { $as_echo "$as_me:$LINENO: checking whether a program can dlopen itself" >&5
11137$as_echo_n "checking whether a program can dlopen itself... " >&6; }
11138if test "${lt_cv_dlopen_self+set}" = set; then
11139 $as_echo_n "(cached) " >&6
11140else
11141 if test "$cross_compiling" = yes; then :
11142 lt_cv_dlopen_self=cross
11143else
11144 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11145 lt_status=$lt_dlunknown
11146 cat > conftest.$ac_ext <<_LT_EOF
73fc084e 11147#line 11147 "configure"
8934764e 11148#include "confdefs.h"
bf9f3bac 11149
8934764e
BB
11150#if HAVE_DLFCN_H
11151#include <dlfcn.h>
11152#endif
bf9f3bac 11153
8934764e 11154#include <stdio.h>
bf9f3bac 11155
8934764e
BB
11156#ifdef RTLD_GLOBAL
11157# define LT_DLGLOBAL RTLD_GLOBAL
11158#else
11159# ifdef DL_GLOBAL
11160# define LT_DLGLOBAL DL_GLOBAL
11161# else
11162# define LT_DLGLOBAL 0
11163# endif
11164#endif
bf9f3bac 11165
8934764e
BB
11166/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11167 find out it does not work in some platform. */
11168#ifndef LT_DLLAZY_OR_NOW
11169# ifdef RTLD_LAZY
11170# define LT_DLLAZY_OR_NOW RTLD_LAZY
11171# else
11172# ifdef DL_LAZY
11173# define LT_DLLAZY_OR_NOW DL_LAZY
11174# else
11175# ifdef RTLD_NOW
11176# define LT_DLLAZY_OR_NOW RTLD_NOW
11177# else
11178# ifdef DL_NOW
11179# define LT_DLLAZY_OR_NOW DL_NOW
11180# else
11181# define LT_DLLAZY_OR_NOW 0
11182# endif
11183# endif
11184# endif
11185# endif
11186#endif
bf9f3bac 11187
8934764e
BB
11188void fnord() { int i=42;}
11189int main ()
11190{
11191 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11192 int status = $lt_dlunknown;
bf9f3bac 11193
8934764e
BB
11194 if (self)
11195 {
11196 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11197 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11198 /* dlclose (self); */
11199 }
11200 else
11201 puts (dlerror ());
bf9f3bac 11202
8934764e
BB
11203 return status;
11204}
11205_LT_EOF
11206 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11207 (eval $ac_link) 2>&5
11208 ac_status=$?
11209 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11210 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11211 (./conftest; exit; ) >&5 2>/dev/null
11212 lt_status=$?
11213 case x$lt_status in
11214 x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
11215 x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
11216 x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
11217 esac
11218 else :
11219 # compilation failed
11220 lt_cv_dlopen_self=no
11221 fi
11222fi
11223rm -fr conftest*
bf9f3bac 11224
bf9f3bac 11225
8934764e
BB
11226fi
11227{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self" >&5
11228$as_echo "$lt_cv_dlopen_self" >&6; }
bf9f3bac 11229
8934764e
BB
11230 if test "x$lt_cv_dlopen_self" = xyes; then
11231 wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
11232 { $as_echo "$as_me:$LINENO: checking whether a statically linked program can dlopen itself" >&5
11233$as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
11234if test "${lt_cv_dlopen_self_static+set}" = set; then
11235 $as_echo_n "(cached) " >&6
11236else
11237 if test "$cross_compiling" = yes; then :
11238 lt_cv_dlopen_self_static=cross
11239else
11240 lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
11241 lt_status=$lt_dlunknown
11242 cat > conftest.$ac_ext <<_LT_EOF
73fc084e 11243#line 11243 "configure"
8934764e 11244#include "confdefs.h"
bf9f3bac 11245
8934764e
BB
11246#if HAVE_DLFCN_H
11247#include <dlfcn.h>
11248#endif
bf9f3bac 11249
8934764e 11250#include <stdio.h>
bf9f3bac 11251
8934764e
BB
11252#ifdef RTLD_GLOBAL
11253# define LT_DLGLOBAL RTLD_GLOBAL
11254#else
11255# ifdef DL_GLOBAL
11256# define LT_DLGLOBAL DL_GLOBAL
11257# else
11258# define LT_DLGLOBAL 0
11259# endif
11260#endif
bf9f3bac 11261
8934764e
BB
11262/* We may have to define LT_DLLAZY_OR_NOW in the command line if we
11263 find out it does not work in some platform. */
11264#ifndef LT_DLLAZY_OR_NOW
11265# ifdef RTLD_LAZY
11266# define LT_DLLAZY_OR_NOW RTLD_LAZY
11267# else
11268# ifdef DL_LAZY
11269# define LT_DLLAZY_OR_NOW DL_LAZY
11270# else
11271# ifdef RTLD_NOW
11272# define LT_DLLAZY_OR_NOW RTLD_NOW
11273# else
11274# ifdef DL_NOW
11275# define LT_DLLAZY_OR_NOW DL_NOW
11276# else
11277# define LT_DLLAZY_OR_NOW 0
11278# endif
11279# endif
11280# endif
11281# endif
11282#endif
bf9f3bac 11283
8934764e
BB
11284void fnord() { int i=42;}
11285int main ()
11286{
11287 void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
11288 int status = $lt_dlunknown;
bf9f3bac 11289
8934764e
BB
11290 if (self)
11291 {
11292 if (dlsym (self,"fnord")) status = $lt_dlno_uscore;
11293 else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
11294 /* dlclose (self); */
11295 }
11296 else
11297 puts (dlerror ());
bf9f3bac 11298
8934764e
BB
11299 return status;
11300}
11301_LT_EOF
11302 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11303 (eval $ac_link) 2>&5
11304 ac_status=$?
11305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11306 (exit $ac_status); } && test -s conftest${ac_exeext} 2>/dev/null; then
11307 (./conftest; exit; ) >&5 2>/dev/null
11308 lt_status=$?
11309 case x$lt_status in
11310 x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
11311 x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
11312 x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
11313 esac
11314 else :
11315 # compilation failed
11316 lt_cv_dlopen_self_static=no
11317 fi
11318fi
11319rm -fr conftest*
bf9f3bac 11320
bf9f3bac 11321
8934764e
BB
11322fi
11323{ $as_echo "$as_me:$LINENO: result: $lt_cv_dlopen_self_static" >&5
11324$as_echo "$lt_cv_dlopen_self_static" >&6; }
11325 fi
bf9f3bac 11326
8934764e
BB
11327 CPPFLAGS="$save_CPPFLAGS"
11328 LDFLAGS="$save_LDFLAGS"
11329 LIBS="$save_LIBS"
11330 ;;
11331 esac
bf9f3bac 11332
8934764e
BB
11333 case $lt_cv_dlopen_self in
11334 yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
11335 *) enable_dlopen_self=unknown ;;
11336 esac
bf9f3bac 11337
8934764e
BB
11338 case $lt_cv_dlopen_self_static in
11339 yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
11340 *) enable_dlopen_self_static=unknown ;;
11341 esac
11342fi
bf9f3bac 11343
bf9f3bac 11344
bf9f3bac 11345
bf9f3bac 11346
bf9f3bac 11347
bf9f3bac 11348
bf9f3bac 11349
bf9f3bac 11350
bf9f3bac 11351
bf9f3bac 11352
bf9f3bac 11353
bf9f3bac 11354
bf9f3bac 11355
bf9f3bac 11356
bf9f3bac 11357
bf9f3bac 11358
bf9f3bac 11359
8934764e
BB
11360striplib=
11361old_striplib=
11362{ $as_echo "$as_me:$LINENO: checking whether stripping libraries is possible" >&5
11363$as_echo_n "checking whether stripping libraries is possible... " >&6; }
11364if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
11365 test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
11366 test -z "$striplib" && striplib="$STRIP --strip-unneeded"
11367 { $as_echo "$as_me:$LINENO: result: yes" >&5
11368$as_echo "yes" >&6; }
11369else
11370# FIXME - insert some real tests, host_os isn't really good enough
11371 case $host_os in
11372 darwin*)
11373 if test -n "$STRIP" ; then
11374 striplib="$STRIP -x"
11375 old_striplib="$STRIP -S"
11376 { $as_echo "$as_me:$LINENO: result: yes" >&5
11377$as_echo "yes" >&6; }
11378 else
11379 { $as_echo "$as_me:$LINENO: result: no" >&5
11380$as_echo "no" >&6; }
11381 fi
11382 ;;
11383 *)
11384 { $as_echo "$as_me:$LINENO: result: no" >&5
11385$as_echo "no" >&6; }
11386 ;;
11387 esac
11388fi
bf9f3bac 11389
bf9f3bac 11390
bf9f3bac 11391
bf9f3bac 11392
bf9f3bac 11393
bf9f3bac 11394
bf9f3bac 11395
bf9f3bac 11396
bf9f3bac 11397
bf9f3bac 11398
bf9f3bac 11399
bf9f3bac 11400
8934764e
BB
11401 # Report which library types will actually be built
11402 { $as_echo "$as_me:$LINENO: checking if libtool supports shared libraries" >&5
11403$as_echo_n "checking if libtool supports shared libraries... " >&6; }
11404 { $as_echo "$as_me:$LINENO: result: $can_build_shared" >&5
11405$as_echo "$can_build_shared" >&6; }
bf9f3bac 11406
8934764e
BB
11407 { $as_echo "$as_me:$LINENO: checking whether to build shared libraries" >&5
11408$as_echo_n "checking whether to build shared libraries... " >&6; }
11409 test "$can_build_shared" = "no" && enable_shared=no
bf9f3bac 11410
8934764e
BB
11411 # On AIX, shared libraries and static libraries use the same namespace, and
11412 # are all built from PIC.
11413 case $host_os in
11414 aix3*)
11415 test "$enable_shared" = yes && enable_static=no
11416 if test -n "$RANLIB"; then
11417 archive_cmds="$archive_cmds~\$RANLIB \$lib"
11418 postinstall_cmds='$RANLIB $lib'
11419 fi
11420 ;;
bf9f3bac 11421
8934764e
BB
11422 aix[4-9]*)
11423 if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
11424 test "$enable_shared" = yes && enable_static=no
11425 fi
11426 ;;
11427 esac
11428 { $as_echo "$as_me:$LINENO: result: $enable_shared" >&5
11429$as_echo "$enable_shared" >&6; }
bf9f3bac 11430
8934764e
BB
11431 { $as_echo "$as_me:$LINENO: checking whether to build static libraries" >&5
11432$as_echo_n "checking whether to build static libraries... " >&6; }
11433 # Make sure either enable_shared or enable_static is yes.
11434 test "$enable_shared" = yes || enable_static=yes
11435 { $as_echo "$as_me:$LINENO: result: $enable_static" >&5
11436$as_echo "$enable_static" >&6; }
bf9f3bac 11437
bf9f3bac 11438
bf9f3bac 11439
11440
bf9f3bac 11441fi
bf9f3bac 11442ac_ext=c
11443ac_cpp='$CPP $CPPFLAGS'
11444ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
11445ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
11446ac_compiler_gnu=$ac_cv_c_compiler_gnu
11447
11448CC="$lt_save_CC"
11449
bf9f3bac 11450
bf9f3bac 11451
11452
11453
11454
11455
11456
11457
11458
11459
11460
11461
8934764e 11462 ac_config_commands="$ac_config_commands libtool"
bf9f3bac 11463
11464
11465
11466
8934764e 11467# Only expand once:
bf9f3bac 11468
11469
11470
11471
8934764e
BB
11472 { $as_echo "$as_me:$LINENO: checking spl license" >&5
11473$as_echo_n "checking spl license... " >&6; }
86933a6e 11474 LICENSE=GPL
8934764e
BB
11475 { $as_echo "$as_me:$LINENO: result: $LICENSE" >&5
11476$as_echo "$LICENSE" >&6; }
86933a6e
BB
11477 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DHAVE_GPL_ONLY_SYMBOLS"
11478
11479
11480
287b2fb1
BB
11481
11482 RPM=rpm
11483 RPMBUILD=rpmbuild
11484
11485 { $as_echo "$as_me:$LINENO: checking whether $RPM is available" >&5
11486$as_echo_n "checking whether $RPM is available... " >&6; }
11487 if tmp=$($RPM --version 2>/dev/null); then
11488
11489 RPM_VERSION=$(echo $tmp | $AWK '/RPM/ { print $3 }')
11490 HAVE_RPM=yes
11491 { $as_echo "$as_me:$LINENO: result: $HAVE_RPM ($RPM_VERSION)" >&5
11492$as_echo "$HAVE_RPM ($RPM_VERSION)" >&6; }
11493
11494else
11495
11496 HAVE_RPM=no
11497 { $as_echo "$as_me:$LINENO: result: $HAVE_RPM" >&5
11498$as_echo "$HAVE_RPM" >&6; }
11499
11500fi
11501
11502
11503 { $as_echo "$as_me:$LINENO: checking whether $RPMBUILD is available" >&5
11504$as_echo_n "checking whether $RPMBUILD is available... " >&6; }
11505 if tmp=$($RPMBUILD --version 2>/dev/null); then
11506
11507 RPMBUILD_VERSION=$(echo $tmp | $AWK '/RPM/ { print $3 }')
11508 HAVE_RPMBUILD=yes
11509 { $as_echo "$as_me:$LINENO: result: $HAVE_RPMBUILD ($RPMBUILD_VERSION)" >&5
11510$as_echo "$HAVE_RPMBUILD ($RPMBUILD_VERSION)" >&6; }
11511
11512else
11513
11514 HAVE_RPMBUILD=no
11515 { $as_echo "$as_me:$LINENO: result: $HAVE_RPMBUILD" >&5
11516$as_echo "$HAVE_RPMBUILD" >&6; }
11517
11518fi
11519
11520
11521
11522
11523
11524
11525
11526
11527
11528
11529
11530 DPKG=dpkg
11531 DPKGBUILD=dpkg-buildpackage
11532
11533 { $as_echo "$as_me:$LINENO: checking whether $DPKG is available" >&5
11534$as_echo_n "checking whether $DPKG is available... " >&6; }
11535 if tmp=$($DPKG --version 2>/dev/null); then
11536
11537 DPKG_VERSION=$(echo $tmp | $AWK '/Debian/ { print $7 }')
11538 HAVE_DPKG=yes
11539 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKG ($DPKG_VERSION)" >&5
11540$as_echo "$HAVE_DPKG ($DPKG_VERSION)" >&6; }
11541
11542else
11543
11544 HAVE_DPKG=no
11545 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKG" >&5
11546$as_echo "$HAVE_DPKG" >&6; }
11547
11548fi
11549
11550
11551 { $as_echo "$as_me:$LINENO: checking whether $DPKGBUILD is available" >&5
11552$as_echo_n "checking whether $DPKGBUILD is available... " >&6; }
11553 if tmp=$($DPKGBUILD --version 2>/dev/null); then
11554
11555 DPKGBUILD_VERSION=$(echo $tmp | \
11556 $AWK '/Debian/ { print $4 }' | cut -f-4 -d'.')
11557 HAVE_DPKGBUILD=yes
11558 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKGBUILD ($DPKGBUILD_VERSION)" >&5
11559$as_echo "$HAVE_DPKGBUILD ($DPKGBUILD_VERSION)" >&6; }
11560
11561else
11562
11563 HAVE_DPKGBUILD=no
11564 { $as_echo "$as_me:$LINENO: result: $HAVE_DPKGBUILD" >&5
11565$as_echo "$HAVE_DPKGBUILD" >&6; }
11566
11567fi
11568
11569
11570
11571
11572
11573
11574
11575
11576
11577
11578
11579 ALIEN=alien
11580
11581 { $as_echo "$as_me:$LINENO: checking whether $ALIEN is available" >&5
11582$as_echo_n "checking whether $ALIEN is available... " >&6; }
11583 if tmp=$($ALIEN --version 2>/dev/null); then
11584
11585 ALIEN_VERSION=$(echo $tmp | $AWK '{ print $3 }')
11586 HAVE_ALIEN=yes
11587 { $as_echo "$as_me:$LINENO: result: $HAVE_ALIEN ($ALIEN_VERSION)" >&5
11588$as_echo "$HAVE_ALIEN ($ALIEN_VERSION)" >&6; }
11589
11590else
11591
11592 HAVE_ALIEN=no
11593 { $as_echo "$as_me:$LINENO: result: $HAVE_ALIEN" >&5
11594$as_echo "$HAVE_ALIEN" >&6; }
11595
11596fi
11597
11598
11599
11600
11601
11602
11603
73fc084e
BB
11604 { $as_echo "$as_me:$LINENO: checking linux distribution" >&5
11605$as_echo_n "checking linux distribution... " >&6; }
11606 if test -f /etc/redhat-release ; then
11607 VENDOR=redhat ;
11608 elif test -f /etc/fedora-release ; then
11609 VENDOR=fedora ;
11610 elif test -f /etc/lsb-release ; then
11611 VENDOR=ubuntu ;
11612 elif test -f /etc/debian_version ; then
11613 VENDOR=debian ;
11614 elif test -f /etc/SuSE-release ; then
11615 VENDOR=sles ;
11616 elif test -f /etc/slackware-version ; then
11617 VENDOR=slackware ;
11618 elif test -f /etc/gentoo-release ; then
11619 VENDOR=gentoo ;
11620 else
11621 VENDOR= ;
11622 fi
11623 { $as_echo "$as_me:$LINENO: result: $VENDOR" >&5
11624$as_echo "$VENDOR" >&6; }
11625
287b2fb1
BB
11626
11627 { $as_echo "$as_me:$LINENO: checking default package type" >&5
11628$as_echo_n "checking default package type... " >&6; }
11629 case "$VENDOR" in
11630 fedora) DEFAULT_PACKAGE=rpm ;;
11631 redhat) DEFAULT_PACKAGE=rpm ;;
11632 sles) DEFAULT_PACKAGE=rpm ;;
11633 ubuntu) DEFAULT_PACKAGE=deb ;;
11634 debian) DEFAULT_PACKAGE=deb ;;
11635 slackware) DEFAULT_PACKAGE=tgz ;;
11636 *) DEFAULT_PACKAGE=rpm ;;
11637 esac
11638
11639 { $as_echo "$as_me:$LINENO: result: $DEFAULT_PACKAGE" >&5
11640$as_echo "$DEFAULT_PACKAGE" >&6; }
11641
11642
11643
11644
86933a6e
BB
11645 SPL_CONFIG=all
11646
8934764e 11647# Check whether --with-config was given.
86933a6e 11648if test "${with_config+set}" = set; then
8934764e
BB
11649 withval=$with_config; SPL_CONFIG="$withval"
11650fi
86933a6e 11651
8934764e
BB
11652
11653 { $as_echo "$as_me:$LINENO: checking spl config" >&5
11654$as_echo_n "checking spl config... " >&6; }
11655 { $as_echo "$as_me:$LINENO: result: $SPL_CONFIG" >&5
11656$as_echo "$SPL_CONFIG" >&6; };
86933a6e
BB
11657
11658
11659 case "$SPL_CONFIG" in
11660 kernel)
11661
11662
8934764e 11663# Check whether --with-linux was given.
86933a6e 11664if test "${with_linux+set}" = set; then
8934764e
BB
11665 withval=$with_linux; kernelsrc="$withval"
11666fi
86933a6e
BB
11667
11668
8934764e
BB
11669
11670# Check whether --with-linux-obj was given.
86933a6e 11671if test "${with_linux_obj+set}" = set; then
8934764e
BB
11672 withval=$with_linux_obj; kernelbuild="$withval"
11673fi
86933a6e 11674
8934764e
BB
11675
11676 { $as_echo "$as_me:$LINENO: checking kernel source directory" >&5
11677$as_echo_n "checking kernel source directory... " >&6; }
86933a6e 11678 if test -z "$kernelsrc"; then
534c4e38
BM
11679 headersdir="/lib/modules/$(uname -r)/build"
11680 if test -e "$headersdir"; then
11681 sourcelink=$(readlink -f "$headersdir")
11682 else
11683 sourcelink=$(ls -1d /usr/src/kernels/* \
11684 /usr/src/linux-* \
11685 2>/dev/null | grep -v obj | tail -1)
11686 fi
86933a6e 11687
8fd4e3af 11688 if test -n "$sourcelink" && test -e ${sourcelink}; then
86933a6e
BB
11689 kernelsrc=`readlink -f ${sourcelink}`
11690 else
8934764e
BB
11691 { $as_echo "$as_me:$LINENO: result: Not found" >&5
11692$as_echo "Not found" >&6; }
11693 { { $as_echo "$as_me:$LINENO: error:
8fd4e3af
BB
11694 *** Please make sure the kernel devel package for your distribution
11695 *** is installed then try again. If that fails you can specify the
11696 *** location of the kernel source with the '--with-linux=PATH' option." >&5
8934764e 11697$as_echo "$as_me: error:
8fd4e3af
BB
11698 *** Please make sure the kernel devel package for your distribution
11699 *** is installed then try again. If that fails you can specify the
11700 *** location of the kernel source with the '--with-linux=PATH' option." >&2;}
86933a6e
BB
11701 { (exit 1); exit 1; }; }
11702 fi
11703 else
11704 if test "$kernelsrc" = "NONE"; then
11705 kernsrcver=NONE
11706 fi
11707 fi
11708
8934764e
BB
11709 { $as_echo "$as_me:$LINENO: result: $kernelsrc" >&5
11710$as_echo "$kernelsrc" >&6; }
11711 { $as_echo "$as_me:$LINENO: checking kernel build directory" >&5
11712$as_echo_n "checking kernel build directory... " >&6; }
86933a6e 11713 if test -z "$kernelbuild"; then
e2d28a37
BB
11714 if test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then
11715 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
11716 elif test -d ${kernelsrc}-obj/${target_cpu}/default; then
11717 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
11718 elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then
11719 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
86933a6e
BB
11720 else
11721 kernelbuild=${kernelsrc}
11722 fi
11723 fi
8934764e
BB
11724 { $as_echo "$as_me:$LINENO: result: $kernelbuild" >&5
11725$as_echo "$kernelbuild" >&6; }
86933a6e 11726
8934764e
BB
11727 { $as_echo "$as_me:$LINENO: checking kernel source version" >&5
11728$as_echo_n "checking kernel source version... " >&6; }
fd921c2e
BB
11729 utsrelease1=$kernelbuild/include/linux/version.h
11730 utsrelease2=$kernelbuild/include/linux/utsrelease.h
11731 utsrelease3=$kernelbuild/include/generated/utsrelease.h
11732 if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then
11733 utsrelease=linux/version.h
11734 elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then
11735 utsrelease=linux/utsrelease.h
11736 elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then
11737 utsrelease=generated/utsrelease.h
11738 fi
86933a6e 11739
fd921c2e
BB
11740 if test "$utsrelease"; then
11741 kernsrcver=`(echo "#include <$utsrelease>";
86933a6e
BB
11742 echo "kernsrcver=UTS_RELEASE") |
11743 cpp -I $kernelbuild/include |
11744 grep "^kernsrcver=" | cut -d \" -f 2`
86933a6e 11745
fd921c2e
BB
11746 if test -z "$kernsrcver"; then
11747 { $as_echo "$as_me:$LINENO: result: Not found" >&5
11748$as_echo "Not found" >&6; }
11749 { { $as_echo "$as_me:$LINENO: error: *** Cannot determine kernel version." >&5
11750$as_echo "$as_me: error: *** Cannot determine kernel version." >&2;}
11751 { (exit 1); exit 1; }; }
11752 fi
11753 else
8934764e
BB
11754 { $as_echo "$as_me:$LINENO: result: Not found" >&5
11755$as_echo "Not found" >&6; }
fd921c2e
BB
11756 { { $as_echo "$as_me:$LINENO: error: *** Cannot find UTS_RELEASE definition." >&5
11757$as_echo "$as_me: error: *** Cannot find UTS_RELEASE definition." >&2;}
86933a6e
BB
11758 { (exit 1); exit 1; }; }
11759 fi
11760
8934764e
BB
11761 { $as_echo "$as_me:$LINENO: result: $kernsrcver" >&5
11762$as_echo "$kernsrcver" >&6; }
86933a6e
BB
11763
11764 LINUX=${kernelsrc}
11765 LINUX_OBJ=${kernelbuild}
11766 LINUX_VERSION=${kernsrcver}
11767
11768
11769
11770
11771
11772
bb339d06 11773 modpost=$LINUX/scripts/Makefile.modpost
8934764e
BB
11774 { $as_echo "$as_me:$LINENO: checking kernel file name for module symbols" >&5
11775$as_echo_n "checking kernel file name for module symbols... " >&6; }
bb339d06
BB
11776 if test -f "$modpost"; then
11777 if grep -q Modules.symvers $modpost; then
11778 LINUX_SYMBOLS=Modules.symvers
11779 else
11780 LINUX_SYMBOLS=Module.symvers
11781 fi
86933a6e 11782 else
bb339d06 11783 LINUX_SYMBOLS=NONE
86933a6e 11784 fi
8934764e
BB
11785 { $as_echo "$as_me:$LINENO: result: $LINUX_SYMBOLS" >&5
11786$as_echo "$LINUX_SYMBOLS" >&6; }
86933a6e
BB
11787
11788
11789
11790
86933a6e 11791 abs_srcdir=`readlink -f ${srcdir}`
c950d148 11792 KERNELCPPFLAGS="$KERNELCPPFLAGS -Wstrict-prototypes"
16b719f0
BB
11793 KERNELCPPFLAGS="$KERNELCPPFLAGS -I${abs_srcdir}/include"
11794 KERNELCPPFLAGS="$KERNELCPPFLAGS -include ${abs_srcdir}/spl_config.h"
86933a6e
BB
11795
11796 if test "${LINUX_OBJ}" != "${LINUX}"; then
11797 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
11798 fi
11799
11800
11801
11802
11803
c950d148
BB
11804 { $as_echo "$as_me:$LINENO: checking whether debugging is enabled" >&5
11805$as_echo_n "checking whether debugging is enabled... " >&6; }
8934764e 11806 # Check whether --enable-debug was given.
86933a6e 11807if test "${enable_debug+set}" = set; then
8934764e 11808 enableval=$enable_debug;
055ffd98
BB
11809else
11810 enable_debug=no
8934764e
BB
11811fi
11812
055ffd98
BB
11813
11814 if test "x$enable_debug" = xyes; then
c950d148 11815
c950d148
BB
11816 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG -Werror"
11817 DEBUG_CFLAGS="-DDEBUG -Werror"
11818
055ffd98 11819else
c950d148 11820
c950d148
BB
11821 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DNDEBUG"
11822 DEBUG_CFLAGS="-DNDEBUG"
11823
055ffd98
BB
11824fi
11825
11826
c950d148 11827
8934764e
BB
11828 { $as_echo "$as_me:$LINENO: result: $enable_debug" >&5
11829$as_echo "$enable_debug" >&6; }
86933a6e
BB
11830
11831
8934764e 11832 # Check whether --enable-debug-kmem was given.
86933a6e 11833if test "${enable_debug_kmem+set}" = set; then
8934764e 11834 enableval=$enable_debug_kmem;
055ffd98
BB
11835else
11836 enable_debug_kmem=yes
8934764e
BB
11837fi
11838
055ffd98
BB
11839
11840 if test "x$enable_debug_kmem" = xyes; then
86933a6e
BB
11841
11842cat >>confdefs.h <<\_ACEOF
11843#define DEBUG_KMEM 1
11844_ACEOF
11845
11846 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM"
055ffd98 11847fi
86933a6e 11848
86933a6e 11849
8934764e
BB
11850 { $as_echo "$as_me:$LINENO: checking whether basic kmem accounting is enabled" >&5
11851$as_echo_n "checking whether basic kmem accounting is enabled... " >&6; }
11852 { $as_echo "$as_me:$LINENO: result: $enable_debug_kmem" >&5
11853$as_echo "$enable_debug_kmem" >&6; }
86933a6e
BB
11854
11855
8934764e 11856 # Check whether --enable-debug-kmem-tracking was given.
055ffd98 11857if test "${enable_debug_kmem_tracking+set}" = set; then
8934764e 11858 enableval=$enable_debug_kmem_tracking;
055ffd98
BB
11859else
11860 enable_debug_kmem_tracking=no
8934764e
BB
11861fi
11862
055ffd98
BB
11863
11864 if test "x$enable_debug_kmem_tracking" = xyes; then
86933a6e
BB
11865
11866cat >>confdefs.h <<\_ACEOF
055ffd98 11867#define DEBUG_KMEM_TRACKING 1
86933a6e
BB
11868_ACEOF
11869
055ffd98
BB
11870 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM_TRACKING"
11871fi
11872
11873
8934764e
BB
11874 { $as_echo "$as_me:$LINENO: checking whether detailed kmem tracking is enabled" >&5
11875$as_echo_n "checking whether detailed kmem tracking is enabled... " >&6; }
11876 { $as_echo "$as_me:$LINENO: result: $enable_debug_kmem_tracking" >&5
11877$as_echo "$enable_debug_kmem_tracking" >&6; }
86933a6e 11878
5e9b5d83 11879
8934764e 11880 # Check whether --enable-atomic-spinlocks was given.
5e9b5d83 11881if test "${enable_atomic_spinlocks+set}" = set; then
8934764e 11882 enableval=$enable_atomic_spinlocks;
5e9b5d83 11883else
d04c8a56 11884 enable_atomic_spinlocks=check
8934764e
BB
11885fi
11886
5e9b5d83 11887
86933a6e
BB
11888
11889
dbe561d8 11890cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
11891/* confdefs.h. */
11892_ACEOF
11893cat confdefs.h >>conftest.$ac_ext
11894cat >>conftest.$ac_ext <<_ACEOF
11895/* end confdefs.h. */
11896
11897
d04c8a56 11898 #include <asm/atomic.h>
86933a6e
BB
11899
11900int
11901main (void)
11902{
11903
d04c8a56 11904 atomic64_t *ptr;
86933a6e
BB
11905
11906 ;
11907 return 0;
11908}
11909
11910_ACEOF
11911
11912
11913 rm -Rf build && mkdir -p build
11914 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 11915 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
11916 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11917 (eval $ac_try) 2>&5
11918 ac_status=$?
8934764e 11919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
11920 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
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
86933a6e
BB
11925 (exit $ac_status); }; }; then
11926
d04c8a56 11927 have_atomic64_t=yes
86933a6e
BB
11928
11929cat >>confdefs.h <<\_ACEOF
d04c8a56 11930#define HAVE_ATOMIC64_T 1
86933a6e
BB
11931_ACEOF
11932
11933
11934else
8934764e 11935 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
11936sed 's/^/| /' conftest.$ac_ext >&5
11937
d04c8a56 11938 have_atomic64_t=no
86933a6e
BB
11939
11940
11941
11942fi
11943
11944 rm -Rf build
11945
11946
11947
d04c8a56
BB
11948 if test "x$enable_atomic_spinlocks" = xcheck; then
11949
11950 if test "x$have_atomic64_t" = xyes; then
11951
11952 enable_atomic_spinlocks=no
11953
11954else
11955
11956 enable_atomic_spinlocks=yes
11957
11958fi
11959
11960
11961fi
11962
11963
11964 if test "x$enable_atomic_spinlocks" = xyes; then
11965
11966
11967cat >>confdefs.h <<\_ACEOF
11968#define ATOMIC_SPINLOCK 1
11969_ACEOF
11970
11971
11972else
11973
11974 if test "x$have_atomic64_t" = xno; then
11975
8934764e
BB
11976 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
11977$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
11978{ { $as_echo "$as_me:$LINENO: error: --disable-atomic-spinlocks given but required atomic64 support is unavailable
d04c8a56 11979See \`config.log' for more details." >&5
8934764e 11980$as_echo "$as_me: error: --disable-atomic-spinlocks given but required atomic64 support is unavailable
d04c8a56 11981See \`config.log' for more details." >&2;}
8934764e 11982 { (exit 1); exit 1; }; }; }
d04c8a56
BB
11983
11984fi
11985
11986
11987fi
11988
11989
8934764e
BB
11990 { $as_echo "$as_me:$LINENO: checking whether atomic types use spinlocks" >&5
11991$as_echo_n "checking whether atomic types use spinlocks... " >&6; }
11992 { $as_echo "$as_me:$LINENO: result: $enable_atomic_spinlocks" >&5
11993$as_echo "$enable_atomic_spinlocks" >&6; }
d04c8a56 11994
8934764e
BB
11995 { $as_echo "$as_me:$LINENO: checking whether kernel defines atomic64_t" >&5
11996$as_echo_n "checking whether kernel defines atomic64_t... " >&6; }
11997 { $as_echo "$as_me:$LINENO: result: $have_atomic64_t" >&5
11998$as_echo "$have_atomic64_t" >&6; }
d04c8a56 11999
8934764e
BB
12000 { $as_echo "$as_me:$LINENO: checking whether kernel defines atomic64_cmpxchg" >&5
12001$as_echo_n "checking whether kernel defines atomic64_cmpxchg... " >&6; }
86933a6e
BB
12002
12003
dbe561d8 12004cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
12005/* confdefs.h. */
12006_ACEOF
12007cat confdefs.h >>conftest.$ac_ext
12008cat >>conftest.$ac_ext <<_ACEOF
12009/* end confdefs.h. */
12010
12011
12012 #include <asm/atomic.h>
5ec44a37 12013 #include <asm/system.h>
86933a6e
BB
12014
12015int
12016main (void)
12017{
12018
d04c8a56 12019 atomic64_cmpxchg((atomic64_t *)NULL, 0, 0);
86933a6e
BB
12020
12021 ;
12022 return 0;
12023}
12024
12025_ACEOF
12026
12027
12028 rm -Rf build && mkdir -p build
12029 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12030 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
12031 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12032 (eval $ac_try) 2>&5
12033 ac_status=$?
8934764e 12034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12035 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12036 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12037 (eval $ac_try) 2>&5
12038 ac_status=$?
8934764e 12039 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12040 (exit $ac_status); }; }; then
12041
8934764e
BB
12042 { $as_echo "$as_me:$LINENO: result: yes" >&5
12043$as_echo "yes" >&6; }
86933a6e
BB
12044
12045cat >>confdefs.h <<\_ACEOF
d04c8a56 12046#define HAVE_ATOMIC64_CMPXCHG 1
86933a6e
BB
12047_ACEOF
12048
12049
12050else
8934764e 12051 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12052sed 's/^/| /' conftest.$ac_ext >&5
12053
8934764e
BB
12054 { $as_echo "$as_me:$LINENO: result: no" >&5
12055$as_echo "no" >&6; }
86933a6e
BB
12056
12057
12058
302b88e6
BB
12059fi
12060
12061 rm -Rf build
12062
12063
12064
8934764e
BB
12065 { $as_echo "$as_me:$LINENO: checking whether kernel defines atomic64_xchg" >&5
12066$as_echo_n "checking whether kernel defines atomic64_xchg... " >&6; }
302b88e6
BB
12067
12068
dbe561d8 12069cat confdefs.h - <<_ACEOF >conftest.c
302b88e6
BB
12070/* confdefs.h. */
12071_ACEOF
12072cat confdefs.h >>conftest.$ac_ext
12073cat >>conftest.$ac_ext <<_ACEOF
12074/* end confdefs.h. */
12075
12076
12077 #include <asm/atomic.h>
12078
12079int
12080main (void)
12081{
12082
d04c8a56 12083 atomic64_xchg((atomic64_t *)NULL, 0);
302b88e6
BB
12084
12085 ;
12086 return 0;
12087}
12088
12089_ACEOF
12090
12091
12092 rm -Rf build && mkdir -p build
12093 echo "obj-m := conftest.o" >build/Makefile
12094 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'
12095 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12096 (eval $ac_try) 2>&5
12097 ac_status=$?
8934764e 12098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
12099 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12100 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12101 (eval $ac_try) 2>&5
12102 ac_status=$?
8934764e 12103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
12104 (exit $ac_status); }; }; then
12105
8934764e
BB
12106 { $as_echo "$as_me:$LINENO: result: yes" >&5
12107$as_echo "yes" >&6; }
302b88e6
BB
12108
12109cat >>confdefs.h <<\_ACEOF
d04c8a56 12110#define HAVE_ATOMIC64_XCHG 1
302b88e6
BB
12111_ACEOF
12112
12113
12114else
8934764e 12115 $as_echo "$as_me: failed program was:" >&5
302b88e6
BB
12116sed 's/^/| /' conftest.$ac_ext >&5
12117
8934764e
BB
12118 { $as_echo "$as_me:$LINENO: result: no" >&5
12119$as_echo "no" >&6; }
302b88e6
BB
12120
12121
12122
12123fi
12124
12125 rm -Rf build
12126
12127
12128
8934764e
BB
12129 { $as_echo "$as_me:$LINENO: checking whether kernel defines uintptr_t" >&5
12130$as_echo_n "checking whether kernel defines uintptr_t... " >&6; }
302b88e6
BB
12131
12132
dbe561d8 12133cat confdefs.h - <<_ACEOF >conftest.c
302b88e6
BB
12134/* confdefs.h. */
12135_ACEOF
12136cat confdefs.h >>conftest.$ac_ext
12137cat >>conftest.$ac_ext <<_ACEOF
12138/* end confdefs.h. */
12139
12140
d04c8a56 12141 #include <linux/types.h>
302b88e6
BB
12142
12143int
12144main (void)
12145{
12146
d04c8a56 12147 uintptr_t *ptr;
302b88e6
BB
12148
12149 ;
12150 return 0;
12151}
12152
12153_ACEOF
12154
12155
12156 rm -Rf build && mkdir -p build
12157 echo "obj-m := conftest.o" >build/Makefile
12158 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'
12159 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12160 (eval $ac_try) 2>&5
12161 ac_status=$?
8934764e 12162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
12163 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12164 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12165 (eval $ac_try) 2>&5
12166 ac_status=$?
8934764e 12167 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
12168 (exit $ac_status); }; }; then
12169
8934764e
BB
12170 { $as_echo "$as_me:$LINENO: result: yes" >&5
12171$as_echo "yes" >&6; }
302b88e6
BB
12172
12173cat >>confdefs.h <<\_ACEOF
d04c8a56 12174#define HAVE_UINTPTR_T 1
302b88e6
BB
12175_ACEOF
12176
12177
12178else
8934764e 12179 $as_echo "$as_me: failed program was:" >&5
302b88e6
BB
12180sed 's/^/| /' conftest.$ac_ext >&5
12181
8934764e
BB
12182 { $as_echo "$as_me:$LINENO: result: no" >&5
12183$as_echo "no" >&6; }
302b88e6
BB
12184
12185
12186
86933a6e
BB
12187fi
12188
12189 rm -Rf build
12190
12191
12192
8934764e
BB
12193 { $as_echo "$as_me:$LINENO: checking whether INIT_WORK wants 3 args" >&5
12194$as_echo_n "checking whether INIT_WORK wants 3 args... " >&6; }
86933a6e
BB
12195
12196
dbe561d8 12197cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
12198/* confdefs.h. */
12199_ACEOF
12200cat confdefs.h >>conftest.$ac_ext
12201cat >>conftest.$ac_ext <<_ACEOF
12202/* end confdefs.h. */
12203
12204
12205 #include <linux/workqueue.h>
12206
12207int
12208main (void)
12209{
12210
12211 struct work_struct work;
12212 INIT_WORK(&work, NULL, NULL);
12213
12214 ;
12215 return 0;
12216}
12217
12218_ACEOF
12219
12220
12221 rm -Rf build && mkdir -p build
12222 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12223 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
12224 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12225 (eval $ac_try) 2>&5
12226 ac_status=$?
8934764e 12227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12228 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12229 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12230 (eval $ac_try) 2>&5
12231 ac_status=$?
8934764e 12232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12233 (exit $ac_status); }; }; then
12234
8934764e
BB
12235 { $as_echo "$as_me:$LINENO: result: yes" >&5
12236$as_echo "yes" >&6; }
86933a6e
BB
12237
12238cat >>confdefs.h <<\_ACEOF
12239#define HAVE_3ARGS_INIT_WORK 1
12240_ACEOF
12241
12242
12243else
8934764e 12244 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12245sed 's/^/| /' conftest.$ac_ext >&5
12246
8934764e
BB
12247 { $as_echo "$as_me:$LINENO: result: no" >&5
12248$as_echo "no" >&6; }
86933a6e
BB
12249
12250
12251
12252fi
12253
12254 rm -Rf build
12255
12256
12257
8934764e
BB
12258 { $as_echo "$as_me:$LINENO: checking whether register_sysctl_table() wants 2 args" >&5
12259$as_echo_n "checking whether register_sysctl_table() wants 2 args... " >&6; }
86933a6e
BB
12260
12261
dbe561d8 12262cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
12263/* confdefs.h. */
12264_ACEOF
12265cat confdefs.h >>conftest.$ac_ext
12266cat >>conftest.$ac_ext <<_ACEOF
12267/* end confdefs.h. */
12268
12269
12270 #include <linux/sysctl.h>
12271
12272int
12273main (void)
12274{
12275
12276 return register_sysctl_table(NULL,0);
12277
12278 ;
12279 return 0;
12280}
12281
12282_ACEOF
12283
12284
12285 rm -Rf build && mkdir -p build
12286 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12287 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
12288 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12289 (eval $ac_try) 2>&5
12290 ac_status=$?
8934764e 12291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12292 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12293 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12294 (eval $ac_try) 2>&5
12295 ac_status=$?
8934764e 12296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12297 (exit $ac_status); }; }; then
12298
8934764e
BB
12299 { $as_echo "$as_me:$LINENO: result: yes" >&5
12300$as_echo "yes" >&6; }
86933a6e
BB
12301
12302cat >>confdefs.h <<\_ACEOF
12303#define HAVE_2ARGS_REGISTER_SYSCTL 1
12304_ACEOF
12305
12306
12307else
8934764e 12308 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12309sed 's/^/| /' conftest.$ac_ext >&5
12310
8934764e
BB
12311 { $as_echo "$as_me:$LINENO: result: no" >&5
12312$as_echo "no" >&6; }
86933a6e
BB
12313
12314
12315
12316fi
12317
12318 rm -Rf build
12319
12320
12321
12322
8934764e
BB
12323 { $as_echo "$as_me:$LINENO: checking whether set_shrinker() available" >&5
12324$as_echo_n "checking whether set_shrinker() available... " >&6; }
86933a6e
BB
12325
12326
dbe561d8 12327cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
12328/* confdefs.h. */
12329_ACEOF
12330cat confdefs.h >>conftest.$ac_ext
12331cat >>conftest.$ac_ext <<_ACEOF
12332/* end confdefs.h. */
12333
12334
12335 #include <linux/mm.h>
12336
12337int
12338main (void)
12339{
12340
12341 return set_shrinker(DEFAULT_SEEKS, NULL);
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_SET_SHRINKER 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
12381fi
12382
12383 rm -Rf build
12384
12385
12386
8934764e
BB
12387 { $as_echo "$as_me:$LINENO: checking whether struct path used in struct nameidata" >&5
12388$as_echo_n "checking whether struct path used in struct nameidata... " >&6; }
86933a6e
BB
12389
12390
dbe561d8 12391cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
12392/* confdefs.h. */
12393_ACEOF
12394cat confdefs.h >>conftest.$ac_ext
12395cat >>conftest.$ac_ext <<_ACEOF
12396/* end confdefs.h. */
12397
12398
12399 #include <linux/namei.h>
12400
12401int
12402main (void)
12403{
12404
12405 struct nameidata nd;
12406
12407 nd.path.mnt = NULL;
12408 nd.path.dentry = NULL;
12409
12410 ;
12411 return 0;
12412}
12413
12414_ACEOF
12415
12416
12417 rm -Rf build && mkdir -p build
12418 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12419 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
12420 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12421 (eval $ac_try) 2>&5
12422 ac_status=$?
8934764e 12423 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12424 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12425 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12426 (eval $ac_try) 2>&5
12427 ac_status=$?
8934764e 12428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12429 (exit $ac_status); }; }; then
12430
8934764e
BB
12431 { $as_echo "$as_me:$LINENO: result: yes" >&5
12432$as_echo "yes" >&6; }
86933a6e
BB
12433
12434cat >>confdefs.h <<\_ACEOF
12435#define HAVE_PATH_IN_NAMEIDATA 1
12436_ACEOF
12437
12438
12439else
8934764e 12440 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12441sed 's/^/| /' conftest.$ac_ext >&5
12442
8934764e
BB
12443 { $as_echo "$as_me:$LINENO: result: no" >&5
12444$as_echo "no" >&6; }
86933a6e
BB
12445
12446
12447
12448fi
12449
12450 rm -Rf build
12451
12452
12453
12454
8934764e
BB
12455 { $as_echo "$as_me:$LINENO: checking whether symbol task_curr is exported" >&5
12456$as_echo_n "checking whether symbol task_curr is exported... " >&6; }
86933a6e
BB
12457 grep -q -E '[[:space:]]task_curr[[:space:]]' \
12458 $LINUX_OBJ/Module*.symvers 2>/dev/null
12459 rc=$?
12460 if test $rc -ne 0; then
12461 export=0
12462 for file in kernel/sched.c; do
12463 grep -q -E "EXPORT_SYMBOL.*(task_curr)" \
12464 "$LINUX_OBJ/$file" 2>/dev/null
12465 rc=$?
12466 if test $rc -eq 0; then
12467 export=1
12468 break;
12469 fi
12470 done
12471 if test $export -eq 0; then
8934764e
BB
12472 { $as_echo "$as_me:$LINENO: result: no" >&5
12473$as_echo "no" >&6; }
86933a6e
BB
12474
12475 else
8934764e
BB
12476 { $as_echo "$as_me:$LINENO: result: yes" >&5
12477$as_echo "yes" >&6; }
86933a6e
BB
12478
12479cat >>confdefs.h <<\_ACEOF
12480#define HAVE_TASK_CURR 1
12481_ACEOF
12482
12483 fi
12484 else
8934764e
BB
12485 { $as_echo "$as_me:$LINENO: result: yes" >&5
12486$as_echo "yes" >&6; }
86933a6e
BB
12487
12488cat >>confdefs.h <<\_ACEOF
12489#define HAVE_TASK_CURR 1
12490_ACEOF
12491
12492 fi
12493
12494
8934764e
BB
12495 { $as_echo "$as_me:$LINENO: checking whether unnumbered sysctl support exists" >&5
12496$as_echo_n "checking whether unnumbered sysctl support exists... " >&6; }
86933a6e
BB
12497
12498
dbe561d8 12499cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
12500/* confdefs.h. */
12501_ACEOF
12502cat confdefs.h >>conftest.$ac_ext
12503cat >>conftest.$ac_ext <<_ACEOF
12504/* end confdefs.h. */
12505
12506
12507 #include <linux/sysctl.h>
12508
12509int
12510main (void)
12511{
12512
12513 #ifndef CTL_UNNUMBERED
12514 #error CTL_UNNUMBERED undefined
12515 #endif
12516
12517 ;
12518 return 0;
12519}
12520
12521_ACEOF
12522
12523
12524 rm -Rf build && mkdir -p build
12525 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12526 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
12527 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12528 (eval $ac_try) 2>&5
12529 ac_status=$?
8934764e 12530 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12531 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12533 (eval $ac_try) 2>&5
12534 ac_status=$?
8934764e 12535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12536 (exit $ac_status); }; }; then
12537
8934764e
BB
12538 { $as_echo "$as_me:$LINENO: result: yes" >&5
12539$as_echo "yes" >&6; }
86933a6e
BB
12540
12541cat >>confdefs.h <<\_ACEOF
12542#define HAVE_CTL_UNNUMBERED 1
12543_ACEOF
12544
12545
12546else
8934764e 12547 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12548sed 's/^/| /' conftest.$ac_ext >&5
12549
8934764e
BB
12550 { $as_echo "$as_me:$LINENO: result: no" >&5
12551$as_echo "no" >&6; }
86933a6e
BB
12552
12553
12554
79a3bf13
BB
12555fi
12556
12557 rm -Rf build
12558
12559
12560
12561
12562 { $as_echo "$as_me:$LINENO: checking whether struct ctl_table has ctl_name" >&5
12563$as_echo_n "checking whether struct ctl_table has ctl_name... " >&6; }
12564
12565
dbe561d8 12566cat confdefs.h - <<_ACEOF >conftest.c
79a3bf13
BB
12567/* confdefs.h. */
12568_ACEOF
12569cat confdefs.h >>conftest.$ac_ext
12570cat >>conftest.$ac_ext <<_ACEOF
12571/* end confdefs.h. */
12572
12573
12574 #include <linux/sysctl.h>
12575
12576int
12577main (void)
12578{
12579
12580 struct ctl_table ctl;
12581 ctl.ctl_name = 0;
12582
12583 ;
12584 return 0;
12585}
12586
12587_ACEOF
12588
12589
12590 rm -Rf build && mkdir -p build
12591 echo "obj-m := conftest.o" >build/Makefile
12592 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'
12593 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12594 (eval $ac_try) 2>&5
12595 ac_status=$?
12596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12597 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12598 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12599 (eval $ac_try) 2>&5
12600 ac_status=$?
12601 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12602 (exit $ac_status); }; }; then
12603
12604 { $as_echo "$as_me:$LINENO: result: yes" >&5
12605$as_echo "yes" >&6; }
12606
12607cat >>confdefs.h <<\_ACEOF
12608#define HAVE_CTL_NAME 1
12609_ACEOF
12610
12611
12612else
12613 $as_echo "$as_me: failed program was:" >&5
12614sed 's/^/| /' conftest.$ac_ext >&5
12615
12616 { $as_echo "$as_me:$LINENO: result: no" >&5
12617$as_echo "no" >&6; }
12618
12619
12620
86933a6e
BB
12621fi
12622
12623 rm -Rf build
12624
12625
12626
8934764e
BB
12627 { $as_echo "$as_me:$LINENO: checking whether fls64() is available" >&5
12628$as_echo_n "checking whether fls64() is available... " >&6; }
86933a6e
BB
12629
12630
dbe561d8 12631cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
12632/* confdefs.h. */
12633_ACEOF
12634cat confdefs.h >>conftest.$ac_ext
12635cat >>conftest.$ac_ext <<_ACEOF
12636/* end confdefs.h. */
12637
12638
12639 #include <linux/bitops.h>
12640
12641int
12642main (void)
12643{
12644
12645 return fls64(0);
12646
12647 ;
12648 return 0;
12649}
12650
12651_ACEOF
12652
12653
12654 rm -Rf build && mkdir -p build
12655 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12656 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
12657 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12658 (eval $ac_try) 2>&5
12659 ac_status=$?
8934764e 12660 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12661 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12663 (eval $ac_try) 2>&5
12664 ac_status=$?
8934764e 12665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12666 (exit $ac_status); }; }; then
12667
8934764e
BB
12668 { $as_echo "$as_me:$LINENO: result: yes" >&5
12669$as_echo "yes" >&6; }
86933a6e
BB
12670
12671cat >>confdefs.h <<\_ACEOF
12672#define HAVE_FLS64 1
12673_ACEOF
12674
12675
12676else
8934764e 12677 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12678sed 's/^/| /' conftest.$ac_ext >&5
12679
8934764e
BB
12680 { $as_echo "$as_me:$LINENO: result: no" >&5
12681$as_echo "no" >&6; }
86933a6e
BB
12682
12683
12684
12685fi
12686
12687 rm -Rf build
12688
12689
12690
12691
8934764e
BB
12692 { $as_echo "$as_me:$LINENO: checking whether symbol device_create is exported" >&5
12693$as_echo_n "checking whether symbol device_create is exported... " >&6; }
86933a6e
BB
12694 grep -q -E '[[:space:]]device_create[[:space:]]' \
12695 $LINUX_OBJ/Module*.symvers 2>/dev/null
12696 rc=$?
12697 if test $rc -ne 0; then
12698 export=0
12699 for file in drivers/base/core.c; do
12700 grep -q -E "EXPORT_SYMBOL.*(device_create)" \
12701 "$LINUX_OBJ/$file" 2>/dev/null
12702 rc=$?
12703 if test $rc -eq 0; then
12704 export=1
12705 break;
12706 fi
12707 done
12708 if test $export -eq 0; then
8934764e
BB
12709 { $as_echo "$as_me:$LINENO: result: no" >&5
12710$as_echo "no" >&6; }
86933a6e
BB
12711
12712 else
8934764e
BB
12713 { $as_echo "$as_me:$LINENO: result: yes" >&5
12714$as_echo "yes" >&6; }
86933a6e
BB
12715
12716cat >>confdefs.h <<\_ACEOF
12717#define HAVE_DEVICE_CREATE 1
12718_ACEOF
12719
12720 fi
12721 else
8934764e
BB
12722 { $as_echo "$as_me:$LINENO: result: yes" >&5
12723$as_echo "yes" >&6; }
86933a6e
BB
12724
12725cat >>confdefs.h <<\_ACEOF
12726#define HAVE_DEVICE_CREATE 1
12727_ACEOF
12728
12729 fi
12730
12731
12732
8934764e
BB
12733 { $as_echo "$as_me:$LINENO: checking whether device_create() wants 5 args" >&5
12734$as_echo_n "checking whether device_create() wants 5 args... " >&6; }
86933a6e
BB
12735 tmp_flags="$EXTRA_KCFLAGS"
12736 EXTRA_KCFLAGS="-Werror"
12737
12738
dbe561d8 12739cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
12740/* confdefs.h. */
12741_ACEOF
12742cat confdefs.h >>conftest.$ac_ext
12743cat >>conftest.$ac_ext <<_ACEOF
12744/* end confdefs.h. */
12745
12746
12747 #include <linux/device.h>
12748
12749int
12750main (void)
12751{
12752
12753 device_create(NULL, NULL, 0, NULL, "%d", 1);
12754
12755 ;
12756 return 0;
12757}
12758
12759_ACEOF
12760
12761
12762 rm -Rf build && mkdir -p build
12763 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12764 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
12765 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12766 (eval $ac_try) 2>&5
12767 ac_status=$?
8934764e 12768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12769 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12770 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12771 (eval $ac_try) 2>&5
12772 ac_status=$?
8934764e 12773 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12774 (exit $ac_status); }; }; then
12775
8934764e
BB
12776 { $as_echo "$as_me:$LINENO: result: yes" >&5
12777$as_echo "yes" >&6; }
86933a6e
BB
12778
12779cat >>confdefs.h <<\_ACEOF
12780#define HAVE_5ARGS_DEVICE_CREATE 1
12781_ACEOF
12782
12783
12784else
8934764e 12785 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12786sed 's/^/| /' conftest.$ac_ext >&5
12787
8934764e
BB
12788 { $as_echo "$as_me:$LINENO: result: no" >&5
12789$as_echo "no" >&6; }
86933a6e
BB
12790
12791
12792
12793fi
12794
12795 rm -Rf build
12796
12797
12798 EXTRA_KCFLAGS="$tmp_flags"
12799
12800
8934764e
BB
12801 { $as_echo "$as_me:$LINENO: checking whether symbol class_device_create is exported" >&5
12802$as_echo_n "checking whether symbol class_device_create is exported... " >&6; }
86933a6e
BB
12803 grep -q -E '[[:space:]]class_device_create[[:space:]]' \
12804 $LINUX_OBJ/Module*.symvers 2>/dev/null
12805 rc=$?
12806 if test $rc -ne 0; then
12807 export=0
12808 for file in drivers/base/class.c; do
12809 grep -q -E "EXPORT_SYMBOL.*(class_device_create)" \
12810 "$LINUX_OBJ/$file" 2>/dev/null
12811 rc=$?
12812 if test $rc -eq 0; then
12813 export=1
12814 break;
12815 fi
12816 done
12817 if test $export -eq 0; then
8934764e
BB
12818 { $as_echo "$as_me:$LINENO: result: no" >&5
12819$as_echo "no" >&6; }
86933a6e
BB
12820
12821 else
8934764e
BB
12822 { $as_echo "$as_me:$LINENO: result: yes" >&5
12823$as_echo "yes" >&6; }
86933a6e
BB
12824
12825cat >>confdefs.h <<\_ACEOF
12826#define HAVE_CLASS_DEVICE_CREATE 1
12827_ACEOF
12828
12829 fi
12830 else
8934764e
BB
12831 { $as_echo "$as_me:$LINENO: result: yes" >&5
12832$as_echo "yes" >&6; }
86933a6e
BB
12833
12834cat >>confdefs.h <<\_ACEOF
12835#define HAVE_CLASS_DEVICE_CREATE 1
12836_ACEOF
12837
12838 fi
12839
12840
12841
8934764e
BB
12842 { $as_echo "$as_me:$LINENO: checking whether symbol set_normalized_timespec is exported" >&5
12843$as_echo_n "checking whether symbol set_normalized_timespec is exported... " >&6; }
86933a6e
BB
12844 grep -q -E '[[:space:]]set_normalized_timespec[[:space:]]' \
12845 $LINUX_OBJ/Module*.symvers 2>/dev/null
12846 rc=$?
12847 if test $rc -ne 0; then
12848 export=0
12849 for file in kernel/time.c; do
12850 grep -q -E "EXPORT_SYMBOL.*(set_normalized_timespec)" \
12851 "$LINUX_OBJ/$file" 2>/dev/null
12852 rc=$?
12853 if test $rc -eq 0; then
12854 export=1
12855 break;
12856 fi
12857 done
12858 if test $export -eq 0; then
8934764e
BB
12859 { $as_echo "$as_me:$LINENO: result: no" >&5
12860$as_echo "no" >&6; }
86933a6e
BB
12861
12862 else
8934764e
BB
12863 { $as_echo "$as_me:$LINENO: result: yes" >&5
12864$as_echo "yes" >&6; }
86933a6e
BB
12865
12866cat >>confdefs.h <<\_ACEOF
12867#define HAVE_SET_NORMALIZED_TIMESPEC_EXPORT 1
12868_ACEOF
12869
12870 fi
12871 else
8934764e
BB
12872 { $as_echo "$as_me:$LINENO: result: yes" >&5
12873$as_echo "yes" >&6; }
86933a6e
BB
12874
12875cat >>confdefs.h <<\_ACEOF
12876#define HAVE_SET_NORMALIZED_TIMESPEC_EXPORT 1
12877_ACEOF
12878
12879 fi
12880
12881
12882
8934764e
BB
12883 { $as_echo "$as_me:$LINENO: checking whether set_normalized_timespec() is an inline" >&5
12884$as_echo_n "checking whether set_normalized_timespec() is an inline... " >&6; }
86933a6e
BB
12885
12886
dbe561d8 12887cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
12888/* confdefs.h. */
12889_ACEOF
12890cat confdefs.h >>conftest.$ac_ext
12891cat >>conftest.$ac_ext <<_ACEOF
12892/* end confdefs.h. */
12893
12894
12895 #include <linux/time.h>
12896 void set_normalized_timespec(struct timespec *ts,
12897 time_t sec, long nsec) { }
12898
12899int
12900main (void)
12901{
12902
12903 ;
12904 return 0;
12905}
12906
12907_ACEOF
12908
12909
12910 rm -Rf build && mkdir -p build
12911 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12912 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
12913 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12914 (eval $ac_try) 2>&5
12915 ac_status=$?
8934764e 12916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12917 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12918 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12919 (eval $ac_try) 2>&5
12920 ac_status=$?
8934764e 12921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12922 (exit $ac_status); }; }; then
12923
8934764e
BB
12924 { $as_echo "$as_me:$LINENO: result: no" >&5
12925$as_echo "no" >&6; }
86933a6e
BB
12926
12927else
8934764e 12928 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
12929sed 's/^/| /' conftest.$ac_ext >&5
12930
8934764e
BB
12931 { $as_echo "$as_me:$LINENO: result: yes" >&5
12932$as_echo "yes" >&6; }
86933a6e
BB
12933
12934cat >>confdefs.h <<\_ACEOF
12935#define HAVE_SET_NORMALIZED_TIMESPEC_INLINE 1
12936_ACEOF
12937
12938
12939
12940
12941fi
12942
12943 rm -Rf build
12944
12945
12946
12947
8934764e
BB
12948 { $as_echo "$as_me:$LINENO: checking whether timespec_sub() is available" >&5
12949$as_echo_n "checking whether timespec_sub() is available... " >&6; }
86933a6e
BB
12950
12951
dbe561d8 12952cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
12953/* confdefs.h. */
12954_ACEOF
12955cat confdefs.h >>conftest.$ac_ext
12956cat >>conftest.$ac_ext <<_ACEOF
12957/* end confdefs.h. */
12958
12959
12960 #include <linux/time.h>
12961
12962int
12963main (void)
12964{
12965
12966 struct timespec a, b, c = { 0 };
12967 c = timespec_sub(a, b);
12968
12969 ;
12970 return 0;
12971}
12972
12973_ACEOF
12974
12975
12976 rm -Rf build && mkdir -p build
12977 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 12978 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
12979 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12980 (eval $ac_try) 2>&5
12981 ac_status=$?
8934764e 12982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12983 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
12984 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12985 (eval $ac_try) 2>&5
12986 ac_status=$?
8934764e 12987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
12988 (exit $ac_status); }; }; then
12989
8934764e
BB
12990 { $as_echo "$as_me:$LINENO: result: yes" >&5
12991$as_echo "yes" >&6; }
86933a6e
BB
12992
12993cat >>confdefs.h <<\_ACEOF
12994#define HAVE_TIMESPEC_SUB 1
12995_ACEOF
12996
12997
12998else
8934764e 12999 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13000sed 's/^/| /' conftest.$ac_ext >&5
13001
8934764e
BB
13002 { $as_echo "$as_me:$LINENO: result: no" >&5
13003$as_echo "no" >&6; }
86933a6e
BB
13004
13005
13006
13007fi
13008
13009 rm -Rf build
13010
13011
13012
13013
8934764e
BB
13014 { $as_echo "$as_me:$LINENO: checking whether init_utsname() is available" >&5
13015$as_echo_n "checking whether init_utsname() is available... " >&6; }
86933a6e
BB
13016
13017
dbe561d8 13018cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
13019/* confdefs.h. */
13020_ACEOF
13021cat confdefs.h >>conftest.$ac_ext
13022cat >>conftest.$ac_ext <<_ACEOF
13023/* end confdefs.h. */
13024
13025
13026 #include <linux/utsname.h>
13027
13028int
13029main (void)
13030{
13031
13032 struct new_utsname *a = init_utsname();
13033
13034 ;
13035 return 0;
13036}
13037
13038_ACEOF
13039
13040
13041 rm -Rf build && mkdir -p build
13042 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13043 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
13044 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13045 (eval $ac_try) 2>&5
13046 ac_status=$?
8934764e 13047 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13048 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13049 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13050 (eval $ac_try) 2>&5
13051 ac_status=$?
8934764e 13052 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13053 (exit $ac_status); }; }; then
13054
8934764e
BB
13055 { $as_echo "$as_me:$LINENO: result: yes" >&5
13056$as_echo "yes" >&6; }
86933a6e
BB
13057
13058cat >>confdefs.h <<\_ACEOF
13059#define HAVE_INIT_UTSNAME 1
13060_ACEOF
13061
13062
13063else
8934764e 13064 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13065sed 's/^/| /' conftest.$ac_ext >&5
13066
8934764e
BB
13067 { $as_echo "$as_me:$LINENO: result: no" >&5
13068$as_echo "no" >&6; }
86933a6e
BB
13069
13070
13071
13072fi
13073
13074 rm -Rf build
13075
13076
13077
13078
8934764e
BB
13079 { $as_echo "$as_me:$LINENO: checking whether header linux/fdtable.h exists" >&5
13080$as_echo_n "checking whether header linux/fdtable.h exists... " >&6; }
86933a6e
BB
13081
13082
dbe561d8 13083cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
13084/* confdefs.h. */
13085_ACEOF
13086cat confdefs.h >>conftest.$ac_ext
13087cat >>conftest.$ac_ext <<_ACEOF
13088/* end confdefs.h. */
13089
13090
13091 #include <linux/fdtable.h>
13092
13093int
13094main (void)
13095{
13096
13097 return 0;
13098
13099 ;
13100 return 0;
13101}
13102
13103_ACEOF
13104
13105
13106 rm -Rf build && mkdir -p build
13107 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13108 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
13109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13110 (eval $ac_try) 2>&5
13111 ac_status=$?
8934764e 13112 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13113 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13115 (eval $ac_try) 2>&5
13116 ac_status=$?
8934764e 13117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13118 (exit $ac_status); }; }; then
13119
13120
13121cat >>confdefs.h <<\_ACEOF
13122#define HAVE_FDTABLE_HEADER 1
13123_ACEOF
13124
8934764e
BB
13125 { $as_echo "$as_me:$LINENO: result: yes" >&5
13126$as_echo "yes" >&6; }
86933a6e
BB
13127
13128
13129else
8934764e 13130 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13131sed 's/^/| /' conftest.$ac_ext >&5
13132
8934764e
BB
13133 { $as_echo "$as_me:$LINENO: result: no" >&5
13134$as_echo "no" >&6; }
86933a6e
BB
13135
13136
13137
13138
13139fi
13140
13141 rm -Rf build
13142
13143
13144
13145
13146
8934764e
BB
13147 { $as_echo "$as_me:$LINENO: checking whether files_fdtable() is available" >&5
13148$as_echo_n "checking whether files_fdtable() is available... " >&6; }
86933a6e
BB
13149
13150
dbe561d8 13151cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
13152/* confdefs.h. */
13153_ACEOF
13154cat confdefs.h >>conftest.$ac_ext
13155cat >>conftest.$ac_ext <<_ACEOF
13156/* end confdefs.h. */
13157
13158
13159 #include <linux/sched.h>
13160 #include <linux/file.h>
13161 #ifdef HAVE_FDTABLE_HEADER
13162 #include <linux/fdtable.h>
13163 #endif
13164
13165int
13166main (void)
13167{
13168
13169 struct files_struct *files = current->files;
13170 struct fdtable *fdt = files_fdtable(files);
13171
13172 ;
13173 return 0;
13174}
13175
13176_ACEOF
13177
13178
13179 rm -Rf build && mkdir -p build
13180 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13181 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
13182 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13183 (eval $ac_try) 2>&5
13184 ac_status=$?
8934764e 13185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13186 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13187 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13188 (eval $ac_try) 2>&5
13189 ac_status=$?
8934764e 13190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13191 (exit $ac_status); }; }; then
13192
8934764e
BB
13193 { $as_echo "$as_me:$LINENO: result: yes" >&5
13194$as_echo "yes" >&6; }
86933a6e
BB
13195
13196cat >>confdefs.h <<\_ACEOF
13197#define HAVE_FILES_FDTABLE 1
13198_ACEOF
13199
13200
13201else
8934764e 13202 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13203sed 's/^/| /' conftest.$ac_ext >&5
13204
8934764e
BB
13205 { $as_echo "$as_me:$LINENO: result: no" >&5
13206$as_echo "no" >&6; }
86933a6e
BB
13207
13208
13209
13210fi
13211
13212 rm -Rf build
13213
13214
13215
13216
8934764e
BB
13217 { $as_echo "$as_me:$LINENO: checking whether header linux/uaccess.h exists" >&5
13218$as_echo_n "checking whether header linux/uaccess.h exists... " >&6; }
86933a6e
BB
13219
13220
dbe561d8 13221cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
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/uaccess.h>
13230
13231int
13232main (void)
13233{
13234
13235 return 0;
13236
13237 ;
13238 return 0;
13239}
13240
13241_ACEOF
13242
13243
13244 rm -Rf build && mkdir -p build
13245 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13246 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
13247 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13248 (eval $ac_try) 2>&5
13249 ac_status=$?
8934764e 13250 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13251 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13252 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13253 (eval $ac_try) 2>&5
13254 ac_status=$?
8934764e 13255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13256 (exit $ac_status); }; }; then
13257
13258
13259cat >>confdefs.h <<\_ACEOF
13260#define HAVE_UACCESS_HEADER 1
13261_ACEOF
13262
8934764e
BB
13263 { $as_echo "$as_me:$LINENO: result: yes" >&5
13264$as_echo "yes" >&6; }
86933a6e
BB
13265
13266
13267else
8934764e 13268 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13269sed 's/^/| /' conftest.$ac_ext >&5
13270
8934764e
BB
13271 { $as_echo "$as_me:$LINENO: result: no" >&5
13272$as_echo "no" >&6; }
86933a6e
BB
13273
13274
13275
13276
13277fi
13278
13279 rm -Rf build
13280
13281
13282
13283
13284
8934764e
BB
13285 { $as_echo "$as_me:$LINENO: checking whether kmalloc_node() is available" >&5
13286$as_echo_n "checking whether kmalloc_node() is available... " >&6; }
86933a6e
BB
13287
13288
dbe561d8 13289cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
13290/* confdefs.h. */
13291_ACEOF
13292cat confdefs.h >>conftest.$ac_ext
13293cat >>conftest.$ac_ext <<_ACEOF
13294/* end confdefs.h. */
13295
13296
13297 #include <linux/slab.h>
13298
13299int
13300main (void)
13301{
13302
13303 void *a = kmalloc_node(1, GFP_KERNEL, 0);
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
3d0cb2d3 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'
86933a6e
BB
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
86933a6e
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
86933a6e
BB
13324 (exit $ac_status); }; }; then
13325
8934764e
BB
13326 { $as_echo "$as_me:$LINENO: result: yes" >&5
13327$as_echo "yes" >&6; }
86933a6e
BB
13328
13329cat >>confdefs.h <<\_ACEOF
13330#define HAVE_KMALLOC_NODE 1
13331_ACEOF
13332
13333
13334else
8934764e 13335 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13336sed 's/^/| /' conftest.$ac_ext >&5
13337
8934764e
BB
13338 { $as_echo "$as_me:$LINENO: result: no" >&5
13339$as_echo "no" >&6; }
86933a6e
BB
13340
13341
13342
13343fi
13344
13345 rm -Rf build
13346
13347
13348
13349
8934764e
BB
13350 { $as_echo "$as_me:$LINENO: checking whether symbol monotonic_clock is exported" >&5
13351$as_echo_n "checking whether symbol monotonic_clock is exported... " >&6; }
86933a6e
BB
13352 grep -q -E '[[:space:]]monotonic_clock[[:space:]]' \
13353 $LINUX_OBJ/Module*.symvers 2>/dev/null
13354 rc=$?
13355 if test $rc -ne 0; then
13356 export=0
13357 for file in ; do
13358 grep -q -E "EXPORT_SYMBOL.*(monotonic_clock)" \
13359 "$LINUX_OBJ/$file" 2>/dev/null
13360 rc=$?
13361 if test $rc -eq 0; then
13362 export=1
13363 break;
13364 fi
13365 done
13366 if test $export -eq 0; then
8934764e
BB
13367 { $as_echo "$as_me:$LINENO: result: no" >&5
13368$as_echo "no" >&6; }
86933a6e
BB
13369
13370 else
8934764e
BB
13371 { $as_echo "$as_me:$LINENO: result: yes" >&5
13372$as_echo "yes" >&6; }
86933a6e
BB
13373
13374cat >>confdefs.h <<\_ACEOF
13375#define HAVE_MONOTONIC_CLOCK 1
13376_ACEOF
13377
13378 fi
13379 else
8934764e
BB
13380 { $as_echo "$as_me:$LINENO: result: yes" >&5
13381$as_echo "yes" >&6; }
86933a6e
BB
13382
13383cat >>confdefs.h <<\_ACEOF
13384#define HAVE_MONOTONIC_CLOCK 1
13385_ACEOF
13386
13387 fi
13388
13389
13390
8934764e
BB
13391 { $as_echo "$as_me:$LINENO: checking whether struct inode has i_mutex" >&5
13392$as_echo_n "checking whether struct inode has i_mutex... " >&6; }
86933a6e
BB
13393
13394
dbe561d8 13395cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
13396/* confdefs.h. */
13397_ACEOF
13398cat confdefs.h >>conftest.$ac_ext
13399cat >>conftest.$ac_ext <<_ACEOF
13400/* end confdefs.h. */
13401
13402
13403 #include <linux/fs.h>
13404 #include <linux/mutex.h>
13405
13406int
13407main (void)
13408{
13409
13410 struct inode i;
13411 mutex_init(&i.i_mutex);
13412
13413 ;
13414 return 0;
13415}
13416
13417_ACEOF
13418
13419
13420 rm -Rf build && mkdir -p build
13421 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13422 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
13423 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13424 (eval $ac_try) 2>&5
13425 ac_status=$?
8934764e 13426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13427 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13428 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13429 (eval $ac_try) 2>&5
13430 ac_status=$?
8934764e 13431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13432 (exit $ac_status); }; }; then
13433
8934764e
BB
13434 { $as_echo "$as_me:$LINENO: result: yes" >&5
13435$as_echo "yes" >&6; }
86933a6e
BB
13436
13437cat >>confdefs.h <<\_ACEOF
13438#define HAVE_INODE_I_MUTEX 1
13439_ACEOF
13440
13441
13442else
8934764e 13443 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13444sed 's/^/| /' conftest.$ac_ext >&5
13445
8934764e
BB
13446 { $as_echo "$as_me:$LINENO: result: no" >&5
13447$as_echo "no" >&6; }
86933a6e
BB
13448
13449
13450
13451fi
13452
13453 rm -Rf build
13454
13455
13456
13457
8934764e
BB
13458 { $as_echo "$as_me:$LINENO: checking whether struct mutex has owner" >&5
13459$as_echo_n "checking whether struct mutex has owner... " >&6; }
4d54fdee
BB
13460
13461
dbe561d8 13462cat confdefs.h - <<_ACEOF >conftest.c
4d54fdee
BB
13463/* confdefs.h. */
13464_ACEOF
13465cat confdefs.h >>conftest.$ac_ext
13466cat >>conftest.$ac_ext <<_ACEOF
13467/* end confdefs.h. */
13468
13469
13470 #include <linux/mutex.h>
13471
13472int
13473main (void)
13474{
13475
13476 struct mutex mtx;
13477 mtx.owner = NULL;
13478
13479 ;
13480 return 0;
13481}
13482
13483_ACEOF
13484
13485
13486 rm -Rf build && mkdir -p build
13487 echo "obj-m := conftest.o" >build/Makefile
13488 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'
13489 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13490 (eval $ac_try) 2>&5
13491 ac_status=$?
8934764e 13492 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4d54fdee
BB
13493 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13494 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13495 (eval $ac_try) 2>&5
13496 ac_status=$?
8934764e 13497 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4d54fdee
BB
13498 (exit $ac_status); }; }; then
13499
8934764e
BB
13500 { $as_echo "$as_me:$LINENO: result: yes" >&5
13501$as_echo "yes" >&6; }
4d54fdee
BB
13502
13503cat >>confdefs.h <<\_ACEOF
13504#define HAVE_MUTEX_OWNER 1
13505_ACEOF
13506
13507
13508else
8934764e 13509 $as_echo "$as_me: failed program was:" >&5
4d54fdee
BB
13510sed 's/^/| /' conftest.$ac_ext >&5
13511
8934764e
BB
13512 { $as_echo "$as_me:$LINENO: result: no" >&5
13513$as_echo "no" >&6; }
4d54fdee
BB
13514
13515
13516
13517fi
13518
13519 rm -Rf build
13520
13521
13522
13523
8934764e
BB
13524 { $as_echo "$as_me:$LINENO: checking whether mutex_lock_nested() is available" >&5
13525$as_echo_n "checking whether mutex_lock_nested() is available... " >&6; }
86933a6e
BB
13526
13527
dbe561d8 13528cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
13529/* confdefs.h. */
13530_ACEOF
13531cat confdefs.h >>conftest.$ac_ext
13532cat >>conftest.$ac_ext <<_ACEOF
13533/* end confdefs.h. */
13534
13535
13536 #include <linux/mutex.h>
13537
13538int
13539main (void)
13540{
13541
13542 struct mutex mutex;
13543 mutex_init(&mutex);
13544 mutex_lock_nested(&mutex, 0);
13545
13546 ;
13547 return 0;
13548}
13549
13550_ACEOF
13551
13552
13553 rm -Rf build && mkdir -p build
13554 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13555 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
13556 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13557 (eval $ac_try) 2>&5
13558 ac_status=$?
8934764e 13559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13560 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13561 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13562 (eval $ac_try) 2>&5
13563 ac_status=$?
8934764e 13564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13565 (exit $ac_status); }; }; then
13566
8934764e
BB
13567 { $as_echo "$as_me:$LINENO: result: yes" >&5
13568$as_echo "yes" >&6; }
86933a6e
BB
13569
13570cat >>confdefs.h <<\_ACEOF
13571#define HAVE_MUTEX_LOCK_NESTED 1
13572_ACEOF
13573
13574
13575else
8934764e 13576 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13577sed 's/^/| /' conftest.$ac_ext >&5
13578
8934764e
BB
13579 { $as_echo "$as_me:$LINENO: result: no" >&5
13580$as_echo "no" >&6; }
86933a6e
BB
13581
13582
13583
13584fi
13585
13586 rm -Rf build
13587
13588
13589
13590
8934764e
BB
13591 { $as_echo "$as_me:$LINENO: checking whether on_each_cpu() wants 3 args" >&5
13592$as_echo_n "checking whether on_each_cpu() wants 3 args... " >&6; }
86933a6e
BB
13593
13594
dbe561d8 13595cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
13596/* confdefs.h. */
13597_ACEOF
13598cat confdefs.h >>conftest.$ac_ext
13599cat >>conftest.$ac_ext <<_ACEOF
13600/* end confdefs.h. */
13601
13602
13603 #include <linux/smp.h>
13604
13605int
13606main (void)
13607{
13608
13609 on_each_cpu(NULL, NULL, 0);
13610
13611 ;
13612 return 0;
13613}
13614
13615_ACEOF
13616
13617
13618 rm -Rf build && mkdir -p build
13619 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 13620 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
13621 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13622 (eval $ac_try) 2>&5
13623 ac_status=$?
8934764e 13624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13625 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13626 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13627 (eval $ac_try) 2>&5
13628 ac_status=$?
8934764e 13629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
13630 (exit $ac_status); }; }; then
13631
8934764e
BB
13632 { $as_echo "$as_me:$LINENO: result: yes" >&5
13633$as_echo "yes" >&6; }
86933a6e
BB
13634
13635cat >>confdefs.h <<\_ACEOF
13636#define HAVE_3ARGS_ON_EACH_CPU 1
13637_ACEOF
13638
13639
13640else
8934764e 13641 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
13642sed 's/^/| /' conftest.$ac_ext >&5
13643
8934764e
BB
13644 { $as_echo "$as_me:$LINENO: result: no" >&5
13645$as_echo "no" >&6; }
86933a6e
BB
13646
13647
13648
13649fi
13650
13651 rm -Rf build
13652
13653
13654
13655
8934764e
BB
13656 { $as_echo "$as_me:$LINENO: checking whether symbol kallsyms_lookup_name is exported" >&5
13657$as_echo_n "checking whether symbol kallsyms_lookup_name is exported... " >&6; }
86933a6e
BB
13658 grep -q -E '[[:space:]]kallsyms_lookup_name[[:space:]]' \
13659 $LINUX_OBJ/Module*.symvers 2>/dev/null
13660 rc=$?
13661 if test $rc -ne 0; then
13662 export=0
13663 for file in ; do
13664 grep -q -E "EXPORT_SYMBOL.*(kallsyms_lookup_name)" \
13665 "$LINUX_OBJ/$file" 2>/dev/null
13666 rc=$?
13667 if test $rc -eq 0; then
13668 export=1
13669 break;
13670 fi
13671 done
13672 if test $export -eq 0; then
8934764e
BB
13673 { $as_echo "$as_me:$LINENO: result: no" >&5
13674$as_echo "no" >&6; }
86933a6e
BB
13675
13676 else
8934764e
BB
13677 { $as_echo "$as_me:$LINENO: result: yes" >&5
13678$as_echo "yes" >&6; }
86933a6e
BB
13679
13680cat >>confdefs.h <<\_ACEOF
13681#define HAVE_KALLSYMS_LOOKUP_NAME 1
13682_ACEOF
13683
13684 fi
13685 else
8934764e
BB
13686 { $as_echo "$as_me:$LINENO: result: yes" >&5
13687$as_echo "yes" >&6; }
86933a6e
BB
13688
13689cat >>confdefs.h <<\_ACEOF
13690#define HAVE_KALLSYMS_LOOKUP_NAME 1
13691_ACEOF
13692
13693 fi
13694
13695
13696
8934764e
BB
13697 { $as_echo "$as_me:$LINENO: checking whether symbol get_vmalloc_info is exported" >&5
13698$as_echo_n "checking whether symbol get_vmalloc_info is exported... " >&6; }
86933a6e
BB
13699 grep -q -E '[[:space:]]get_vmalloc_info[[:space:]]' \
13700 $LINUX_OBJ/Module*.symvers 2>/dev/null
13701 rc=$?
13702 if test $rc -ne 0; then
13703 export=0
13704 for file in ; do
13705 grep -q -E "EXPORT_SYMBOL.*(get_vmalloc_info)" \
13706 "$LINUX_OBJ/$file" 2>/dev/null
13707 rc=$?
13708 if test $rc -eq 0; then
13709 export=1
13710 break;
13711 fi
13712 done
13713 if test $export -eq 0; then
8934764e
BB
13714 { $as_echo "$as_me:$LINENO: result: no" >&5
13715$as_echo "no" >&6; }
86933a6e
BB
13716
13717 else
8934764e
BB
13718 { $as_echo "$as_me:$LINENO: result: yes" >&5
13719$as_echo "yes" >&6; }
86933a6e
BB
13720
13721cat >>confdefs.h <<\_ACEOF
13722#define HAVE_GET_VMALLOC_INFO 1
13723_ACEOF
13724
13725 fi
13726 else
8934764e
BB
13727 { $as_echo "$as_me:$LINENO: result: yes" >&5
13728$as_echo "yes" >&6; }
86933a6e
BB
13729
13730cat >>confdefs.h <<\_ACEOF
13731#define HAVE_GET_VMALLOC_INFO 1
13732_ACEOF
13733
13734 fi
13735
13736
13737
8934764e
BB
13738 { $as_echo "$as_me:$LINENO: checking whether symbol *_pgdat exist" >&5
13739$as_echo_n "checking whether symbol *_pgdat exist... " >&6; }
86933a6e
BB
13740 grep -q -E 'first_online_pgdat' $LINUX/include/linux/mmzone.h 2>/dev/null
13741 rc=$?
13742 if test $rc -eq 0; then
8934764e
BB
13743 { $as_echo "$as_me:$LINENO: result: yes" >&5
13744$as_echo "yes" >&6; }
86933a6e
BB
13745
13746cat >>confdefs.h <<\_ACEOF
13747#define HAVE_PGDAT_HELPERS 1
13748_ACEOF
13749
13750 else
8934764e
BB
13751 { $as_echo "$as_me:$LINENO: result: no" >&5
13752$as_echo "no" >&6; }
86933a6e
BB
13753 fi
13754
13755
8934764e
BB
13756 { $as_echo "$as_me:$LINENO: checking whether symbol first_online_pgdat is exported" >&5
13757$as_echo_n "checking whether symbol first_online_pgdat is exported... " >&6; }
86933a6e
BB
13758 grep -q -E '[[:space:]]first_online_pgdat[[:space:]]' \
13759 $LINUX_OBJ/Module*.symvers 2>/dev/null
13760 rc=$?
13761 if test $rc -ne 0; then
13762 export=0
13763 for file in ; do
13764 grep -q -E "EXPORT_SYMBOL.*(first_online_pgdat)" \
13765 "$LINUX_OBJ/$file" 2>/dev/null
13766 rc=$?
13767 if test $rc -eq 0; then
13768 export=1
13769 break;
13770 fi
13771 done
13772 if test $export -eq 0; then
8934764e
BB
13773 { $as_echo "$as_me:$LINENO: result: no" >&5
13774$as_echo "no" >&6; }
86933a6e
BB
13775
13776 else
8934764e
BB
13777 { $as_echo "$as_me:$LINENO: result: yes" >&5
13778$as_echo "yes" >&6; }
86933a6e
BB
13779
13780cat >>confdefs.h <<\_ACEOF
13781#define HAVE_FIRST_ONLINE_PGDAT 1
13782_ACEOF
13783
13784 fi
13785 else
8934764e
BB
13786 { $as_echo "$as_me:$LINENO: result: yes" >&5
13787$as_echo "yes" >&6; }
86933a6e
BB
13788
13789cat >>confdefs.h <<\_ACEOF
13790#define HAVE_FIRST_ONLINE_PGDAT 1
13791_ACEOF
13792
13793 fi
13794
13795
13796
8934764e
BB
13797 { $as_echo "$as_me:$LINENO: checking whether symbol next_online_pgdat is exported" >&5
13798$as_echo_n "checking whether symbol next_online_pgdat is exported... " >&6; }
86933a6e
BB
13799 grep -q -E '[[:space:]]next_online_pgdat[[:space:]]' \
13800 $LINUX_OBJ/Module*.symvers 2>/dev/null
13801 rc=$?
13802 if test $rc -ne 0; then
13803 export=0
13804 for file in ; do
13805 grep -q -E "EXPORT_SYMBOL.*(next_online_pgdat)" \
13806 "$LINUX_OBJ/$file" 2>/dev/null
13807 rc=$?
13808 if test $rc -eq 0; then
13809 export=1
13810 break;
13811 fi
13812 done
13813 if test $export -eq 0; then
8934764e
BB
13814 { $as_echo "$as_me:$LINENO: result: no" >&5
13815$as_echo "no" >&6; }
86933a6e
BB
13816
13817 else
8934764e
BB
13818 { $as_echo "$as_me:$LINENO: result: yes" >&5
13819$as_echo "yes" >&6; }
86933a6e
BB
13820
13821cat >>confdefs.h <<\_ACEOF
13822#define HAVE_NEXT_ONLINE_PGDAT 1
13823_ACEOF
13824
13825 fi
13826 else
8934764e
BB
13827 { $as_echo "$as_me:$LINENO: result: yes" >&5
13828$as_echo "yes" >&6; }
86933a6e
BB
13829
13830cat >>confdefs.h <<\_ACEOF
13831#define HAVE_NEXT_ONLINE_PGDAT 1
13832_ACEOF
13833
13834 fi
13835
13836
13837
8934764e
BB
13838 { $as_echo "$as_me:$LINENO: checking whether symbol next_zone is exported" >&5
13839$as_echo_n "checking whether symbol next_zone is exported... " >&6; }
86933a6e
BB
13840 grep -q -E '[[:space:]]next_zone[[:space:]]' \
13841 $LINUX_OBJ/Module*.symvers 2>/dev/null
13842 rc=$?
13843 if test $rc -ne 0; then
13844 export=0
13845 for file in ; do
13846 grep -q -E "EXPORT_SYMBOL.*(next_zone)" \
13847 "$LINUX_OBJ/$file" 2>/dev/null
13848 rc=$?
13849 if test $rc -eq 0; then
13850 export=1
13851 break;
13852 fi
13853 done
13854 if test $export -eq 0; then
8934764e
BB
13855 { $as_echo "$as_me:$LINENO: result: no" >&5
13856$as_echo "no" >&6; }
86933a6e
BB
13857
13858 else
8934764e
BB
13859 { $as_echo "$as_me:$LINENO: result: yes" >&5
13860$as_echo "yes" >&6; }
86933a6e
BB
13861
13862cat >>confdefs.h <<\_ACEOF
13863#define HAVE_NEXT_ZONE 1
13864_ACEOF
13865
13866 fi
13867 else
8934764e
BB
13868 { $as_echo "$as_me:$LINENO: result: yes" >&5
13869$as_echo "yes" >&6; }
86933a6e
BB
13870
13871cat >>confdefs.h <<\_ACEOF
13872#define HAVE_NEXT_ZONE 1
13873_ACEOF
13874
13875 fi
13876
13877
13878
8934764e
BB
13879 { $as_echo "$as_me:$LINENO: checking whether symbol pgdat_list is exported" >&5
13880$as_echo_n "checking whether symbol pgdat_list is exported... " >&6; }
86933a6e
BB
13881 grep -q -E '[[:space:]]pgdat_list[[:space:]]' \
13882 $LINUX_OBJ/Module*.symvers 2>/dev/null
13883 rc=$?
13884 if test $rc -ne 0; then
13885 export=0
13886 for file in ; do
13887 grep -q -E "EXPORT_SYMBOL.*(pgdat_list)" \
13888 "$LINUX_OBJ/$file" 2>/dev/null
13889 rc=$?
13890 if test $rc -eq 0; then
13891 export=1
13892 break;
13893 fi
13894 done
13895 if test $export -eq 0; then
8934764e
BB
13896 { $as_echo "$as_me:$LINENO: result: no" >&5
13897$as_echo "no" >&6; }
86933a6e
BB
13898
13899 else
8934764e
BB
13900 { $as_echo "$as_me:$LINENO: result: yes" >&5
13901$as_echo "yes" >&6; }
86933a6e
BB
13902
13903cat >>confdefs.h <<\_ACEOF
13904#define HAVE_PGDAT_LIST 1
13905_ACEOF
13906
13907 fi
13908 else
8934764e
BB
13909 { $as_echo "$as_me:$LINENO: result: yes" >&5
13910$as_echo "yes" >&6; }
86933a6e
BB
13911
13912cat >>confdefs.h <<\_ACEOF
13913#define HAVE_PGDAT_LIST 1
13914_ACEOF
13915
13916 fi
13917
13918
13919
8934764e
BB
13920 { $as_echo "$as_me:$LINENO: checking whether global_page_state() is available" >&5
13921$as_echo_n "checking whether global_page_state() is available... " >&6; }
86933a6e 13922
86933a6e 13923
dbe561d8 13924cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5 13925/* confdefs.h. */
86933a6e 13926_ACEOF
6ae7fef5
BB
13927cat confdefs.h >>conftest.$ac_ext
13928cat >>conftest.$ac_ext <<_ACEOF
13929/* end confdefs.h. */
13930
13931
13932 #include <linux/mm.h>
13933
13934int
13935main (void)
13936{
13937
13938 unsigned long state;
13939 state = global_page_state(0);
13940
13941 ;
13942 return 0;
13943}
13944
13945_ACEOF
13946
13947
13948 rm -Rf build && mkdir -p build
13949 echo "obj-m := conftest.o" >build/Makefile
13950 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'
13951 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13952 (eval $ac_try) 2>&5
13953 ac_status=$?
8934764e 13954 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
13955 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
13956 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13957 (eval $ac_try) 2>&5
13958 ac_status=$?
8934764e 13959 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5 13960 (exit $ac_status); }; }; then
86933a6e 13961
8934764e
BB
13962 { $as_echo "$as_me:$LINENO: result: yes" >&5
13963$as_echo "yes" >&6; }
86933a6e
BB
13964
13965cat >>confdefs.h <<\_ACEOF
6ae7fef5 13966#define HAVE_GLOBAL_PAGE_STATE 1
86933a6e
BB
13967_ACEOF
13968
6ae7fef5
BB
13969
13970else
8934764e 13971 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
13972sed 's/^/| /' conftest.$ac_ext >&5
13973
8934764e
BB
13974 { $as_echo "$as_me:$LINENO: result: no" >&5
13975$as_echo "no" >&6; }
6ae7fef5
BB
13976
13977
13978
13979fi
13980
13981 rm -Rf build
86933a6e
BB
13982
13983
13984
6ae7fef5 13985
8934764e
BB
13986 { $as_echo "$as_me:$LINENO: checking whether page state NR_FREE_PAGES is available" >&5
13987$as_echo_n "checking whether page state NR_FREE_PAGES is available... " >&6; }
86933a6e
BB
13988
13989
dbe561d8 13990cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
13991/* confdefs.h. */
13992_ACEOF
13993cat confdefs.h >>conftest.$ac_ext
13994cat >>conftest.$ac_ext <<_ACEOF
13995/* end confdefs.h. */
13996
13997
6ae7fef5 13998 #include <linux/mm.h>
86933a6e
BB
13999
14000int
14001main (void)
14002{
14003
6ae7fef5
BB
14004 enum zone_stat_item zsi;
14005 zsi = NR_FREE_PAGES;
86933a6e
BB
14006
14007 ;
14008 return 0;
14009}
14010
14011_ACEOF
14012
14013
14014 rm -Rf build && mkdir -p build
14015 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 14016 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
14017 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14018 (eval $ac_try) 2>&5
14019 ac_status=$?
8934764e 14020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14021 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14022 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14023 (eval $ac_try) 2>&5
14024 ac_status=$?
8934764e 14025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14026 (exit $ac_status); }; }; then
14027
8934764e
BB
14028 { $as_echo "$as_me:$LINENO: result: yes" >&5
14029$as_echo "yes" >&6; }
86933a6e
BB
14030
14031cat >>confdefs.h <<\_ACEOF
6ae7fef5 14032#define HAVE_ZONE_STAT_ITEM_NR_FREE_PAGES 1
86933a6e
BB
14033_ACEOF
14034
14035
14036else
8934764e 14037 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
14038sed 's/^/| /' conftest.$ac_ext >&5
14039
8934764e
BB
14040 { $as_echo "$as_me:$LINENO: result: no" >&5
14041$as_echo "no" >&6; }
86933a6e
BB
14042
14043
14044
14045fi
14046
14047 rm -Rf build
14048
14049
14050
14051
8934764e
BB
14052 { $as_echo "$as_me:$LINENO: checking whether page state NR_INACTIVE is available" >&5
14053$as_echo_n "checking whether page state NR_INACTIVE is available... " >&6; }
86933a6e
BB
14054
14055
dbe561d8 14056cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
14057/* confdefs.h. */
14058_ACEOF
14059cat confdefs.h >>conftest.$ac_ext
14060cat >>conftest.$ac_ext <<_ACEOF
14061/* end confdefs.h. */
14062
14063
6ae7fef5 14064 #include <linux/mm.h>
86933a6e
BB
14065
14066int
14067main (void)
14068{
14069
6ae7fef5
BB
14070 enum zone_stat_item zsi;
14071 zsi = NR_INACTIVE;
86933a6e
BB
14072
14073 ;
14074 return 0;
14075}
14076
14077_ACEOF
14078
14079
14080 rm -Rf build && mkdir -p build
14081 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 14082 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
14083 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14084 (eval $ac_try) 2>&5
14085 ac_status=$?
8934764e 14086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14087 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14088 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14089 (eval $ac_try) 2>&5
14090 ac_status=$?
8934764e 14091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14092 (exit $ac_status); }; }; then
14093
8934764e
BB
14094 { $as_echo "$as_me:$LINENO: result: yes" >&5
14095$as_echo "yes" >&6; }
86933a6e
BB
14096
14097cat >>confdefs.h <<\_ACEOF
6ae7fef5 14098#define HAVE_ZONE_STAT_ITEM_NR_INACTIVE 1
86933a6e
BB
14099_ACEOF
14100
14101
14102else
8934764e 14103 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
14104sed 's/^/| /' conftest.$ac_ext >&5
14105
8934764e
BB
14106 { $as_echo "$as_me:$LINENO: result: no" >&5
14107$as_echo "no" >&6; }
86933a6e
BB
14108
14109
14110
14111fi
14112
14113 rm -Rf build
14114
14115
14116
8934764e
BB
14117 { $as_echo "$as_me:$LINENO: checking whether page state NR_INACTIVE_ANON is available" >&5
14118$as_echo_n "checking whether page state NR_INACTIVE_ANON is available... " >&6; }
86933a6e
BB
14119
14120
dbe561d8 14121cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
14122/* confdefs.h. */
14123_ACEOF
14124cat confdefs.h >>conftest.$ac_ext
14125cat >>conftest.$ac_ext <<_ACEOF
14126/* end confdefs.h. */
14127
14128
6ae7fef5 14129 #include <linux/mm.h>
86933a6e
BB
14130
14131int
14132main (void)
14133{
14134
6ae7fef5
BB
14135 enum zone_stat_item zsi;
14136 zsi = NR_INACTIVE_ANON;
86933a6e
BB
14137
14138 ;
14139 return 0;
14140}
14141
14142_ACEOF
14143
14144
14145 rm -Rf build && mkdir -p build
14146 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 14147 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
14148 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14149 (eval $ac_try) 2>&5
14150 ac_status=$?
8934764e 14151 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14152 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14153 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14154 (eval $ac_try) 2>&5
14155 ac_status=$?
8934764e 14156 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14157 (exit $ac_status); }; }; then
14158
8934764e
BB
14159 { $as_echo "$as_me:$LINENO: result: yes" >&5
14160$as_echo "yes" >&6; }
86933a6e
BB
14161
14162cat >>confdefs.h <<\_ACEOF
6ae7fef5 14163#define HAVE_ZONE_STAT_ITEM_NR_INACTIVE_ANON 1
86933a6e
BB
14164_ACEOF
14165
14166
14167else
8934764e 14168 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
14169sed 's/^/| /' conftest.$ac_ext >&5
14170
8934764e
BB
14171 { $as_echo "$as_me:$LINENO: result: no" >&5
14172$as_echo "no" >&6; }
86933a6e
BB
14173
14174
14175
14176fi
14177
14178 rm -Rf build
14179
14180
14181
8934764e
BB
14182 { $as_echo "$as_me:$LINENO: checking whether page state NR_INACTIVE_FILE is available" >&5
14183$as_echo_n "checking whether page state NR_INACTIVE_FILE is available... " >&6; }
86933a6e
BB
14184
14185
dbe561d8 14186cat confdefs.h - <<_ACEOF >conftest.c
86933a6e
BB
14187/* confdefs.h. */
14188_ACEOF
14189cat confdefs.h >>conftest.$ac_ext
14190cat >>conftest.$ac_ext <<_ACEOF
14191/* end confdefs.h. */
14192
14193
6ae7fef5 14194 #include <linux/mm.h>
86933a6e
BB
14195
14196int
14197main (void)
14198{
14199
6ae7fef5
BB
14200 enum zone_stat_item zsi;
14201 zsi = NR_INACTIVE_FILE;
86933a6e
BB
14202
14203 ;
14204 return 0;
14205}
14206
14207_ACEOF
14208
14209
14210 rm -Rf build && mkdir -p build
14211 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 14212 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
14213 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14214 (eval $ac_try) 2>&5
14215 ac_status=$?
8934764e 14216 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14217 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14218 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14219 (eval $ac_try) 2>&5
14220 ac_status=$?
8934764e 14221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
86933a6e
BB
14222 (exit $ac_status); }; }; then
14223
8934764e
BB
14224 { $as_echo "$as_me:$LINENO: result: yes" >&5
14225$as_echo "yes" >&6; }
86933a6e
BB
14226
14227cat >>confdefs.h <<\_ACEOF
6ae7fef5 14228#define HAVE_ZONE_STAT_ITEM_NR_INACTIVE_FILE 1
86933a6e
BB
14229_ACEOF
14230
14231
14232else
8934764e 14233 $as_echo "$as_me: failed program was:" >&5
86933a6e
BB
14234sed 's/^/| /' conftest.$ac_ext >&5
14235
8934764e
BB
14236 { $as_echo "$as_me:$LINENO: result: no" >&5
14237$as_echo "no" >&6; }
86933a6e
BB
14238
14239
14240
14241fi
14242
14243 rm -Rf build
14244
14245
14246
ec7d53e9 14247
8934764e
BB
14248 { $as_echo "$as_me:$LINENO: checking whether page state NR_ACTIVE is available" >&5
14249$as_echo_n "checking whether page state NR_ACTIVE is available... " >&6; }
ec7d53e9
BB
14250
14251
dbe561d8 14252cat confdefs.h - <<_ACEOF >conftest.c
ec7d53e9
BB
14253/* confdefs.h. */
14254_ACEOF
14255cat confdefs.h >>conftest.$ac_ext
14256cat >>conftest.$ac_ext <<_ACEOF
14257/* end confdefs.h. */
14258
14259
6ae7fef5 14260 #include <linux/mm.h>
ec7d53e9
BB
14261
14262int
14263main (void)
14264{
14265
6ae7fef5
BB
14266 enum zone_stat_item zsi;
14267 zsi = NR_ACTIVE;
ec7d53e9
BB
14268
14269 ;
14270 return 0;
14271}
14272
14273_ACEOF
14274
14275
14276 rm -Rf build && mkdir -p build
14277 echo "obj-m := conftest.o" >build/Makefile
14278 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'
14279 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14280 (eval $ac_try) 2>&5
14281 ac_status=$?
8934764e 14282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
ec7d53e9
BB
14283 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14284 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14285 (eval $ac_try) 2>&5
14286 ac_status=$?
8934764e 14287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
ec7d53e9
BB
14288 (exit $ac_status); }; }; then
14289
8934764e
BB
14290 { $as_echo "$as_me:$LINENO: result: yes" >&5
14291$as_echo "yes" >&6; }
ec7d53e9
BB
14292
14293cat >>confdefs.h <<\_ACEOF
6ae7fef5 14294#define HAVE_ZONE_STAT_ITEM_NR_ACTIVE 1
ec7d53e9
BB
14295_ACEOF
14296
14297
14298else
8934764e 14299 $as_echo "$as_me: failed program was:" >&5
ec7d53e9
BB
14300sed 's/^/| /' conftest.$ac_ext >&5
14301
8934764e
BB
14302 { $as_echo "$as_me:$LINENO: result: no" >&5
14303$as_echo "no" >&6; }
ec7d53e9
BB
14304
14305
14306
14307fi
14308
14309 rm -Rf build
14310
14311
14312
8934764e
BB
14313 { $as_echo "$as_me:$LINENO: checking whether page state NR_ACTIVE_ANON is available" >&5
14314$as_echo_n "checking whether page state NR_ACTIVE_ANON is available... " >&6; }
ec7d53e9 14315
ec7d53e9 14316
dbe561d8 14317cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5
BB
14318/* confdefs.h. */
14319_ACEOF
14320cat confdefs.h >>conftest.$ac_ext
14321cat >>conftest.$ac_ext <<_ACEOF
14322/* end confdefs.h. */
14323
14324
14325 #include <linux/mm.h>
14326
14327int
14328main (void)
14329{
14330
14331 enum zone_stat_item zsi;
14332 zsi = NR_ACTIVE_ANON;
14333
14334 ;
14335 return 0;
14336}
ec7d53e9 14337
ec7d53e9
BB
14338_ACEOF
14339
6ae7fef5
BB
14340
14341 rm -Rf build && mkdir -p build
14342 echo "obj-m := conftest.o" >build/Makefile
14343 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'
14344 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14345 (eval $ac_try) 2>&5
14346 ac_status=$?
8934764e 14347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14348 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14349 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14350 (eval $ac_try) 2>&5
14351 ac_status=$?
8934764e 14352 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14353 (exit $ac_status); }; }; then
14354
8934764e
BB
14355 { $as_echo "$as_me:$LINENO: result: yes" >&5
14356$as_echo "yes" >&6; }
ec7d53e9
BB
14357
14358cat >>confdefs.h <<\_ACEOF
6ae7fef5 14359#define HAVE_ZONE_STAT_ITEM_NR_ACTIVE_ANON 1
ec7d53e9
BB
14360_ACEOF
14361
ec7d53e9 14362
6ae7fef5 14363else
8934764e 14364 $as_echo "$as_me: failed program was:" >&5
6ae7fef5 14365sed 's/^/| /' conftest.$ac_ext >&5
ec7d53e9 14366
8934764e
BB
14367 { $as_echo "$as_me:$LINENO: result: no" >&5
14368$as_echo "no" >&6; }
bf9f3bac 14369
bf9f3bac 14370
bf9f3bac 14371
6ae7fef5 14372fi
bf9f3bac 14373
6ae7fef5 14374 rm -Rf build
bf9f3bac 14375
bf9f3bac 14376
bf9f3bac 14377
8934764e
BB
14378 { $as_echo "$as_me:$LINENO: checking whether page state NR_ACTIVE_FILE is available" >&5
14379$as_echo_n "checking whether page state NR_ACTIVE_FILE is available... " >&6; }
bf9f3bac 14380
bf9f3bac 14381
dbe561d8 14382cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5
BB
14383/* confdefs.h. */
14384_ACEOF
14385cat confdefs.h >>conftest.$ac_ext
14386cat >>conftest.$ac_ext <<_ACEOF
14387/* end confdefs.h. */
bf9f3bac 14388
bf9f3bac 14389
6ae7fef5 14390 #include <linux/mm.h>
bf9f3bac 14391
6ae7fef5
BB
14392int
14393main (void)
14394{
14395
14396 enum zone_stat_item zsi;
14397 zsi = NR_ACTIVE_FILE;
14398
14399 ;
14400 return 0;
14401}
14402
14403_ACEOF
14404
14405
14406 rm -Rf build && mkdir -p build
14407 echo "obj-m := conftest.o" >build/Makefile
14408 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'
14409 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14410 (eval $ac_try) 2>&5
14411 ac_status=$?
8934764e 14412 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14413 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14414 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14415 (eval $ac_try) 2>&5
14416 ac_status=$?
8934764e 14417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14418 (exit $ac_status); }; }; then
14419
8934764e
BB
14420 { $as_echo "$as_me:$LINENO: result: yes" >&5
14421$as_echo "yes" >&6; }
6ae7fef5
BB
14422
14423cat >>confdefs.h <<\_ACEOF
14424#define HAVE_ZONE_STAT_ITEM_NR_ACTIVE_FILE 1
14425_ACEOF
14426
14427
14428else
8934764e 14429 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
14430sed 's/^/| /' conftest.$ac_ext >&5
14431
8934764e
BB
14432 { $as_echo "$as_me:$LINENO: result: no" >&5
14433$as_echo "no" >&6; }
6ae7fef5
BB
14434
14435
14436
14437fi
14438
14439 rm -Rf build
14440
14441
14442
14443
8934764e
BB
14444 { $as_echo "$as_me:$LINENO: checking whether symbol get_zone_counts is needed" >&5
14445$as_echo_n "checking whether symbol get_zone_counts is needed... " >&6; }
6ae7fef5
BB
14446
14447
dbe561d8 14448cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5
BB
14449/* confdefs.h. */
14450_ACEOF
14451cat confdefs.h >>conftest.$ac_ext
14452cat >>conftest.$ac_ext <<_ACEOF
14453/* end confdefs.h. */
14454
14455
14456
14457int
14458main (void)
14459{
14460
14461 #if !defined(HAVE_ZONE_STAT_ITEM_NR_FREE_PAGES)
14462 #error "global_page_state needs NR_FREE_PAGES"
14463 #endif
14464
14465 #if !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE) && \
14466 !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE_ANON) && \
14467 !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE_FILE)
14468 #error "global_page_state needs NR_ACTIVE*"
14469 #endif
14470
14471 #if !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE) && \
14472 !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE_ANON) && \
14473 !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE_FILE)
14474 #error "global_page_state needs NR_INACTIVE*"
14475 #endif
14476
14477 ;
14478 return 0;
14479}
14480
14481_ACEOF
14482
14483
14484 rm -Rf build && mkdir -p build
14485 echo "obj-m := conftest.o" >build/Makefile
14486 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'
14487 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14488 (eval $ac_try) 2>&5
14489 ac_status=$?
8934764e 14490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14491 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14492 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14493 (eval $ac_try) 2>&5
14494 ac_status=$?
8934764e 14495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14496 (exit $ac_status); }; }; then
14497
8934764e
BB
14498 { $as_echo "$as_me:$LINENO: result: no" >&5
14499$as_echo "no" >&6; }
6ae7fef5
BB
14500
14501else
8934764e 14502 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
14503sed 's/^/| /' conftest.$ac_ext >&5
14504
8934764e
BB
14505 { $as_echo "$as_me:$LINENO: result: yes" >&5
14506$as_echo "yes" >&6; }
6ae7fef5
BB
14507
14508cat >>confdefs.h <<\_ACEOF
14509#define NEED_GET_ZONE_COUNTS 1
14510_ACEOF
14511
14512
8934764e
BB
14513 { $as_echo "$as_me:$LINENO: checking whether symbol get_zone_counts is exported" >&5
14514$as_echo_n "checking whether symbol get_zone_counts is exported... " >&6; }
6ae7fef5
BB
14515 grep -q -E '[[:space:]]get_zone_counts[[:space:]]' \
14516 $LINUX_OBJ/Module*.symvers 2>/dev/null
14517 rc=$?
14518 if test $rc -ne 0; then
14519 export=0
14520 for file in ; do
14521 grep -q -E "EXPORT_SYMBOL.*(get_zone_counts)" \
14522 "$LINUX_OBJ/$file" 2>/dev/null
14523 rc=$?
14524 if test $rc -eq 0; then
14525 export=1
14526 break;
14527 fi
14528 done
14529 if test $export -eq 0; then
8934764e
BB
14530 { $as_echo "$as_me:$LINENO: result: no" >&5
14531$as_echo "no" >&6; }
6ae7fef5
BB
14532
14533 else
8934764e
BB
14534 { $as_echo "$as_me:$LINENO: result: yes" >&5
14535$as_echo "yes" >&6; }
6ae7fef5
BB
14536
14537cat >>confdefs.h <<\_ACEOF
14538#define HAVE_GET_ZONE_COUNTS 1
14539_ACEOF
14540
14541 fi
14542 else
8934764e
BB
14543 { $as_echo "$as_me:$LINENO: result: yes" >&5
14544$as_echo "yes" >&6; }
6ae7fef5
BB
14545
14546cat >>confdefs.h <<\_ACEOF
14547#define HAVE_GET_ZONE_COUNTS 1
14548_ACEOF
14549
14550 fi
14551
14552
14553
14554
51a727e9
BB
14555fi
14556
14557 rm -Rf build
14558
14559
14560
14561
7119bf70
BB
14562 { $as_echo "$as_me:$LINENO: checking whether symbol user_path_at is exported" >&5
14563$as_echo_n "checking whether symbol user_path_at is exported... " >&6; }
14564 grep -q -E '[[:space:]]user_path_at[[:space:]]' \
14565 $LINUX_OBJ/Module*.symvers 2>/dev/null
14566 rc=$?
14567 if test $rc -ne 0; then
14568 export=0
14569 for file in ; do
14570 grep -q -E "EXPORT_SYMBOL.*(user_path_at)" \
14571 "$LINUX_OBJ/$file" 2>/dev/null
14572 rc=$?
14573 if test $rc -eq 0; then
14574 export=1
14575 break;
14576 fi
14577 done
14578 if test $export -eq 0; then
14579 { $as_echo "$as_me:$LINENO: result: no" >&5
14580$as_echo "no" >&6; }
14581
14582 else
14583 { $as_echo "$as_me:$LINENO: result: yes" >&5
14584$as_echo "yes" >&6; }
14585
14586cat >>confdefs.h <<\_ACEOF
14587#define HAVE_USER_PATH_DIR 1
14588_ACEOF
14589
14590 fi
14591 else
14592 { $as_echo "$as_me:$LINENO: result: yes" >&5
14593$as_echo "yes" >&6; }
14594
14595cat >>confdefs.h <<\_ACEOF
14596#define HAVE_USER_PATH_DIR 1
14597_ACEOF
14598
14599 fi
14600
14601
14602
8934764e
BB
14603 { $as_echo "$as_me:$LINENO: checking whether symbol set_fs_pwd is exported" >&5
14604$as_echo_n "checking whether symbol set_fs_pwd is exported... " >&6; }
51a727e9
BB
14605 grep -q -E '[[:space:]]set_fs_pwd[[:space:]]' \
14606 $LINUX_OBJ/Module*.symvers 2>/dev/null
14607 rc=$?
14608 if test $rc -ne 0; then
14609 export=0
14610 for file in ; do
14611 grep -q -E "EXPORT_SYMBOL.*(set_fs_pwd)" \
14612 "$LINUX_OBJ/$file" 2>/dev/null
14613 rc=$?
14614 if test $rc -eq 0; then
14615 export=1
14616 break;
14617 fi
14618 done
14619 if test $export -eq 0; then
8934764e
BB
14620 { $as_echo "$as_me:$LINENO: result: no" >&5
14621$as_echo "no" >&6; }
51a727e9
BB
14622
14623 else
8934764e
BB
14624 { $as_echo "$as_me:$LINENO: result: yes" >&5
14625$as_echo "yes" >&6; }
51a727e9
BB
14626
14627cat >>confdefs.h <<\_ACEOF
14628#define HAVE_SET_FS_PWD 1
14629_ACEOF
14630
14631 fi
14632 else
8934764e
BB
14633 { $as_echo "$as_me:$LINENO: result: yes" >&5
14634$as_echo "yes" >&6; }
51a727e9
BB
14635
14636cat >>confdefs.h <<\_ACEOF
14637#define HAVE_SET_FS_PWD 1
14638_ACEOF
14639
14640 fi
14641
14642
8934764e
BB
14643 { $as_echo "$as_me:$LINENO: checking whether set_fs_pwd() wants 2 args" >&5
14644$as_echo_n "checking whether set_fs_pwd() wants 2 args... " >&6; }
51a727e9
BB
14645
14646
dbe561d8 14647cat confdefs.h - <<_ACEOF >conftest.c
51a727e9
BB
14648/* confdefs.h. */
14649_ACEOF
14650cat confdefs.h >>conftest.$ac_ext
14651cat >>conftest.$ac_ext <<_ACEOF
14652/* end confdefs.h. */
14653
14654
14655 #include <linux/sched.h>
baf2979e 14656 #include <linux/fs_struct.h>
51a727e9
BB
14657
14658int
14659main (void)
14660{
14661
14662 set_fs_pwd(NULL, NULL);
14663
14664 ;
14665 return 0;
14666}
14667
14668_ACEOF
14669
14670
14671 rm -Rf build && mkdir -p build
14672 echo "obj-m := conftest.o" >build/Makefile
14673 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'
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
51a727e9
BB
14678 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14680 (eval $ac_try) 2>&5
14681 ac_status=$?
8934764e 14682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
51a727e9
BB
14683 (exit $ac_status); }; }; then
14684
8934764e
BB
14685 { $as_echo "$as_me:$LINENO: result: yes" >&5
14686$as_echo "yes" >&6; }
51a727e9
BB
14687
14688cat >>confdefs.h <<\_ACEOF
14689#define HAVE_2ARGS_SET_FS_PWD 1
14690_ACEOF
14691
14692
14693else
8934764e 14694 $as_echo "$as_me: failed program was:" >&5
51a727e9
BB
14695sed 's/^/| /' conftest.$ac_ext >&5
14696
8934764e
BB
14697 { $as_echo "$as_me:$LINENO: result: no" >&5
14698$as_echo "no" >&6; }
51a727e9
BB
14699
14700
14701
6ae7fef5
BB
14702fi
14703
14704 rm -Rf build
14705
14706
14707
8934764e
BB
14708 { $as_echo "$as_me:$LINENO: checking whether vfs_unlink() wants 2 args" >&5
14709$as_echo_n "checking whether vfs_unlink() wants 2 args... " >&6; }
6ae7fef5
BB
14710
14711
dbe561d8 14712cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5
BB
14713/* confdefs.h. */
14714_ACEOF
14715cat confdefs.h >>conftest.$ac_ext
14716cat >>conftest.$ac_ext <<_ACEOF
14717/* end confdefs.h. */
14718
14719
14720 #include <linux/fs.h>
14721
14722int
14723main (void)
14724{
14725
14726 vfs_unlink(NULL, NULL);
14727
14728 ;
14729 return 0;
14730}
14731
14732_ACEOF
14733
14734
14735 rm -Rf build && mkdir -p build
14736 echo "obj-m := conftest.o" >build/Makefile
14737 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'
14738 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14739 (eval $ac_try) 2>&5
14740 ac_status=$?
8934764e 14741 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14742 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14743 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14744 (eval $ac_try) 2>&5
14745 ac_status=$?
8934764e 14746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14747 (exit $ac_status); }; }; then
14748
8934764e
BB
14749 { $as_echo "$as_me:$LINENO: result: yes" >&5
14750$as_echo "yes" >&6; }
6ae7fef5
BB
14751
14752cat >>confdefs.h <<\_ACEOF
14753#define HAVE_2ARGS_VFS_UNLINK 1
14754_ACEOF
14755
14756
14757else
8934764e 14758 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
14759sed 's/^/| /' conftest.$ac_ext >&5
14760
8934764e
BB
14761 { $as_echo "$as_me:$LINENO: result: no" >&5
14762$as_echo "no" >&6; }
6ae7fef5
BB
14763
14764
14765
14766fi
14767
14768 rm -Rf build
14769
14770
14771
8934764e
BB
14772 { $as_echo "$as_me:$LINENO: checking whether vfs_rename() wants 4 args" >&5
14773$as_echo_n "checking whether vfs_rename() wants 4 args... " >&6; }
6ae7fef5
BB
14774
14775
dbe561d8 14776cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5
BB
14777/* confdefs.h. */
14778_ACEOF
14779cat confdefs.h >>conftest.$ac_ext
14780cat >>conftest.$ac_ext <<_ACEOF
14781/* end confdefs.h. */
14782
14783
14784 #include <linux/fs.h>
14785
14786int
14787main (void)
14788{
14789
14790 vfs_rename(NULL, NULL, NULL, NULL);
14791
14792 ;
14793 return 0;
14794}
14795
14796_ACEOF
14797
14798
14799 rm -Rf build && mkdir -p build
14800 echo "obj-m := conftest.o" >build/Makefile
14801 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'
14802 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14803 (eval $ac_try) 2>&5
14804 ac_status=$?
8934764e 14805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14806 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14807 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14808 (eval $ac_try) 2>&5
14809 ac_status=$?
8934764e 14810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14811 (exit $ac_status); }; }; then
14812
8934764e
BB
14813 { $as_echo "$as_me:$LINENO: result: yes" >&5
14814$as_echo "yes" >&6; }
6ae7fef5
BB
14815
14816cat >>confdefs.h <<\_ACEOF
14817#define HAVE_4ARGS_VFS_RENAME 1
14818_ACEOF
14819
14820
14821else
8934764e 14822 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
14823sed 's/^/| /' conftest.$ac_ext >&5
14824
8934764e
BB
14825 { $as_echo "$as_me:$LINENO: result: no" >&5
14826$as_echo "no" >&6; }
6ae7fef5
BB
14827
14828
14829
14830fi
14831
14832 rm -Rf build
14833
14834
14835
14836
8934764e
BB
14837 { $as_echo "$as_me:$LINENO: checking whether struct cred exists" >&5
14838$as_echo_n "checking whether struct cred exists... " >&6; }
6ae7fef5
BB
14839
14840
dbe561d8 14841cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5
BB
14842/* confdefs.h. */
14843_ACEOF
14844cat confdefs.h >>conftest.$ac_ext
14845cat >>conftest.$ac_ext <<_ACEOF
14846/* end confdefs.h. */
14847
14848
14849 #include <linux/cred.h>
14850
14851int
14852main (void)
14853{
14854
14855 struct cred *cr;
14856 cr = NULL;
14857
14858 ;
14859 return 0;
14860}
14861
14862_ACEOF
14863
14864
14865 rm -Rf build && mkdir -p build
14866 echo "obj-m := conftest.o" >build/Makefile
14867 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'
14868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14869 (eval $ac_try) 2>&5
14870 ac_status=$?
8934764e 14871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14872 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
14873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14874 (eval $ac_try) 2>&5
14875 ac_status=$?
8934764e 14876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
14877 (exit $ac_status); }; }; then
14878
8934764e
BB
14879 { $as_echo "$as_me:$LINENO: result: yes" >&5
14880$as_echo "yes" >&6; }
6ae7fef5
BB
14881
14882cat >>confdefs.h <<\_ACEOF
14883#define HAVE_CRED_STRUCT 1
14884_ACEOF
14885
14886
14887else
8934764e 14888 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
14889sed 's/^/| /' conftest.$ac_ext >&5
14890
8934764e
BB
14891 { $as_echo "$as_me:$LINENO: result: no" >&5
14892$as_echo "no" >&6; }
6ae7fef5
BB
14893
14894
14895
14896fi
14897
14898 rm -Rf build
14899
14900
14901
14902
8934764e
BB
14903 { $as_echo "$as_me:$LINENO: checking whether symbol groups_search is exported" >&5
14904$as_echo_n "checking whether symbol groups_search is exported... " >&6; }
6ae7fef5
BB
14905 grep -q -E '[[:space:]]groups_search[[:space:]]' \
14906 $LINUX_OBJ/Module*.symvers 2>/dev/null
14907 rc=$?
14908 if test $rc -ne 0; then
14909 export=0
14910 for file in ; do
14911 grep -q -E "EXPORT_SYMBOL.*(groups_search)" \
14912 "$LINUX_OBJ/$file" 2>/dev/null
14913 rc=$?
14914 if test $rc -eq 0; then
14915 export=1
14916 break;
14917 fi
14918 done
14919 if test $export -eq 0; then
8934764e
BB
14920 { $as_echo "$as_me:$LINENO: result: no" >&5
14921$as_echo "no" >&6; }
6ae7fef5
BB
14922
14923 else
8934764e
BB
14924 { $as_echo "$as_me:$LINENO: result: yes" >&5
14925$as_echo "yes" >&6; }
6ae7fef5
BB
14926
14927cat >>confdefs.h <<\_ACEOF
14928#define HAVE_GROUPS_SEARCH 1
14929_ACEOF
14930
14931 fi
14932 else
8934764e
BB
14933 { $as_echo "$as_me:$LINENO: result: yes" >&5
14934$as_echo "yes" >&6; }
6ae7fef5
BB
14935
14936cat >>confdefs.h <<\_ACEOF
14937#define HAVE_GROUPS_SEARCH 1
14938_ACEOF
14939
14940 fi
14941
14942
e811949a 14943
8934764e
BB
14944 { $as_echo "$as_me:$LINENO: checking whether symbol __put_task_struct is exported" >&5
14945$as_echo_n "checking whether symbol __put_task_struct is exported... " >&6; }
e811949a
BB
14946 grep -q -E '[[:space:]]__put_task_struct[[:space:]]' \
14947 $LINUX_OBJ/Module*.symvers 2>/dev/null
14948 rc=$?
14949 if test $rc -ne 0; then
14950 export=0
14951 for file in ; do
14952 grep -q -E "EXPORT_SYMBOL.*(__put_task_struct)" \
14953 "$LINUX_OBJ/$file" 2>/dev/null
14954 rc=$?
14955 if test $rc -eq 0; then
14956 export=1
14957 break;
14958 fi
14959 done
14960 if test $export -eq 0; then
8934764e
BB
14961 { $as_echo "$as_me:$LINENO: result: no" >&5
14962$as_echo "no" >&6; }
e811949a
BB
14963
14964 else
8934764e
BB
14965 { $as_echo "$as_me:$LINENO: result: yes" >&5
14966$as_echo "yes" >&6; }
e811949a
BB
14967
14968cat >>confdefs.h <<\_ACEOF
14969#define HAVE_PUT_TASK_STRUCT 1
14970_ACEOF
14971
14972 fi
14973 else
8934764e
BB
14974 { $as_echo "$as_me:$LINENO: result: yes" >&5
14975$as_echo "yes" >&6; }
e811949a
BB
14976
14977cat >>confdefs.h <<\_ACEOF
14978#define HAVE_PUT_TASK_STRUCT 1
14979_ACEOF
14980
14981 fi
14982
14983
3977f837 14984
8934764e
BB
14985 { $as_echo "$as_me:$LINENO: checking whether proc_handler() wants 5 args" >&5
14986$as_echo_n "checking whether proc_handler() wants 5 args... " >&6; }
3977f837
BB
14987
14988
dbe561d8 14989cat confdefs.h - <<_ACEOF >conftest.c
3977f837
BB
14990/* confdefs.h. */
14991_ACEOF
14992cat confdefs.h >>conftest.$ac_ext
14993cat >>conftest.$ac_ext <<_ACEOF
14994/* end confdefs.h. */
14995
14996
14997 #include <linux/sysctl.h>
14998
14999int
15000main (void)
15001{
15002
15003 proc_dostring(NULL, 0, NULL, NULL, NULL);
15004
15005 ;
15006 return 0;
15007}
15008
15009_ACEOF
15010
15011
15012 rm -Rf build && mkdir -p build
15013 echo "obj-m := conftest.o" >build/Makefile
15014 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'
15015 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15016 (eval $ac_try) 2>&5
15017 ac_status=$?
8934764e 15018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3977f837
BB
15019 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15020 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15021 (eval $ac_try) 2>&5
15022 ac_status=$?
8934764e 15023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3977f837
BB
15024 (exit $ac_status); }; }; then
15025
8934764e
BB
15026 { $as_echo "$as_me:$LINENO: result: yes" >&5
15027$as_echo "yes" >&6; }
3977f837
BB
15028
15029cat >>confdefs.h <<\_ACEOF
15030#define HAVE_5ARGS_PROC_HANDLER 1
15031_ACEOF
15032
15033
15034else
8934764e 15035 $as_echo "$as_me: failed program was:" >&5
3977f837
BB
15036sed 's/^/| /' conftest.$ac_ext >&5
15037
8934764e
BB
15038 { $as_echo "$as_me:$LINENO: result: no" >&5
15039$as_echo "no" >&6; }
3977f837
BB
15040
15041
15042
15043fi
15044
15045 rm -Rf build
15046
15047
15048
b868e22f
BB
15049
15050 { $as_echo "$as_me:$LINENO: checking whether symbol kvasprintf is exported" >&5
15051$as_echo_n "checking whether symbol kvasprintf is exported... " >&6; }
15052 grep -q -E '[[:space:]]kvasprintf[[:space:]]' \
15053 $LINUX_OBJ/Module*.symvers 2>/dev/null
15054 rc=$?
15055 if test $rc -ne 0; then
15056 export=0
15057 for file in ; do
15058 grep -q -E "EXPORT_SYMBOL.*(kvasprintf)" \
15059 "$LINUX_OBJ/$file" 2>/dev/null
15060 rc=$?
15061 if test $rc -eq 0; then
15062 export=1
15063 break;
15064 fi
15065 done
15066 if test $export -eq 0; then
15067 { $as_echo "$as_me:$LINENO: result: no" >&5
15068$as_echo "no" >&6; }
15069
15070 else
15071 { $as_echo "$as_me:$LINENO: result: yes" >&5
15072$as_echo "yes" >&6; }
15073
15074cat >>confdefs.h <<\_ACEOF
15075#define HAVE_KVASPRINTF 1
15076_ACEOF
15077
15078 fi
15079 else
15080 { $as_echo "$as_me:$LINENO: result: yes" >&5
15081$as_echo "yes" >&6; }
15082
15083cat >>confdefs.h <<\_ACEOF
15084#define HAVE_KVASPRINTF 1
15085_ACEOF
15086
15087 fi
15088
15089
f0ff89fc
BB
15090
15091 { $as_echo "$as_me:$LINENO: checking whether file_fsync() wants 3 args" >&5
15092$as_echo_n "checking whether file_fsync() wants 3 args... " >&6; }
15093
15094
15095cat confdefs.h - <<_ACEOF >conftest.c
15096/* confdefs.h. */
15097_ACEOF
15098cat confdefs.h >>conftest.$ac_ext
15099cat >>conftest.$ac_ext <<_ACEOF
15100/* end confdefs.h. */
15101
15102
15103 #include <linux/buffer_head.h>
15104
15105int
15106main (void)
15107{
15108
15109 file_fsync(NULL, NULL, 0);
15110
15111 ;
15112 return 0;
15113}
15114
15115_ACEOF
15116
15117
15118 rm -Rf build && mkdir -p build
15119 echo "obj-m := conftest.o" >build/Makefile
15120 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'
15121 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15122 (eval $ac_try) 2>&5
15123 ac_status=$?
15124 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15125 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15126 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15127 (eval $ac_try) 2>&5
15128 ac_status=$?
15129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15130 (exit $ac_status); }; }; then
15131
15132 { $as_echo "$as_me:$LINENO: result: yes" >&5
15133$as_echo "yes" >&6; }
15134
15135cat >>confdefs.h <<\_ACEOF
15136#define HAVE_3ARGS_FILE_FSYNC 1
15137_ACEOF
15138
15139
15140else
15141 $as_echo "$as_me: failed program was:" >&5
15142sed 's/^/| /' conftest.$ac_ext >&5
15143
15144 { $as_echo "$as_me:$LINENO: result: no" >&5
15145$as_echo "no" >&6; }
15146
15147
15148
15149fi
15150
15151 rm -Rf build
15152
15153
15154
46aa7b39
NB
15155
15156 { $as_echo "$as_me:$LINENO: checking whether symbol rwsem_is_locked is exported" >&5
15157$as_echo_n "checking whether symbol rwsem_is_locked is exported... " >&6; }
15158 grep -q -E '[[:space:]]rwsem_is_locked[[:space:]]' \
15159 $LINUX_OBJ/Module*.symvers 2>/dev/null
15160 rc=$?
15161 if test $rc -ne 0; then
15162 export=0
15163 for file in lib/rwsem-spinlock.c; do
15164 grep -q -E "EXPORT_SYMBOL.*(rwsem_is_locked)" \
15165 "$LINUX_OBJ/$file" 2>/dev/null
15166 rc=$?
15167 if test $rc -eq 0; then
15168 export=1
15169 break;
15170 fi
15171 done
15172 if test $export -eq 0; then
15173 { $as_echo "$as_me:$LINENO: result: no" >&5
15174$as_echo "no" >&6; }
15175
15176 else
15177 { $as_echo "$as_me:$LINENO: result: yes" >&5
15178$as_echo "yes" >&6; }
15179
15180cat >>confdefs.h <<\_ACEOF
15181#define RWSEM_IS_LOCKED_TAKES_WAIT_LOCK 1
15182_ACEOF
15183
15184 fi
15185 else
15186 { $as_echo "$as_me:$LINENO: result: yes" >&5
15187$as_echo "yes" >&6; }
15188
15189cat >>confdefs.h <<\_ACEOF
15190#define RWSEM_IS_LOCKED_TAKES_WAIT_LOCK 1
15191_ACEOF
15192
15193 fi
15194
15195
6ae7fef5 15196 ;;
18142514 15197 user)
287b2fb1
BB
15198
15199 if test "x$AWK" != xgawk; then
18142514
BB
15200
15201 { { $as_echo "$as_me:$LINENO: error:
15202 *** Required util gawk missing. Please install the required
15203 *** gawk package for your distribution and try again." >&5
15204$as_echo "$as_me: error:
15205 *** Required util gawk missing. Please install the required
15206 *** gawk package for your distribution and try again." >&2;}
15207 { (exit 1); exit 1; }; }
15208
15209fi
15210
287b2fb1 15211
18142514 15212 ;;
6ae7fef5
BB
15213 all)
15214
15215
8934764e 15216# Check whether --with-linux was given.
6ae7fef5 15217if test "${with_linux+set}" = set; then
8934764e
BB
15218 withval=$with_linux; kernelsrc="$withval"
15219fi
6ae7fef5
BB
15220
15221
8934764e
BB
15222
15223# Check whether --with-linux-obj was given.
6ae7fef5 15224if test "${with_linux_obj+set}" = set; then
8934764e
BB
15225 withval=$with_linux_obj; kernelbuild="$withval"
15226fi
6ae7fef5 15227
8934764e
BB
15228
15229 { $as_echo "$as_me:$LINENO: checking kernel source directory" >&5
15230$as_echo_n "checking kernel source directory... " >&6; }
6ae7fef5 15231 if test -z "$kernelsrc"; then
534c4e38
BM
15232 headersdir="/lib/modules/$(uname -r)/build"
15233 if test -e "$headersdir"; then
15234 sourcelink=$(readlink -f "$headersdir")
15235 else
15236 sourcelink=$(ls -1d /usr/src/kernels/* \
15237 /usr/src/linux-* \
15238 2>/dev/null | grep -v obj | tail -1)
15239 fi
6ae7fef5 15240
8fd4e3af 15241 if test -n "$sourcelink" && test -e ${sourcelink}; then
6ae7fef5
BB
15242 kernelsrc=`readlink -f ${sourcelink}`
15243 else
8934764e
BB
15244 { $as_echo "$as_me:$LINENO: result: Not found" >&5
15245$as_echo "Not found" >&6; }
15246 { { $as_echo "$as_me:$LINENO: error:
8fd4e3af
BB
15247 *** Please make sure the kernel devel package for your distribution
15248 *** is installed then try again. If that fails you can specify the
15249 *** location of the kernel source with the '--with-linux=PATH' option." >&5
8934764e 15250$as_echo "$as_me: error:
8fd4e3af
BB
15251 *** Please make sure the kernel devel package for your distribution
15252 *** is installed then try again. If that fails you can specify the
15253 *** location of the kernel source with the '--with-linux=PATH' option." >&2;}
6ae7fef5
BB
15254 { (exit 1); exit 1; }; }
15255 fi
15256 else
15257 if test "$kernelsrc" = "NONE"; then
15258 kernsrcver=NONE
15259 fi
15260 fi
15261
8934764e
BB
15262 { $as_echo "$as_me:$LINENO: result: $kernelsrc" >&5
15263$as_echo "$kernelsrc" >&6; }
15264 { $as_echo "$as_me:$LINENO: checking kernel build directory" >&5
15265$as_echo_n "checking kernel build directory... " >&6; }
6ae7fef5 15266 if test -z "$kernelbuild"; then
e2d28a37
BB
15267 if test -d ${kernelsrc}-obj/${target_cpu}/${target_cpu}; then
15268 kernelbuild=${kernelsrc}-obj/${target_cpu}/${target_cpu}
15269 elif test -d ${kernelsrc}-obj/${target_cpu}/default; then
15270 kernelbuild=${kernelsrc}-obj/${target_cpu}/default
15271 elif test -d `dirname ${kernelsrc}`/build-${target_cpu}; then
15272 kernelbuild=`dirname ${kernelsrc}`/build-${target_cpu}
6ae7fef5
BB
15273 else
15274 kernelbuild=${kernelsrc}
15275 fi
15276 fi
8934764e
BB
15277 { $as_echo "$as_me:$LINENO: result: $kernelbuild" >&5
15278$as_echo "$kernelbuild" >&6; }
6ae7fef5 15279
8934764e
BB
15280 { $as_echo "$as_me:$LINENO: checking kernel source version" >&5
15281$as_echo_n "checking kernel source version... " >&6; }
fd921c2e
BB
15282 utsrelease1=$kernelbuild/include/linux/version.h
15283 utsrelease2=$kernelbuild/include/linux/utsrelease.h
15284 utsrelease3=$kernelbuild/include/generated/utsrelease.h
15285 if test -r $utsrelease1 && fgrep -q UTS_RELEASE $utsrelease1; then
15286 utsrelease=linux/version.h
15287 elif test -r $utsrelease2 && fgrep -q UTS_RELEASE $utsrelease2; then
15288 utsrelease=linux/utsrelease.h
15289 elif test -r $utsrelease3 && fgrep -q UTS_RELEASE $utsrelease3; then
15290 utsrelease=generated/utsrelease.h
15291 fi
6ae7fef5 15292
fd921c2e
BB
15293 if test "$utsrelease"; then
15294 kernsrcver=`(echo "#include <$utsrelease>";
6ae7fef5
BB
15295 echo "kernsrcver=UTS_RELEASE") |
15296 cpp -I $kernelbuild/include |
15297 grep "^kernsrcver=" | cut -d \" -f 2`
6ae7fef5 15298
fd921c2e
BB
15299 if test -z "$kernsrcver"; then
15300 { $as_echo "$as_me:$LINENO: result: Not found" >&5
15301$as_echo "Not found" >&6; }
15302 { { $as_echo "$as_me:$LINENO: error: *** Cannot determine kernel version." >&5
15303$as_echo "$as_me: error: *** Cannot determine kernel version." >&2;}
15304 { (exit 1); exit 1; }; }
15305 fi
15306 else
8934764e
BB
15307 { $as_echo "$as_me:$LINENO: result: Not found" >&5
15308$as_echo "Not found" >&6; }
fd921c2e
BB
15309 { { $as_echo "$as_me:$LINENO: error: *** Cannot find UTS_RELEASE definition." >&5
15310$as_echo "$as_me: error: *** Cannot find UTS_RELEASE definition." >&2;}
bf9f3bac 15311 { (exit 1); exit 1; }; }
15312 fi
15313
8934764e
BB
15314 { $as_echo "$as_me:$LINENO: result: $kernsrcver" >&5
15315$as_echo "$kernsrcver" >&6; }
bf9f3bac 15316
bf9f3bac 15317 LINUX=${kernelsrc}
15318 LINUX_OBJ=${kernelbuild}
c5f70460
BB
15319 LINUX_VERSION=${kernsrcver}
15320
bf9f3bac 15321
15322
15323
15324
15325
bb339d06 15326 modpost=$LINUX/scripts/Makefile.modpost
8934764e
BB
15327 { $as_echo "$as_me:$LINENO: checking kernel file name for module symbols" >&5
15328$as_echo_n "checking kernel file name for module symbols... " >&6; }
bb339d06
BB
15329 if test -f "$modpost"; then
15330 if grep -q Modules.symvers $modpost; then
15331 LINUX_SYMBOLS=Modules.symvers
15332 else
15333 LINUX_SYMBOLS=Module.symvers
15334 fi
2e0e7e69 15335 else
bb339d06 15336 LINUX_SYMBOLS=NONE
2e0e7e69 15337 fi
8934764e
BB
15338 { $as_echo "$as_me:$LINENO: result: $LINUX_SYMBOLS" >&5
15339$as_echo "$LINUX_SYMBOLS" >&6; }
2e0e7e69
BB
15340
15341
15342
86933a6e 15343
86933a6e 15344 abs_srcdir=`readlink -f ${srcdir}`
c950d148 15345 KERNELCPPFLAGS="$KERNELCPPFLAGS -Wstrict-prototypes"
16b719f0
BB
15346 KERNELCPPFLAGS="$KERNELCPPFLAGS -I${abs_srcdir}/include"
15347 KERNELCPPFLAGS="$KERNELCPPFLAGS -include ${abs_srcdir}/spl_config.h"
86933a6e
BB
15348
15349 if test "${LINUX_OBJ}" != "${LINUX}"; then
15350 KERNELMAKE_PARAMS="$KERNELMAKE_PARAMS O=$LINUX_OBJ"
15351 fi
15352
15353
15354
bf9f3bac 15355
15356
c950d148
BB
15357 { $as_echo "$as_me:$LINENO: checking whether debugging is enabled" >&5
15358$as_echo_n "checking whether debugging is enabled... " >&6; }
8934764e 15359 # Check whether --enable-debug was given.
bf9f3bac 15360if test "${enable_debug+set}" = set; then
8934764e 15361 enableval=$enable_debug;
055ffd98
BB
15362else
15363 enable_debug=no
8934764e
BB
15364fi
15365
055ffd98
BB
15366
15367 if test "x$enable_debug" = xyes; then
c950d148 15368
c950d148
BB
15369 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG -Werror"
15370 DEBUG_CFLAGS="-DDEBUG -Werror"
15371
055ffd98 15372else
c950d148 15373
c950d148
BB
15374 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DNDEBUG"
15375 DEBUG_CFLAGS="-DNDEBUG"
15376
055ffd98
BB
15377fi
15378
15379
c950d148 15380
8934764e
BB
15381 { $as_echo "$as_me:$LINENO: result: $enable_debug" >&5
15382$as_echo "$enable_debug" >&6; }
bf9f3bac 15383
15384
8934764e 15385 # Check whether --enable-debug-kmem was given.
bf9f3bac 15386if test "${enable_debug_kmem+set}" = set; then
8934764e 15387 enableval=$enable_debug_kmem;
055ffd98
BB
15388else
15389 enable_debug_kmem=yes
8934764e
BB
15390fi
15391
055ffd98
BB
15392
15393 if test "x$enable_debug_kmem" = xyes; then
bf9f3bac 15394
15395cat >>confdefs.h <<\_ACEOF
15396#define DEBUG_KMEM 1
15397_ACEOF
15398
15399 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM"
055ffd98 15400fi
bf9f3bac 15401
bf9f3bac 15402
8934764e
BB
15403 { $as_echo "$as_me:$LINENO: checking whether basic kmem accounting is enabled" >&5
15404$as_echo_n "checking whether basic kmem accounting is enabled... " >&6; }
15405 { $as_echo "$as_me:$LINENO: result: $enable_debug_kmem" >&5
15406$as_echo "$enable_debug_kmem" >&6; }
bf9f3bac 15407
15408
8934764e 15409 # Check whether --enable-debug-kmem-tracking was given.
055ffd98 15410if test "${enable_debug_kmem_tracking+set}" = set; then
8934764e 15411 enableval=$enable_debug_kmem_tracking;
055ffd98
BB
15412else
15413 enable_debug_kmem_tracking=no
8934764e
BB
15414fi
15415
055ffd98
BB
15416
15417 if test "x$enable_debug_kmem_tracking" = xyes; then
bf9f3bac 15418
15419cat >>confdefs.h <<\_ACEOF
055ffd98 15420#define DEBUG_KMEM_TRACKING 1
bf9f3bac 15421_ACEOF
15422
055ffd98
BB
15423 KERNELCPPFLAGS="${KERNELCPPFLAGS} -DDEBUG_KMEM_TRACKING"
15424fi
15425
15426
8934764e
BB
15427 { $as_echo "$as_me:$LINENO: checking whether detailed kmem tracking is enabled" >&5
15428$as_echo_n "checking whether detailed kmem tracking is enabled... " >&6; }
15429 { $as_echo "$as_me:$LINENO: result: $enable_debug_kmem_tracking" >&5
15430$as_echo "$enable_debug_kmem_tracking" >&6; }
bf9f3bac 15431
5e9b5d83 15432
8934764e 15433 # Check whether --enable-atomic-spinlocks was given.
5e9b5d83 15434if test "${enable_atomic_spinlocks+set}" = set; then
8934764e 15435 enableval=$enable_atomic_spinlocks;
5e9b5d83 15436else
d04c8a56 15437 enable_atomic_spinlocks=check
8934764e
BB
15438fi
15439
5e9b5d83 15440
bf9f3bac 15441
15442
dbe561d8 15443cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 15444/* confdefs.h. */
15445_ACEOF
15446cat confdefs.h >>conftest.$ac_ext
15447cat >>conftest.$ac_ext <<_ACEOF
15448/* end confdefs.h. */
15449
15450
d04c8a56 15451 #include <asm/atomic.h>
bf9f3bac 15452
15453int
15454main (void)
15455{
15456
d04c8a56 15457 atomic64_t *ptr;
bf9f3bac 15458
15459 ;
15460 return 0;
15461}
15462
15463_ACEOF
15464
c5f70460
BB
15465
15466 rm -Rf build && mkdir -p build
15467 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15468 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 15469 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15470 (eval $ac_try) 2>&5
15471 ac_status=$?
8934764e 15472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15473 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15474 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15475 (eval $ac_try) 2>&5
15476 ac_status=$?
8934764e 15477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15478 (exit $ac_status); }; }; then
15479
d04c8a56 15480 have_atomic64_t=yes
bf9f3bac 15481
15482cat >>confdefs.h <<\_ACEOF
d04c8a56 15483#define HAVE_ATOMIC64_T 1
bf9f3bac 15484_ACEOF
15485
15486
15487else
8934764e 15488 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15489sed 's/^/| /' conftest.$ac_ext >&5
15490
d04c8a56 15491 have_atomic64_t=no
bf9f3bac 15492
c5f70460
BB
15493
15494
bf9f3bac 15495fi
c5f70460
BB
15496
15497 rm -Rf build
15498
bf9f3bac 15499
15500
d04c8a56
BB
15501 if test "x$enable_atomic_spinlocks" = xcheck; then
15502
15503 if test "x$have_atomic64_t" = xyes; then
15504
15505 enable_atomic_spinlocks=no
15506
15507else
15508
15509 enable_atomic_spinlocks=yes
15510
15511fi
15512
15513
15514fi
15515
15516
15517 if test "x$enable_atomic_spinlocks" = xyes; then
15518
15519
15520cat >>confdefs.h <<\_ACEOF
15521#define ATOMIC_SPINLOCK 1
15522_ACEOF
15523
15524
15525else
15526
15527 if test "x$have_atomic64_t" = xno; then
15528
8934764e
BB
15529 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
15530$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
15531{ { $as_echo "$as_me:$LINENO: error: --disable-atomic-spinlocks given but required atomic64 support is unavailable
d04c8a56 15532See \`config.log' for more details." >&5
8934764e 15533$as_echo "$as_me: error: --disable-atomic-spinlocks given but required atomic64 support is unavailable
d04c8a56 15534See \`config.log' for more details." >&2;}
8934764e 15535 { (exit 1); exit 1; }; }; }
d04c8a56
BB
15536
15537fi
15538
15539
15540fi
15541
15542
8934764e
BB
15543 { $as_echo "$as_me:$LINENO: checking whether atomic types use spinlocks" >&5
15544$as_echo_n "checking whether atomic types use spinlocks... " >&6; }
15545 { $as_echo "$as_me:$LINENO: result: $enable_atomic_spinlocks" >&5
15546$as_echo "$enable_atomic_spinlocks" >&6; }
d04c8a56 15547
8934764e
BB
15548 { $as_echo "$as_me:$LINENO: checking whether kernel defines atomic64_t" >&5
15549$as_echo_n "checking whether kernel defines atomic64_t... " >&6; }
15550 { $as_echo "$as_me:$LINENO: result: $have_atomic64_t" >&5
15551$as_echo "$have_atomic64_t" >&6; }
d04c8a56 15552
8934764e
BB
15553 { $as_echo "$as_me:$LINENO: checking whether kernel defines atomic64_cmpxchg" >&5
15554$as_echo_n "checking whether kernel defines atomic64_cmpxchg... " >&6; }
bf9f3bac 15555
15556
dbe561d8 15557cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 15558/* confdefs.h. */
15559_ACEOF
15560cat confdefs.h >>conftest.$ac_ext
15561cat >>conftest.$ac_ext <<_ACEOF
15562/* end confdefs.h. */
15563
15564
15565 #include <asm/atomic.h>
5ec44a37 15566 #include <asm/system.h>
bf9f3bac 15567
15568int
15569main (void)
15570{
15571
d04c8a56 15572 atomic64_cmpxchg((atomic64_t *)NULL, 0, 0);
bf9f3bac 15573
15574 ;
15575 return 0;
15576}
15577
15578_ACEOF
15579
c5f70460
BB
15580
15581 rm -Rf build && mkdir -p build
15582 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15583 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 15584 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15585 (eval $ac_try) 2>&5
15586 ac_status=$?
8934764e 15587 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15588 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15589 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15590 (eval $ac_try) 2>&5
15591 ac_status=$?
8934764e 15592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15593 (exit $ac_status); }; }; then
15594
8934764e
BB
15595 { $as_echo "$as_me:$LINENO: result: yes" >&5
15596$as_echo "yes" >&6; }
bf9f3bac 15597
15598cat >>confdefs.h <<\_ACEOF
d04c8a56 15599#define HAVE_ATOMIC64_CMPXCHG 1
bf9f3bac 15600_ACEOF
15601
15602
302b88e6 15603else
8934764e 15604 $as_echo "$as_me: failed program was:" >&5
302b88e6
BB
15605sed 's/^/| /' conftest.$ac_ext >&5
15606
8934764e
BB
15607 { $as_echo "$as_me:$LINENO: result: no" >&5
15608$as_echo "no" >&6; }
302b88e6
BB
15609
15610
15611
15612fi
15613
15614 rm -Rf build
15615
15616
15617
8934764e
BB
15618 { $as_echo "$as_me:$LINENO: checking whether kernel defines atomic64_xchg" >&5
15619$as_echo_n "checking whether kernel defines atomic64_xchg... " >&6; }
302b88e6
BB
15620
15621
dbe561d8 15622cat confdefs.h - <<_ACEOF >conftest.c
302b88e6
BB
15623/* confdefs.h. */
15624_ACEOF
15625cat confdefs.h >>conftest.$ac_ext
15626cat >>conftest.$ac_ext <<_ACEOF
15627/* end confdefs.h. */
15628
15629
15630 #include <asm/atomic.h>
15631
15632int
15633main (void)
15634{
15635
d04c8a56 15636 atomic64_xchg((atomic64_t *)NULL, 0);
302b88e6
BB
15637
15638 ;
15639 return 0;
15640}
15641
15642_ACEOF
15643
15644
15645 rm -Rf build && mkdir -p build
15646 echo "obj-m := conftest.o" >build/Makefile
15647 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'
15648 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15649 (eval $ac_try) 2>&5
15650 ac_status=$?
8934764e 15651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
15652 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15653 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15654 (eval $ac_try) 2>&5
15655 ac_status=$?
8934764e 15656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
15657 (exit $ac_status); }; }; then
15658
8934764e
BB
15659 { $as_echo "$as_me:$LINENO: result: yes" >&5
15660$as_echo "yes" >&6; }
302b88e6
BB
15661
15662cat >>confdefs.h <<\_ACEOF
d04c8a56 15663#define HAVE_ATOMIC64_XCHG 1
302b88e6
BB
15664_ACEOF
15665
15666
15667else
8934764e 15668 $as_echo "$as_me: failed program was:" >&5
302b88e6
BB
15669sed 's/^/| /' conftest.$ac_ext >&5
15670
8934764e
BB
15671 { $as_echo "$as_me:$LINENO: result: no" >&5
15672$as_echo "no" >&6; }
302b88e6
BB
15673
15674
15675
15676fi
15677
15678 rm -Rf build
15679
15680
15681
8934764e
BB
15682 { $as_echo "$as_me:$LINENO: checking whether kernel defines uintptr_t" >&5
15683$as_echo_n "checking whether kernel defines uintptr_t... " >&6; }
302b88e6
BB
15684
15685
dbe561d8 15686cat confdefs.h - <<_ACEOF >conftest.c
302b88e6
BB
15687/* confdefs.h. */
15688_ACEOF
15689cat confdefs.h >>conftest.$ac_ext
15690cat >>conftest.$ac_ext <<_ACEOF
15691/* end confdefs.h. */
15692
15693
d04c8a56 15694 #include <linux/types.h>
302b88e6
BB
15695
15696int
15697main (void)
15698{
15699
d04c8a56 15700 uintptr_t *ptr;
302b88e6
BB
15701
15702 ;
15703 return 0;
15704}
15705
15706_ACEOF
15707
15708
15709 rm -Rf build && mkdir -p build
15710 echo "obj-m := conftest.o" >build/Makefile
15711 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'
15712 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15713 (eval $ac_try) 2>&5
15714 ac_status=$?
8934764e 15715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
15716 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15717 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15718 (eval $ac_try) 2>&5
15719 ac_status=$?
8934764e 15720 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
302b88e6
BB
15721 (exit $ac_status); }; }; then
15722
8934764e
BB
15723 { $as_echo "$as_me:$LINENO: result: yes" >&5
15724$as_echo "yes" >&6; }
302b88e6
BB
15725
15726cat >>confdefs.h <<\_ACEOF
d04c8a56 15727#define HAVE_UINTPTR_T 1
302b88e6
BB
15728_ACEOF
15729
15730
bf9f3bac 15731else
8934764e 15732 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15733sed 's/^/| /' conftest.$ac_ext >&5
15734
8934764e
BB
15735 { $as_echo "$as_me:$LINENO: result: no" >&5
15736$as_echo "no" >&6; }
bf9f3bac 15737
c5f70460
BB
15738
15739
bf9f3bac 15740fi
c5f70460
BB
15741
15742 rm -Rf build
15743
bf9f3bac 15744
15745
8934764e
BB
15746 { $as_echo "$as_me:$LINENO: checking whether INIT_WORK wants 3 args" >&5
15747$as_echo_n "checking whether INIT_WORK wants 3 args... " >&6; }
bf9f3bac 15748
15749
dbe561d8 15750cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 15751/* confdefs.h. */
15752_ACEOF
15753cat confdefs.h >>conftest.$ac_ext
15754cat >>conftest.$ac_ext <<_ACEOF
15755/* end confdefs.h. */
15756
15757
15758 #include <linux/workqueue.h>
15759
15760int
15761main (void)
15762{
15763
15764 struct work_struct work;
15765 INIT_WORK(&work, NULL, NULL);
15766
15767 ;
15768 return 0;
15769}
15770
15771_ACEOF
15772
c5f70460
BB
15773
15774 rm -Rf build && mkdir -p build
15775 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15776 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 15777 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15778 (eval $ac_try) 2>&5
15779 ac_status=$?
8934764e 15780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15781 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15782 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15783 (eval $ac_try) 2>&5
15784 ac_status=$?
8934764e 15785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15786 (exit $ac_status); }; }; then
15787
8934764e
BB
15788 { $as_echo "$as_me:$LINENO: result: yes" >&5
15789$as_echo "yes" >&6; }
bf9f3bac 15790
15791cat >>confdefs.h <<\_ACEOF
15792#define HAVE_3ARGS_INIT_WORK 1
15793_ACEOF
15794
15795
15796else
8934764e 15797 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15798sed 's/^/| /' conftest.$ac_ext >&5
15799
8934764e
BB
15800 { $as_echo "$as_me:$LINENO: result: no" >&5
15801$as_echo "no" >&6; }
bf9f3bac 15802
c5f70460
BB
15803
15804
bf9f3bac 15805fi
c5f70460
BB
15806
15807 rm -Rf build
15808
bf9f3bac 15809
15810
8934764e
BB
15811 { $as_echo "$as_me:$LINENO: checking whether register_sysctl_table() wants 2 args" >&5
15812$as_echo_n "checking whether register_sysctl_table() wants 2 args... " >&6; }
bf9f3bac 15813
15814
dbe561d8 15815cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 15816/* confdefs.h. */
15817_ACEOF
15818cat confdefs.h >>conftest.$ac_ext
15819cat >>conftest.$ac_ext <<_ACEOF
15820/* end confdefs.h. */
15821
15822
15823 #include <linux/sysctl.h>
15824
15825int
15826main (void)
15827{
15828
15829 return register_sysctl_table(NULL,0);
15830
15831 ;
15832 return 0;
15833}
15834
15835_ACEOF
15836
c5f70460
BB
15837
15838 rm -Rf build && mkdir -p build
15839 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15840 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 15841 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15842 (eval $ac_try) 2>&5
15843 ac_status=$?
8934764e 15844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15845 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15846 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15847 (eval $ac_try) 2>&5
15848 ac_status=$?
8934764e 15849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15850 (exit $ac_status); }; }; then
15851
8934764e
BB
15852 { $as_echo "$as_me:$LINENO: result: yes" >&5
15853$as_echo "yes" >&6; }
bf9f3bac 15854
15855cat >>confdefs.h <<\_ACEOF
15856#define HAVE_2ARGS_REGISTER_SYSCTL 1
15857_ACEOF
15858
15859
15860else
8934764e 15861 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15862sed 's/^/| /' conftest.$ac_ext >&5
15863
8934764e
BB
15864 { $as_echo "$as_me:$LINENO: result: no" >&5
15865$as_echo "no" >&6; }
bf9f3bac 15866
c5f70460
BB
15867
15868
bf9f3bac 15869fi
c5f70460
BB
15870
15871 rm -Rf build
15872
bf9f3bac 15873
15874
15875
8934764e
BB
15876 { $as_echo "$as_me:$LINENO: checking whether set_shrinker() available" >&5
15877$as_echo_n "checking whether set_shrinker() available... " >&6; }
bf9f3bac 15878
15879
dbe561d8 15880cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 15881/* confdefs.h. */
15882_ACEOF
15883cat confdefs.h >>conftest.$ac_ext
15884cat >>conftest.$ac_ext <<_ACEOF
15885/* end confdefs.h. */
15886
15887
15888 #include <linux/mm.h>
15889
15890int
15891main (void)
15892{
15893
15894 return set_shrinker(DEFAULT_SEEKS, NULL);
15895
15896 ;
15897 return 0;
15898}
15899
15900_ACEOF
15901
c5f70460
BB
15902
15903 rm -Rf build && mkdir -p build
15904 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15905 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 15906 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15907 (eval $ac_try) 2>&5
15908 ac_status=$?
8934764e 15909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15910 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15911 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15912 (eval $ac_try) 2>&5
15913 ac_status=$?
8934764e 15914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15915 (exit $ac_status); }; }; then
15916
8934764e
BB
15917 { $as_echo "$as_me:$LINENO: result: yes" >&5
15918$as_echo "yes" >&6; }
bf9f3bac 15919
15920cat >>confdefs.h <<\_ACEOF
15921#define HAVE_SET_SHRINKER 1
15922_ACEOF
15923
15924
15925else
8934764e 15926 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15927sed 's/^/| /' conftest.$ac_ext >&5
15928
8934764e
BB
15929 { $as_echo "$as_me:$LINENO: result: no" >&5
15930$as_echo "no" >&6; }
bf9f3bac 15931
c5f70460
BB
15932
15933
bf9f3bac 15934fi
c5f70460
BB
15935
15936 rm -Rf build
15937
bf9f3bac 15938
15939
8934764e
BB
15940 { $as_echo "$as_me:$LINENO: checking whether struct path used in struct nameidata" >&5
15941$as_echo_n "checking whether struct path used in struct nameidata... " >&6; }
bf9f3bac 15942
15943
dbe561d8 15944cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 15945/* confdefs.h. */
15946_ACEOF
15947cat confdefs.h >>conftest.$ac_ext
15948cat >>conftest.$ac_ext <<_ACEOF
15949/* end confdefs.h. */
15950
15951
15952 #include <linux/namei.h>
15953
15954int
15955main (void)
15956{
15957
15958 struct nameidata nd;
15959
15960 nd.path.mnt = NULL;
15961 nd.path.dentry = NULL;
15962
15963 ;
15964 return 0;
15965}
15966
15967_ACEOF
15968
c5f70460
BB
15969
15970 rm -Rf build && mkdir -p build
15971 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 15972 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 15973 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15974 (eval $ac_try) 2>&5
15975 ac_status=$?
8934764e 15976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15977 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
15978 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15979 (eval $ac_try) 2>&5
15980 ac_status=$?
8934764e 15981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 15982 (exit $ac_status); }; }; then
15983
8934764e
BB
15984 { $as_echo "$as_me:$LINENO: result: yes" >&5
15985$as_echo "yes" >&6; }
bf9f3bac 15986
15987cat >>confdefs.h <<\_ACEOF
15988#define HAVE_PATH_IN_NAMEIDATA 1
15989_ACEOF
15990
15991
15992else
8934764e 15993 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 15994sed 's/^/| /' conftest.$ac_ext >&5
15995
8934764e
BB
15996 { $as_echo "$as_me:$LINENO: result: no" >&5
15997$as_echo "no" >&6; }
bf9f3bac 15998
c5f70460
BB
15999
16000
bf9f3bac 16001fi
c5f70460
BB
16002
16003 rm -Rf build
16004
bf9f3bac 16005
16006
16007
8934764e
BB
16008 { $as_echo "$as_me:$LINENO: checking whether symbol task_curr is exported" >&5
16009$as_echo_n "checking whether symbol task_curr is exported... " >&6; }
2e0e7e69
BB
16010 grep -q -E '[[:space:]]task_curr[[:space:]]' \
16011 $LINUX_OBJ/Module*.symvers 2>/dev/null
bf9f3bac 16012 rc=$?
16013 if test $rc -ne 0; then
16014 export=0
16015 for file in kernel/sched.c; do
2e0e7e69
BB
16016 grep -q -E "EXPORT_SYMBOL.*(task_curr)" \
16017 "$LINUX_OBJ/$file" 2>/dev/null
bf9f3bac 16018 rc=$?
16019 if test $rc -eq 0; then
16020 export=1
16021 break;
16022 fi
16023 done
16024 if test $export -eq 0; then
8934764e
BB
16025 { $as_echo "$as_me:$LINENO: result: no" >&5
16026$as_echo "no" >&6; }
bf9f3bac 16027
16028 else
8934764e
BB
16029 { $as_echo "$as_me:$LINENO: result: yes" >&5
16030$as_echo "yes" >&6; }
bf9f3bac 16031
16032cat >>confdefs.h <<\_ACEOF
16033#define HAVE_TASK_CURR 1
16034_ACEOF
16035
16036 fi
16037 else
8934764e
BB
16038 { $as_echo "$as_me:$LINENO: result: yes" >&5
16039$as_echo "yes" >&6; }
bf9f3bac 16040
16041cat >>confdefs.h <<\_ACEOF
16042#define HAVE_TASK_CURR 1
16043_ACEOF
16044
16045 fi
16046
16047
8934764e
BB
16048 { $as_echo "$as_me:$LINENO: checking whether unnumbered sysctl support exists" >&5
16049$as_echo_n "checking whether unnumbered sysctl support exists... " >&6; }
bf9f3bac 16050
16051
dbe561d8 16052cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 16053/* confdefs.h. */
16054_ACEOF
16055cat confdefs.h >>conftest.$ac_ext
16056cat >>conftest.$ac_ext <<_ACEOF
16057/* end confdefs.h. */
16058
16059
16060 #include <linux/sysctl.h>
16061
16062int
16063main (void)
16064{
16065
16066 #ifndef CTL_UNNUMBERED
16067 #error CTL_UNNUMBERED undefined
16068 #endif
16069
16070 ;
16071 return 0;
16072}
16073
16074_ACEOF
16075
c5f70460
BB
16076
16077 rm -Rf build && mkdir -p build
16078 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 16079 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 16080 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16081 (eval $ac_try) 2>&5
16082 ac_status=$?
8934764e 16083 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16084 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16085 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16086 (eval $ac_try) 2>&5
16087 ac_status=$?
8934764e 16088 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16089 (exit $ac_status); }; }; then
16090
8934764e
BB
16091 { $as_echo "$as_me:$LINENO: result: yes" >&5
16092$as_echo "yes" >&6; }
bf9f3bac 16093
16094cat >>confdefs.h <<\_ACEOF
16095#define HAVE_CTL_UNNUMBERED 1
16096_ACEOF
16097
16098
79a3bf13
BB
16099else
16100 $as_echo "$as_me: failed program was:" >&5
16101sed 's/^/| /' conftest.$ac_ext >&5
16102
16103 { $as_echo "$as_me:$LINENO: result: no" >&5
16104$as_echo "no" >&6; }
16105
16106
16107
16108fi
16109
16110 rm -Rf build
16111
16112
16113
16114
16115 { $as_echo "$as_me:$LINENO: checking whether struct ctl_table has ctl_name" >&5
16116$as_echo_n "checking whether struct ctl_table has ctl_name... " >&6; }
16117
16118
dbe561d8 16119cat confdefs.h - <<_ACEOF >conftest.c
79a3bf13
BB
16120/* confdefs.h. */
16121_ACEOF
16122cat confdefs.h >>conftest.$ac_ext
16123cat >>conftest.$ac_ext <<_ACEOF
16124/* end confdefs.h. */
16125
16126
16127 #include <linux/sysctl.h>
16128
16129int
16130main (void)
16131{
16132
16133 struct ctl_table ctl;
16134 ctl.ctl_name = 0;
16135
16136 ;
16137 return 0;
16138}
16139
16140_ACEOF
16141
16142
16143 rm -Rf build && mkdir -p build
16144 echo "obj-m := conftest.o" >build/Makefile
16145 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'
16146 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16147 (eval $ac_try) 2>&5
16148 ac_status=$?
16149 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16150 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16151 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16152 (eval $ac_try) 2>&5
16153 ac_status=$?
16154 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16155 (exit $ac_status); }; }; then
16156
16157 { $as_echo "$as_me:$LINENO: result: yes" >&5
16158$as_echo "yes" >&6; }
16159
16160cat >>confdefs.h <<\_ACEOF
16161#define HAVE_CTL_NAME 1
16162_ACEOF
16163
16164
bf9f3bac 16165else
8934764e 16166 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 16167sed 's/^/| /' conftest.$ac_ext >&5
16168
8934764e
BB
16169 { $as_echo "$as_me:$LINENO: result: no" >&5
16170$as_echo "no" >&6; }
bf9f3bac 16171
c5f70460
BB
16172
16173
bf9f3bac 16174fi
c5f70460
BB
16175
16176 rm -Rf build
16177
bf9f3bac 16178
16179
8934764e
BB
16180 { $as_echo "$as_me:$LINENO: checking whether fls64() is available" >&5
16181$as_echo_n "checking whether fls64() is available... " >&6; }
bf9f3bac 16182
16183
dbe561d8 16184cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 16185/* confdefs.h. */
16186_ACEOF
16187cat confdefs.h >>conftest.$ac_ext
16188cat >>conftest.$ac_ext <<_ACEOF
16189/* end confdefs.h. */
16190
16191
16192 #include <linux/bitops.h>
16193
16194int
16195main (void)
16196{
16197
16198 return fls64(0);
16199
16200 ;
16201 return 0;
16202}
16203
16204_ACEOF
16205
c5f70460
BB
16206
16207 rm -Rf build && mkdir -p build
16208 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 16209 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 16210 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16211 (eval $ac_try) 2>&5
16212 ac_status=$?
8934764e 16213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16214 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16215 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16216 (eval $ac_try) 2>&5
16217 ac_status=$?
8934764e 16218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16219 (exit $ac_status); }; }; then
16220
8934764e
BB
16221 { $as_echo "$as_me:$LINENO: result: yes" >&5
16222$as_echo "yes" >&6; }
bf9f3bac 16223
16224cat >>confdefs.h <<\_ACEOF
16225#define HAVE_FLS64 1
16226_ACEOF
16227
16228
16229else
8934764e 16230 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 16231sed 's/^/| /' conftest.$ac_ext >&5
16232
8934764e
BB
16233 { $as_echo "$as_me:$LINENO: result: no" >&5
16234$as_echo "no" >&6; }
bf9f3bac 16235
c5f70460
BB
16236
16237
bf9f3bac 16238fi
c5f70460
BB
16239
16240 rm -Rf build
16241
bf9f3bac 16242
16243
16244
8934764e
BB
16245 { $as_echo "$as_me:$LINENO: checking whether symbol device_create is exported" >&5
16246$as_echo_n "checking whether symbol device_create is exported... " >&6; }
2e0e7e69
BB
16247 grep -q -E '[[:space:]]device_create[[:space:]]' \
16248 $LINUX_OBJ/Module*.symvers 2>/dev/null
bf9f3bac 16249 rc=$?
16250 if test $rc -ne 0; then
16251 export=0
16252 for file in drivers/base/core.c; do
2e0e7e69
BB
16253 grep -q -E "EXPORT_SYMBOL.*(device_create)" \
16254 "$LINUX_OBJ/$file" 2>/dev/null
bf9f3bac 16255 rc=$?
16256 if test $rc -eq 0; then
16257 export=1
16258 break;
16259 fi
16260 done
16261 if test $export -eq 0; then
8934764e
BB
16262 { $as_echo "$as_me:$LINENO: result: no" >&5
16263$as_echo "no" >&6; }
bf9f3bac 16264
16265 else
8934764e
BB
16266 { $as_echo "$as_me:$LINENO: result: yes" >&5
16267$as_echo "yes" >&6; }
bf9f3bac 16268
16269cat >>confdefs.h <<\_ACEOF
16270#define HAVE_DEVICE_CREATE 1
16271_ACEOF
16272
16273 fi
16274 else
8934764e
BB
16275 { $as_echo "$as_me:$LINENO: result: yes" >&5
16276$as_echo "yes" >&6; }
bf9f3bac 16277
16278cat >>confdefs.h <<\_ACEOF
16279#define HAVE_DEVICE_CREATE 1
16280_ACEOF
16281
16282 fi
16283
16284
16285
8934764e
BB
16286 { $as_echo "$as_me:$LINENO: checking whether device_create() wants 5 args" >&5
16287$as_echo_n "checking whether device_create() wants 5 args... " >&6; }
8123ac4f
BB
16288 tmp_flags="$EXTRA_KCFLAGS"
16289 EXTRA_KCFLAGS="-Werror"
16290
16291
dbe561d8 16292cat confdefs.h - <<_ACEOF >conftest.c
8123ac4f
BB
16293/* confdefs.h. */
16294_ACEOF
16295cat confdefs.h >>conftest.$ac_ext
16296cat >>conftest.$ac_ext <<_ACEOF
16297/* end confdefs.h. */
16298
16299
16300 #include <linux/device.h>
16301
16302int
16303main (void)
16304{
16305
16306 device_create(NULL, NULL, 0, NULL, "%d", 1);
16307
16308 ;
16309 return 0;
16310}
16311
16312_ACEOF
16313
16314
16315 rm -Rf build && mkdir -p build
16316 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 16317 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
16318 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16319 (eval $ac_try) 2>&5
16320 ac_status=$?
8934764e 16321 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8123ac4f
BB
16322 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16323 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16324 (eval $ac_try) 2>&5
16325 ac_status=$?
8934764e 16326 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8123ac4f
BB
16327 (exit $ac_status); }; }; then
16328
8934764e
BB
16329 { $as_echo "$as_me:$LINENO: result: yes" >&5
16330$as_echo "yes" >&6; }
8123ac4f
BB
16331
16332cat >>confdefs.h <<\_ACEOF
16333#define HAVE_5ARGS_DEVICE_CREATE 1
16334_ACEOF
16335
16336
16337else
8934764e 16338 $as_echo "$as_me: failed program was:" >&5
8123ac4f
BB
16339sed 's/^/| /' conftest.$ac_ext >&5
16340
8934764e
BB
16341 { $as_echo "$as_me:$LINENO: result: no" >&5
16342$as_echo "no" >&6; }
8123ac4f
BB
16343
16344
16345
16346fi
16347
16348 rm -Rf build
16349
16350
16351 EXTRA_KCFLAGS="$tmp_flags"
16352
16353
8934764e
BB
16354 { $as_echo "$as_me:$LINENO: checking whether symbol class_device_create is exported" >&5
16355$as_echo_n "checking whether symbol class_device_create is exported... " >&6; }
2e0e7e69
BB
16356 grep -q -E '[[:space:]]class_device_create[[:space:]]' \
16357 $LINUX_OBJ/Module*.symvers 2>/dev/null
bf9f3bac 16358 rc=$?
16359 if test $rc -ne 0; then
16360 export=0
16361 for file in drivers/base/class.c; do
2e0e7e69
BB
16362 grep -q -E "EXPORT_SYMBOL.*(class_device_create)" \
16363 "$LINUX_OBJ/$file" 2>/dev/null
bf9f3bac 16364 rc=$?
16365 if test $rc -eq 0; then
16366 export=1
16367 break;
16368 fi
16369 done
16370 if test $export -eq 0; then
8934764e
BB
16371 { $as_echo "$as_me:$LINENO: result: no" >&5
16372$as_echo "no" >&6; }
bf9f3bac 16373
16374 else
8934764e
BB
16375 { $as_echo "$as_me:$LINENO: result: yes" >&5
16376$as_echo "yes" >&6; }
bf9f3bac 16377
16378cat >>confdefs.h <<\_ACEOF
16379#define HAVE_CLASS_DEVICE_CREATE 1
16380_ACEOF
16381
16382 fi
16383 else
8934764e
BB
16384 { $as_echo "$as_me:$LINENO: result: yes" >&5
16385$as_echo "yes" >&6; }
bf9f3bac 16386
16387cat >>confdefs.h <<\_ACEOF
16388#define HAVE_CLASS_DEVICE_CREATE 1
16389_ACEOF
16390
16391 fi
16392
16393
16394
8934764e
BB
16395 { $as_echo "$as_me:$LINENO: checking whether symbol set_normalized_timespec is exported" >&5
16396$as_echo_n "checking whether symbol set_normalized_timespec is exported... " >&6; }
2e0e7e69
BB
16397 grep -q -E '[[:space:]]set_normalized_timespec[[:space:]]' \
16398 $LINUX_OBJ/Module*.symvers 2>/dev/null
bf9f3bac 16399 rc=$?
16400 if test $rc -ne 0; then
16401 export=0
16402 for file in kernel/time.c; do
2e0e7e69
BB
16403 grep -q -E "EXPORT_SYMBOL.*(set_normalized_timespec)" \
16404 "$LINUX_OBJ/$file" 2>/dev/null
bf9f3bac 16405 rc=$?
16406 if test $rc -eq 0; then
16407 export=1
16408 break;
16409 fi
16410 done
16411 if test $export -eq 0; then
8934764e
BB
16412 { $as_echo "$as_me:$LINENO: result: no" >&5
16413$as_echo "no" >&6; }
bf9f3bac 16414
6ae7fef5 16415 else
8934764e
BB
16416 { $as_echo "$as_me:$LINENO: result: yes" >&5
16417$as_echo "yes" >&6; }
6ae7fef5
BB
16418
16419cat >>confdefs.h <<\_ACEOF
16420#define HAVE_SET_NORMALIZED_TIMESPEC_EXPORT 1
16421_ACEOF
16422
16423 fi
16424 else
8934764e
BB
16425 { $as_echo "$as_me:$LINENO: result: yes" >&5
16426$as_echo "yes" >&6; }
6ae7fef5
BB
16427
16428cat >>confdefs.h <<\_ACEOF
16429#define HAVE_SET_NORMALIZED_TIMESPEC_EXPORT 1
16430_ACEOF
16431
16432 fi
16433
16434
16435
8934764e
BB
16436 { $as_echo "$as_me:$LINENO: checking whether set_normalized_timespec() is an inline" >&5
16437$as_echo_n "checking whether set_normalized_timespec() is an inline... " >&6; }
6ae7fef5
BB
16438
16439
dbe561d8 16440cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5
BB
16441/* confdefs.h. */
16442_ACEOF
16443cat confdefs.h >>conftest.$ac_ext
16444cat >>conftest.$ac_ext <<_ACEOF
16445/* end confdefs.h. */
16446
16447
16448 #include <linux/time.h>
16449 void set_normalized_timespec(struct timespec *ts,
16450 time_t sec, long nsec) { }
16451
16452int
16453main (void)
16454{
16455
16456 ;
16457 return 0;
16458}
16459
16460_ACEOF
16461
16462
16463 rm -Rf build && mkdir -p build
16464 echo "obj-m := conftest.o" >build/Makefile
16465 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'
16466 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16467 (eval $ac_try) 2>&5
16468 ac_status=$?
8934764e 16469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16470 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16471 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16472 (eval $ac_try) 2>&5
16473 ac_status=$?
8934764e 16474 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16475 (exit $ac_status); }; }; then
16476
8934764e
BB
16477 { $as_echo "$as_me:$LINENO: result: no" >&5
16478$as_echo "no" >&6; }
6ae7fef5
BB
16479
16480else
8934764e 16481 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
16482sed 's/^/| /' conftest.$ac_ext >&5
16483
8934764e
BB
16484 { $as_echo "$as_me:$LINENO: result: yes" >&5
16485$as_echo "yes" >&6; }
6ae7fef5
BB
16486
16487cat >>confdefs.h <<\_ACEOF
16488#define HAVE_SET_NORMALIZED_TIMESPEC_INLINE 1
16489_ACEOF
16490
16491
16492
16493
16494fi
16495
16496 rm -Rf build
16497
16498
16499
16500
8934764e
BB
16501 { $as_echo "$as_me:$LINENO: checking whether timespec_sub() is available" >&5
16502$as_echo_n "checking whether timespec_sub() is available... " >&6; }
6ae7fef5
BB
16503
16504
dbe561d8 16505cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5
BB
16506/* confdefs.h. */
16507_ACEOF
16508cat confdefs.h >>conftest.$ac_ext
16509cat >>conftest.$ac_ext <<_ACEOF
16510/* end confdefs.h. */
16511
16512
16513 #include <linux/time.h>
16514
16515int
16516main (void)
16517{
16518
16519 struct timespec a, b, c = { 0 };
16520 c = timespec_sub(a, b);
16521
16522 ;
16523 return 0;
16524}
16525
16526_ACEOF
16527
16528
16529 rm -Rf build && mkdir -p build
16530 echo "obj-m := conftest.o" >build/Makefile
16531 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'
16532 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16533 (eval $ac_try) 2>&5
16534 ac_status=$?
8934764e 16535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16536 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16537 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16538 (eval $ac_try) 2>&5
16539 ac_status=$?
8934764e 16540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16541 (exit $ac_status); }; }; then
16542
8934764e
BB
16543 { $as_echo "$as_me:$LINENO: result: yes" >&5
16544$as_echo "yes" >&6; }
6ae7fef5
BB
16545
16546cat >>confdefs.h <<\_ACEOF
16547#define HAVE_TIMESPEC_SUB 1
16548_ACEOF
16549
16550
16551else
8934764e 16552 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
16553sed 's/^/| /' conftest.$ac_ext >&5
16554
8934764e
BB
16555 { $as_echo "$as_me:$LINENO: result: no" >&5
16556$as_echo "no" >&6; }
6ae7fef5
BB
16557
16558
16559
16560fi
16561
16562 rm -Rf build
16563
16564
16565
16566
8934764e
BB
16567 { $as_echo "$as_me:$LINENO: checking whether init_utsname() is available" >&5
16568$as_echo_n "checking whether init_utsname() is available... " >&6; }
6ae7fef5
BB
16569
16570
dbe561d8 16571cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5
BB
16572/* confdefs.h. */
16573_ACEOF
16574cat confdefs.h >>conftest.$ac_ext
16575cat >>conftest.$ac_ext <<_ACEOF
16576/* end confdefs.h. */
16577
16578
16579 #include <linux/utsname.h>
16580
16581int
16582main (void)
16583{
16584
16585 struct new_utsname *a = init_utsname();
16586
16587 ;
16588 return 0;
16589}
16590
16591_ACEOF
16592
16593
16594 rm -Rf build && mkdir -p build
16595 echo "obj-m := conftest.o" >build/Makefile
16596 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'
16597 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16598 (eval $ac_try) 2>&5
16599 ac_status=$?
8934764e 16600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16601 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16602 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16603 (eval $ac_try) 2>&5
16604 ac_status=$?
8934764e 16605 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16606 (exit $ac_status); }; }; then
16607
8934764e
BB
16608 { $as_echo "$as_me:$LINENO: result: yes" >&5
16609$as_echo "yes" >&6; }
6ae7fef5
BB
16610
16611cat >>confdefs.h <<\_ACEOF
16612#define HAVE_INIT_UTSNAME 1
16613_ACEOF
16614
16615
16616else
8934764e 16617 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
16618sed 's/^/| /' conftest.$ac_ext >&5
16619
8934764e
BB
16620 { $as_echo "$as_me:$LINENO: result: no" >&5
16621$as_echo "no" >&6; }
6ae7fef5
BB
16622
16623
16624
16625fi
16626
16627 rm -Rf build
16628
16629
16630
16631
8934764e
BB
16632 { $as_echo "$as_me:$LINENO: checking whether header linux/fdtable.h exists" >&5
16633$as_echo_n "checking whether header linux/fdtable.h exists... " >&6; }
6ae7fef5
BB
16634
16635
dbe561d8 16636cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5
BB
16637/* confdefs.h. */
16638_ACEOF
16639cat confdefs.h >>conftest.$ac_ext
16640cat >>conftest.$ac_ext <<_ACEOF
16641/* end confdefs.h. */
16642
16643
16644 #include <linux/fdtable.h>
16645
16646int
16647main (void)
16648{
16649
16650 return 0;
16651
16652 ;
16653 return 0;
16654}
16655
16656_ACEOF
16657
16658
16659 rm -Rf build && mkdir -p build
16660 echo "obj-m := conftest.o" >build/Makefile
16661 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'
16662 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16663 (eval $ac_try) 2>&5
16664 ac_status=$?
8934764e 16665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16666 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16667 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16668 (eval $ac_try) 2>&5
16669 ac_status=$?
8934764e 16670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
16671 (exit $ac_status); }; }; then
16672
bf9f3bac 16673
16674cat >>confdefs.h <<\_ACEOF
6ae7fef5 16675#define HAVE_FDTABLE_HEADER 1
bf9f3bac 16676_ACEOF
16677
8934764e
BB
16678 { $as_echo "$as_me:$LINENO: result: yes" >&5
16679$as_echo "yes" >&6; }
bf9f3bac 16680
bf9f3bac 16681
6ae7fef5 16682else
8934764e 16683 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
16684sed 's/^/| /' conftest.$ac_ext >&5
16685
8934764e
BB
16686 { $as_echo "$as_me:$LINENO: result: no" >&5
16687$as_echo "no" >&6; }
bf9f3bac 16688
16689
16690
6ae7fef5
BB
16691
16692fi
16693
16694 rm -Rf build
16695
16696
16697
16698
16699
8934764e
BB
16700 { $as_echo "$as_me:$LINENO: checking whether files_fdtable() is available" >&5
16701$as_echo_n "checking whether files_fdtable() is available... " >&6; }
bf9f3bac 16702
16703
dbe561d8 16704cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 16705/* confdefs.h. */
16706_ACEOF
16707cat confdefs.h >>conftest.$ac_ext
16708cat >>conftest.$ac_ext <<_ACEOF
16709/* end confdefs.h. */
16710
16711
6ae7fef5
BB
16712 #include <linux/sched.h>
16713 #include <linux/file.h>
16714 #ifdef HAVE_FDTABLE_HEADER
16715 #include <linux/fdtable.h>
16716 #endif
bf9f3bac 16717
16718int
16719main (void)
16720{
16721
6ae7fef5
BB
16722 struct files_struct *files = current->files;
16723 struct fdtable *fdt = files_fdtable(files);
16724
bf9f3bac 16725 ;
16726 return 0;
16727}
16728
16729_ACEOF
16730
c5f70460
BB
16731
16732 rm -Rf build && mkdir -p build
16733 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 16734 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 16735 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16736 (eval $ac_try) 2>&5
16737 ac_status=$?
8934764e 16738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16739 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16740 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16741 (eval $ac_try) 2>&5
16742 ac_status=$?
8934764e 16743 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16744 (exit $ac_status); }; }; then
16745
8934764e
BB
16746 { $as_echo "$as_me:$LINENO: result: yes" >&5
16747$as_echo "yes" >&6; }
bf9f3bac 16748
16749cat >>confdefs.h <<\_ACEOF
6ae7fef5 16750#define HAVE_FILES_FDTABLE 1
bf9f3bac 16751_ACEOF
16752
16753
6ae7fef5 16754else
8934764e 16755 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
16756sed 's/^/| /' conftest.$ac_ext >&5
16757
8934764e
BB
16758 { $as_echo "$as_me:$LINENO: result: no" >&5
16759$as_echo "no" >&6; }
6ae7fef5 16760
c5f70460
BB
16761
16762
bf9f3bac 16763fi
c5f70460
BB
16764
16765 rm -Rf build
16766
bf9f3bac 16767
16768
16769
8934764e
BB
16770 { $as_echo "$as_me:$LINENO: checking whether header linux/uaccess.h exists" >&5
16771$as_echo_n "checking whether header linux/uaccess.h exists... " >&6; }
bf9f3bac 16772
16773
dbe561d8 16774cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 16775/* confdefs.h. */
16776_ACEOF
16777cat confdefs.h >>conftest.$ac_ext
16778cat >>conftest.$ac_ext <<_ACEOF
16779/* end confdefs.h. */
16780
16781
6ae7fef5 16782 #include <linux/uaccess.h>
bf9f3bac 16783
16784int
16785main (void)
16786{
16787
6ae7fef5 16788 return 0;
bf9f3bac 16789
16790 ;
16791 return 0;
16792}
16793
16794_ACEOF
16795
c5f70460
BB
16796
16797 rm -Rf build && mkdir -p build
16798 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 16799 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 16800 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16801 (eval $ac_try) 2>&5
16802 ac_status=$?
8934764e 16803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16804 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16805 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16806 (eval $ac_try) 2>&5
16807 ac_status=$?
8934764e 16808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16809 (exit $ac_status); }; }; then
16810
bf9f3bac 16811
16812cat >>confdefs.h <<\_ACEOF
6ae7fef5 16813#define HAVE_UACCESS_HEADER 1
bf9f3bac 16814_ACEOF
16815
8934764e
BB
16816 { $as_echo "$as_me:$LINENO: result: yes" >&5
16817$as_echo "yes" >&6; }
6ae7fef5 16818
bf9f3bac 16819
16820else
8934764e 16821 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 16822sed 's/^/| /' conftest.$ac_ext >&5
16823
8934764e
BB
16824 { $as_echo "$as_me:$LINENO: result: no" >&5
16825$as_echo "no" >&6; }
bf9f3bac 16826
c5f70460
BB
16827
16828
6ae7fef5 16829
bf9f3bac 16830fi
c5f70460
BB
16831
16832 rm -Rf build
16833
bf9f3bac 16834
16835
16836
6ae7fef5 16837
8934764e
BB
16838 { $as_echo "$as_me:$LINENO: checking whether kmalloc_node() is available" >&5
16839$as_echo_n "checking whether kmalloc_node() is available... " >&6; }
bf9f3bac 16840
16841
dbe561d8 16842cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 16843/* confdefs.h. */
16844_ACEOF
16845cat confdefs.h >>conftest.$ac_ext
16846cat >>conftest.$ac_ext <<_ACEOF
16847/* end confdefs.h. */
16848
16849
6ae7fef5 16850 #include <linux/slab.h>
bf9f3bac 16851
16852int
16853main (void)
16854{
16855
6ae7fef5 16856 void *a = kmalloc_node(1, GFP_KERNEL, 0);
bf9f3bac 16857
16858 ;
16859 return 0;
16860}
16861
16862_ACEOF
16863
c5f70460
BB
16864
16865 rm -Rf build && mkdir -p build
16866 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 16867 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 16868 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16869 (eval $ac_try) 2>&5
16870 ac_status=$?
8934764e 16871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16872 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16873 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16874 (eval $ac_try) 2>&5
16875 ac_status=$?
8934764e 16876 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 16877 (exit $ac_status); }; }; then
16878
8934764e
BB
16879 { $as_echo "$as_me:$LINENO: result: yes" >&5
16880$as_echo "yes" >&6; }
bf9f3bac 16881
16882cat >>confdefs.h <<\_ACEOF
6ae7fef5 16883#define HAVE_KMALLOC_NODE 1
bf9f3bac 16884_ACEOF
16885
16886
16887else
8934764e
BB
16888 $as_echo "$as_me: failed program was:" >&5
16889sed 's/^/| /' conftest.$ac_ext >&5
16890
16891 { $as_echo "$as_me:$LINENO: result: no" >&5
16892$as_echo "no" >&6; }
16893
16894
16895
16896fi
16897
16898 rm -Rf build
16899
16900
16901
16902
16903 { $as_echo "$as_me:$LINENO: checking whether symbol monotonic_clock is exported" >&5
16904$as_echo_n "checking whether symbol monotonic_clock is exported... " >&6; }
16905 grep -q -E '[[:space:]]monotonic_clock[[:space:]]' \
16906 $LINUX_OBJ/Module*.symvers 2>/dev/null
16907 rc=$?
16908 if test $rc -ne 0; then
16909 export=0
16910 for file in ; do
16911 grep -q -E "EXPORT_SYMBOL.*(monotonic_clock)" \
16912 "$LINUX_OBJ/$file" 2>/dev/null
16913 rc=$?
16914 if test $rc -eq 0; then
16915 export=1
16916 break;
16917 fi
16918 done
16919 if test $export -eq 0; then
16920 { $as_echo "$as_me:$LINENO: result: no" >&5
16921$as_echo "no" >&6; }
16922
16923 else
16924 { $as_echo "$as_me:$LINENO: result: yes" >&5
16925$as_echo "yes" >&6; }
16926
16927cat >>confdefs.h <<\_ACEOF
16928#define HAVE_MONOTONIC_CLOCK 1
16929_ACEOF
16930
16931 fi
16932 else
16933 { $as_echo "$as_me:$LINENO: result: yes" >&5
16934$as_echo "yes" >&6; }
16935
16936cat >>confdefs.h <<\_ACEOF
16937#define HAVE_MONOTONIC_CLOCK 1
16938_ACEOF
16939
16940 fi
16941
16942
16943
16944 { $as_echo "$as_me:$LINENO: checking whether struct inode has i_mutex" >&5
16945$as_echo_n "checking whether struct inode has i_mutex... " >&6; }
16946
16947
dbe561d8 16948cat confdefs.h - <<_ACEOF >conftest.c
8934764e
BB
16949/* confdefs.h. */
16950_ACEOF
16951cat confdefs.h >>conftest.$ac_ext
16952cat >>conftest.$ac_ext <<_ACEOF
16953/* end confdefs.h. */
16954
16955
16956 #include <linux/fs.h>
16957 #include <linux/mutex.h>
16958
16959int
16960main (void)
16961{
16962
16963 struct inode i;
16964 mutex_init(&i.i_mutex);
16965
16966 ;
16967 return 0;
16968}
16969
16970_ACEOF
16971
16972
16973 rm -Rf build && mkdir -p build
16974 echo "obj-m := conftest.o" >build/Makefile
16975 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'
16976 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16977 (eval $ac_try) 2>&5
16978 ac_status=$?
16979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16980 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
16981 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16982 (eval $ac_try) 2>&5
16983 ac_status=$?
16984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16985 (exit $ac_status); }; }; then
16986
16987 { $as_echo "$as_me:$LINENO: result: yes" >&5
16988$as_echo "yes" >&6; }
16989
16990cat >>confdefs.h <<\_ACEOF
16991#define HAVE_INODE_I_MUTEX 1
16992_ACEOF
16993
16994
16995else
16996 $as_echo "$as_me: failed program was:" >&5
16997sed 's/^/| /' conftest.$ac_ext >&5
16998
16999 { $as_echo "$as_me:$LINENO: result: no" >&5
17000$as_echo "no" >&6; }
17001
17002
17003
17004fi
17005
17006 rm -Rf build
17007
17008
17009
17010
17011 { $as_echo "$as_me:$LINENO: checking whether struct mutex has owner" >&5
17012$as_echo_n "checking whether struct mutex has owner... " >&6; }
17013
17014
dbe561d8 17015cat confdefs.h - <<_ACEOF >conftest.c
8934764e
BB
17016/* confdefs.h. */
17017_ACEOF
17018cat confdefs.h >>conftest.$ac_ext
17019cat >>conftest.$ac_ext <<_ACEOF
17020/* end confdefs.h. */
17021
17022
17023 #include <linux/mutex.h>
17024
17025int
17026main (void)
17027{
17028
17029 struct mutex mtx;
17030 mtx.owner = NULL;
17031
17032 ;
17033 return 0;
17034}
17035
17036_ACEOF
17037
17038
17039 rm -Rf build && mkdir -p build
17040 echo "obj-m := conftest.o" >build/Makefile
17041 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'
17042 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17043 (eval $ac_try) 2>&5
17044 ac_status=$?
17045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17046 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17047 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17048 (eval $ac_try) 2>&5
17049 ac_status=$?
17050 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17051 (exit $ac_status); }; }; then
17052
17053 { $as_echo "$as_me:$LINENO: result: yes" >&5
17054$as_echo "yes" >&6; }
17055
17056cat >>confdefs.h <<\_ACEOF
17057#define HAVE_MUTEX_OWNER 1
17058_ACEOF
17059
17060
17061else
17062 $as_echo "$as_me: failed program was:" >&5
17063sed 's/^/| /' conftest.$ac_ext >&5
17064
17065 { $as_echo "$as_me:$LINENO: result: no" >&5
17066$as_echo "no" >&6; }
17067
17068
17069
17070fi
17071
17072 rm -Rf build
17073
17074
17075
17076
17077 { $as_echo "$as_me:$LINENO: checking whether mutex_lock_nested() is available" >&5
17078$as_echo_n "checking whether mutex_lock_nested() is available... " >&6; }
17079
17080
dbe561d8 17081cat confdefs.h - <<_ACEOF >conftest.c
8934764e
BB
17082/* confdefs.h. */
17083_ACEOF
17084cat confdefs.h >>conftest.$ac_ext
17085cat >>conftest.$ac_ext <<_ACEOF
17086/* end confdefs.h. */
17087
17088
17089 #include <linux/mutex.h>
17090
17091int
17092main (void)
17093{
17094
17095 struct mutex mutex;
17096 mutex_init(&mutex);
17097 mutex_lock_nested(&mutex, 0);
17098
17099 ;
17100 return 0;
17101}
17102
17103_ACEOF
17104
17105
17106 rm -Rf build && mkdir -p build
17107 echo "obj-m := conftest.o" >build/Makefile
17108 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'
17109 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17110 (eval $ac_try) 2>&5
17111 ac_status=$?
17112 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17113 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17114 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17115 (eval $ac_try) 2>&5
17116 ac_status=$?
17117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17118 (exit $ac_status); }; }; then
17119
17120 { $as_echo "$as_me:$LINENO: result: yes" >&5
17121$as_echo "yes" >&6; }
17122
17123cat >>confdefs.h <<\_ACEOF
17124#define HAVE_MUTEX_LOCK_NESTED 1
17125_ACEOF
17126
17127
17128else
17129 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 17130sed 's/^/| /' conftest.$ac_ext >&5
17131
8934764e
BB
17132 { $as_echo "$as_me:$LINENO: result: no" >&5
17133$as_echo "no" >&6; }
17134
17135
17136
17137fi
17138
17139 rm -Rf build
17140
17141
17142
17143
8934764e
BB
17144 { $as_echo "$as_me:$LINENO: checking whether on_each_cpu() wants 3 args" >&5
17145$as_echo_n "checking whether on_each_cpu() wants 3 args... " >&6; }
bf9f3bac 17146
17147
dbe561d8 17148cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 17149/* confdefs.h. */
17150_ACEOF
17151cat confdefs.h >>conftest.$ac_ext
17152cat >>conftest.$ac_ext <<_ACEOF
17153/* end confdefs.h. */
17154
17155
8934764e 17156 #include <linux/smp.h>
bf9f3bac 17157
17158int
17159main (void)
17160{
17161
8934764e 17162 on_each_cpu(NULL, NULL, 0);
bf9f3bac 17163
17164 ;
17165 return 0;
17166}
17167
17168_ACEOF
17169
c5f70460
BB
17170
17171 rm -Rf build && mkdir -p build
17172 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 17173 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 17174 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17175 (eval $ac_try) 2>&5
17176 ac_status=$?
8934764e 17177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 17178 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17179 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17180 (eval $ac_try) 2>&5
17181 ac_status=$?
8934764e 17182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 17183 (exit $ac_status); }; }; then
17184
8934764e
BB
17185 { $as_echo "$as_me:$LINENO: result: yes" >&5
17186$as_echo "yes" >&6; }
bf9f3bac 17187
17188cat >>confdefs.h <<\_ACEOF
8934764e 17189#define HAVE_3ARGS_ON_EACH_CPU 1
bf9f3bac 17190_ACEOF
17191
bf9f3bac 17192
17193else
8934764e 17194 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 17195sed 's/^/| /' conftest.$ac_ext >&5
17196
8934764e
BB
17197 { $as_echo "$as_me:$LINENO: result: no" >&5
17198$as_echo "no" >&6; }
bf9f3bac 17199
17200
c5f70460 17201
bf9f3bac 17202fi
c5f70460
BB
17203
17204 rm -Rf build
17205
bf9f3bac 17206
17207
17208
8934764e
BB
17209 { $as_echo "$as_me:$LINENO: checking whether symbol kallsyms_lookup_name is exported" >&5
17210$as_echo_n "checking whether symbol kallsyms_lookup_name is exported... " >&6; }
17211 grep -q -E '[[:space:]]kallsyms_lookup_name[[:space:]]' \
17212 $LINUX_OBJ/Module*.symvers 2>/dev/null
17213 rc=$?
17214 if test $rc -ne 0; then
17215 export=0
17216 for file in ; do
17217 grep -q -E "EXPORT_SYMBOL.*(kallsyms_lookup_name)" \
17218 "$LINUX_OBJ/$file" 2>/dev/null
17219 rc=$?
17220 if test $rc -eq 0; then
17221 export=1
17222 break;
17223 fi
17224 done
17225 if test $export -eq 0; then
17226 { $as_echo "$as_me:$LINENO: result: no" >&5
17227$as_echo "no" >&6; }
4d54fdee 17228
8934764e
BB
17229 else
17230 { $as_echo "$as_me:$LINENO: result: yes" >&5
17231$as_echo "yes" >&6; }
4d54fdee 17232
8934764e
BB
17233cat >>confdefs.h <<\_ACEOF
17234#define HAVE_KALLSYMS_LOOKUP_NAME 1
4d54fdee 17235_ACEOF
4d54fdee 17236
8934764e
BB
17237 fi
17238 else
17239 { $as_echo "$as_me:$LINENO: result: yes" >&5
17240$as_echo "yes" >&6; }
4d54fdee 17241
8934764e
BB
17242cat >>confdefs.h <<\_ACEOF
17243#define HAVE_KALLSYMS_LOOKUP_NAME 1
17244_ACEOF
4d54fdee 17245
8934764e 17246 fi
4d54fdee 17247
4d54fdee 17248
4d54fdee 17249
8934764e
BB
17250 { $as_echo "$as_me:$LINENO: checking whether symbol get_vmalloc_info is exported" >&5
17251$as_echo_n "checking whether symbol get_vmalloc_info is exported... " >&6; }
17252 grep -q -E '[[:space:]]get_vmalloc_info[[:space:]]' \
17253 $LINUX_OBJ/Module*.symvers 2>/dev/null
17254 rc=$?
17255 if test $rc -ne 0; then
17256 export=0
17257 for file in ; do
17258 grep -q -E "EXPORT_SYMBOL.*(get_vmalloc_info)" \
17259 "$LINUX_OBJ/$file" 2>/dev/null
17260 rc=$?
17261 if test $rc -eq 0; then
17262 export=1
17263 break;
17264 fi
17265 done
17266 if test $export -eq 0; then
17267 { $as_echo "$as_me:$LINENO: result: no" >&5
17268$as_echo "no" >&6; }
4d54fdee 17269
8934764e
BB
17270 else
17271 { $as_echo "$as_me:$LINENO: result: yes" >&5
17272$as_echo "yes" >&6; }
4d54fdee 17273
8934764e
BB
17274cat >>confdefs.h <<\_ACEOF
17275#define HAVE_GET_VMALLOC_INFO 1
17276_ACEOF
4d54fdee 17277
8934764e
BB
17278 fi
17279 else
17280 { $as_echo "$as_me:$LINENO: result: yes" >&5
17281$as_echo "yes" >&6; }
4d54fdee
BB
17282
17283cat >>confdefs.h <<\_ACEOF
8934764e 17284#define HAVE_GET_VMALLOC_INFO 1
4d54fdee
BB
17285_ACEOF
17286
8934764e 17287 fi
4d54fdee 17288
4d54fdee
BB
17289
17290
8934764e
BB
17291 { $as_echo "$as_me:$LINENO: checking whether symbol *_pgdat exist" >&5
17292$as_echo_n "checking whether symbol *_pgdat exist... " >&6; }
17293 grep -q -E 'first_online_pgdat' $LINUX/include/linux/mmzone.h 2>/dev/null
17294 rc=$?
17295 if test $rc -eq 0; then
17296 { $as_echo "$as_me:$LINENO: result: yes" >&5
17297$as_echo "yes" >&6; }
4d54fdee 17298
8934764e
BB
17299cat >>confdefs.h <<\_ACEOF
17300#define HAVE_PGDAT_HELPERS 1
17301_ACEOF
4d54fdee 17302
8934764e
BB
17303 else
17304 { $as_echo "$as_me:$LINENO: result: no" >&5
17305$as_echo "no" >&6; }
17306 fi
4d54fdee
BB
17307
17308
8934764e
BB
17309 { $as_echo "$as_me:$LINENO: checking whether symbol first_online_pgdat is exported" >&5
17310$as_echo_n "checking whether symbol first_online_pgdat is exported... " >&6; }
17311 grep -q -E '[[:space:]]first_online_pgdat[[:space:]]' \
17312 $LINUX_OBJ/Module*.symvers 2>/dev/null
17313 rc=$?
17314 if test $rc -ne 0; then
17315 export=0
17316 for file in ; do
17317 grep -q -E "EXPORT_SYMBOL.*(first_online_pgdat)" \
17318 "$LINUX_OBJ/$file" 2>/dev/null
17319 rc=$?
17320 if test $rc -eq 0; then
17321 export=1
17322 break;
17323 fi
17324 done
17325 if test $export -eq 0; then
17326 { $as_echo "$as_me:$LINENO: result: no" >&5
17327$as_echo "no" >&6; }
4d54fdee 17328
8934764e
BB
17329 else
17330 { $as_echo "$as_me:$LINENO: result: yes" >&5
17331$as_echo "yes" >&6; }
4d54fdee 17332
8934764e
BB
17333cat >>confdefs.h <<\_ACEOF
17334#define HAVE_FIRST_ONLINE_PGDAT 1
17335_ACEOF
bf9f3bac 17336
8934764e
BB
17337 fi
17338 else
17339 { $as_echo "$as_me:$LINENO: result: yes" >&5
17340$as_echo "yes" >&6; }
bf9f3bac 17341
8934764e
BB
17342cat >>confdefs.h <<\_ACEOF
17343#define HAVE_FIRST_ONLINE_PGDAT 1
bf9f3bac 17344_ACEOF
bf9f3bac 17345
8934764e 17346 fi
bf9f3bac 17347
bf9f3bac 17348
bf9f3bac 17349
8934764e
BB
17350 { $as_echo "$as_me:$LINENO: checking whether symbol next_online_pgdat is exported" >&5
17351$as_echo_n "checking whether symbol next_online_pgdat is exported... " >&6; }
17352 grep -q -E '[[:space:]]next_online_pgdat[[:space:]]' \
17353 $LINUX_OBJ/Module*.symvers 2>/dev/null
17354 rc=$?
17355 if test $rc -ne 0; then
17356 export=0
17357 for file in ; do
17358 grep -q -E "EXPORT_SYMBOL.*(next_online_pgdat)" \
17359 "$LINUX_OBJ/$file" 2>/dev/null
17360 rc=$?
17361 if test $rc -eq 0; then
17362 export=1
17363 break;
17364 fi
17365 done
17366 if test $export -eq 0; then
17367 { $as_echo "$as_me:$LINENO: result: no" >&5
17368$as_echo "no" >&6; }
bf9f3bac 17369
8934764e
BB
17370 else
17371 { $as_echo "$as_me:$LINENO: result: yes" >&5
17372$as_echo "yes" >&6; }
bf9f3bac 17373
8934764e
BB
17374cat >>confdefs.h <<\_ACEOF
17375#define HAVE_NEXT_ONLINE_PGDAT 1
bf9f3bac 17376_ACEOF
17377
8934764e
BB
17378 fi
17379 else
17380 { $as_echo "$as_me:$LINENO: result: yes" >&5
17381$as_echo "yes" >&6; }
bf9f3bac 17382
17383cat >>confdefs.h <<\_ACEOF
8934764e 17384#define HAVE_NEXT_ONLINE_PGDAT 1
bf9f3bac 17385_ACEOF
17386
8934764e 17387 fi
bf9f3bac 17388
17389
17390
8934764e
BB
17391 { $as_echo "$as_me:$LINENO: checking whether symbol next_zone is exported" >&5
17392$as_echo_n "checking whether symbol next_zone is exported... " >&6; }
17393 grep -q -E '[[:space:]]next_zone[[:space:]]' \
6ae7fef5
BB
17394 $LINUX_OBJ/Module*.symvers 2>/dev/null
17395 rc=$?
17396 if test $rc -ne 0; then
17397 export=0
17398 for file in ; do
8934764e 17399 grep -q -E "EXPORT_SYMBOL.*(next_zone)" \
6ae7fef5
BB
17400 "$LINUX_OBJ/$file" 2>/dev/null
17401 rc=$?
17402 if test $rc -eq 0; then
17403 export=1
17404 break;
17405 fi
17406 done
17407 if test $export -eq 0; then
8934764e
BB
17408 { $as_echo "$as_me:$LINENO: result: no" >&5
17409$as_echo "no" >&6; }
6ae7fef5
BB
17410
17411 else
8934764e
BB
17412 { $as_echo "$as_me:$LINENO: result: yes" >&5
17413$as_echo "yes" >&6; }
6ae7fef5
BB
17414
17415cat >>confdefs.h <<\_ACEOF
8934764e 17416#define HAVE_NEXT_ZONE 1
6ae7fef5
BB
17417_ACEOF
17418
17419 fi
17420 else
8934764e
BB
17421 { $as_echo "$as_me:$LINENO: result: yes" >&5
17422$as_echo "yes" >&6; }
6ae7fef5
BB
17423
17424cat >>confdefs.h <<\_ACEOF
8934764e 17425#define HAVE_NEXT_ZONE 1
6ae7fef5
BB
17426_ACEOF
17427
17428 fi
17429
17430
17431
8934764e
BB
17432 { $as_echo "$as_me:$LINENO: checking whether symbol pgdat_list is exported" >&5
17433$as_echo_n "checking whether symbol pgdat_list is exported... " >&6; }
17434 grep -q -E '[[:space:]]pgdat_list[[:space:]]' \
6ae7fef5
BB
17435 $LINUX_OBJ/Module*.symvers 2>/dev/null
17436 rc=$?
17437 if test $rc -ne 0; then
17438 export=0
17439 for file in ; do
8934764e 17440 grep -q -E "EXPORT_SYMBOL.*(pgdat_list)" \
6ae7fef5
BB
17441 "$LINUX_OBJ/$file" 2>/dev/null
17442 rc=$?
17443 if test $rc -eq 0; then
17444 export=1
17445 break;
17446 fi
17447 done
17448 if test $export -eq 0; then
8934764e
BB
17449 { $as_echo "$as_me:$LINENO: result: no" >&5
17450$as_echo "no" >&6; }
17451
17452 else
17453 { $as_echo "$as_me:$LINENO: result: yes" >&5
17454$as_echo "yes" >&6; }
17455
17456cat >>confdefs.h <<\_ACEOF
17457#define HAVE_PGDAT_LIST 1
17458_ACEOF
17459
17460 fi
17461 else
17462 { $as_echo "$as_me:$LINENO: result: yes" >&5
17463$as_echo "yes" >&6; }
17464
17465cat >>confdefs.h <<\_ACEOF
17466#define HAVE_PGDAT_LIST 1
17467_ACEOF
17468
17469 fi
17470
17471
17472
17473 { $as_echo "$as_me:$LINENO: checking whether global_page_state() is available" >&5
17474$as_echo_n "checking whether global_page_state() is available... " >&6; }
17475
17476
dbe561d8 17477cat confdefs.h - <<_ACEOF >conftest.c
8934764e
BB
17478/* confdefs.h. */
17479_ACEOF
17480cat confdefs.h >>conftest.$ac_ext
17481cat >>conftest.$ac_ext <<_ACEOF
17482/* end confdefs.h. */
17483
17484
17485 #include <linux/mm.h>
17486
17487int
17488main (void)
17489{
17490
17491 unsigned long state;
17492 state = global_page_state(0);
17493
17494 ;
17495 return 0;
17496}
17497
17498_ACEOF
17499
17500
17501 rm -Rf build && mkdir -p build
17502 echo "obj-m := conftest.o" >build/Makefile
17503 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'
17504 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17505 (eval $ac_try) 2>&5
17506 ac_status=$?
17507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17508 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17509 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17510 (eval $ac_try) 2>&5
17511 ac_status=$?
17512 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17513 (exit $ac_status); }; }; then
6ae7fef5 17514
8934764e
BB
17515 { $as_echo "$as_me:$LINENO: result: yes" >&5
17516$as_echo "yes" >&6; }
6ae7fef5
BB
17517
17518cat >>confdefs.h <<\_ACEOF
8934764e 17519#define HAVE_GLOBAL_PAGE_STATE 1
6ae7fef5
BB
17520_ACEOF
17521
6ae7fef5 17522
8934764e
BB
17523else
17524 $as_echo "$as_me: failed program was:" >&5
17525sed 's/^/| /' conftest.$ac_ext >&5
17526
17527 { $as_echo "$as_me:$LINENO: result: no" >&5
17528$as_echo "no" >&6; }
17529
17530
17531
17532fi
17533
17534 rm -Rf build
6ae7fef5 17535
6ae7fef5
BB
17536
17537
17538
8934764e
BB
17539 { $as_echo "$as_me:$LINENO: checking whether page state NR_FREE_PAGES is available" >&5
17540$as_echo_n "checking whether page state NR_FREE_PAGES is available... " >&6; }
bf9f3bac 17541
17542
dbe561d8 17543cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 17544/* confdefs.h. */
17545_ACEOF
17546cat confdefs.h >>conftest.$ac_ext
17547cat >>conftest.$ac_ext <<_ACEOF
17548/* end confdefs.h. */
17549
17550
8934764e 17551 #include <linux/mm.h>
bf9f3bac 17552
17553int
17554main (void)
17555{
17556
8934764e
BB
17557 enum zone_stat_item zsi;
17558 zsi = NR_FREE_PAGES;
bf9f3bac 17559
17560 ;
17561 return 0;
17562}
17563
17564_ACEOF
17565
c5f70460
BB
17566
17567 rm -Rf build && mkdir -p build
17568 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 17569 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 17570 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17571 (eval $ac_try) 2>&5
17572 ac_status=$?
8934764e 17573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 17574 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17575 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17576 (eval $ac_try) 2>&5
17577 ac_status=$?
8934764e 17578 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 17579 (exit $ac_status); }; }; then
17580
8934764e
BB
17581 { $as_echo "$as_me:$LINENO: result: yes" >&5
17582$as_echo "yes" >&6; }
bf9f3bac 17583
17584cat >>confdefs.h <<\_ACEOF
8934764e 17585#define HAVE_ZONE_STAT_ITEM_NR_FREE_PAGES 1
bf9f3bac 17586_ACEOF
17587
bf9f3bac 17588
17589else
8934764e 17590 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 17591sed 's/^/| /' conftest.$ac_ext >&5
17592
8934764e
BB
17593 { $as_echo "$as_me:$LINENO: result: no" >&5
17594$as_echo "no" >&6; }
bf9f3bac 17595
17596
c5f70460 17597
bf9f3bac 17598fi
c5f70460
BB
17599
17600 rm -Rf build
17601
bf9f3bac 17602
17603
17604
8934764e
BB
17605 { $as_echo "$as_me:$LINENO: checking whether page state NR_INACTIVE is available" >&5
17606$as_echo_n "checking whether page state NR_INACTIVE is available... " >&6; }
bf9f3bac 17607
bf9f3bac 17608
dbe561d8 17609cat confdefs.h - <<_ACEOF >conftest.c
8934764e 17610/* confdefs.h. */
6ae7fef5 17611_ACEOF
8934764e
BB
17612cat confdefs.h >>conftest.$ac_ext
17613cat >>conftest.$ac_ext <<_ACEOF
17614/* end confdefs.h. */
bf9f3bac 17615
6ae7fef5 17616
8934764e 17617 #include <linux/mm.h>
bf9f3bac 17618
8934764e
BB
17619int
17620main (void)
17621{
bf9f3bac 17622
8934764e
BB
17623 enum zone_stat_item zsi;
17624 zsi = NR_INACTIVE;
bf9f3bac 17625
8934764e
BB
17626 ;
17627 return 0;
17628}
bf9f3bac 17629
8934764e 17630_ACEOF
bf9f3bac 17631
bf9f3bac 17632
8934764e
BB
17633 rm -Rf build && mkdir -p build
17634 echo "obj-m := conftest.o" >build/Makefile
17635 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'
17636 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17637 (eval $ac_try) 2>&5
17638 ac_status=$?
17639 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17640 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17641 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17642 (eval $ac_try) 2>&5
17643 ac_status=$?
17644 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17645 (exit $ac_status); }; }; then
bf9f3bac 17646
8934764e
BB
17647 { $as_echo "$as_me:$LINENO: result: yes" >&5
17648$as_echo "yes" >&6; }
6ae7fef5
BB
17649
17650cat >>confdefs.h <<\_ACEOF
8934764e 17651#define HAVE_ZONE_STAT_ITEM_NR_INACTIVE 1
6ae7fef5
BB
17652_ACEOF
17653
6ae7fef5 17654
8934764e
BB
17655else
17656 $as_echo "$as_me: failed program was:" >&5
17657sed 's/^/| /' conftest.$ac_ext >&5
c5f70460 17658
8934764e
BB
17659 { $as_echo "$as_me:$LINENO: result: no" >&5
17660$as_echo "no" >&6; }
bf9f3bac 17661
bf9f3bac 17662
8934764e
BB
17663
17664fi
17665
17666 rm -Rf build
17667
17668
17669
17670 { $as_echo "$as_me:$LINENO: checking whether page state NR_INACTIVE_ANON is available" >&5
17671$as_echo_n "checking whether page state NR_INACTIVE_ANON is available... " >&6; }
17672
17673
dbe561d8 17674cat confdefs.h - <<_ACEOF >conftest.c
8934764e 17675/* confdefs.h. */
bf9f3bac 17676_ACEOF
8934764e
BB
17677cat confdefs.h >>conftest.$ac_ext
17678cat >>conftest.$ac_ext <<_ACEOF
17679/* end confdefs.h. */
bf9f3bac 17680
17681
8934764e 17682 #include <linux/mm.h>
bf9f3bac 17683
8934764e
BB
17684int
17685main (void)
17686{
bf9f3bac 17687
8934764e
BB
17688 enum zone_stat_item zsi;
17689 zsi = NR_INACTIVE_ANON;
17690
17691 ;
17692 return 0;
17693}
c5f70460 17694
6ae7fef5 17695_ACEOF
c5f70460 17696
8934764e
BB
17697
17698 rm -Rf build && mkdir -p build
17699 echo "obj-m := conftest.o" >build/Makefile
17700 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'
17701 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17702 (eval $ac_try) 2>&5
17703 ac_status=$?
17704 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17705 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17706 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17707 (eval $ac_try) 2>&5
17708 ac_status=$?
17709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17710 (exit $ac_status); }; }; then
17711
17712 { $as_echo "$as_me:$LINENO: result: yes" >&5
17713$as_echo "yes" >&6; }
c5f70460 17714
6ae7fef5 17715cat >>confdefs.h <<\_ACEOF
8934764e 17716#define HAVE_ZONE_STAT_ITEM_NR_INACTIVE_ANON 1
6ae7fef5 17717_ACEOF
c5f70460 17718
bf9f3bac 17719
8934764e
BB
17720else
17721 $as_echo "$as_me: failed program was:" >&5
17722sed 's/^/| /' conftest.$ac_ext >&5
bf9f3bac 17723
8934764e
BB
17724 { $as_echo "$as_me:$LINENO: result: no" >&5
17725$as_echo "no" >&6; }
bf9f3bac 17726
bf9f3bac 17727
bf9f3bac 17728
8934764e 17729fi
bf9f3bac 17730
8934764e 17731 rm -Rf build
bf9f3bac 17732
8934764e
BB
17733
17734
17735 { $as_echo "$as_me:$LINENO: checking whether page state NR_INACTIVE_FILE is available" >&5
17736$as_echo_n "checking whether page state NR_INACTIVE_FILE is available... " >&6; }
17737
17738
dbe561d8 17739cat confdefs.h - <<_ACEOF >conftest.c
8934764e 17740/* confdefs.h. */
bf9f3bac 17741_ACEOF
8934764e
BB
17742cat confdefs.h >>conftest.$ac_ext
17743cat >>conftest.$ac_ext <<_ACEOF
17744/* end confdefs.h. */
bf9f3bac 17745
bf9f3bac 17746
8934764e 17747 #include <linux/mm.h>
bf9f3bac 17748
8934764e
BB
17749int
17750main (void)
17751{
bf9f3bac 17752
8934764e
BB
17753 enum zone_stat_item zsi;
17754 zsi = NR_INACTIVE_FILE;
6ae7fef5 17755
8934764e
BB
17756 ;
17757 return 0;
17758}
6ae7fef5 17759
6ae7fef5
BB
17760_ACEOF
17761
8934764e
BB
17762
17763 rm -Rf build && mkdir -p build
17764 echo "obj-m := conftest.o" >build/Makefile
17765 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'
17766 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17767 (eval $ac_try) 2>&5
17768 ac_status=$?
17769 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17770 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17771 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17772 (eval $ac_try) 2>&5
17773 ac_status=$?
17774 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17775 (exit $ac_status); }; }; then
17776
17777 { $as_echo "$as_me:$LINENO: result: yes" >&5
17778$as_echo "yes" >&6; }
6ae7fef5
BB
17779
17780cat >>confdefs.h <<\_ACEOF
8934764e 17781#define HAVE_ZONE_STAT_ITEM_NR_INACTIVE_FILE 1
6ae7fef5
BB
17782_ACEOF
17783
6ae7fef5 17784
8934764e
BB
17785else
17786 $as_echo "$as_me: failed program was:" >&5
17787sed 's/^/| /' conftest.$ac_ext >&5
6ae7fef5 17788
8934764e
BB
17789 { $as_echo "$as_me:$LINENO: result: no" >&5
17790$as_echo "no" >&6; }
6ae7fef5 17791
6ae7fef5 17792
6ae7fef5 17793
8934764e 17794fi
6ae7fef5 17795
8934764e 17796 rm -Rf build
6ae7fef5 17797
6ae7fef5
BB
17798
17799
17800
8934764e
BB
17801 { $as_echo "$as_me:$LINENO: checking whether page state NR_ACTIVE is available" >&5
17802$as_echo_n "checking whether page state NR_ACTIVE is available... " >&6; }
bf9f3bac 17803
17804
dbe561d8 17805cat confdefs.h - <<_ACEOF >conftest.c
bf9f3bac 17806/* confdefs.h. */
17807_ACEOF
17808cat confdefs.h >>conftest.$ac_ext
17809cat >>conftest.$ac_ext <<_ACEOF
17810/* end confdefs.h. */
17811
17812
6ae7fef5 17813 #include <linux/mm.h>
bf9f3bac 17814
17815int
17816main (void)
17817{
17818
8934764e
BB
17819 enum zone_stat_item zsi;
17820 zsi = NR_ACTIVE;
bf9f3bac 17821
17822 ;
17823 return 0;
17824}
17825
17826_ACEOF
17827
c5f70460
BB
17828
17829 rm -Rf build && mkdir -p build
17830 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 17831 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 17832 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17833 (eval $ac_try) 2>&5
17834 ac_status=$?
8934764e 17835 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 17836 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17837 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17838 (eval $ac_try) 2>&5
17839 ac_status=$?
8934764e 17840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
bf9f3bac 17841 (exit $ac_status); }; }; then
17842
8934764e
BB
17843 { $as_echo "$as_me:$LINENO: result: yes" >&5
17844$as_echo "yes" >&6; }
bf9f3bac 17845
17846cat >>confdefs.h <<\_ACEOF
8934764e 17847#define HAVE_ZONE_STAT_ITEM_NR_ACTIVE 1
bf9f3bac 17848_ACEOF
17849
17850
17851else
8934764e 17852 $as_echo "$as_me: failed program was:" >&5
bf9f3bac 17853sed 's/^/| /' conftest.$ac_ext >&5
17854
8934764e
BB
17855 { $as_echo "$as_me:$LINENO: result: no" >&5
17856$as_echo "no" >&6; }
bf9f3bac 17857
c5f70460
BB
17858
17859
bf9f3bac 17860fi
c5f70460
BB
17861
17862 rm -Rf build
17863
bf9f3bac 17864
17865
8934764e
BB
17866 { $as_echo "$as_me:$LINENO: checking whether page state NR_ACTIVE_ANON is available" >&5
17867$as_echo_n "checking whether page state NR_ACTIVE_ANON is available... " >&6; }
6c9433c1
BB
17868
17869
dbe561d8 17870cat confdefs.h - <<_ACEOF >conftest.c
6c9433c1
BB
17871/* confdefs.h. */
17872_ACEOF
17873cat confdefs.h >>conftest.$ac_ext
17874cat >>conftest.$ac_ext <<_ACEOF
17875/* end confdefs.h. */
17876
17877
6ae7fef5 17878 #include <linux/mm.h>
6c9433c1
BB
17879
17880int
17881main (void)
17882{
17883
6ae7fef5 17884 enum zone_stat_item zsi;
8934764e 17885 zsi = NR_ACTIVE_ANON;
6c9433c1
BB
17886
17887 ;
17888 return 0;
17889}
17890
17891_ACEOF
17892
17893
17894 rm -Rf build && mkdir -p build
17895 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 17896 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
17897 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17898 (eval $ac_try) 2>&5
17899 ac_status=$?
8934764e 17900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6c9433c1
BB
17901 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17902 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17903 (eval $ac_try) 2>&5
17904 ac_status=$?
8934764e 17905 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6c9433c1
BB
17906 (exit $ac_status); }; }; then
17907
8934764e
BB
17908 { $as_echo "$as_me:$LINENO: result: yes" >&5
17909$as_echo "yes" >&6; }
6c9433c1
BB
17910
17911cat >>confdefs.h <<\_ACEOF
8934764e 17912#define HAVE_ZONE_STAT_ITEM_NR_ACTIVE_ANON 1
6c9433c1
BB
17913_ACEOF
17914
17915
17916else
8934764e 17917 $as_echo "$as_me: failed program was:" >&5
6c9433c1
BB
17918sed 's/^/| /' conftest.$ac_ext >&5
17919
8934764e
BB
17920 { $as_echo "$as_me:$LINENO: result: no" >&5
17921$as_echo "no" >&6; }
6c9433c1
BB
17922
17923
17924
17925fi
17926
17927 rm -Rf build
17928
17929
17930
8934764e
BB
17931 { $as_echo "$as_me:$LINENO: checking whether page state NR_ACTIVE_FILE is available" >&5
17932$as_echo_n "checking whether page state NR_ACTIVE_FILE is available... " >&6; }
bf9f3bac 17933
bf9f3bac 17934
dbe561d8 17935cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5 17936/* confdefs.h. */
bf9f3bac 17937_ACEOF
6ae7fef5
BB
17938cat confdefs.h >>conftest.$ac_ext
17939cat >>conftest.$ac_ext <<_ACEOF
17940/* end confdefs.h. */
bf9f3bac 17941
bf9f3bac 17942
6ae7fef5 17943 #include <linux/mm.h>
bf9f3bac 17944
6ae7fef5
BB
17945int
17946main (void)
17947{
96dded38 17948
6ae7fef5 17949 enum zone_stat_item zsi;
8934764e 17950 zsi = NR_ACTIVE_FILE;
bf9f3bac 17951
6ae7fef5
BB
17952 ;
17953 return 0;
17954}
31a033ec 17955
6ae7fef5 17956_ACEOF
31a033ec 17957
c5f70460 17958
6ae7fef5
BB
17959 rm -Rf build && mkdir -p build
17960 echo "obj-m := conftest.o" >build/Makefile
17961 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'
17962 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17963 (eval $ac_try) 2>&5
17964 ac_status=$?
8934764e 17965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
17966 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
17967 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17968 (eval $ac_try) 2>&5
17969 ac_status=$?
8934764e 17970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5 17971 (exit $ac_status); }; }; then
c5f70460 17972
8934764e
BB
17973 { $as_echo "$as_me:$LINENO: result: yes" >&5
17974$as_echo "yes" >&6; }
c5f70460 17975
96dded38 17976cat >>confdefs.h <<\_ACEOF
8934764e 17977#define HAVE_ZONE_STAT_ITEM_NR_ACTIVE_FILE 1
96dded38 17978_ACEOF
c5f70460 17979
31a033ec 17980
6ae7fef5 17981else
8934764e 17982 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
17983sed 's/^/| /' conftest.$ac_ext >&5
17984
8934764e
BB
17985 { $as_echo "$as_me:$LINENO: result: no" >&5
17986$as_echo "no" >&6; }
6ae7fef5
BB
17987
17988
17989
17990fi
17991
17992 rm -Rf build
31a033ec
BB
17993
17994
6ae7fef5 17995
8934764e
BB
17996
17997 { $as_echo "$as_me:$LINENO: checking whether symbol get_zone_counts is needed" >&5
17998$as_echo_n "checking whether symbol get_zone_counts is needed... " >&6; }
31a033ec
BB
17999
18000
dbe561d8 18001cat confdefs.h - <<_ACEOF >conftest.c
31a033ec
BB
18002/* confdefs.h. */
18003_ACEOF
18004cat confdefs.h >>conftest.$ac_ext
18005cat >>conftest.$ac_ext <<_ACEOF
18006/* end confdefs.h. */
18007
18008
31a033ec
BB
18009
18010int
18011main (void)
18012{
18013
8934764e
BB
18014 #if !defined(HAVE_ZONE_STAT_ITEM_NR_FREE_PAGES)
18015 #error "global_page_state needs NR_FREE_PAGES"
18016 #endif
18017
18018 #if !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE) && \
18019 !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE_ANON) && \
18020 !defined(HAVE_ZONE_STAT_ITEM_NR_ACTIVE_FILE)
18021 #error "global_page_state needs NR_ACTIVE*"
18022 #endif
18023
18024 #if !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE) && \
18025 !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE_ANON) && \
18026 !defined(HAVE_ZONE_STAT_ITEM_NR_INACTIVE_FILE)
18027 #error "global_page_state needs NR_INACTIVE*"
18028 #endif
31a033ec
BB
18029
18030 ;
18031 return 0;
18032}
18033
18034_ACEOF
18035
c5f70460
BB
18036
18037 rm -Rf build && mkdir -p build
18038 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 18039 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
18040 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18041 (eval $ac_try) 2>&5
18042 ac_status=$?
8934764e 18043 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31a033ec
BB
18044 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18045 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18046 (eval $ac_try) 2>&5
18047 ac_status=$?
8934764e 18048 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
31a033ec
BB
18049 (exit $ac_status); }; }; then
18050
8934764e
BB
18051 { $as_echo "$as_me:$LINENO: result: no" >&5
18052$as_echo "no" >&6; }
18053
18054else
18055 $as_echo "$as_me: failed program was:" >&5
18056sed 's/^/| /' conftest.$ac_ext >&5
18057
18058 { $as_echo "$as_me:$LINENO: result: yes" >&5
18059$as_echo "yes" >&6; }
31a033ec
BB
18060
18061cat >>confdefs.h <<\_ACEOF
8934764e 18062#define NEED_GET_ZONE_COUNTS 1
31a033ec
BB
18063_ACEOF
18064
18065
8934764e
BB
18066 { $as_echo "$as_me:$LINENO: checking whether symbol get_zone_counts is exported" >&5
18067$as_echo_n "checking whether symbol get_zone_counts is exported... " >&6; }
18068 grep -q -E '[[:space:]]get_zone_counts[[:space:]]' \
18069 $LINUX_OBJ/Module*.symvers 2>/dev/null
18070 rc=$?
18071 if test $rc -ne 0; then
18072 export=0
18073 for file in ; do
18074 grep -q -E "EXPORT_SYMBOL.*(get_zone_counts)" \
18075 "$LINUX_OBJ/$file" 2>/dev/null
18076 rc=$?
18077 if test $rc -eq 0; then
18078 export=1
18079 break;
18080 fi
18081 done
18082 if test $export -eq 0; then
18083 { $as_echo "$as_me:$LINENO: result: no" >&5
18084$as_echo "no" >&6; }
18085
18086 else
18087 { $as_echo "$as_me:$LINENO: result: yes" >&5
18088$as_echo "yes" >&6; }
18089
18090cat >>confdefs.h <<\_ACEOF
18091#define HAVE_GET_ZONE_COUNTS 1
18092_ACEOF
18093
18094 fi
18095 else
18096 { $as_echo "$as_me:$LINENO: result: yes" >&5
18097$as_echo "yes" >&6; }
18098
18099cat >>confdefs.h <<\_ACEOF
18100#define HAVE_GET_ZONE_COUNTS 1
18101_ACEOF
18102
18103 fi
bf9f3bac 18104
bf9f3bac 18105
c5f70460
BB
18106
18107
bf9f3bac 18108fi
c5f70460
BB
18109
18110 rm -Rf build
18111
bf9f3bac 18112
18113
8934764e 18114
7119bf70
BB
18115 { $as_echo "$as_me:$LINENO: checking whether symbol user_path_at is exported" >&5
18116$as_echo_n "checking whether symbol user_path_at is exported... " >&6; }
18117 grep -q -E '[[:space:]]user_path_at[[:space:]]' \
18118 $LINUX_OBJ/Module*.symvers 2>/dev/null
18119 rc=$?
18120 if test $rc -ne 0; then
18121 export=0
18122 for file in ; do
18123 grep -q -E "EXPORT_SYMBOL.*(user_path_at)" \
18124 "$LINUX_OBJ/$file" 2>/dev/null
18125 rc=$?
18126 if test $rc -eq 0; then
18127 export=1
18128 break;
18129 fi
18130 done
18131 if test $export -eq 0; then
18132 { $as_echo "$as_me:$LINENO: result: no" >&5
18133$as_echo "no" >&6; }
18134
18135 else
18136 { $as_echo "$as_me:$LINENO: result: yes" >&5
18137$as_echo "yes" >&6; }
18138
18139cat >>confdefs.h <<\_ACEOF
18140#define HAVE_USER_PATH_DIR 1
18141_ACEOF
18142
18143 fi
18144 else
18145 { $as_echo "$as_me:$LINENO: result: yes" >&5
18146$as_echo "yes" >&6; }
18147
18148cat >>confdefs.h <<\_ACEOF
18149#define HAVE_USER_PATH_DIR 1
18150_ACEOF
18151
18152 fi
18153
18154
18155
8934764e
BB
18156 { $as_echo "$as_me:$LINENO: checking whether symbol set_fs_pwd is exported" >&5
18157$as_echo_n "checking whether symbol set_fs_pwd is exported... " >&6; }
18158 grep -q -E '[[:space:]]set_fs_pwd[[:space:]]' \
18159 $LINUX_OBJ/Module*.symvers 2>/dev/null
18160 rc=$?
18161 if test $rc -ne 0; then
18162 export=0
18163 for file in ; do
18164 grep -q -E "EXPORT_SYMBOL.*(set_fs_pwd)" \
18165 "$LINUX_OBJ/$file" 2>/dev/null
18166 rc=$?
18167 if test $rc -eq 0; then
18168 export=1
18169 break;
18170 fi
18171 done
18172 if test $export -eq 0; then
18173 { $as_echo "$as_me:$LINENO: result: no" >&5
18174$as_echo "no" >&6; }
18175
18176 else
18177 { $as_echo "$as_me:$LINENO: result: yes" >&5
18178$as_echo "yes" >&6; }
18179
18180cat >>confdefs.h <<\_ACEOF
18181#define HAVE_SET_FS_PWD 1
18182_ACEOF
18183
18184 fi
18185 else
18186 { $as_echo "$as_me:$LINENO: result: yes" >&5
18187$as_echo "yes" >&6; }
18188
18189cat >>confdefs.h <<\_ACEOF
18190#define HAVE_SET_FS_PWD 1
18191_ACEOF
18192
18193 fi
18194
18195
18196 { $as_echo "$as_me:$LINENO: checking whether set_fs_pwd() wants 2 args" >&5
18197$as_echo_n "checking whether set_fs_pwd() wants 2 args... " >&6; }
bf9f3bac 18198
d1ff2312 18199
dbe561d8 18200cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5 18201/* confdefs.h. */
d1ff2312 18202_ACEOF
6ae7fef5
BB
18203cat confdefs.h >>conftest.$ac_ext
18204cat >>conftest.$ac_ext <<_ACEOF
18205/* end confdefs.h. */
d1ff2312 18206
d1ff2312 18207
8934764e
BB
18208 #include <linux/sched.h>
18209 #include <linux/fs_struct.h>
d1ff2312 18210
6ae7fef5
BB
18211int
18212main (void)
18213{
d1ff2312 18214
8934764e 18215 set_fs_pwd(NULL, NULL);
d1ff2312 18216
6ae7fef5
BB
18217 ;
18218 return 0;
18219}
d1ff2312 18220
6ae7fef5 18221_ACEOF
d1ff2312 18222
d1ff2312 18223
6ae7fef5
BB
18224 rm -Rf build && mkdir -p build
18225 echo "obj-m := conftest.o" >build/Makefile
18226 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'
18227 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18228 (eval $ac_try) 2>&5
18229 ac_status=$?
8934764e 18230 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
18231 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18232 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18233 (eval $ac_try) 2>&5
18234 ac_status=$?
8934764e 18235 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5 18236 (exit $ac_status); }; }; then
d1ff2312 18237
8934764e
BB
18238 { $as_echo "$as_me:$LINENO: result: yes" >&5
18239$as_echo "yes" >&6; }
d1ff2312
BB
18240
18241cat >>confdefs.h <<\_ACEOF
8934764e 18242#define HAVE_2ARGS_SET_FS_PWD 1
d1ff2312
BB
18243_ACEOF
18244
5232d256 18245
6ae7fef5 18246else
8934764e 18247 $as_echo "$as_me: failed program was:" >&5
6ae7fef5 18248sed 's/^/| /' conftest.$ac_ext >&5
5232d256 18249
8934764e
BB
18250 { $as_echo "$as_me:$LINENO: result: no" >&5
18251$as_echo "no" >&6; }
5232d256
BB
18252
18253
36b313da 18254
6ae7fef5
BB
18255fi
18256
18257 rm -Rf build
18258
36b313da 18259
36b313da 18260
8934764e
BB
18261 { $as_echo "$as_me:$LINENO: checking whether vfs_unlink() wants 2 args" >&5
18262$as_echo_n "checking whether vfs_unlink() wants 2 args... " >&6; }
6ae7fef5
BB
18263
18264
dbe561d8 18265cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5 18266/* confdefs.h. */
36b313da 18267_ACEOF
6ae7fef5
BB
18268cat confdefs.h >>conftest.$ac_ext
18269cat >>conftest.$ac_ext <<_ACEOF
18270/* end confdefs.h. */
36b313da 18271
36b313da 18272
8934764e 18273 #include <linux/fs.h>
36b313da 18274
6ae7fef5
BB
18275int
18276main (void)
18277{
36b313da 18278
8934764e 18279 vfs_unlink(NULL, NULL);
36b313da 18280
6ae7fef5
BB
18281 ;
18282 return 0;
18283}
36b313da 18284
36b313da
BB
18285_ACEOF
18286
6ae7fef5
BB
18287
18288 rm -Rf build && mkdir -p build
18289 echo "obj-m := conftest.o" >build/Makefile
18290 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'
18291 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18292 (eval $ac_try) 2>&5
18293 ac_status=$?
8934764e 18294 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
18295 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18296 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18297 (eval $ac_try) 2>&5
18298 ac_status=$?
8934764e 18299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
18300 (exit $ac_status); }; }; then
18301
8934764e
BB
18302 { $as_echo "$as_me:$LINENO: result: yes" >&5
18303$as_echo "yes" >&6; }
36b313da
BB
18304
18305cat >>confdefs.h <<\_ACEOF
8934764e 18306#define HAVE_2ARGS_VFS_UNLINK 1
36b313da
BB
18307_ACEOF
18308
36b313da 18309
6ae7fef5 18310else
8934764e 18311 $as_echo "$as_me: failed program was:" >&5
6ae7fef5 18312sed 's/^/| /' conftest.$ac_ext >&5
36b313da 18313
8934764e
BB
18314 { $as_echo "$as_me:$LINENO: result: no" >&5
18315$as_echo "no" >&6; }
36b313da 18316
36b313da 18317
36b313da 18318
6ae7fef5 18319fi
36b313da 18320
6ae7fef5
BB
18321 rm -Rf build
18322
18323
18324
8934764e
BB
18325 { $as_echo "$as_me:$LINENO: checking whether vfs_rename() wants 4 args" >&5
18326$as_echo_n "checking whether vfs_rename() wants 4 args... " >&6; }
6ae7fef5
BB
18327
18328
dbe561d8 18329cat confdefs.h - <<_ACEOF >conftest.c
6ae7fef5 18330/* confdefs.h. */
36b313da 18331_ACEOF
6ae7fef5
BB
18332cat confdefs.h >>conftest.$ac_ext
18333cat >>conftest.$ac_ext <<_ACEOF
18334/* end confdefs.h. */
36b313da 18335
36b313da 18336
8934764e 18337 #include <linux/fs.h>
36b313da 18338
6ae7fef5
BB
18339int
18340main (void)
18341{
36b313da 18342
8934764e 18343 vfs_rename(NULL, NULL, NULL, NULL);
5232d256 18344
6ae7fef5
BB
18345 ;
18346 return 0;
18347}
5232d256 18348
5232d256
BB
18349_ACEOF
18350
6ae7fef5
BB
18351
18352 rm -Rf build && mkdir -p build
18353 echo "obj-m := conftest.o" >build/Makefile
18354 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'
18355 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18356 (eval $ac_try) 2>&5
18357 ac_status=$?
8934764e 18358 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
18359 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18360 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18361 (eval $ac_try) 2>&5
18362 ac_status=$?
8934764e 18363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6ae7fef5
BB
18364 (exit $ac_status); }; }; then
18365
8934764e
BB
18366 { $as_echo "$as_me:$LINENO: result: yes" >&5
18367$as_echo "yes" >&6; }
5232d256
BB
18368
18369cat >>confdefs.h <<\_ACEOF
8934764e 18370#define HAVE_4ARGS_VFS_RENAME 1
5232d256
BB
18371_ACEOF
18372
5232d256 18373
6ae7fef5 18374else
8934764e 18375 $as_echo "$as_me: failed program was:" >&5
6ae7fef5 18376sed 's/^/| /' conftest.$ac_ext >&5
5232d256 18377
8934764e
BB
18378 { $as_echo "$as_me:$LINENO: result: no" >&5
18379$as_echo "no" >&6; }
4ab13d3b 18380
4ab13d3b 18381
4ab13d3b 18382
6ae7fef5 18383fi
4ab13d3b 18384
6ae7fef5 18385 rm -Rf build
96dded38
BB
18386
18387
18388
8934764e
BB
18389
18390 { $as_echo "$as_me:$LINENO: checking whether struct cred exists" >&5
18391$as_echo_n "checking whether struct cred exists... " >&6; }
96dded38
BB
18392
18393
dbe561d8 18394cat confdefs.h - <<_ACEOF >conftest.c
96dded38
BB
18395/* confdefs.h. */
18396_ACEOF
18397cat confdefs.h >>conftest.$ac_ext
18398cat >>conftest.$ac_ext <<_ACEOF
18399/* end confdefs.h. */
18400
18401
8934764e 18402 #include <linux/cred.h>
96dded38
BB
18403
18404int
18405main (void)
18406{
18407
8934764e
BB
18408 struct cred *cr;
18409 cr = NULL;
96dded38
BB
18410
18411 ;
18412 return 0;
18413}
18414
18415_ACEOF
18416
18417
18418 rm -Rf build && mkdir -p build
18419 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 18420 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
18421 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18422 (eval $ac_try) 2>&5
18423 ac_status=$?
8934764e 18424 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
96dded38
BB
18425 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18426 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18427 (eval $ac_try) 2>&5
18428 ac_status=$?
8934764e 18429 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
96dded38
BB
18430 (exit $ac_status); }; }; then
18431
8934764e
BB
18432 { $as_echo "$as_me:$LINENO: result: yes" >&5
18433$as_echo "yes" >&6; }
96dded38
BB
18434
18435cat >>confdefs.h <<\_ACEOF
8934764e 18436#define HAVE_CRED_STRUCT 1
96dded38
BB
18437_ACEOF
18438
18439
18440else
8934764e 18441 $as_echo "$as_me: failed program was:" >&5
96dded38
BB
18442sed 's/^/| /' conftest.$ac_ext >&5
18443
8934764e
BB
18444 { $as_echo "$as_me:$LINENO: result: no" >&5
18445$as_echo "no" >&6; }
96dded38
BB
18446
18447
18448
18449fi
18450
18451 rm -Rf build
18452
4ab13d3b
BB
18453
18454
18455
8934764e
BB
18456 { $as_echo "$as_me:$LINENO: checking whether symbol groups_search is exported" >&5
18457$as_echo_n "checking whether symbol groups_search is exported... " >&6; }
18458 grep -q -E '[[:space:]]groups_search[[:space:]]' \
18459 $LINUX_OBJ/Module*.symvers 2>/dev/null
18460 rc=$?
18461 if test $rc -ne 0; then
18462 export=0
18463 for file in ; do
18464 grep -q -E "EXPORT_SYMBOL.*(groups_search)" \
18465 "$LINUX_OBJ/$file" 2>/dev/null
18466 rc=$?
18467 if test $rc -eq 0; then
18468 export=1
18469 break;
18470 fi
18471 done
18472 if test $export -eq 0; then
18473 { $as_echo "$as_me:$LINENO: result: no" >&5
18474$as_echo "no" >&6; }
18475
18476 else
18477 { $as_echo "$as_me:$LINENO: result: yes" >&5
18478$as_echo "yes" >&6; }
18479
18480cat >>confdefs.h <<\_ACEOF
18481#define HAVE_GROUPS_SEARCH 1
18482_ACEOF
18483
18484 fi
18485 else
18486 { $as_echo "$as_me:$LINENO: result: yes" >&5
18487$as_echo "yes" >&6; }
18488
18489cat >>confdefs.h <<\_ACEOF
18490#define HAVE_GROUPS_SEARCH 1
18491_ACEOF
18492
18493 fi
18494
18495
18496
18497 { $as_echo "$as_me:$LINENO: checking whether symbol __put_task_struct is exported" >&5
18498$as_echo_n "checking whether symbol __put_task_struct is exported... " >&6; }
18499 grep -q -E '[[:space:]]__put_task_struct[[:space:]]' \
18500 $LINUX_OBJ/Module*.symvers 2>/dev/null
18501 rc=$?
18502 if test $rc -ne 0; then
18503 export=0
18504 for file in ; do
18505 grep -q -E "EXPORT_SYMBOL.*(__put_task_struct)" \
18506 "$LINUX_OBJ/$file" 2>/dev/null
18507 rc=$?
18508 if test $rc -eq 0; then
18509 export=1
18510 break;
18511 fi
18512 done
18513 if test $export -eq 0; then
18514 { $as_echo "$as_me:$LINENO: result: no" >&5
18515$as_echo "no" >&6; }
18516
18517 else
18518 { $as_echo "$as_me:$LINENO: result: yes" >&5
18519$as_echo "yes" >&6; }
18520
18521cat >>confdefs.h <<\_ACEOF
18522#define HAVE_PUT_TASK_STRUCT 1
18523_ACEOF
18524
18525 fi
18526 else
18527 { $as_echo "$as_me:$LINENO: result: yes" >&5
18528$as_echo "yes" >&6; }
18529
18530cat >>confdefs.h <<\_ACEOF
18531#define HAVE_PUT_TASK_STRUCT 1
18532_ACEOF
18533
18534 fi
18535
18536
18537
18538 { $as_echo "$as_me:$LINENO: checking whether proc_handler() wants 5 args" >&5
18539$as_echo_n "checking whether proc_handler() wants 5 args... " >&6; }
e11d6c5f
BB
18540
18541
dbe561d8 18542cat confdefs.h - <<_ACEOF >conftest.c
e11d6c5f
BB
18543/* confdefs.h. */
18544_ACEOF
18545cat confdefs.h >>conftest.$ac_ext
18546cat >>conftest.$ac_ext <<_ACEOF
18547/* end confdefs.h. */
18548
18549
8934764e 18550 #include <linux/sysctl.h>
e11d6c5f 18551
8934764e
BB
18552int
18553main (void)
18554{
18555
18556 proc_dostring(NULL, 0, NULL, NULL, NULL);
e11d6c5f
BB
18557
18558 ;
18559 return 0;
18560}
18561
18562_ACEOF
18563
18564
18565 rm -Rf build && mkdir -p build
18566 echo "obj-m := conftest.o" >build/Makefile
3d0cb2d3 18567 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
18568 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18569 (eval $ac_try) 2>&5
18570 ac_status=$?
8934764e 18571 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
e11d6c5f
BB
18572 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18573 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18574 (eval $ac_try) 2>&5
18575 ac_status=$?
8934764e 18576 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
e11d6c5f
BB
18577 (exit $ac_status); }; }; then
18578
8934764e
BB
18579 { $as_echo "$as_me:$LINENO: result: yes" >&5
18580$as_echo "yes" >&6; }
18581
18582cat >>confdefs.h <<\_ACEOF
18583#define HAVE_5ARGS_PROC_HANDLER 1
18584_ACEOF
18585
6ae7fef5
BB
18586
18587else
8934764e 18588 $as_echo "$as_me: failed program was:" >&5
6ae7fef5
BB
18589sed 's/^/| /' conftest.$ac_ext >&5
18590
8934764e
BB
18591 { $as_echo "$as_me:$LINENO: result: no" >&5
18592$as_echo "no" >&6; }
e11d6c5f 18593
e11d6c5f
BB
18594
18595
8934764e 18596fi
e11d6c5f 18597
8934764e
BB
18598 rm -Rf build
18599
18600
18601
18602
b868e22f
BB
18603 { $as_echo "$as_me:$LINENO: checking whether symbol kvasprintf is exported" >&5
18604$as_echo_n "checking whether symbol kvasprintf is exported... " >&6; }
18605 grep -q -E '[[:space:]]kvasprintf[[:space:]]' \
18606 $LINUX_OBJ/Module*.symvers 2>/dev/null
18607 rc=$?
18608 if test $rc -ne 0; then
18609 export=0
18610 for file in ; do
18611 grep -q -E "EXPORT_SYMBOL.*(kvasprintf)" \
18612 "$LINUX_OBJ/$file" 2>/dev/null
18613 rc=$?
18614 if test $rc -eq 0; then
18615 export=1
18616 break;
18617 fi
18618 done
18619 if test $export -eq 0; then
18620 { $as_echo "$as_me:$LINENO: result: no" >&5
18621$as_echo "no" >&6; }
18622
18623 else
18624 { $as_echo "$as_me:$LINENO: result: yes" >&5
18625$as_echo "yes" >&6; }
18626
18627cat >>confdefs.h <<\_ACEOF
18628#define HAVE_KVASPRINTF 1
18629_ACEOF
18630
18631 fi
18632 else
18633 { $as_echo "$as_me:$LINENO: result: yes" >&5
18634$as_echo "yes" >&6; }
18635
18636cat >>confdefs.h <<\_ACEOF
18637#define HAVE_KVASPRINTF 1
18638_ACEOF
18639
18640 fi
18641
18642
18643
f0ff89fc
BB
18644 { $as_echo "$as_me:$LINENO: checking whether file_fsync() wants 3 args" >&5
18645$as_echo_n "checking whether file_fsync() wants 3 args... " >&6; }
18646
18647
18648cat confdefs.h - <<_ACEOF >conftest.c
18649/* confdefs.h. */
18650_ACEOF
18651cat confdefs.h >>conftest.$ac_ext
18652cat >>conftest.$ac_ext <<_ACEOF
18653/* end confdefs.h. */
18654
18655
18656 #include <linux/buffer_head.h>
18657
18658int
18659main (void)
18660{
18661
18662 file_fsync(NULL, NULL, 0);
18663
18664 ;
18665 return 0;
18666}
18667
18668_ACEOF
18669
18670
18671 rm -Rf build && mkdir -p build
18672 echo "obj-m := conftest.o" >build/Makefile
18673 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'
18674 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18675 (eval $ac_try) 2>&5
18676 ac_status=$?
18677 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18678 (exit $ac_status); }; } >/dev/null && { ac_try='test -s build/conftest.o'
18679 { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18680 (eval $ac_try) 2>&5
18681 ac_status=$?
18682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18683 (exit $ac_status); }; }; then
18684
18685 { $as_echo "$as_me:$LINENO: result: yes" >&5
18686$as_echo "yes" >&6; }
18687
18688cat >>confdefs.h <<\_ACEOF
18689#define HAVE_3ARGS_FILE_FSYNC 1
18690_ACEOF
18691
18692
18693else
18694 $as_echo "$as_me: failed program was:" >&5
18695sed 's/^/| /' conftest.$ac_ext >&5
18696
18697 { $as_echo "$as_me:$LINENO: result: no" >&5
18698$as_echo "no" >&6; }
18699
18700
18701
18702fi
18703
18704 rm -Rf build
18705
18706
18707
18708
46aa7b39
NB
18709 { $as_echo "$as_me:$LINENO: checking whether symbol rwsem_is_locked is exported" >&5
18710$as_echo_n "checking whether symbol rwsem_is_locked is exported... " >&6; }
18711 grep -q -E '[[:space:]]rwsem_is_locked[[:space:]]' \
18712 $LINUX_OBJ/Module*.symvers 2>/dev/null
18713 rc=$?
18714 if test $rc -ne 0; then
18715 export=0
18716 for file in lib/rwsem-spinlock.c; do
18717 grep -q -E "EXPORT_SYMBOL.*(rwsem_is_locked)" \
18718 "$LINUX_OBJ/$file" 2>/dev/null
18719 rc=$?
18720 if test $rc -eq 0; then
18721 export=1
18722 break;
18723 fi
18724 done
18725 if test $export -eq 0; then
18726 { $as_echo "$as_me:$LINENO: result: no" >&5
18727$as_echo "no" >&6; }
18728
18729 else
18730 { $as_echo "$as_me:$LINENO: result: yes" >&5
18731$as_echo "yes" >&6; }
18732
18733cat >>confdefs.h <<\_ACEOF
18734#define RWSEM_IS_LOCKED_TAKES_WAIT_LOCK 1
18735_ACEOF
18736
18737 fi
18738 else
18739 { $as_echo "$as_me:$LINENO: result: yes" >&5
18740$as_echo "yes" >&6; }
18741
18742cat >>confdefs.h <<\_ACEOF
18743#define RWSEM_IS_LOCKED_TAKES_WAIT_LOCK 1
18744_ACEOF
18745
18746 fi
18747
18748
18749
18142514 18750
287b2fb1
BB
18751
18752 if test "x$AWK" != xgawk; then
18142514
BB
18753
18754 { { $as_echo "$as_me:$LINENO: error:
18755 *** Required util gawk missing. Please install the required
18756 *** gawk package for your distribution and try again." >&5
18757$as_echo "$as_me: error:
18758 *** Required util gawk missing. Please install the required
18759 *** gawk package for your distribution and try again." >&2;}
18760 { (exit 1); exit 1; }; }
18761
18762fi
18763
287b2fb1 18764
18142514 18765 ;;
8934764e
BB
18766 srpm) ;;
18767 *)
18768 { $as_echo "$as_me:$LINENO: result: Error!" >&5
18769$as_echo "Error!" >&6; }
18770 { { $as_echo "$as_me:$LINENO: error: Bad value \"$SPL_CONFIG\" for --with-config,
18771 user kernel|user|all|srpm" >&5
18772$as_echo "$as_me: error: Bad value \"$SPL_CONFIG\" for --with-config,
18773 user kernel|user|all|srpm" >&2;}
18774 { (exit 1); exit 1; }; } ;;
18775 esac
18776
18777 if test "$SPL_CONFIG" = user ||
18778 test "$SPL_CONFIG" = all; then
18779 CONFIG_USER_TRUE=
18780 CONFIG_USER_FALSE='#'
18781else
18782 CONFIG_USER_TRUE='#'
18783 CONFIG_USER_FALSE=
18784fi
18785
18786 if test "$SPL_CONFIG" = kernel ||
18787 test "$SPL_CONFIG" = all; then
18788 CONFIG_KERNEL_TRUE=
18789 CONFIG_KERNEL_FALSE='#'
18790else
18791 CONFIG_KERNEL_TRUE='#'
18792 CONFIG_KERNEL_FALSE=
18793fi
18794
18795
18796
18797ac_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"
18798
18799
18800cat >confcache <<\_ACEOF
18801# This file is a shell script that caches the results of configure
18802# tests run on this system so they can be shared between configure
18803# scripts and configure runs, see configure's option --config-cache.
18804# It is not useful on other systems. If it contains results you don't
18805# want to keep, you may remove or edit it.
18806#
18807# config.status only pays attention to the cache file if you give it
18808# the --recheck option to rerun configure.
18809#
18810# `ac_cv_env_foo' variables (set or unset) will be overridden when
18811# loading this file, other *unset* `ac_cv_foo' will be assigned the
18812# following values.
6ae7fef5 18813
6ae7fef5
BB
18814_ACEOF
18815
8934764e
BB
18816# The following way of writing the cache mishandles newlines in values,
18817# but we know of no workaround that is simple, portable, and efficient.
18818# So, we kill variables containing newlines.
18819# Ultrix sh set writes to stderr and can't be redirected directly,
18820# and sets the high bit in the cache file unless we assign to the vars.
18821(
18822 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
18823 eval ac_val=\$$ac_var
18824 case $ac_val in #(
18825 *${as_nl}*)
18826 case $ac_var in #(
18827 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
18828$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
18829 esac
18830 case $ac_var in #(
18831 _ | IFS | as_nl) ;; #(
18832 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
18833 *) $as_unset $ac_var ;;
18834 esac ;;
18835 esac
18836 done
6ae7fef5 18837
8934764e
BB
18838 (set) 2>&1 |
18839 case $as_nl`(ac_space=' '; set) 2>&1` in #(
18840 *${as_nl}ac_space=\ *)
18841 # `set' does not quote correctly, so add quotes (double-quote
18842 # substitution turns \\\\ into \\, and sed turns \\ into \).
18843 sed -n \
18844 "s/'/'\\\\''/g;
18845 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
18846 ;; #(
18847 *)
18848 # `set' quotes correctly as required by POSIX, so do not add quotes.
18849 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
18850 ;;
18851 esac |
18852 sort
18853) |
18854 sed '
18855 /^ac_cv_env_/b end
18856 t clear
18857 :clear
18858 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
18859 t end
18860 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
18861 :end' >>confcache
18862if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
18863 if test -w "$cache_file"; then
18864 test "x$cache_file" != "x/dev/null" &&
18865 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
18866$as_echo "$as_me: updating cache $cache_file" >&6;}
18867 cat confcache >$cache_file
18868 else
18869 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
18870$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
18871 fi
18872fi
18873rm -f confcache
18874
18875test "x$prefix" = xNONE && prefix=$ac_default_prefix
18876# Let make expand exec_prefix.
18877test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
18878
18879DEFS=-DHAVE_CONFIG_H
18880
18881ac_libobjs=
18882ac_ltlibobjs=
18883for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
18884 # 1. Remove the extension, and $U if already installed.
18885 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
18886 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
18887 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
18888 # will be set to the directory where LIBOBJS objects are built.
18889 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
18890 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
18891done
18892LIBOBJS=$ac_libobjs
18893
18894LTLIBOBJS=$ac_ltlibobjs
18895
18896
18897if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
18898 { { $as_echo "$as_me:$LINENO: error: conditional \"MAINTAINER_MODE\" was never defined.
18899Usually this means the macro was only invoked conditionally." >&5
18900$as_echo "$as_me: error: conditional \"MAINTAINER_MODE\" was never defined.
18901Usually this means the macro was only invoked conditionally." >&2;}
18902 { (exit 1); exit 1; }; }
18903fi
18904 if test -n "$EXEEXT"; then
18905 am__EXEEXT_TRUE=
18906 am__EXEEXT_FALSE='#'
18907else
18908 am__EXEEXT_TRUE='#'
18909 am__EXEEXT_FALSE=
18910fi
18911
18912if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
18913 { { $as_echo "$as_me:$LINENO: error: conditional \"AMDEP\" was never defined.
18914Usually this means the macro was only invoked conditionally." >&5
18915$as_echo "$as_me: error: conditional \"AMDEP\" was never defined.
18916Usually this means the macro was only invoked conditionally." >&2;}
18917 { (exit 1); exit 1; }; }
18918fi
18919if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
18920 { { $as_echo "$as_me:$LINENO: error: conditional \"am__fastdepCC\" was never defined.
18921Usually this means the macro was only invoked conditionally." >&5
18922$as_echo "$as_me: error: conditional \"am__fastdepCC\" was never defined.
18923Usually this means the macro was only invoked conditionally." >&2;}
18924 { (exit 1); exit 1; }; }
18925fi
18926if test -z "${CONFIG_USER_TRUE}" && test -z "${CONFIG_USER_FALSE}"; then
18927 { { $as_echo "$as_me:$LINENO: error: conditional \"CONFIG_USER\" was never defined.
18928Usually this means the macro was only invoked conditionally." >&5
18929$as_echo "$as_me: error: conditional \"CONFIG_USER\" was never defined.
18930Usually this means the macro was only invoked conditionally." >&2;}
18931 { (exit 1); exit 1; }; }
18932fi
18933if test -z "${CONFIG_KERNEL_TRUE}" && test -z "${CONFIG_KERNEL_FALSE}"; then
18934 { { $as_echo "$as_me:$LINENO: error: conditional \"CONFIG_KERNEL\" was never defined.
18935Usually this means the macro was only invoked conditionally." >&5
18936$as_echo "$as_me: error: conditional \"CONFIG_KERNEL\" was never defined.
18937Usually this means the macro was only invoked conditionally." >&2;}
18938 { (exit 1); exit 1; }; }
18939fi
18940
18941: ${CONFIG_STATUS=./config.status}
18942ac_write_fail=0
18943ac_clean_files_save=$ac_clean_files
18944ac_clean_files="$ac_clean_files $CONFIG_STATUS"
18945{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
18946$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
18947cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
18948#! $SHELL
18949# Generated by $as_me.
18950# Run this file to recreate the current configuration.
18951# Compiler output produced by configure, useful for debugging
18952# configure, is in config.log if it exists.
18953
18954debug=false
18955ac_cs_recheck=false
18956ac_cs_silent=false
18957SHELL=\${CONFIG_SHELL-$SHELL}
6ae7fef5
BB
18958_ACEOF
18959
8934764e
BB
18960cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
18961## --------------------- ##
18962## M4sh Initialization. ##
18963## --------------------- ##
18964
18965# Be more Bourne compatible
18966DUALCASE=1; export DUALCASE # for MKS sh
18967if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18968 emulate sh
18969 NULLCMD=:
18970 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
18971 # is contrary to our usage. Disable this feature.
18972 alias -g '${1+"$@"}'='"$@"'
18973 setopt NO_GLOB_SUBST
18974else
18975 case `(set -o) 2>/dev/null` in
18976 *posix*) set -o posix ;;
18977esac
18978
18979fi
18980
6ae7fef5
BB
18981
18982
e11d6c5f 18983
8934764e
BB
18984# PATH needs CR
18985# Avoid depending upon Character Ranges.
18986as_cr_letters='abcdefghijklmnopqrstuvwxyz'
18987as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
18988as_cr_Letters=$as_cr_letters$as_cr_LETTERS
18989as_cr_digits='0123456789'
18990as_cr_alnum=$as_cr_Letters$as_cr_digits
e11d6c5f 18991
8934764e
BB
18992as_nl='
18993'
18994export as_nl
18995# Printing a long string crashes Solaris 7 /usr/bin/printf.
18996as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
18997as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
18998as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
18999if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
19000 as_echo='printf %s\n'
19001 as_echo_n='printf %s'
19002else
19003 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
19004 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
19005 as_echo_n='/usr/ucb/echo -n'
19006 else
19007 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
19008 as_echo_n_body='eval
19009 arg=$1;
19010 case $arg in
19011 *"$as_nl"*)
19012 expr "X$arg" : "X\\(.*\\)$as_nl";
19013 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
19014 esac;
19015 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
19016 '
19017 export as_echo_n_body
19018 as_echo_n='sh -c $as_echo_n_body as_echo'
19019 fi
19020 export as_echo_body
19021 as_echo='sh -c $as_echo_body as_echo'
51a727e9
BB
19022fi
19023
8934764e
BB
19024# The user is always right.
19025if test "${PATH_SEPARATOR+set}" != set; then
19026 PATH_SEPARATOR=:
19027 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
19028 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
19029 PATH_SEPARATOR=';'
19030 }
19031fi
51a727e9 19032
8934764e
BB
19033# Support unset when possible.
19034if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
19035 as_unset=unset
19036else
19037 as_unset=false
19038fi
51a727e9
BB
19039
19040
8934764e
BB
19041# IFS
19042# We need space, tab and new line, in precisely that order. Quoting is
19043# there to prevent editors from complaining about space-tab.
19044# (If _AS_PATH_WALK were called with IFS unset, it would disable word
19045# splitting by setting IFS to empty value.)
19046IFS=" "" $as_nl"
19047
19048# Find who we are. Look in the path if we contain no directory separator.
19049case $0 in
19050 *[\\/]* ) as_myself=$0 ;;
19051 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
19052for as_dir in $PATH
19053do
19054 IFS=$as_save_IFS
19055 test -z "$as_dir" && as_dir=.
19056 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
19057done
19058IFS=$as_save_IFS
51a727e9 19059
8934764e
BB
19060 ;;
19061esac
19062# We did not find ourselves, most probably we were run as `sh COMMAND'
19063# in which case we are not to be found in the path.
19064if test "x$as_myself" = x; then
19065 as_myself=$0
19066fi
19067if test ! -f "$as_myself"; then
19068 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
19069 { (exit 1); exit 1; }
19070fi
51a727e9 19071
8934764e
BB
19072# Work around bugs in pre-3.0 UWIN ksh.
19073for as_var in ENV MAIL MAILPATH
19074do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
19075done
19076PS1='$ '
19077PS2='> '
19078PS4='+ '
51a727e9 19079
8934764e
BB
19080# NLS nuisances.
19081LC_ALL=C
19082export LC_ALL
19083LANGUAGE=C
19084export LANGUAGE
51a727e9 19085
8934764e
BB
19086# Required to use basename.
19087if expr a : '\(a\)' >/dev/null 2>&1 &&
19088 test "X`expr 00001 : '.*\(...\)'`" = X001; then
19089 as_expr=expr
19090else
19091 as_expr=false
19092fi
51a727e9 19093
8934764e
BB
19094if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
19095 as_basename=basename
19096else
19097 as_basename=false
19098fi
51a727e9 19099
51a727e9 19100
8934764e
BB
19101# Name of the executable.
19102as_me=`$as_basename -- "$0" ||
19103$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
19104 X"$0" : 'X\(//\)$' \| \
19105 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
19106$as_echo X/"$0" |
19107 sed '/^.*\/\([^/][^/]*\)\/*$/{
19108 s//\1/
19109 q
19110 }
19111 /^X\/\(\/\/\)$/{
19112 s//\1/
19113 q
19114 }
19115 /^X\/\(\/\).*/{
19116 s//\1/
19117 q
19118 }
19119 s/.*/./; q'`
51a727e9 19120
8934764e
BB
19121# CDPATH.
19122$as_unset CDPATH
51a727e9
BB
19123
19124
51a727e9 19125
8934764e
BB
19126 as_lineno_1=$LINENO
19127 as_lineno_2=$LINENO
19128 test "x$as_lineno_1" != "x$as_lineno_2" &&
19129 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
51a727e9 19130
8934764e
BB
19131 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
19132 # uniformly replaced by the line number. The first 'sed' inserts a
19133 # line-number line after each line using $LINENO; the second 'sed'
19134 # does the real work. The second script uses 'N' to pair each
19135 # line-number line with the line containing $LINENO, and appends
19136 # trailing '-' during substitution so that $LINENO is not a special
19137 # case at line end.
19138 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
19139 # scripts with optimization help from Paolo Bonzini. Blame Lee
19140 # E. McMahon (1931-1989) for sed's syntax. :-)
19141 sed -n '
19142 p
19143 /[$]LINENO/=
19144 ' <$as_myself |
19145 sed '
19146 s/[$]LINENO.*/&-/
19147 t lineno
19148 b
19149 :lineno
19150 N
19151 :loop
19152 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
19153 t loop
19154 s/-\n.*//
19155 ' >$as_me.lineno &&
19156 chmod +x "$as_me.lineno" ||
19157 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
19158 { (exit 1); exit 1; }; }
51a727e9 19159
8934764e
BB
19160 # Don't try to exec as it changes $[0], causing all sort of problems
19161 # (the dirname of $[0] is not the place where we might find the
19162 # original and so on. Autoconf is especially sensitive to this).
19163 . "./$as_me.lineno"
19164 # Exit status is that of the last command.
19165 exit
19166}
51a727e9 19167
51a727e9 19168
8934764e
BB
19169if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
19170 as_dirname=dirname
19171else
19172 as_dirname=false
19173fi
51a727e9 19174
8934764e
BB
19175ECHO_C= ECHO_N= ECHO_T=
19176case `echo -n x` in
19177-n*)
19178 case `echo 'x\c'` in
19179 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
19180 *) ECHO_C='\c';;
19181 esac;;
19182*)
19183 ECHO_N='-n';;
19184esac
19185if expr a : '\(a\)' >/dev/null 2>&1 &&
19186 test "X`expr 00001 : '.*\(...\)'`" = X001; then
19187 as_expr=expr
19188else
19189 as_expr=false
19190fi
51a727e9 19191
8934764e
BB
19192rm -f conf$$ conf$$.exe conf$$.file
19193if test -d conf$$.dir; then
19194 rm -f conf$$.dir/conf$$.file
19195else
19196 rm -f conf$$.dir
19197 mkdir conf$$.dir 2>/dev/null
19198fi
19199if (echo >conf$$.file) 2>/dev/null; then
19200 if ln -s conf$$.file conf$$ 2>/dev/null; then
19201 as_ln_s='ln -s'
19202 # ... but there are two gotchas:
19203 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
19204 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
19205 # In both cases, we have to default to `cp -p'.
19206 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
19207 as_ln_s='cp -p'
19208 elif ln conf$$.file conf$$ 2>/dev/null; then
19209 as_ln_s=ln
19210 else
19211 as_ln_s='cp -p'
19212 fi
19213else
19214 as_ln_s='cp -p'
19215fi
19216rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
19217rmdir conf$$.dir 2>/dev/null
51a727e9 19218
8934764e
BB
19219if mkdir -p . 2>/dev/null; then
19220 as_mkdir_p=:
19221else
19222 test -d ./-p && rmdir ./-p
19223 as_mkdir_p=false
19224fi
51a727e9 19225
8934764e
BB
19226if test -x / >/dev/null 2>&1; then
19227 as_test_x='test -x'
19228else
19229 if ls -dL / >/dev/null 2>&1; then
19230 as_ls_L_option=L
19231 else
19232 as_ls_L_option=
19233 fi
19234 as_test_x='
19235 eval sh -c '\''
19236 if test -d "$1"; then
19237 test -d "$1/.";
19238 else
19239 case $1 in
19240 -*)set "./$1";;
19241 esac;
19242 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
19243 ???[sx]*):;;*)false;;esac;fi
19244 '\'' sh
19245 '
19246fi
19247as_executable_p=$as_test_x
51a727e9 19248
8934764e
BB
19249# Sed expression to map a string onto a valid CPP name.
19250as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
51a727e9 19251
8934764e
BB
19252# Sed expression to map a string onto a valid variable name.
19253as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
51a727e9 19254
51a727e9 19255
8934764e 19256exec 6>&1
51a727e9 19257
8934764e
BB
19258# Save the log message, to keep $[0] and so on meaningful, and to
19259# report actual input values of CONFIG_FILES etc. instead of their
19260# values after options handling.
19261ac_log="
19262This file was extended by $as_me, which was
19263generated by GNU Autoconf 2.63. Invocation command line was
51a727e9 19264
8934764e
BB
19265 CONFIG_FILES = $CONFIG_FILES
19266 CONFIG_HEADERS = $CONFIG_HEADERS
19267 CONFIG_LINKS = $CONFIG_LINKS
19268 CONFIG_COMMANDS = $CONFIG_COMMANDS
19269 $ $0 $@
51a727e9 19270
8934764e
BB
19271on `(hostname || uname -n) 2>/dev/null | sed 1q`
19272"
a093c6a4 19273
8934764e 19274_ACEOF
a093c6a4 19275
8934764e
BB
19276case $ac_config_files in *"
19277"*) set x $ac_config_files; shift; ac_config_files=$*;;
19278esac
a093c6a4 19279
8934764e
BB
19280case $ac_config_headers in *"
19281"*) set x $ac_config_headers; shift; ac_config_headers=$*;;
19282esac
a093c6a4 19283
a093c6a4 19284
8934764e
BB
19285cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19286# Files that config.status was made for.
19287config_files="$ac_config_files"
19288config_headers="$ac_config_headers"
19289config_commands="$ac_config_commands"
a093c6a4 19290
a093c6a4 19291_ACEOF
a093c6a4 19292
8934764e
BB
19293cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19294ac_cs_usage="\
19295\`$as_me' instantiates files from templates according to the
19296current configuration.
a093c6a4 19297
8934764e 19298Usage: $0 [OPTION]... [FILE]...
a093c6a4 19299
8934764e
BB
19300 -h, --help print this help, then exit
19301 -V, --version print version number and configuration settings, then exit
19302 -q, --quiet, --silent
19303 do not print progress messages
19304 -d, --debug don't remove temporary files
19305 --recheck update $as_me by reconfiguring in the same conditions
19306 --file=FILE[:TEMPLATE]
19307 instantiate the configuration file FILE
19308 --header=FILE[:TEMPLATE]
19309 instantiate the configuration header FILE
a093c6a4 19310
8934764e
BB
19311Configuration files:
19312$config_files
a093c6a4 19313
8934764e
BB
19314Configuration headers:
19315$config_headers
a093c6a4 19316
8934764e
BB
19317Configuration commands:
19318$config_commands
a093c6a4 19319
8934764e 19320Report bugs to <bug-autoconf@gnu.org>."
a093c6a4 19321
8934764e
BB
19322_ACEOF
19323cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19324ac_cs_version="\\
19325config.status
19326configured by $0, generated by GNU Autoconf 2.63,
19327 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
a093c6a4 19328
8934764e
BB
19329Copyright (C) 2008 Free Software Foundation, Inc.
19330This config.status script is free software; the Free Software Foundation
19331gives unlimited permission to copy, distribute and modify it."
a093c6a4 19332
8934764e
BB
19333ac_pwd='$ac_pwd'
19334srcdir='$srcdir'
19335INSTALL='$INSTALL'
19336MKDIR_P='$MKDIR_P'
19337AWK='$AWK'
19338test -n "\$AWK" || AWK=awk
a093c6a4
BB
19339_ACEOF
19340
8934764e
BB
19341cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19342# The default lists apply if the user does not specify any file.
19343ac_need_defaults=:
19344while test $# != 0
19345do
19346 case $1 in
19347 --*=*)
19348 ac_option=`expr "X$1" : 'X\([^=]*\)='`
19349 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
19350 ac_shift=:
19351 ;;
19352 *)
19353 ac_option=$1
19354 ac_optarg=$2
19355 ac_shift=shift
19356 ;;
19357 esac
a093c6a4 19358
8934764e
BB
19359 case $ac_option in
19360 # Handling of the options.
19361 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
19362 ac_cs_recheck=: ;;
19363 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
19364 $as_echo "$ac_cs_version"; exit ;;
19365 --debug | --debu | --deb | --de | --d | -d )
19366 debug=: ;;
19367 --file | --fil | --fi | --f )
19368 $ac_shift
19369 case $ac_optarg in
19370 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19371 esac
19372 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
19373 ac_need_defaults=false;;
19374 --header | --heade | --head | --hea )
19375 $ac_shift
19376 case $ac_optarg in
19377 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
19378 esac
19379 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
19380 ac_need_defaults=false;;
19381 --he | --h)
19382 # Conflict between --help and --header
19383 { $as_echo "$as_me: error: ambiguous option: $1
19384Try \`$0 --help' for more information." >&2
19385 { (exit 1); exit 1; }; };;
19386 --help | --hel | -h )
19387 $as_echo "$ac_cs_usage"; exit ;;
19388 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
19389 | -silent | --silent | --silen | --sile | --sil | --si | --s)
19390 ac_cs_silent=: ;;
19391
19392 # This is an error.
19393 -*) { $as_echo "$as_me: error: unrecognized option: $1
19394Try \`$0 --help' for more information." >&2
19395 { (exit 1); exit 1; }; } ;;
a093c6a4 19396
8934764e
BB
19397 *) ac_config_targets="$ac_config_targets $1"
19398 ac_need_defaults=false ;;
a093c6a4 19399
8934764e
BB
19400 esac
19401 shift
19402done
a093c6a4 19403
8934764e 19404ac_configure_extra_args=
a093c6a4 19405
8934764e
BB
19406if $ac_cs_silent; then
19407 exec 6>/dev/null
19408 ac_configure_extra_args="$ac_configure_extra_args --silent"
a093c6a4
BB
19409fi
19410
8934764e
BB
19411_ACEOF
19412cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19413if \$ac_cs_recheck; then
19414 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
19415 shift
19416 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
19417 CONFIG_SHELL='$SHELL'
19418 export CONFIG_SHELL
19419 exec "\$@"
19420fi
a093c6a4 19421
8934764e
BB
19422_ACEOF
19423cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19424exec 5>>config.log
19425{
19426 echo
19427 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
19428## Running $as_me. ##
19429_ASBOX
19430 $as_echo "$ac_log"
19431} >&5
a093c6a4 19432
8934764e
BB
19433_ACEOF
19434cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19435#
19436# INIT-COMMANDS
19437#
19438AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
a093c6a4 19439
a093c6a4 19440
8934764e
BB
19441# The HP-UX ksh and POSIX shell print the target directory to stdout
19442# if CDPATH is set.
19443(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
a093c6a4 19444
8934764e
BB
19445sed_quote_subst='$sed_quote_subst'
19446double_quote_subst='$double_quote_subst'
19447delay_variable_subst='$delay_variable_subst'
19448macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
19449macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
19450enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
19451enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
19452pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
19453enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
19454host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
19455host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
19456host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
19457build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
19458build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
19459build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
19460SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
19461Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
19462GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
19463EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
19464FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
19465LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
19466NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
19467LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
19468max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
19469ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
19470exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
19471lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
19472lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
19473lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
19474reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
19475reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19476OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
19477deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
19478file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
19479AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
19480AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
19481STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
19482RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
19483old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19484old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19485old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19486CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
19487CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
19488compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
19489GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
19490lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
19491lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
19492lt_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"`'
19493lt_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"`'
19494objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
19495SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
19496ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
19497MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
19498lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
19499lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
19500lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
19501lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
19502lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
19503need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
19504DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
19505NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
19506LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
19507OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
19508OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
19509libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
19510shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19511extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19512archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
19513enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
19514export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
19515whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
19516compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
19517old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19518old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19519archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19520archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19521module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19522module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19523with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
19524allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
19525no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
19526hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
19527hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
19528hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
19529hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
19530hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
19531hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
19532hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
19533hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
19534inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
19535link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
19536fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
19537always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
19538export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19539exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
19540include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
19541prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19542file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
19543variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
19544need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
19545need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
19546version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
19547runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
19548shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
19549shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
19550libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
19551library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
19552soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
19553postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19554postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19555finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
19556finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
19557hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
19558sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
19559sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
19560hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
19561enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
19562enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
19563enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
19564old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
19565striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
19566
19567LTCC='$LTCC'
19568LTCFLAGS='$LTCFLAGS'
19569compiler='$compiler_DEFAULT'
19570
19571# Quote evaled strings.
19572for var in SED \
19573GREP \
19574EGREP \
19575FGREP \
19576LD \
19577NM \
19578LN_S \
19579lt_SP2NL \
19580lt_NL2SP \
19581reload_flag \
19582OBJDUMP \
19583deplibs_check_method \
19584file_magic_cmd \
19585AR \
19586AR_FLAGS \
19587STRIP \
19588RANLIB \
19589CC \
19590CFLAGS \
19591compiler \
19592lt_cv_sys_global_symbol_pipe \
19593lt_cv_sys_global_symbol_to_cdecl \
19594lt_cv_sys_global_symbol_to_c_name_address \
19595lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
19596SHELL \
19597ECHO \
19598lt_prog_compiler_no_builtin_flag \
19599lt_prog_compiler_wl \
19600lt_prog_compiler_pic \
19601lt_prog_compiler_static \
19602lt_cv_prog_compiler_c_o \
19603need_locks \
19604DSYMUTIL \
19605NMEDIT \
19606LIPO \
19607OTOOL \
19608OTOOL64 \
19609shrext_cmds \
19610export_dynamic_flag_spec \
19611whole_archive_flag_spec \
19612compiler_needs_object \
19613with_gnu_ld \
19614allow_undefined_flag \
19615no_undefined_flag \
19616hardcode_libdir_flag_spec \
19617hardcode_libdir_flag_spec_ld \
19618hardcode_libdir_separator \
19619fix_srcfile_path \
19620exclude_expsyms \
19621include_expsyms \
19622file_list_spec \
19623variables_saved_for_relink \
19624libname_spec \
19625library_names_spec \
19626soname_spec \
19627finish_eval \
19628old_striplib \
19629striplib; do
19630 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
19631 *[\\\\\\\`\\"\\\$]*)
19632 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
19633 ;;
19634 *)
19635 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
19636 ;;
19637 esac
19638done
a093c6a4 19639
8934764e
BB
19640# Double-quote double-evaled strings.
19641for var in reload_cmds \
19642old_postinstall_cmds \
19643old_postuninstall_cmds \
19644old_archive_cmds \
19645extract_expsyms_cmds \
19646old_archive_from_new_cmds \
19647old_archive_from_expsyms_cmds \
19648archive_cmds \
19649archive_expsym_cmds \
19650module_cmds \
19651module_expsym_cmds \
19652export_symbols_cmds \
19653prelink_cmds \
19654postinstall_cmds \
19655postuninstall_cmds \
19656finish_cmds \
19657sys_lib_search_path_spec \
19658sys_lib_dlsearch_path_spec; do
19659 case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
19660 *[\\\\\\\`\\"\\\$]*)
19661 eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
19662 ;;
19663 *)
19664 eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
19665 ;;
19666 esac
19667done
a093c6a4 19668
8934764e
BB
19669# Fix-up fallback echo if it was mangled by the above quoting rules.
19670case \$lt_ECHO in
19671*'\\\$0 --fallback-echo"') lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
19672 ;;
19673esac
a093c6a4 19674
8934764e
BB
19675ac_aux_dir='$ac_aux_dir'
19676xsi_shell='$xsi_shell'
19677lt_shell_append='$lt_shell_append'
a093c6a4 19678
8934764e
BB
19679# See if we are running on zsh, and set the options which allow our
19680# commands through without removal of \ escapes INIT.
19681if test -n "\${ZSH_VERSION+set}" ; then
19682 setopt NO_GLOB_SUBST
19683fi
a093c6a4 19684
a093c6a4 19685
8934764e
BB
19686 PACKAGE='$PACKAGE'
19687 VERSION='$VERSION'
19688 TIMESTAMP='$TIMESTAMP'
19689 RM='$RM'
19690 ofile='$ofile'
a093c6a4
BB
19691
19692
a093c6a4 19693
a093c6a4 19694
a093c6a4
BB
19695_ACEOF
19696
8934764e 19697cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
a093c6a4 19698
8934764e
BB
19699# Handling of arguments.
19700for ac_config_target in $ac_config_targets
19701do
19702 case $ac_config_target in
19703 "spl_config.h") CONFIG_HEADERS="$CONFIG_HEADERS spl_config.h" ;;
19704 "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
19705 "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
19706 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
19707 "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
19708 "cmd/Makefile") CONFIG_FILES="$CONFIG_FILES cmd/Makefile" ;;
19709 "module/Makefile") CONFIG_FILES="$CONFIG_FILES module/Makefile" ;;
19710 "module/spl/Makefile") CONFIG_FILES="$CONFIG_FILES module/spl/Makefile" ;;
19711 "module/splat/Makefile") CONFIG_FILES="$CONFIG_FILES module/splat/Makefile" ;;
19712 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
19713 "scripts/Makefile") CONFIG_FILES="$CONFIG_FILES scripts/Makefile" ;;
19714 "spl.spec") CONFIG_FILES="$CONFIG_FILES spl.spec" ;;
19715 "spl-modules.spec") CONFIG_FILES="$CONFIG_FILES spl-modules.spec" ;;
19716
19717 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
19718$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
19719 { (exit 1); exit 1; }; };;
19720 esac
19721done
a093c6a4
BB
19722
19723
8934764e
BB
19724# If the user did not use the arguments to specify the items to instantiate,
19725# then the envvar interface is used. Set only those that are not.
19726# We use the long form for the default assignment because of an extremely
19727# bizarre bug on SunOS 4.1.3.
19728if $ac_need_defaults; then
19729 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
19730 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
19731 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
e11d6c5f
BB
19732fi
19733
8934764e
BB
19734# Have a temporary directory for convenience. Make it in the build tree
19735# simply because there is no reason against having it here, and in addition,
19736# creating and moving files from /tmp can sometimes cause problems.
19737# Hook for its removal unless debugging.
19738# Note that there is a small window in which the directory will not be cleaned:
19739# after its creation but before its name has been assigned to `$tmp'.
19740$debug ||
19741{
19742 tmp=
19743 trap 'exit_status=$?
19744 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
19745' 0
19746 trap '{ (exit 1); exit 1; }' 1 2 13 15
19747}
19748# Create a (secure) tmp directory for tmp files.
e11d6c5f 19749
8934764e
BB
19750{
19751 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
19752 test -n "$tmp" && test -d "$tmp"
19753} ||
19754{
19755 tmp=./conf$$-$RANDOM
19756 (umask 077 && mkdir "$tmp")
19757} ||
19758{
19759 $as_echo "$as_me: cannot create a temporary directory in ." >&2
19760 { (exit 1); exit 1; }
19761}
e11d6c5f 19762
8934764e
BB
19763# Set up the scripts for CONFIG_FILES section.
19764# No need to generate them if there are no CONFIG_FILES.
19765# This happens for instance with `./config.status config.h'.
19766if test -n "$CONFIG_FILES"; then
e11d6c5f 19767
ec7d53e9 19768
8934764e
BB
19769ac_cr='\r'
19770ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
19771if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
19772 ac_cs_awk_cr='\\r'
19773else
19774 ac_cs_awk_cr=$ac_cr
19775fi
ec7d53e9 19776
8934764e 19777echo 'BEGIN {' >"$tmp/subs1.awk" &&
ec7d53e9 19778_ACEOF
ec7d53e9 19779
ec7d53e9 19780
ec7d53e9 19781{
8934764e
BB
19782 echo "cat >conf$$subs.awk <<_ACEOF" &&
19783 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
19784 echo "_ACEOF"
19785} >conf$$subs.sh ||
19786 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
19787$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
19788 { (exit 1); exit 1; }; }
19789ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
19790ac_delim='%!_!# '
19791for ac_last_try in false false false false false :; do
19792 . ./conf$$subs.sh ||
19793 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
19794$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
19795 { (exit 1); exit 1; }; }
ec7d53e9 19796
8934764e
BB
19797 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
19798 if test $ac_delim_n = $ac_delim_num; then
19799 break
19800 elif $ac_last_try; then
19801 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
19802$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
19803 { (exit 1); exit 1; }; }
19804 else
19805 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19806 fi
19807done
19808rm -f conf$$subs.sh
19809
19810cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19811cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
19812_ACEOF
19813sed -n '
19814h
19815s/^/S["/; s/!.*/"]=/
19816p
19817g
19818s/^[^!]*!//
19819:repl
19820t repl
19821s/'"$ac_delim"'$//
19822t delim
19823:nl
19824h
19825s/\(.\{148\}\).*/\1/
19826t more1
19827s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
19828p
19829n
19830b repl
19831:more1
19832s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19833p
19834g
19835s/.\{148\}//
19836t nl
19837:delim
19838h
19839s/\(.\{148\}\).*/\1/
19840t more2
19841s/["\\]/\\&/g; s/^/"/; s/$/"/
19842p
19843b
19844:more2
19845s/["\\]/\\&/g; s/^/"/; s/$/"\\/
19846p
19847g
19848s/.\{148\}//
19849t delim
19850' <conf$$subs.awk | sed '
19851/^[^""]/{
19852 N
19853 s/\n//
19854}
19855' >>$CONFIG_STATUS || ac_write_fail=1
19856rm -f conf$$subs.awk
19857cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19858_ACAWK
19859cat >>"\$tmp/subs1.awk" <<_ACAWK &&
19860 for (key in S) S_is_set[key] = 1
19861 FS = "\a"
ec7d53e9 19862
8934764e
BB
19863}
19864{
19865 line = $ 0
19866 nfields = split(line, field, "@")
19867 substed = 0
19868 len = length(field[1])
19869 for (i = 2; i < nfields; i++) {
19870 key = field[i]
19871 keylen = length(key)
19872 if (S_is_set[key]) {
19873 value = S[key]
19874 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
19875 len += length(value) + length(field[++i])
19876 substed = 1
19877 } else
19878 len += 1 + keylen
19879 }
19880
19881 print line
ec7d53e9
BB
19882}
19883
8934764e
BB
19884_ACAWK
19885_ACEOF
19886cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19887if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
19888 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
19889else
19890 cat
19891fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
19892 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
19893$as_echo "$as_me: error: could not setup config files machinery" >&2;}
19894 { (exit 1); exit 1; }; }
ec7d53e9
BB
19895_ACEOF
19896
8934764e
BB
19897# VPATH may cause trouble with some makes, so we remove $(srcdir),
19898# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
19899# trailing colons and then remove the whole line if VPATH becomes empty
19900# (actually we leave an empty line to preserve line numbers).
19901if test "x$srcdir" = x.; then
19902 ac_vpsub='/^[ ]*VPATH[ ]*=/{
19903s/:*\$(srcdir):*/:/
19904s/:*\${srcdir}:*/:/
19905s/:*@srcdir@:*/:/
19906s/^\([^=]*=[ ]*\):*/\1/
19907s/:*$//
19908s/^[^=]*=[ ]*$//
19909}'
19910fi
ec7d53e9 19911
8934764e
BB
19912cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
19913fi # test -n "$CONFIG_FILES"
ec7d53e9 19914
8934764e
BB
19915# Set up the scripts for CONFIG_HEADERS section.
19916# No need to generate them if there are no CONFIG_HEADERS.
19917# This happens for instance with `./config.status Makefile'.
19918if test -n "$CONFIG_HEADERS"; then
19919cat >"$tmp/defines.awk" <<\_ACAWK ||
19920BEGIN {
ec7d53e9
BB
19921_ACEOF
19922
8934764e
BB
19923# Transform confdefs.h into an awk script `defines.awk', embedded as
19924# here-document in config.status, that substitutes the proper values into
19925# config.h.in to produce config.h.
ec7d53e9 19926
8934764e
BB
19927# Create a delimiter string that does not exist in confdefs.h, to ease
19928# handling of long lines.
19929ac_delim='%!_!# '
19930for ac_last_try in false false :; do
19931 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
19932 if test -z "$ac_t"; then
19933 break
19934 elif $ac_last_try; then
19935 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
19936$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
19937 { (exit 1); exit 1; }; }
19938 else
19939 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
19940 fi
19941done
ec7d53e9 19942
8934764e
BB
19943# For the awk script, D is an array of macro values keyed by name,
19944# likewise P contains macro parameters if any. Preserve backslash
19945# newline sequences.
19946
19947ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
19948sed -n '
19949s/.\{148\}/&'"$ac_delim"'/g
19950t rset
19951:rset
19952s/^[ ]*#[ ]*define[ ][ ]*/ /
19953t def
19954d
19955:def
19956s/\\$//
19957t bsnl
19958s/["\\]/\\&/g
19959s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19960D["\1"]=" \3"/p
19961s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
19962d
19963:bsnl
19964s/["\\]/\\&/g
19965s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
19966D["\1"]=" \3\\\\\\n"\\/p
19967t cont
19968s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
19969t cont
19970d
19971:cont
19972n
19973s/.\{148\}/&'"$ac_delim"'/g
19974t clear
19975:clear
19976s/\\$//
19977t bsnlc
19978s/["\\]/\\&/g; s/^/"/; s/$/"/p
19979d
19980:bsnlc
19981s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
19982b cont
19983' <confdefs.h | sed '
19984s/'"$ac_delim"'/"\\\
19985"/g' >>$CONFIG_STATUS || ac_write_fail=1
19986
19987cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
19988 for (key in D) D_is_set[key] = 1
19989 FS = "\a"
19990}
19991/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
19992 line = \$ 0
19993 split(line, arg, " ")
19994 if (arg[1] == "#") {
19995 defundef = arg[2]
19996 mac1 = arg[3]
19997 } else {
19998 defundef = substr(arg[1], 2)
19999 mac1 = arg[2]
20000 }
20001 split(mac1, mac2, "(") #)
20002 macro = mac2[1]
20003 prefix = substr(line, 1, index(line, defundef) - 1)
20004 if (D_is_set[macro]) {
20005 # Preserve the white space surrounding the "#".
20006 print prefix "define", macro P[macro] D[macro]
20007 next
20008 } else {
20009 # Replace #undef with comments. This is necessary, for example,
20010 # in the case of _POSIX_SOURCE, which is predefined and required
20011 # on some systems where configure will not decide to define it.
20012 if (defundef == "undef") {
20013 print "/*", prefix defundef, macro, "*/"
20014 next
20015 }
20016 }
20017}
20018{ print }
20019_ACAWK
20020_ACEOF
20021cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20022 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
20023$as_echo "$as_me: error: could not setup config headers machinery" >&2;}
20024 { (exit 1); exit 1; }; }
20025fi # test -n "$CONFIG_HEADERS"
ec7d53e9
BB
20026
20027
8934764e
BB
20028eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
20029shift
20030for ac_tag
20031do
20032 case $ac_tag in
20033 :[FHLC]) ac_mode=$ac_tag; continue;;
20034 esac
20035 case $ac_mode$ac_tag in
20036 :[FHL]*:*);;
20037 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
20038$as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
20039 { (exit 1); exit 1; }; };;
20040 :[FH]-) ac_tag=-:-;;
20041 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
20042 esac
20043 ac_save_IFS=$IFS
20044 IFS=:
20045 set x $ac_tag
20046 IFS=$ac_save_IFS
20047 shift
20048 ac_file=$1
20049 shift
ec7d53e9 20050
8934764e
BB
20051 case $ac_mode in
20052 :L) ac_source=$1;;
20053 :[FH])
20054 ac_file_inputs=
20055 for ac_f
20056 do
20057 case $ac_f in
20058 -) ac_f="$tmp/stdin";;
20059 *) # Look for the file first in the build tree, then in the source tree
20060 # (if the path is not absolute). The absolute path cannot be DOS-style,
20061 # because $ac_f cannot contain `:'.
20062 test -f "$ac_f" ||
20063 case $ac_f in
20064 [\\/$]*) false;;
20065 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
20066 esac ||
20067 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
20068$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
20069 { (exit 1); exit 1; }; };;
20070 esac
20071 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
20072 ac_file_inputs="$ac_file_inputs '$ac_f'"
20073 done
ec7d53e9 20074
8934764e
BB
20075 # Let's still pretend it is `configure' which instantiates (i.e., don't
20076 # use $as_me), people would be surprised to read:
20077 # /* config.h. Generated by config.status. */
20078 configure_input='Generated from '`
20079 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
20080 `' by configure.'
20081 if test x"$ac_file" != x-; then
20082 configure_input="$ac_file. $configure_input"
20083 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
20084$as_echo "$as_me: creating $ac_file" >&6;}
20085 fi
20086 # Neutralize special characters interpreted by sed in replacement strings.
20087 case $configure_input in #(
20088 *\&* | *\|* | *\\* )
20089 ac_sed_conf_input=`$as_echo "$configure_input" |
20090 sed 's/[\\\\&|]/\\\\&/g'`;; #(
20091 *) ac_sed_conf_input=$configure_input;;
20092 esac
ec7d53e9 20093
8934764e
BB
20094 case $ac_tag in
20095 *:-:* | *:-) cat >"$tmp/stdin" \
20096 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
20097$as_echo "$as_me: error: could not create $ac_file" >&2;}
20098 { (exit 1); exit 1; }; } ;;
20099 esac
20100 ;;
20101 esac
ec7d53e9 20102
8934764e
BB
20103 ac_dir=`$as_dirname -- "$ac_file" ||
20104$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20105 X"$ac_file" : 'X\(//\)[^/]' \| \
20106 X"$ac_file" : 'X\(//\)$' \| \
20107 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
20108$as_echo X"$ac_file" |
20109 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20110 s//\1/
20111 q
20112 }
20113 /^X\(\/\/\)[^/].*/{
20114 s//\1/
20115 q
20116 }
20117 /^X\(\/\/\)$/{
20118 s//\1/
20119 q
20120 }
20121 /^X\(\/\).*/{
20122 s//\1/
20123 q
20124 }
20125 s/.*/./; q'`
20126 { as_dir="$ac_dir"
20127 case $as_dir in #(
20128 -*) as_dir=./$as_dir;;
20129 esac
20130 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
20131 as_dirs=
20132 while :; do
20133 case $as_dir in #(
20134 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20135 *) as_qdir=$as_dir;;
20136 esac
20137 as_dirs="'$as_qdir' $as_dirs"
20138 as_dir=`$as_dirname -- "$as_dir" ||
20139$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20140 X"$as_dir" : 'X\(//\)[^/]' \| \
20141 X"$as_dir" : 'X\(//\)$' \| \
20142 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20143$as_echo X"$as_dir" |
20144 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20145 s//\1/
20146 q
20147 }
20148 /^X\(\/\/\)[^/].*/{
20149 s//\1/
20150 q
20151 }
20152 /^X\(\/\/\)$/{
20153 s//\1/
20154 q
20155 }
20156 /^X\(\/\).*/{
20157 s//\1/
20158 q
20159 }
20160 s/.*/./; q'`
20161 test -d "$as_dir" && break
20162 done
20163 test -z "$as_dirs" || eval "mkdir $as_dirs"
20164 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
20165$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
20166 { (exit 1); exit 1; }; }; }
20167 ac_builddir=.
ec7d53e9 20168
8934764e
BB
20169case "$ac_dir" in
20170.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
20171*)
20172 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
20173 # A ".." for each directory in $ac_dir_suffix.
20174 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
20175 case $ac_top_builddir_sub in
20176 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
20177 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
20178 esac ;;
20179esac
20180ac_abs_top_builddir=$ac_pwd
20181ac_abs_builddir=$ac_pwd$ac_dir_suffix
20182# for backward compatibility:
20183ac_top_builddir=$ac_top_build_prefix
ec7d53e9 20184
8934764e
BB
20185case $srcdir in
20186 .) # We are building in place.
20187 ac_srcdir=.
20188 ac_top_srcdir=$ac_top_builddir_sub
20189 ac_abs_top_srcdir=$ac_pwd ;;
20190 [\\/]* | ?:[\\/]* ) # Absolute name.
20191 ac_srcdir=$srcdir$ac_dir_suffix;
20192 ac_top_srcdir=$srcdir
20193 ac_abs_top_srcdir=$srcdir ;;
20194 *) # Relative name.
20195 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
20196 ac_top_srcdir=$ac_top_build_prefix$srcdir
20197 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
20198esac
20199ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
ec7d53e9 20200
ec7d53e9 20201
8934764e
BB
20202 case $ac_mode in
20203 :F)
20204 #
20205 # CONFIG_FILE
20206 #
20207
20208 case $INSTALL in
20209 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
20210 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
20211 esac
20212 ac_MKDIR_P=$MKDIR_P
20213 case $MKDIR_P in
20214 [\\/$]* | ?:[\\/]* ) ;;
20215 */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
20216 esac
ec7d53e9
BB
20217_ACEOF
20218
8934764e
BB
20219cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20220# If the template does not know about datarootdir, expand it.
20221# FIXME: This hack should be removed a few years after 2.60.
20222ac_datarootdir_hack=; ac_datarootdir_seen=
ec7d53e9 20223
8934764e
BB
20224ac_sed_dataroot='
20225/datarootdir/ {
20226 p
20227 q
20228}
20229/@datadir@/p
20230/@docdir@/p
20231/@infodir@/p
20232/@localedir@/p
20233/@mandir@/p
20234'
20235case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
20236*datarootdir*) ac_datarootdir_seen=yes;;
20237*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
20238 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
20239$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
20240_ACEOF
20241cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20242 ac_datarootdir_hack='
20243 s&@datadir@&$datadir&g
20244 s&@docdir@&$docdir&g
20245 s&@infodir@&$infodir&g
20246 s&@localedir@&$localedir&g
20247 s&@mandir@&$mandir&g
20248 s&\\\${datarootdir}&$datarootdir&g' ;;
20249esac
ec7d53e9
BB
20250_ACEOF
20251
8934764e
BB
20252# Neutralize VPATH when `$srcdir' = `.'.
20253# Shell code in configure.ac might set extrasub.
20254# FIXME: do we really want to maintain this feature?
20255cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
20256ac_sed_extra="$ac_vpsub
20257$extrasub
20258_ACEOF
20259cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
20260:t
20261/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
20262s|@configure_input@|$ac_sed_conf_input|;t t
20263s&@top_builddir@&$ac_top_builddir_sub&;t t
20264s&@top_build_prefix@&$ac_top_build_prefix&;t t
20265s&@srcdir@&$ac_srcdir&;t t
20266s&@abs_srcdir@&$ac_abs_srcdir&;t t
20267s&@top_srcdir@&$ac_top_srcdir&;t t
20268s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
20269s&@builddir@&$ac_builddir&;t t
20270s&@abs_builddir@&$ac_abs_builddir&;t t
20271s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
20272s&@INSTALL@&$ac_INSTALL&;t t
20273s&@MKDIR_P@&$ac_MKDIR_P&;t t
20274$ac_datarootdir_hack
20275"
20276eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
20277 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
20278$as_echo "$as_me: error: could not create $ac_file" >&2;}
20279 { (exit 1); exit 1; }; }
ec7d53e9 20280
8934764e
BB
20281test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
20282 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
20283 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
20284 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20285which seems to be undefined. Please make sure it is defined." >&5
20286$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
20287which seems to be undefined. Please make sure it is defined." >&2;}
ec7d53e9 20288
8934764e
BB
20289 rm -f "$tmp/stdin"
20290 case $ac_file in
20291 -) cat "$tmp/out" && rm -f "$tmp/out";;
20292 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
20293 esac \
20294 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
20295$as_echo "$as_me: error: could not create $ac_file" >&2;}
20296 { (exit 1); exit 1; }; }
20297 ;;
20298 :H)
20299 #
20300 # CONFIG_HEADER
20301 #
20302 if test x"$ac_file" != x-; then
20303 {
20304 $as_echo "/* $configure_input */" \
20305 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
20306 } >"$tmp/config.h" \
20307 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
20308$as_echo "$as_me: error: could not create $ac_file" >&2;}
20309 { (exit 1); exit 1; }; }
20310 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
20311 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
20312$as_echo "$as_me: $ac_file is unchanged" >&6;}
20313 else
20314 rm -f "$ac_file"
20315 mv "$tmp/config.h" "$ac_file" \
20316 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
20317$as_echo "$as_me: error: could not create $ac_file" >&2;}
20318 { (exit 1); exit 1; }; }
20319 fi
20320 else
20321 $as_echo "/* $configure_input */" \
20322 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
20323 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
20324$as_echo "$as_me: error: could not create -" >&2;}
20325 { (exit 1); exit 1; }; }
20326 fi
20327# Compute "$ac_file"'s index in $config_headers.
20328_am_arg="$ac_file"
20329_am_stamp_count=1
20330for _am_header in $config_headers :; do
20331 case $_am_header in
20332 $_am_arg | $_am_arg:* )
20333 break ;;
20334 * )
20335 _am_stamp_count=`expr $_am_stamp_count + 1` ;;
20336 esac
20337done
20338echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
20339$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20340 X"$_am_arg" : 'X\(//\)[^/]' \| \
20341 X"$_am_arg" : 'X\(//\)$' \| \
20342 X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
20343$as_echo X"$_am_arg" |
20344 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20345 s//\1/
20346 q
20347 }
20348 /^X\(\/\/\)[^/].*/{
20349 s//\1/
20350 q
20351 }
20352 /^X\(\/\/\)$/{
20353 s//\1/
20354 q
20355 }
20356 /^X\(\/\).*/{
20357 s//\1/
20358 q
20359 }
20360 s/.*/./; q'`/stamp-h$_am_stamp_count
20361 ;;
ec7d53e9 20362
8934764e
BB
20363 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
20364$as_echo "$as_me: executing $ac_file commands" >&6;}
20365 ;;
20366 esac
e811949a 20367
e811949a 20368
8934764e
BB
20369 case $ac_file$ac_mode in
20370 "spl_config.h":H)
20371 (mv spl_config.h spl_config.h.tmp &&
20372 awk -f config/config.awk spl_config.h.tmp >spl_config.h &&
20373 rm spl_config.h.tmp) || exit 1 ;;
20374 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
20375 # Autoconf 2.62 quotes --file arguments for eval, but not when files
20376 # are listed without --file. Let's play safe and only enable the eval
20377 # if we detect the quoting.
20378 case $CONFIG_FILES in
20379 *\'*) eval set x "$CONFIG_FILES" ;;
20380 *) set x $CONFIG_FILES ;;
20381 esac
20382 shift
20383 for mf
20384 do
20385 # Strip MF so we end up with the name of the file.
20386 mf=`echo "$mf" | sed -e 's/:.*$//'`
20387 # Check whether this is an Automake generated Makefile or not.
20388 # We used to match only the files named `Makefile.in', but
20389 # some people rename them; so instead we look at the file content.
20390 # Grep'ing the first line is not enough: some people post-process
20391 # each Makefile.in and add a new line on top of each file to say so.
20392 # Grep'ing the whole file is not good either: AIX grep has a line
20393 # limit of 2048, but all sed's we know have understand at least 4000.
20394 if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
20395 dirpart=`$as_dirname -- "$mf" ||
20396$as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20397 X"$mf" : 'X\(//\)[^/]' \| \
20398 X"$mf" : 'X\(//\)$' \| \
20399 X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
20400$as_echo X"$mf" |
20401 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20402 s//\1/
20403 q
20404 }
20405 /^X\(\/\/\)[^/].*/{
20406 s//\1/
20407 q
20408 }
20409 /^X\(\/\/\)$/{
20410 s//\1/
20411 q
20412 }
20413 /^X\(\/\).*/{
20414 s//\1/
20415 q
20416 }
20417 s/.*/./; q'`
20418 else
20419 continue
20420 fi
20421 # Extract the definition of DEPDIR, am__include, and am__quote
20422 # from the Makefile without running `make'.
20423 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
20424 test -z "$DEPDIR" && continue
20425 am__include=`sed -n 's/^am__include = //p' < "$mf"`
20426 test -z "am__include" && continue
20427 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
20428 # When using ansi2knr, U may be empty or an underscore; expand it
20429 U=`sed -n 's/^U = //p' < "$mf"`
20430 # Find all dependency output files, they are included files with
20431 # $(DEPDIR) in their names. We invoke sed twice because it is the
20432 # simplest approach to changing $(DEPDIR) to its actual value in the
20433 # expansion.
20434 for file in `sed -n "
20435 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
20436 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
20437 # Make sure the directory exists.
20438 test -f "$dirpart/$file" && continue
20439 fdir=`$as_dirname -- "$file" ||
20440$as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20441 X"$file" : 'X\(//\)[^/]' \| \
20442 X"$file" : 'X\(//\)$' \| \
20443 X"$file" : 'X\(/\)' \| . 2>/dev/null ||
20444$as_echo X"$file" |
20445 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20446 s//\1/
20447 q
20448 }
20449 /^X\(\/\/\)[^/].*/{
20450 s//\1/
20451 q
20452 }
20453 /^X\(\/\/\)$/{
20454 s//\1/
20455 q
20456 }
20457 /^X\(\/\).*/{
20458 s//\1/
20459 q
20460 }
20461 s/.*/./; q'`
20462 { as_dir=$dirpart/$fdir
20463 case $as_dir in #(
20464 -*) as_dir=./$as_dir;;
20465 esac
20466 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
20467 as_dirs=
20468 while :; do
20469 case $as_dir in #(
20470 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
20471 *) as_qdir=$as_dir;;
20472 esac
20473 as_dirs="'$as_qdir' $as_dirs"
20474 as_dir=`$as_dirname -- "$as_dir" ||
20475$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
20476 X"$as_dir" : 'X\(//\)[^/]' \| \
20477 X"$as_dir" : 'X\(//\)$' \| \
20478 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
20479$as_echo X"$as_dir" |
20480 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
20481 s//\1/
20482 q
20483 }
20484 /^X\(\/\/\)[^/].*/{
20485 s//\1/
20486 q
20487 }
20488 /^X\(\/\/\)$/{
20489 s//\1/
20490 q
20491 }
20492 /^X\(\/\).*/{
20493 s//\1/
20494 q
20495 }
20496 s/.*/./; q'`
20497 test -d "$as_dir" && break
20498 done
20499 test -z "$as_dirs" || eval "mkdir $as_dirs"
20500 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
20501$as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
20502 { (exit 1); exit 1; }; }; }
20503 # echo "creating $dirpart/$file"
20504 echo '# dummy' > "$dirpart/$file"
20505 done
20506 done
20507}
20508 ;;
20509 "libtool":C)
20510
20511 # See if we are running on zsh, and set the options which allow our
20512 # commands through without removal of \ escapes.
20513 if test -n "${ZSH_VERSION+set}" ; then
20514 setopt NO_GLOB_SUBST
20515 fi
20516
20517 cfgfile="${ofile}T"
20518 trap "$RM \"$cfgfile\"; exit 1" 1 2 15
20519 $RM "$cfgfile"
20520
20521 cat <<_LT_EOF >> "$cfgfile"
20522#! $SHELL
20523
20524# `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
20525# Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
20526# Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
20527# NOTE: Changes made to this file will be lost: look at ltmain.sh.
20528#
20529# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
20530# 2006, 2007, 2008 Free Software Foundation, Inc.
20531# Written by Gordon Matzigkeit, 1996
20532#
20533# This file is part of GNU Libtool.
20534#
20535# GNU Libtool is free software; you can redistribute it and/or
20536# modify it under the terms of the GNU General Public License as
20537# published by the Free Software Foundation; either version 2 of
20538# the License, or (at your option) any later version.
20539#
20540# As a special exception to the GNU General Public License,
20541# if you distribute this file as part of a program or library that
20542# is built using GNU Libtool, you may include this file under the
20543# same distribution terms that you use for the rest of that program.
20544#
20545# GNU Libtool is distributed in the hope that it will be useful,
20546# but WITHOUT ANY WARRANTY; without even the implied warranty of
20547# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20548# GNU General Public License for more details.
20549#
20550# You should have received a copy of the GNU General Public License
20551# along with GNU Libtool; see the file COPYING. If not, a copy
20552# can be downloaded from http://www.gnu.org/licenses/gpl.html, or
20553# obtained by writing to the Free Software Foundation, Inc.,
20554# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20555
20556
20557# The names of the tagged configurations supported by this script.
20558available_tags=""
20559
20560# ### BEGIN LIBTOOL CONFIG
20561
20562# Which release of libtool.m4 was used?
20563macro_version=$macro_version
20564macro_revision=$macro_revision
e811949a 20565
8934764e
BB
20566# Whether or not to build shared libraries.
20567build_libtool_libs=$enable_shared
e811949a 20568
8934764e
BB
20569# Whether or not to build static libraries.
20570build_old_libs=$enable_static
e811949a 20571
8934764e
BB
20572# What type of objects to build.
20573pic_mode=$pic_mode
e811949a 20574
8934764e
BB
20575# Whether or not to optimize for fast installation.
20576fast_install=$enable_fast_install
e811949a 20577
8934764e
BB
20578# The host system.
20579host_alias=$host_alias
20580host=$host
20581host_os=$host_os
e811949a 20582
8934764e
BB
20583# The build system.
20584build_alias=$build_alias
20585build=$build
20586build_os=$build_os
3977f837 20587
8934764e
BB
20588# A sed program that does not truncate output.
20589SED=$lt_SED
3977f837 20590
8934764e
BB
20591# Sed that helps us avoid accidentally triggering echo(1) options like -n.
20592Xsed="\$SED -e 1s/^X//"
3977f837 20593
8934764e
BB
20594# A grep program that handles long lines.
20595GREP=$lt_GREP
3977f837 20596
8934764e
BB
20597# An ERE matcher.
20598EGREP=$lt_EGREP
3977f837 20599
8934764e
BB
20600# A literal string matcher.
20601FGREP=$lt_FGREP
3977f837 20602
8934764e
BB
20603# A BSD- or MS-compatible name lister.
20604NM=$lt_NM
3977f837 20605
8934764e
BB
20606# Whether we need soft or hard links.
20607LN_S=$lt_LN_S
3977f837 20608
8934764e
BB
20609# What is the maximum length of a command?
20610max_cmd_len=$max_cmd_len
3977f837 20611
8934764e
BB
20612# Object file suffix (normally "o").
20613objext=$ac_objext
3977f837 20614
8934764e
BB
20615# Executable file suffix (normally "").
20616exeext=$exeext
3977f837 20617
8934764e
BB
20618# whether the shell understands "unset".
20619lt_unset=$lt_unset
3977f837 20620
8934764e
BB
20621# turn spaces into newlines.
20622SP2NL=$lt_lt_SP2NL
3977f837 20623
8934764e
BB
20624# turn newlines into spaces.
20625NL2SP=$lt_lt_NL2SP
3977f837 20626
8934764e
BB
20627# How to create reloadable object files.
20628reload_flag=$lt_reload_flag
20629reload_cmds=$lt_reload_cmds
3977f837 20630
8934764e
BB
20631# An object symbol dumper.
20632OBJDUMP=$lt_OBJDUMP
3977f837 20633
8934764e
BB
20634# Method to check whether dependent libraries are shared objects.
20635deplibs_check_method=$lt_deplibs_check_method
3977f837 20636
8934764e
BB
20637# Command to use when deplibs_check_method == "file_magic".
20638file_magic_cmd=$lt_file_magic_cmd
3977f837 20639
8934764e
BB
20640# The archiver.
20641AR=$lt_AR
20642AR_FLAGS=$lt_AR_FLAGS
3977f837 20643
8934764e
BB
20644# A symbol stripping program.
20645STRIP=$lt_STRIP
3977f837 20646
8934764e
BB
20647# Commands used to install an old-style archive.
20648RANLIB=$lt_RANLIB
20649old_postinstall_cmds=$lt_old_postinstall_cmds
20650old_postuninstall_cmds=$lt_old_postuninstall_cmds
3977f837 20651
8934764e
BB
20652# A C compiler.
20653LTCC=$lt_CC
3977f837 20654
8934764e
BB
20655# LTCC compiler flags.
20656LTCFLAGS=$lt_CFLAGS
3977f837 20657
8934764e
BB
20658# Take the output of nm and produce a listing of raw symbols and C names.
20659global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
86933a6e 20660
8934764e
BB
20661# Transform the output of nm in a proper C declaration.
20662global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
86933a6e 20663
8934764e
BB
20664# Transform the output of nm in a C name address pair.
20665global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
86933a6e 20666
8934764e
BB
20667# Transform the output of nm in a C name address pair when lib prefix is needed.
20668global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
86933a6e 20669
8934764e
BB
20670# The name of the directory that contains temporary libtool files.
20671objdir=$objdir
86933a6e 20672
8934764e
BB
20673# Shell to use when invoking shell scripts.
20674SHELL=$lt_SHELL
86933a6e 20675
8934764e
BB
20676# An echo program that does not interpret backslashes.
20677ECHO=$lt_ECHO
86933a6e 20678
8934764e
BB
20679# Used to examine libraries when file_magic_cmd begins with "file".
20680MAGIC_CMD=$MAGIC_CMD
86933a6e 20681
8934764e
BB
20682# Must we lock files when doing compilation?
20683need_locks=$lt_need_locks
86933a6e 20684
8934764e
BB
20685# Tool to manipulate archived DWARF debug symbol files on Mac OS X.
20686DSYMUTIL=$lt_DSYMUTIL
bf9f3bac 20687
8934764e
BB
20688# Tool to change global to local symbols on Mac OS X.
20689NMEDIT=$lt_NMEDIT
bf9f3bac 20690
8934764e
BB
20691# Tool to manipulate fat objects and archives on Mac OS X.
20692LIPO=$lt_LIPO
bf9f3bac 20693
8934764e
BB
20694# ldd/readelf like tool for Mach-O binaries on Mac OS X.
20695OTOOL=$lt_OTOOL
bf9f3bac 20696
8934764e
BB
20697# ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
20698OTOOL64=$lt_OTOOL64
bf9f3bac 20699
8934764e
BB
20700# Old archive suffix (normally "a").
20701libext=$libext
bf9f3bac 20702
8934764e
BB
20703# Shared library suffix (normally ".so").
20704shrext_cmds=$lt_shrext_cmds
bf9f3bac 20705
8934764e
BB
20706# The commands to extract the exported symbol list from a shared archive.
20707extract_expsyms_cmds=$lt_extract_expsyms_cmds
bf9f3bac 20708
8934764e
BB
20709# Variables whose values should be saved in libtool wrapper scripts and
20710# restored at link time.
20711variables_saved_for_relink=$lt_variables_saved_for_relink
bf9f3bac 20712
8934764e
BB
20713# Do we need the "lib" prefix for modules?
20714need_lib_prefix=$need_lib_prefix
bf9f3bac 20715
8934764e
BB
20716# Do we need a version for libraries?
20717need_version=$need_version
bf9f3bac 20718
8934764e
BB
20719# Library versioning type.
20720version_type=$version_type
bf9f3bac 20721
8934764e
BB
20722# Shared library runtime path variable.
20723runpath_var=$runpath_var
bf9f3bac 20724
8934764e
BB
20725# Shared library path variable.
20726shlibpath_var=$shlibpath_var
bf9f3bac 20727
8934764e
BB
20728# Is shlibpath searched before the hard-coded library search path?
20729shlibpath_overrides_runpath=$shlibpath_overrides_runpath
bf9f3bac 20730
8934764e
BB
20731# Format of library name prefix.
20732libname_spec=$lt_libname_spec
bf9f3bac 20733
8934764e
BB
20734# List of archive names. First name is the real one, the rest are links.
20735# The last name is the one that the linker finds with -lNAME
20736library_names_spec=$lt_library_names_spec
bf9f3bac 20737
8934764e
BB
20738# The coded name of the library, if different from the real name.
20739soname_spec=$lt_soname_spec
bf9f3bac 20740
8934764e
BB
20741# Command to use after installation of a shared archive.
20742postinstall_cmds=$lt_postinstall_cmds
bf9f3bac 20743
8934764e
BB
20744# Command to use after uninstallation of a shared archive.
20745postuninstall_cmds=$lt_postuninstall_cmds
bf9f3bac 20746
8934764e
BB
20747# Commands used to finish a libtool library installation in a directory.
20748finish_cmds=$lt_finish_cmds
bf9f3bac 20749
8934764e
BB
20750# As "finish_cmds", except a single script fragment to be evaled but
20751# not shown.
20752finish_eval=$lt_finish_eval
bf9f3bac 20753
8934764e
BB
20754# Whether we should hardcode library paths into libraries.
20755hardcode_into_libs=$hardcode_into_libs
bf9f3bac 20756
8934764e
BB
20757# Compile-time system search path for libraries.
20758sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
bf9f3bac 20759
8934764e
BB
20760# Run-time system search path for libraries.
20761sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
bf9f3bac 20762
8934764e
BB
20763# Whether dlopen is supported.
20764dlopen_support=$enable_dlopen
bf9f3bac 20765
8934764e
BB
20766# Whether dlopen of programs is supported.
20767dlopen_self=$enable_dlopen_self
bf9f3bac 20768
8934764e
BB
20769# Whether dlopen of statically linked programs is supported.
20770dlopen_self_static=$enable_dlopen_self_static
bf9f3bac 20771
8934764e
BB
20772# Commands to strip libraries.
20773old_striplib=$lt_old_striplib
20774striplib=$lt_striplib
bf9f3bac 20775
bf9f3bac 20776
8934764e
BB
20777# The linker used to build libraries.
20778LD=$lt_LD
bf9f3bac 20779
8934764e
BB
20780# Commands used to build an old-style archive.
20781old_archive_cmds=$lt_old_archive_cmds
bf9f3bac 20782
8934764e
BB
20783# A language specific compiler.
20784CC=$lt_compiler
bf9f3bac 20785
8934764e
BB
20786# Is the compiler the GNU compiler?
20787with_gcc=$GCC
bf9f3bac 20788
8934764e
BB
20789# Compiler flag to turn off builtin functions.
20790no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
bf9f3bac 20791
8934764e
BB
20792# How to pass a linker flag through the compiler.
20793wl=$lt_lt_prog_compiler_wl
bf9f3bac 20794
8934764e
BB
20795# Additional compiler flags for building library objects.
20796pic_flag=$lt_lt_prog_compiler_pic
bf9f3bac 20797
8934764e
BB
20798# Compiler flag to prevent dynamic linking.
20799link_static_flag=$lt_lt_prog_compiler_static
bf9f3bac 20800
8934764e
BB
20801# Does compiler simultaneously support -c and -o options?
20802compiler_c_o=$lt_lt_cv_prog_compiler_c_o
bf9f3bac 20803
8934764e
BB
20804# Whether or not to add -lc for building shared libraries.
20805build_libtool_need_lc=$archive_cmds_need_lc
bf9f3bac 20806
8934764e
BB
20807# Whether or not to disallow shared libs when runtime libs are static.
20808allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
bf9f3bac 20809
8934764e
BB
20810# Compiler flag to allow reflexive dlopens.
20811export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
bf9f3bac 20812
8934764e
BB
20813# Compiler flag to generate shared objects directly from archives.
20814whole_archive_flag_spec=$lt_whole_archive_flag_spec
bf9f3bac 20815
8934764e
BB
20816# Whether the compiler copes with passing no objects directly.
20817compiler_needs_object=$lt_compiler_needs_object
bf9f3bac 20818
8934764e
BB
20819# Create an old-style archive from a shared archive.
20820old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
bf9f3bac 20821
8934764e
BB
20822# Create a temporary old-style archive to link instead of a shared archive.
20823old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
bf9f3bac 20824
8934764e
BB
20825# Commands used to build a shared archive.
20826archive_cmds=$lt_archive_cmds
20827archive_expsym_cmds=$lt_archive_expsym_cmds
bf9f3bac 20828
8934764e
BB
20829# Commands used to build a loadable module if different from building
20830# a shared archive.
20831module_cmds=$lt_module_cmds
20832module_expsym_cmds=$lt_module_expsym_cmds
bf9f3bac 20833
8934764e
BB
20834# Whether we are building with GNU ld or not.
20835with_gnu_ld=$lt_with_gnu_ld
bf9f3bac 20836
8934764e
BB
20837# Flag that allows shared libraries with undefined symbols to be built.
20838allow_undefined_flag=$lt_allow_undefined_flag
bf9f3bac 20839
8934764e
BB
20840# Flag that enforces no undefined symbols.
20841no_undefined_flag=$lt_no_undefined_flag
bf9f3bac 20842
8934764e
BB
20843# Flag to hardcode \$libdir into a binary during linking.
20844# This must work even if \$libdir does not exist
20845hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
bf9f3bac 20846
8934764e
BB
20847# If ld is used when linking, flag to hardcode \$libdir into a binary
20848# during linking. This must work even if \$libdir does not exist.
20849hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
bf9f3bac 20850
8934764e
BB
20851# Whether we need a single "-rpath" flag with a separated argument.
20852hardcode_libdir_separator=$lt_hardcode_libdir_separator
bf9f3bac 20853
8934764e
BB
20854# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
20855# DIR into the resulting binary.
20856hardcode_direct=$hardcode_direct
bf9f3bac 20857
8934764e
BB
20858# Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
20859# DIR into the resulting binary and the resulting library dependency is
20860# "absolute",i.e impossible to change by setting \${shlibpath_var} if the
20861# library is relocated.
20862hardcode_direct_absolute=$hardcode_direct_absolute
bf9f3bac 20863
8934764e
BB
20864# Set to "yes" if using the -LDIR flag during linking hardcodes DIR
20865# into the resulting binary.
20866hardcode_minus_L=$hardcode_minus_L
bf9f3bac 20867
8934764e
BB
20868# Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
20869# into the resulting binary.
20870hardcode_shlibpath_var=$hardcode_shlibpath_var
bf9f3bac 20871
8934764e
BB
20872# Set to "yes" if building a shared library automatically hardcodes DIR
20873# into the library and all subsequent libraries and executables linked
20874# against it.
20875hardcode_automatic=$hardcode_automatic
bf9f3bac 20876
8934764e
BB
20877# Set to yes if linker adds runtime paths of dependent libraries
20878# to runtime path list.
20879inherit_rpath=$inherit_rpath
bf9f3bac 20880
8934764e
BB
20881# Whether libtool must link a program against all its dependency libraries.
20882link_all_deplibs=$link_all_deplibs
bf9f3bac 20883
8934764e
BB
20884# Fix the shell variable \$srcfile for the compiler.
20885fix_srcfile_path=$lt_fix_srcfile_path
bf9f3bac 20886
8934764e
BB
20887# Set to "yes" if exported symbols are required.
20888always_export_symbols=$always_export_symbols
bf9f3bac 20889
8934764e
BB
20890# The commands to list exported symbols.
20891export_symbols_cmds=$lt_export_symbols_cmds
bf9f3bac 20892
8934764e
BB
20893# Symbols that should not be listed in the preloaded symbols.
20894exclude_expsyms=$lt_exclude_expsyms
bf9f3bac 20895
8934764e
BB
20896# Symbols that must always be exported.
20897include_expsyms=$lt_include_expsyms
bf9f3bac 20898
8934764e
BB
20899# Commands necessary for linking programs (against libraries) with templates.
20900prelink_cmds=$lt_prelink_cmds
bf9f3bac 20901
8934764e
BB
20902# Specify filename containing input files.
20903file_list_spec=$lt_file_list_spec
bf9f3bac 20904
8934764e
BB
20905# How to hardcode a shared library path into an executable.
20906hardcode_action=$hardcode_action
bf9f3bac 20907
8934764e
BB
20908# ### END LIBTOOL CONFIG
20909
20910_LT_EOF
20911
20912 case $host_os in
20913 aix3*)
20914 cat <<\_LT_EOF >> "$cfgfile"
20915# AIX sometimes has problems with the GCC collect2 program. For some
20916# reason, if we set the COLLECT_NAMES environment variable, the problems
20917# vanish in a puff of smoke.
20918if test "X${COLLECT_NAMES+set}" != Xset; then
20919 COLLECT_NAMES=
20920 export COLLECT_NAMES
bf9f3bac 20921fi
8934764e
BB
20922_LT_EOF
20923 ;;
20924 esac
bf9f3bac 20925
bf9f3bac 20926
8934764e 20927ltmain="$ac_aux_dir/ltmain.sh"
bf9f3bac 20928
bf9f3bac 20929
8934764e
BB
20930 # We use sed instead of cat because bash on DJGPP gets confused if
20931 # if finds mixed CR/LF and LF-only lines. Since sed operates in
20932 # text mode, it properly converts lines to CR/LF. This bash problem
20933 # is reportedly fixed, but why not run on old versions too?
20934 sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
20935 || (rm -f "$cfgfile"; exit 1)
bf9f3bac 20936
8934764e
BB
20937 case $xsi_shell in
20938 yes)
20939 cat << \_LT_EOF >> "$cfgfile"
bf9f3bac 20940
8934764e
BB
20941# func_dirname file append nondir_replacement
20942# Compute the dirname of FILE. If nonempty, add APPEND to the result,
20943# otherwise set result to NONDIR_REPLACEMENT.
20944func_dirname ()
20945{
20946 case ${1} in
20947 */*) func_dirname_result="${1%/*}${2}" ;;
20948 * ) func_dirname_result="${3}" ;;
bf9f3bac 20949 esac
8934764e 20950}
bf9f3bac 20951
8934764e
BB
20952# func_basename file
20953func_basename ()
20954{
20955 func_basename_result="${1##*/}"
20956}
bf9f3bac 20957
8934764e
BB
20958# func_dirname_and_basename file append nondir_replacement
20959# perform func_basename and func_dirname in a single function
20960# call:
20961# dirname: Compute the dirname of FILE. If nonempty,
20962# add APPEND to the result, otherwise set result
20963# to NONDIR_REPLACEMENT.
20964# value returned in "$func_dirname_result"
20965# basename: Compute filename of FILE.
20966# value retuned in "$func_basename_result"
20967# Implementation must be kept synchronized with func_dirname
20968# and func_basename. For efficiency, we do not delegate to
20969# those functions but instead duplicate the functionality here.
20970func_dirname_and_basename ()
bf9f3bac 20971{
8934764e
BB
20972 case ${1} in
20973 */*) func_dirname_result="${1%/*}${2}" ;;
20974 * ) func_dirname_result="${3}" ;;
20975 esac
20976 func_basename_result="${1##*/}"
bf9f3bac 20977}
20978
8934764e
BB
20979# func_stripname prefix suffix name
20980# strip PREFIX and SUFFIX off of NAME.
20981# PREFIX and SUFFIX must not contain globbing or regex special
20982# characters, hashes, percent signs, but SUFFIX may contain a leading
20983# dot (in which case that matches only a dot).
20984func_stripname ()
20985{
20986 # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
20987 # positional parameters, so assign one to ordinary parameter first.
20988 func_stripname_result=${3}
20989 func_stripname_result=${func_stripname_result#"${1}"}
20990 func_stripname_result=${func_stripname_result%"${2}"}
20991}
bf9f3bac 20992
8934764e
BB
20993# func_opt_split
20994func_opt_split ()
bf9f3bac 20995{
8934764e
BB
20996 func_opt_split_opt=${1%%=*}
20997 func_opt_split_arg=${1#*=}
20998}
20999
21000# func_lo2o object
21001func_lo2o ()
bf9f3bac 21002{
8934764e
BB
21003 case ${1} in
21004 *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
21005 *) func_lo2o_result=${1} ;;
21006 esac
21007}
21008
21009# func_xform libobj-or-source
21010func_xform ()
bf9f3bac 21011{
8934764e 21012 func_xform_result=${1%.*}.lo
bf9f3bac 21013}
21014
8934764e
BB
21015# func_arith arithmetic-term...
21016func_arith ()
21017{
21018 func_arith_result=$(( $* ))
21019}
bf9f3bac 21020
8934764e
BB
21021# func_len string
21022# STRING may not start with a hyphen.
21023func_len ()
21024{
21025 func_len_result=${#1}
21026}
bf9f3bac 21027
8934764e
BB
21028_LT_EOF
21029 ;;
21030 *) # Bourne compatible functions.
21031 cat << \_LT_EOF >> "$cfgfile"
bf9f3bac 21032
8934764e
BB
21033# func_dirname file append nondir_replacement
21034# Compute the dirname of FILE. If nonempty, add APPEND to the result,
21035# otherwise set result to NONDIR_REPLACEMENT.
21036func_dirname ()
21037{
21038 # Extract subdirectory from the argument.
21039 func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
21040 if test "X$func_dirname_result" = "X${1}"; then
21041 func_dirname_result="${3}"
21042 else
21043 func_dirname_result="$func_dirname_result${2}"
bf9f3bac 21044 fi
8934764e 21045}
bf9f3bac 21046
8934764e
BB
21047# func_basename file
21048func_basename ()
21049{
21050 func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
21051}
bf9f3bac 21052
bf9f3bac 21053
8934764e
BB
21054# func_stripname prefix suffix name
21055# strip PREFIX and SUFFIX off of NAME.
21056# PREFIX and SUFFIX must not contain globbing or regex special
21057# characters, hashes, percent signs, but SUFFIX may contain a leading
21058# dot (in which case that matches only a dot).
21059# func_strip_suffix prefix name
21060func_stripname ()
21061{
21062 case ${2} in
21063 .*) func_stripname_result=`$ECHO "X${3}" \
21064 | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
21065 *) func_stripname_result=`$ECHO "X${3}" \
21066 | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
21067 esac
21068}
bf9f3bac 21069
8934764e
BB
21070# sed scripts:
21071my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
21072my_sed_long_arg='1s/^-[^=]*=//'
bf9f3bac 21073
8934764e
BB
21074# func_opt_split
21075func_opt_split ()
21076{
21077 func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
21078 func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
21079}
bf9f3bac 21080
8934764e
BB
21081# func_lo2o object
21082func_lo2o ()
21083{
21084 func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
21085}
bf9f3bac 21086
8934764e
BB
21087# func_xform libobj-or-source
21088func_xform ()
21089{
21090 func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
21091}
bf9f3bac 21092
8934764e
BB
21093# func_arith arithmetic-term...
21094func_arith ()
21095{
21096 func_arith_result=`expr "$@"`
21097}
bf9f3bac 21098
8934764e
BB
21099# func_len string
21100# STRING may not start with a hyphen.
21101func_len ()
21102{
21103 func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
21104}
bf9f3bac 21105
8934764e
BB
21106_LT_EOF
21107esac
bf9f3bac 21108
8934764e
BB
21109case $lt_shell_append in
21110 yes)
21111 cat << \_LT_EOF >> "$cfgfile"
bf9f3bac 21112
8934764e
BB
21113# func_append var value
21114# Append VALUE to the end of shell variable VAR.
21115func_append ()
21116{
21117 eval "$1+=\$2"
21118}
21119_LT_EOF
21120 ;;
21121 *)
21122 cat << \_LT_EOF >> "$cfgfile"
bf9f3bac 21123
8934764e
BB
21124# func_append var value
21125# Append VALUE to the end of shell variable VAR.
21126func_append ()
21127{
21128 eval "$1=\$$1\$2"
21129}
bf9f3bac 21130
8934764e
BB
21131_LT_EOF
21132 ;;
16b719f0 21133 esac
bf9f3bac 21134
bf9f3bac 21135
8934764e
BB
21136 sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
21137 || (rm -f "$cfgfile"; exit 1)
bf9f3bac 21138
8934764e
BB
21139 mv -f "$cfgfile" "$ofile" ||
21140 (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
21141 chmod +x "$ofile"
bf9f3bac 21142
bf9f3bac 21143 ;;
8934764e 21144
bf9f3bac 21145 esac
8934764e 21146done # for ac_tag
bf9f3bac 21147
bf9f3bac 21148
21149{ (exit 0); exit 0; }
21150_ACEOF
21151chmod +x $CONFIG_STATUS
21152ac_clean_files=$ac_clean_files_save
21153
8934764e
BB
21154test $ac_write_fail = 0 ||
21155 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
21156$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
21157 { (exit 1); exit 1; }; }
21158
bf9f3bac 21159
21160# configure is writing to config.log, and then calls config.status.
21161# config.status does its own redirection, appending to config.log.
21162# Unfortunately, on DOS this fails, as config.log is still kept open
21163# by configure, so config.status won't be able to write to it; its
21164# output is simply discarded. So we exec the FD to /dev/null,
21165# effectively closing config.log, so it can be properly (re)opened and
21166# appended to by config.status. When coming back to configure, we
21167# need to make the FD available again.
21168if test "$no_create" != yes; then
21169 ac_cs_success=:
21170 ac_config_status_args=
21171 test "$silent" = yes &&
21172 ac_config_status_args="$ac_config_status_args --quiet"
21173 exec 5>/dev/null
21174 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
21175 exec 5>>config.log
21176 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
21177 # would make configure fail if this is the last instruction.
21178 $ac_cs_success || { (exit 1); exit 1; }
21179fi
8934764e
BB
21180if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
21181 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
21182$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
21183fi
bf9f3bac 21184