OSDN Git Service

ChangeLog rotation for 2010.
[pf3gnuchains/pf3gnuchains3x.git] / rda / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.64.
4 #
5 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software
7 # Foundation, Inc.
8 #
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## -------------------- ##
12 ## M4sh Initialization. ##
13 ## -------------------- ##
14
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
18   emulate sh
19   NULLCMD=:
20   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21   # is contrary to our usage.  Disable this feature.
22   alias -g '${1+"$@"}'='"$@"'
23   setopt NO_GLOB_SUBST
24 else
25   case `(set -o) 2>/dev/null` in #(
26   *posix*) :
27     set -o posix ;; #(
28   *) :
29      ;;
30 esac
31 fi
32
33
34 as_nl='
35 '
36 export as_nl
37 # Printing a long string crashes Solaris 7 /usr/bin/printf.
38 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
39 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
40 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
41 # Prefer a ksh shell builtin over an external printf program on Solaris,
42 # but without wasting forks for bash or zsh.
43 if test -z "$BASH_VERSION$ZSH_VERSION" \
44     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
45   as_echo='print -r --'
46   as_echo_n='print -rn --'
47 elif (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'
50 else
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'
70 fi
71
72 # The user is always right.
73 if 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   }
79 fi
80
81
82 # IFS
83 # We need space, tab and new line, in precisely that order.  Quoting is
84 # there to prevent editors from complaining about space-tab.
85 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
86 # splitting by setting IFS to empty value.)
87 IFS=" ""        $as_nl"
88
89 # Find who we are.  Look in the path if we contain no directory separator.
90 case $0 in #((
91   *[\\/]* ) as_myself=$0 ;;
92   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
93 for as_dir in $PATH
94 do
95   IFS=$as_save_IFS
96   test -z "$as_dir" && as_dir=.
97     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
98   done
99 IFS=$as_save_IFS
100
101      ;;
102 esac
103 # We did not find ourselves, most probably we were run as `sh COMMAND'
104 # in which case we are not to be found in the path.
105 if test "x$as_myself" = x; then
106   as_myself=$0
107 fi
108 if test ! -f "$as_myself"; then
109   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
110   exit 1
111 fi
112
113 # Unset variables that we do not need and which cause bugs (e.g. in
114 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
115 # suppresses any "Segmentation fault" message there.  '((' could
116 # trigger a bug in pdksh 5.2.14.
117 for as_var in BASH_ENV ENV MAIL MAILPATH
118 do eval test x\${$as_var+set} = xset \
119   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
120 done
121 PS1='$ '
122 PS2='> '
123 PS4='+ '
124
125 # NLS nuisances.
126 LC_ALL=C
127 export LC_ALL
128 LANGUAGE=C
129 export LANGUAGE
130
131 # CDPATH.
132 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
133
134 if test "x$CONFIG_SHELL" = x; then
135   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
136   emulate sh
137   NULLCMD=:
138   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
139   # is contrary to our usage.  Disable this feature.
140   alias -g '\${1+\"\$@\"}'='\"\$@\"'
141   setopt NO_GLOB_SUBST
142 else
143   case \`(set -o) 2>/dev/null\` in #(
144   *posix*) :
145     set -o posix ;; #(
146   *) :
147      ;;
148 esac
149 fi
150 "
151   as_required="as_fn_return () { (exit \$1); }
152 as_fn_success () { as_fn_return 0; }
153 as_fn_failure () { as_fn_return 1; }
154 as_fn_ret_success () { return 0; }
155 as_fn_ret_failure () { return 1; }
156
157 exitcode=0
158 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
159 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
160 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
161 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
162 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
163
164 else
165   exitcode=1; echo positional parameters were not saved.
166 fi
167 test x\$exitcode = x0 || exit 1"
168   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
169   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
170   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
171   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
172 test \$(( 1 + 1 )) = 2 || exit 1"
173   if (eval "$as_required") 2>/dev/null; then :
174   as_have_required=yes
175 else
176   as_have_required=no
177 fi
178   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
179
180 else
181   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
182 as_found=false
183 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
184 do
185   IFS=$as_save_IFS
186   test -z "$as_dir" && as_dir=.
187   as_found=:
188   case $as_dir in #(
189          /*)
190            for as_base in sh bash ksh sh5; do
191              # Try only shells that exist, to save several forks.
192              as_shell=$as_dir/$as_base
193              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
194                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
195   CONFIG_SHELL=$as_shell as_have_required=yes
196                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
197   break 2
198 fi
199 fi
200            done;;
201        esac
202   as_found=false
203 done
204 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
205               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
206   CONFIG_SHELL=$SHELL as_have_required=yes
207 fi; }
208 IFS=$as_save_IFS
209
210
211       if test "x$CONFIG_SHELL" != x; then :
212   # We cannot yet assume a decent shell, so we have to provide a
213         # neutralization value for shells without unset; and this also
214         # works around shells that cannot unset nonexistent variables.
215         BASH_ENV=/dev/null
216         ENV=/dev/null
217         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
218         export CONFIG_SHELL
219         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
220 fi
221
222     if test x$as_have_required = xno; then :
223   $as_echo "$0: This script requires a shell more modern than all"
224   $as_echo "$0: the shells that I found on your system."
225   if test x${ZSH_VERSION+set} = xset ; then
226     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
227     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
228   else
229     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
230 $0: including any error possibly output before this
231 $0: message. Then install a modern shell, or manually run
232 $0: the script under such a shell if you do have one."
233   fi
234   exit 1
235 fi
236 fi
237 fi
238 SHELL=${CONFIG_SHELL-/bin/sh}
239 export SHELL
240 # Unset more variables known to interfere with behavior of common tools.
241 CLICOLOR_FORCE= GREP_OPTIONS=
242 unset CLICOLOR_FORCE GREP_OPTIONS
243
244 ## --------------------- ##
245 ## M4sh Shell Functions. ##
246 ## --------------------- ##
247 # as_fn_unset VAR
248 # ---------------
249 # Portably unset VAR.
250 as_fn_unset ()
251 {
252   { eval $1=; unset $1;}
253 }
254 as_unset=as_fn_unset
255
256 # as_fn_set_status STATUS
257 # -----------------------
258 # Set $? to STATUS, without forking.
259 as_fn_set_status ()
260 {
261   return $1
262 } # as_fn_set_status
263
264 # as_fn_exit STATUS
265 # -----------------
266 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
267 as_fn_exit ()
268 {
269   set +e
270   as_fn_set_status $1
271   exit $1
272 } # as_fn_exit
273
274 # as_fn_mkdir_p
275 # -------------
276 # Create "$as_dir" as a directory, including parents if necessary.
277 as_fn_mkdir_p ()
278 {
279
280   case $as_dir in #(
281   -*) as_dir=./$as_dir;;
282   esac
283   test -d "$as_dir" || eval $as_mkdir_p || {
284     as_dirs=
285     while :; do
286       case $as_dir in #(
287       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
288       *) as_qdir=$as_dir;;
289       esac
290       as_dirs="'$as_qdir' $as_dirs"
291       as_dir=`$as_dirname -- "$as_dir" ||
292 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
293          X"$as_dir" : 'X\(//\)[^/]' \| \
294          X"$as_dir" : 'X\(//\)$' \| \
295          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
296 $as_echo X"$as_dir" |
297     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
298             s//\1/
299             q
300           }
301           /^X\(\/\/\)[^/].*/{
302             s//\1/
303             q
304           }
305           /^X\(\/\/\)$/{
306             s//\1/
307             q
308           }
309           /^X\(\/\).*/{
310             s//\1/
311             q
312           }
313           s/.*/./; q'`
314       test -d "$as_dir" && break
315     done
316     test -z "$as_dirs" || eval "mkdir $as_dirs"
317   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
318
319
320 } # as_fn_mkdir_p
321 # as_fn_append VAR VALUE
322 # ----------------------
323 # Append the text in VALUE to the end of the definition contained in VAR. Take
324 # advantage of any shell optimizations that allow amortized linear growth over
325 # repeated appends, instead of the typical quadratic growth present in naive
326 # implementations.
327 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
328   eval 'as_fn_append ()
329   {
330     eval $1+=\$2
331   }'
332 else
333   as_fn_append ()
334   {
335     eval $1=\$$1\$2
336   }
337 fi # as_fn_append
338
339 # as_fn_arith ARG...
340 # ------------------
341 # Perform arithmetic evaluation on the ARGs, and store the result in the
342 # global $as_val. Take advantage of shells that can avoid forks. The arguments
343 # must be portable across $(()) and expr.
344 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
345   eval 'as_fn_arith ()
346   {
347     as_val=$(( $* ))
348   }'
349 else
350   as_fn_arith ()
351   {
352     as_val=`expr "$@" || test $? -eq 1`
353   }
354 fi # as_fn_arith
355
356
357 # as_fn_error ERROR [LINENO LOG_FD]
358 # ---------------------------------
359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
361 # script with status $?, using 1 if that was 0.
362 as_fn_error ()
363 {
364   as_status=$?; test $as_status -eq 0 && as_status=1
365   if test "$3"; then
366     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
367     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
368   fi
369   $as_echo "$as_me: error: $1" >&2
370   as_fn_exit $as_status
371 } # as_fn_error
372
373 if expr a : '\(a\)' >/dev/null 2>&1 &&
374    test "X`expr 00001 : '.*\(...\)'`" = X001; then
375   as_expr=expr
376 else
377   as_expr=false
378 fi
379
380 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
381   as_basename=basename
382 else
383   as_basename=false
384 fi
385
386 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
387   as_dirname=dirname
388 else
389   as_dirname=false
390 fi
391
392 as_me=`$as_basename -- "$0" ||
393 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
394          X"$0" : 'X\(//\)$' \| \
395          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
396 $as_echo X/"$0" |
397     sed '/^.*\/\([^/][^/]*\)\/*$/{
398             s//\1/
399             q
400           }
401           /^X\/\(\/\/\)$/{
402             s//\1/
403             q
404           }
405           /^X\/\(\/\).*/{
406             s//\1/
407             q
408           }
409           s/.*/./; q'`
410
411 # Avoid depending upon Character Ranges.
412 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
413 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
414 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
415 as_cr_digits='0123456789'
416 as_cr_alnum=$as_cr_Letters$as_cr_digits
417
418
419   as_lineno_1=$LINENO as_lineno_1a=$LINENO
420   as_lineno_2=$LINENO as_lineno_2a=$LINENO
421   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
422   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
423   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
424   sed -n '
425     p
426     /[$]LINENO/=
427   ' <$as_myself |
428     sed '
429       s/[$]LINENO.*/&-/
430       t lineno
431       b
432       :lineno
433       N
434       :loop
435       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
436       t loop
437       s/-\n.*//
438     ' >$as_me.lineno &&
439   chmod +x "$as_me.lineno" ||
440     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
441
442   # Don't try to exec as it changes $[0], causing all sort of problems
443   # (the dirname of $[0] is not the place where we might find the
444   # original and so on.  Autoconf is especially sensitive to this).
445   . "./$as_me.lineno"
446   # Exit status is that of the last command.
447   exit
448 }
449
450 ECHO_C= ECHO_N= ECHO_T=
451 case `echo -n x` in #(((((
452 -n*)
453   case `echo 'xy\c'` in
454   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
455   xy)  ECHO_C='\c';;
456   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
457        ECHO_T=' ';;
458   esac;;
459 *)
460   ECHO_N='-n';;
461 esac
462
463 rm -f conf$$ conf$$.exe conf$$.file
464 if test -d conf$$.dir; then
465   rm -f conf$$.dir/conf$$.file
466 else
467   rm -f conf$$.dir
468   mkdir conf$$.dir 2>/dev/null
469 fi
470 if (echo >conf$$.file) 2>/dev/null; then
471   if ln -s conf$$.file conf$$ 2>/dev/null; then
472     as_ln_s='ln -s'
473     # ... but there are two gotchas:
474     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
475     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
476     # In both cases, we have to default to `cp -p'.
477     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
478       as_ln_s='cp -p'
479   elif ln conf$$.file conf$$ 2>/dev/null; then
480     as_ln_s=ln
481   else
482     as_ln_s='cp -p'
483   fi
484 else
485   as_ln_s='cp -p'
486 fi
487 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
488 rmdir conf$$.dir 2>/dev/null
489
490 if mkdir -p . 2>/dev/null; then
491   as_mkdir_p='mkdir -p "$as_dir"'
492 else
493   test -d ./-p && rmdir ./-p
494   as_mkdir_p=false
495 fi
496
497 if test -x / >/dev/null 2>&1; then
498   as_test_x='test -x'
499 else
500   if ls -dL / >/dev/null 2>&1; then
501     as_ls_L_option=L
502   else
503     as_ls_L_option=
504   fi
505   as_test_x='
506     eval sh -c '\''
507       if test -d "$1"; then
508         test -d "$1/.";
509       else
510         case $1 in #(
511         -*)set "./$1";;
512         esac;
513         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
514         ???[sx]*):;;*)false;;esac;fi
515     '\'' sh
516   '
517 fi
518 as_executable_p=$as_test_x
519
520 # Sed expression to map a string onto a valid CPP name.
521 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
522
523 # Sed expression to map a string onto a valid variable name.
524 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
525
526
527
528 # Check that we are running under the correct shell.
529 SHELL=${CONFIG_SHELL-/bin/sh}
530
531 case X$lt_ECHO in
532 X*--fallback-echo)
533   # Remove one level of quotation (which was required for Make).
534   ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
535   ;;
536 esac
537
538 ECHO=${lt_ECHO-echo}
539 if test "X$1" = X--no-reexec; then
540   # Discard the --no-reexec flag, and continue.
541   shift
542 elif test "X$1" = X--fallback-echo; then
543   # Avoid inline document here, it may be left over
544   :
545 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
546   # Yippee, $ECHO works!
547   :
548 else
549   # Restart under the correct shell.
550   exec $SHELL "$0" --no-reexec ${1+"$@"}
551 fi
552
553 if test "X$1" = X--fallback-echo; then
554   # used as fallback echo
555   shift
556   cat <<_LT_EOF
557 $*
558 _LT_EOF
559   exit 0
560 fi
561
562 # The HP-UX ksh and POSIX shell print the target directory to stdout
563 # if CDPATH is set.
564 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
565
566 if test -z "$lt_ECHO"; then
567   if test "X${echo_test_string+set}" != Xset; then
568     # find a string as large as possible, as long as the shell can cope with it
569     for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
570       # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
571       if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
572          { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
573       then
574         break
575       fi
576     done
577   fi
578
579   if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
580      echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
581      test "X$echo_testing_string" = "X$echo_test_string"; then
582     :
583   else
584     # The Solaris, AIX, and Digital Unix default echo programs unquote
585     # backslashes.  This makes it impossible to quote backslashes using
586     #   echo "$something" | sed 's/\\/\\\\/g'
587     #
588     # So, first we look for a working echo in the user's PATH.
589
590     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
591     for dir in $PATH /usr/ucb; do
592       IFS="$lt_save_ifs"
593       if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
594          test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
595          echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
596          test "X$echo_testing_string" = "X$echo_test_string"; then
597         ECHO="$dir/echo"
598         break
599       fi
600     done
601     IFS="$lt_save_ifs"
602
603     if test "X$ECHO" = Xecho; then
604       # We didn't find a better echo, so look for alternatives.
605       if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
606          echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
607          test "X$echo_testing_string" = "X$echo_test_string"; then
608         # This shell has a builtin print -r that does the trick.
609         ECHO='print -r'
610       elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
611            test "X$CONFIG_SHELL" != X/bin/ksh; then
612         # If we have ksh, try running configure again with it.
613         ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
614         export ORIGINAL_CONFIG_SHELL
615         CONFIG_SHELL=/bin/ksh
616         export CONFIG_SHELL
617         exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
618       else
619         # Try using printf.
620         ECHO='printf %s\n'
621         if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
622            echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
623            test "X$echo_testing_string" = "X$echo_test_string"; then
624           # Cool, printf works
625           :
626         elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
627              test "X$echo_testing_string" = 'X\t' &&
628              echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
629              test "X$echo_testing_string" = "X$echo_test_string"; then
630           CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
631           export CONFIG_SHELL
632           SHELL="$CONFIG_SHELL"
633           export SHELL
634           ECHO="$CONFIG_SHELL $0 --fallback-echo"
635         elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
636              test "X$echo_testing_string" = 'X\t' &&
637              echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
638              test "X$echo_testing_string" = "X$echo_test_string"; then
639           ECHO="$CONFIG_SHELL $0 --fallback-echo"
640         else
641           # maybe with a smaller string...
642           prev=:
643
644           for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
645             if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
646             then
647               break
648             fi
649             prev="$cmd"
650           done
651
652           if test "$prev" != 'sed 50q "$0"'; then
653             echo_test_string=`eval $prev`
654             export echo_test_string
655             exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
656           else
657             # Oops.  We lost completely, so just stick with echo.
658             ECHO=echo
659           fi
660         fi
661       fi
662     fi
663   fi
664 fi
665
666 # Copy echo and quote the copy suitably for passing to libtool from
667 # the Makefile, instead of quoting the original, which is used later.
668 lt_ECHO=$ECHO
669 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
670    lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
671 fi
672
673
674
675
676 exec 7<&0 </dev/null 6>&1
677
678 # Name of the host.
679 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
680 # so uname gets run too.
681 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
682
683 #
684 # Initializations.
685 #
686 ac_default_prefix=/usr/local
687 ac_clean_files=
688 ac_config_libobj_dir=.
689 LIBOBJS=
690 cross_compiling=no
691 subdirs=
692 MFLAGS=
693 MAKEFLAGS=
694
695 # Identity of this package.
696 PACKAGE_NAME=
697 PACKAGE_TARNAME=
698 PACKAGE_VERSION=
699 PACKAGE_STRING=
700 PACKAGE_BUGREPORT=
701 PACKAGE_URL=
702
703 ac_unique_file="README"
704 # Factoring default headers for most tests.
705 ac_includes_default="\
706 #include <stdio.h>
707 #ifdef HAVE_SYS_TYPES_H
708 # include <sys/types.h>
709 #endif
710 #ifdef HAVE_SYS_STAT_H
711 # include <sys/stat.h>
712 #endif
713 #ifdef STDC_HEADERS
714 # include <stdlib.h>
715 # include <stddef.h>
716 #else
717 # ifdef HAVE_STDLIB_H
718 #  include <stdlib.h>
719 # endif
720 #endif
721 #ifdef HAVE_STRING_H
722 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
723 #  include <memory.h>
724 # endif
725 # include <string.h>
726 #endif
727 #ifdef HAVE_STRINGS_H
728 # include <strings.h>
729 #endif
730 #ifdef HAVE_INTTYPES_H
731 # include <inttypes.h>
732 #endif
733 #ifdef HAVE_STDINT_H
734 # include <stdint.h>
735 #endif
736 #ifdef HAVE_UNISTD_H
737 # include <unistd.h>
738 #endif"
739
740 enable_option_checking=no
741 ac_subst_vars='am__EXEEXT_FALSE
742 am__EXEEXT_TRUE
743 LTLIBOBJS
744 LIBOBJS
745 targ_subdirs
746 subdirs
747 WERROR_CFLAGS
748 WARN_CFLAGS
749 CPP
750 OTOOL64
751 OTOOL
752 LIPO
753 NMEDIT
754 DSYMUTIL
755 lt_ECHO
756 RANLIB
757 AR
758 OBJDUMP
759 LN_S
760 NM
761 ac_ct_DUMPBIN
762 DUMPBIN
763 LD
764 FGREP
765 EGREP
766 GREP
767 SED
768 am__fastdepCC_FALSE
769 am__fastdepCC_TRUE
770 CCDEPMODE
771 AMDEPBACKSLASH
772 AMDEP_FALSE
773 AMDEP_TRUE
774 am__quote
775 am__include
776 DEPDIR
777 OBJEXT
778 EXEEXT
779 ac_ct_CC
780 CPPFLAGS
781 LDFLAGS
782 CFLAGS
783 CC
784 LIBTOOL
785 MAINT
786 MAINTAINER_MODE_FALSE
787 MAINTAINER_MODE_TRUE
788 am__untar
789 am__tar
790 AMTAR
791 am__leading_dot
792 SET_MAKE
793 AWK
794 mkdir_p
795 MKDIR_P
796 INSTALL_STRIP_PROGRAM
797 STRIP
798 install_sh
799 MAKEINFO
800 AUTOHEADER
801 AUTOMAKE
802 AUTOCONF
803 ACLOCAL
804 VERSION
805 PACKAGE
806 CYGPATH_W
807 am__isrc
808 INSTALL_DATA
809 INSTALL_SCRIPT
810 INSTALL_PROGRAM
811 target_os
812 target_vendor
813 target_cpu
814 target
815 host_os
816 host_vendor
817 host_cpu
818 host
819 build_os
820 build_vendor
821 build_cpu
822 build
823 target_alias
824 host_alias
825 build_alias
826 LIBS
827 ECHO_T
828 ECHO_N
829 ECHO_C
830 DEFS
831 mandir
832 localedir
833 libdir
834 psdir
835 pdfdir
836 dvidir
837 htmldir
838 infodir
839 docdir
840 oldincludedir
841 includedir
842 localstatedir
843 sharedstatedir
844 sysconfdir
845 datadir
846 datarootdir
847 libexecdir
848 sbindir
849 bindir
850 program_transform_name
851 prefix
852 exec_prefix
853 PACKAGE_URL
854 PACKAGE_BUGREPORT
855 PACKAGE_STRING
856 PACKAGE_VERSION
857 PACKAGE_TARNAME
858 PACKAGE_NAME
859 PATH_SEPARATOR
860 SHELL'
861 ac_subst_files=''
862 ac_user_opts='
863 enable_option_checking
864 enable_maintainer_mode
865 enable_shared
866 enable_static
867 with_pic
868 enable_fast_install
869 enable_dependency_tracking
870 with_gnu_ld
871 enable_libtool_lock
872 enable_build_warnings
873 enable_rda_build_warnings
874 '
875       ac_precious_vars='build_alias
876 host_alias
877 target_alias
878 CC
879 CFLAGS
880 LDFLAGS
881 LIBS
882 CPPFLAGS
883 CPP'
884 ac_subdirs_all='unix'
885
886 # Initialize some variables set by options.
887 ac_init_help=
888 ac_init_version=false
889 ac_unrecognized_opts=
890 ac_unrecognized_sep=
891 # The variables have the same names as the options, with
892 # dashes changed to underlines.
893 cache_file=/dev/null
894 exec_prefix=NONE
895 no_create=
896 no_recursion=
897 prefix=NONE
898 program_prefix=NONE
899 program_suffix=NONE
900 program_transform_name=s,x,x,
901 silent=
902 site=
903 srcdir=
904 verbose=
905 x_includes=NONE
906 x_libraries=NONE
907
908 # Installation directory options.
909 # These are left unexpanded so users can "make install exec_prefix=/foo"
910 # and all the variables that are supposed to be based on exec_prefix
911 # by default will actually change.
912 # Use braces instead of parens because sh, perl, etc. also accept them.
913 # (The list follows the same order as the GNU Coding Standards.)
914 bindir='${exec_prefix}/bin'
915 sbindir='${exec_prefix}/sbin'
916 libexecdir='${exec_prefix}/libexec'
917 datarootdir='${prefix}/share'
918 datadir='${datarootdir}'
919 sysconfdir='${prefix}/etc'
920 sharedstatedir='${prefix}/com'
921 localstatedir='${prefix}/var'
922 includedir='${prefix}/include'
923 oldincludedir='/usr/include'
924 docdir='${datarootdir}/doc/${PACKAGE}'
925 infodir='${datarootdir}/info'
926 htmldir='${docdir}'
927 dvidir='${docdir}'
928 pdfdir='${docdir}'
929 psdir='${docdir}'
930 libdir='${exec_prefix}/lib'
931 localedir='${datarootdir}/locale'
932 mandir='${datarootdir}/man'
933
934 ac_prev=
935 ac_dashdash=
936 for ac_option
937 do
938   # If the previous option needs an argument, assign it.
939   if test -n "$ac_prev"; then
940     eval $ac_prev=\$ac_option
941     ac_prev=
942     continue
943   fi
944
945   case $ac_option in
946   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
947   *)    ac_optarg=yes ;;
948   esac
949
950   # Accept the important Cygnus configure options, so we can diagnose typos.
951
952   case $ac_dashdash$ac_option in
953   --)
954     ac_dashdash=yes ;;
955
956   -bindir | --bindir | --bindi | --bind | --bin | --bi)
957     ac_prev=bindir ;;
958   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
959     bindir=$ac_optarg ;;
960
961   -build | --build | --buil | --bui | --bu)
962     ac_prev=build_alias ;;
963   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
964     build_alias=$ac_optarg ;;
965
966   -cache-file | --cache-file | --cache-fil | --cache-fi \
967   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
968     ac_prev=cache_file ;;
969   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
970   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
971     cache_file=$ac_optarg ;;
972
973   --config-cache | -C)
974     cache_file=config.cache ;;
975
976   -datadir | --datadir | --datadi | --datad)
977     ac_prev=datadir ;;
978   -datadir=* | --datadir=* | --datadi=* | --datad=*)
979     datadir=$ac_optarg ;;
980
981   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
982   | --dataroo | --dataro | --datar)
983     ac_prev=datarootdir ;;
984   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
985   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
986     datarootdir=$ac_optarg ;;
987
988   -disable-* | --disable-*)
989     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
990     # Reject names that are not valid shell variable names.
991     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
992       as_fn_error "invalid feature name: $ac_useropt"
993     ac_useropt_orig=$ac_useropt
994     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
995     case $ac_user_opts in
996       *"
997 "enable_$ac_useropt"
998 "*) ;;
999       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1000          ac_unrecognized_sep=', ';;
1001     esac
1002     eval enable_$ac_useropt=no ;;
1003
1004   -docdir | --docdir | --docdi | --doc | --do)
1005     ac_prev=docdir ;;
1006   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1007     docdir=$ac_optarg ;;
1008
1009   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1010     ac_prev=dvidir ;;
1011   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1012     dvidir=$ac_optarg ;;
1013
1014   -enable-* | --enable-*)
1015     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1016     # Reject names that are not valid shell variable names.
1017     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1018       as_fn_error "invalid feature name: $ac_useropt"
1019     ac_useropt_orig=$ac_useropt
1020     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1021     case $ac_user_opts in
1022       *"
1023 "enable_$ac_useropt"
1024 "*) ;;
1025       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1026          ac_unrecognized_sep=', ';;
1027     esac
1028     eval enable_$ac_useropt=\$ac_optarg ;;
1029
1030   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1031   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1032   | --exec | --exe | --ex)
1033     ac_prev=exec_prefix ;;
1034   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1035   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1036   | --exec=* | --exe=* | --ex=*)
1037     exec_prefix=$ac_optarg ;;
1038
1039   -gas | --gas | --ga | --g)
1040     # Obsolete; use --with-gas.
1041     with_gas=yes ;;
1042
1043   -help | --help | --hel | --he | -h)
1044     ac_init_help=long ;;
1045   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1046     ac_init_help=recursive ;;
1047   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1048     ac_init_help=short ;;
1049
1050   -host | --host | --hos | --ho)
1051     ac_prev=host_alias ;;
1052   -host=* | --host=* | --hos=* | --ho=*)
1053     host_alias=$ac_optarg ;;
1054
1055   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1056     ac_prev=htmldir ;;
1057   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1058   | --ht=*)
1059     htmldir=$ac_optarg ;;
1060
1061   -includedir | --includedir | --includedi | --included | --include \
1062   | --includ | --inclu | --incl | --inc)
1063     ac_prev=includedir ;;
1064   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1065   | --includ=* | --inclu=* | --incl=* | --inc=*)
1066     includedir=$ac_optarg ;;
1067
1068   -infodir | --infodir | --infodi | --infod | --info | --inf)
1069     ac_prev=infodir ;;
1070   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1071     infodir=$ac_optarg ;;
1072
1073   -libdir | --libdir | --libdi | --libd)
1074     ac_prev=libdir ;;
1075   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1076     libdir=$ac_optarg ;;
1077
1078   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1079   | --libexe | --libex | --libe)
1080     ac_prev=libexecdir ;;
1081   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1082   | --libexe=* | --libex=* | --libe=*)
1083     libexecdir=$ac_optarg ;;
1084
1085   -localedir | --localedir | --localedi | --localed | --locale)
1086     ac_prev=localedir ;;
1087   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1088     localedir=$ac_optarg ;;
1089
1090   -localstatedir | --localstatedir | --localstatedi | --localstated \
1091   | --localstate | --localstat | --localsta | --localst | --locals)
1092     ac_prev=localstatedir ;;
1093   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1094   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1095     localstatedir=$ac_optarg ;;
1096
1097   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1098     ac_prev=mandir ;;
1099   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1100     mandir=$ac_optarg ;;
1101
1102   -nfp | --nfp | --nf)
1103     # Obsolete; use --without-fp.
1104     with_fp=no ;;
1105
1106   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1107   | --no-cr | --no-c | -n)
1108     no_create=yes ;;
1109
1110   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1111   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1112     no_recursion=yes ;;
1113
1114   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1115   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1116   | --oldin | --oldi | --old | --ol | --o)
1117     ac_prev=oldincludedir ;;
1118   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1119   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1120   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1121     oldincludedir=$ac_optarg ;;
1122
1123   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1124     ac_prev=prefix ;;
1125   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1126     prefix=$ac_optarg ;;
1127
1128   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1129   | --program-pre | --program-pr | --program-p)
1130     ac_prev=program_prefix ;;
1131   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1132   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1133     program_prefix=$ac_optarg ;;
1134
1135   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1136   | --program-suf | --program-su | --program-s)
1137     ac_prev=program_suffix ;;
1138   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1139   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1140     program_suffix=$ac_optarg ;;
1141
1142   -program-transform-name | --program-transform-name \
1143   | --program-transform-nam | --program-transform-na \
1144   | --program-transform-n | --program-transform- \
1145   | --program-transform | --program-transfor \
1146   | --program-transfo | --program-transf \
1147   | --program-trans | --program-tran \
1148   | --progr-tra | --program-tr | --program-t)
1149     ac_prev=program_transform_name ;;
1150   -program-transform-name=* | --program-transform-name=* \
1151   | --program-transform-nam=* | --program-transform-na=* \
1152   | --program-transform-n=* | --program-transform-=* \
1153   | --program-transform=* | --program-transfor=* \
1154   | --program-transfo=* | --program-transf=* \
1155   | --program-trans=* | --program-tran=* \
1156   | --progr-tra=* | --program-tr=* | --program-t=*)
1157     program_transform_name=$ac_optarg ;;
1158
1159   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1160     ac_prev=pdfdir ;;
1161   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1162     pdfdir=$ac_optarg ;;
1163
1164   -psdir | --psdir | --psdi | --psd | --ps)
1165     ac_prev=psdir ;;
1166   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1167     psdir=$ac_optarg ;;
1168
1169   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1170   | -silent | --silent | --silen | --sile | --sil)
1171     silent=yes ;;
1172
1173   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1174     ac_prev=sbindir ;;
1175   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1176   | --sbi=* | --sb=*)
1177     sbindir=$ac_optarg ;;
1178
1179   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1180   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1181   | --sharedst | --shareds | --shared | --share | --shar \
1182   | --sha | --sh)
1183     ac_prev=sharedstatedir ;;
1184   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1185   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1186   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1187   | --sha=* | --sh=*)
1188     sharedstatedir=$ac_optarg ;;
1189
1190   -site | --site | --sit)
1191     ac_prev=site ;;
1192   -site=* | --site=* | --sit=*)
1193     site=$ac_optarg ;;
1194
1195   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1196     ac_prev=srcdir ;;
1197   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1198     srcdir=$ac_optarg ;;
1199
1200   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1201   | --syscon | --sysco | --sysc | --sys | --sy)
1202     ac_prev=sysconfdir ;;
1203   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1204   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1205     sysconfdir=$ac_optarg ;;
1206
1207   -target | --target | --targe | --targ | --tar | --ta | --t)
1208     ac_prev=target_alias ;;
1209   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1210     target_alias=$ac_optarg ;;
1211
1212   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1213     verbose=yes ;;
1214
1215   -version | --version | --versio | --versi | --vers | -V)
1216     ac_init_version=: ;;
1217
1218   -with-* | --with-*)
1219     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1220     # Reject names that are not valid shell variable names.
1221     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1222       as_fn_error "invalid package name: $ac_useropt"
1223     ac_useropt_orig=$ac_useropt
1224     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1225     case $ac_user_opts in
1226       *"
1227 "with_$ac_useropt"
1228 "*) ;;
1229       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1230          ac_unrecognized_sep=', ';;
1231     esac
1232     eval with_$ac_useropt=\$ac_optarg ;;
1233
1234   -without-* | --without-*)
1235     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1236     # Reject names that are not valid shell variable names.
1237     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1238       as_fn_error "invalid package name: $ac_useropt"
1239     ac_useropt_orig=$ac_useropt
1240     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1241     case $ac_user_opts in
1242       *"
1243 "with_$ac_useropt"
1244 "*) ;;
1245       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1246          ac_unrecognized_sep=', ';;
1247     esac
1248     eval with_$ac_useropt=no ;;
1249
1250   --x)
1251     # Obsolete; use --with-x.
1252     with_x=yes ;;
1253
1254   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1255   | --x-incl | --x-inc | --x-in | --x-i)
1256     ac_prev=x_includes ;;
1257   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1258   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1259     x_includes=$ac_optarg ;;
1260
1261   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1262   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1263     ac_prev=x_libraries ;;
1264   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1265   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1266     x_libraries=$ac_optarg ;;
1267
1268   -*) as_fn_error "unrecognized option: \`$ac_option'
1269 Try \`$0 --help' for more information."
1270     ;;
1271
1272   *=*)
1273     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1274     # Reject names that are not valid shell variable names.
1275     case $ac_envvar in #(
1276       '' | [0-9]* | *[!_$as_cr_alnum]* )
1277       as_fn_error "invalid variable name: \`$ac_envvar'" ;;
1278     esac
1279     eval $ac_envvar=\$ac_optarg
1280     export $ac_envvar ;;
1281
1282   *)
1283     # FIXME: should be removed in autoconf 3.0.
1284     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1285     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1286       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1287     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1288     ;;
1289
1290   esac
1291 done
1292
1293 if test -n "$ac_prev"; then
1294   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1295   as_fn_error "missing argument to $ac_option"
1296 fi
1297
1298 if test -n "$ac_unrecognized_opts"; then
1299   case $enable_option_checking in
1300     no) ;;
1301     fatal) as_fn_error "unrecognized options: $ac_unrecognized_opts" ;;
1302     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1303   esac
1304 fi
1305
1306 # Check all directory arguments for consistency.
1307 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1308                 datadir sysconfdir sharedstatedir localstatedir includedir \
1309                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1310                 libdir localedir mandir
1311 do
1312   eval ac_val=\$$ac_var
1313   # Remove trailing slashes.
1314   case $ac_val in
1315     */ )
1316       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1317       eval $ac_var=\$ac_val;;
1318   esac
1319   # Be sure to have absolute directory names.
1320   case $ac_val in
1321     [\\/$]* | ?:[\\/]* )  continue;;
1322     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1323   esac
1324   as_fn_error "expected an absolute directory name for --$ac_var: $ac_val"
1325 done
1326
1327 # There might be people who depend on the old broken behavior: `$host'
1328 # used to hold the argument of --host etc.
1329 # FIXME: To remove some day.
1330 build=$build_alias
1331 host=$host_alias
1332 target=$target_alias
1333
1334 # FIXME: To remove some day.
1335 if test "x$host_alias" != x; then
1336   if test "x$build_alias" = x; then
1337     cross_compiling=maybe
1338     $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1339     If a cross compiler is detected then cross compile mode will be used." >&2
1340   elif test "x$build_alias" != "x$host_alias"; then
1341     cross_compiling=yes
1342   fi
1343 fi
1344
1345 ac_tool_prefix=
1346 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1347
1348 test "$silent" = yes && exec 6>/dev/null
1349
1350
1351 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1352 ac_ls_di=`ls -di .` &&
1353 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1354   as_fn_error "working directory cannot be determined"
1355 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1356   as_fn_error "pwd does not report name of working directory"
1357
1358
1359 # Find the source files, if location was not specified.
1360 if test -z "$srcdir"; then
1361   ac_srcdir_defaulted=yes
1362   # Try the directory containing this script, then the parent directory.
1363   ac_confdir=`$as_dirname -- "$as_myself" ||
1364 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1365          X"$as_myself" : 'X\(//\)[^/]' \| \
1366          X"$as_myself" : 'X\(//\)$' \| \
1367          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1368 $as_echo X"$as_myself" |
1369     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1370             s//\1/
1371             q
1372           }
1373           /^X\(\/\/\)[^/].*/{
1374             s//\1/
1375             q
1376           }
1377           /^X\(\/\/\)$/{
1378             s//\1/
1379             q
1380           }
1381           /^X\(\/\).*/{
1382             s//\1/
1383             q
1384           }
1385           s/.*/./; q'`
1386   srcdir=$ac_confdir
1387   if test ! -r "$srcdir/$ac_unique_file"; then
1388     srcdir=..
1389   fi
1390 else
1391   ac_srcdir_defaulted=no
1392 fi
1393 if test ! -r "$srcdir/$ac_unique_file"; then
1394   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1395   as_fn_error "cannot find sources ($ac_unique_file) in $srcdir"
1396 fi
1397 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1398 ac_abs_confdir=`(
1399         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error "$ac_msg"
1400         pwd)`
1401 # When building in place, set srcdir=.
1402 if test "$ac_abs_confdir" = "$ac_pwd"; then
1403   srcdir=.
1404 fi
1405 # Remove unnecessary trailing slashes from srcdir.
1406 # Double slashes in file names in object file debugging info
1407 # mess up M-x gdb in Emacs.
1408 case $srcdir in
1409 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1410 esac
1411 for ac_var in $ac_precious_vars; do
1412   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1413   eval ac_env_${ac_var}_value=\$${ac_var}
1414   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1415   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1416 done
1417
1418 #
1419 # Report the --help message.
1420 #
1421 if test "$ac_init_help" = "long"; then
1422   # Omit some internal or obsolete options to make the list less imposing.
1423   # This message is too long to be a string in the A/UX 3.1 sh.
1424   cat <<_ACEOF
1425 \`configure' configures this package to adapt to many kinds of systems.
1426
1427 Usage: $0 [OPTION]... [VAR=VALUE]...
1428
1429 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1430 VAR=VALUE.  See below for descriptions of some of the useful variables.
1431
1432 Defaults for the options are specified in brackets.
1433
1434 Configuration:
1435   -h, --help              display this help and exit
1436       --help=short        display options specific to this package
1437       --help=recursive    display the short help of all the included packages
1438   -V, --version           display version information and exit
1439   -q, --quiet, --silent   do not print \`checking...' messages
1440       --cache-file=FILE   cache test results in FILE [disabled]
1441   -C, --config-cache      alias for \`--cache-file=config.cache'
1442   -n, --no-create         do not create output files
1443       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1444
1445 Installation directories:
1446   --prefix=PREFIX         install architecture-independent files in PREFIX
1447                           [$ac_default_prefix]
1448   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1449                           [PREFIX]
1450
1451 By default, \`make install' will install all the files in
1452 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1453 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1454 for instance \`--prefix=\$HOME'.
1455
1456 For better control, use the options below.
1457
1458 Fine tuning of the installation directories:
1459   --bindir=DIR            user executables [EPREFIX/bin]
1460   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1461   --libexecdir=DIR        program executables [EPREFIX/libexec]
1462   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1463   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1464   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1465   --libdir=DIR            object code libraries [EPREFIX/lib]
1466   --includedir=DIR        C header files [PREFIX/include]
1467   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1468   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1469   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1470   --infodir=DIR           info documentation [DATAROOTDIR/info]
1471   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1472   --mandir=DIR            man documentation [DATAROOTDIR/man]
1473   --docdir=DIR            documentation root [DATAROOTDIR/doc/PACKAGE]
1474   --htmldir=DIR           html documentation [DOCDIR]
1475   --dvidir=DIR            dvi documentation [DOCDIR]
1476   --pdfdir=DIR            pdf documentation [DOCDIR]
1477   --psdir=DIR             ps documentation [DOCDIR]
1478 _ACEOF
1479
1480   cat <<\_ACEOF
1481
1482 Program names:
1483   --program-prefix=PREFIX            prepend PREFIX to installed program names
1484   --program-suffix=SUFFIX            append SUFFIX to installed program names
1485   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1486
1487 System types:
1488   --build=BUILD     configure for building on BUILD [guessed]
1489   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1490   --target=TARGET   configure for building compilers for TARGET [HOST]
1491 _ACEOF
1492 fi
1493
1494 if test -n "$ac_init_help"; then
1495
1496   cat <<\_ACEOF
1497
1498 Optional Features:
1499   --disable-option-checking  ignore unrecognized --enable/--with options
1500   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1501   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1502   --enable-maintainer-mode  enable make rules and dependencies not useful
1503                           (and sometimes confusing) to the casual installer
1504   --enable-shared[=PKGS]  build shared libraries [default=yes]
1505   --enable-static[=PKGS]  build static libraries [default=yes]
1506   --enable-fast-install[=PKGS]
1507                           optimize for fast installation [default=yes]
1508   --disable-dependency-tracking  speeds up one-time build
1509   --enable-dependency-tracking   do not reject slow dependency extractors
1510   --disable-libtool-lock  avoid locking (might break parallel builds)
1511   --enable-build-warnings Enable build-time compiler warnings if gcc is used
1512   --enable-rda-build-warnings Enable RDA specific build-time compiler warnings if gcc is used
1513
1514 Optional Packages:
1515   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1516   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1517   --with-pic              try to use only PIC/non-PIC objects [default=use
1518                           both]
1519   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1520
1521 Some influential environment variables:
1522   CC          C compiler command
1523   CFLAGS      C compiler flags
1524   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1525               nonstandard directory <lib dir>
1526   LIBS        libraries to pass to the linker, e.g. -l<library>
1527   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1528               you have headers in a nonstandard directory <include dir>
1529   CPP         C preprocessor
1530
1531 Use these variables to override the choices made by `configure' or to help
1532 it to find libraries and programs with nonstandard names/locations.
1533
1534 Report bugs to the package provider.
1535 _ACEOF
1536 ac_status=$?
1537 fi
1538
1539 if test "$ac_init_help" = "recursive"; then
1540   # If there are subdirs, report their specific --help.
1541   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1542     test -d "$ac_dir" ||
1543       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1544       continue
1545     ac_builddir=.
1546
1547 case "$ac_dir" in
1548 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1549 *)
1550   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1551   # A ".." for each directory in $ac_dir_suffix.
1552   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1553   case $ac_top_builddir_sub in
1554   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1555   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1556   esac ;;
1557 esac
1558 ac_abs_top_builddir=$ac_pwd
1559 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1560 # for backward compatibility:
1561 ac_top_builddir=$ac_top_build_prefix
1562
1563 case $srcdir in
1564   .)  # We are building in place.
1565     ac_srcdir=.
1566     ac_top_srcdir=$ac_top_builddir_sub
1567     ac_abs_top_srcdir=$ac_pwd ;;
1568   [\\/]* | ?:[\\/]* )  # Absolute name.
1569     ac_srcdir=$srcdir$ac_dir_suffix;
1570     ac_top_srcdir=$srcdir
1571     ac_abs_top_srcdir=$srcdir ;;
1572   *) # Relative name.
1573     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1574     ac_top_srcdir=$ac_top_build_prefix$srcdir
1575     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1576 esac
1577 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1578
1579     cd "$ac_dir" || { ac_status=$?; continue; }
1580     # Check for guested configure.
1581     if test -f "$ac_srcdir/configure.gnu"; then
1582       echo &&
1583       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1584     elif test -f "$ac_srcdir/configure"; then
1585       echo &&
1586       $SHELL "$ac_srcdir/configure" --help=recursive
1587     else
1588       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1589     fi || ac_status=$?
1590     cd "$ac_pwd" || { ac_status=$?; break; }
1591   done
1592 fi
1593
1594 test -n "$ac_init_help" && exit $ac_status
1595 if $ac_init_version; then
1596   cat <<\_ACEOF
1597 configure
1598 generated by GNU Autoconf 2.64
1599
1600 Copyright (C) 2009 Free Software Foundation, Inc.
1601 This configure script is free software; the Free Software Foundation
1602 gives unlimited permission to copy, distribute and modify it.
1603 _ACEOF
1604   exit
1605 fi
1606
1607 ## ------------------------ ##
1608 ## Autoconf initialization. ##
1609 ## ------------------------ ##
1610
1611 # ac_fn_c_try_compile LINENO
1612 # --------------------------
1613 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1614 ac_fn_c_try_compile ()
1615 {
1616   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1617   rm -f conftest.$ac_objext
1618   if { { ac_try="$ac_compile"
1619 case "(($ac_try" in
1620   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1621   *) ac_try_echo=$ac_try;;
1622 esac
1623 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1624 $as_echo "$ac_try_echo"; } >&5
1625   (eval "$ac_compile") 2>conftest.err
1626   ac_status=$?
1627   if test -s conftest.err; then
1628     grep -v '^ *+' conftest.err >conftest.er1
1629     cat conftest.er1 >&5
1630     mv -f conftest.er1 conftest.err
1631   fi
1632   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1633   test $ac_status = 0; } && {
1634          test -z "$ac_c_werror_flag" ||
1635          test ! -s conftest.err
1636        } && test -s conftest.$ac_objext; then :
1637   ac_retval=0
1638 else
1639   $as_echo "$as_me: failed program was:" >&5
1640 sed 's/^/| /' conftest.$ac_ext >&5
1641
1642         ac_retval=1
1643 fi
1644   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1645   return $ac_retval
1646
1647 } # ac_fn_c_try_compile
1648
1649 # ac_fn_c_try_link LINENO
1650 # -----------------------
1651 # Try to link conftest.$ac_ext, and return whether this succeeded.
1652 ac_fn_c_try_link ()
1653 {
1654   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1655   rm -f conftest.$ac_objext conftest$ac_exeext
1656   if { { ac_try="$ac_link"
1657 case "(($ac_try" in
1658   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1659   *) ac_try_echo=$ac_try;;
1660 esac
1661 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1662 $as_echo "$ac_try_echo"; } >&5
1663   (eval "$ac_link") 2>conftest.err
1664   ac_status=$?
1665   if test -s conftest.err; then
1666     grep -v '^ *+' conftest.err >conftest.er1
1667     cat conftest.er1 >&5
1668     mv -f conftest.er1 conftest.err
1669   fi
1670   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1671   test $ac_status = 0; } && {
1672          test -z "$ac_c_werror_flag" ||
1673          test ! -s conftest.err
1674        } && test -s conftest$ac_exeext && {
1675          test "$cross_compiling" = yes ||
1676          $as_test_x conftest$ac_exeext
1677        }; then :
1678   ac_retval=0
1679 else
1680   $as_echo "$as_me: failed program was:" >&5
1681 sed 's/^/| /' conftest.$ac_ext >&5
1682
1683         ac_retval=1
1684 fi
1685   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1686   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1687   # interfere with the next link command; also delete a directory that is
1688   # left behind by Apple's compiler.  We do this before executing the actions.
1689   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1690   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1691   return $ac_retval
1692
1693 } # ac_fn_c_try_link
1694
1695 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1696 # -------------------------------------------------------
1697 # Tests whether HEADER exists and can be compiled using the include files in
1698 # INCLUDES, setting the cache variable VAR accordingly.
1699 ac_fn_c_check_header_compile ()
1700 {
1701   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1702   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1703 $as_echo_n "checking for $2... " >&6; }
1704 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1705   $as_echo_n "(cached) " >&6
1706 else
1707   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1708 /* end confdefs.h.  */
1709 $4
1710 #include <$2>
1711 _ACEOF
1712 if ac_fn_c_try_compile "$LINENO"; then :
1713   eval "$3=yes"
1714 else
1715   eval "$3=no"
1716 fi
1717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1718 fi
1719 eval ac_res=\$$3
1720                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1721 $as_echo "$ac_res" >&6; }
1722   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1723
1724 } # ac_fn_c_check_header_compile
1725
1726 # ac_fn_c_try_cpp LINENO
1727 # ----------------------
1728 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1729 ac_fn_c_try_cpp ()
1730 {
1731   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1732   if { { ac_try="$ac_cpp conftest.$ac_ext"
1733 case "(($ac_try" in
1734   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1735   *) ac_try_echo=$ac_try;;
1736 esac
1737 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1738 $as_echo "$ac_try_echo"; } >&5
1739   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1740   ac_status=$?
1741   if test -s conftest.err; then
1742     grep -v '^ *+' conftest.err >conftest.er1
1743     cat conftest.er1 >&5
1744     mv -f conftest.er1 conftest.err
1745   fi
1746   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1747   test $ac_status = 0; } >/dev/null && {
1748          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1749          test ! -s conftest.err
1750        }; then :
1751   ac_retval=0
1752 else
1753   $as_echo "$as_me: failed program was:" >&5
1754 sed 's/^/| /' conftest.$ac_ext >&5
1755
1756     ac_retval=1
1757 fi
1758   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1759   return $ac_retval
1760
1761 } # ac_fn_c_try_cpp
1762
1763 # ac_fn_c_try_run LINENO
1764 # ----------------------
1765 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1766 # that executables *can* be run.
1767 ac_fn_c_try_run ()
1768 {
1769   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1770   if { { ac_try="$ac_link"
1771 case "(($ac_try" in
1772   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1773   *) ac_try_echo=$ac_try;;
1774 esac
1775 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1776 $as_echo "$ac_try_echo"; } >&5
1777   (eval "$ac_link") 2>&5
1778   ac_status=$?
1779   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1780   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1781   { { case "(($ac_try" in
1782   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1783   *) ac_try_echo=$ac_try;;
1784 esac
1785 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1786 $as_echo "$ac_try_echo"; } >&5
1787   (eval "$ac_try") 2>&5
1788   ac_status=$?
1789   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1790   test $ac_status = 0; }; }; then :
1791   ac_retval=0
1792 else
1793   $as_echo "$as_me: program exited with status $ac_status" >&5
1794        $as_echo "$as_me: failed program was:" >&5
1795 sed 's/^/| /' conftest.$ac_ext >&5
1796
1797        ac_retval=$ac_status
1798 fi
1799   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1800   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1801   return $ac_retval
1802
1803 } # ac_fn_c_try_run
1804
1805 # ac_fn_c_check_func LINENO FUNC VAR
1806 # ----------------------------------
1807 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1808 ac_fn_c_check_func ()
1809 {
1810   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1811   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1812 $as_echo_n "checking for $2... " >&6; }
1813 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1814   $as_echo_n "(cached) " >&6
1815 else
1816   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1817 /* end confdefs.h.  */
1818 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1819    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1820 #define $2 innocuous_$2
1821
1822 /* System header to define __stub macros and hopefully few prototypes,
1823     which can conflict with char $2 (); below.
1824     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1825     <limits.h> exists even on freestanding compilers.  */
1826
1827 #ifdef __STDC__
1828 # include <limits.h>
1829 #else
1830 # include <assert.h>
1831 #endif
1832
1833 #undef $2
1834
1835 /* Override any GCC internal prototype to avoid an error.
1836    Use char because int might match the return type of a GCC
1837    builtin and then its argument prototype would still apply.  */
1838 #ifdef __cplusplus
1839 extern "C"
1840 #endif
1841 char $2 ();
1842 /* The GNU C library defines this for functions which it implements
1843     to always fail with ENOSYS.  Some functions are actually named
1844     something starting with __ and the normal name is an alias.  */
1845 #if defined __stub_$2 || defined __stub___$2
1846 choke me
1847 #endif
1848
1849 int
1850 main ()
1851 {
1852 return $2 ();
1853   ;
1854   return 0;
1855 }
1856 _ACEOF
1857 if ac_fn_c_try_link "$LINENO"; then :
1858   eval "$3=yes"
1859 else
1860   eval "$3=no"
1861 fi
1862 rm -f core conftest.err conftest.$ac_objext \
1863     conftest$ac_exeext conftest.$ac_ext
1864 fi
1865 eval ac_res=\$$3
1866                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1867 $as_echo "$ac_res" >&6; }
1868   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1869
1870 } # ac_fn_c_check_func
1871
1872 # ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1873 # -------------------------------------------------------
1874 # Tests whether HEADER exists, giving a warning if it cannot be compiled using
1875 # the include files in INCLUDES and setting the cache variable VAR
1876 # accordingly.
1877 ac_fn_c_check_header_mongrel ()
1878 {
1879   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1880   if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1881   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1882 $as_echo_n "checking for $2... " >&6; }
1883 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1884   $as_echo_n "(cached) " >&6
1885 fi
1886 eval ac_res=\$$3
1887                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1888 $as_echo "$ac_res" >&6; }
1889 else
1890   # Is the header compilable?
1891 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1892 $as_echo_n "checking $2 usability... " >&6; }
1893 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1894 /* end confdefs.h.  */
1895 $4
1896 #include <$2>
1897 _ACEOF
1898 if ac_fn_c_try_compile "$LINENO"; then :
1899   ac_header_compiler=yes
1900 else
1901   ac_header_compiler=no
1902 fi
1903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1904 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1905 $as_echo "$ac_header_compiler" >&6; }
1906
1907 # Is the header present?
1908 { $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1909 $as_echo_n "checking $2 presence... " >&6; }
1910 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1911 /* end confdefs.h.  */
1912 #include <$2>
1913 _ACEOF
1914 if ac_fn_c_try_cpp "$LINENO"; then :
1915   ac_header_preproc=yes
1916 else
1917   ac_header_preproc=no
1918 fi
1919 rm -f conftest.err conftest.$ac_ext
1920 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1921 $as_echo "$ac_header_preproc" >&6; }
1922
1923 # So?  What about this header?
1924 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1925   yes:no: )
1926     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1927 $as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1928     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1929 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1930     ;;
1931   no:yes:* )
1932     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1933 $as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1934     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1935 $as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1936     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1937 $as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1938     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1939 $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1940     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1941 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1942     ;;
1943 esac
1944   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1945 $as_echo_n "checking for $2... " >&6; }
1946 if { as_var=$3; eval "test \"\${$as_var+set}\" = set"; }; then :
1947   $as_echo_n "(cached) " >&6
1948 else
1949   eval "$3=\$ac_header_compiler"
1950 fi
1951 eval ac_res=\$$3
1952                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1953 $as_echo "$ac_res" >&6; }
1954 fi
1955   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1956
1957 } # ac_fn_c_check_header_mongrel
1958 cat >config.log <<_ACEOF
1959 This file contains any messages produced by compilers while
1960 running configure, to aid debugging if configure makes a mistake.
1961
1962 It was created by $as_me, which was
1963 generated by GNU Autoconf 2.64.  Invocation command line was
1964
1965   $ $0 $@
1966
1967 _ACEOF
1968 exec 5>>config.log
1969 {
1970 cat <<_ASUNAME
1971 ## --------- ##
1972 ## Platform. ##
1973 ## --------- ##
1974
1975 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1976 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1977 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1978 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1979 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1980
1981 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1982 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1983
1984 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1985 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1986 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1987 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1988 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1989 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1990 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1991
1992 _ASUNAME
1993
1994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1995 for as_dir in $PATH
1996 do
1997   IFS=$as_save_IFS
1998   test -z "$as_dir" && as_dir=.
1999     $as_echo "PATH: $as_dir"
2000   done
2001 IFS=$as_save_IFS
2002
2003 } >&5
2004
2005 cat >&5 <<_ACEOF
2006
2007
2008 ## ----------- ##
2009 ## Core tests. ##
2010 ## ----------- ##
2011
2012 _ACEOF
2013
2014
2015 # Keep a trace of the command line.
2016 # Strip out --no-create and --no-recursion so they do not pile up.
2017 # Strip out --silent because we don't want to record it for future runs.
2018 # Also quote any args containing shell meta-characters.
2019 # Make two passes to allow for proper duplicate-argument suppression.
2020 ac_configure_args=
2021 ac_configure_args0=
2022 ac_configure_args1=
2023 ac_must_keep_next=false
2024 for ac_pass in 1 2
2025 do
2026   for ac_arg
2027   do
2028     case $ac_arg in
2029     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
2030     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2031     | -silent | --silent | --silen | --sile | --sil)
2032       continue ;;
2033     *\'*)
2034       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
2035     esac
2036     case $ac_pass in
2037     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
2038     2)
2039       as_fn_append ac_configure_args1 " '$ac_arg'"
2040       if test $ac_must_keep_next = true; then
2041         ac_must_keep_next=false # Got value, back to normal.
2042       else
2043         case $ac_arg in
2044           *=* | --config-cache | -C | -disable-* | --disable-* \
2045           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
2046           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
2047           | -with-* | --with-* | -without-* | --without-* | --x)
2048             case "$ac_configure_args0 " in
2049               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
2050             esac
2051             ;;
2052           -* ) ac_must_keep_next=true ;;
2053         esac
2054       fi
2055       as_fn_append ac_configure_args " '$ac_arg'"
2056       ;;
2057     esac
2058   done
2059 done
2060 { ac_configure_args0=; unset ac_configure_args0;}
2061 { ac_configure_args1=; unset ac_configure_args1;}
2062
2063 # When interrupted or exit'd, cleanup temporary files, and complete
2064 # config.log.  We remove comments because anyway the quotes in there
2065 # would cause problems or look ugly.
2066 # WARNING: Use '\'' to represent an apostrophe within the trap.
2067 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
2068 trap 'exit_status=$?
2069   # Save into config.log some information that might help in debugging.
2070   {
2071     echo
2072
2073     cat <<\_ASBOX
2074 ## ---------------- ##
2075 ## Cache variables. ##
2076 ## ---------------- ##
2077 _ASBOX
2078     echo
2079     # The following way of writing the cache mishandles newlines in values,
2080 (
2081   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2082     eval ac_val=\$$ac_var
2083     case $ac_val in #(
2084     *${as_nl}*)
2085       case $ac_var in #(
2086       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2087 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2088       esac
2089       case $ac_var in #(
2090       _ | IFS | as_nl) ;; #(
2091       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2092       *) { eval $ac_var=; unset $ac_var;} ;;
2093       esac ;;
2094     esac
2095   done
2096   (set) 2>&1 |
2097     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2098     *${as_nl}ac_space=\ *)
2099       sed -n \
2100         "s/'\''/'\''\\\\'\'''\''/g;
2101           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2102       ;; #(
2103     *)
2104       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2105       ;;
2106     esac |
2107     sort
2108 )
2109     echo
2110
2111     cat <<\_ASBOX
2112 ## ----------------- ##
2113 ## Output variables. ##
2114 ## ----------------- ##
2115 _ASBOX
2116     echo
2117     for ac_var in $ac_subst_vars
2118     do
2119       eval ac_val=\$$ac_var
2120       case $ac_val in
2121       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2122       esac
2123       $as_echo "$ac_var='\''$ac_val'\''"
2124     done | sort
2125     echo
2126
2127     if test -n "$ac_subst_files"; then
2128       cat <<\_ASBOX
2129 ## ------------------- ##
2130 ## File substitutions. ##
2131 ## ------------------- ##
2132 _ASBOX
2133       echo
2134       for ac_var in $ac_subst_files
2135       do
2136         eval ac_val=\$$ac_var
2137         case $ac_val in
2138         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2139         esac
2140         $as_echo "$ac_var='\''$ac_val'\''"
2141       done | sort
2142       echo
2143     fi
2144
2145     if test -s confdefs.h; then
2146       cat <<\_ASBOX
2147 ## ----------- ##
2148 ## confdefs.h. ##
2149 ## ----------- ##
2150 _ASBOX
2151       echo
2152       cat confdefs.h
2153       echo
2154     fi
2155     test "$ac_signal" != 0 &&
2156       $as_echo "$as_me: caught signal $ac_signal"
2157     $as_echo "$as_me: exit $exit_status"
2158   } >&5
2159   rm -f core *.core core.conftest.* &&
2160     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2161     exit $exit_status
2162 ' 0
2163 for ac_signal in 1 2 13 15; do
2164   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2165 done
2166 ac_signal=0
2167
2168 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2169 rm -f -r conftest* confdefs.h
2170
2171 $as_echo "/* confdefs.h */" > confdefs.h
2172
2173 # Predefined preprocessor variables.
2174
2175 cat >>confdefs.h <<_ACEOF
2176 #define PACKAGE_NAME "$PACKAGE_NAME"
2177 _ACEOF
2178
2179 cat >>confdefs.h <<_ACEOF
2180 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2181 _ACEOF
2182
2183 cat >>confdefs.h <<_ACEOF
2184 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2185 _ACEOF
2186
2187 cat >>confdefs.h <<_ACEOF
2188 #define PACKAGE_STRING "$PACKAGE_STRING"
2189 _ACEOF
2190
2191 cat >>confdefs.h <<_ACEOF
2192 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2193 _ACEOF
2194
2195 cat >>confdefs.h <<_ACEOF
2196 #define PACKAGE_URL "$PACKAGE_URL"
2197 _ACEOF
2198
2199
2200 # Let the site file select an alternate cache file if it wants to.
2201 # Prefer an explicitly selected file to automatically selected ones.
2202 ac_site_file1=NONE
2203 ac_site_file2=NONE
2204 if test -n "$CONFIG_SITE"; then
2205   ac_site_file1=$CONFIG_SITE
2206 elif test "x$prefix" != xNONE; then
2207   ac_site_file1=$prefix/share/config.site
2208   ac_site_file2=$prefix/etc/config.site
2209 else
2210   ac_site_file1=$ac_default_prefix/share/config.site
2211   ac_site_file2=$ac_default_prefix/etc/config.site
2212 fi
2213 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2214 do
2215   test "x$ac_site_file" = xNONE && continue
2216   if test -r "$ac_site_file"; then
2217     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2218 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2219     sed 's/^/| /' "$ac_site_file" >&5
2220     . "$ac_site_file"
2221   fi
2222 done
2223
2224 if test -r "$cache_file"; then
2225   # Some versions of bash will fail to source /dev/null (special
2226   # files actually), so we avoid doing that.
2227   if test -f "$cache_file"; then
2228     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2229 $as_echo "$as_me: loading cache $cache_file" >&6;}
2230     case $cache_file in
2231       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2232       *)                      . "./$cache_file";;
2233     esac
2234   fi
2235 else
2236   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2237 $as_echo "$as_me: creating cache $cache_file" >&6;}
2238   >$cache_file
2239 fi
2240
2241 # Check that the precious variables saved in the cache have kept the same
2242 # value.
2243 ac_cache_corrupted=false
2244 for ac_var in $ac_precious_vars; do
2245   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2246   eval ac_new_set=\$ac_env_${ac_var}_set
2247   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2248   eval ac_new_val=\$ac_env_${ac_var}_value
2249   case $ac_old_set,$ac_new_set in
2250     set,)
2251       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2252 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2253       ac_cache_corrupted=: ;;
2254     ,set)
2255       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2256 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2257       ac_cache_corrupted=: ;;
2258     ,);;
2259     *)
2260       if test "x$ac_old_val" != "x$ac_new_val"; then
2261         # differences in whitespace do not lead to failure.
2262         ac_old_val_w=`echo x $ac_old_val`
2263         ac_new_val_w=`echo x $ac_new_val`
2264         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2265           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2266 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2267           ac_cache_corrupted=:
2268         else
2269           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2270 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2271           eval $ac_var=\$ac_old_val
2272         fi
2273         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2274 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2275         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2276 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2277       fi;;
2278   esac
2279   # Pass precious variables to config.status.
2280   if test "$ac_new_set" = set; then
2281     case $ac_new_val in
2282     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2283     *) ac_arg=$ac_var=$ac_new_val ;;
2284     esac
2285     case " $ac_configure_args " in
2286       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2287       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2288     esac
2289   fi
2290 done
2291 if $ac_cache_corrupted; then
2292   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2293 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2294   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2295 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2296   as_fn_error "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2297 fi
2298 ## -------------------- ##
2299 ## Main body of script. ##
2300 ## -------------------- ##
2301
2302 ac_ext=c
2303 ac_cpp='$CPP $CPPFLAGS'
2304 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2305 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2306 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2307
2308
2309 ac_aux_dir=
2310 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2311   for ac_t in install-sh install.sh shtool; do
2312     if test -f "$ac_dir/$ac_t"; then
2313       ac_aux_dir=$ac_dir
2314       ac_install_sh="$ac_aux_dir/$ac_t -c"
2315       break 2
2316     fi
2317   done
2318 done
2319 if test -z "$ac_aux_dir"; then
2320   as_fn_error "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2321 fi
2322
2323 # These three variables are undocumented and unsupported,
2324 # and are intended to be withdrawn in a future Autoconf release.
2325 # They can cause serious problems if a builder's source tree is in a directory
2326 # whose full name contains unusual characters.
2327 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2328 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2329 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2330
2331
2332 # Make sure we can run config.sub.
2333 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2334   as_fn_error "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
2335
2336 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
2337 $as_echo_n "checking build system type... " >&6; }
2338 if test "${ac_cv_build+set}" = set; then :
2339   $as_echo_n "(cached) " >&6
2340 else
2341   ac_build_alias=$build_alias
2342 test "x$ac_build_alias" = x &&
2343   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2344 test "x$ac_build_alias" = x &&
2345   as_fn_error "cannot guess build type; you must specify one" "$LINENO" 5
2346 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2347   as_fn_error "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
2348
2349 fi
2350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
2351 $as_echo "$ac_cv_build" >&6; }
2352 case $ac_cv_build in
2353 *-*-*) ;;
2354 *) as_fn_error "invalid value of canonical build" "$LINENO" 5;;
2355 esac
2356 build=$ac_cv_build
2357 ac_save_IFS=$IFS; IFS='-'
2358 set x $ac_cv_build
2359 shift
2360 build_cpu=$1
2361 build_vendor=$2
2362 shift; shift
2363 # Remember, the first character of IFS is used to create $*,
2364 # except with old shells:
2365 build_os=$*
2366 IFS=$ac_save_IFS
2367 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2368
2369
2370 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
2371 $as_echo_n "checking host system type... " >&6; }
2372 if test "${ac_cv_host+set}" = set; then :
2373   $as_echo_n "(cached) " >&6
2374 else
2375   if test "x$host_alias" = x; then
2376   ac_cv_host=$ac_cv_build
2377 else
2378   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2379     as_fn_error "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
2380 fi
2381
2382 fi
2383 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
2384 $as_echo "$ac_cv_host" >&6; }
2385 case $ac_cv_host in
2386 *-*-*) ;;
2387 *) as_fn_error "invalid value of canonical host" "$LINENO" 5;;
2388 esac
2389 host=$ac_cv_host
2390 ac_save_IFS=$IFS; IFS='-'
2391 set x $ac_cv_host
2392 shift
2393 host_cpu=$1
2394 host_vendor=$2
2395 shift; shift
2396 # Remember, the first character of IFS is used to create $*,
2397 # except with old shells:
2398 host_os=$*
2399 IFS=$ac_save_IFS
2400 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2401
2402
2403 { $as_echo "$as_me:${as_lineno-$LINENO}: checking target system type" >&5
2404 $as_echo_n "checking target system type... " >&6; }
2405 if test "${ac_cv_target+set}" = set; then :
2406   $as_echo_n "(cached) " >&6
2407 else
2408   if test "x$target_alias" = x; then
2409   ac_cv_target=$ac_cv_host
2410 else
2411   ac_cv_target=`$SHELL "$ac_aux_dir/config.sub" $target_alias` ||
2412     as_fn_error "$SHELL $ac_aux_dir/config.sub $target_alias failed" "$LINENO" 5
2413 fi
2414
2415 fi
2416 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_target" >&5
2417 $as_echo "$ac_cv_target" >&6; }
2418 case $ac_cv_target in
2419 *-*-*) ;;
2420 *) as_fn_error "invalid value of canonical target" "$LINENO" 5;;
2421 esac
2422 target=$ac_cv_target
2423 ac_save_IFS=$IFS; IFS='-'
2424 set x $ac_cv_target
2425 shift
2426 target_cpu=$1
2427 target_vendor=$2
2428 shift; shift
2429 # Remember, the first character of IFS is used to create $*,
2430 # except with old shells:
2431 target_os=$*
2432 IFS=$ac_save_IFS
2433 case $target_os in *\ *) target_os=`echo "$target_os" | sed 's/ /-/g'`;; esac
2434
2435
2436 # The aliases save the names the user supplied, while $host etc.
2437 # will get canonicalized.
2438 test -n "$target_alias" &&
2439   test "$program_prefix$program_suffix$program_transform_name" = \
2440     NONENONEs,x,x, &&
2441   program_prefix=${target_alias}-
2442
2443 am__api_version='1.11'
2444
2445 # Find a good install program.  We prefer a C program (faster),
2446 # so one script is as good as another.  But avoid the broken or
2447 # incompatible versions:
2448 # SysV /etc/install, /usr/sbin/install
2449 # SunOS /usr/etc/install
2450 # IRIX /sbin/install
2451 # AIX /bin/install
2452 # AmigaOS /C/install, which installs bootblocks on floppy discs
2453 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2454 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2455 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2456 # OS/2's system install, which has a completely different semantic
2457 # ./install, which can be erroneously created by make from ./install.sh.
2458 # Reject install programs that cannot install multiple files.
2459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2460 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2461 if test -z "$INSTALL"; then
2462 if test "${ac_cv_path_install+set}" = set; then :
2463   $as_echo_n "(cached) " >&6
2464 else
2465   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2466 for as_dir in $PATH
2467 do
2468   IFS=$as_save_IFS
2469   test -z "$as_dir" && as_dir=.
2470     # Account for people who put trailing slashes in PATH elements.
2471 case $as_dir/ in #((
2472   ./ | .// | /[cC]/* | \
2473   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2474   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2475   /usr/ucb/* ) ;;
2476   *)
2477     # OSF1 and SCO ODT 3.0 have their own names for install.
2478     # Don't use installbsd from OSF since it installs stuff as root
2479     # by default.
2480     for ac_prog in ginstall scoinst install; do
2481       for ac_exec_ext in '' $ac_executable_extensions; do
2482         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2483           if test $ac_prog = install &&
2484             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2485             # AIX install.  It has an incompatible calling convention.
2486             :
2487           elif test $ac_prog = install &&
2488             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2489             # program-specific install script used by HP pwplus--don't use.
2490             :
2491           else
2492             rm -rf conftest.one conftest.two conftest.dir
2493             echo one > conftest.one
2494             echo two > conftest.two
2495             mkdir conftest.dir
2496             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2497               test -s conftest.one && test -s conftest.two &&
2498               test -s conftest.dir/conftest.one &&
2499               test -s conftest.dir/conftest.two
2500             then
2501               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2502               break 3
2503             fi
2504           fi
2505         fi
2506       done
2507     done
2508     ;;
2509 esac
2510
2511   done
2512 IFS=$as_save_IFS
2513
2514 rm -rf conftest.one conftest.two conftest.dir
2515
2516 fi
2517   if test "${ac_cv_path_install+set}" = set; then
2518     INSTALL=$ac_cv_path_install
2519   else
2520     # As a last resort, use the slow shell script.  Don't cache a
2521     # value for INSTALL within a source directory, because that will
2522     # break other packages using the cache if that directory is
2523     # removed, or if the value is a relative name.
2524     INSTALL=$ac_install_sh
2525   fi
2526 fi
2527 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2528 $as_echo "$INSTALL" >&6; }
2529
2530 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2531 # It thinks the first close brace ends the variable substitution.
2532 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2533
2534 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2535
2536 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2537
2538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2539 $as_echo_n "checking whether build environment is sane... " >&6; }
2540 # Just in case
2541 sleep 1
2542 echo timestamp > conftest.file
2543 # Reject unsafe characters in $srcdir or the absolute working directory
2544 # name.  Accept space and tab only in the latter.
2545 am_lf='
2546 '
2547 case `pwd` in
2548   *[\\\"\#\$\&\'\`$am_lf]*)
2549     as_fn_error "unsafe absolute working directory name" "$LINENO" 5;;
2550 esac
2551 case $srcdir in
2552   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2553     as_fn_error "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2554 esac
2555
2556 # Do `set' in a subshell so we don't clobber the current shell's
2557 # arguments.  Must try -L first in case configure is actually a
2558 # symlink; some systems play weird games with the mod time of symlinks
2559 # (eg FreeBSD returns the mod time of the symlink's containing
2560 # directory).
2561 if (
2562    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2563    if test "$*" = "X"; then
2564       # -L didn't work.
2565       set X `ls -t "$srcdir/configure" conftest.file`
2566    fi
2567    rm -f conftest.file
2568    if test "$*" != "X $srcdir/configure conftest.file" \
2569       && test "$*" != "X conftest.file $srcdir/configure"; then
2570
2571       # If neither matched, then we have a broken ls.  This can happen
2572       # if, for instance, CONFIG_SHELL is bash and it inherits a
2573       # broken ls alias from the environment.  This has actually
2574       # happened.  Such a system could not be considered "sane".
2575       as_fn_error "ls -t appears to fail.  Make sure there is not a broken
2576 alias in your environment" "$LINENO" 5
2577    fi
2578
2579    test "$2" = conftest.file
2580    )
2581 then
2582    # Ok.
2583    :
2584 else
2585    as_fn_error "newly created file is older than distributed files!
2586 Check your system clock" "$LINENO" 5
2587 fi
2588 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2589 $as_echo "yes" >&6; }
2590 test "$program_prefix" != NONE &&
2591   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2592 # Use a double $ so make ignores it.
2593 test "$program_suffix" != NONE &&
2594   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2595 # Double any \ or $.
2596 # By default was `s,x,x', remove it if useless.
2597 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2598 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2599
2600 # expand $ac_aux_dir to an absolute path
2601 am_aux_dir=`cd $ac_aux_dir && pwd`
2602
2603 if test x"${MISSING+set}" != xset; then
2604   case $am_aux_dir in
2605   *\ * | *\     *)
2606     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2607   *)
2608     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2609   esac
2610 fi
2611 # Use eval to expand $SHELL
2612 if eval "$MISSING --run true"; then
2613   am_missing_run="$MISSING --run "
2614 else
2615   am_missing_run=
2616   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2617 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2618 fi
2619
2620 if test x"${install_sh}" != xset; then
2621   case $am_aux_dir in
2622   *\ * | *\     *)
2623     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2624   *)
2625     install_sh="\${SHELL} $am_aux_dir/install-sh"
2626   esac
2627 fi
2628
2629 # Installed binaries are usually stripped using `strip' when the user
2630 # run `make install-strip'.  However `strip' might not be the right
2631 # tool to use in cross-compilation environments, therefore Automake
2632 # will honor the `STRIP' environment variable to overrule this program.
2633 if test "$cross_compiling" != no; then
2634   if test -n "$ac_tool_prefix"; then
2635   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2636 set dummy ${ac_tool_prefix}strip; ac_word=$2
2637 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2638 $as_echo_n "checking for $ac_word... " >&6; }
2639 if test "${ac_cv_prog_STRIP+set}" = set; then :
2640   $as_echo_n "(cached) " >&6
2641 else
2642   if test -n "$STRIP"; then
2643   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2644 else
2645 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2646 for as_dir in $PATH
2647 do
2648   IFS=$as_save_IFS
2649   test -z "$as_dir" && as_dir=.
2650     for ac_exec_ext in '' $ac_executable_extensions; do
2651   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2652     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2653     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2654     break 2
2655   fi
2656 done
2657   done
2658 IFS=$as_save_IFS
2659
2660 fi
2661 fi
2662 STRIP=$ac_cv_prog_STRIP
2663 if test -n "$STRIP"; then
2664   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2665 $as_echo "$STRIP" >&6; }
2666 else
2667   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2668 $as_echo "no" >&6; }
2669 fi
2670
2671
2672 fi
2673 if test -z "$ac_cv_prog_STRIP"; then
2674   ac_ct_STRIP=$STRIP
2675   # Extract the first word of "strip", so it can be a program name with args.
2676 set dummy strip; ac_word=$2
2677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2678 $as_echo_n "checking for $ac_word... " >&6; }
2679 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2680   $as_echo_n "(cached) " >&6
2681 else
2682   if test -n "$ac_ct_STRIP"; then
2683   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2684 else
2685 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2686 for as_dir in $PATH
2687 do
2688   IFS=$as_save_IFS
2689   test -z "$as_dir" && as_dir=.
2690     for ac_exec_ext in '' $ac_executable_extensions; do
2691   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2692     ac_cv_prog_ac_ct_STRIP="strip"
2693     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2694     break 2
2695   fi
2696 done
2697   done
2698 IFS=$as_save_IFS
2699
2700 fi
2701 fi
2702 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2703 if test -n "$ac_ct_STRIP"; then
2704   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2705 $as_echo "$ac_ct_STRIP" >&6; }
2706 else
2707   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2708 $as_echo "no" >&6; }
2709 fi
2710
2711   if test "x$ac_ct_STRIP" = x; then
2712     STRIP=":"
2713   else
2714     case $cross_compiling:$ac_tool_warned in
2715 yes:)
2716 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2717 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2718 ac_tool_warned=yes ;;
2719 esac
2720     STRIP=$ac_ct_STRIP
2721   fi
2722 else
2723   STRIP="$ac_cv_prog_STRIP"
2724 fi
2725
2726 fi
2727 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2728
2729 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2730 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2731 if test -z "$MKDIR_P"; then
2732   if test "${ac_cv_path_mkdir+set}" = set; then :
2733   $as_echo_n "(cached) " >&6
2734 else
2735   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2736 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2737 do
2738   IFS=$as_save_IFS
2739   test -z "$as_dir" && as_dir=.
2740     for ac_prog in mkdir gmkdir; do
2741          for ac_exec_ext in '' $ac_executable_extensions; do
2742            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2743            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2744              'mkdir (GNU coreutils) '* | \
2745              'mkdir (coreutils) '* | \
2746              'mkdir (fileutils) '4.1*)
2747                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2748                break 3;;
2749            esac
2750          done
2751        done
2752   done
2753 IFS=$as_save_IFS
2754
2755 fi
2756
2757   if test "${ac_cv_path_mkdir+set}" = set; then
2758     MKDIR_P="$ac_cv_path_mkdir -p"
2759   else
2760     # As a last resort, use the slow shell script.  Don't cache a
2761     # value for MKDIR_P within a source directory, because that will
2762     # break other packages using the cache if that directory is
2763     # removed, or if the value is a relative name.
2764     test -d ./--version && rmdir ./--version
2765     MKDIR_P="$ac_install_sh -d"
2766   fi
2767 fi
2768 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2769 $as_echo "$MKDIR_P" >&6; }
2770
2771 mkdir_p="$MKDIR_P"
2772 case $mkdir_p in
2773   [\\/$]* | ?:[\\/]*) ;;
2774   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2775 esac
2776
2777 for ac_prog in gawk mawk nawk awk
2778 do
2779   # Extract the first word of "$ac_prog", so it can be a program name with args.
2780 set dummy $ac_prog; ac_word=$2
2781 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2782 $as_echo_n "checking for $ac_word... " >&6; }
2783 if test "${ac_cv_prog_AWK+set}" = set; then :
2784   $as_echo_n "(cached) " >&6
2785 else
2786   if test -n "$AWK"; then
2787   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2788 else
2789 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2790 for as_dir in $PATH
2791 do
2792   IFS=$as_save_IFS
2793   test -z "$as_dir" && as_dir=.
2794     for ac_exec_ext in '' $ac_executable_extensions; do
2795   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2796     ac_cv_prog_AWK="$ac_prog"
2797     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2798     break 2
2799   fi
2800 done
2801   done
2802 IFS=$as_save_IFS
2803
2804 fi
2805 fi
2806 AWK=$ac_cv_prog_AWK
2807 if test -n "$AWK"; then
2808   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2809 $as_echo "$AWK" >&6; }
2810 else
2811   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2812 $as_echo "no" >&6; }
2813 fi
2814
2815
2816   test -n "$AWK" && break
2817 done
2818
2819 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2820 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2821 set x ${MAKE-make}
2822 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2823 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then :
2824   $as_echo_n "(cached) " >&6
2825 else
2826   cat >conftest.make <<\_ACEOF
2827 SHELL = /bin/sh
2828 all:
2829         @echo '@@@%%%=$(MAKE)=@@@%%%'
2830 _ACEOF
2831 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2832 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2833   *@@@%%%=?*=@@@%%%*)
2834     eval ac_cv_prog_make_${ac_make}_set=yes;;
2835   *)
2836     eval ac_cv_prog_make_${ac_make}_set=no;;
2837 esac
2838 rm -f conftest.make
2839 fi
2840 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2841   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2842 $as_echo "yes" >&6; }
2843   SET_MAKE=
2844 else
2845   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2846 $as_echo "no" >&6; }
2847   SET_MAKE="MAKE=${MAKE-make}"
2848 fi
2849
2850 rm -rf .tst 2>/dev/null
2851 mkdir .tst 2>/dev/null
2852 if test -d .tst; then
2853   am__leading_dot=.
2854 else
2855   am__leading_dot=_
2856 fi
2857 rmdir .tst 2>/dev/null
2858
2859 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2860   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2861   # is not polluted with repeated "-I."
2862   am__isrc=' -I$(srcdir)'
2863   # test to see if srcdir already configured
2864   if test -f $srcdir/config.status; then
2865     as_fn_error "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2866   fi
2867 fi
2868
2869 # test whether we have cygpath
2870 if test -z "$CYGPATH_W"; then
2871   if (cygpath --version) >/dev/null 2>/dev/null; then
2872     CYGPATH_W='cygpath -w'
2873   else
2874     CYGPATH_W=echo
2875   fi
2876 fi
2877
2878
2879 # Define the identity of the package.
2880  PACKAGE=rda
2881  VERSION=0.1
2882
2883
2884 cat >>confdefs.h <<_ACEOF
2885 #define PACKAGE "$PACKAGE"
2886 _ACEOF
2887
2888
2889 cat >>confdefs.h <<_ACEOF
2890 #define VERSION "$VERSION"
2891 _ACEOF
2892
2893 # Some tools Automake needs.
2894
2895 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2896
2897
2898 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2899
2900
2901 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2902
2903
2904 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2905
2906
2907 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2908
2909 # We need awk for the "check" target.  The system "awk" is bad on
2910 # some platforms.
2911 # Always define AMTAR for backward compatibility.
2912
2913 AMTAR=${AMTAR-"${am_missing_run}tar"}
2914
2915 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2916
2917
2918
2919
2920
2921 ac_config_headers="$ac_config_headers config.h:config.in"
2922
2923
2924
2925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5
2926 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; }
2927     # Check whether --enable-maintainer-mode was given.
2928 if test "${enable_maintainer_mode+set}" = set; then :
2929   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2930 else
2931   USE_MAINTAINER_MODE=no
2932 fi
2933
2934   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2935 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2936    if test $USE_MAINTAINER_MODE = yes; then
2937   MAINTAINER_MODE_TRUE=
2938   MAINTAINER_MODE_FALSE='#'
2939 else
2940   MAINTAINER_MODE_TRUE='#'
2941   MAINTAINER_MODE_FALSE=
2942 fi
2943
2944   MAINT=$MAINTAINER_MODE_TRUE
2945
2946
2947 case `pwd` in
2948   *\ * | *\     *)
2949     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
2950 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
2951 esac
2952
2953
2954
2955 macro_version='2.2.6'
2956 macro_revision='1.3012'
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970 ltmain="$ac_aux_dir/ltmain.sh"
2971
2972 DEPDIR="${am__leading_dot}deps"
2973
2974 ac_config_commands="$ac_config_commands depfiles"
2975
2976
2977 am_make=${MAKE-make}
2978 cat > confinc << 'END'
2979 am__doit:
2980         @echo this is the am__doit target
2981 .PHONY: am__doit
2982 END
2983 # If we don't find an include directive, just comment out the code.
2984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
2985 $as_echo_n "checking for style of include used by $am_make... " >&6; }
2986 am__include="#"
2987 am__quote=
2988 _am_result=none
2989 # First try GNU make style include.
2990 echo "include confinc" > confmf
2991 # Ignore all kinds of additional output from `make'.
2992 case `$am_make -s -f confmf 2> /dev/null` in #(
2993 *the\ am__doit\ target*)
2994   am__include=include
2995   am__quote=
2996   _am_result=GNU
2997   ;;
2998 esac
2999 # Now try BSD make style include.
3000 if test "$am__include" = "#"; then
3001    echo '.include "confinc"' > confmf
3002    case `$am_make -s -f confmf 2> /dev/null` in #(
3003    *the\ am__doit\ target*)
3004      am__include=.include
3005      am__quote="\""
3006      _am_result=BSD
3007      ;;
3008    esac
3009 fi
3010
3011
3012 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3013 $as_echo "$_am_result" >&6; }
3014 rm -f confinc confmf
3015
3016 # Check whether --enable-dependency-tracking was given.
3017 if test "${enable_dependency_tracking+set}" = set; then :
3018   enableval=$enable_dependency_tracking;
3019 fi
3020
3021 if test "x$enable_dependency_tracking" != xno; then
3022   am_depcomp="$ac_aux_dir/depcomp"
3023   AMDEPBACKSLASH='\'
3024 fi
3025  if test "x$enable_dependency_tracking" != xno; then
3026   AMDEP_TRUE=
3027   AMDEP_FALSE='#'
3028 else
3029   AMDEP_TRUE='#'
3030   AMDEP_FALSE=
3031 fi
3032
3033
3034 ac_ext=c
3035 ac_cpp='$CPP $CPPFLAGS'
3036 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3037 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3038 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3039 if test -n "$ac_tool_prefix"; then
3040   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
3041 set dummy ${ac_tool_prefix}gcc; ac_word=$2
3042 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3043 $as_echo_n "checking for $ac_word... " >&6; }
3044 if test "${ac_cv_prog_CC+set}" = set; then :
3045   $as_echo_n "(cached) " >&6
3046 else
3047   if test -n "$CC"; then
3048   ac_cv_prog_CC="$CC" # Let the user override the test.
3049 else
3050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3051 for as_dir in $PATH
3052 do
3053   IFS=$as_save_IFS
3054   test -z "$as_dir" && as_dir=.
3055     for ac_exec_ext in '' $ac_executable_extensions; do
3056   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3057     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3058     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3059     break 2
3060   fi
3061 done
3062   done
3063 IFS=$as_save_IFS
3064
3065 fi
3066 fi
3067 CC=$ac_cv_prog_CC
3068 if test -n "$CC"; then
3069   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3070 $as_echo "$CC" >&6; }
3071 else
3072   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3073 $as_echo "no" >&6; }
3074 fi
3075
3076
3077 fi
3078 if test -z "$ac_cv_prog_CC"; then
3079   ac_ct_CC=$CC
3080   # Extract the first word of "gcc", so it can be a program name with args.
3081 set dummy gcc; ac_word=$2
3082 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3083 $as_echo_n "checking for $ac_word... " >&6; }
3084 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3085   $as_echo_n "(cached) " >&6
3086 else
3087   if test -n "$ac_ct_CC"; then
3088   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3089 else
3090 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3091 for as_dir in $PATH
3092 do
3093   IFS=$as_save_IFS
3094   test -z "$as_dir" && as_dir=.
3095     for ac_exec_ext in '' $ac_executable_extensions; do
3096   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3097     ac_cv_prog_ac_ct_CC="gcc"
3098     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3099     break 2
3100   fi
3101 done
3102   done
3103 IFS=$as_save_IFS
3104
3105 fi
3106 fi
3107 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3108 if test -n "$ac_ct_CC"; then
3109   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3110 $as_echo "$ac_ct_CC" >&6; }
3111 else
3112   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3113 $as_echo "no" >&6; }
3114 fi
3115
3116   if test "x$ac_ct_CC" = x; then
3117     CC=""
3118   else
3119     case $cross_compiling:$ac_tool_warned in
3120 yes:)
3121 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3122 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3123 ac_tool_warned=yes ;;
3124 esac
3125     CC=$ac_ct_CC
3126   fi
3127 else
3128   CC="$ac_cv_prog_CC"
3129 fi
3130
3131 if test -z "$CC"; then
3132           if test -n "$ac_tool_prefix"; then
3133     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
3134 set dummy ${ac_tool_prefix}cc; ac_word=$2
3135 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3136 $as_echo_n "checking for $ac_word... " >&6; }
3137 if test "${ac_cv_prog_CC+set}" = set; then :
3138   $as_echo_n "(cached) " >&6
3139 else
3140   if test -n "$CC"; then
3141   ac_cv_prog_CC="$CC" # Let the user override the test.
3142 else
3143 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3144 for as_dir in $PATH
3145 do
3146   IFS=$as_save_IFS
3147   test -z "$as_dir" && as_dir=.
3148     for ac_exec_ext in '' $ac_executable_extensions; do
3149   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3150     ac_cv_prog_CC="${ac_tool_prefix}cc"
3151     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3152     break 2
3153   fi
3154 done
3155   done
3156 IFS=$as_save_IFS
3157
3158 fi
3159 fi
3160 CC=$ac_cv_prog_CC
3161 if test -n "$CC"; then
3162   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3163 $as_echo "$CC" >&6; }
3164 else
3165   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3166 $as_echo "no" >&6; }
3167 fi
3168
3169
3170   fi
3171 fi
3172 if test -z "$CC"; then
3173   # Extract the first word of "cc", so it can be a program name with args.
3174 set dummy cc; ac_word=$2
3175 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3176 $as_echo_n "checking for $ac_word... " >&6; }
3177 if test "${ac_cv_prog_CC+set}" = set; then :
3178   $as_echo_n "(cached) " >&6
3179 else
3180   if test -n "$CC"; then
3181   ac_cv_prog_CC="$CC" # Let the user override the test.
3182 else
3183   ac_prog_rejected=no
3184 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3185 for as_dir in $PATH
3186 do
3187   IFS=$as_save_IFS
3188   test -z "$as_dir" && as_dir=.
3189     for ac_exec_ext in '' $ac_executable_extensions; do
3190   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3191     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3192        ac_prog_rejected=yes
3193        continue
3194      fi
3195     ac_cv_prog_CC="cc"
3196     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3197     break 2
3198   fi
3199 done
3200   done
3201 IFS=$as_save_IFS
3202
3203 if test $ac_prog_rejected = yes; then
3204   # We found a bogon in the path, so make sure we never use it.
3205   set dummy $ac_cv_prog_CC
3206   shift
3207   if test $# != 0; then
3208     # We chose a different compiler from the bogus one.
3209     # However, it has the same basename, so the bogon will be chosen
3210     # first if we set CC to just the basename; use the full file name.
3211     shift
3212     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
3213   fi
3214 fi
3215 fi
3216 fi
3217 CC=$ac_cv_prog_CC
3218 if test -n "$CC"; then
3219   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3220 $as_echo "$CC" >&6; }
3221 else
3222   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3223 $as_echo "no" >&6; }
3224 fi
3225
3226
3227 fi
3228 if test -z "$CC"; then
3229   if test -n "$ac_tool_prefix"; then
3230   for ac_prog in cl.exe
3231   do
3232     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3233 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3234 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3235 $as_echo_n "checking for $ac_word... " >&6; }
3236 if test "${ac_cv_prog_CC+set}" = set; then :
3237   $as_echo_n "(cached) " >&6
3238 else
3239   if test -n "$CC"; then
3240   ac_cv_prog_CC="$CC" # Let the user override the test.
3241 else
3242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3243 for as_dir in $PATH
3244 do
3245   IFS=$as_save_IFS
3246   test -z "$as_dir" && as_dir=.
3247     for ac_exec_ext in '' $ac_executable_extensions; do
3248   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3249     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3250     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3251     break 2
3252   fi
3253 done
3254   done
3255 IFS=$as_save_IFS
3256
3257 fi
3258 fi
3259 CC=$ac_cv_prog_CC
3260 if test -n "$CC"; then
3261   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3262 $as_echo "$CC" >&6; }
3263 else
3264   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3265 $as_echo "no" >&6; }
3266 fi
3267
3268
3269     test -n "$CC" && break
3270   done
3271 fi
3272 if test -z "$CC"; then
3273   ac_ct_CC=$CC
3274   for ac_prog in cl.exe
3275 do
3276   # Extract the first word of "$ac_prog", so it can be a program name with args.
3277 set dummy $ac_prog; ac_word=$2
3278 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3279 $as_echo_n "checking for $ac_word... " >&6; }
3280 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3281   $as_echo_n "(cached) " >&6
3282 else
3283   if test -n "$ac_ct_CC"; then
3284   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3285 else
3286 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3287 for as_dir in $PATH
3288 do
3289   IFS=$as_save_IFS
3290   test -z "$as_dir" && as_dir=.
3291     for ac_exec_ext in '' $ac_executable_extensions; do
3292   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3293     ac_cv_prog_ac_ct_CC="$ac_prog"
3294     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3295     break 2
3296   fi
3297 done
3298   done
3299 IFS=$as_save_IFS
3300
3301 fi
3302 fi
3303 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3304 if test -n "$ac_ct_CC"; then
3305   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3306 $as_echo "$ac_ct_CC" >&6; }
3307 else
3308   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3309 $as_echo "no" >&6; }
3310 fi
3311
3312
3313   test -n "$ac_ct_CC" && break
3314 done
3315
3316   if test "x$ac_ct_CC" = x; then
3317     CC=""
3318   else
3319     case $cross_compiling:$ac_tool_warned in
3320 yes:)
3321 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3322 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3323 ac_tool_warned=yes ;;
3324 esac
3325     CC=$ac_ct_CC
3326   fi
3327 fi
3328
3329 fi
3330
3331
3332 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3333 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3334 as_fn_error "no acceptable C compiler found in \$PATH
3335 See \`config.log' for more details." "$LINENO" 5; }
3336
3337 # Provide some information about the compiler.
3338 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3339 set X $ac_compile
3340 ac_compiler=$2
3341 for ac_option in --version -v -V -qversion; do
3342   { { ac_try="$ac_compiler $ac_option >&5"
3343 case "(($ac_try" in
3344   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3345   *) ac_try_echo=$ac_try;;
3346 esac
3347 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3348 $as_echo "$ac_try_echo"; } >&5
3349   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3350   ac_status=$?
3351   if test -s conftest.err; then
3352     sed '10a\
3353 ... rest of stderr output deleted ...
3354          10q' conftest.err >conftest.er1
3355     cat conftest.er1 >&5
3356     rm -f conftest.er1 conftest.err
3357   fi
3358   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3359   test $ac_status = 0; }
3360 done
3361
3362 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3363 /* end confdefs.h.  */
3364 #include <stdio.h>
3365 int
3366 main ()
3367 {
3368 FILE *f = fopen ("conftest.out", "w");
3369  return ferror (f) || fclose (f) != 0;
3370
3371   ;
3372   return 0;
3373 }
3374 _ACEOF
3375 ac_clean_files_save=$ac_clean_files
3376 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out"
3377 # Try to create an executable without -o first, disregard a.out.
3378 # It will help us diagnose broken compilers, and finding out an intuition
3379 # of exeext.
3380 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3381 $as_echo_n "checking for C compiler default output file name... " >&6; }
3382 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3383
3384 # The possible output files:
3385 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3386
3387 ac_rmfiles=
3388 for ac_file in $ac_files
3389 do
3390   case $ac_file in
3391     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3392     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3393   esac
3394 done
3395 rm -f $ac_rmfiles
3396
3397 if { { ac_try="$ac_link_default"
3398 case "(($ac_try" in
3399   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3400   *) ac_try_echo=$ac_try;;
3401 esac
3402 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3403 $as_echo "$ac_try_echo"; } >&5
3404   (eval "$ac_link_default") 2>&5
3405   ac_status=$?
3406   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3407   test $ac_status = 0; }; then :
3408   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3409 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3410 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3411 # so that the user can short-circuit this test for compilers unknown to
3412 # Autoconf.
3413 for ac_file in $ac_files ''
3414 do
3415   test -f "$ac_file" || continue
3416   case $ac_file in
3417     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3418         ;;
3419     [ab].out )
3420         # We found the default executable, but exeext='' is most
3421         # certainly right.
3422         break;;
3423     *.* )
3424         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3425         then :; else
3426            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3427         fi
3428         # We set ac_cv_exeext here because the later test for it is not
3429         # safe: cross compilers may not add the suffix if given an `-o'
3430         # argument, so we may need to know it at that point already.
3431         # Even if this section looks crufty: it has the advantage of
3432         # actually working.
3433         break;;
3434     * )
3435         break;;
3436   esac
3437 done
3438 test "$ac_cv_exeext" = no && ac_cv_exeext=
3439
3440 else
3441   ac_file=''
3442 fi
3443 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3444 $as_echo "$ac_file" >&6; }
3445 if test -z "$ac_file"; then :
3446   $as_echo "$as_me: failed program was:" >&5
3447 sed 's/^/| /' conftest.$ac_ext >&5
3448
3449 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3450 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3451 { as_fn_set_status 77
3452 as_fn_error "C compiler cannot create executables
3453 See \`config.log' for more details." "$LINENO" 5; }; }
3454 fi
3455 ac_exeext=$ac_cv_exeext
3456
3457 # Check that the compiler produces executables we can run.  If not, either
3458 # the compiler is broken, or we cross compile.
3459 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3460 $as_echo_n "checking whether the C compiler works... " >&6; }
3461 # If not cross compiling, check that we can run a simple program.
3462 if test "$cross_compiling" != yes; then
3463   if { ac_try='./$ac_file'
3464   { { case "(($ac_try" in
3465   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3466   *) ac_try_echo=$ac_try;;
3467 esac
3468 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3469 $as_echo "$ac_try_echo"; } >&5
3470   (eval "$ac_try") 2>&5
3471   ac_status=$?
3472   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3473   test $ac_status = 0; }; }; then
3474     cross_compiling=no
3475   else
3476     if test "$cross_compiling" = maybe; then
3477         cross_compiling=yes
3478     else
3479         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3480 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3481 as_fn_error "cannot run C compiled programs.
3482 If you meant to cross compile, use \`--host'.
3483 See \`config.log' for more details." "$LINENO" 5; }
3484     fi
3485   fi
3486 fi
3487 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3488 $as_echo "yes" >&6; }
3489
3490 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out conftest.out
3491 ac_clean_files=$ac_clean_files_save
3492 # Check that the compiler produces executables we can run.  If not, either
3493 # the compiler is broken, or we cross compile.
3494 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3495 $as_echo_n "checking whether we are cross compiling... " >&6; }
3496 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3497 $as_echo "$cross_compiling" >&6; }
3498
3499 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3500 $as_echo_n "checking for suffix of executables... " >&6; }
3501 if { { ac_try="$ac_link"
3502 case "(($ac_try" in
3503   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3504   *) ac_try_echo=$ac_try;;
3505 esac
3506 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3507 $as_echo "$ac_try_echo"; } >&5
3508   (eval "$ac_link") 2>&5
3509   ac_status=$?
3510   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3511   test $ac_status = 0; }; then :
3512   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3513 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3514 # work properly (i.e., refer to `conftest.exe'), while it won't with
3515 # `rm'.
3516 for ac_file in conftest.exe conftest conftest.*; do
3517   test -f "$ac_file" || continue
3518   case $ac_file in
3519     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3520     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3521           break;;
3522     * ) break;;
3523   esac
3524 done
3525 else
3526   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3527 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3528 as_fn_error "cannot compute suffix of executables: cannot compile and link
3529 See \`config.log' for more details." "$LINENO" 5; }
3530 fi
3531 rm -f conftest$ac_cv_exeext
3532 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3533 $as_echo "$ac_cv_exeext" >&6; }
3534
3535 rm -f conftest.$ac_ext
3536 EXEEXT=$ac_cv_exeext
3537 ac_exeext=$EXEEXT
3538 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3539 $as_echo_n "checking for suffix of object files... " >&6; }
3540 if test "${ac_cv_objext+set}" = set; then :
3541   $as_echo_n "(cached) " >&6
3542 else
3543   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3544 /* end confdefs.h.  */
3545
3546 int
3547 main ()
3548 {
3549
3550   ;
3551   return 0;
3552 }
3553 _ACEOF
3554 rm -f conftest.o conftest.obj
3555 if { { ac_try="$ac_compile"
3556 case "(($ac_try" in
3557   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3558   *) ac_try_echo=$ac_try;;
3559 esac
3560 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3561 $as_echo "$ac_try_echo"; } >&5
3562   (eval "$ac_compile") 2>&5
3563   ac_status=$?
3564   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3565   test $ac_status = 0; }; then :
3566   for ac_file in conftest.o conftest.obj conftest.*; do
3567   test -f "$ac_file" || continue;
3568   case $ac_file in
3569     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3570     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3571        break;;
3572   esac
3573 done
3574 else
3575   $as_echo "$as_me: failed program was:" >&5
3576 sed 's/^/| /' conftest.$ac_ext >&5
3577
3578 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3579 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3580 as_fn_error "cannot compute suffix of object files: cannot compile
3581 See \`config.log' for more details." "$LINENO" 5; }
3582 fi
3583 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3584 fi
3585 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3586 $as_echo "$ac_cv_objext" >&6; }
3587 OBJEXT=$ac_cv_objext
3588 ac_objext=$OBJEXT
3589 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3590 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3591 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3592   $as_echo_n "(cached) " >&6
3593 else
3594   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3595 /* end confdefs.h.  */
3596
3597 int
3598 main ()
3599 {
3600 #ifndef __GNUC__
3601        choke me
3602 #endif
3603
3604   ;
3605   return 0;
3606 }
3607 _ACEOF
3608 if ac_fn_c_try_compile "$LINENO"; then :
3609   ac_compiler_gnu=yes
3610 else
3611   ac_compiler_gnu=no
3612 fi
3613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3614 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3615
3616 fi
3617 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3618 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3619 if test $ac_compiler_gnu = yes; then
3620   GCC=yes
3621 else
3622   GCC=
3623 fi
3624 ac_test_CFLAGS=${CFLAGS+set}
3625 ac_save_CFLAGS=$CFLAGS
3626 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3627 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3628 if test "${ac_cv_prog_cc_g+set}" = set; then :
3629   $as_echo_n "(cached) " >&6
3630 else
3631   ac_save_c_werror_flag=$ac_c_werror_flag
3632    ac_c_werror_flag=yes
3633    ac_cv_prog_cc_g=no
3634    CFLAGS="-g"
3635    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3636 /* end confdefs.h.  */
3637
3638 int
3639 main ()
3640 {
3641
3642   ;
3643   return 0;
3644 }
3645 _ACEOF
3646 if ac_fn_c_try_compile "$LINENO"; then :
3647   ac_cv_prog_cc_g=yes
3648 else
3649   CFLAGS=""
3650       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3651 /* end confdefs.h.  */
3652
3653 int
3654 main ()
3655 {
3656
3657   ;
3658   return 0;
3659 }
3660 _ACEOF
3661 if ac_fn_c_try_compile "$LINENO"; then :
3662
3663 else
3664   ac_c_werror_flag=$ac_save_c_werror_flag
3665          CFLAGS="-g"
3666          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3667 /* end confdefs.h.  */
3668
3669 int
3670 main ()
3671 {
3672
3673   ;
3674   return 0;
3675 }
3676 _ACEOF
3677 if ac_fn_c_try_compile "$LINENO"; then :
3678   ac_cv_prog_cc_g=yes
3679 fi
3680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3681 fi
3682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3683 fi
3684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3685    ac_c_werror_flag=$ac_save_c_werror_flag
3686 fi
3687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3688 $as_echo "$ac_cv_prog_cc_g" >&6; }
3689 if test "$ac_test_CFLAGS" = set; then
3690   CFLAGS=$ac_save_CFLAGS
3691 elif test $ac_cv_prog_cc_g = yes; then
3692   if test "$GCC" = yes; then
3693     CFLAGS="-g -O2"
3694   else
3695     CFLAGS="-g"
3696   fi
3697 else
3698   if test "$GCC" = yes; then
3699     CFLAGS="-O2"
3700   else
3701     CFLAGS=
3702   fi
3703 fi
3704 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3705 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3706 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3707   $as_echo_n "(cached) " >&6
3708 else
3709   ac_cv_prog_cc_c89=no
3710 ac_save_CC=$CC
3711 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3712 /* end confdefs.h.  */
3713 #include <stdarg.h>
3714 #include <stdio.h>
3715 #include <sys/types.h>
3716 #include <sys/stat.h>
3717 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3718 struct buf { int x; };
3719 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3720 static char *e (p, i)
3721      char **p;
3722      int i;
3723 {
3724   return p[i];
3725 }
3726 static char *f (char * (*g) (char **, int), char **p, ...)
3727 {
3728   char *s;
3729   va_list v;
3730   va_start (v,p);
3731   s = g (p, va_arg (v,int));
3732   va_end (v);
3733   return s;
3734 }
3735
3736 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3737    function prototypes and stuff, but not '\xHH' hex character constants.
3738    These don't provoke an error unfortunately, instead are silently treated
3739    as 'x'.  The following induces an error, until -std is added to get
3740    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3741    array size at least.  It's necessary to write '\x00'==0 to get something
3742    that's true only with -std.  */
3743 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3744
3745 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3746    inside strings and character constants.  */
3747 #define FOO(x) 'x'
3748 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3749
3750 int test (int i, double x);
3751 struct s1 {int (*f) (int a);};
3752 struct s2 {int (*f) (double a);};
3753 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3754 int argc;
3755 char **argv;
3756 int
3757 main ()
3758 {
3759 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3760   ;
3761   return 0;
3762 }
3763 _ACEOF
3764 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3765         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3766 do
3767   CC="$ac_save_CC $ac_arg"
3768   if ac_fn_c_try_compile "$LINENO"; then :
3769   ac_cv_prog_cc_c89=$ac_arg
3770 fi
3771 rm -f core conftest.err conftest.$ac_objext
3772   test "x$ac_cv_prog_cc_c89" != "xno" && break
3773 done
3774 rm -f conftest.$ac_ext
3775 CC=$ac_save_CC
3776
3777 fi
3778 # AC_CACHE_VAL
3779 case "x$ac_cv_prog_cc_c89" in
3780   x)
3781     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3782 $as_echo "none needed" >&6; } ;;
3783   xno)
3784     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3785 $as_echo "unsupported" >&6; } ;;
3786   *)
3787     CC="$CC $ac_cv_prog_cc_c89"
3788     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3789 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3790 esac
3791 if test "x$ac_cv_prog_cc_c89" != xno; then :
3792
3793 fi
3794
3795 ac_ext=c
3796 ac_cpp='$CPP $CPPFLAGS'
3797 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3798 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3799 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3800
3801 depcc="$CC"   am_compiler_list=
3802
3803 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3804 $as_echo_n "checking dependency style of $depcc... " >&6; }
3805 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3806   $as_echo_n "(cached) " >&6
3807 else
3808   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3809   # We make a subdir and do the tests there.  Otherwise we can end up
3810   # making bogus files that we don't know about and never remove.  For
3811   # instance it was reported that on HP-UX the gcc test will end up
3812   # making a dummy file named `D' -- because `-MD' means `put the output
3813   # in D'.
3814   mkdir conftest.dir
3815   # Copy depcomp to subdir because otherwise we won't find it if we're
3816   # using a relative directory.
3817   cp "$am_depcomp" conftest.dir
3818   cd conftest.dir
3819   # We will build objects and dependencies in a subdirectory because
3820   # it helps to detect inapplicable dependency modes.  For instance
3821   # both Tru64's cc and ICC support -MD to output dependencies as a
3822   # side effect of compilation, but ICC will put the dependencies in
3823   # the current directory while Tru64 will put them in the object
3824   # directory.
3825   mkdir sub
3826
3827   am_cv_CC_dependencies_compiler_type=none
3828   if test "$am_compiler_list" = ""; then
3829      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3830   fi
3831   am__universal=false
3832   case " $depcc " in #(
3833      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3834      esac
3835
3836   for depmode in $am_compiler_list; do
3837     # Setup a source with many dependencies, because some compilers
3838     # like to wrap large dependency lists on column 80 (with \), and
3839     # we should not choose a depcomp mode which is confused by this.
3840     #
3841     # We need to recreate these files for each test, as the compiler may
3842     # overwrite some of them when testing with obscure command lines.
3843     # This happens at least with the AIX C compiler.
3844     : > sub/conftest.c
3845     for i in 1 2 3 4 5 6; do
3846       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3847       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3848       # Solaris 8's {/usr,}/bin/sh.
3849       touch sub/conftst$i.h
3850     done
3851     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3852
3853     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3854     # mode.  It turns out that the SunPro C++ compiler does not properly
3855     # handle `-M -o', and we need to detect this.  Also, some Intel
3856     # versions had trouble with output in subdirs
3857     am__obj=sub/conftest.${OBJEXT-o}
3858     am__minus_obj="-o $am__obj"
3859     case $depmode in
3860     gcc)
3861       # This depmode causes a compiler race in universal mode.
3862       test "$am__universal" = false || continue
3863       ;;
3864     nosideeffect)
3865       # after this tag, mechanisms are not by side-effect, so they'll
3866       # only be used when explicitly requested
3867       if test "x$enable_dependency_tracking" = xyes; then
3868         continue
3869       else
3870         break
3871       fi
3872       ;;
3873     msvisualcpp | msvcmsys)
3874       # This compiler won't grok `-c -o', but also, the minuso test has
3875       # not run yet.  These depmodes are late enough in the game, and
3876       # so weak that their functioning should not be impacted.
3877       am__obj=conftest.${OBJEXT-o}
3878       am__minus_obj=
3879       ;;
3880     none) break ;;
3881     esac
3882     if depmode=$depmode \
3883        source=sub/conftest.c object=$am__obj \
3884        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3885        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3886          >/dev/null 2>conftest.err &&
3887        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3888        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3889        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3890        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3891       # icc doesn't choke on unknown options, it will just issue warnings
3892       # or remarks (even with -Werror).  So we grep stderr for any message
3893       # that says an option was ignored or not supported.
3894       # When given -MP, icc 7.0 and 7.1 complain thusly:
3895       #   icc: Command line warning: ignoring option '-M'; no argument required
3896       # The diagnosis changed in icc 8.0:
3897       #   icc: Command line remark: option '-MP' not supported
3898       if (grep 'ignoring option' conftest.err ||
3899           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3900         am_cv_CC_dependencies_compiler_type=$depmode
3901         break
3902       fi
3903     fi
3904   done
3905
3906   cd ..
3907   rm -rf conftest.dir
3908 else
3909   am_cv_CC_dependencies_compiler_type=none
3910 fi
3911
3912 fi
3913 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3914 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3915 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3916
3917  if
3918   test "x$enable_dependency_tracking" != xno \
3919   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3920   am__fastdepCC_TRUE=
3921   am__fastdepCC_FALSE='#'
3922 else
3923   am__fastdepCC_TRUE='#'
3924   am__fastdepCC_FALSE=
3925 fi
3926
3927
3928 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3929 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3930 if test "${ac_cv_path_SED+set}" = set; then :
3931   $as_echo_n "(cached) " >&6
3932 else
3933             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3934      for ac_i in 1 2 3 4 5 6 7; do
3935        ac_script="$ac_script$as_nl$ac_script"
3936      done
3937      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3938      { ac_script=; unset ac_script;}
3939      if test -z "$SED"; then
3940   ac_path_SED_found=false
3941   # Loop through the user's path and test for each of PROGNAME-LIST
3942   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3943 for as_dir in $PATH
3944 do
3945   IFS=$as_save_IFS
3946   test -z "$as_dir" && as_dir=.
3947     for ac_prog in sed gsed; do
3948     for ac_exec_ext in '' $ac_executable_extensions; do
3949       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3950       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3951 # Check for GNU ac_path_SED and select it if it is found.
3952   # Check for GNU $ac_path_SED
3953 case `"$ac_path_SED" --version 2>&1` in
3954 *GNU*)
3955   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3956 *)
3957   ac_count=0
3958   $as_echo_n 0123456789 >"conftest.in"
3959   while :
3960   do
3961     cat "conftest.in" "conftest.in" >"conftest.tmp"
3962     mv "conftest.tmp" "conftest.in"
3963     cp "conftest.in" "conftest.nl"
3964     $as_echo '' >> "conftest.nl"
3965     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3966     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3967     as_fn_arith $ac_count + 1 && ac_count=$as_val
3968     if test $ac_count -gt ${ac_path_SED_max-0}; then
3969       # Best one so far, save it but keep looking for a better one
3970       ac_cv_path_SED="$ac_path_SED"
3971       ac_path_SED_max=$ac_count
3972     fi
3973     # 10*(2^10) chars as input seems more than enough
3974     test $ac_count -gt 10 && break
3975   done
3976   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3977 esac
3978
3979       $ac_path_SED_found && break 3
3980     done
3981   done
3982   done
3983 IFS=$as_save_IFS
3984   if test -z "$ac_cv_path_SED"; then
3985     as_fn_error "no acceptable sed could be found in \$PATH" "$LINENO" 5
3986   fi
3987 else
3988   ac_cv_path_SED=$SED
3989 fi
3990
3991 fi
3992 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3993 $as_echo "$ac_cv_path_SED" >&6; }
3994  SED="$ac_cv_path_SED"
3995   rm -f conftest.sed
3996
3997 test -z "$SED" && SED=sed
3998 Xsed="$SED -e 1s/^X//"
3999
4000
4001
4002
4003
4004
4005
4006
4007
4008
4009
4010 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
4011 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4012 if test "${ac_cv_path_GREP+set}" = set; then :
4013   $as_echo_n "(cached) " >&6
4014 else
4015   if test -z "$GREP"; then
4016   ac_path_GREP_found=false
4017   # Loop through the user's path and test for each of PROGNAME-LIST
4018   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4019 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4020 do
4021   IFS=$as_save_IFS
4022   test -z "$as_dir" && as_dir=.
4023     for ac_prog in grep ggrep; do
4024     for ac_exec_ext in '' $ac_executable_extensions; do
4025       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4026       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4027 # Check for GNU ac_path_GREP and select it if it is found.
4028   # Check for GNU $ac_path_GREP
4029 case `"$ac_path_GREP" --version 2>&1` in
4030 *GNU*)
4031   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4032 *)
4033   ac_count=0
4034   $as_echo_n 0123456789 >"conftest.in"
4035   while :
4036   do
4037     cat "conftest.in" "conftest.in" >"conftest.tmp"
4038     mv "conftest.tmp" "conftest.in"
4039     cp "conftest.in" "conftest.nl"
4040     $as_echo 'GREP' >> "conftest.nl"
4041     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4042     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4043     as_fn_arith $ac_count + 1 && ac_count=$as_val
4044     if test $ac_count -gt ${ac_path_GREP_max-0}; then
4045       # Best one so far, save it but keep looking for a better one
4046       ac_cv_path_GREP="$ac_path_GREP"
4047       ac_path_GREP_max=$ac_count
4048     fi
4049     # 10*(2^10) chars as input seems more than enough
4050     test $ac_count -gt 10 && break
4051   done
4052   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4053 esac
4054
4055       $ac_path_GREP_found && break 3
4056     done
4057   done
4058   done
4059 IFS=$as_save_IFS
4060   if test -z "$ac_cv_path_GREP"; then
4061     as_fn_error "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4062   fi
4063 else
4064   ac_cv_path_GREP=$GREP
4065 fi
4066
4067 fi
4068 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
4069 $as_echo "$ac_cv_path_GREP" >&6; }
4070  GREP="$ac_cv_path_GREP"
4071
4072
4073 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
4074 $as_echo_n "checking for egrep... " >&6; }
4075 if test "${ac_cv_path_EGREP+set}" = set; then :
4076   $as_echo_n "(cached) " >&6
4077 else
4078   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4079    then ac_cv_path_EGREP="$GREP -E"
4080    else
4081      if test -z "$EGREP"; then
4082   ac_path_EGREP_found=false
4083   # Loop through the user's path and test for each of PROGNAME-LIST
4084   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4085 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4086 do
4087   IFS=$as_save_IFS
4088   test -z "$as_dir" && as_dir=.
4089     for ac_prog in egrep; do
4090     for ac_exec_ext in '' $ac_executable_extensions; do
4091       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4092       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4093 # Check for GNU ac_path_EGREP and select it if it is found.
4094   # Check for GNU $ac_path_EGREP
4095 case `"$ac_path_EGREP" --version 2>&1` in
4096 *GNU*)
4097   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4098 *)
4099   ac_count=0
4100   $as_echo_n 0123456789 >"conftest.in"
4101   while :
4102   do
4103     cat "conftest.in" "conftest.in" >"conftest.tmp"
4104     mv "conftest.tmp" "conftest.in"
4105     cp "conftest.in" "conftest.nl"
4106     $as_echo 'EGREP' >> "conftest.nl"
4107     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4108     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4109     as_fn_arith $ac_count + 1 && ac_count=$as_val
4110     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4111       # Best one so far, save it but keep looking for a better one
4112       ac_cv_path_EGREP="$ac_path_EGREP"
4113       ac_path_EGREP_max=$ac_count
4114     fi
4115     # 10*(2^10) chars as input seems more than enough
4116     test $ac_count -gt 10 && break
4117   done
4118   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4119 esac
4120
4121       $ac_path_EGREP_found && break 3
4122     done
4123   done
4124   done
4125 IFS=$as_save_IFS
4126   if test -z "$ac_cv_path_EGREP"; then
4127     as_fn_error "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4128   fi
4129 else
4130   ac_cv_path_EGREP=$EGREP
4131 fi
4132
4133    fi
4134 fi
4135 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4136 $as_echo "$ac_cv_path_EGREP" >&6; }
4137  EGREP="$ac_cv_path_EGREP"
4138
4139
4140 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4141 $as_echo_n "checking for fgrep... " >&6; }
4142 if test "${ac_cv_path_FGREP+set}" = set; then :
4143   $as_echo_n "(cached) " >&6
4144 else
4145   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4146    then ac_cv_path_FGREP="$GREP -F"
4147    else
4148      if test -z "$FGREP"; then
4149   ac_path_FGREP_found=false
4150   # Loop through the user's path and test for each of PROGNAME-LIST
4151   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4152 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4153 do
4154   IFS=$as_save_IFS
4155   test -z "$as_dir" && as_dir=.
4156     for ac_prog in fgrep; do
4157     for ac_exec_ext in '' $ac_executable_extensions; do
4158       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4159       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4160 # Check for GNU ac_path_FGREP and select it if it is found.
4161   # Check for GNU $ac_path_FGREP
4162 case `"$ac_path_FGREP" --version 2>&1` in
4163 *GNU*)
4164   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4165 *)
4166   ac_count=0
4167   $as_echo_n 0123456789 >"conftest.in"
4168   while :
4169   do
4170     cat "conftest.in" "conftest.in" >"conftest.tmp"
4171     mv "conftest.tmp" "conftest.in"
4172     cp "conftest.in" "conftest.nl"
4173     $as_echo 'FGREP' >> "conftest.nl"
4174     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4175     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4176     as_fn_arith $ac_count + 1 && ac_count=$as_val
4177     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4178       # Best one so far, save it but keep looking for a better one
4179       ac_cv_path_FGREP="$ac_path_FGREP"
4180       ac_path_FGREP_max=$ac_count
4181     fi
4182     # 10*(2^10) chars as input seems more than enough
4183     test $ac_count -gt 10 && break
4184   done
4185   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4186 esac
4187
4188       $ac_path_FGREP_found && break 3
4189     done
4190   done
4191   done
4192 IFS=$as_save_IFS
4193   if test -z "$ac_cv_path_FGREP"; then
4194     as_fn_error "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4195   fi
4196 else
4197   ac_cv_path_FGREP=$FGREP
4198 fi
4199
4200    fi
4201 fi
4202 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4203 $as_echo "$ac_cv_path_FGREP" >&6; }
4204  FGREP="$ac_cv_path_FGREP"
4205
4206
4207 test -z "$GREP" && GREP=grep
4208
4209
4210
4211
4212
4213
4214
4215
4216
4217
4218
4219
4220
4221
4222
4223
4224
4225
4226
4227 # Check whether --with-gnu-ld was given.
4228 if test "${with_gnu_ld+set}" = set; then :
4229   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4230 else
4231   with_gnu_ld=no
4232 fi
4233
4234 ac_prog=ld
4235 if test "$GCC" = yes; then
4236   # Check if gcc -print-prog-name=ld gives a path.
4237   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4238 $as_echo_n "checking for ld used by $CC... " >&6; }
4239   case $host in
4240   *-*-mingw*)
4241     # gcc leaves a trailing carriage return which upsets mingw
4242     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4243   *)
4244     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4245   esac
4246   case $ac_prog in
4247     # Accept absolute paths.
4248     [\\/]* | ?:[\\/]*)
4249       re_direlt='/[^/][^/]*/\.\./'
4250       # Canonicalize the pathname of ld
4251       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4252       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4253         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4254       done
4255       test -z "$LD" && LD="$ac_prog"
4256       ;;
4257   "")
4258     # If it fails, then pretend we aren't using GCC.
4259     ac_prog=ld
4260     ;;
4261   *)
4262     # If it is relative, then search for the first ld in PATH.
4263     with_gnu_ld=unknown
4264     ;;
4265   esac
4266 elif test "$with_gnu_ld" = yes; then
4267   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4268 $as_echo_n "checking for GNU ld... " >&6; }
4269 else
4270   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4271 $as_echo_n "checking for non-GNU ld... " >&6; }
4272 fi
4273 if test "${lt_cv_path_LD+set}" = set; then :
4274   $as_echo_n "(cached) " >&6
4275 else
4276   if test -z "$LD"; then
4277   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4278   for ac_dir in $PATH; do
4279     IFS="$lt_save_ifs"
4280     test -z "$ac_dir" && ac_dir=.
4281     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4282       lt_cv_path_LD="$ac_dir/$ac_prog"
4283       # Check to see if the program is GNU ld.  I'd rather use --version,
4284       # but apparently some variants of GNU ld only accept -v.
4285       # Break only if it was the GNU/non-GNU ld that we prefer.
4286       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4287       *GNU* | *'with BFD'*)
4288         test "$with_gnu_ld" != no && break
4289         ;;
4290       *)
4291         test "$with_gnu_ld" != yes && break
4292         ;;
4293       esac
4294     fi
4295   done
4296   IFS="$lt_save_ifs"
4297 else
4298   lt_cv_path_LD="$LD" # Let the user override the test with a path.
4299 fi
4300 fi
4301
4302 LD="$lt_cv_path_LD"
4303 if test -n "$LD"; then
4304   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4305 $as_echo "$LD" >&6; }
4306 else
4307   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4308 $as_echo "no" >&6; }
4309 fi
4310 test -z "$LD" && as_fn_error "no acceptable ld found in \$PATH" "$LINENO" 5
4311 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4312 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4313 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4314   $as_echo_n "(cached) " >&6
4315 else
4316   # I'd rather use --version here, but apparently some GNU lds only accept -v.
4317 case `$LD -v 2>&1 </dev/null` in
4318 *GNU* | *'with BFD'*)
4319   lt_cv_prog_gnu_ld=yes
4320   ;;
4321 *)
4322   lt_cv_prog_gnu_ld=no
4323   ;;
4324 esac
4325 fi
4326 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4327 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4328 with_gnu_ld=$lt_cv_prog_gnu_ld
4329
4330
4331
4332
4333
4334
4335
4336
4337
4338 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4339 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4340 if test "${lt_cv_path_NM+set}" = set; then :
4341   $as_echo_n "(cached) " >&6
4342 else
4343   if test -n "$NM"; then
4344   # Let the user override the test.
4345   lt_cv_path_NM="$NM"
4346 else
4347   lt_nm_to_check="${ac_tool_prefix}nm"
4348   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4349     lt_nm_to_check="$lt_nm_to_check nm"
4350   fi
4351   for lt_tmp_nm in $lt_nm_to_check; do
4352     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4353     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4354       IFS="$lt_save_ifs"
4355       test -z "$ac_dir" && ac_dir=.
4356       tmp_nm="$ac_dir/$lt_tmp_nm"
4357       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4358         # Check to see if the nm accepts a BSD-compat flag.
4359         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4360         #   nm: unknown option "B" ignored
4361         # Tru64's nm complains that /dev/null is an invalid object file
4362         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4363         */dev/null* | *'Invalid file or object type'*)
4364           lt_cv_path_NM="$tmp_nm -B"
4365           break
4366           ;;
4367         *)
4368           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4369           */dev/null*)
4370             lt_cv_path_NM="$tmp_nm -p"
4371             break
4372             ;;
4373           *)
4374             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4375             continue # so that we can try to find one that supports BSD flags
4376             ;;
4377           esac
4378           ;;
4379         esac
4380       fi
4381     done
4382     IFS="$lt_save_ifs"
4383   done
4384   : ${lt_cv_path_NM=no}
4385 fi
4386 fi
4387 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4388 $as_echo "$lt_cv_path_NM" >&6; }
4389 if test "$lt_cv_path_NM" != "no"; then
4390   NM="$lt_cv_path_NM"
4391 else
4392   # Didn't find any BSD compatible name lister, look for dumpbin.
4393   if test -n "$ac_tool_prefix"; then
4394   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4395   do
4396     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4397 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4398 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4399 $as_echo_n "checking for $ac_word... " >&6; }
4400 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4401   $as_echo_n "(cached) " >&6
4402 else
4403   if test -n "$DUMPBIN"; then
4404   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4405 else
4406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4407 for as_dir in $PATH
4408 do
4409   IFS=$as_save_IFS
4410   test -z "$as_dir" && as_dir=.
4411     for ac_exec_ext in '' $ac_executable_extensions; do
4412   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4413     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4414     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4415     break 2
4416   fi
4417 done
4418   done
4419 IFS=$as_save_IFS
4420
4421 fi
4422 fi
4423 DUMPBIN=$ac_cv_prog_DUMPBIN
4424 if test -n "$DUMPBIN"; then
4425   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4426 $as_echo "$DUMPBIN" >&6; }
4427 else
4428   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4429 $as_echo "no" >&6; }
4430 fi
4431
4432
4433     test -n "$DUMPBIN" && break
4434   done
4435 fi
4436 if test -z "$DUMPBIN"; then
4437   ac_ct_DUMPBIN=$DUMPBIN
4438   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4439 do
4440   # Extract the first word of "$ac_prog", so it can be a program name with args.
4441 set dummy $ac_prog; ac_word=$2
4442 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4443 $as_echo_n "checking for $ac_word... " >&6; }
4444 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4445   $as_echo_n "(cached) " >&6
4446 else
4447   if test -n "$ac_ct_DUMPBIN"; then
4448   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4449 else
4450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4451 for as_dir in $PATH
4452 do
4453   IFS=$as_save_IFS
4454   test -z "$as_dir" && as_dir=.
4455     for ac_exec_ext in '' $ac_executable_extensions; do
4456   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4457     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4458     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4459     break 2
4460   fi
4461 done
4462   done
4463 IFS=$as_save_IFS
4464
4465 fi
4466 fi
4467 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4468 if test -n "$ac_ct_DUMPBIN"; then
4469   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4470 $as_echo "$ac_ct_DUMPBIN" >&6; }
4471 else
4472   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4473 $as_echo "no" >&6; }
4474 fi
4475
4476
4477   test -n "$ac_ct_DUMPBIN" && break
4478 done
4479
4480   if test "x$ac_ct_DUMPBIN" = x; then
4481     DUMPBIN=":"
4482   else
4483     case $cross_compiling:$ac_tool_warned in
4484 yes:)
4485 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4486 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4487 ac_tool_warned=yes ;;
4488 esac
4489     DUMPBIN=$ac_ct_DUMPBIN
4490   fi
4491 fi
4492
4493
4494   if test "$DUMPBIN" != ":"; then
4495     NM="$DUMPBIN"
4496   fi
4497 fi
4498 test -z "$NM" && NM=nm
4499
4500
4501
4502
4503
4504
4505 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4506 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4507 if test "${lt_cv_nm_interface+set}" = set; then :
4508   $as_echo_n "(cached) " >&6
4509 else
4510   lt_cv_nm_interface="BSD nm"
4511   echo "int some_variable = 0;" > conftest.$ac_ext
4512   (eval echo "\"\$as_me:4512: $ac_compile\"" >&5)
4513   (eval "$ac_compile" 2>conftest.err)
4514   cat conftest.err >&5
4515   (eval echo "\"\$as_me:4515: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4516   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4517   cat conftest.err >&5
4518   (eval echo "\"\$as_me:4518: output\"" >&5)
4519   cat conftest.out >&5
4520   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4521     lt_cv_nm_interface="MS dumpbin"
4522   fi
4523   rm -f conftest*
4524 fi
4525 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4526 $as_echo "$lt_cv_nm_interface" >&6; }
4527
4528 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4529 $as_echo_n "checking whether ln -s works... " >&6; }
4530 LN_S=$as_ln_s
4531 if test "$LN_S" = "ln -s"; then
4532   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4533 $as_echo "yes" >&6; }
4534 else
4535   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4536 $as_echo "no, using $LN_S" >&6; }
4537 fi
4538
4539 # find the maximum length of command line arguments
4540 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4541 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4542 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4543   $as_echo_n "(cached) " >&6
4544 else
4545     i=0
4546   teststring="ABCD"
4547
4548   case $build_os in
4549   msdosdjgpp*)
4550     # On DJGPP, this test can blow up pretty badly due to problems in libc
4551     # (any single argument exceeding 2000 bytes causes a buffer overrun
4552     # during glob expansion).  Even if it were fixed, the result of this
4553     # check would be larger than it should be.
4554     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
4555     ;;
4556
4557   gnu*)
4558     # Under GNU Hurd, this test is not required because there is
4559     # no limit to the length of command line arguments.
4560     # Libtool will interpret -1 as no limit whatsoever
4561     lt_cv_sys_max_cmd_len=-1;
4562     ;;
4563
4564   cygwin* | mingw* | cegcc*)
4565     # On Win9x/ME, this test blows up -- it succeeds, but takes
4566     # about 5 minutes as the teststring grows exponentially.
4567     # Worse, since 9x/ME are not pre-emptively multitasking,
4568     # you end up with a "frozen" computer, even though with patience
4569     # the test eventually succeeds (with a max line length of 256k).
4570     # Instead, let's just punt: use the minimum linelength reported by
4571     # all of the supported platforms: 8192 (on NT/2K/XP).
4572     lt_cv_sys_max_cmd_len=8192;
4573     ;;
4574
4575   amigaos*)
4576     # On AmigaOS with pdksh, this test takes hours, literally.
4577     # So we just punt and use a minimum line length of 8192.
4578     lt_cv_sys_max_cmd_len=8192;
4579     ;;
4580
4581   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4582     # This has been around since 386BSD, at least.  Likely further.
4583     if test -x /sbin/sysctl; then
4584       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4585     elif test -x /usr/sbin/sysctl; then
4586       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4587     else
4588       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
4589     fi
4590     # And add a safety zone
4591     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4592     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4593     ;;
4594
4595   interix*)
4596     # We know the value 262144 and hardcode it with a safety zone (like BSD)
4597     lt_cv_sys_max_cmd_len=196608
4598     ;;
4599
4600   osf*)
4601     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4602     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4603     # nice to cause kernel panics so lets avoid the loop below.
4604     # First set a reasonable default.
4605     lt_cv_sys_max_cmd_len=16384
4606     #
4607     if test -x /sbin/sysconfig; then
4608       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4609         *1*) lt_cv_sys_max_cmd_len=-1 ;;
4610       esac
4611     fi
4612     ;;
4613   sco3.2v5*)
4614     lt_cv_sys_max_cmd_len=102400
4615     ;;
4616   sysv5* | sco5v6* | sysv4.2uw2*)
4617     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4618     if test -n "$kargmax"; then
4619       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
4620     else
4621       lt_cv_sys_max_cmd_len=32768
4622     fi
4623     ;;
4624   *)
4625     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4626     if test -n "$lt_cv_sys_max_cmd_len"; then
4627       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4628       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4629     else
4630       # Make teststring a little bigger before we do anything with it.
4631       # a 1K string should be a reasonable start.
4632       for i in 1 2 3 4 5 6 7 8 ; do
4633         teststring=$teststring$teststring
4634       done
4635       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4636       # If test is not a shell built-in, we'll probably end up computing a
4637       # maximum length that is only half of the actual maximum length, but
4638       # we can't tell.
4639       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4640                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4641               test $i != 17 # 1/2 MB should be enough
4642       do
4643         i=`expr $i + 1`
4644         teststring=$teststring$teststring
4645       done
4646       # Only check the string length outside the loop.
4647       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4648       teststring=
4649       # Add a significant safety factor because C++ compilers can tack on
4650       # massive amounts of additional arguments before passing them to the
4651       # linker.  It appears as though 1/2 is a usable value.
4652       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4653     fi
4654     ;;
4655   esac
4656
4657 fi
4658
4659 if test -n $lt_cv_sys_max_cmd_len ; then
4660   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4661 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4662 else
4663   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4664 $as_echo "none" >&6; }
4665 fi
4666 max_cmd_len=$lt_cv_sys_max_cmd_len
4667
4668
4669
4670
4671
4672
4673 : ${CP="cp -f"}
4674 : ${MV="mv -f"}
4675 : ${RM="rm -f"}
4676
4677 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4678 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4679 # Try some XSI features
4680 xsi_shell=no
4681 ( _lt_dummy="a/b/c"
4682   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4683       = c,a/b,, \
4684     && eval 'test $(( 1 + 1 )) -eq 2 \
4685     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4686   && xsi_shell=yes
4687 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4688 $as_echo "$xsi_shell" >&6; }
4689
4690
4691 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4692 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4693 lt_shell_append=no
4694 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4695     >/dev/null 2>&1 \
4696   && lt_shell_append=yes
4697 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4698 $as_echo "$lt_shell_append" >&6; }
4699
4700
4701 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4702   lt_unset=unset
4703 else
4704   lt_unset=false
4705 fi
4706
4707
4708
4709
4710
4711 # test EBCDIC or ASCII
4712 case `echo X|tr X '\101'` in
4713  A) # ASCII based system
4714     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4715   lt_SP2NL='tr \040 \012'
4716   lt_NL2SP='tr \015\012 \040\040'
4717   ;;
4718  *) # EBCDIC based system
4719   lt_SP2NL='tr \100 \n'
4720   lt_NL2SP='tr \r\n \100\100'
4721   ;;
4722 esac
4723
4724
4725
4726
4727
4728
4729
4730
4731
4732 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4733 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4734 if test "${lt_cv_ld_reload_flag+set}" = set; then :
4735   $as_echo_n "(cached) " >&6
4736 else
4737   lt_cv_ld_reload_flag='-r'
4738 fi
4739 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4740 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4741 reload_flag=$lt_cv_ld_reload_flag
4742 case $reload_flag in
4743 "" | " "*) ;;
4744 *) reload_flag=" $reload_flag" ;;
4745 esac
4746 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4747 case $host_os in
4748   darwin*)
4749     if test "$GCC" = yes; then
4750       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4751     else
4752       reload_cmds='$LD$reload_flag -o $output$reload_objs'
4753     fi
4754     ;;
4755 esac
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765 if test -n "$ac_tool_prefix"; then
4766   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4767 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4768 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4769 $as_echo_n "checking for $ac_word... " >&6; }
4770 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4771   $as_echo_n "(cached) " >&6
4772 else
4773   if test -n "$OBJDUMP"; then
4774   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4775 else
4776 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4777 for as_dir in $PATH
4778 do
4779   IFS=$as_save_IFS
4780   test -z "$as_dir" && as_dir=.
4781     for ac_exec_ext in '' $ac_executable_extensions; do
4782   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4783     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4784     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4785     break 2
4786   fi
4787 done
4788   done
4789 IFS=$as_save_IFS
4790
4791 fi
4792 fi
4793 OBJDUMP=$ac_cv_prog_OBJDUMP
4794 if test -n "$OBJDUMP"; then
4795   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4796 $as_echo "$OBJDUMP" >&6; }
4797 else
4798   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4799 $as_echo "no" >&6; }
4800 fi
4801
4802
4803 fi
4804 if test -z "$ac_cv_prog_OBJDUMP"; then
4805   ac_ct_OBJDUMP=$OBJDUMP
4806   # Extract the first word of "objdump", so it can be a program name with args.
4807 set dummy objdump; ac_word=$2
4808 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4809 $as_echo_n "checking for $ac_word... " >&6; }
4810 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4811   $as_echo_n "(cached) " >&6
4812 else
4813   if test -n "$ac_ct_OBJDUMP"; then
4814   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4815 else
4816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4817 for as_dir in $PATH
4818 do
4819   IFS=$as_save_IFS
4820   test -z "$as_dir" && as_dir=.
4821     for ac_exec_ext in '' $ac_executable_extensions; do
4822   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4823     ac_cv_prog_ac_ct_OBJDUMP="objdump"
4824     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4825     break 2
4826   fi
4827 done
4828   done
4829 IFS=$as_save_IFS
4830
4831 fi
4832 fi
4833 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4834 if test -n "$ac_ct_OBJDUMP"; then
4835   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4836 $as_echo "$ac_ct_OBJDUMP" >&6; }
4837 else
4838   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4839 $as_echo "no" >&6; }
4840 fi
4841
4842   if test "x$ac_ct_OBJDUMP" = x; then
4843     OBJDUMP="false"
4844   else
4845     case $cross_compiling:$ac_tool_warned in
4846 yes:)
4847 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4848 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4849 ac_tool_warned=yes ;;
4850 esac
4851     OBJDUMP=$ac_ct_OBJDUMP
4852   fi
4853 else
4854   OBJDUMP="$ac_cv_prog_OBJDUMP"
4855 fi
4856
4857 test -z "$OBJDUMP" && OBJDUMP=objdump
4858
4859
4860
4861
4862
4863
4864
4865
4866
4867 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4868 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4869 if test "${lt_cv_deplibs_check_method+set}" = set; then :
4870   $as_echo_n "(cached) " >&6
4871 else
4872   lt_cv_file_magic_cmd='$MAGIC_CMD'
4873 lt_cv_file_magic_test_file=
4874 lt_cv_deplibs_check_method='unknown'
4875 # Need to set the preceding variable on all platforms that support
4876 # interlibrary dependencies.
4877 # 'none' -- dependencies not supported.
4878 # `unknown' -- same as none, but documents that we really don't know.
4879 # 'pass_all' -- all dependencies passed with no checks.
4880 # 'test_compile' -- check by making test program.
4881 # 'file_magic [[regex]]' -- check by looking for files in library path
4882 # which responds to the $file_magic_cmd with a given extended regex.
4883 # If you have `file' or equivalent on your system and you're not sure
4884 # whether `pass_all' will *always* work, you probably want this one.
4885
4886 case $host_os in
4887 aix[4-9]*)
4888   lt_cv_deplibs_check_method=pass_all
4889   ;;
4890
4891 beos*)
4892   lt_cv_deplibs_check_method=pass_all
4893   ;;
4894
4895 bsdi[45]*)
4896   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4897   lt_cv_file_magic_cmd='/usr/bin/file -L'
4898   lt_cv_file_magic_test_file=/shlib/libc.so
4899   ;;
4900
4901 cygwin*)
4902   # func_win32_libid is a shell function defined in ltmain.sh
4903   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4904   lt_cv_file_magic_cmd='func_win32_libid'
4905   ;;
4906
4907 mingw* | pw32*)
4908   # Base MSYS/MinGW do not provide the 'file' command needed by
4909   # func_win32_libid shell function, so use a weaker test based on 'objdump',
4910   # unless we find 'file', for example because we are cross-compiling.
4911   if ( file / ) >/dev/null 2>&1; then
4912     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4913     lt_cv_file_magic_cmd='func_win32_libid'
4914   else
4915     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4916     lt_cv_file_magic_cmd='$OBJDUMP -f'
4917   fi
4918   ;;
4919
4920 cegcc)
4921   # use the weaker test based on 'objdump'. See mingw*.
4922   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4923   lt_cv_file_magic_cmd='$OBJDUMP -f'
4924   ;;
4925
4926 darwin* | rhapsody*)
4927   lt_cv_deplibs_check_method=pass_all
4928   ;;
4929
4930 freebsd* | dragonfly*)
4931   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4932     case $host_cpu in
4933     i*86 )
4934       # Not sure whether the presence of OpenBSD here was a mistake.
4935       # Let's accept both of them until this is cleared up.
4936       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4937       lt_cv_file_magic_cmd=/usr/bin/file
4938       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4939       ;;
4940     esac
4941   else
4942     lt_cv_deplibs_check_method=pass_all
4943   fi
4944   ;;
4945
4946 gnu*)
4947   lt_cv_deplibs_check_method=pass_all
4948   ;;
4949
4950 hpux10.20* | hpux11*)
4951   lt_cv_file_magic_cmd=/usr/bin/file
4952   case $host_cpu in
4953   ia64*)
4954     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4955     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4956     ;;
4957   hppa*64*)
4958     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]'
4959     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4960     ;;
4961   *)
4962     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4963     lt_cv_file_magic_test_file=/usr/lib/libc.sl
4964     ;;
4965   esac
4966   ;;
4967
4968 interix[3-9]*)
4969   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4970   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4971   ;;
4972
4973 irix5* | irix6* | nonstopux*)
4974   case $LD in
4975   *-32|*"-32 ") libmagic=32-bit;;
4976   *-n32|*"-n32 ") libmagic=N32;;
4977   *-64|*"-64 ") libmagic=64-bit;;
4978   *) libmagic=never-match;;
4979   esac
4980   lt_cv_deplibs_check_method=pass_all
4981   ;;
4982
4983 # This must be Linux ELF.
4984 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4985   lt_cv_deplibs_check_method=pass_all
4986   ;;
4987
4988 netbsd*)
4989   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4990     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4991   else
4992     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4993   fi
4994   ;;
4995
4996 newos6*)
4997   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4998   lt_cv_file_magic_cmd=/usr/bin/file
4999   lt_cv_file_magic_test_file=/usr/lib/libnls.so
5000   ;;
5001
5002 *nto* | *qnx*)
5003   lt_cv_deplibs_check_method=pass_all
5004   ;;
5005
5006 openbsd*)
5007   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
5008     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
5009   else
5010     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
5011   fi
5012   ;;
5013
5014 osf3* | osf4* | osf5*)
5015   lt_cv_deplibs_check_method=pass_all
5016   ;;
5017
5018 rdos*)
5019   lt_cv_deplibs_check_method=pass_all
5020   ;;
5021
5022 solaris*)
5023   lt_cv_deplibs_check_method=pass_all
5024   ;;
5025
5026 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
5027   lt_cv_deplibs_check_method=pass_all
5028   ;;
5029
5030 sysv4 | sysv4.3*)
5031   case $host_vendor in
5032   motorola)
5033     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]'
5034     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
5035     ;;
5036   ncr)
5037     lt_cv_deplibs_check_method=pass_all
5038     ;;
5039   sequent)
5040     lt_cv_file_magic_cmd='/bin/file'
5041     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
5042     ;;
5043   sni)
5044     lt_cv_file_magic_cmd='/bin/file'
5045     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
5046     lt_cv_file_magic_test_file=/lib/libc.so
5047     ;;
5048   siemens)
5049     lt_cv_deplibs_check_method=pass_all
5050     ;;
5051   pc)
5052     lt_cv_deplibs_check_method=pass_all
5053     ;;
5054   esac
5055   ;;
5056
5057 tpf*)
5058   lt_cv_deplibs_check_method=pass_all
5059   ;;
5060 esac
5061
5062 fi
5063 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
5064 $as_echo "$lt_cv_deplibs_check_method" >&6; }
5065 file_magic_cmd=$lt_cv_file_magic_cmd
5066 deplibs_check_method=$lt_cv_deplibs_check_method
5067 test -z "$deplibs_check_method" && deplibs_check_method=unknown
5068
5069
5070
5071
5072
5073
5074
5075
5076
5077
5078
5079
5080 if test -n "$ac_tool_prefix"; then
5081   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5082 set dummy ${ac_tool_prefix}ar; ac_word=$2
5083 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5084 $as_echo_n "checking for $ac_word... " >&6; }
5085 if test "${ac_cv_prog_AR+set}" = set; then :
5086   $as_echo_n "(cached) " >&6
5087 else
5088   if test -n "$AR"; then
5089   ac_cv_prog_AR="$AR" # Let the user override the test.
5090 else
5091 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5092 for as_dir in $PATH
5093 do
5094   IFS=$as_save_IFS
5095   test -z "$as_dir" && as_dir=.
5096     for ac_exec_ext in '' $ac_executable_extensions; do
5097   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5098     ac_cv_prog_AR="${ac_tool_prefix}ar"
5099     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5100     break 2
5101   fi
5102 done
5103   done
5104 IFS=$as_save_IFS
5105
5106 fi
5107 fi
5108 AR=$ac_cv_prog_AR
5109 if test -n "$AR"; then
5110   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5111 $as_echo "$AR" >&6; }
5112 else
5113   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5114 $as_echo "no" >&6; }
5115 fi
5116
5117
5118 fi
5119 if test -z "$ac_cv_prog_AR"; then
5120   ac_ct_AR=$AR
5121   # Extract the first word of "ar", so it can be a program name with args.
5122 set dummy ar; ac_word=$2
5123 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5124 $as_echo_n "checking for $ac_word... " >&6; }
5125 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5126   $as_echo_n "(cached) " >&6
5127 else
5128   if test -n "$ac_ct_AR"; then
5129   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5130 else
5131 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5132 for as_dir in $PATH
5133 do
5134   IFS=$as_save_IFS
5135   test -z "$as_dir" && as_dir=.
5136     for ac_exec_ext in '' $ac_executable_extensions; do
5137   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5138     ac_cv_prog_ac_ct_AR="ar"
5139     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5140     break 2
5141   fi
5142 done
5143   done
5144 IFS=$as_save_IFS
5145
5146 fi
5147 fi
5148 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5149 if test -n "$ac_ct_AR"; then
5150   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5151 $as_echo "$ac_ct_AR" >&6; }
5152 else
5153   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5154 $as_echo "no" >&6; }
5155 fi
5156
5157   if test "x$ac_ct_AR" = x; then
5158     AR="false"
5159   else
5160     case $cross_compiling:$ac_tool_warned in
5161 yes:)
5162 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5163 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5164 ac_tool_warned=yes ;;
5165 esac
5166     AR=$ac_ct_AR
5167   fi
5168 else
5169   AR="$ac_cv_prog_AR"
5170 fi
5171
5172 test -z "$AR" && AR=ar
5173 test -z "$AR_FLAGS" && AR_FLAGS=cru
5174
5175
5176
5177
5178
5179
5180
5181
5182
5183
5184
5185 if test -n "$ac_tool_prefix"; then
5186   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5187 set dummy ${ac_tool_prefix}strip; ac_word=$2
5188 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5189 $as_echo_n "checking for $ac_word... " >&6; }
5190 if test "${ac_cv_prog_STRIP+set}" = set; then :
5191   $as_echo_n "(cached) " >&6
5192 else
5193   if test -n "$STRIP"; then
5194   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5195 else
5196 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5197 for as_dir in $PATH
5198 do
5199   IFS=$as_save_IFS
5200   test -z "$as_dir" && as_dir=.
5201     for ac_exec_ext in '' $ac_executable_extensions; do
5202   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5203     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5204     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5205     break 2
5206   fi
5207 done
5208   done
5209 IFS=$as_save_IFS
5210
5211 fi
5212 fi
5213 STRIP=$ac_cv_prog_STRIP
5214 if test -n "$STRIP"; then
5215   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5216 $as_echo "$STRIP" >&6; }
5217 else
5218   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5219 $as_echo "no" >&6; }
5220 fi
5221
5222
5223 fi
5224 if test -z "$ac_cv_prog_STRIP"; then
5225   ac_ct_STRIP=$STRIP
5226   # Extract the first word of "strip", so it can be a program name with args.
5227 set dummy strip; ac_word=$2
5228 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5229 $as_echo_n "checking for $ac_word... " >&6; }
5230 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5231   $as_echo_n "(cached) " >&6
5232 else
5233   if test -n "$ac_ct_STRIP"; then
5234   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5235 else
5236 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5237 for as_dir in $PATH
5238 do
5239   IFS=$as_save_IFS
5240   test -z "$as_dir" && as_dir=.
5241     for ac_exec_ext in '' $ac_executable_extensions; do
5242   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5243     ac_cv_prog_ac_ct_STRIP="strip"
5244     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5245     break 2
5246   fi
5247 done
5248   done
5249 IFS=$as_save_IFS
5250
5251 fi
5252 fi
5253 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5254 if test -n "$ac_ct_STRIP"; then
5255   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5256 $as_echo "$ac_ct_STRIP" >&6; }
5257 else
5258   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5259 $as_echo "no" >&6; }
5260 fi
5261
5262   if test "x$ac_ct_STRIP" = x; then
5263     STRIP=":"
5264   else
5265     case $cross_compiling:$ac_tool_warned in
5266 yes:)
5267 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5268 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5269 ac_tool_warned=yes ;;
5270 esac
5271     STRIP=$ac_ct_STRIP
5272   fi
5273 else
5274   STRIP="$ac_cv_prog_STRIP"
5275 fi
5276
5277 test -z "$STRIP" && STRIP=:
5278
5279
5280
5281
5282
5283
5284 if test -n "$ac_tool_prefix"; then
5285   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5286 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5287 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5288 $as_echo_n "checking for $ac_word... " >&6; }
5289 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5290   $as_echo_n "(cached) " >&6
5291 else
5292   if test -n "$RANLIB"; then
5293   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5294 else
5295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5296 for as_dir in $PATH
5297 do
5298   IFS=$as_save_IFS
5299   test -z "$as_dir" && as_dir=.
5300     for ac_exec_ext in '' $ac_executable_extensions; do
5301   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5302     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5303     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5304     break 2
5305   fi
5306 done
5307   done
5308 IFS=$as_save_IFS
5309
5310 fi
5311 fi
5312 RANLIB=$ac_cv_prog_RANLIB
5313 if test -n "$RANLIB"; then
5314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5315 $as_echo "$RANLIB" >&6; }
5316 else
5317   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5318 $as_echo "no" >&6; }
5319 fi
5320
5321
5322 fi
5323 if test -z "$ac_cv_prog_RANLIB"; then
5324   ac_ct_RANLIB=$RANLIB
5325   # Extract the first word of "ranlib", so it can be a program name with args.
5326 set dummy ranlib; ac_word=$2
5327 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5328 $as_echo_n "checking for $ac_word... " >&6; }
5329 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5330   $as_echo_n "(cached) " >&6
5331 else
5332   if test -n "$ac_ct_RANLIB"; then
5333   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5334 else
5335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5336 for as_dir in $PATH
5337 do
5338   IFS=$as_save_IFS
5339   test -z "$as_dir" && as_dir=.
5340     for ac_exec_ext in '' $ac_executable_extensions; do
5341   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5342     ac_cv_prog_ac_ct_RANLIB="ranlib"
5343     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5344     break 2
5345   fi
5346 done
5347   done
5348 IFS=$as_save_IFS
5349
5350 fi
5351 fi
5352 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5353 if test -n "$ac_ct_RANLIB"; then
5354   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5355 $as_echo "$ac_ct_RANLIB" >&6; }
5356 else
5357   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5358 $as_echo "no" >&6; }
5359 fi
5360
5361   if test "x$ac_ct_RANLIB" = x; then
5362     RANLIB=":"
5363   else
5364     case $cross_compiling:$ac_tool_warned in
5365 yes:)
5366 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5367 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5368 ac_tool_warned=yes ;;
5369 esac
5370     RANLIB=$ac_ct_RANLIB
5371   fi
5372 else
5373   RANLIB="$ac_cv_prog_RANLIB"
5374 fi
5375
5376 test -z "$RANLIB" && RANLIB=:
5377
5378
5379
5380
5381
5382
5383 # Determine commands to create old-style static archives.
5384 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5385 old_postinstall_cmds='chmod 644 $oldlib'
5386 old_postuninstall_cmds=
5387
5388 if test -n "$RANLIB"; then
5389   case $host_os in
5390   openbsd*)
5391     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5392     ;;
5393   *)
5394     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5395     ;;
5396   esac
5397   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5398 fi
5399
5400
5401
5402
5403
5404
5405
5406
5407
5408
5409
5410
5411
5412
5413
5414
5415
5416
5417
5418
5419
5420
5421
5422
5423
5424
5425
5426
5427
5428
5429
5430
5431
5432
5433 # If no C compiler was specified, use CC.
5434 LTCC=${LTCC-"$CC"}
5435
5436 # If no C compiler flags were specified, use CFLAGS.
5437 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5438
5439 # Allow CC to be a program name with arguments.
5440 compiler=$CC
5441
5442
5443 # Check for command to grab the raw symbol name followed by C symbol from nm.
5444 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5445 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5446 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5447   $as_echo_n "(cached) " >&6
5448 else
5449
5450 # These are sane defaults that work on at least a few old systems.
5451 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
5452
5453 # Character class describing NM global symbol codes.
5454 symcode='[BCDEGRST]'
5455
5456 # Regexp to match symbols that can be accessed directly from C.
5457 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5458
5459 # Define system-specific variables.
5460 case $host_os in
5461 aix*)
5462   symcode='[BCDT]'
5463   ;;
5464 cygwin* | mingw* | pw32* | cegcc*)
5465   symcode='[ABCDGISTW]'
5466   ;;
5467 hpux*)
5468   if test "$host_cpu" = ia64; then
5469     symcode='[ABCDEGRST]'
5470   fi
5471   ;;
5472 irix* | nonstopux*)
5473   symcode='[BCDEGRST]'
5474   ;;
5475 osf*)
5476   symcode='[BCDEGQRST]'
5477   ;;
5478 solaris*)
5479   symcode='[BDRT]'
5480   ;;
5481 sco3.2v5*)
5482   symcode='[DT]'
5483   ;;
5484 sysv4.2uw2*)
5485   symcode='[DT]'
5486   ;;
5487 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5488   symcode='[ABDT]'
5489   ;;
5490 sysv4)
5491   symcode='[DFNSTU]'
5492   ;;
5493 esac
5494
5495 # If we're using GNU nm, then use its standard symbol codes.
5496 case `$NM -V 2>&1` in
5497 *GNU* | *'with BFD'*)
5498   symcode='[ABCDGIRSTW]' ;;
5499 esac
5500
5501 # Transform an extracted symbol line into a proper C declaration.
5502 # Some systems (esp. on ia64) link data and code symbols differently,
5503 # so use this general approach.
5504 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5505
5506 # Transform an extracted symbol line into symbol name and symbol address
5507 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
5508 lt_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'"
5509
5510 # Handle CRLF in mingw tool chain
5511 opt_cr=
5512 case $build_os in
5513 mingw*)
5514   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5515   ;;
5516 esac
5517
5518 # Try without a prefix underscore, then with it.
5519 for ac_symprfx in "" "_"; do
5520
5521   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5522   symxfrm="\\1 $ac_symprfx\\2 \\2"
5523
5524   # Write the raw and C identifiers.
5525   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5526     # Fake it for dumpbin and say T for any non-static function
5527     # and D for any global variable.
5528     # Also find C++ and __fastcall symbols from MSVC++,
5529     # which start with @ or ?.
5530     lt_cv_sys_global_symbol_pipe="$AWK '"\
5531 "     {last_section=section; section=\$ 3};"\
5532 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5533 "     \$ 0!~/External *\|/{next};"\
5534 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5535 "     {if(hide[section]) next};"\
5536 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5537 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5538 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
5539 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5540 "     ' prfx=^$ac_symprfx"
5541   else
5542     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5543   fi
5544
5545   # Check to see that the pipe works correctly.
5546   pipe_works=no
5547
5548   rm -f conftest*
5549   cat > conftest.$ac_ext <<_LT_EOF
5550 #ifdef __cplusplus
5551 extern "C" {
5552 #endif
5553 char nm_test_var;
5554 void nm_test_func(void);
5555 void nm_test_func(void){}
5556 #ifdef __cplusplus
5557 }
5558 #endif
5559 int main(){nm_test_var='a';nm_test_func();return(0);}
5560 _LT_EOF
5561
5562   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5563   (eval $ac_compile) 2>&5
5564   ac_status=$?
5565   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5566   test $ac_status = 0; }; then
5567     # Now try to grab the symbols.
5568     nlist=conftest.nm
5569     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
5570   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5571   ac_status=$?
5572   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5573   test $ac_status = 0; } && test -s "$nlist"; then
5574       # Try sorting and uniquifying the output.
5575       if sort "$nlist" | uniq > "$nlist"T; then
5576         mv -f "$nlist"T "$nlist"
5577       else
5578         rm -f "$nlist"T
5579       fi
5580
5581       # Make sure that we snagged all the symbols we need.
5582       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5583         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5584           cat <<_LT_EOF > conftest.$ac_ext
5585 #ifdef __cplusplus
5586 extern "C" {
5587 #endif
5588
5589 _LT_EOF
5590           # Now generate the symbol file.
5591           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5592
5593           cat <<_LT_EOF >> conftest.$ac_ext
5594
5595 /* The mapping between symbol names and symbols.  */
5596 const struct {
5597   const char *name;
5598   void       *address;
5599 }
5600 lt__PROGRAM__LTX_preloaded_symbols[] =
5601 {
5602   { "@PROGRAM@", (void *) 0 },
5603 _LT_EOF
5604           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5605           cat <<\_LT_EOF >> conftest.$ac_ext
5606   {0, (void *) 0}
5607 };
5608
5609 /* This works around a problem in FreeBSD linker */
5610 #ifdef FREEBSD_WORKAROUND
5611 static const void *lt_preloaded_setup() {
5612   return lt__PROGRAM__LTX_preloaded_symbols;
5613 }
5614 #endif
5615
5616 #ifdef __cplusplus
5617 }
5618 #endif
5619 _LT_EOF
5620           # Now try linking the two files.
5621           mv conftest.$ac_objext conftstm.$ac_objext
5622           lt_save_LIBS="$LIBS"
5623           lt_save_CFLAGS="$CFLAGS"
5624           LIBS="conftstm.$ac_objext"
5625           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5626           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5627   (eval $ac_link) 2>&5
5628   ac_status=$?
5629   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5630   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5631             pipe_works=yes
5632           fi
5633           LIBS="$lt_save_LIBS"
5634           CFLAGS="$lt_save_CFLAGS"
5635         else
5636           echo "cannot find nm_test_func in $nlist" >&5
5637         fi
5638       else
5639         echo "cannot find nm_test_var in $nlist" >&5
5640       fi
5641     else
5642       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5643     fi
5644   else
5645     echo "$progname: failed program was:" >&5
5646     cat conftest.$ac_ext >&5
5647   fi
5648   rm -rf conftest* conftst*
5649
5650   # Do not use the global_symbol_pipe unless it works.
5651   if test "$pipe_works" = yes; then
5652     break
5653   else
5654     lt_cv_sys_global_symbol_pipe=
5655   fi
5656 done
5657
5658 fi
5659
5660 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5661   lt_cv_sys_global_symbol_to_cdecl=
5662 fi
5663 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5664   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5665 $as_echo "failed" >&6; }
5666 else
5667   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5668 $as_echo "ok" >&6; }
5669 fi
5670
5671
5672
5673
5674
5675
5676
5677
5678
5679
5680
5681
5682
5683
5684
5685
5686
5687
5688
5689
5690
5691
5692
5693 # Check whether --enable-libtool-lock was given.
5694 if test "${enable_libtool_lock+set}" = set; then :
5695   enableval=$enable_libtool_lock;
5696 fi
5697
5698 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5699
5700 # Some flags need to be propagated to the compiler or linker for good
5701 # libtool support.
5702 case $host in
5703 ia64-*-hpux*)
5704   # Find out which ABI we are using.
5705   echo 'int i;' > conftest.$ac_ext
5706   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5707   (eval $ac_compile) 2>&5
5708   ac_status=$?
5709   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5710   test $ac_status = 0; }; then
5711     case `/usr/bin/file conftest.$ac_objext` in
5712       *ELF-32*)
5713         HPUX_IA64_MODE="32"
5714         ;;
5715       *ELF-64*)
5716         HPUX_IA64_MODE="64"
5717         ;;
5718     esac
5719   fi
5720   rm -rf conftest*
5721   ;;
5722 *-*-irix6*)
5723   # Find out which ABI we are using.
5724   echo '#line 5724 "configure"' > conftest.$ac_ext
5725   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5726   (eval $ac_compile) 2>&5
5727   ac_status=$?
5728   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5729   test $ac_status = 0; }; then
5730     if test "$lt_cv_prog_gnu_ld" = yes; then
5731       case `/usr/bin/file conftest.$ac_objext` in
5732         *32-bit*)
5733           LD="${LD-ld} -melf32bsmip"
5734           ;;
5735         *N32*)
5736           LD="${LD-ld} -melf32bmipn32"
5737           ;;
5738         *64-bit*)
5739           LD="${LD-ld} -melf64bmip"
5740         ;;
5741       esac
5742     else
5743       case `/usr/bin/file conftest.$ac_objext` in
5744         *32-bit*)
5745           LD="${LD-ld} -32"
5746           ;;
5747         *N32*)
5748           LD="${LD-ld} -n32"
5749           ;;
5750         *64-bit*)
5751           LD="${LD-ld} -64"
5752           ;;
5753       esac
5754     fi
5755   fi
5756   rm -rf conftest*
5757   ;;
5758
5759 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5760 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5761   # Find out which ABI we are using.
5762   echo 'int i;' > conftest.$ac_ext
5763   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5764   (eval $ac_compile) 2>&5
5765   ac_status=$?
5766   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5767   test $ac_status = 0; }; then
5768     case `/usr/bin/file conftest.o` in
5769       *32-bit*)
5770         case $host in
5771           x86_64-*kfreebsd*-gnu)
5772             LD="${LD-ld} -m elf_i386_fbsd"
5773             ;;
5774           x86_64-*linux*)
5775             LD="${LD-ld} -m elf_i386"
5776             ;;
5777           ppc64-*linux*|powerpc64-*linux*)
5778             LD="${LD-ld} -m elf32ppclinux"
5779             ;;
5780           s390x-*linux*)
5781             LD="${LD-ld} -m elf_s390"
5782             ;;
5783           sparc64-*linux*)
5784             LD="${LD-ld} -m elf32_sparc"
5785             ;;
5786         esac
5787         ;;
5788       *64-bit*)
5789         case $host in
5790           x86_64-*kfreebsd*-gnu)
5791             LD="${LD-ld} -m elf_x86_64_fbsd"
5792             ;;
5793           x86_64-*linux*)
5794             LD="${LD-ld} -m elf_x86_64"
5795             ;;
5796           ppc*-*linux*|powerpc*-*linux*)
5797             LD="${LD-ld} -m elf64ppc"
5798             ;;
5799           s390*-*linux*|s390*-*tpf*)
5800             LD="${LD-ld} -m elf64_s390"
5801             ;;
5802           sparc*-*linux*)
5803             LD="${LD-ld} -m elf64_sparc"
5804             ;;
5805         esac
5806         ;;
5807     esac
5808   fi
5809   rm -rf conftest*
5810   ;;
5811
5812 *-*-sco3.2v5*)
5813   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5814   SAVE_CFLAGS="$CFLAGS"
5815   CFLAGS="$CFLAGS -belf"
5816   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5817 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5818 if test "${lt_cv_cc_needs_belf+set}" = set; then :
5819   $as_echo_n "(cached) " >&6
5820 else
5821   ac_ext=c
5822 ac_cpp='$CPP $CPPFLAGS'
5823 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5824 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5825 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5826
5827      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5828 /* end confdefs.h.  */
5829
5830 int
5831 main ()
5832 {
5833
5834   ;
5835   return 0;
5836 }
5837 _ACEOF
5838 if ac_fn_c_try_link "$LINENO"; then :
5839   lt_cv_cc_needs_belf=yes
5840 else
5841   lt_cv_cc_needs_belf=no
5842 fi
5843 rm -f core conftest.err conftest.$ac_objext \
5844     conftest$ac_exeext conftest.$ac_ext
5845      ac_ext=c
5846 ac_cpp='$CPP $CPPFLAGS'
5847 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5848 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5849 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5850
5851 fi
5852 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5853 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5854   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5855     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5856     CFLAGS="$SAVE_CFLAGS"
5857   fi
5858   ;;
5859 sparc*-*solaris*)
5860   # Find out which ABI we are using.
5861   echo 'int i;' > conftest.$ac_ext
5862   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5863   (eval $ac_compile) 2>&5
5864   ac_status=$?
5865   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5866   test $ac_status = 0; }; then
5867     case `/usr/bin/file conftest.o` in
5868     *64-bit*)
5869       case $lt_cv_prog_gnu_ld in
5870       yes*) LD="${LD-ld} -m elf64_sparc" ;;
5871       *)
5872         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5873           LD="${LD-ld} -64"
5874         fi
5875         ;;
5876       esac
5877       ;;
5878     esac
5879   fi
5880   rm -rf conftest*
5881   ;;
5882 esac
5883
5884 need_locks="$enable_libtool_lock"
5885
5886
5887   case $host_os in
5888     rhapsody* | darwin*)
5889     if test -n "$ac_tool_prefix"; then
5890   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5891 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5892 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5893 $as_echo_n "checking for $ac_word... " >&6; }
5894 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
5895   $as_echo_n "(cached) " >&6
5896 else
5897   if test -n "$DSYMUTIL"; then
5898   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5899 else
5900 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5901 for as_dir in $PATH
5902 do
5903   IFS=$as_save_IFS
5904   test -z "$as_dir" && as_dir=.
5905     for ac_exec_ext in '' $ac_executable_extensions; do
5906   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5907     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5908     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5909     break 2
5910   fi
5911 done
5912   done
5913 IFS=$as_save_IFS
5914
5915 fi
5916 fi
5917 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5918 if test -n "$DSYMUTIL"; then
5919   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5920 $as_echo "$DSYMUTIL" >&6; }
5921 else
5922   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5923 $as_echo "no" >&6; }
5924 fi
5925
5926
5927 fi
5928 if test -z "$ac_cv_prog_DSYMUTIL"; then
5929   ac_ct_DSYMUTIL=$DSYMUTIL
5930   # Extract the first word of "dsymutil", so it can be a program name with args.
5931 set dummy dsymutil; ac_word=$2
5932 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5933 $as_echo_n "checking for $ac_word... " >&6; }
5934 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
5935   $as_echo_n "(cached) " >&6
5936 else
5937   if test -n "$ac_ct_DSYMUTIL"; then
5938   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5939 else
5940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5941 for as_dir in $PATH
5942 do
5943   IFS=$as_save_IFS
5944   test -z "$as_dir" && as_dir=.
5945     for ac_exec_ext in '' $ac_executable_extensions; do
5946   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5947     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5948     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5949     break 2
5950   fi
5951 done
5952   done
5953 IFS=$as_save_IFS
5954
5955 fi
5956 fi
5957 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5958 if test -n "$ac_ct_DSYMUTIL"; then
5959   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5960 $as_echo "$ac_ct_DSYMUTIL" >&6; }
5961 else
5962   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5963 $as_echo "no" >&6; }
5964 fi
5965
5966   if test "x$ac_ct_DSYMUTIL" = x; then
5967     DSYMUTIL=":"
5968   else
5969     case $cross_compiling:$ac_tool_warned in
5970 yes:)
5971 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5972 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5973 ac_tool_warned=yes ;;
5974 esac
5975     DSYMUTIL=$ac_ct_DSYMUTIL
5976   fi
5977 else
5978   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5979 fi
5980
5981     if test -n "$ac_tool_prefix"; then
5982   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5983 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5984 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5985 $as_echo_n "checking for $ac_word... " >&6; }
5986 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
5987   $as_echo_n "(cached) " >&6
5988 else
5989   if test -n "$NMEDIT"; then
5990   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5991 else
5992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5993 for as_dir in $PATH
5994 do
5995   IFS=$as_save_IFS
5996   test -z "$as_dir" && as_dir=.
5997     for ac_exec_ext in '' $ac_executable_extensions; do
5998   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5999     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
6000     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6001     break 2
6002   fi
6003 done
6004   done
6005 IFS=$as_save_IFS
6006
6007 fi
6008 fi
6009 NMEDIT=$ac_cv_prog_NMEDIT
6010 if test -n "$NMEDIT"; then
6011   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
6012 $as_echo "$NMEDIT" >&6; }
6013 else
6014   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6015 $as_echo "no" >&6; }
6016 fi
6017
6018
6019 fi
6020 if test -z "$ac_cv_prog_NMEDIT"; then
6021   ac_ct_NMEDIT=$NMEDIT
6022   # Extract the first word of "nmedit", so it can be a program name with args.
6023 set dummy nmedit; ac_word=$2
6024 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6025 $as_echo_n "checking for $ac_word... " >&6; }
6026 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
6027   $as_echo_n "(cached) " >&6
6028 else
6029   if test -n "$ac_ct_NMEDIT"; then
6030   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
6031 else
6032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6033 for as_dir in $PATH
6034 do
6035   IFS=$as_save_IFS
6036   test -z "$as_dir" && as_dir=.
6037     for ac_exec_ext in '' $ac_executable_extensions; do
6038   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6039     ac_cv_prog_ac_ct_NMEDIT="nmedit"
6040     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6041     break 2
6042   fi
6043 done
6044   done
6045 IFS=$as_save_IFS
6046
6047 fi
6048 fi
6049 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
6050 if test -n "$ac_ct_NMEDIT"; then
6051   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
6052 $as_echo "$ac_ct_NMEDIT" >&6; }
6053 else
6054   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6055 $as_echo "no" >&6; }
6056 fi
6057
6058   if test "x$ac_ct_NMEDIT" = x; then
6059     NMEDIT=":"
6060   else
6061     case $cross_compiling:$ac_tool_warned in
6062 yes:)
6063 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6064 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6065 ac_tool_warned=yes ;;
6066 esac
6067     NMEDIT=$ac_ct_NMEDIT
6068   fi
6069 else
6070   NMEDIT="$ac_cv_prog_NMEDIT"
6071 fi
6072
6073     if test -n "$ac_tool_prefix"; then
6074   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6075 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6076 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6077 $as_echo_n "checking for $ac_word... " >&6; }
6078 if test "${ac_cv_prog_LIPO+set}" = set; then :
6079   $as_echo_n "(cached) " >&6
6080 else
6081   if test -n "$LIPO"; then
6082   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6083 else
6084 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6085 for as_dir in $PATH
6086 do
6087   IFS=$as_save_IFS
6088   test -z "$as_dir" && as_dir=.
6089     for ac_exec_ext in '' $ac_executable_extensions; do
6090   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6091     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6092     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6093     break 2
6094   fi
6095 done
6096   done
6097 IFS=$as_save_IFS
6098
6099 fi
6100 fi
6101 LIPO=$ac_cv_prog_LIPO
6102 if test -n "$LIPO"; then
6103   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6104 $as_echo "$LIPO" >&6; }
6105 else
6106   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6107 $as_echo "no" >&6; }
6108 fi
6109
6110
6111 fi
6112 if test -z "$ac_cv_prog_LIPO"; then
6113   ac_ct_LIPO=$LIPO
6114   # Extract the first word of "lipo", so it can be a program name with args.
6115 set dummy lipo; ac_word=$2
6116 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6117 $as_echo_n "checking for $ac_word... " >&6; }
6118 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6119   $as_echo_n "(cached) " >&6
6120 else
6121   if test -n "$ac_ct_LIPO"; then
6122   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6123 else
6124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6125 for as_dir in $PATH
6126 do
6127   IFS=$as_save_IFS
6128   test -z "$as_dir" && as_dir=.
6129     for ac_exec_ext in '' $ac_executable_extensions; do
6130   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6131     ac_cv_prog_ac_ct_LIPO="lipo"
6132     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6133     break 2
6134   fi
6135 done
6136   done
6137 IFS=$as_save_IFS
6138
6139 fi
6140 fi
6141 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6142 if test -n "$ac_ct_LIPO"; then
6143   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6144 $as_echo "$ac_ct_LIPO" >&6; }
6145 else
6146   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6147 $as_echo "no" >&6; }
6148 fi
6149
6150   if test "x$ac_ct_LIPO" = x; then
6151     LIPO=":"
6152   else
6153     case $cross_compiling:$ac_tool_warned in
6154 yes:)
6155 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6156 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6157 ac_tool_warned=yes ;;
6158 esac
6159     LIPO=$ac_ct_LIPO
6160   fi
6161 else
6162   LIPO="$ac_cv_prog_LIPO"
6163 fi
6164
6165     if test -n "$ac_tool_prefix"; then
6166   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6167 set dummy ${ac_tool_prefix}otool; ac_word=$2
6168 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6169 $as_echo_n "checking for $ac_word... " >&6; }
6170 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6171   $as_echo_n "(cached) " >&6
6172 else
6173   if test -n "$OTOOL"; then
6174   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6175 else
6176 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6177 for as_dir in $PATH
6178 do
6179   IFS=$as_save_IFS
6180   test -z "$as_dir" && as_dir=.
6181     for ac_exec_ext in '' $ac_executable_extensions; do
6182   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6183     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6184     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6185     break 2
6186   fi
6187 done
6188   done
6189 IFS=$as_save_IFS
6190
6191 fi
6192 fi
6193 OTOOL=$ac_cv_prog_OTOOL
6194 if test -n "$OTOOL"; then
6195   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6196 $as_echo "$OTOOL" >&6; }
6197 else
6198   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6199 $as_echo "no" >&6; }
6200 fi
6201
6202
6203 fi
6204 if test -z "$ac_cv_prog_OTOOL"; then
6205   ac_ct_OTOOL=$OTOOL
6206   # Extract the first word of "otool", so it can be a program name with args.
6207 set dummy otool; ac_word=$2
6208 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6209 $as_echo_n "checking for $ac_word... " >&6; }
6210 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6211   $as_echo_n "(cached) " >&6
6212 else
6213   if test -n "$ac_ct_OTOOL"; then
6214   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6215 else
6216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6217 for as_dir in $PATH
6218 do
6219   IFS=$as_save_IFS
6220   test -z "$as_dir" && as_dir=.
6221     for ac_exec_ext in '' $ac_executable_extensions; do
6222   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6223     ac_cv_prog_ac_ct_OTOOL="otool"
6224     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6225     break 2
6226   fi
6227 done
6228   done
6229 IFS=$as_save_IFS
6230
6231 fi
6232 fi
6233 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6234 if test -n "$ac_ct_OTOOL"; then
6235   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6236 $as_echo "$ac_ct_OTOOL" >&6; }
6237 else
6238   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6239 $as_echo "no" >&6; }
6240 fi
6241
6242   if test "x$ac_ct_OTOOL" = x; then
6243     OTOOL=":"
6244   else
6245     case $cross_compiling:$ac_tool_warned in
6246 yes:)
6247 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6248 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6249 ac_tool_warned=yes ;;
6250 esac
6251     OTOOL=$ac_ct_OTOOL
6252   fi
6253 else
6254   OTOOL="$ac_cv_prog_OTOOL"
6255 fi
6256
6257     if test -n "$ac_tool_prefix"; then
6258   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6259 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6261 $as_echo_n "checking for $ac_word... " >&6; }
6262 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6263   $as_echo_n "(cached) " >&6
6264 else
6265   if test -n "$OTOOL64"; then
6266   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6267 else
6268 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6269 for as_dir in $PATH
6270 do
6271   IFS=$as_save_IFS
6272   test -z "$as_dir" && as_dir=.
6273     for ac_exec_ext in '' $ac_executable_extensions; do
6274   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6275     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6276     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6277     break 2
6278   fi
6279 done
6280   done
6281 IFS=$as_save_IFS
6282
6283 fi
6284 fi
6285 OTOOL64=$ac_cv_prog_OTOOL64
6286 if test -n "$OTOOL64"; then
6287   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6288 $as_echo "$OTOOL64" >&6; }
6289 else
6290   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6291 $as_echo "no" >&6; }
6292 fi
6293
6294
6295 fi
6296 if test -z "$ac_cv_prog_OTOOL64"; then
6297   ac_ct_OTOOL64=$OTOOL64
6298   # Extract the first word of "otool64", so it can be a program name with args.
6299 set dummy otool64; ac_word=$2
6300 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6301 $as_echo_n "checking for $ac_word... " >&6; }
6302 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6303   $as_echo_n "(cached) " >&6
6304 else
6305   if test -n "$ac_ct_OTOOL64"; then
6306   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6307 else
6308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 for as_dir in $PATH
6310 do
6311   IFS=$as_save_IFS
6312   test -z "$as_dir" && as_dir=.
6313     for ac_exec_ext in '' $ac_executable_extensions; do
6314   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6315     ac_cv_prog_ac_ct_OTOOL64="otool64"
6316     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6317     break 2
6318   fi
6319 done
6320   done
6321 IFS=$as_save_IFS
6322
6323 fi
6324 fi
6325 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6326 if test -n "$ac_ct_OTOOL64"; then
6327   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6328 $as_echo "$ac_ct_OTOOL64" >&6; }
6329 else
6330   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6331 $as_echo "no" >&6; }
6332 fi
6333
6334   if test "x$ac_ct_OTOOL64" = x; then
6335     OTOOL64=":"
6336   else
6337     case $cross_compiling:$ac_tool_warned in
6338 yes:)
6339 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6340 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6341 ac_tool_warned=yes ;;
6342 esac
6343     OTOOL64=$ac_ct_OTOOL64
6344   fi
6345 else
6346   OTOOL64="$ac_cv_prog_OTOOL64"
6347 fi
6348
6349
6350
6351
6352
6353
6354
6355
6356
6357
6358
6359
6360
6361
6362
6363
6364
6365
6366
6367
6368
6369
6370
6371
6372
6373
6374
6375     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6376 $as_echo_n "checking for -single_module linker flag... " >&6; }
6377 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6378   $as_echo_n "(cached) " >&6
6379 else
6380   lt_cv_apple_cc_single_mod=no
6381       if test -z "${LT_MULTI_MODULE}"; then
6382         # By default we will add the -single_module flag. You can override
6383         # by either setting the environment variable LT_MULTI_MODULE
6384         # non-empty at configure time, or by adding -multi_module to the
6385         # link flags.
6386         rm -rf libconftest.dylib*
6387         echo "int foo(void){return 1;}" > conftest.c
6388         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6389 -dynamiclib -Wl,-single_module conftest.c" >&5
6390         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6391           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6392         _lt_result=$?
6393         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6394           lt_cv_apple_cc_single_mod=yes
6395         else
6396           cat conftest.err >&5
6397         fi
6398         rm -rf libconftest.dylib*
6399         rm -f conftest.*
6400       fi
6401 fi
6402 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6403 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6404     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6405 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6406 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6407   $as_echo_n "(cached) " >&6
6408 else
6409   lt_cv_ld_exported_symbols_list=no
6410       save_LDFLAGS=$LDFLAGS
6411       echo "_main" > conftest.sym
6412       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6413       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6414 /* end confdefs.h.  */
6415
6416 int
6417 main ()
6418 {
6419
6420   ;
6421   return 0;
6422 }
6423 _ACEOF
6424 if ac_fn_c_try_link "$LINENO"; then :
6425   lt_cv_ld_exported_symbols_list=yes
6426 else
6427   lt_cv_ld_exported_symbols_list=no
6428 fi
6429 rm -f core conftest.err conftest.$ac_objext \
6430     conftest$ac_exeext conftest.$ac_ext
6431         LDFLAGS="$save_LDFLAGS"
6432
6433 fi
6434 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6435 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6436     case $host_os in
6437     rhapsody* | darwin1.[012])
6438       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6439     darwin1.*)
6440       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6441     darwin*) # darwin 5.x on
6442       # if running on 10.5 or later, the deployment target defaults
6443       # to the OS version, if on x86, and 10.4, the deployment
6444       # target defaults to 10.4. Don't you love it?
6445       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6446         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6447           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6448         10.[012]*)
6449           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6450         10.*)
6451           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6452       esac
6453     ;;
6454   esac
6455     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6456       _lt_dar_single_mod='$single_module'
6457     fi
6458     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6459       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6460     else
6461       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6462     fi
6463     if test "$DSYMUTIL" != ":"; then
6464       _lt_dsymutil='~$DSYMUTIL $lib || :'
6465     else
6466       _lt_dsymutil=
6467     fi
6468     ;;
6469   esac
6470
6471 ac_ext=c
6472 ac_cpp='$CPP $CPPFLAGS'
6473 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6474 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6475 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6476 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6477 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6478 # On Suns, sometimes $CPP names a directory.
6479 if test -n "$CPP" && test -d "$CPP"; then
6480   CPP=
6481 fi
6482 if test -z "$CPP"; then
6483   if test "${ac_cv_prog_CPP+set}" = set; then :
6484   $as_echo_n "(cached) " >&6
6485 else
6486       # Double quotes because CPP needs to be expanded
6487     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6488     do
6489       ac_preproc_ok=false
6490 for ac_c_preproc_warn_flag in '' yes
6491 do
6492   # Use a header file that comes with gcc, so configuring glibc
6493   # with a fresh cross-compiler works.
6494   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6495   # <limits.h> exists even on freestanding compilers.
6496   # On the NeXT, cc -E runs the code through the compiler's parser,
6497   # not just through cpp. "Syntax error" is here to catch this case.
6498   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6499 /* end confdefs.h.  */
6500 #ifdef __STDC__
6501 # include <limits.h>
6502 #else
6503 # include <assert.h>
6504 #endif
6505                      Syntax error
6506 _ACEOF
6507 if ac_fn_c_try_cpp "$LINENO"; then :
6508
6509 else
6510   # Broken: fails on valid input.
6511 continue
6512 fi
6513 rm -f conftest.err conftest.$ac_ext
6514
6515   # OK, works on sane cases.  Now check whether nonexistent headers
6516   # can be detected and how.
6517   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6518 /* end confdefs.h.  */
6519 #include <ac_nonexistent.h>
6520 _ACEOF
6521 if ac_fn_c_try_cpp "$LINENO"; then :
6522   # Broken: success on invalid input.
6523 continue
6524 else
6525   # Passes both tests.
6526 ac_preproc_ok=:
6527 break
6528 fi
6529 rm -f conftest.err conftest.$ac_ext
6530
6531 done
6532 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6533 rm -f conftest.err conftest.$ac_ext
6534 if $ac_preproc_ok; then :
6535   break
6536 fi
6537
6538     done
6539     ac_cv_prog_CPP=$CPP
6540
6541 fi
6542   CPP=$ac_cv_prog_CPP
6543 else
6544   ac_cv_prog_CPP=$CPP
6545 fi
6546 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6547 $as_echo "$CPP" >&6; }
6548 ac_preproc_ok=false
6549 for ac_c_preproc_warn_flag in '' yes
6550 do
6551   # Use a header file that comes with gcc, so configuring glibc
6552   # with a fresh cross-compiler works.
6553   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6554   # <limits.h> exists even on freestanding compilers.
6555   # On the NeXT, cc -E runs the code through the compiler's parser,
6556   # not just through cpp. "Syntax error" is here to catch this case.
6557   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6558 /* end confdefs.h.  */
6559 #ifdef __STDC__
6560 # include <limits.h>
6561 #else
6562 # include <assert.h>
6563 #endif
6564                      Syntax error
6565 _ACEOF
6566 if ac_fn_c_try_cpp "$LINENO"; then :
6567
6568 else
6569   # Broken: fails on valid input.
6570 continue
6571 fi
6572 rm -f conftest.err conftest.$ac_ext
6573
6574   # OK, works on sane cases.  Now check whether nonexistent headers
6575   # can be detected and how.
6576   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6577 /* end confdefs.h.  */
6578 #include <ac_nonexistent.h>
6579 _ACEOF
6580 if ac_fn_c_try_cpp "$LINENO"; then :
6581   # Broken: success on invalid input.
6582 continue
6583 else
6584   # Passes both tests.
6585 ac_preproc_ok=:
6586 break
6587 fi
6588 rm -f conftest.err conftest.$ac_ext
6589
6590 done
6591 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6592 rm -f conftest.err conftest.$ac_ext
6593 if $ac_preproc_ok; then :
6594
6595 else
6596   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6597 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6598 as_fn_error "C preprocessor \"$CPP\" fails sanity check
6599 See \`config.log' for more details." "$LINENO" 5; }
6600 fi
6601
6602 ac_ext=c
6603 ac_cpp='$CPP $CPPFLAGS'
6604 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6605 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6606 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6607
6608
6609 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6610 $as_echo_n "checking for ANSI C header files... " >&6; }
6611 if test "${ac_cv_header_stdc+set}" = set; then :
6612   $as_echo_n "(cached) " >&6
6613 else
6614   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6615 /* end confdefs.h.  */
6616 #include <stdlib.h>
6617 #include <stdarg.h>
6618 #include <string.h>
6619 #include <float.h>
6620
6621 int
6622 main ()
6623 {
6624
6625   ;
6626   return 0;
6627 }
6628 _ACEOF
6629 if ac_fn_c_try_compile "$LINENO"; then :
6630   ac_cv_header_stdc=yes
6631 else
6632   ac_cv_header_stdc=no
6633 fi
6634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6635
6636 if test $ac_cv_header_stdc = yes; then
6637   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6638   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6639 /* end confdefs.h.  */
6640 #include <string.h>
6641
6642 _ACEOF
6643 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6644   $EGREP "memchr" >/dev/null 2>&1; then :
6645
6646 else
6647   ac_cv_header_stdc=no
6648 fi
6649 rm -f conftest*
6650
6651 fi
6652
6653 if test $ac_cv_header_stdc = yes; then
6654   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6655   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6656 /* end confdefs.h.  */
6657 #include <stdlib.h>
6658
6659 _ACEOF
6660 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6661   $EGREP "free" >/dev/null 2>&1; then :
6662
6663 else
6664   ac_cv_header_stdc=no
6665 fi
6666 rm -f conftest*
6667
6668 fi
6669
6670 if test $ac_cv_header_stdc = yes; then
6671   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6672   if test "$cross_compiling" = yes; then :
6673   :
6674 else
6675   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6676 /* end confdefs.h.  */
6677 #include <ctype.h>
6678 #include <stdlib.h>
6679 #if ((' ' & 0x0FF) == 0x020)
6680 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6681 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6682 #else
6683 # define ISLOWER(c) \
6684                    (('a' <= (c) && (c) <= 'i') \
6685                      || ('j' <= (c) && (c) <= 'r') \
6686                      || ('s' <= (c) && (c) <= 'z'))
6687 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6688 #endif
6689
6690 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6691 int
6692 main ()
6693 {
6694   int i;
6695   for (i = 0; i < 256; i++)
6696     if (XOR (islower (i), ISLOWER (i))
6697         || toupper (i) != TOUPPER (i))
6698       return 2;
6699   return 0;
6700 }
6701 _ACEOF
6702 if ac_fn_c_try_run "$LINENO"; then :
6703
6704 else
6705   ac_cv_header_stdc=no
6706 fi
6707 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6708   conftest.$ac_objext conftest.beam conftest.$ac_ext
6709 fi
6710
6711 fi
6712 fi
6713 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6714 $as_echo "$ac_cv_header_stdc" >&6; }
6715 if test $ac_cv_header_stdc = yes; then
6716
6717 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6718
6719 fi
6720
6721 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6722 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6723                   inttypes.h stdint.h unistd.h
6724 do :
6725   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6726 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6727 "
6728 eval as_val=\$$as_ac_Header
6729    if test "x$as_val" = x""yes; then :
6730   cat >>confdefs.h <<_ACEOF
6731 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6732 _ACEOF
6733
6734 fi
6735
6736 done
6737
6738
6739 for ac_header in dlfcn.h
6740 do :
6741   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6742 "
6743 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6744   cat >>confdefs.h <<_ACEOF
6745 #define HAVE_DLFCN_H 1
6746 _ACEOF
6747
6748 fi
6749
6750 done
6751
6752
6753
6754 # Set options
6755
6756
6757
6758         enable_dlopen=no
6759
6760
6761   enable_win32_dll=no
6762
6763
6764             # Check whether --enable-shared was given.
6765 if test "${enable_shared+set}" = set; then :
6766   enableval=$enable_shared; p=${PACKAGE-default}
6767     case $enableval in
6768     yes) enable_shared=yes ;;
6769     no) enable_shared=no ;;
6770     *)
6771       enable_shared=no
6772       # Look at the argument we got.  We use all the common list separators.
6773       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6774       for pkg in $enableval; do
6775         IFS="$lt_save_ifs"
6776         if test "X$pkg" = "X$p"; then
6777           enable_shared=yes
6778         fi
6779       done
6780       IFS="$lt_save_ifs"
6781       ;;
6782     esac
6783 else
6784   enable_shared=yes
6785 fi
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795   # Check whether --enable-static was given.
6796 if test "${enable_static+set}" = set; then :
6797   enableval=$enable_static; p=${PACKAGE-default}
6798     case $enableval in
6799     yes) enable_static=yes ;;
6800     no) enable_static=no ;;
6801     *)
6802      enable_static=no
6803       # Look at the argument we got.  We use all the common list separators.
6804       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6805       for pkg in $enableval; do
6806         IFS="$lt_save_ifs"
6807         if test "X$pkg" = "X$p"; then
6808           enable_static=yes
6809         fi
6810       done
6811       IFS="$lt_save_ifs"
6812       ;;
6813     esac
6814 else
6815   enable_static=yes
6816 fi
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827 # Check whether --with-pic was given.
6828 if test "${with_pic+set}" = set; then :
6829   withval=$with_pic; pic_mode="$withval"
6830 else
6831   pic_mode=default
6832 fi
6833
6834
6835 test -z "$pic_mode" && pic_mode=default
6836
6837
6838
6839
6840
6841
6842
6843   # Check whether --enable-fast-install was given.
6844 if test "${enable_fast_install+set}" = set; then :
6845   enableval=$enable_fast_install; p=${PACKAGE-default}
6846     case $enableval in
6847     yes) enable_fast_install=yes ;;
6848     no) enable_fast_install=no ;;
6849     *)
6850       enable_fast_install=no
6851       # Look at the argument we got.  We use all the common list separators.
6852       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6853       for pkg in $enableval; do
6854         IFS="$lt_save_ifs"
6855         if test "X$pkg" = "X$p"; then
6856           enable_fast_install=yes
6857         fi
6858       done
6859       IFS="$lt_save_ifs"
6860       ;;
6861     esac
6862 else
6863   enable_fast_install=yes
6864 fi
6865
6866
6867
6868
6869
6870
6871
6872
6873
6874
6875
6876 # This can be used to rebuild libtool when needed
6877 LIBTOOL_DEPS="$ltmain"
6878
6879 # Always use our own libtool.
6880 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892
6893
6894
6895
6896
6897
6898
6899
6900
6901
6902
6903
6904
6905
6906 test -z "$LN_S" && LN_S="ln -s"
6907
6908
6909
6910
6911
6912
6913
6914
6915
6916
6917
6918
6919
6920
6921 if test -n "${ZSH_VERSION+set}" ; then
6922    setopt NO_GLOB_SUBST
6923 fi
6924
6925 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
6926 $as_echo_n "checking for objdir... " >&6; }
6927 if test "${lt_cv_objdir+set}" = set; then :
6928   $as_echo_n "(cached) " >&6
6929 else
6930   rm -f .libs 2>/dev/null
6931 mkdir .libs 2>/dev/null
6932 if test -d .libs; then
6933   lt_cv_objdir=.libs
6934 else
6935   # MS-DOS does not allow filenames that begin with a dot.
6936   lt_cv_objdir=_libs
6937 fi
6938 rmdir .libs 2>/dev/null
6939 fi
6940 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
6941 $as_echo "$lt_cv_objdir" >&6; }
6942 objdir=$lt_cv_objdir
6943
6944
6945
6946
6947
6948 cat >>confdefs.h <<_ACEOF
6949 #define LT_OBJDIR "$lt_cv_objdir/"
6950 _ACEOF
6951
6952
6953
6954
6955
6956
6957
6958
6959
6960
6961
6962
6963
6964
6965
6966
6967
6968 case $host_os in
6969 aix3*)
6970   # AIX sometimes has problems with the GCC collect2 program.  For some
6971   # reason, if we set the COLLECT_NAMES environment variable, the problems
6972   # vanish in a puff of smoke.
6973   if test "X${COLLECT_NAMES+set}" != Xset; then
6974     COLLECT_NAMES=
6975     export COLLECT_NAMES
6976   fi
6977   ;;
6978 esac
6979
6980 # Sed substitution that helps us do robust quoting.  It backslashifies
6981 # metacharacters that are still active within double-quoted strings.
6982 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
6983
6984 # Same as above, but do not quote variable references.
6985 double_quote_subst='s/\(["`\\]\)/\\\1/g'
6986
6987 # Sed substitution to delay expansion of an escaped shell variable in a
6988 # double_quote_subst'ed string.
6989 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6990
6991 # Sed substitution to delay expansion of an escaped single quote.
6992 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6993
6994 # Sed substitution to avoid accidental globbing in evaled expressions
6995 no_glob_subst='s/\*/\\\*/g'
6996
6997 # Global variables:
6998 ofile=libtool
6999 can_build_shared=yes
7000
7001 # All known linkers require a `.a' archive for static linking (except MSVC,
7002 # which needs '.lib').
7003 libext=a
7004
7005 with_gnu_ld="$lt_cv_prog_gnu_ld"
7006
7007 old_CC="$CC"
7008 old_CFLAGS="$CFLAGS"
7009
7010 # Set sane defaults for various variables
7011 test -z "$CC" && CC=cc
7012 test -z "$LTCC" && LTCC=$CC
7013 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
7014 test -z "$LD" && LD=ld
7015 test -z "$ac_objext" && ac_objext=o
7016
7017 for cc_temp in $compiler""; do
7018   case $cc_temp in
7019     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
7020     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
7021     \-*) ;;
7022     *) break;;
7023   esac
7024 done
7025 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
7026
7027
7028 # Only perform the check for file, if the check method requires it
7029 test -z "$MAGIC_CMD" && MAGIC_CMD=file
7030 case $deplibs_check_method in
7031 file_magic*)
7032   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
7033     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
7034 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
7035 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7036   $as_echo_n "(cached) " >&6
7037 else
7038   case $MAGIC_CMD in
7039 [\\/*] |  ?:[\\/]*)
7040   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7041   ;;
7042 *)
7043   lt_save_MAGIC_CMD="$MAGIC_CMD"
7044   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7045   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7046   for ac_dir in $ac_dummy; do
7047     IFS="$lt_save_ifs"
7048     test -z "$ac_dir" && ac_dir=.
7049     if test -f $ac_dir/${ac_tool_prefix}file; then
7050       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
7051       if test -n "$file_magic_test_file"; then
7052         case $deplibs_check_method in
7053         "file_magic "*)
7054           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7055           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7056           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7057             $EGREP "$file_magic_regex" > /dev/null; then
7058             :
7059           else
7060             cat <<_LT_EOF 1>&2
7061
7062 *** Warning: the command libtool uses to detect shared libraries,
7063 *** $file_magic_cmd, produces output that libtool cannot recognize.
7064 *** The result is that libtool may fail to recognize shared libraries
7065 *** as such.  This will affect the creation of libtool libraries that
7066 *** depend on shared libraries, but programs linked with such libtool
7067 *** libraries will work regardless of this problem.  Nevertheless, you
7068 *** may want to report the problem to your system manager and/or to
7069 *** bug-libtool@gnu.org
7070
7071 _LT_EOF
7072           fi ;;
7073         esac
7074       fi
7075       break
7076     fi
7077   done
7078   IFS="$lt_save_ifs"
7079   MAGIC_CMD="$lt_save_MAGIC_CMD"
7080   ;;
7081 esac
7082 fi
7083
7084 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7085 if test -n "$MAGIC_CMD"; then
7086   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7087 $as_echo "$MAGIC_CMD" >&6; }
7088 else
7089   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7090 $as_echo "no" >&6; }
7091 fi
7092
7093
7094
7095
7096
7097 if test -z "$lt_cv_path_MAGIC_CMD"; then
7098   if test -n "$ac_tool_prefix"; then
7099     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7100 $as_echo_n "checking for file... " >&6; }
7101 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7102   $as_echo_n "(cached) " >&6
7103 else
7104   case $MAGIC_CMD in
7105 [\\/*] |  ?:[\\/]*)
7106   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7107   ;;
7108 *)
7109   lt_save_MAGIC_CMD="$MAGIC_CMD"
7110   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7111   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7112   for ac_dir in $ac_dummy; do
7113     IFS="$lt_save_ifs"
7114     test -z "$ac_dir" && ac_dir=.
7115     if test -f $ac_dir/file; then
7116       lt_cv_path_MAGIC_CMD="$ac_dir/file"
7117       if test -n "$file_magic_test_file"; then
7118         case $deplibs_check_method in
7119         "file_magic "*)
7120           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7121           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7122           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7123             $EGREP "$file_magic_regex" > /dev/null; then
7124             :
7125           else
7126             cat <<_LT_EOF 1>&2
7127
7128 *** Warning: the command libtool uses to detect shared libraries,
7129 *** $file_magic_cmd, produces output that libtool cannot recognize.
7130 *** The result is that libtool may fail to recognize shared libraries
7131 *** as such.  This will affect the creation of libtool libraries that
7132 *** depend on shared libraries, but programs linked with such libtool
7133 *** libraries will work regardless of this problem.  Nevertheless, you
7134 *** may want to report the problem to your system manager and/or to
7135 *** bug-libtool@gnu.org
7136
7137 _LT_EOF
7138           fi ;;
7139         esac
7140       fi
7141       break
7142     fi
7143   done
7144   IFS="$lt_save_ifs"
7145   MAGIC_CMD="$lt_save_MAGIC_CMD"
7146   ;;
7147 esac
7148 fi
7149
7150 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7151 if test -n "$MAGIC_CMD"; then
7152   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7153 $as_echo "$MAGIC_CMD" >&6; }
7154 else
7155   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7156 $as_echo "no" >&6; }
7157 fi
7158
7159
7160   else
7161     MAGIC_CMD=:
7162   fi
7163 fi
7164
7165   fi
7166   ;;
7167 esac
7168
7169 # Use C for the default configuration in the libtool script
7170
7171 lt_save_CC="$CC"
7172 ac_ext=c
7173 ac_cpp='$CPP $CPPFLAGS'
7174 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7175 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7176 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7177
7178
7179 # Source file extension for C test sources.
7180 ac_ext=c
7181
7182 # Object file extension for compiled C test sources.
7183 objext=o
7184 objext=$objext
7185
7186 # Code to be used in simple compile tests
7187 lt_simple_compile_test_code="int some_variable = 0;"
7188
7189 # Code to be used in simple link tests
7190 lt_simple_link_test_code='int main(){return(0);}'
7191
7192
7193
7194
7195
7196
7197
7198 # If no C compiler was specified, use CC.
7199 LTCC=${LTCC-"$CC"}
7200
7201 # If no C compiler flags were specified, use CFLAGS.
7202 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7203
7204 # Allow CC to be a program name with arguments.
7205 compiler=$CC
7206
7207 # Save the default compiler, since it gets overwritten when the other
7208 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7209 compiler_DEFAULT=$CC
7210
7211 # save warnings/boilerplate of simple test code
7212 ac_outfile=conftest.$ac_objext
7213 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7214 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7215 _lt_compiler_boilerplate=`cat conftest.err`
7216 $RM conftest*
7217
7218 ac_outfile=conftest.$ac_objext
7219 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7220 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7221 _lt_linker_boilerplate=`cat conftest.err`
7222 $RM -r conftest*
7223
7224
7225 ## CAVEAT EMPTOR:
7226 ## There is no encapsulation within the following macros, do not change
7227 ## the running order or otherwise move them around unless you know exactly
7228 ## what you are doing...
7229 if test -n "$compiler"; then
7230
7231 lt_prog_compiler_no_builtin_flag=
7232
7233 if test "$GCC" = yes; then
7234   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7235
7236   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7237 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7238 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7239   $as_echo_n "(cached) " >&6
7240 else
7241   lt_cv_prog_compiler_rtti_exceptions=no
7242    ac_outfile=conftest.$ac_objext
7243    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7244    lt_compiler_flag="-fno-rtti -fno-exceptions"
7245    # Insert the option either (1) after the last *FLAGS variable, or
7246    # (2) before a word containing "conftest.", or (3) at the end.
7247    # Note that $ac_compile itself does not contain backslashes and begins
7248    # with a dollar sign (not a hyphen), so the echo should work correctly.
7249    # The option is referenced via a variable to avoid confusing sed.
7250    lt_compile=`echo "$ac_compile" | $SED \
7251    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7252    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7253    -e 's:$: $lt_compiler_flag:'`
7254    (eval echo "\"\$as_me:7254: $lt_compile\"" >&5)
7255    (eval "$lt_compile" 2>conftest.err)
7256    ac_status=$?
7257    cat conftest.err >&5
7258    echo "$as_me:7258: \$? = $ac_status" >&5
7259    if (exit $ac_status) && test -s "$ac_outfile"; then
7260      # The compiler can only warn and ignore the option if not recognized
7261      # So say no if there are warnings other than the usual output.
7262      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7263      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7264      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7265        lt_cv_prog_compiler_rtti_exceptions=yes
7266      fi
7267    fi
7268    $RM conftest*
7269
7270 fi
7271 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7272 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7273
7274 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7275     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7276 else
7277     :
7278 fi
7279
7280 fi
7281
7282
7283
7284
7285
7286
7287   lt_prog_compiler_wl=
7288 lt_prog_compiler_pic=
7289 lt_prog_compiler_static=
7290
7291 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7292 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7293
7294   if test "$GCC" = yes; then
7295     lt_prog_compiler_wl='-Wl,'
7296     lt_prog_compiler_static='-static'
7297
7298     case $host_os in
7299       aix*)
7300       # All AIX code is PIC.
7301       if test "$host_cpu" = ia64; then
7302         # AIX 5 now supports IA64 processor
7303         lt_prog_compiler_static='-Bstatic'
7304       fi
7305       ;;
7306
7307     amigaos*)
7308       case $host_cpu in
7309       powerpc)
7310             # see comment about AmigaOS4 .so support
7311             lt_prog_compiler_pic='-fPIC'
7312         ;;
7313       m68k)
7314             # FIXME: we need at least 68020 code to build shared libraries, but
7315             # adding the `-m68020' flag to GCC prevents building anything better,
7316             # like `-m68040'.
7317             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7318         ;;
7319       esac
7320       ;;
7321
7322     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7323       # PIC is the default for these OSes.
7324       ;;
7325
7326     mingw* | cygwin* | pw32* | os2* | cegcc*)
7327       # This hack is so that the source file can tell whether it is being
7328       # built for inclusion in a dll (and should export symbols for example).
7329       # Although the cygwin gcc ignores -fPIC, still need this for old-style
7330       # (--disable-auto-import) libraries
7331       lt_prog_compiler_pic='-DDLL_EXPORT'
7332       ;;
7333
7334     darwin* | rhapsody*)
7335       # PIC is the default on this platform
7336       # Common symbols not allowed in MH_DYLIB files
7337       lt_prog_compiler_pic='-fno-common'
7338       ;;
7339
7340     hpux*)
7341       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7342       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
7343       # sets the default TLS model and affects inlining.
7344       case $host_cpu in
7345       hppa*64*)
7346         # +Z the default
7347         ;;
7348       *)
7349         lt_prog_compiler_pic='-fPIC'
7350         ;;
7351       esac
7352       ;;
7353
7354     interix[3-9]*)
7355       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7356       # Instead, we relocate shared libraries at runtime.
7357       ;;
7358
7359     msdosdjgpp*)
7360       # Just because we use GCC doesn't mean we suddenly get shared libraries
7361       # on systems that don't support them.
7362       lt_prog_compiler_can_build_shared=no
7363       enable_shared=no
7364       ;;
7365
7366     *nto* | *qnx*)
7367       # QNX uses GNU C++, but need to define -shared option too, otherwise
7368       # it will coredump.
7369       lt_prog_compiler_pic='-fPIC -shared'
7370       ;;
7371
7372     sysv4*MP*)
7373       if test -d /usr/nec; then
7374         lt_prog_compiler_pic=-Kconform_pic
7375       fi
7376       ;;
7377
7378     *)
7379       lt_prog_compiler_pic='-fPIC'
7380       ;;
7381     esac
7382   else
7383     # PORTME Check for flag to pass linker flags through the system compiler.
7384     case $host_os in
7385     aix*)
7386       lt_prog_compiler_wl='-Wl,'
7387       if test "$host_cpu" = ia64; then
7388         # AIX 5 now supports IA64 processor
7389         lt_prog_compiler_static='-Bstatic'
7390       else
7391         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7392       fi
7393       ;;
7394
7395     mingw* | cygwin* | pw32* | os2* | cegcc*)
7396       # This hack is so that the source file can tell whether it is being
7397       # built for inclusion in a dll (and should export symbols for example).
7398       lt_prog_compiler_pic='-DDLL_EXPORT'
7399       ;;
7400
7401     hpux9* | hpux10* | hpux11*)
7402       lt_prog_compiler_wl='-Wl,'
7403       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7404       # not for PA HP-UX.
7405       case $host_cpu in
7406       hppa*64*|ia64*)
7407         # +Z the default
7408         ;;
7409       *)
7410         lt_prog_compiler_pic='+Z'
7411         ;;
7412       esac
7413       # Is there a better lt_prog_compiler_static that works with the bundled CC?
7414       lt_prog_compiler_static='${wl}-a ${wl}archive'
7415       ;;
7416
7417     irix5* | irix6* | nonstopux*)
7418       lt_prog_compiler_wl='-Wl,'
7419       # PIC (with -KPIC) is the default.
7420       lt_prog_compiler_static='-non_shared'
7421       ;;
7422
7423     linux* | k*bsd*-gnu | kopensolaris*-gnu)
7424       case $cc_basename in
7425       # old Intel for x86_64 which still supported -KPIC.
7426       ecc*)
7427         lt_prog_compiler_wl='-Wl,'
7428         lt_prog_compiler_pic='-KPIC'
7429         lt_prog_compiler_static='-static'
7430         ;;
7431       # icc used to be incompatible with GCC.
7432       # ICC 10 doesn't accept -KPIC any more.
7433       icc* | ifort*)
7434         lt_prog_compiler_wl='-Wl,'
7435         lt_prog_compiler_pic='-fPIC'
7436         lt_prog_compiler_static='-static'
7437         ;;
7438       # Lahey Fortran 8.1.
7439       lf95*)
7440         lt_prog_compiler_wl='-Wl,'
7441         lt_prog_compiler_pic='--shared'
7442         lt_prog_compiler_static='--static'
7443         ;;
7444       pgcc* | pgf77* | pgf90* | pgf95*)
7445         # Portland Group compilers (*not* the Pentium gcc compiler,
7446         # which looks to be a dead project)
7447         lt_prog_compiler_wl='-Wl,'
7448         lt_prog_compiler_pic='-fpic'
7449         lt_prog_compiler_static='-Bstatic'
7450         ;;
7451       ccc*)
7452         lt_prog_compiler_wl='-Wl,'
7453         # All Alpha code is PIC.
7454         lt_prog_compiler_static='-non_shared'
7455         ;;
7456       xl*)
7457         # IBM XL C 8.0/Fortran 10.1 on PPC
7458         lt_prog_compiler_wl='-Wl,'
7459         lt_prog_compiler_pic='-qpic'
7460         lt_prog_compiler_static='-qstaticlink'
7461         ;;
7462       *)
7463         case `$CC -V 2>&1 | sed 5q` in
7464         *Sun\ C*)
7465           # Sun C 5.9
7466           lt_prog_compiler_pic='-KPIC'
7467           lt_prog_compiler_static='-Bstatic'
7468           lt_prog_compiler_wl='-Wl,'
7469           ;;
7470         *Sun\ F*)
7471           # Sun Fortran 8.3 passes all unrecognized flags to the linker
7472           lt_prog_compiler_pic='-KPIC'
7473           lt_prog_compiler_static='-Bstatic'
7474           lt_prog_compiler_wl=''
7475           ;;
7476         esac
7477         ;;
7478       esac
7479       ;;
7480
7481     newsos6)
7482       lt_prog_compiler_pic='-KPIC'
7483       lt_prog_compiler_static='-Bstatic'
7484       ;;
7485
7486     *nto* | *qnx*)
7487       # QNX uses GNU C++, but need to define -shared option too, otherwise
7488       # it will coredump.
7489       lt_prog_compiler_pic='-fPIC -shared'
7490       ;;
7491
7492     osf3* | osf4* | osf5*)
7493       lt_prog_compiler_wl='-Wl,'
7494       # All OSF/1 code is PIC.
7495       lt_prog_compiler_static='-non_shared'
7496       ;;
7497
7498     rdos*)
7499       lt_prog_compiler_static='-non_shared'
7500       ;;
7501
7502     solaris*)
7503       lt_prog_compiler_pic='-KPIC'
7504       lt_prog_compiler_static='-Bstatic'
7505       case $cc_basename in
7506       f77* | f90* | f95*)
7507         lt_prog_compiler_wl='-Qoption ld ';;
7508       *)
7509         lt_prog_compiler_wl='-Wl,';;
7510       esac
7511       ;;
7512
7513     sunos4*)
7514       lt_prog_compiler_wl='-Qoption ld '
7515       lt_prog_compiler_pic='-PIC'
7516       lt_prog_compiler_static='-Bstatic'
7517       ;;
7518
7519     sysv4 | sysv4.2uw2* | sysv4.3*)
7520       lt_prog_compiler_wl='-Wl,'
7521       lt_prog_compiler_pic='-KPIC'
7522       lt_prog_compiler_static='-Bstatic'
7523       ;;
7524
7525     sysv4*MP*)
7526       if test -d /usr/nec ;then
7527         lt_prog_compiler_pic='-Kconform_pic'
7528         lt_prog_compiler_static='-Bstatic'
7529       fi
7530       ;;
7531
7532     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7533       lt_prog_compiler_wl='-Wl,'
7534       lt_prog_compiler_pic='-KPIC'
7535       lt_prog_compiler_static='-Bstatic'
7536       ;;
7537
7538     unicos*)
7539       lt_prog_compiler_wl='-Wl,'
7540       lt_prog_compiler_can_build_shared=no
7541       ;;
7542
7543     uts4*)
7544       lt_prog_compiler_pic='-pic'
7545       lt_prog_compiler_static='-Bstatic'
7546       ;;
7547
7548     *)
7549       lt_prog_compiler_can_build_shared=no
7550       ;;
7551     esac
7552   fi
7553
7554 case $host_os in
7555   # For platforms which do not support PIC, -DPIC is meaningless:
7556   *djgpp*)
7557     lt_prog_compiler_pic=
7558     ;;
7559   *)
7560     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7561     ;;
7562 esac
7563 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7564 $as_echo "$lt_prog_compiler_pic" >&6; }
7565
7566
7567
7568
7569
7570
7571 #
7572 # Check to make sure the PIC flag actually works.
7573 #
7574 if test -n "$lt_prog_compiler_pic"; then
7575   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7576 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7577 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7578   $as_echo_n "(cached) " >&6
7579 else
7580   lt_cv_prog_compiler_pic_works=no
7581    ac_outfile=conftest.$ac_objext
7582    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7583    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7584    # Insert the option either (1) after the last *FLAGS variable, or
7585    # (2) before a word containing "conftest.", or (3) at the end.
7586    # Note that $ac_compile itself does not contain backslashes and begins
7587    # with a dollar sign (not a hyphen), so the echo should work correctly.
7588    # The option is referenced via a variable to avoid confusing sed.
7589    lt_compile=`echo "$ac_compile" | $SED \
7590    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7591    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7592    -e 's:$: $lt_compiler_flag:'`
7593    (eval echo "\"\$as_me:7593: $lt_compile\"" >&5)
7594    (eval "$lt_compile" 2>conftest.err)
7595    ac_status=$?
7596    cat conftest.err >&5
7597    echo "$as_me:7597: \$? = $ac_status" >&5
7598    if (exit $ac_status) && test -s "$ac_outfile"; then
7599      # The compiler can only warn and ignore the option if not recognized
7600      # So say no if there are warnings other than the usual output.
7601      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7602      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7603      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7604        lt_cv_prog_compiler_pic_works=yes
7605      fi
7606    fi
7607    $RM conftest*
7608
7609 fi
7610 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7611 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7612
7613 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7614     case $lt_prog_compiler_pic in
7615      "" | " "*) ;;
7616      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7617      esac
7618 else
7619     lt_prog_compiler_pic=
7620      lt_prog_compiler_can_build_shared=no
7621 fi
7622
7623 fi
7624
7625
7626
7627
7628
7629
7630 #
7631 # Check to make sure the static flag actually works.
7632 #
7633 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7634 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7635 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7636 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7637   $as_echo_n "(cached) " >&6
7638 else
7639   lt_cv_prog_compiler_static_works=no
7640    save_LDFLAGS="$LDFLAGS"
7641    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7642    echo "$lt_simple_link_test_code" > conftest.$ac_ext
7643    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7644      # The linker can only warn and ignore the option if not recognized
7645      # So say no if there are warnings
7646      if test -s conftest.err; then
7647        # Append any errors to the config.log.
7648        cat conftest.err 1>&5
7649        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7650        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7651        if diff conftest.exp conftest.er2 >/dev/null; then
7652          lt_cv_prog_compiler_static_works=yes
7653        fi
7654      else
7655        lt_cv_prog_compiler_static_works=yes
7656      fi
7657    fi
7658    $RM -r conftest*
7659    LDFLAGS="$save_LDFLAGS"
7660
7661 fi
7662 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7663 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7664
7665 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7666     :
7667 else
7668     lt_prog_compiler_static=
7669 fi
7670
7671
7672
7673
7674
7675
7676
7677   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7678 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7679 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7680   $as_echo_n "(cached) " >&6
7681 else
7682   lt_cv_prog_compiler_c_o=no
7683    $RM -r conftest 2>/dev/null
7684    mkdir conftest
7685    cd conftest
7686    mkdir out
7687    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7688
7689    lt_compiler_flag="-o out/conftest2.$ac_objext"
7690    # Insert the option either (1) after the last *FLAGS variable, or
7691    # (2) before a word containing "conftest.", or (3) at the end.
7692    # Note that $ac_compile itself does not contain backslashes and begins
7693    # with a dollar sign (not a hyphen), so the echo should work correctly.
7694    lt_compile=`echo "$ac_compile" | $SED \
7695    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7696    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7697    -e 's:$: $lt_compiler_flag:'`
7698    (eval echo "\"\$as_me:7698: $lt_compile\"" >&5)
7699    (eval "$lt_compile" 2>out/conftest.err)
7700    ac_status=$?
7701    cat out/conftest.err >&5
7702    echo "$as_me:7702: \$? = $ac_status" >&5
7703    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7704    then
7705      # The compiler can only warn and ignore the option if not recognized
7706      # So say no if there are warnings
7707      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7708      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7709      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7710        lt_cv_prog_compiler_c_o=yes
7711      fi
7712    fi
7713    chmod u+w . 2>&5
7714    $RM conftest*
7715    # SGI C++ compiler will create directory out/ii_files/ for
7716    # template instantiation
7717    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7718    $RM out/* && rmdir out
7719    cd ..
7720    $RM -r conftest
7721    $RM conftest*
7722
7723 fi
7724 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7725 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7726
7727
7728
7729
7730
7731
7732   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7733 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7734 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7735   $as_echo_n "(cached) " >&6
7736 else
7737   lt_cv_prog_compiler_c_o=no
7738    $RM -r conftest 2>/dev/null
7739    mkdir conftest
7740    cd conftest
7741    mkdir out
7742    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7743
7744    lt_compiler_flag="-o out/conftest2.$ac_objext"
7745    # Insert the option either (1) after the last *FLAGS variable, or
7746    # (2) before a word containing "conftest.", or (3) at the end.
7747    # Note that $ac_compile itself does not contain backslashes and begins
7748    # with a dollar sign (not a hyphen), so the echo should work correctly.
7749    lt_compile=`echo "$ac_compile" | $SED \
7750    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7751    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7752    -e 's:$: $lt_compiler_flag:'`
7753    (eval echo "\"\$as_me:7753: $lt_compile\"" >&5)
7754    (eval "$lt_compile" 2>out/conftest.err)
7755    ac_status=$?
7756    cat out/conftest.err >&5
7757    echo "$as_me:7757: \$? = $ac_status" >&5
7758    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7759    then
7760      # The compiler can only warn and ignore the option if not recognized
7761      # So say no if there are warnings
7762      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7763      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7764      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7765        lt_cv_prog_compiler_c_o=yes
7766      fi
7767    fi
7768    chmod u+w . 2>&5
7769    $RM conftest*
7770    # SGI C++ compiler will create directory out/ii_files/ for
7771    # template instantiation
7772    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7773    $RM out/* && rmdir out
7774    cd ..
7775    $RM -r conftest
7776    $RM conftest*
7777
7778 fi
7779 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7780 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7781
7782
7783
7784
7785 hard_links="nottested"
7786 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7787   # do not overwrite the value of need_locks provided by the user
7788   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7789 $as_echo_n "checking if we can lock with hard links... " >&6; }
7790   hard_links=yes
7791   $RM conftest*
7792   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7793   touch conftest.a
7794   ln conftest.a conftest.b 2>&5 || hard_links=no
7795   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7796   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7797 $as_echo "$hard_links" >&6; }
7798   if test "$hard_links" = no; then
7799     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7800 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7801     need_locks=warn
7802   fi
7803 else
7804   need_locks=no
7805 fi
7806
7807
7808
7809
7810
7811
7812   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7813 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7814
7815   runpath_var=
7816   allow_undefined_flag=
7817   always_export_symbols=no
7818   archive_cmds=
7819   archive_expsym_cmds=
7820   compiler_needs_object=no
7821   enable_shared_with_static_runtimes=no
7822   export_dynamic_flag_spec=
7823   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7824   hardcode_automatic=no
7825   hardcode_direct=no
7826   hardcode_direct_absolute=no
7827   hardcode_libdir_flag_spec=
7828   hardcode_libdir_flag_spec_ld=
7829   hardcode_libdir_separator=
7830   hardcode_minus_L=no
7831   hardcode_shlibpath_var=unsupported
7832   inherit_rpath=no
7833   link_all_deplibs=unknown
7834   module_cmds=
7835   module_expsym_cmds=
7836   old_archive_from_new_cmds=
7837   old_archive_from_expsyms_cmds=
7838   thread_safe_flag_spec=
7839   whole_archive_flag_spec=
7840   # include_expsyms should be a list of space-separated symbols to be *always*
7841   # included in the symbol list
7842   include_expsyms=
7843   # exclude_expsyms can be an extended regexp of symbols to exclude
7844   # it will be wrapped by ` (' and `)$', so one must not match beginning or
7845   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7846   # as well as any symbol that contains `d'.
7847   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
7848   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7849   # platforms (ab)use it in PIC code, but their linkers get confused if
7850   # the symbol is explicitly referenced.  Since portable code cannot
7851   # rely on this symbol name, it's probably fine to never include it in
7852   # preloaded symbol tables.
7853   # Exclude shared library initialization/finalization symbols.
7854   extract_expsyms_cmds=
7855
7856   case $host_os in
7857   cygwin* | mingw* | pw32* | cegcc*)
7858     # FIXME: the MSVC++ port hasn't been tested in a loooong time
7859     # When not using gcc, we currently assume that we are using
7860     # Microsoft Visual C++.
7861     if test "$GCC" != yes; then
7862       with_gnu_ld=no
7863     fi
7864     ;;
7865   interix*)
7866     # we just hope/assume this is gcc and not c89 (= MSVC++)
7867     with_gnu_ld=yes
7868     ;;
7869   openbsd*)
7870     with_gnu_ld=no
7871     ;;
7872   esac
7873
7874   ld_shlibs=yes
7875   if test "$with_gnu_ld" = yes; then
7876     # If archive_cmds runs LD, not CC, wlarc should be empty
7877     wlarc='${wl}'
7878
7879     # Set some defaults for GNU ld with shared library support. These
7880     # are reset later if shared libraries are not supported. Putting them
7881     # here allows them to be overridden if necessary.
7882     runpath_var=LD_RUN_PATH
7883     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7884     export_dynamic_flag_spec='${wl}--export-dynamic'
7885     # ancient GNU ld didn't support --whole-archive et. al.
7886     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
7887       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7888     else
7889       whole_archive_flag_spec=
7890     fi
7891     supports_anon_versioning=no
7892     case `$LD -v 2>&1` in
7893       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7894       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7895       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7896       *\ 2.11.*) ;; # other 2.11 versions
7897       *) supports_anon_versioning=yes ;;
7898     esac
7899
7900     # See if GNU ld supports shared libraries.
7901     case $host_os in
7902     aix[3-9]*)
7903       # On AIX/PPC, the GNU linker is very broken
7904       if test "$host_cpu" != ia64; then
7905         ld_shlibs=no
7906         cat <<_LT_EOF 1>&2
7907
7908 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
7909 *** to be unable to reliably create shared libraries on AIX.
7910 *** Therefore, libtool is disabling shared libraries support.  If you
7911 *** really care for shared libraries, you may want to modify your PATH
7912 *** so that a non-GNU linker is found, and then restart.
7913
7914 _LT_EOF
7915       fi
7916       ;;
7917
7918     amigaos*)
7919       case $host_cpu in
7920       powerpc)
7921             # see comment about AmigaOS4 .so support
7922             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7923             archive_expsym_cmds=''
7924         ;;
7925       m68k)
7926             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)'
7927             hardcode_libdir_flag_spec='-L$libdir'
7928             hardcode_minus_L=yes
7929         ;;
7930       esac
7931       ;;
7932
7933     beos*)
7934       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
7935         allow_undefined_flag=unsupported
7936         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7937         # support --undefined.  This deserves some investigation.  FIXME
7938         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7939       else
7940         ld_shlibs=no
7941       fi
7942       ;;
7943
7944     cygwin* | mingw* | pw32* | cegcc*)
7945       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7946       # as there is no search path for DLLs.
7947       hardcode_libdir_flag_spec='-L$libdir'
7948       allow_undefined_flag=unsupported
7949       always_export_symbols=no
7950       enable_shared_with_static_runtimes=yes
7951       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7952
7953       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
7954         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7955         # If the export-symbols file already is a .def file (1st line
7956         # is EXPORTS), use it as is; otherwise, prepend...
7957         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7958           cp $export_symbols $output_objdir/$soname.def;
7959         else
7960           echo EXPORTS > $output_objdir/$soname.def;
7961           cat $export_symbols >> $output_objdir/$soname.def;
7962         fi~
7963         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7964       else
7965         ld_shlibs=no
7966       fi
7967       ;;
7968
7969     interix[3-9]*)
7970       hardcode_direct=no
7971       hardcode_shlibpath_var=no
7972       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
7973       export_dynamic_flag_spec='${wl}-E'
7974       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
7975       # Instead, shared libraries are loaded at an image base (0x10000000 by
7976       # default) and relocated if they conflict, which is a slow very memory
7977       # consuming and fragmenting process.  To avoid this, we pick a random,
7978       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
7979       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
7980       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7981       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'
7982       ;;
7983
7984     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
7985       tmp_diet=no
7986       if test "$host_os" = linux-dietlibc; then
7987         case $cc_basename in
7988           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
7989         esac
7990       fi
7991       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
7992          && test "$tmp_diet" = no
7993       then
7994         tmp_addflag=
7995         tmp_sharedflag='-shared'
7996         case $cc_basename,$host_cpu in
7997         pgcc*)                          # Portland Group C compiler
7998           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'
7999           tmp_addflag=' $pic_flag'
8000           ;;
8001         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
8002           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'
8003           tmp_addflag=' $pic_flag -Mnomain' ;;
8004         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
8005           tmp_addflag=' -i_dynamic' ;;
8006         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
8007           tmp_addflag=' -i_dynamic -nofor_main' ;;
8008         ifc* | ifort*)                  # Intel Fortran compiler
8009           tmp_addflag=' -nofor_main' ;;
8010         lf95*)                          # Lahey Fortran 8.1
8011           whole_archive_flag_spec=
8012           tmp_sharedflag='--shared' ;;
8013         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
8014           tmp_sharedflag='-qmkshrobj'
8015           tmp_addflag= ;;
8016         esac
8017         case `$CC -V 2>&1 | sed 5q` in
8018         *Sun\ C*)                       # Sun C 5.9
8019           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'
8020           compiler_needs_object=yes
8021           tmp_sharedflag='-G' ;;
8022         *Sun\ F*)                       # Sun Fortran 8.3
8023           tmp_sharedflag='-G' ;;
8024         esac
8025         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8026
8027         if test "x$supports_anon_versioning" = xyes; then
8028           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8029             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8030             echo "local: *; };" >> $output_objdir/$libname.ver~
8031             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
8032         fi
8033
8034         case $cc_basename in
8035         xlf*)
8036           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
8037           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
8038           hardcode_libdir_flag_spec=
8039           hardcode_libdir_flag_spec_ld='-rpath $libdir'
8040           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
8041           if test "x$supports_anon_versioning" = xyes; then
8042             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
8043               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
8044               echo "local: *; };" >> $output_objdir/$libname.ver~
8045               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
8046           fi
8047           ;;
8048         esac
8049       else
8050         ld_shlibs=no
8051       fi
8052       ;;
8053
8054     netbsd*)
8055       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8056         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
8057         wlarc=
8058       else
8059         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8060         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8061       fi
8062       ;;
8063
8064     solaris*)
8065       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
8066         ld_shlibs=no
8067         cat <<_LT_EOF 1>&2
8068
8069 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
8070 *** create shared libraries on Solaris systems.  Therefore, libtool
8071 *** is disabling shared libraries support.  We urge you to upgrade GNU
8072 *** binutils to release 2.9.1 or newer.  Another option is to modify
8073 *** your PATH or compiler configuration so that the native linker is
8074 *** used, and then restart.
8075
8076 _LT_EOF
8077       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8078         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8079         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8080       else
8081         ld_shlibs=no
8082       fi
8083       ;;
8084
8085     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8086       case `$LD -v 2>&1` in
8087         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8088         ld_shlibs=no
8089         cat <<_LT_EOF 1>&2
8090
8091 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8092 *** reliably create shared libraries on SCO systems.  Therefore, libtool
8093 *** is disabling shared libraries support.  We urge you to upgrade GNU
8094 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8095 *** your PATH or compiler configuration so that the native linker is
8096 *** used, and then restart.
8097
8098 _LT_EOF
8099         ;;
8100         *)
8101           # For security reasons, it is highly recommended that you always
8102           # use absolute paths for naming shared libraries, and exclude the
8103           # DT_RUNPATH tag from executables and libraries.  But doing so
8104           # requires that you compile everything twice, which is a pain.
8105           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8106             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8107             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8108             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8109           else
8110             ld_shlibs=no
8111           fi
8112         ;;
8113       esac
8114       ;;
8115
8116     sunos4*)
8117       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8118       wlarc=
8119       hardcode_direct=yes
8120       hardcode_shlibpath_var=no
8121       ;;
8122
8123     *)
8124       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8125         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8126         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8127       else
8128         ld_shlibs=no
8129       fi
8130       ;;
8131     esac
8132
8133     if test "$ld_shlibs" = no; then
8134       runpath_var=
8135       hardcode_libdir_flag_spec=
8136       export_dynamic_flag_spec=
8137       whole_archive_flag_spec=
8138     fi
8139   else
8140     # PORTME fill in a description of your system's linker (not GNU ld)
8141     case $host_os in
8142     aix3*)
8143       allow_undefined_flag=unsupported
8144       always_export_symbols=yes
8145       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'
8146       # Note: this linker hardcodes the directories in LIBPATH if there
8147       # are no directories specified by -L.
8148       hardcode_minus_L=yes
8149       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8150         # Neither direct hardcoding nor static linking is supported with a
8151         # broken collect2.
8152         hardcode_direct=unsupported
8153       fi
8154       ;;
8155
8156     aix[4-9]*)
8157       if test "$host_cpu" = ia64; then
8158         # On IA64, the linker does run time linking by default, so we don't
8159         # have to do anything special.
8160         aix_use_runtimelinking=no
8161         exp_sym_flag='-Bexport'
8162         no_entry_flag=""
8163       else
8164         # If we're using GNU nm, then we don't want the "-C" option.
8165         # -C means demangle to AIX nm, but means don't demangle with GNU nm
8166         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8167           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'
8168         else
8169           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'
8170         fi
8171         aix_use_runtimelinking=no
8172
8173         # Test if we are trying to use run time linking or normal
8174         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8175         # need to do runtime linking.
8176         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8177           for ld_flag in $LDFLAGS; do
8178           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8179             aix_use_runtimelinking=yes
8180             break
8181           fi
8182           done
8183           ;;
8184         esac
8185
8186         exp_sym_flag='-bexport'
8187         no_entry_flag='-bnoentry'
8188       fi
8189
8190       # When large executables or shared objects are built, AIX ld can
8191       # have problems creating the table of contents.  If linking a library
8192       # or program results in "error TOC overflow" add -mminimal-toc to
8193       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8194       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8195
8196       archive_cmds=''
8197       hardcode_direct=yes
8198       hardcode_direct_absolute=yes
8199       hardcode_libdir_separator=':'
8200       link_all_deplibs=yes
8201       file_list_spec='${wl}-f,'
8202
8203       if test "$GCC" = yes; then
8204         case $host_os in aix4.[012]|aix4.[012].*)
8205         # We only want to do this on AIX 4.2 and lower, the check
8206         # below for broken collect2 doesn't work under 4.3+
8207           collect2name=`${CC} -print-prog-name=collect2`
8208           if test -f "$collect2name" &&
8209            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8210           then
8211           # We have reworked collect2
8212           :
8213           else
8214           # We have old collect2
8215           hardcode_direct=unsupported
8216           # It fails to find uninstalled libraries when the uninstalled
8217           # path is not listed in the libpath.  Setting hardcode_minus_L
8218           # to unsupported forces relinking
8219           hardcode_minus_L=yes
8220           hardcode_libdir_flag_spec='-L$libdir'
8221           hardcode_libdir_separator=
8222           fi
8223           ;;
8224         esac
8225         shared_flag='-shared'
8226         if test "$aix_use_runtimelinking" = yes; then
8227           shared_flag="$shared_flag "'${wl}-G'
8228         fi
8229       else
8230         # not using gcc
8231         if test "$host_cpu" = ia64; then
8232         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8233         # chokes on -Wl,-G. The following line is correct:
8234           shared_flag='-G'
8235         else
8236           if test "$aix_use_runtimelinking" = yes; then
8237             shared_flag='${wl}-G'
8238           else
8239             shared_flag='${wl}-bM:SRE'
8240           fi
8241         fi
8242       fi
8243
8244       export_dynamic_flag_spec='${wl}-bexpall'
8245       # It seems that -bexpall does not export symbols beginning with
8246       # underscore (_), so it is better to generate a list of symbols to export.
8247       always_export_symbols=yes
8248       if test "$aix_use_runtimelinking" = yes; then
8249         # Warning - without using the other runtime loading flags (-brtl),
8250         # -berok will link without error, but may produce a broken library.
8251         allow_undefined_flag='-berok'
8252         # Determine the default libpath from the value encoded in an
8253         # empty executable.
8254         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8255 /* end confdefs.h.  */
8256
8257 int
8258 main ()
8259 {
8260
8261   ;
8262   return 0;
8263 }
8264 _ACEOF
8265 if ac_fn_c_try_link "$LINENO"; then :
8266
8267 lt_aix_libpath_sed='
8268     /Import File Strings/,/^$/ {
8269         /^0/ {
8270             s/^0  *\(.*\)$/\1/
8271             p
8272         }
8273     }'
8274 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8275 # Check for a 64-bit object if we didn't find anything.
8276 if test -z "$aix_libpath"; then
8277   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8278 fi
8279 fi
8280 rm -f core conftest.err conftest.$ac_objext \
8281     conftest$ac_exeext conftest.$ac_ext
8282 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8283
8284         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8285         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"
8286       else
8287         if test "$host_cpu" = ia64; then
8288           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8289           allow_undefined_flag="-z nodefs"
8290           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"
8291         else
8292          # Determine the default libpath from the value encoded in an
8293          # empty executable.
8294          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8295 /* end confdefs.h.  */
8296
8297 int
8298 main ()
8299 {
8300
8301   ;
8302   return 0;
8303 }
8304 _ACEOF
8305 if ac_fn_c_try_link "$LINENO"; then :
8306
8307 lt_aix_libpath_sed='
8308     /Import File Strings/,/^$/ {
8309         /^0/ {
8310             s/^0  *\(.*\)$/\1/
8311             p
8312         }
8313     }'
8314 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8315 # Check for a 64-bit object if we didn't find anything.
8316 if test -z "$aix_libpath"; then
8317   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8318 fi
8319 fi
8320 rm -f core conftest.err conftest.$ac_objext \
8321     conftest$ac_exeext conftest.$ac_ext
8322 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8323
8324          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8325           # Warning - without using the other run time loading flags,
8326           # -berok will link without error, but may produce a broken library.
8327           no_undefined_flag=' ${wl}-bernotok'
8328           allow_undefined_flag=' ${wl}-berok'
8329           # Exported symbols can be pulled into shared objects from archives
8330           whole_archive_flag_spec='$convenience'
8331           archive_cmds_need_lc=yes
8332           # This is similar to how AIX traditionally builds its shared libraries.
8333           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'
8334         fi
8335       fi
8336       ;;
8337
8338     amigaos*)
8339       case $host_cpu in
8340       powerpc)
8341             # see comment about AmigaOS4 .so support
8342             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8343             archive_expsym_cmds=''
8344         ;;
8345       m68k)
8346             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)'
8347             hardcode_libdir_flag_spec='-L$libdir'
8348             hardcode_minus_L=yes
8349         ;;
8350       esac
8351       ;;
8352
8353     bsdi[45]*)
8354       export_dynamic_flag_spec=-rdynamic
8355       ;;
8356
8357     cygwin* | mingw* | pw32* | cegcc*)
8358       # When not using gcc, we currently assume that we are using
8359       # Microsoft Visual C++.
8360       # hardcode_libdir_flag_spec is actually meaningless, as there is
8361       # no search path for DLLs.
8362       hardcode_libdir_flag_spec=' '
8363       allow_undefined_flag=unsupported
8364       # Tell ltmain to make .lib files, not .a files.
8365       libext=lib
8366       # Tell ltmain to make .dll files, not .so files.
8367       shrext_cmds=".dll"
8368       # FIXME: Setting linknames here is a bad hack.
8369       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8370       # The linker will automatically build a .lib file if we build a DLL.
8371       old_archive_from_new_cmds='true'
8372       # FIXME: Should let the user specify the lib program.
8373       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8374       fix_srcfile_path='`cygpath -w "$srcfile"`'
8375       enable_shared_with_static_runtimes=yes
8376       ;;
8377
8378     darwin* | rhapsody*)
8379
8380
8381   archive_cmds_need_lc=no
8382   hardcode_direct=no
8383   hardcode_automatic=yes
8384   hardcode_shlibpath_var=unsupported
8385   whole_archive_flag_spec=''
8386   link_all_deplibs=yes
8387   allow_undefined_flag="$_lt_dar_allow_undefined"
8388   case $cc_basename in
8389      ifort*) _lt_dar_can_shared=yes ;;
8390      *) _lt_dar_can_shared=$GCC ;;
8391   esac
8392   if test "$_lt_dar_can_shared" = "yes"; then
8393     output_verbose_link_cmd=echo
8394     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8395     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8396     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}"
8397     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}"
8398
8399   else
8400   ld_shlibs=no
8401   fi
8402
8403       ;;
8404
8405     dgux*)
8406       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8407       hardcode_libdir_flag_spec='-L$libdir'
8408       hardcode_shlibpath_var=no
8409       ;;
8410
8411     freebsd1*)
8412       ld_shlibs=no
8413       ;;
8414
8415     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8416     # support.  Future versions do this automatically, but an explicit c++rt0.o
8417     # does not break anything, and helps significantly (at the cost of a little
8418     # extra space).
8419     freebsd2.2*)
8420       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8421       hardcode_libdir_flag_spec='-R$libdir'
8422       hardcode_direct=yes
8423       hardcode_shlibpath_var=no
8424       ;;
8425
8426     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8427     freebsd2*)
8428       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8429       hardcode_direct=yes
8430       hardcode_minus_L=yes
8431       hardcode_shlibpath_var=no
8432       ;;
8433
8434     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8435     freebsd* | dragonfly*)
8436       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8437       hardcode_libdir_flag_spec='-R$libdir'
8438       hardcode_direct=yes
8439       hardcode_shlibpath_var=no
8440       ;;
8441
8442     hpux9*)
8443       if test "$GCC" = yes; then
8444         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'
8445       else
8446         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'
8447       fi
8448       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8449       hardcode_libdir_separator=:
8450       hardcode_direct=yes
8451
8452       # hardcode_minus_L: Not really in the search PATH,
8453       # but as the default location of the library.
8454       hardcode_minus_L=yes
8455       export_dynamic_flag_spec='${wl}-E'
8456       ;;
8457
8458     hpux10*)
8459       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8460         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8461       else
8462         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8463       fi
8464       if test "$with_gnu_ld" = no; then
8465         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8466         hardcode_libdir_flag_spec_ld='+b $libdir'
8467         hardcode_libdir_separator=:
8468         hardcode_direct=yes
8469         hardcode_direct_absolute=yes
8470         export_dynamic_flag_spec='${wl}-E'
8471         # hardcode_minus_L: Not really in the search PATH,
8472         # but as the default location of the library.
8473         hardcode_minus_L=yes
8474       fi
8475       ;;
8476
8477     hpux11*)
8478       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8479         case $host_cpu in
8480         hppa*64*)
8481           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8482           ;;
8483         ia64*)
8484           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8485           ;;
8486         *)
8487           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8488           ;;
8489         esac
8490       else
8491         case $host_cpu in
8492         hppa*64*)
8493           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8494           ;;
8495         ia64*)
8496           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8497           ;;
8498         *)
8499           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8500           ;;
8501         esac
8502       fi
8503       if test "$with_gnu_ld" = no; then
8504         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8505         hardcode_libdir_separator=:
8506
8507         case $host_cpu in
8508         hppa*64*|ia64*)
8509           hardcode_direct=no
8510           hardcode_shlibpath_var=no
8511           ;;
8512         *)
8513           hardcode_direct=yes
8514           hardcode_direct_absolute=yes
8515           export_dynamic_flag_spec='${wl}-E'
8516
8517           # hardcode_minus_L: Not really in the search PATH,
8518           # but as the default location of the library.
8519           hardcode_minus_L=yes
8520           ;;
8521         esac
8522       fi
8523       ;;
8524
8525     irix5* | irix6* | nonstopux*)
8526       if test "$GCC" = yes; then
8527         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'
8528         # Try to use the -exported_symbol ld option, if it does not
8529         # work, assume that -exports_file does not work either and
8530         # implicitly export all symbols.
8531         save_LDFLAGS="$LDFLAGS"
8532         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8533         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8534 /* end confdefs.h.  */
8535 int foo(void) {}
8536 _ACEOF
8537 if ac_fn_c_try_link "$LINENO"; then :
8538   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'
8539
8540 fi
8541 rm -f core conftest.err conftest.$ac_objext \
8542     conftest$ac_exeext conftest.$ac_ext
8543         LDFLAGS="$save_LDFLAGS"
8544       else
8545         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'
8546         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'
8547       fi
8548       archive_cmds_need_lc='no'
8549       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8550       hardcode_libdir_separator=:
8551       inherit_rpath=yes
8552       link_all_deplibs=yes
8553       ;;
8554
8555     netbsd*)
8556       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8557         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
8558       else
8559         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
8560       fi
8561       hardcode_libdir_flag_spec='-R$libdir'
8562       hardcode_direct=yes
8563       hardcode_shlibpath_var=no
8564       ;;
8565
8566     newsos6)
8567       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8568       hardcode_direct=yes
8569       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8570       hardcode_libdir_separator=:
8571       hardcode_shlibpath_var=no
8572       ;;
8573
8574     *nto* | *qnx*)
8575       ;;
8576
8577     openbsd*)
8578       if test -f /usr/libexec/ld.so; then
8579         hardcode_direct=yes
8580         hardcode_shlibpath_var=no
8581         hardcode_direct_absolute=yes
8582         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8583           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8584           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8585           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8586           export_dynamic_flag_spec='${wl}-E'
8587         else
8588           case $host_os in
8589            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8590              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8591              hardcode_libdir_flag_spec='-R$libdir'
8592              ;;
8593            *)
8594              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8595              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8596              ;;
8597           esac
8598         fi
8599       else
8600         ld_shlibs=no
8601       fi
8602       ;;
8603
8604     os2*)
8605       hardcode_libdir_flag_spec='-L$libdir'
8606       hardcode_minus_L=yes
8607       allow_undefined_flag=unsupported
8608       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'
8609       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8610       ;;
8611
8612     osf3*)
8613       if test "$GCC" = yes; then
8614         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8615         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'
8616       else
8617         allow_undefined_flag=' -expect_unresolved \*'
8618         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'
8619       fi
8620       archive_cmds_need_lc='no'
8621       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8622       hardcode_libdir_separator=:
8623       ;;
8624
8625     osf4* | osf5*)      # as osf3* with the addition of -msym flag
8626       if test "$GCC" = yes; then
8627         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8628         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'
8629         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8630       else
8631         allow_undefined_flag=' -expect_unresolved \*'
8632         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'
8633         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~
8634         $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'
8635
8636         # Both c and cxx compiler support -rpath directly
8637         hardcode_libdir_flag_spec='-rpath $libdir'
8638       fi
8639       archive_cmds_need_lc='no'
8640       hardcode_libdir_separator=:
8641       ;;
8642
8643     solaris*)
8644       no_undefined_flag=' -z defs'
8645       if test "$GCC" = yes; then
8646         wlarc='${wl}'
8647         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8648         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8649           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8650       else
8651         case `$CC -V 2>&1` in
8652         *"Compilers 5.0"*)
8653           wlarc=''
8654           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8655           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8656           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8657           ;;
8658         *)
8659           wlarc='${wl}'
8660           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8661           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8662           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8663           ;;
8664         esac
8665       fi
8666       hardcode_libdir_flag_spec='-R$libdir'
8667       hardcode_shlibpath_var=no
8668       case $host_os in
8669       solaris2.[0-5] | solaris2.[0-5].*) ;;
8670       *)
8671         # The compiler driver will combine and reorder linker options,
8672         # but understands `-z linker_flag'.  GCC discards it without `$wl',
8673         # but is careful enough not to reorder.
8674         # Supported since Solaris 2.6 (maybe 2.5.1?)
8675         if test "$GCC" = yes; then
8676           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8677         else
8678           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8679         fi
8680         ;;
8681       esac
8682       link_all_deplibs=yes
8683       ;;
8684
8685     sunos4*)
8686       if test "x$host_vendor" = xsequent; then
8687         # Use $CC to link under sequent, because it throws in some extra .o
8688         # files that make .init and .fini sections work.
8689         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8690       else
8691         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8692       fi
8693       hardcode_libdir_flag_spec='-L$libdir'
8694       hardcode_direct=yes
8695       hardcode_minus_L=yes
8696       hardcode_shlibpath_var=no
8697       ;;
8698
8699     sysv4)
8700       case $host_vendor in
8701         sni)
8702           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8703           hardcode_direct=yes # is this really true???
8704         ;;
8705         siemens)
8706           ## LD is ld it makes a PLAMLIB
8707           ## CC just makes a GrossModule.
8708           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8709           reload_cmds='$CC -r -o $output$reload_objs'
8710           hardcode_direct=no
8711         ;;
8712         motorola)
8713           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8714           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8715         ;;
8716       esac
8717       runpath_var='LD_RUN_PATH'
8718       hardcode_shlibpath_var=no
8719       ;;
8720
8721     sysv4.3*)
8722       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8723       hardcode_shlibpath_var=no
8724       export_dynamic_flag_spec='-Bexport'
8725       ;;
8726
8727     sysv4*MP*)
8728       if test -d /usr/nec; then
8729         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8730         hardcode_shlibpath_var=no
8731         runpath_var=LD_RUN_PATH
8732         hardcode_runpath_var=yes
8733         ld_shlibs=yes
8734       fi
8735       ;;
8736
8737     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8738       no_undefined_flag='${wl}-z,text'
8739       archive_cmds_need_lc=no
8740       hardcode_shlibpath_var=no
8741       runpath_var='LD_RUN_PATH'
8742
8743       if test "$GCC" = yes; then
8744         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8745         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8746       else
8747         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8748         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8749       fi
8750       ;;
8751
8752     sysv5* | sco3.2v5* | sco5v6*)
8753       # Note: We can NOT use -z defs as we might desire, because we do not
8754       # link with -lc, and that would cause any symbols used from libc to
8755       # always be unresolved, which means just about no library would
8756       # ever link correctly.  If we're not using GNU ld we use -z text
8757       # though, which does catch some bad symbols but isn't as heavy-handed
8758       # as -z defs.
8759       no_undefined_flag='${wl}-z,text'
8760       allow_undefined_flag='${wl}-z,nodefs'
8761       archive_cmds_need_lc=no
8762       hardcode_shlibpath_var=no
8763       hardcode_libdir_flag_spec='${wl}-R,$libdir'
8764       hardcode_libdir_separator=':'
8765       link_all_deplibs=yes
8766       export_dynamic_flag_spec='${wl}-Bexport'
8767       runpath_var='LD_RUN_PATH'
8768
8769       if test "$GCC" = yes; then
8770         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8771         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8772       else
8773         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8774         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8775       fi
8776       ;;
8777
8778     uts4*)
8779       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8780       hardcode_libdir_flag_spec='-L$libdir'
8781       hardcode_shlibpath_var=no
8782       ;;
8783
8784     *)
8785       ld_shlibs=no
8786       ;;
8787     esac
8788
8789     if test x$host_vendor = xsni; then
8790       case $host in
8791       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8792         export_dynamic_flag_spec='${wl}-Blargedynsym'
8793         ;;
8794       esac
8795     fi
8796   fi
8797
8798 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8799 $as_echo "$ld_shlibs" >&6; }
8800 test "$ld_shlibs" = no && can_build_shared=no
8801
8802 with_gnu_ld=$with_gnu_ld
8803
8804
8805
8806
8807
8808
8809
8810
8811
8812
8813
8814
8815
8816
8817
8818 #
8819 # Do we need to explicitly link libc?
8820 #
8821 case "x$archive_cmds_need_lc" in
8822 x|xyes)
8823   # Assume -lc should be added
8824   archive_cmds_need_lc=yes
8825
8826   if test "$enable_shared" = yes && test "$GCC" = yes; then
8827     case $archive_cmds in
8828     *'~'*)
8829       # FIXME: we may have to deal with multi-command sequences.
8830       ;;
8831     '$CC '*)
8832       # Test whether the compiler implicitly links with -lc since on some
8833       # systems, -lgcc has to come before -lc. If gcc already passes -lc
8834       # to ld, don't add -lc before -lgcc.
8835       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8836 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
8837 if test "${lt_cv_archive_cmds_need_lc+set}" = set; then :
8838   $as_echo_n "(cached) " >&6
8839 else
8840   $RM conftest*
8841         echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8842
8843         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8844   (eval $ac_compile) 2>&5
8845   ac_status=$?
8846   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8847   test $ac_status = 0; } 2>conftest.err; then
8848           soname=conftest
8849           lib=conftest
8850           libobjs=conftest.$ac_objext
8851           deplibs=
8852           wl=$lt_prog_compiler_wl
8853           pic_flag=$lt_prog_compiler_pic
8854           compiler_flags=-v
8855           linker_flags=-v
8856           verstring=
8857           output_objdir=.
8858           libname=conftest
8859           lt_save_allow_undefined_flag=$allow_undefined_flag
8860           allow_undefined_flag=
8861           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
8862   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8863   ac_status=$?
8864   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8865   test $ac_status = 0; }
8866           then
8867             lt_cv_archive_cmds_need_lc=no
8868           else
8869             lt_cv_archive_cmds_need_lc=yes
8870           fi
8871           allow_undefined_flag=$lt_save_allow_undefined_flag
8872         else
8873           cat conftest.err 1>&5
8874         fi
8875         $RM conftest*
8876
8877 fi
8878 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_archive_cmds_need_lc" >&5
8879 $as_echo "$lt_cv_archive_cmds_need_lc" >&6; }
8880       archive_cmds_need_lc=$lt_cv_archive_cmds_need_lc
8881       ;;
8882     esac
8883   fi
8884   ;;
8885 esac
8886
8887
8888
8889
8890
8891
8892
8893
8894
8895
8896
8897
8898
8899
8900
8901
8902
8903
8904
8905
8906
8907
8908
8909
8910
8911
8912
8913
8914
8915
8916
8917
8918
8919
8920
8921
8922
8923
8924
8925
8926
8927
8928
8929
8930
8931
8932
8933
8934
8935
8936
8937
8938
8939
8940
8941
8942
8943
8944
8945
8946
8947
8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
8958
8959
8960
8961
8962
8963
8964
8965
8966
8967
8968
8969
8970
8971
8972
8973
8974
8975
8976
8977
8978
8979
8980
8981
8982
8983
8984
8985
8986
8987
8988
8989
8990
8991
8992
8993
8994
8995
8996
8997
8998
8999
9000
9001
9002
9003
9004
9005
9006
9007
9008
9009
9010
9011
9012
9013
9014
9015
9016
9017
9018
9019
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
9033
9034
9035
9036
9037
9038
9039
9040
9041
9042
9043   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
9044 $as_echo_n "checking dynamic linker characteristics... " >&6; }
9045
9046 if test "$GCC" = yes; then
9047   case $host_os in
9048     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
9049     *) lt_awk_arg="/^libraries:/" ;;
9050   esac
9051   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9052   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
9053     # if the path contains ";" then we assume it to be the separator
9054     # otherwise default to the standard path separator (i.e. ":") - it is
9055     # assumed that no part of a normal pathname contains ";" but that should
9056     # okay in the real world where ";" in dirpaths is itself problematic.
9057     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
9058   else
9059     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9060   fi
9061   # Ok, now we have the path, separated by spaces, we can step through it
9062   # and add multilib dir if necessary.
9063   lt_tmp_lt_search_path_spec=
9064   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
9065   for lt_sys_path in $lt_search_path_spec; do
9066     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
9067       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
9068     else
9069       test -d "$lt_sys_path" && \
9070         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
9071     fi
9072   done
9073   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
9074 BEGIN {RS=" "; FS="/|\n";} {
9075   lt_foo="";
9076   lt_count=0;
9077   for (lt_i = NF; lt_i > 0; lt_i--) {
9078     if ($lt_i != "" && $lt_i != ".") {
9079       if ($lt_i == "..") {
9080         lt_count++;
9081       } else {
9082         if (lt_count == 0) {
9083           lt_foo="/" $lt_i lt_foo;
9084         } else {
9085           lt_count--;
9086         }
9087       }
9088     }
9089   }
9090   if (lt_foo != "") { lt_freq[lt_foo]++; }
9091   if (lt_freq[lt_foo] == 1) { print lt_foo; }
9092 }'`
9093   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9094 else
9095   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9096 fi
9097 library_names_spec=
9098 libname_spec='lib$name'
9099 soname_spec=
9100 shrext_cmds=".so"
9101 postinstall_cmds=
9102 postuninstall_cmds=
9103 finish_cmds=
9104 finish_eval=
9105 shlibpath_var=
9106 shlibpath_overrides_runpath=unknown
9107 version_type=none
9108 dynamic_linker="$host_os ld.so"
9109 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9110 need_lib_prefix=unknown
9111 hardcode_into_libs=no
9112
9113 # when you set need_version to no, make sure it does not cause -set_version
9114 # flags to be left without arguments
9115 need_version=unknown
9116
9117 case $host_os in
9118 aix3*)
9119   version_type=linux
9120   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9121   shlibpath_var=LIBPATH
9122
9123   # AIX 3 has no versioning support, so we append a major version to the name.
9124   soname_spec='${libname}${release}${shared_ext}$major'
9125   ;;
9126
9127 aix[4-9]*)
9128   version_type=linux
9129   need_lib_prefix=no
9130   need_version=no
9131   hardcode_into_libs=yes
9132   if test "$host_cpu" = ia64; then
9133     # AIX 5 supports IA64
9134     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9135     shlibpath_var=LD_LIBRARY_PATH
9136   else
9137     # With GCC up to 2.95.x, collect2 would create an import file
9138     # for dependence libraries.  The import file would start with
9139     # the line `#! .'.  This would cause the generated library to
9140     # depend on `.', always an invalid library.  This was fixed in
9141     # development snapshots of GCC prior to 3.0.
9142     case $host_os in
9143       aix4 | aix4.[01] | aix4.[01].*)
9144       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9145            echo ' yes '
9146            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9147         :
9148       else
9149         can_build_shared=no
9150       fi
9151       ;;
9152     esac
9153     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9154     # soname into executable. Probably we can add versioning support to
9155     # collect2, so additional links can be useful in future.
9156     if test "$aix_use_runtimelinking" = yes; then
9157       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9158       # instead of lib<name>.a to let people know that these are not
9159       # typical AIX shared libraries.
9160       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9161     else
9162       # We preserve .a as extension for shared libraries through AIX4.2
9163       # and later when we are not doing run time linking.
9164       library_names_spec='${libname}${release}.a $libname.a'
9165       soname_spec='${libname}${release}${shared_ext}$major'
9166     fi
9167     shlibpath_var=LIBPATH
9168   fi
9169   ;;
9170
9171 amigaos*)
9172   case $host_cpu in
9173   powerpc)
9174     # Since July 2007 AmigaOS4 officially supports .so libraries.
9175     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9176     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9177     ;;
9178   m68k)
9179     library_names_spec='$libname.ixlibrary $libname.a'
9180     # Create ${libname}_ixlibrary.a entries in /sys/libs.
9181     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'
9182     ;;
9183   esac
9184   ;;
9185
9186 beos*)
9187   library_names_spec='${libname}${shared_ext}'
9188   dynamic_linker="$host_os ld.so"
9189   shlibpath_var=LIBRARY_PATH
9190   ;;
9191
9192 bsdi[45]*)
9193   version_type=linux
9194   need_version=no
9195   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9196   soname_spec='${libname}${release}${shared_ext}$major'
9197   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9198   shlibpath_var=LD_LIBRARY_PATH
9199   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9200   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9201   # the default ld.so.conf also contains /usr/contrib/lib and
9202   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9203   # libtool to hard-code these into programs
9204   ;;
9205
9206 cygwin* | mingw* | pw32* | cegcc*)
9207   version_type=windows
9208   shrext_cmds=".dll"
9209   need_version=no
9210   need_lib_prefix=no
9211
9212   case $GCC,$host_os in
9213   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9214     library_names_spec='$libname.dll.a'
9215     # DLL is installed to $(libdir)/../bin by postinstall_cmds
9216     postinstall_cmds='base_file=`basename \${file}`~
9217       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9218       dldir=$destdir/`dirname \$dlpath`~
9219       test -d \$dldir || mkdir -p \$dldir~
9220       $install_prog $dir/$dlname \$dldir/$dlname~
9221       chmod a+x \$dldir/$dlname~
9222       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9223         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9224       fi'
9225     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9226       dlpath=$dir/\$dldll~
9227        $RM \$dlpath'
9228     shlibpath_overrides_runpath=yes
9229
9230     case $host_os in
9231     cygwin*)
9232       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9233       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9234       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9235       ;;
9236     mingw* | cegcc*)
9237       # MinGW DLLs use traditional 'lib' prefix
9238       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9239       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9240       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9241         # It is most probably a Windows format PATH printed by
9242         # mingw gcc, but we are running on Cygwin. Gcc prints its search
9243         # path with ; separators, and with drive letters. We can handle the
9244         # drive letters (cygwin fileutils understands them), so leave them,
9245         # especially as we might pass files found there to a mingw objdump,
9246         # which wouldn't understand a cygwinified path. Ahh.
9247         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9248       else
9249         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9250       fi
9251       ;;
9252     pw32*)
9253       # pw32 DLLs use 'pw' prefix rather than 'lib'
9254       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9255       ;;
9256     esac
9257     ;;
9258
9259   *)
9260     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9261     ;;
9262   esac
9263   dynamic_linker='Win32 ld.exe'
9264   # FIXME: first we should search . and the directory the executable is in
9265   shlibpath_var=PATH
9266   ;;
9267
9268 darwin* | rhapsody*)
9269   dynamic_linker="$host_os dyld"
9270   version_type=darwin
9271   need_lib_prefix=no
9272   need_version=no
9273   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9274   soname_spec='${libname}${release}${major}$shared_ext'
9275   shlibpath_overrides_runpath=yes
9276   shlibpath_var=DYLD_LIBRARY_PATH
9277   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9278
9279   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9280   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9281   ;;
9282
9283 dgux*)
9284   version_type=linux
9285   need_lib_prefix=no
9286   need_version=no
9287   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9288   soname_spec='${libname}${release}${shared_ext}$major'
9289   shlibpath_var=LD_LIBRARY_PATH
9290   ;;
9291
9292 freebsd1*)
9293   dynamic_linker=no
9294   ;;
9295
9296 freebsd* | dragonfly*)
9297   # DragonFly does not have aout.  When/if they implement a new
9298   # versioning mechanism, adjust this.
9299   if test -x /usr/bin/objformat; then
9300     objformat=`/usr/bin/objformat`
9301   else
9302     case $host_os in
9303     freebsd[123]*) objformat=aout ;;
9304     *) objformat=elf ;;
9305     esac
9306   fi
9307   version_type=freebsd-$objformat
9308   case $version_type in
9309     freebsd-elf*)
9310       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9311       need_version=no
9312       need_lib_prefix=no
9313       ;;
9314     freebsd-*)
9315       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9316       need_version=yes
9317       ;;
9318   esac
9319   shlibpath_var=LD_LIBRARY_PATH
9320   case $host_os in
9321   freebsd2*)
9322     shlibpath_overrides_runpath=yes
9323     ;;
9324   freebsd3.[01]* | freebsdelf3.[01]*)
9325     shlibpath_overrides_runpath=yes
9326     hardcode_into_libs=yes
9327     ;;
9328   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9329   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9330     shlibpath_overrides_runpath=no
9331     hardcode_into_libs=yes
9332     ;;
9333   *) # from 4.6 on, and DragonFly
9334     shlibpath_overrides_runpath=yes
9335     hardcode_into_libs=yes
9336     ;;
9337   esac
9338   ;;
9339
9340 gnu*)
9341   version_type=linux
9342   need_lib_prefix=no
9343   need_version=no
9344   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9345   soname_spec='${libname}${release}${shared_ext}$major'
9346   shlibpath_var=LD_LIBRARY_PATH
9347   hardcode_into_libs=yes
9348   ;;
9349
9350 hpux9* | hpux10* | hpux11*)
9351   # Give a soname corresponding to the major version so that dld.sl refuses to
9352   # link against other versions.
9353   version_type=sunos
9354   need_lib_prefix=no
9355   need_version=no
9356   case $host_cpu in
9357   ia64*)
9358     shrext_cmds='.so'
9359     hardcode_into_libs=yes
9360     dynamic_linker="$host_os dld.so"
9361     shlibpath_var=LD_LIBRARY_PATH
9362     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9363     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9364     soname_spec='${libname}${release}${shared_ext}$major'
9365     if test "X$HPUX_IA64_MODE" = X32; then
9366       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9367     else
9368       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9369     fi
9370     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9371     ;;
9372   hppa*64*)
9373     shrext_cmds='.sl'
9374     hardcode_into_libs=yes
9375     dynamic_linker="$host_os dld.sl"
9376     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9377     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9378     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9379     soname_spec='${libname}${release}${shared_ext}$major'
9380     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9381     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9382     ;;
9383   *)
9384     shrext_cmds='.sl'
9385     dynamic_linker="$host_os dld.sl"
9386     shlibpath_var=SHLIB_PATH
9387     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9388     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9389     soname_spec='${libname}${release}${shared_ext}$major'
9390     ;;
9391   esac
9392   # HP-UX runs *really* slowly unless shared libraries are mode 555.
9393   postinstall_cmds='chmod 555 $lib'
9394   ;;
9395
9396 interix[3-9]*)
9397   version_type=linux
9398   need_lib_prefix=no
9399   need_version=no
9400   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9401   soname_spec='${libname}${release}${shared_ext}$major'
9402   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9403   shlibpath_var=LD_LIBRARY_PATH
9404   shlibpath_overrides_runpath=no
9405   hardcode_into_libs=yes
9406   ;;
9407
9408 irix5* | irix6* | nonstopux*)
9409   case $host_os in
9410     nonstopux*) version_type=nonstopux ;;
9411     *)
9412         if test "$lt_cv_prog_gnu_ld" = yes; then
9413                 version_type=linux
9414         else
9415                 version_type=irix
9416         fi ;;
9417   esac
9418   need_lib_prefix=no
9419   need_version=no
9420   soname_spec='${libname}${release}${shared_ext}$major'
9421   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9422   case $host_os in
9423   irix5* | nonstopux*)
9424     libsuff= shlibsuff=
9425     ;;
9426   *)
9427     case $LD in # libtool.m4 will add one of these switches to LD
9428     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9429       libsuff= shlibsuff= libmagic=32-bit;;
9430     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9431       libsuff=32 shlibsuff=N32 libmagic=N32;;
9432     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9433       libsuff=64 shlibsuff=64 libmagic=64-bit;;
9434     *) libsuff= shlibsuff= libmagic=never-match;;
9435     esac
9436     ;;
9437   esac
9438   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9439   shlibpath_overrides_runpath=no
9440   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9441   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9442   hardcode_into_libs=yes
9443   ;;
9444
9445 # No shared lib support for Linux oldld, aout, or coff.
9446 linux*oldld* | linux*aout* | linux*coff*)
9447   dynamic_linker=no
9448   ;;
9449
9450 # This must be Linux ELF.
9451 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9452   version_type=linux
9453   need_lib_prefix=no
9454   need_version=no
9455   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9456   soname_spec='${libname}${release}${shared_ext}$major'
9457   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9458   shlibpath_var=LD_LIBRARY_PATH
9459   shlibpath_overrides_runpath=no
9460
9461   # Some binutils ld are patched to set DT_RUNPATH
9462   if test "${lt_cv_shlibpath_overrides_runpath+set}" = set; then :
9463   $as_echo_n "(cached) " >&6
9464 else
9465   lt_cv_shlibpath_overrides_runpath=no
9466     save_LDFLAGS=$LDFLAGS
9467     save_libdir=$libdir
9468     eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9469          LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9470     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9471 /* end confdefs.h.  */
9472
9473 int
9474 main ()
9475 {
9476
9477   ;
9478   return 0;
9479 }
9480 _ACEOF
9481 if ac_fn_c_try_link "$LINENO"; then :
9482   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9483   lt_cv_shlibpath_overrides_runpath=yes
9484 fi
9485 fi
9486 rm -f core conftest.err conftest.$ac_objext \
9487     conftest$ac_exeext conftest.$ac_ext
9488     LDFLAGS=$save_LDFLAGS
9489     libdir=$save_libdir
9490
9491 fi
9492
9493   shlibpath_overrides_runpath=$lt_cv_shlibpath_overrides_runpath
9494
9495   # This implies no fast_install, which is unacceptable.
9496   # Some rework will be needed to allow for fast_install
9497   # before this can be enabled.
9498   hardcode_into_libs=yes
9499
9500   # Append ld.so.conf contents to the search path
9501   if test -f /etc/ld.so.conf; then
9502     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' ' '`
9503     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9504   fi
9505
9506   # We used to test for /lib/ld.so.1 and disable shared libraries on
9507   # powerpc, because MkLinux only supported shared libraries with the
9508   # GNU dynamic linker.  Since this was broken with cross compilers,
9509   # most powerpc-linux boxes support dynamic linking these days and
9510   # people can always --disable-shared, the test was removed, and we
9511   # assume the GNU/Linux dynamic linker is in use.
9512   dynamic_linker='GNU/Linux ld.so'
9513   ;;
9514
9515 netbsd*)
9516   version_type=sunos
9517   need_lib_prefix=no
9518   need_version=no
9519   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9520     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9521     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9522     dynamic_linker='NetBSD (a.out) ld.so'
9523   else
9524     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9525     soname_spec='${libname}${release}${shared_ext}$major'
9526     dynamic_linker='NetBSD ld.elf_so'
9527   fi
9528   shlibpath_var=LD_LIBRARY_PATH
9529   shlibpath_overrides_runpath=yes
9530   hardcode_into_libs=yes
9531   ;;
9532
9533 newsos6)
9534   version_type=linux
9535   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9536   shlibpath_var=LD_LIBRARY_PATH
9537   shlibpath_overrides_runpath=yes
9538   ;;
9539
9540 *nto* | *qnx*)
9541   version_type=qnx
9542   need_lib_prefix=no
9543   need_version=no
9544   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9545   soname_spec='${libname}${release}${shared_ext}$major'
9546   shlibpath_var=LD_LIBRARY_PATH
9547   shlibpath_overrides_runpath=no
9548   hardcode_into_libs=yes
9549   dynamic_linker='ldqnx.so'
9550   ;;
9551
9552 openbsd*)
9553   version_type=sunos
9554   sys_lib_dlsearch_path_spec="/usr/lib"
9555   need_lib_prefix=no
9556   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9557   case $host_os in
9558     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
9559     *)                          need_version=no  ;;
9560   esac
9561   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9562   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9563   shlibpath_var=LD_LIBRARY_PATH
9564   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9565     case $host_os in
9566       openbsd2.[89] | openbsd2.[89].*)
9567         shlibpath_overrides_runpath=no
9568         ;;
9569       *)
9570         shlibpath_overrides_runpath=yes
9571         ;;
9572       esac
9573   else
9574     shlibpath_overrides_runpath=yes
9575   fi
9576   ;;
9577
9578 os2*)
9579   libname_spec='$name'
9580   shrext_cmds=".dll"
9581   need_lib_prefix=no
9582   library_names_spec='$libname${shared_ext} $libname.a'
9583   dynamic_linker='OS/2 ld.exe'
9584   shlibpath_var=LIBPATH
9585   ;;
9586
9587 osf3* | osf4* | osf5*)
9588   version_type=osf
9589   need_lib_prefix=no
9590   need_version=no
9591   soname_spec='${libname}${release}${shared_ext}$major'
9592   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9593   shlibpath_var=LD_LIBRARY_PATH
9594   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9595   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9596   ;;
9597
9598 rdos*)
9599   dynamic_linker=no
9600   ;;
9601
9602 solaris*)
9603   version_type=linux
9604   need_lib_prefix=no
9605   need_version=no
9606   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9607   soname_spec='${libname}${release}${shared_ext}$major'
9608   shlibpath_var=LD_LIBRARY_PATH
9609   shlibpath_overrides_runpath=yes
9610   hardcode_into_libs=yes
9611   # ldd complains unless libraries are executable
9612   postinstall_cmds='chmod +x $lib'
9613   ;;
9614
9615 sunos4*)
9616   version_type=sunos
9617   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9618   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9619   shlibpath_var=LD_LIBRARY_PATH
9620   shlibpath_overrides_runpath=yes
9621   if test "$with_gnu_ld" = yes; then
9622     need_lib_prefix=no
9623   fi
9624   need_version=yes
9625   ;;
9626
9627 sysv4 | sysv4.3*)
9628   version_type=linux
9629   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9630   soname_spec='${libname}${release}${shared_ext}$major'
9631   shlibpath_var=LD_LIBRARY_PATH
9632   case $host_vendor in
9633     sni)
9634       shlibpath_overrides_runpath=no
9635       need_lib_prefix=no
9636       runpath_var=LD_RUN_PATH
9637       ;;
9638     siemens)
9639       need_lib_prefix=no
9640       ;;
9641     motorola)
9642       need_lib_prefix=no
9643       need_version=no
9644       shlibpath_overrides_runpath=no
9645       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9646       ;;
9647   esac
9648   ;;
9649
9650 sysv4*MP*)
9651   if test -d /usr/nec ;then
9652     version_type=linux
9653     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9654     soname_spec='$libname${shared_ext}.$major'
9655     shlibpath_var=LD_LIBRARY_PATH
9656   fi
9657   ;;
9658
9659 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9660   version_type=freebsd-elf
9661   need_lib_prefix=no
9662   need_version=no
9663   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9664   soname_spec='${libname}${release}${shared_ext}$major'
9665   shlibpath_var=LD_LIBRARY_PATH
9666   shlibpath_overrides_runpath=yes
9667   hardcode_into_libs=yes
9668   if test "$with_gnu_ld" = yes; then
9669     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9670   else
9671     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9672     case $host_os in
9673       sco3.2v5*)
9674         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9675         ;;
9676     esac
9677   fi
9678   sys_lib_dlsearch_path_spec='/usr/lib'
9679   ;;
9680
9681 tpf*)
9682   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
9683   version_type=linux
9684   need_lib_prefix=no
9685   need_version=no
9686   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9687   shlibpath_var=LD_LIBRARY_PATH
9688   shlibpath_overrides_runpath=no
9689   hardcode_into_libs=yes
9690   ;;
9691
9692 uts4*)
9693   version_type=linux
9694   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9695   soname_spec='${libname}${release}${shared_ext}$major'
9696   shlibpath_var=LD_LIBRARY_PATH
9697   ;;
9698
9699 *)
9700   dynamic_linker=no
9701   ;;
9702 esac
9703 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9704 $as_echo "$dynamic_linker" >&6; }
9705 test "$dynamic_linker" = no && can_build_shared=no
9706
9707 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9708 if test "$GCC" = yes; then
9709   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9710 fi
9711
9712 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9713   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9714 fi
9715 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9716   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9717 fi
9718
9719
9720
9721
9722
9723
9724
9725
9726
9727
9728
9729
9730
9731
9732
9733
9734
9735
9736
9737
9738
9739
9740
9741
9742
9743
9744
9745
9746
9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
9764
9765
9766
9767
9768
9769
9770
9771
9772
9773
9774
9775
9776
9777
9778
9779
9780
9781
9782
9783
9784
9785
9786
9787
9788
9789
9790
9791
9792
9793
9794
9795
9796
9797
9798
9799
9800
9801
9802
9803
9804
9805   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
9806 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
9807 hardcode_action=
9808 if test -n "$hardcode_libdir_flag_spec" ||
9809    test -n "$runpath_var" ||
9810    test "X$hardcode_automatic" = "Xyes" ; then
9811
9812   # We can hardcode non-existent directories.
9813   if test "$hardcode_direct" != no &&
9814      # If the only mechanism to avoid hardcoding is shlibpath_var, we
9815      # have to relink, otherwise we might link with an installed library
9816      # when we should be linking with a yet-to-be-installed one
9817      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9818      test "$hardcode_minus_L" != no; then
9819     # Linking always hardcodes the temporary library directory.
9820     hardcode_action=relink
9821   else
9822     # We can link without hardcoding, and we can hardcode nonexisting dirs.
9823     hardcode_action=immediate
9824   fi
9825 else
9826   # We cannot hardcode anything, or else we can only hardcode existing
9827   # directories.
9828   hardcode_action=unsupported
9829 fi
9830 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
9831 $as_echo "$hardcode_action" >&6; }
9832
9833 if test "$hardcode_action" = relink ||
9834    test "$inherit_rpath" = yes; then
9835   # Fast installation is not supported
9836   enable_fast_install=no
9837 elif test "$shlibpath_overrides_runpath" = yes ||
9838      test "$enable_shared" = no; then
9839   # Fast installation is not necessary
9840   enable_fast_install=needless
9841 fi
9842
9843
9844
9845
9846
9847
9848   if test "x$enable_dlopen" != xyes; then
9849   enable_dlopen=unknown
9850   enable_dlopen_self=unknown
9851   enable_dlopen_self_static=unknown
9852 else
9853   lt_cv_dlopen=no
9854   lt_cv_dlopen_libs=
9855
9856   case $host_os in
9857   beos*)
9858     lt_cv_dlopen="load_add_on"
9859     lt_cv_dlopen_libs=
9860     lt_cv_dlopen_self=yes
9861     ;;
9862
9863   mingw* | pw32* | cegcc*)
9864     lt_cv_dlopen="LoadLibrary"
9865     lt_cv_dlopen_libs=
9866     ;;
9867
9868   cygwin*)
9869     lt_cv_dlopen="dlopen"
9870     lt_cv_dlopen_libs=
9871     ;;
9872
9873   darwin*)
9874   # if libdl is installed we need to link against it
9875     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9876 $as_echo_n "checking for dlopen in -ldl... " >&6; }
9877 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
9878   $as_echo_n "(cached) " >&6
9879 else
9880   ac_check_lib_save_LIBS=$LIBS
9881 LIBS="-ldl  $LIBS"
9882 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9883 /* end confdefs.h.  */
9884
9885 /* Override any GCC internal prototype to avoid an error.
9886    Use char because int might match the return type of a GCC
9887    builtin and then its argument prototype would still apply.  */
9888 #ifdef __cplusplus
9889 extern "C"
9890 #endif
9891 char dlopen ();
9892 int
9893 main ()
9894 {
9895 return dlopen ();
9896   ;
9897   return 0;
9898 }
9899 _ACEOF
9900 if ac_fn_c_try_link "$LINENO"; then :
9901   ac_cv_lib_dl_dlopen=yes
9902 else
9903   ac_cv_lib_dl_dlopen=no
9904 fi
9905 rm -f core conftest.err conftest.$ac_objext \
9906     conftest$ac_exeext conftest.$ac_ext
9907 LIBS=$ac_check_lib_save_LIBS
9908 fi
9909 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
9910 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
9911 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
9912   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9913 else
9914
9915     lt_cv_dlopen="dyld"
9916     lt_cv_dlopen_libs=
9917     lt_cv_dlopen_self=yes
9918
9919 fi
9920
9921     ;;
9922
9923   *)
9924     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
9925 if test "x$ac_cv_func_shl_load" = x""yes; then :
9926   lt_cv_dlopen="shl_load"
9927 else
9928   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
9929 $as_echo_n "checking for shl_load in -ldld... " >&6; }
9930 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
9931   $as_echo_n "(cached) " >&6
9932 else
9933   ac_check_lib_save_LIBS=$LIBS
9934 LIBS="-ldld  $LIBS"
9935 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9936 /* end confdefs.h.  */
9937
9938 /* Override any GCC internal prototype to avoid an error.
9939    Use char because int might match the return type of a GCC
9940    builtin and then its argument prototype would still apply.  */
9941 #ifdef __cplusplus
9942 extern "C"
9943 #endif
9944 char shl_load ();
9945 int
9946 main ()
9947 {
9948 return shl_load ();
9949   ;
9950   return 0;
9951 }
9952 _ACEOF
9953 if ac_fn_c_try_link "$LINENO"; then :
9954   ac_cv_lib_dld_shl_load=yes
9955 else
9956   ac_cv_lib_dld_shl_load=no
9957 fi
9958 rm -f core conftest.err conftest.$ac_objext \
9959     conftest$ac_exeext conftest.$ac_ext
9960 LIBS=$ac_check_lib_save_LIBS
9961 fi
9962 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
9963 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
9964 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
9965   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
9966 else
9967   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
9968 if test "x$ac_cv_func_dlopen" = x""yes; then :
9969   lt_cv_dlopen="dlopen"
9970 else
9971   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9972 $as_echo_n "checking for dlopen in -ldl... " >&6; }
9973 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
9974   $as_echo_n "(cached) " >&6
9975 else
9976   ac_check_lib_save_LIBS=$LIBS
9977 LIBS="-ldl  $LIBS"
9978 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9979 /* end confdefs.h.  */
9980
9981 /* Override any GCC internal prototype to avoid an error.
9982    Use char because int might match the return type of a GCC
9983    builtin and then its argument prototype would still apply.  */
9984 #ifdef __cplusplus
9985 extern "C"
9986 #endif
9987 char dlopen ();
9988 int
9989 main ()
9990 {
9991 return dlopen ();
9992   ;
9993   return 0;
9994 }
9995 _ACEOF
9996 if ac_fn_c_try_link "$LINENO"; then :
9997   ac_cv_lib_dl_dlopen=yes
9998 else
9999   ac_cv_lib_dl_dlopen=no
10000 fi
10001 rm -f core conftest.err conftest.$ac_objext \
10002     conftest$ac_exeext conftest.$ac_ext
10003 LIBS=$ac_check_lib_save_LIBS
10004 fi
10005 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
10006 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
10007 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
10008   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
10009 else
10010   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
10011 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
10012 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
10013   $as_echo_n "(cached) " >&6
10014 else
10015   ac_check_lib_save_LIBS=$LIBS
10016 LIBS="-lsvld  $LIBS"
10017 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10018 /* end confdefs.h.  */
10019
10020 /* Override any GCC internal prototype to avoid an error.
10021    Use char because int might match the return type of a GCC
10022    builtin and then its argument prototype would still apply.  */
10023 #ifdef __cplusplus
10024 extern "C"
10025 #endif
10026 char dlopen ();
10027 int
10028 main ()
10029 {
10030 return dlopen ();
10031   ;
10032   return 0;
10033 }
10034 _ACEOF
10035 if ac_fn_c_try_link "$LINENO"; then :
10036   ac_cv_lib_svld_dlopen=yes
10037 else
10038   ac_cv_lib_svld_dlopen=no
10039 fi
10040 rm -f core conftest.err conftest.$ac_objext \
10041     conftest$ac_exeext conftest.$ac_ext
10042 LIBS=$ac_check_lib_save_LIBS
10043 fi
10044 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
10045 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
10046 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
10047   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
10048 else
10049   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
10050 $as_echo_n "checking for dld_link in -ldld... " >&6; }
10051 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
10052   $as_echo_n "(cached) " >&6
10053 else
10054   ac_check_lib_save_LIBS=$LIBS
10055 LIBS="-ldld  $LIBS"
10056 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10057 /* end confdefs.h.  */
10058
10059 /* Override any GCC internal prototype to avoid an error.
10060    Use char because int might match the return type of a GCC
10061    builtin and then its argument prototype would still apply.  */
10062 #ifdef __cplusplus
10063 extern "C"
10064 #endif
10065 char dld_link ();
10066 int
10067 main ()
10068 {
10069 return dld_link ();
10070   ;
10071   return 0;
10072 }
10073 _ACEOF
10074 if ac_fn_c_try_link "$LINENO"; then :
10075   ac_cv_lib_dld_dld_link=yes
10076 else
10077   ac_cv_lib_dld_dld_link=no
10078 fi
10079 rm -f core conftest.err conftest.$ac_objext \
10080     conftest$ac_exeext conftest.$ac_ext
10081 LIBS=$ac_check_lib_save_LIBS
10082 fi
10083 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_dld_link" >&5
10084 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10085 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10086   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10087 fi
10088
10089
10090 fi
10091
10092
10093 fi
10094
10095
10096 fi
10097
10098
10099 fi
10100
10101
10102 fi
10103
10104     ;;
10105   esac
10106
10107   if test "x$lt_cv_dlopen" != xno; then
10108     enable_dlopen=yes
10109   else
10110     enable_dlopen=no
10111   fi
10112
10113   case $lt_cv_dlopen in
10114   dlopen)
10115     save_CPPFLAGS="$CPPFLAGS"
10116     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10117
10118     save_LDFLAGS="$LDFLAGS"
10119     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10120
10121     save_LIBS="$LIBS"
10122     LIBS="$lt_cv_dlopen_libs $LIBS"
10123
10124     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10125 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10126 if test "${lt_cv_dlopen_self+set}" = set; then :
10127   $as_echo_n "(cached) " >&6
10128 else
10129           if test "$cross_compiling" = yes; then :
10130   lt_cv_dlopen_self=cross
10131 else
10132   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10133   lt_status=$lt_dlunknown
10134   cat > conftest.$ac_ext <<_LT_EOF
10135 #line 10135 "configure"
10136 #include "confdefs.h"
10137
10138 #if HAVE_DLFCN_H
10139 #include <dlfcn.h>
10140 #endif
10141
10142 #include <stdio.h>
10143
10144 #ifdef RTLD_GLOBAL
10145 #  define LT_DLGLOBAL           RTLD_GLOBAL
10146 #else
10147 #  ifdef DL_GLOBAL
10148 #    define LT_DLGLOBAL         DL_GLOBAL
10149 #  else
10150 #    define LT_DLGLOBAL         0
10151 #  endif
10152 #endif
10153
10154 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10155    find out it does not work in some platform. */
10156 #ifndef LT_DLLAZY_OR_NOW
10157 #  ifdef RTLD_LAZY
10158 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10159 #  else
10160 #    ifdef DL_LAZY
10161 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10162 #    else
10163 #      ifdef RTLD_NOW
10164 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10165 #      else
10166 #        ifdef DL_NOW
10167 #          define LT_DLLAZY_OR_NOW      DL_NOW
10168 #        else
10169 #          define LT_DLLAZY_OR_NOW      0
10170 #        endif
10171 #      endif
10172 #    endif
10173 #  endif
10174 #endif
10175
10176 void fnord() { int i=42;}
10177 int main ()
10178 {
10179   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10180   int status = $lt_dlunknown;
10181
10182   if (self)
10183     {
10184       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10185       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10186       /* dlclose (self); */
10187     }
10188   else
10189     puts (dlerror ());
10190
10191   return status;
10192 }
10193 _LT_EOF
10194   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10195   (eval $ac_link) 2>&5
10196   ac_status=$?
10197   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10198   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10199     (./conftest; exit; ) >&5 2>/dev/null
10200     lt_status=$?
10201     case x$lt_status in
10202       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10203       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10204       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10205     esac
10206   else :
10207     # compilation failed
10208     lt_cv_dlopen_self=no
10209   fi
10210 fi
10211 rm -fr conftest*
10212
10213
10214 fi
10215 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10216 $as_echo "$lt_cv_dlopen_self" >&6; }
10217
10218     if test "x$lt_cv_dlopen_self" = xyes; then
10219       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10220       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10221 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10222 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10223   $as_echo_n "(cached) " >&6
10224 else
10225           if test "$cross_compiling" = yes; then :
10226   lt_cv_dlopen_self_static=cross
10227 else
10228   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10229   lt_status=$lt_dlunknown
10230   cat > conftest.$ac_ext <<_LT_EOF
10231 #line 10231 "configure"
10232 #include "confdefs.h"
10233
10234 #if HAVE_DLFCN_H
10235 #include <dlfcn.h>
10236 #endif
10237
10238 #include <stdio.h>
10239
10240 #ifdef RTLD_GLOBAL
10241 #  define LT_DLGLOBAL           RTLD_GLOBAL
10242 #else
10243 #  ifdef DL_GLOBAL
10244 #    define LT_DLGLOBAL         DL_GLOBAL
10245 #  else
10246 #    define LT_DLGLOBAL         0
10247 #  endif
10248 #endif
10249
10250 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10251    find out it does not work in some platform. */
10252 #ifndef LT_DLLAZY_OR_NOW
10253 #  ifdef RTLD_LAZY
10254 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10255 #  else
10256 #    ifdef DL_LAZY
10257 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10258 #    else
10259 #      ifdef RTLD_NOW
10260 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10261 #      else
10262 #        ifdef DL_NOW
10263 #          define LT_DLLAZY_OR_NOW      DL_NOW
10264 #        else
10265 #          define LT_DLLAZY_OR_NOW      0
10266 #        endif
10267 #      endif
10268 #    endif
10269 #  endif
10270 #endif
10271
10272 void fnord() { int i=42;}
10273 int main ()
10274 {
10275   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10276   int status = $lt_dlunknown;
10277
10278   if (self)
10279     {
10280       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10281       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10282       /* dlclose (self); */
10283     }
10284   else
10285     puts (dlerror ());
10286
10287   return status;
10288 }
10289 _LT_EOF
10290   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10291   (eval $ac_link) 2>&5
10292   ac_status=$?
10293   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10294   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10295     (./conftest; exit; ) >&5 2>/dev/null
10296     lt_status=$?
10297     case x$lt_status in
10298       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10299       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10300       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10301     esac
10302   else :
10303     # compilation failed
10304     lt_cv_dlopen_self_static=no
10305   fi
10306 fi
10307 rm -fr conftest*
10308
10309
10310 fi
10311 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10312 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10313     fi
10314
10315     CPPFLAGS="$save_CPPFLAGS"
10316     LDFLAGS="$save_LDFLAGS"
10317     LIBS="$save_LIBS"
10318     ;;
10319   esac
10320
10321   case $lt_cv_dlopen_self in
10322   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10323   *) enable_dlopen_self=unknown ;;
10324   esac
10325
10326   case $lt_cv_dlopen_self_static in
10327   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10328   *) enable_dlopen_self_static=unknown ;;
10329   esac
10330 fi
10331
10332
10333
10334
10335
10336
10337
10338
10339
10340
10341
10342
10343
10344
10345
10346
10347
10348 striplib=
10349 old_striplib=
10350 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10351 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10352 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10353   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10354   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10355   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10356 $as_echo "yes" >&6; }
10357 else
10358 # FIXME - insert some real tests, host_os isn't really good enough
10359   case $host_os in
10360   darwin*)
10361     if test -n "$STRIP" ; then
10362       striplib="$STRIP -x"
10363       old_striplib="$STRIP -S"
10364       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10365 $as_echo "yes" >&6; }
10366     else
10367       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10368 $as_echo "no" >&6; }
10369     fi
10370     ;;
10371   *)
10372     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10373 $as_echo "no" >&6; }
10374     ;;
10375   esac
10376 fi
10377
10378
10379
10380
10381
10382
10383
10384
10385
10386
10387
10388
10389   # Report which library types will actually be built
10390   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10391 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10392   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10393 $as_echo "$can_build_shared" >&6; }
10394
10395   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10396 $as_echo_n "checking whether to build shared libraries... " >&6; }
10397   test "$can_build_shared" = "no" && enable_shared=no
10398
10399   # On AIX, shared libraries and static libraries use the same namespace, and
10400   # are all built from PIC.
10401   case $host_os in
10402   aix3*)
10403     test "$enable_shared" = yes && enable_static=no
10404     if test -n "$RANLIB"; then
10405       archive_cmds="$archive_cmds~\$RANLIB \$lib"
10406       postinstall_cmds='$RANLIB $lib'
10407     fi
10408     ;;
10409
10410   aix[4-9]*)
10411     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10412       test "$enable_shared" = yes && enable_static=no
10413     fi
10414     ;;
10415   esac
10416   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10417 $as_echo "$enable_shared" >&6; }
10418
10419   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10420 $as_echo_n "checking whether to build static libraries... " >&6; }
10421   # Make sure either enable_shared or enable_static is yes.
10422   test "$enable_shared" = yes || enable_static=yes
10423   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10424 $as_echo "$enable_static" >&6; }
10425
10426
10427
10428
10429 fi
10430 ac_ext=c
10431 ac_cpp='$CPP $CPPFLAGS'
10432 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10433 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10434 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10435
10436 CC="$lt_save_CC"
10437
10438
10439
10440
10441
10442
10443
10444
10445
10446
10447
10448
10449
10450         ac_config_commands="$ac_config_commands libtool"
10451
10452
10453
10454
10455 # Only expand once:
10456
10457
10458
10459 ac_ext=c
10460 ac_cpp='$CPP $CPPFLAGS'
10461 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10462 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10463 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10464
10465
10466 for ac_header in sys/time.h
10467 do :
10468   ac_fn_c_check_header_mongrel "$LINENO" "sys/time.h" "ac_cv_header_sys_time_h" "$ac_includes_default"
10469 if test "x$ac_cv_header_sys_time_h" = x""yes; then :
10470   cat >>confdefs.h <<_ACEOF
10471 #define HAVE_SYS_TIME_H 1
10472 _ACEOF
10473
10474 fi
10475
10476 done
10477
10478 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether time.h and sys/time.h may both be included" >&5
10479 $as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; }
10480 if test "${ac_cv_header_time+set}" = set; then :
10481   $as_echo_n "(cached) " >&6
10482 else
10483   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10484 /* end confdefs.h.  */
10485 #include <sys/types.h>
10486 #include <sys/time.h>
10487 #include <time.h>
10488
10489 int
10490 main ()
10491 {
10492 if ((struct tm *) 0)
10493 return 0;
10494   ;
10495   return 0;
10496 }
10497 _ACEOF
10498 if ac_fn_c_try_compile "$LINENO"; then :
10499   ac_cv_header_time=yes
10500 else
10501   ac_cv_header_time=no
10502 fi
10503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10504 fi
10505 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_time" >&5
10506 $as_echo "$ac_cv_header_time" >&6; }
10507 if test $ac_cv_header_time = yes; then
10508
10509 $as_echo "#define TIME_WITH_SYS_TIME 1" >>confdefs.h
10510
10511 fi
10512
10513
10514  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether byte ordering is bigendian" >&5
10515 $as_echo_n "checking whether byte ordering is bigendian... " >&6; }
10516 if test "${ac_cv_c_bigendian+set}" = set; then :
10517   $as_echo_n "(cached) " >&6
10518 else
10519   ac_cv_c_bigendian=unknown
10520     # See if we're dealing with a universal compiler.
10521     cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10522 /* end confdefs.h.  */
10523 #ifndef __APPLE_CC__
10524                not a universal capable compiler
10525              #endif
10526              typedef int dummy;
10527
10528 _ACEOF
10529 if ac_fn_c_try_compile "$LINENO"; then :
10530
10531         # Check for potential -arch flags.  It is not universal unless
10532         # there are at least two -arch flags with different values.
10533         ac_arch=
10534         ac_prev=
10535         for ac_word in $CC $CFLAGS $CPPFLAGS $LDFLAGS; do
10536          if test -n "$ac_prev"; then
10537            case $ac_word in
10538              i?86 | x86_64 | ppc | ppc64)
10539                if test -z "$ac_arch" || test "$ac_arch" = "$ac_word"; then
10540                  ac_arch=$ac_word
10541                else
10542                  ac_cv_c_bigendian=universal
10543                  break
10544                fi
10545                ;;
10546            esac
10547            ac_prev=
10548          elif test "x$ac_word" = "x-arch"; then
10549            ac_prev=arch
10550          fi
10551        done
10552 fi
10553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10554     if test $ac_cv_c_bigendian = unknown; then
10555       # See if sys/param.h defines the BYTE_ORDER macro.
10556       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10557 /* end confdefs.h.  */
10558 #include <sys/types.h>
10559              #include <sys/param.h>
10560
10561 int
10562 main ()
10563 {
10564 #if ! (defined BYTE_ORDER && defined BIG_ENDIAN \
10565                      && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \
10566                      && LITTLE_ENDIAN)
10567               bogus endian macros
10568              #endif
10569
10570   ;
10571   return 0;
10572 }
10573 _ACEOF
10574 if ac_fn_c_try_compile "$LINENO"; then :
10575   # It does; now see whether it defined to BIG_ENDIAN or not.
10576          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10577 /* end confdefs.h.  */
10578 #include <sys/types.h>
10579                 #include <sys/param.h>
10580
10581 int
10582 main ()
10583 {
10584 #if BYTE_ORDER != BIG_ENDIAN
10585                  not big endian
10586                 #endif
10587
10588   ;
10589   return 0;
10590 }
10591 _ACEOF
10592 if ac_fn_c_try_compile "$LINENO"; then :
10593   ac_cv_c_bigendian=yes
10594 else
10595   ac_cv_c_bigendian=no
10596 fi
10597 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10598 fi
10599 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10600     fi
10601     if test $ac_cv_c_bigendian = unknown; then
10602       # See if <limits.h> defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris).
10603       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10604 /* end confdefs.h.  */
10605 #include <limits.h>
10606
10607 int
10608 main ()
10609 {
10610 #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
10611               bogus endian macros
10612              #endif
10613
10614   ;
10615   return 0;
10616 }
10617 _ACEOF
10618 if ac_fn_c_try_compile "$LINENO"; then :
10619   # It does; now see whether it defined to _BIG_ENDIAN or not.
10620          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10621 /* end confdefs.h.  */
10622 #include <limits.h>
10623
10624 int
10625 main ()
10626 {
10627 #ifndef _BIG_ENDIAN
10628                  not big endian
10629                 #endif
10630
10631   ;
10632   return 0;
10633 }
10634 _ACEOF
10635 if ac_fn_c_try_compile "$LINENO"; then :
10636   ac_cv_c_bigendian=yes
10637 else
10638   ac_cv_c_bigendian=no
10639 fi
10640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10641 fi
10642 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10643     fi
10644     if test $ac_cv_c_bigendian = unknown; then
10645       # Compile a test program.
10646       if test "$cross_compiling" = yes; then :
10647   # Try to guess by grepping values from an object file.
10648          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10649 /* end confdefs.h.  */
10650 short int ascii_mm[] =
10651                   { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 };
10652                 short int ascii_ii[] =
10653                   { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 };
10654                 int use_ascii (int i) {
10655                   return ascii_mm[i] + ascii_ii[i];
10656                 }
10657                 short int ebcdic_ii[] =
10658                   { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 };
10659                 short int ebcdic_mm[] =
10660                   { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 };
10661                 int use_ebcdic (int i) {
10662                   return ebcdic_mm[i] + ebcdic_ii[i];
10663                 }
10664                 extern int foo;
10665
10666 int
10667 main ()
10668 {
10669 return use_ascii (foo) == use_ebcdic (foo);
10670   ;
10671   return 0;
10672 }
10673 _ACEOF
10674 if ac_fn_c_try_compile "$LINENO"; then :
10675   if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then
10676               ac_cv_c_bigendian=yes
10677             fi
10678             if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then
10679               if test "$ac_cv_c_bigendian" = unknown; then
10680                 ac_cv_c_bigendian=no
10681               else
10682                 # finding both strings is unlikely to happen, but who knows?
10683                 ac_cv_c_bigendian=unknown
10684               fi
10685             fi
10686 fi
10687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10688 else
10689   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10690 /* end confdefs.h.  */
10691 $ac_includes_default
10692 int
10693 main ()
10694 {
10695
10696              /* Are we little or big endian?  From Harbison&Steele.  */
10697              union
10698              {
10699                long int l;
10700                char c[sizeof (long int)];
10701              } u;
10702              u.l = 1;
10703              return u.c[sizeof (long int) - 1] == 1;
10704
10705   ;
10706   return 0;
10707 }
10708 _ACEOF
10709 if ac_fn_c_try_run "$LINENO"; then :
10710   ac_cv_c_bigendian=no
10711 else
10712   ac_cv_c_bigendian=yes
10713 fi
10714 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
10715   conftest.$ac_objext conftest.beam conftest.$ac_ext
10716 fi
10717
10718     fi
10719 fi
10720 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_bigendian" >&5
10721 $as_echo "$ac_cv_c_bigendian" >&6; }
10722  case $ac_cv_c_bigendian in #(
10723    yes)
10724      $as_echo "#define WORDS_BIGENDIAN 1" >>confdefs.h
10725 ;; #(
10726    no)
10727       ;; #(
10728    universal)
10729
10730 $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confdefs.h
10731
10732      ;; #(
10733    *)
10734      as_fn_error "unknown endianness
10735  presetting ac_cv_c_bigendian=no (or yes) will help" "$LINENO" 5 ;;
10736  esac
10737
10738
10739 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for connect in -lsocket" >&5
10740 $as_echo_n "checking for connect in -lsocket... " >&6; }
10741 if test "${ac_cv_lib_socket_connect+set}" = set; then :
10742   $as_echo_n "(cached) " >&6
10743 else
10744   ac_check_lib_save_LIBS=$LIBS
10745 LIBS="-lsocket  $LIBS"
10746 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10747 /* end confdefs.h.  */
10748
10749 /* Override any GCC internal prototype to avoid an error.
10750    Use char because int might match the return type of a GCC
10751    builtin and then its argument prototype would still apply.  */
10752 #ifdef __cplusplus
10753 extern "C"
10754 #endif
10755 char connect ();
10756 int
10757 main ()
10758 {
10759 return connect ();
10760   ;
10761   return 0;
10762 }
10763 _ACEOF
10764 if ac_fn_c_try_link "$LINENO"; then :
10765   ac_cv_lib_socket_connect=yes
10766 else
10767   ac_cv_lib_socket_connect=no
10768 fi
10769 rm -f core conftest.err conftest.$ac_objext \
10770     conftest$ac_exeext conftest.$ac_ext
10771 LIBS=$ac_check_lib_save_LIBS
10772 fi
10773 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_socket_connect" >&5
10774 $as_echo "$ac_cv_lib_socket_connect" >&6; }
10775 if test "x$ac_cv_lib_socket_connect" = x""yes; then :
10776   cat >>confdefs.h <<_ACEOF
10777 #define HAVE_LIBSOCKET 1
10778 _ACEOF
10779
10780   LIBS="-lsocket $LIBS"
10781
10782 fi
10783
10784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lnsl" >&5
10785 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
10786 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then :
10787   $as_echo_n "(cached) " >&6
10788 else
10789   ac_check_lib_save_LIBS=$LIBS
10790 LIBS="-lnsl  $LIBS"
10791 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10792 /* end confdefs.h.  */
10793
10794 /* Override any GCC internal prototype to avoid an error.
10795    Use char because int might match the return type of a GCC
10796    builtin and then its argument prototype would still apply.  */
10797 #ifdef __cplusplus
10798 extern "C"
10799 #endif
10800 char gethostbyname ();
10801 int
10802 main ()
10803 {
10804 return gethostbyname ();
10805   ;
10806   return 0;
10807 }
10808 _ACEOF
10809 if ac_fn_c_try_link "$LINENO"; then :
10810   ac_cv_lib_nsl_gethostbyname=yes
10811 else
10812   ac_cv_lib_nsl_gethostbyname=no
10813 fi
10814 rm -f core conftest.err conftest.$ac_objext \
10815     conftest$ac_exeext conftest.$ac_ext
10816 LIBS=$ac_check_lib_save_LIBS
10817 fi
10818 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_nsl_gethostbyname" >&5
10819 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
10820 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then :
10821   cat >>confdefs.h <<_ACEOF
10822 #define HAVE_LIBNSL 1
10823 _ACEOF
10824
10825   LIBS="-lnsl $LIBS"
10826
10827 fi
10828
10829 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for gethostbyname in -lresolv" >&5
10830 $as_echo_n "checking for gethostbyname in -lresolv... " >&6; }
10831 if test "${ac_cv_lib_resolv_gethostbyname+set}" = set; then :
10832   $as_echo_n "(cached) " >&6
10833 else
10834   ac_check_lib_save_LIBS=$LIBS
10835 LIBS="-lresolv  $LIBS"
10836 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10837 /* end confdefs.h.  */
10838
10839 /* Override any GCC internal prototype to avoid an error.
10840    Use char because int might match the return type of a GCC
10841    builtin and then its argument prototype would still apply.  */
10842 #ifdef __cplusplus
10843 extern "C"
10844 #endif
10845 char gethostbyname ();
10846 int
10847 main ()
10848 {
10849 return gethostbyname ();
10850   ;
10851   return 0;
10852 }
10853 _ACEOF
10854 if ac_fn_c_try_link "$LINENO"; then :
10855   ac_cv_lib_resolv_gethostbyname=yes
10856 else
10857   ac_cv_lib_resolv_gethostbyname=no
10858 fi
10859 rm -f core conftest.err conftest.$ac_objext \
10860     conftest$ac_exeext conftest.$ac_ext
10861 LIBS=$ac_check_lib_save_LIBS
10862 fi
10863 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_resolv_gethostbyname" >&5
10864 $as_echo "$ac_cv_lib_resolv_gethostbyname" >&6; }
10865 if test "x$ac_cv_lib_resolv_gethostbyname" = x""yes; then :
10866   cat >>confdefs.h <<_ACEOF
10867 #define HAVE_LIBRESOLV 1
10868 _ACEOF
10869
10870   LIBS="-lresolv $LIBS"
10871
10872 fi
10873
10874 for ac_header in sys/socket.h netinet/in.h netinet/tcp.h arpa/inet.h
10875 do :
10876   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10877 ac_fn_c_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default"
10878 eval as_val=\$$as_ac_Header
10879    if test "x$as_val" = x""yes; then :
10880   cat >>confdefs.h <<_ACEOF
10881 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10882 _ACEOF
10883
10884 fi
10885
10886 done
10887
10888
10889 # NOTE: Don't add -Wall or -Wunused, they both include
10890 # -Wunused-parameter which reports bogus warnings.
10891 build_warnings="-Wimplicit -Wreturn-type -Wcomment -Wtrigraphs \
10892 -Wformat -Wparentheses -Wpointer-arith"
10893 # Up for debate: -Wswitch -Wcomment -trigraphs -Wtrigraphs
10894 # -Wunused-function -Wunused-label -Wunused-variable -Wunused-value
10895 # -Wchar-subscripts -Wuninitialized -Wtraditional -Wshadow -Wcast-qual
10896 # -Wcast-align -Wwrite-strings -Wconversion -Wstrict-prototypes
10897 # -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls
10898 # -Woverloaded-virtual -Winline -Werror"
10899 # Check whether --enable-build-warnings was given.
10900 if test "${enable_build_warnings+set}" = set; then :
10901   enableval=$enable_build_warnings; case "${enableval}" in
10902   yes)  ;;
10903   no)   build_warnings="-w";;
10904   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
10905         build_warnings="${build_warnings} ${t}";;
10906   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
10907         build_warnings="${t} ${build_warnings}";;
10908   *)    build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
10909 esac
10910 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
10911   echo "Setting compiler warning flags = $build_warnings" 6>&1
10912 fi
10913 fi
10914 # Check whether --enable-rda-build-warnings was given.
10915 if test "${enable_rda_build_warnings+set}" = set; then :
10916   enableval=$enable_rda_build_warnings; case "${enableval}" in
10917   yes)  ;;
10918   no)   build_warnings="-w";;
10919   ,*)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
10920         build_warnings="${build_warnings} ${t}";;
10921   *,)   t=`echo "${enableval}" | sed -e "s/,/ /g"`
10922         build_warnings="${t} ${build_warnings}";;
10923   *)    build_warnings=`echo "${enableval}" | sed -e "s/,/ /g"`;;
10924 esac
10925 if test x"$silent" != x"yes" && test x"$build_warnings" != x""; then
10926   echo "Setting LIBREMOTE specific compiler warning flags = $build_warnings" 6>&1
10927 fi
10928 fi
10929 WARN_CFLAGS=""
10930 WERROR_CFLAGS=""
10931 if test "x${build_warnings}" != x -a "x$GCC" = xyes
10932 then
10933     { $as_echo "$as_me:${as_lineno-$LINENO}: checking compiler warning flags" >&5
10934 $as_echo_n "checking compiler warning flags... " >&6; }
10935     # Separate out the -Werror flag as some files just cannot be
10936     # compiled with it enabled.
10937     for w in ${build_warnings}; do
10938         case $w in
10939         -Werr*) WERROR_CFLAGS=-Werror ;;
10940         *) # Check that GCC accepts it
10941             if $CC $w 2>&1 | grep 'unrecognized option' > /dev/null; then
10942                 :
10943             else
10944                 WARN_CFLAGS="${WARN_CFLAGS} $w"
10945             fi
10946         esac
10947     done
10948     { $as_echo "$as_me:${as_lineno-$LINENO}: result: ${WARN_CFLAGS}${WERROR_CFLAGS}" >&5
10949 $as_echo "${WARN_CFLAGS}${WERROR_CFLAGS}" >&6; }
10950 fi
10951
10952
10953
10954 # Add target dependent subdirectories here
10955 targ_subdirs=
10956 case "$target" in
10957    *linux*)
10958       targ_subdirs="$targ_subdirs unix"
10959
10960
10961 subdirs="$subdirs unix"
10962
10963    ;;
10964 esac
10965
10966
10967
10968 ac_config_files="$ac_config_files Makefile lib/Makefile samples/Makefile qe/Makefile"
10969
10970 cat >confcache <<\_ACEOF
10971 # This file is a shell script that caches the results of configure
10972 # tests run on this system so they can be shared between configure
10973 # scripts and configure runs, see configure's option --config-cache.
10974 # It is not useful on other systems.  If it contains results you don't
10975 # want to keep, you may remove or edit it.
10976 #
10977 # config.status only pays attention to the cache file if you give it
10978 # the --recheck option to rerun configure.
10979 #
10980 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10981 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10982 # following values.
10983
10984 _ACEOF
10985
10986 # The following way of writing the cache mishandles newlines in values,
10987 # but we know of no workaround that is simple, portable, and efficient.
10988 # So, we kill variables containing newlines.
10989 # Ultrix sh set writes to stderr and can't be redirected directly,
10990 # and sets the high bit in the cache file unless we assign to the vars.
10991 (
10992   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
10993     eval ac_val=\$$ac_var
10994     case $ac_val in #(
10995     *${as_nl}*)
10996       case $ac_var in #(
10997       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
10998 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
10999       esac
11000       case $ac_var in #(
11001       _ | IFS | as_nl) ;; #(
11002       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
11003       *) { eval $ac_var=; unset $ac_var;} ;;
11004       esac ;;
11005     esac
11006   done
11007
11008   (set) 2>&1 |
11009     case $as_nl`(ac_space=' '; set) 2>&1` in #(
11010     *${as_nl}ac_space=\ *)
11011       # `set' does not quote correctly, so add quotes: double-quote
11012       # substitution turns \\\\ into \\, and sed turns \\ into \.
11013       sed -n \
11014         "s/'/'\\\\''/g;
11015           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
11016       ;; #(
11017     *)
11018       # `set' quotes correctly as required by POSIX, so do not add quotes.
11019       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
11020       ;;
11021     esac |
11022     sort
11023 ) |
11024   sed '
11025      /^ac_cv_env_/b end
11026      t clear
11027      :clear
11028      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
11029      t end
11030      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
11031      :end' >>confcache
11032 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
11033   if test -w "$cache_file"; then
11034     test "x$cache_file" != "x/dev/null" &&
11035       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
11036 $as_echo "$as_me: updating cache $cache_file" >&6;}
11037     cat confcache >$cache_file
11038   else
11039     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
11040 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
11041   fi
11042 fi
11043 rm -f confcache
11044
11045 test "x$prefix" = xNONE && prefix=$ac_default_prefix
11046 # Let make expand exec_prefix.
11047 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
11048
11049 DEFS=-DHAVE_CONFIG_H
11050
11051 ac_libobjs=
11052 ac_ltlibobjs=
11053 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
11054   # 1. Remove the extension, and $U if already installed.
11055   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
11056   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
11057   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
11058   #    will be set to the directory where LIBOBJS objects are built.
11059   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
11060   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
11061 done
11062 LIBOBJS=$ac_libobjs
11063
11064 LTLIBOBJS=$ac_ltlibobjs
11065
11066
11067  if test -n "$EXEEXT"; then
11068   am__EXEEXT_TRUE=
11069   am__EXEEXT_FALSE='#'
11070 else
11071   am__EXEEXT_TRUE='#'
11072   am__EXEEXT_FALSE=
11073 fi
11074
11075 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
11076   as_fn_error "conditional \"MAINTAINER_MODE\" was never defined.
11077 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11078 fi
11079 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
11080   as_fn_error "conditional \"AMDEP\" was never defined.
11081 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11082 fi
11083 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
11084   as_fn_error "conditional \"am__fastdepCC\" was never defined.
11085 Usually this means the macro was only invoked conditionally." "$LINENO" 5
11086 fi
11087
11088
11089 : ${CONFIG_STATUS=./config.status}
11090 ac_write_fail=0
11091 ac_clean_files_save=$ac_clean_files
11092 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
11093 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
11094 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
11095 as_write_fail=0
11096 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
11097 #! $SHELL
11098 # Generated by $as_me.
11099 # Run this file to recreate the current configuration.
11100 # Compiler output produced by configure, useful for debugging
11101 # configure, is in config.log if it exists.
11102
11103 debug=false
11104 ac_cs_recheck=false
11105 ac_cs_silent=false
11106
11107 SHELL=\${CONFIG_SHELL-$SHELL}
11108 export SHELL
11109 _ASEOF
11110 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
11111 ## -------------------- ##
11112 ## M4sh Initialization. ##
11113 ## -------------------- ##
11114
11115 # Be more Bourne compatible
11116 DUALCASE=1; export DUALCASE # for MKS sh
11117 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
11118   emulate sh
11119   NULLCMD=:
11120   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
11121   # is contrary to our usage.  Disable this feature.
11122   alias -g '${1+"$@"}'='"$@"'
11123   setopt NO_GLOB_SUBST
11124 else
11125   case `(set -o) 2>/dev/null` in #(
11126   *posix*) :
11127     set -o posix ;; #(
11128   *) :
11129      ;;
11130 esac
11131 fi
11132
11133
11134 as_nl='
11135 '
11136 export as_nl
11137 # Printing a long string crashes Solaris 7 /usr/bin/printf.
11138 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
11139 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
11140 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
11141 # Prefer a ksh shell builtin over an external printf program on Solaris,
11142 # but without wasting forks for bash or zsh.
11143 if test -z "$BASH_VERSION$ZSH_VERSION" \
11144     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
11145   as_echo='print -r --'
11146   as_echo_n='print -rn --'
11147 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
11148   as_echo='printf %s\n'
11149   as_echo_n='printf %s'
11150 else
11151   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
11152     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
11153     as_echo_n='/usr/ucb/echo -n'
11154   else
11155     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
11156     as_echo_n_body='eval
11157       arg=$1;
11158       case $arg in #(
11159       *"$as_nl"*)
11160         expr "X$arg" : "X\\(.*\\)$as_nl";
11161         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
11162       esac;
11163       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
11164     '
11165     export as_echo_n_body
11166     as_echo_n='sh -c $as_echo_n_body as_echo'
11167   fi
11168   export as_echo_body
11169   as_echo='sh -c $as_echo_body as_echo'
11170 fi
11171
11172 # The user is always right.
11173 if test "${PATH_SEPARATOR+set}" != set; then
11174   PATH_SEPARATOR=:
11175   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
11176     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
11177       PATH_SEPARATOR=';'
11178   }
11179 fi
11180
11181
11182 # IFS
11183 # We need space, tab and new line, in precisely that order.  Quoting is
11184 # there to prevent editors from complaining about space-tab.
11185 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
11186 # splitting by setting IFS to empty value.)
11187 IFS=" ""        $as_nl"
11188
11189 # Find who we are.  Look in the path if we contain no directory separator.
11190 case $0 in #((
11191   *[\\/]* ) as_myself=$0 ;;
11192   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11193 for as_dir in $PATH
11194 do
11195   IFS=$as_save_IFS
11196   test -z "$as_dir" && as_dir=.
11197     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
11198   done
11199 IFS=$as_save_IFS
11200
11201      ;;
11202 esac
11203 # We did not find ourselves, most probably we were run as `sh COMMAND'
11204 # in which case we are not to be found in the path.
11205 if test "x$as_myself" = x; then
11206   as_myself=$0
11207 fi
11208 if test ! -f "$as_myself"; then
11209   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
11210   exit 1
11211 fi
11212
11213 # Unset variables that we do not need and which cause bugs (e.g. in
11214 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
11215 # suppresses any "Segmentation fault" message there.  '((' could
11216 # trigger a bug in pdksh 5.2.14.
11217 for as_var in BASH_ENV ENV MAIL MAILPATH
11218 do eval test x\${$as_var+set} = xset \
11219   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
11220 done
11221 PS1='$ '
11222 PS2='> '
11223 PS4='+ '
11224
11225 # NLS nuisances.
11226 LC_ALL=C
11227 export LC_ALL
11228 LANGUAGE=C
11229 export LANGUAGE
11230
11231 # CDPATH.
11232 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11233
11234
11235 # as_fn_error ERROR [LINENO LOG_FD]
11236 # ---------------------------------
11237 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
11238 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
11239 # script with status $?, using 1 if that was 0.
11240 as_fn_error ()
11241 {
11242   as_status=$?; test $as_status -eq 0 && as_status=1
11243   if test "$3"; then
11244     as_lineno=${as_lineno-"$2"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
11245     $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3
11246   fi
11247   $as_echo "$as_me: error: $1" >&2
11248   as_fn_exit $as_status
11249 } # as_fn_error
11250
11251
11252 # as_fn_set_status STATUS
11253 # -----------------------
11254 # Set $? to STATUS, without forking.
11255 as_fn_set_status ()
11256 {
11257   return $1
11258 } # as_fn_set_status
11259
11260 # as_fn_exit STATUS
11261 # -----------------
11262 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
11263 as_fn_exit ()
11264 {
11265   set +e
11266   as_fn_set_status $1
11267   exit $1
11268 } # as_fn_exit
11269
11270 # as_fn_unset VAR
11271 # ---------------
11272 # Portably unset VAR.
11273 as_fn_unset ()
11274 {
11275   { eval $1=; unset $1;}
11276 }
11277 as_unset=as_fn_unset
11278 # as_fn_append VAR VALUE
11279 # ----------------------
11280 # Append the text in VALUE to the end of the definition contained in VAR. Take
11281 # advantage of any shell optimizations that allow amortized linear growth over
11282 # repeated appends, instead of the typical quadratic growth present in naive
11283 # implementations.
11284 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11285   eval 'as_fn_append ()
11286   {
11287     eval $1+=\$2
11288   }'
11289 else
11290   as_fn_append ()
11291   {
11292     eval $1=\$$1\$2
11293   }
11294 fi # as_fn_append
11295
11296 # as_fn_arith ARG...
11297 # ------------------
11298 # Perform arithmetic evaluation on the ARGs, and store the result in the
11299 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11300 # must be portable across $(()) and expr.
11301 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11302   eval 'as_fn_arith ()
11303   {
11304     as_val=$(( $* ))
11305   }'
11306 else
11307   as_fn_arith ()
11308   {
11309     as_val=`expr "$@" || test $? -eq 1`
11310   }
11311 fi # as_fn_arith
11312
11313
11314 if expr a : '\(a\)' >/dev/null 2>&1 &&
11315    test "X`expr 00001 : '.*\(...\)'`" = X001; then
11316   as_expr=expr
11317 else
11318   as_expr=false
11319 fi
11320
11321 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11322   as_basename=basename
11323 else
11324   as_basename=false
11325 fi
11326
11327 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11328   as_dirname=dirname
11329 else
11330   as_dirname=false
11331 fi
11332
11333 as_me=`$as_basename -- "$0" ||
11334 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11335          X"$0" : 'X\(//\)$' \| \
11336          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11337 $as_echo X/"$0" |
11338     sed '/^.*\/\([^/][^/]*\)\/*$/{
11339             s//\1/
11340             q
11341           }
11342           /^X\/\(\/\/\)$/{
11343             s//\1/
11344             q
11345           }
11346           /^X\/\(\/\).*/{
11347             s//\1/
11348             q
11349           }
11350           s/.*/./; q'`
11351
11352 # Avoid depending upon Character Ranges.
11353 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11354 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11355 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11356 as_cr_digits='0123456789'
11357 as_cr_alnum=$as_cr_Letters$as_cr_digits
11358
11359 ECHO_C= ECHO_N= ECHO_T=
11360 case `echo -n x` in #(((((
11361 -n*)
11362   case `echo 'xy\c'` in
11363   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
11364   xy)  ECHO_C='\c';;
11365   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
11366        ECHO_T=' ';;
11367   esac;;
11368 *)
11369   ECHO_N='-n';;
11370 esac
11371
11372 rm -f conf$$ conf$$.exe conf$$.file
11373 if test -d conf$$.dir; then
11374   rm -f conf$$.dir/conf$$.file
11375 else
11376   rm -f conf$$.dir
11377   mkdir conf$$.dir 2>/dev/null
11378 fi
11379 if (echo >conf$$.file) 2>/dev/null; then
11380   if ln -s conf$$.file conf$$ 2>/dev/null; then
11381     as_ln_s='ln -s'
11382     # ... but there are two gotchas:
11383     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11384     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11385     # In both cases, we have to default to `cp -p'.
11386     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11387       as_ln_s='cp -p'
11388   elif ln conf$$.file conf$$ 2>/dev/null; then
11389     as_ln_s=ln
11390   else
11391     as_ln_s='cp -p'
11392   fi
11393 else
11394   as_ln_s='cp -p'
11395 fi
11396 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11397 rmdir conf$$.dir 2>/dev/null
11398
11399
11400 # as_fn_mkdir_p
11401 # -------------
11402 # Create "$as_dir" as a directory, including parents if necessary.
11403 as_fn_mkdir_p ()
11404 {
11405
11406   case $as_dir in #(
11407   -*) as_dir=./$as_dir;;
11408   esac
11409   test -d "$as_dir" || eval $as_mkdir_p || {
11410     as_dirs=
11411     while :; do
11412       case $as_dir in #(
11413       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11414       *) as_qdir=$as_dir;;
11415       esac
11416       as_dirs="'$as_qdir' $as_dirs"
11417       as_dir=`$as_dirname -- "$as_dir" ||
11418 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11419          X"$as_dir" : 'X\(//\)[^/]' \| \
11420          X"$as_dir" : 'X\(//\)$' \| \
11421          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11422 $as_echo X"$as_dir" |
11423     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11424             s//\1/
11425             q
11426           }
11427           /^X\(\/\/\)[^/].*/{
11428             s//\1/
11429             q
11430           }
11431           /^X\(\/\/\)$/{
11432             s//\1/
11433             q
11434           }
11435           /^X\(\/\).*/{
11436             s//\1/
11437             q
11438           }
11439           s/.*/./; q'`
11440       test -d "$as_dir" && break
11441     done
11442     test -z "$as_dirs" || eval "mkdir $as_dirs"
11443   } || test -d "$as_dir" || as_fn_error "cannot create directory $as_dir"
11444
11445
11446 } # as_fn_mkdir_p
11447 if mkdir -p . 2>/dev/null; then
11448   as_mkdir_p='mkdir -p "$as_dir"'
11449 else
11450   test -d ./-p && rmdir ./-p
11451   as_mkdir_p=false
11452 fi
11453
11454 if test -x / >/dev/null 2>&1; then
11455   as_test_x='test -x'
11456 else
11457   if ls -dL / >/dev/null 2>&1; then
11458     as_ls_L_option=L
11459   else
11460     as_ls_L_option=
11461   fi
11462   as_test_x='
11463     eval sh -c '\''
11464       if test -d "$1"; then
11465         test -d "$1/.";
11466       else
11467         case $1 in #(
11468         -*)set "./$1";;
11469         esac;
11470         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11471         ???[sx]*):;;*)false;;esac;fi
11472     '\'' sh
11473   '
11474 fi
11475 as_executable_p=$as_test_x
11476
11477 # Sed expression to map a string onto a valid CPP name.
11478 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11479
11480 # Sed expression to map a string onto a valid variable name.
11481 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11482
11483
11484 exec 6>&1
11485 ## ----------------------------------- ##
11486 ## Main body of $CONFIG_STATUS script. ##
11487 ## ----------------------------------- ##
11488 _ASEOF
11489 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11490
11491 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11492 # Save the log message, to keep $0 and so on meaningful, and to
11493 # report actual input values of CONFIG_FILES etc. instead of their
11494 # values after options handling.
11495 ac_log="
11496 This file was extended by $as_me, which was
11497 generated by GNU Autoconf 2.64.  Invocation command line was
11498
11499   CONFIG_FILES    = $CONFIG_FILES
11500   CONFIG_HEADERS  = $CONFIG_HEADERS
11501   CONFIG_LINKS    = $CONFIG_LINKS
11502   CONFIG_COMMANDS = $CONFIG_COMMANDS
11503   $ $0 $@
11504
11505 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11506 "
11507
11508 _ACEOF
11509
11510 case $ac_config_files in *"
11511 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11512 esac
11513
11514 case $ac_config_headers in *"
11515 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11516 esac
11517
11518
11519 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11520 # Files that config.status was made for.
11521 config_files="$ac_config_files"
11522 config_headers="$ac_config_headers"
11523 config_commands="$ac_config_commands"
11524
11525 _ACEOF
11526
11527 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11528 ac_cs_usage="\
11529 \`$as_me' instantiates files and other configuration actions
11530 from templates according to the current configuration.  Unless the files
11531 and actions are specified as TAGs, all are instantiated by default.
11532
11533 Usage: $0 [OPTION]... [TAG]...
11534
11535   -h, --help       print this help, then exit
11536   -V, --version    print version number and configuration settings, then exit
11537   -q, --quiet, --silent
11538                    do not print progress messages
11539   -d, --debug      don't remove temporary files
11540       --recheck    update $as_me by reconfiguring in the same conditions
11541       --file=FILE[:TEMPLATE]
11542                    instantiate the configuration file FILE
11543       --header=FILE[:TEMPLATE]
11544                    instantiate the configuration header FILE
11545
11546 Configuration files:
11547 $config_files
11548
11549 Configuration headers:
11550 $config_headers
11551
11552 Configuration commands:
11553 $config_commands
11554
11555 Report bugs to the package provider."
11556
11557 _ACEOF
11558 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11559 ac_cs_version="\\
11560 config.status
11561 configured by $0, generated by GNU Autoconf 2.64,
11562   with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
11563
11564 Copyright (C) 2009 Free Software Foundation, Inc.
11565 This config.status script is free software; the Free Software Foundation
11566 gives unlimited permission to copy, distribute and modify it."
11567
11568 ac_pwd='$ac_pwd'
11569 srcdir='$srcdir'
11570 INSTALL='$INSTALL'
11571 MKDIR_P='$MKDIR_P'
11572 AWK='$AWK'
11573 test -n "\$AWK" || AWK=awk
11574 _ACEOF
11575
11576 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11577 # The default lists apply if the user does not specify any file.
11578 ac_need_defaults=:
11579 while test $# != 0
11580 do
11581   case $1 in
11582   --*=*)
11583     ac_option=`expr "X$1" : 'X\([^=]*\)='`
11584     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11585     ac_shift=:
11586     ;;
11587   *)
11588     ac_option=$1
11589     ac_optarg=$2
11590     ac_shift=shift
11591     ;;
11592   esac
11593
11594   case $ac_option in
11595   # Handling of the options.
11596   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11597     ac_cs_recheck=: ;;
11598   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11599     $as_echo "$ac_cs_version"; exit ;;
11600   --debug | --debu | --deb | --de | --d | -d )
11601     debug=: ;;
11602   --file | --fil | --fi | --f )
11603     $ac_shift
11604     case $ac_optarg in
11605     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11606     esac
11607     as_fn_append CONFIG_FILES " '$ac_optarg'"
11608     ac_need_defaults=false;;
11609   --header | --heade | --head | --hea )
11610     $ac_shift
11611     case $ac_optarg in
11612     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11613     esac
11614     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11615     ac_need_defaults=false;;
11616   --he | --h)
11617     # Conflict between --help and --header
11618     as_fn_error "ambiguous option: \`$1'
11619 Try \`$0 --help' for more information.";;
11620   --help | --hel | -h )
11621     $as_echo "$ac_cs_usage"; exit ;;
11622   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11623   | -silent | --silent | --silen | --sile | --sil | --si | --s)
11624     ac_cs_silent=: ;;
11625
11626   # This is an error.
11627   -*) as_fn_error "unrecognized option: \`$1'
11628 Try \`$0 --help' for more information." ;;
11629
11630   *) as_fn_append ac_config_targets " $1"
11631      ac_need_defaults=false ;;
11632
11633   esac
11634   shift
11635 done
11636
11637 ac_configure_extra_args=
11638
11639 if $ac_cs_silent; then
11640   exec 6>/dev/null
11641   ac_configure_extra_args="$ac_configure_extra_args --silent"
11642 fi
11643
11644 _ACEOF
11645 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11646 if \$ac_cs_recheck; then
11647   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11648   shift
11649   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11650   CONFIG_SHELL='$SHELL'
11651   export CONFIG_SHELL
11652   exec "\$@"
11653 fi
11654
11655 _ACEOF
11656 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11657 exec 5>>config.log
11658 {
11659   echo
11660   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11661 ## Running $as_me. ##
11662 _ASBOX
11663   $as_echo "$ac_log"
11664 } >&5
11665
11666 _ACEOF
11667 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11668 #
11669 # INIT-COMMANDS
11670 #
11671 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11672
11673
11674 # The HP-UX ksh and POSIX shell print the target directory to stdout
11675 # if CDPATH is set.
11676 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11677
11678 sed_quote_subst='$sed_quote_subst'
11679 double_quote_subst='$double_quote_subst'
11680 delay_variable_subst='$delay_variable_subst'
11681 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
11682 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
11683 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
11684 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
11685 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
11686 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
11687 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
11688 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
11689 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
11690 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
11691 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
11692 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
11693 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
11694 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
11695 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
11696 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
11697 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
11698 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
11699 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
11700 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
11701 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
11702 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
11703 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
11704 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
11705 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
11706 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
11707 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
11708 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11709 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
11710 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
11711 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
11712 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
11713 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
11714 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
11715 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
11716 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11717 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11718 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11719 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
11720 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
11721 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
11722 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
11723 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
11724 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
11725 lt_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"`'
11726 lt_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"`'
11727 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
11728 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
11729 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
11730 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
11731 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
11732 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
11733 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
11734 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
11735 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
11736 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
11737 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
11738 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
11739 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
11740 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
11741 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
11742 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
11743 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11744 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11745 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
11746 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
11747 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
11748 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
11749 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
11750 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11751 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11752 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11753 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11754 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11755 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11756 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
11757 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
11758 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
11759 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
11760 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
11761 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
11762 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
11763 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
11764 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
11765 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
11766 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
11767 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
11768 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
11769 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
11770 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
11771 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11772 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
11773 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
11774 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11775 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
11776 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
11777 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
11778 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
11779 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
11780 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
11781 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
11782 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
11783 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
11784 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
11785 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
11786 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11787 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11788 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11789 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
11790 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
11791 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
11792 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
11793 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
11794 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
11795 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
11796 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
11797 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
11798 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
11799
11800 LTCC='$LTCC'
11801 LTCFLAGS='$LTCFLAGS'
11802 compiler='$compiler_DEFAULT'
11803
11804 # Quote evaled strings.
11805 for var in SED \
11806 GREP \
11807 EGREP \
11808 FGREP \
11809 LD \
11810 NM \
11811 LN_S \
11812 lt_SP2NL \
11813 lt_NL2SP \
11814 reload_flag \
11815 OBJDUMP \
11816 deplibs_check_method \
11817 file_magic_cmd \
11818 AR \
11819 AR_FLAGS \
11820 STRIP \
11821 RANLIB \
11822 CC \
11823 CFLAGS \
11824 compiler \
11825 lt_cv_sys_global_symbol_pipe \
11826 lt_cv_sys_global_symbol_to_cdecl \
11827 lt_cv_sys_global_symbol_to_c_name_address \
11828 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
11829 SHELL \
11830 ECHO \
11831 lt_prog_compiler_no_builtin_flag \
11832 lt_prog_compiler_wl \
11833 lt_prog_compiler_pic \
11834 lt_prog_compiler_static \
11835 lt_cv_prog_compiler_c_o \
11836 need_locks \
11837 DSYMUTIL \
11838 NMEDIT \
11839 LIPO \
11840 OTOOL \
11841 OTOOL64 \
11842 shrext_cmds \
11843 export_dynamic_flag_spec \
11844 whole_archive_flag_spec \
11845 compiler_needs_object \
11846 with_gnu_ld \
11847 allow_undefined_flag \
11848 no_undefined_flag \
11849 hardcode_libdir_flag_spec \
11850 hardcode_libdir_flag_spec_ld \
11851 hardcode_libdir_separator \
11852 fix_srcfile_path \
11853 exclude_expsyms \
11854 include_expsyms \
11855 file_list_spec \
11856 variables_saved_for_relink \
11857 libname_spec \
11858 library_names_spec \
11859 soname_spec \
11860 finish_eval \
11861 old_striplib \
11862 striplib; do
11863     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
11864     *[\\\\\\\`\\"\\\$]*)
11865       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
11866       ;;
11867     *)
11868       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11869       ;;
11870     esac
11871 done
11872
11873 # Double-quote double-evaled strings.
11874 for var in reload_cmds \
11875 old_postinstall_cmds \
11876 old_postuninstall_cmds \
11877 old_archive_cmds \
11878 extract_expsyms_cmds \
11879 old_archive_from_new_cmds \
11880 old_archive_from_expsyms_cmds \
11881 archive_cmds \
11882 archive_expsym_cmds \
11883 module_cmds \
11884 module_expsym_cmds \
11885 export_symbols_cmds \
11886 prelink_cmds \
11887 postinstall_cmds \
11888 postuninstall_cmds \
11889 finish_cmds \
11890 sys_lib_search_path_spec \
11891 sys_lib_dlsearch_path_spec; do
11892     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
11893     *[\\\\\\\`\\"\\\$]*)
11894       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
11895       ;;
11896     *)
11897       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11898       ;;
11899     esac
11900 done
11901
11902 # Fix-up fallback echo if it was mangled by the above quoting rules.
11903 case \$lt_ECHO in
11904 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
11905   ;;
11906 esac
11907
11908 ac_aux_dir='$ac_aux_dir'
11909 xsi_shell='$xsi_shell'
11910 lt_shell_append='$lt_shell_append'
11911
11912 # See if we are running on zsh, and set the options which allow our
11913 # commands through without removal of \ escapes INIT.
11914 if test -n "\${ZSH_VERSION+set}" ; then
11915    setopt NO_GLOB_SUBST
11916 fi
11917
11918
11919     PACKAGE='$PACKAGE'
11920     VERSION='$VERSION'
11921     TIMESTAMP='$TIMESTAMP'
11922     RM='$RM'
11923     ofile='$ofile'
11924
11925
11926
11927
11928 _ACEOF
11929
11930 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11931
11932 # Handling of arguments.
11933 for ac_config_target in $ac_config_targets
11934 do
11935   case $ac_config_target in
11936     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h:config.in" ;;
11937     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11938     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
11939     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11940     "lib/Makefile") CONFIG_FILES="$CONFIG_FILES lib/Makefile" ;;
11941     "samples/Makefile") CONFIG_FILES="$CONFIG_FILES samples/Makefile" ;;
11942     "qe/Makefile") CONFIG_FILES="$CONFIG_FILES qe/Makefile" ;;
11943
11944   *) as_fn_error "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
11945   esac
11946 done
11947
11948
11949 # If the user did not use the arguments to specify the items to instantiate,
11950 # then the envvar interface is used.  Set only those that are not.
11951 # We use the long form for the default assignment because of an extremely
11952 # bizarre bug on SunOS 4.1.3.
11953 if $ac_need_defaults; then
11954   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11955   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11956   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11957 fi
11958
11959 # Have a temporary directory for convenience.  Make it in the build tree
11960 # simply because there is no reason against having it here, and in addition,
11961 # creating and moving files from /tmp can sometimes cause problems.
11962 # Hook for its removal unless debugging.
11963 # Note that there is a small window in which the directory will not be cleaned:
11964 # after its creation but before its name has been assigned to `$tmp'.
11965 $debug ||
11966 {
11967   tmp=
11968   trap 'exit_status=$?
11969   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
11970 ' 0
11971   trap 'as_fn_exit 1' 1 2 13 15
11972 }
11973 # Create a (secure) tmp directory for tmp files.
11974
11975 {
11976   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
11977   test -n "$tmp" && test -d "$tmp"
11978 }  ||
11979 {
11980   tmp=./conf$$-$RANDOM
11981   (umask 077 && mkdir "$tmp")
11982 } || as_fn_error "cannot create a temporary directory in ." "$LINENO" 5
11983
11984 # Set up the scripts for CONFIG_FILES section.
11985 # No need to generate them if there are no CONFIG_FILES.
11986 # This happens for instance with `./config.status config.h'.
11987 if test -n "$CONFIG_FILES"; then
11988
11989
11990 ac_cr=`echo X | tr X '\015'`
11991 # On cygwin, bash can eat \r inside `` if the user requested igncr.
11992 # But we know of no other shell where ac_cr would be empty at this
11993 # point, so we can use a bashism as a fallback.
11994 if test "x$ac_cr" = x; then
11995   eval ac_cr=\$\'\\r\'
11996 fi
11997 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
11998 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
11999   ac_cs_awk_cr='\r'
12000 else
12001   ac_cs_awk_cr=$ac_cr
12002 fi
12003
12004 echo 'BEGIN {' >"$tmp/subs1.awk" &&
12005 _ACEOF
12006
12007
12008 {
12009   echo "cat >conf$$subs.awk <<_ACEOF" &&
12010   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
12011   echo "_ACEOF"
12012 } >conf$$subs.sh ||
12013   as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12014 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
12015 ac_delim='%!_!# '
12016 for ac_last_try in false false false false false :; do
12017   . ./conf$$subs.sh ||
12018     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12019
12020   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
12021   if test $ac_delim_n = $ac_delim_num; then
12022     break
12023   elif $ac_last_try; then
12024     as_fn_error "could not make $CONFIG_STATUS" "$LINENO" 5
12025   else
12026     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12027   fi
12028 done
12029 rm -f conf$$subs.sh
12030
12031 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12032 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
12033 _ACEOF
12034 sed -n '
12035 h
12036 s/^/S["/; s/!.*/"]=/
12037 p
12038 g
12039 s/^[^!]*!//
12040 :repl
12041 t repl
12042 s/'"$ac_delim"'$//
12043 t delim
12044 :nl
12045 h
12046 s/\(.\{148\}\).*/\1/
12047 t more1
12048 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
12049 p
12050 n
12051 b repl
12052 :more1
12053 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12054 p
12055 g
12056 s/.\{148\}//
12057 t nl
12058 :delim
12059 h
12060 s/\(.\{148\}\).*/\1/
12061 t more2
12062 s/["\\]/\\&/g; s/^/"/; s/$/"/
12063 p
12064 b
12065 :more2
12066 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
12067 p
12068 g
12069 s/.\{148\}//
12070 t delim
12071 ' <conf$$subs.awk | sed '
12072 /^[^""]/{
12073   N
12074   s/\n//
12075 }
12076 ' >>$CONFIG_STATUS || ac_write_fail=1
12077 rm -f conf$$subs.awk
12078 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12079 _ACAWK
12080 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
12081   for (key in S) S_is_set[key] = 1
12082   FS = "\a"
12083
12084 }
12085 {
12086   line = $ 0
12087   nfields = split(line, field, "@")
12088   substed = 0
12089   len = length(field[1])
12090   for (i = 2; i < nfields; i++) {
12091     key = field[i]
12092     keylen = length(key)
12093     if (S_is_set[key]) {
12094       value = S[key]
12095       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
12096       len += length(value) + length(field[++i])
12097       substed = 1
12098     } else
12099       len += 1 + keylen
12100   }
12101
12102   print line
12103 }
12104
12105 _ACAWK
12106 _ACEOF
12107 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12108 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
12109   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
12110 else
12111   cat
12112 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
12113   || as_fn_error "could not setup config files machinery" "$LINENO" 5
12114 _ACEOF
12115
12116 # VPATH may cause trouble with some makes, so we remove $(srcdir),
12117 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
12118 # trailing colons and then remove the whole line if VPATH becomes empty
12119 # (actually we leave an empty line to preserve line numbers).
12120 if test "x$srcdir" = x.; then
12121   ac_vpsub='/^[  ]*VPATH[        ]*=/{
12122 s/:*\$(srcdir):*/:/
12123 s/:*\${srcdir}:*/:/
12124 s/:*@srcdir@:*/:/
12125 s/^\([^=]*=[     ]*\):*/\1/
12126 s/:*$//
12127 s/^[^=]*=[       ]*$//
12128 }'
12129 fi
12130
12131 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12132 fi # test -n "$CONFIG_FILES"
12133
12134 # Set up the scripts for CONFIG_HEADERS section.
12135 # No need to generate them if there are no CONFIG_HEADERS.
12136 # This happens for instance with `./config.status Makefile'.
12137 if test -n "$CONFIG_HEADERS"; then
12138 cat >"$tmp/defines.awk" <<\_ACAWK ||
12139 BEGIN {
12140 _ACEOF
12141
12142 # Transform confdefs.h into an awk script `defines.awk', embedded as
12143 # here-document in config.status, that substitutes the proper values into
12144 # config.h.in to produce config.h.
12145
12146 # Create a delimiter string that does not exist in confdefs.h, to ease
12147 # handling of long lines.
12148 ac_delim='%!_!# '
12149 for ac_last_try in false false :; do
12150   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
12151   if test -z "$ac_t"; then
12152     break
12153   elif $ac_last_try; then
12154     as_fn_error "could not make $CONFIG_HEADERS" "$LINENO" 5
12155   else
12156     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
12157   fi
12158 done
12159
12160 # For the awk script, D is an array of macro values keyed by name,
12161 # likewise P contains macro parameters if any.  Preserve backslash
12162 # newline sequences.
12163
12164 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
12165 sed -n '
12166 s/.\{148\}/&'"$ac_delim"'/g
12167 t rset
12168 :rset
12169 s/^[     ]*#[    ]*define[       ][      ]*/ /
12170 t def
12171 d
12172 :def
12173 s/\\$//
12174 t bsnl
12175 s/["\\]/\\&/g
12176 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
12177 D["\1"]=" \3"/p
12178 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
12179 d
12180 :bsnl
12181 s/["\\]/\\&/g
12182 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
12183 D["\1"]=" \3\\\\\\n"\\/p
12184 t cont
12185 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
12186 t cont
12187 d
12188 :cont
12189 n
12190 s/.\{148\}/&'"$ac_delim"'/g
12191 t clear
12192 :clear
12193 s/\\$//
12194 t bsnlc
12195 s/["\\]/\\&/g; s/^/"/; s/$/"/p
12196 d
12197 :bsnlc
12198 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
12199 b cont
12200 ' <confdefs.h | sed '
12201 s/'"$ac_delim"'/"\\\
12202 "/g' >>$CONFIG_STATUS || ac_write_fail=1
12203
12204 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12205   for (key in D) D_is_set[key] = 1
12206   FS = "\a"
12207 }
12208 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
12209   line = \$ 0
12210   split(line, arg, " ")
12211   if (arg[1] == "#") {
12212     defundef = arg[2]
12213     mac1 = arg[3]
12214   } else {
12215     defundef = substr(arg[1], 2)
12216     mac1 = arg[2]
12217   }
12218   split(mac1, mac2, "(") #)
12219   macro = mac2[1]
12220   prefix = substr(line, 1, index(line, defundef) - 1)
12221   if (D_is_set[macro]) {
12222     # Preserve the white space surrounding the "#".
12223     print prefix "define", macro P[macro] D[macro]
12224     next
12225   } else {
12226     # Replace #undef with comments.  This is necessary, for example,
12227     # in the case of _POSIX_SOURCE, which is predefined and required
12228     # on some systems where configure will not decide to define it.
12229     if (defundef == "undef") {
12230       print "/*", prefix defundef, macro, "*/"
12231       next
12232     }
12233   }
12234 }
12235 { print }
12236 _ACAWK
12237 _ACEOF
12238 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12239   as_fn_error "could not setup config headers machinery" "$LINENO" 5
12240 fi # test -n "$CONFIG_HEADERS"
12241
12242
12243 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
12244 shift
12245 for ac_tag
12246 do
12247   case $ac_tag in
12248   :[FHLC]) ac_mode=$ac_tag; continue;;
12249   esac
12250   case $ac_mode$ac_tag in
12251   :[FHL]*:*);;
12252   :L* | :C*:*) as_fn_error "invalid tag \`$ac_tag'" "$LINENO" 5;;
12253   :[FH]-) ac_tag=-:-;;
12254   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12255   esac
12256   ac_save_IFS=$IFS
12257   IFS=:
12258   set x $ac_tag
12259   IFS=$ac_save_IFS
12260   shift
12261   ac_file=$1
12262   shift
12263
12264   case $ac_mode in
12265   :L) ac_source=$1;;
12266   :[FH])
12267     ac_file_inputs=
12268     for ac_f
12269     do
12270       case $ac_f in
12271       -) ac_f="$tmp/stdin";;
12272       *) # Look for the file first in the build tree, then in the source tree
12273          # (if the path is not absolute).  The absolute path cannot be DOS-style,
12274          # because $ac_f cannot contain `:'.
12275          test -f "$ac_f" ||
12276            case $ac_f in
12277            [\\/$]*) false;;
12278            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12279            esac ||
12280            as_fn_error "cannot find input file: \`$ac_f'" "$LINENO" 5;;
12281       esac
12282       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12283       as_fn_append ac_file_inputs " '$ac_f'"
12284     done
12285
12286     # Let's still pretend it is `configure' which instantiates (i.e., don't
12287     # use $as_me), people would be surprised to read:
12288     #    /* config.h.  Generated by config.status.  */
12289     configure_input='Generated from '`
12290           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12291         `' by configure.'
12292     if test x"$ac_file" != x-; then
12293       configure_input="$ac_file.  $configure_input"
12294       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12295 $as_echo "$as_me: creating $ac_file" >&6;}
12296     fi
12297     # Neutralize special characters interpreted by sed in replacement strings.
12298     case $configure_input in #(
12299     *\&* | *\|* | *\\* )
12300        ac_sed_conf_input=`$as_echo "$configure_input" |
12301        sed 's/[\\\\&|]/\\\\&/g'`;; #(
12302     *) ac_sed_conf_input=$configure_input;;
12303     esac
12304
12305     case $ac_tag in
12306     *:-:* | *:-) cat >"$tmp/stdin" \
12307       || as_fn_error "could not create $ac_file" "$LINENO" 5 ;;
12308     esac
12309     ;;
12310   esac
12311
12312   ac_dir=`$as_dirname -- "$ac_file" ||
12313 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12314          X"$ac_file" : 'X\(//\)[^/]' \| \
12315          X"$ac_file" : 'X\(//\)$' \| \
12316          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12317 $as_echo X"$ac_file" |
12318     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12319             s//\1/
12320             q
12321           }
12322           /^X\(\/\/\)[^/].*/{
12323             s//\1/
12324             q
12325           }
12326           /^X\(\/\/\)$/{
12327             s//\1/
12328             q
12329           }
12330           /^X\(\/\).*/{
12331             s//\1/
12332             q
12333           }
12334           s/.*/./; q'`
12335   as_dir="$ac_dir"; as_fn_mkdir_p
12336   ac_builddir=.
12337
12338 case "$ac_dir" in
12339 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12340 *)
12341   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12342   # A ".." for each directory in $ac_dir_suffix.
12343   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12344   case $ac_top_builddir_sub in
12345   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12346   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12347   esac ;;
12348 esac
12349 ac_abs_top_builddir=$ac_pwd
12350 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12351 # for backward compatibility:
12352 ac_top_builddir=$ac_top_build_prefix
12353
12354 case $srcdir in
12355   .)  # We are building in place.
12356     ac_srcdir=.
12357     ac_top_srcdir=$ac_top_builddir_sub
12358     ac_abs_top_srcdir=$ac_pwd ;;
12359   [\\/]* | ?:[\\/]* )  # Absolute name.
12360     ac_srcdir=$srcdir$ac_dir_suffix;
12361     ac_top_srcdir=$srcdir
12362     ac_abs_top_srcdir=$srcdir ;;
12363   *) # Relative name.
12364     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12365     ac_top_srcdir=$ac_top_build_prefix$srcdir
12366     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12367 esac
12368 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12369
12370
12371   case $ac_mode in
12372   :F)
12373   #
12374   # CONFIG_FILE
12375   #
12376
12377   case $INSTALL in
12378   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12379   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12380   esac
12381   ac_MKDIR_P=$MKDIR_P
12382   case $MKDIR_P in
12383   [\\/$]* | ?:[\\/]* ) ;;
12384   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12385   esac
12386 _ACEOF
12387
12388 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12389 # If the template does not know about datarootdir, expand it.
12390 # FIXME: This hack should be removed a few years after 2.60.
12391 ac_datarootdir_hack=; ac_datarootdir_seen=
12392 ac_sed_dataroot='
12393 /datarootdir/ {
12394   p
12395   q
12396 }
12397 /@datadir@/p
12398 /@docdir@/p
12399 /@infodir@/p
12400 /@localedir@/p
12401 /@mandir@/p'
12402 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12403 *datarootdir*) ac_datarootdir_seen=yes;;
12404 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12405   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12406 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12407 _ACEOF
12408 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12409   ac_datarootdir_hack='
12410   s&@datadir@&$datadir&g
12411   s&@docdir@&$docdir&g
12412   s&@infodir@&$infodir&g
12413   s&@localedir@&$localedir&g
12414   s&@mandir@&$mandir&g
12415   s&\\\${datarootdir}&$datarootdir&g' ;;
12416 esac
12417 _ACEOF
12418
12419 # Neutralize VPATH when `$srcdir' = `.'.
12420 # Shell code in configure.ac might set extrasub.
12421 # FIXME: do we really want to maintain this feature?
12422 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12423 ac_sed_extra="$ac_vpsub
12424 $extrasub
12425 _ACEOF
12426 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12427 :t
12428 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12429 s|@configure_input@|$ac_sed_conf_input|;t t
12430 s&@top_builddir@&$ac_top_builddir_sub&;t t
12431 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12432 s&@srcdir@&$ac_srcdir&;t t
12433 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12434 s&@top_srcdir@&$ac_top_srcdir&;t t
12435 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12436 s&@builddir@&$ac_builddir&;t t
12437 s&@abs_builddir@&$ac_abs_builddir&;t t
12438 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12439 s&@INSTALL@&$ac_INSTALL&;t t
12440 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12441 $ac_datarootdir_hack
12442 "
12443 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12444   || as_fn_error "could not create $ac_file" "$LINENO" 5
12445
12446 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12447   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12448   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12449   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12450 which seems to be undefined.  Please make sure it is defined." >&5
12451 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12452 which seems to be undefined.  Please make sure it is defined." >&2;}
12453
12454   rm -f "$tmp/stdin"
12455   case $ac_file in
12456   -) cat "$tmp/out" && rm -f "$tmp/out";;
12457   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12458   esac \
12459   || as_fn_error "could not create $ac_file" "$LINENO" 5
12460  ;;
12461   :H)
12462   #
12463   # CONFIG_HEADER
12464   #
12465   if test x"$ac_file" != x-; then
12466     {
12467       $as_echo "/* $configure_input  */" \
12468       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12469     } >"$tmp/config.h" \
12470       || as_fn_error "could not create $ac_file" "$LINENO" 5
12471     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12472       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12473 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12474     else
12475       rm -f "$ac_file"
12476       mv "$tmp/config.h" "$ac_file" \
12477         || as_fn_error "could not create $ac_file" "$LINENO" 5
12478     fi
12479   else
12480     $as_echo "/* $configure_input  */" \
12481       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12482       || as_fn_error "could not create -" "$LINENO" 5
12483   fi
12484 # Compute "$ac_file"'s index in $config_headers.
12485 _am_arg="$ac_file"
12486 _am_stamp_count=1
12487 for _am_header in $config_headers :; do
12488   case $_am_header in
12489     $_am_arg | $_am_arg:* )
12490       break ;;
12491     * )
12492       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12493   esac
12494 done
12495 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12496 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12497          X"$_am_arg" : 'X\(//\)[^/]' \| \
12498          X"$_am_arg" : 'X\(//\)$' \| \
12499          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12500 $as_echo X"$_am_arg" |
12501     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12502             s//\1/
12503             q
12504           }
12505           /^X\(\/\/\)[^/].*/{
12506             s//\1/
12507             q
12508           }
12509           /^X\(\/\/\)$/{
12510             s//\1/
12511             q
12512           }
12513           /^X\(\/\).*/{
12514             s//\1/
12515             q
12516           }
12517           s/.*/./; q'`/stamp-h$_am_stamp_count
12518  ;;
12519
12520   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12521 $as_echo "$as_me: executing $ac_file commands" >&6;}
12522  ;;
12523   esac
12524
12525
12526   case $ac_file$ac_mode in
12527     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12528   # Autoconf 2.62 quotes --file arguments for eval, but not when files
12529   # are listed without --file.  Let's play safe and only enable the eval
12530   # if we detect the quoting.
12531   case $CONFIG_FILES in
12532   *\'*) eval set x "$CONFIG_FILES" ;;
12533   *)   set x $CONFIG_FILES ;;
12534   esac
12535   shift
12536   for mf
12537   do
12538     # Strip MF so we end up with the name of the file.
12539     mf=`echo "$mf" | sed -e 's/:.*$//'`
12540     # Check whether this is an Automake generated Makefile or not.
12541     # We used to match only the files named `Makefile.in', but
12542     # some people rename them; so instead we look at the file content.
12543     # Grep'ing the first line is not enough: some people post-process
12544     # each Makefile.in and add a new line on top of each file to say so.
12545     # Grep'ing the whole file is not good either: AIX grep has a line
12546     # limit of 2048, but all sed's we know have understand at least 4000.
12547     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12548       dirpart=`$as_dirname -- "$mf" ||
12549 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12550          X"$mf" : 'X\(//\)[^/]' \| \
12551          X"$mf" : 'X\(//\)$' \| \
12552          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12553 $as_echo X"$mf" |
12554     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12555             s//\1/
12556             q
12557           }
12558           /^X\(\/\/\)[^/].*/{
12559             s//\1/
12560             q
12561           }
12562           /^X\(\/\/\)$/{
12563             s//\1/
12564             q
12565           }
12566           /^X\(\/\).*/{
12567             s//\1/
12568             q
12569           }
12570           s/.*/./; q'`
12571     else
12572       continue
12573     fi
12574     # Extract the definition of DEPDIR, am__include, and am__quote
12575     # from the Makefile without running `make'.
12576     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12577     test -z "$DEPDIR" && continue
12578     am__include=`sed -n 's/^am__include = //p' < "$mf"`
12579     test -z "am__include" && continue
12580     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12581     # When using ansi2knr, U may be empty or an underscore; expand it
12582     U=`sed -n 's/^U = //p' < "$mf"`
12583     # Find all dependency output files, they are included files with
12584     # $(DEPDIR) in their names.  We invoke sed twice because it is the
12585     # simplest approach to changing $(DEPDIR) to its actual value in the
12586     # expansion.
12587     for file in `sed -n "
12588       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12589          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12590       # Make sure the directory exists.
12591       test -f "$dirpart/$file" && continue
12592       fdir=`$as_dirname -- "$file" ||
12593 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12594          X"$file" : 'X\(//\)[^/]' \| \
12595          X"$file" : 'X\(//\)$' \| \
12596          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12597 $as_echo X"$file" |
12598     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12599             s//\1/
12600             q
12601           }
12602           /^X\(\/\/\)[^/].*/{
12603             s//\1/
12604             q
12605           }
12606           /^X\(\/\/\)$/{
12607             s//\1/
12608             q
12609           }
12610           /^X\(\/\).*/{
12611             s//\1/
12612             q
12613           }
12614           s/.*/./; q'`
12615       as_dir=$dirpart/$fdir; as_fn_mkdir_p
12616       # echo "creating $dirpart/$file"
12617       echo '# dummy' > "$dirpart/$file"
12618     done
12619   done
12620 }
12621  ;;
12622     "libtool":C)
12623
12624     # See if we are running on zsh, and set the options which allow our
12625     # commands through without removal of \ escapes.
12626     if test -n "${ZSH_VERSION+set}" ; then
12627       setopt NO_GLOB_SUBST
12628     fi
12629
12630     cfgfile="${ofile}T"
12631     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12632     $RM "$cfgfile"
12633
12634     cat <<_LT_EOF >> "$cfgfile"
12635 #! $SHELL
12636
12637 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12638 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12639 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12640 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12641 #
12642 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12643 #                 2006, 2007, 2008 Free Software Foundation, Inc.
12644 #   Written by Gordon Matzigkeit, 1996
12645 #
12646 #   This file is part of GNU Libtool.
12647 #
12648 # GNU Libtool is free software; you can redistribute it and/or
12649 # modify it under the terms of the GNU General Public License as
12650 # published by the Free Software Foundation; either version 2 of
12651 # the License, or (at your option) any later version.
12652 #
12653 # As a special exception to the GNU General Public License,
12654 # if you distribute this file as part of a program or library that
12655 # is built using GNU Libtool, you may include this file under the
12656 # same distribution terms that you use for the rest of that program.
12657 #
12658 # GNU Libtool is distributed in the hope that it will be useful,
12659 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12660 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12661 # GNU General Public License for more details.
12662 #
12663 # You should have received a copy of the GNU General Public License
12664 # along with GNU Libtool; see the file COPYING.  If not, a copy
12665 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12666 # obtained by writing to the Free Software Foundation, Inc.,
12667 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12668
12669
12670 # The names of the tagged configurations supported by this script.
12671 available_tags=""
12672
12673 # ### BEGIN LIBTOOL CONFIG
12674
12675 # Which release of libtool.m4 was used?
12676 macro_version=$macro_version
12677 macro_revision=$macro_revision
12678
12679 # Whether or not to build shared libraries.
12680 build_libtool_libs=$enable_shared
12681
12682 # Whether or not to build static libraries.
12683 build_old_libs=$enable_static
12684
12685 # What type of objects to build.
12686 pic_mode=$pic_mode
12687
12688 # Whether or not to optimize for fast installation.
12689 fast_install=$enable_fast_install
12690
12691 # The host system.
12692 host_alias=$host_alias
12693 host=$host
12694 host_os=$host_os
12695
12696 # The build system.
12697 build_alias=$build_alias
12698 build=$build
12699 build_os=$build_os
12700
12701 # A sed program that does not truncate output.
12702 SED=$lt_SED
12703
12704 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
12705 Xsed="\$SED -e 1s/^X//"
12706
12707 # A grep program that handles long lines.
12708 GREP=$lt_GREP
12709
12710 # An ERE matcher.
12711 EGREP=$lt_EGREP
12712
12713 # A literal string matcher.
12714 FGREP=$lt_FGREP
12715
12716 # A BSD- or MS-compatible name lister.
12717 NM=$lt_NM
12718
12719 # Whether we need soft or hard links.
12720 LN_S=$lt_LN_S
12721
12722 # What is the maximum length of a command?
12723 max_cmd_len=$max_cmd_len
12724
12725 # Object file suffix (normally "o").
12726 objext=$ac_objext
12727
12728 # Executable file suffix (normally "").
12729 exeext=$exeext
12730
12731 # whether the shell understands "unset".
12732 lt_unset=$lt_unset
12733
12734 # turn spaces into newlines.
12735 SP2NL=$lt_lt_SP2NL
12736
12737 # turn newlines into spaces.
12738 NL2SP=$lt_lt_NL2SP
12739
12740 # How to create reloadable object files.
12741 reload_flag=$lt_reload_flag
12742 reload_cmds=$lt_reload_cmds
12743
12744 # An object symbol dumper.
12745 OBJDUMP=$lt_OBJDUMP
12746
12747 # Method to check whether dependent libraries are shared objects.
12748 deplibs_check_method=$lt_deplibs_check_method
12749
12750 # Command to use when deplibs_check_method == "file_magic".
12751 file_magic_cmd=$lt_file_magic_cmd
12752
12753 # The archiver.
12754 AR=$lt_AR
12755 AR_FLAGS=$lt_AR_FLAGS
12756
12757 # A symbol stripping program.
12758 STRIP=$lt_STRIP
12759
12760 # Commands used to install an old-style archive.
12761 RANLIB=$lt_RANLIB
12762 old_postinstall_cmds=$lt_old_postinstall_cmds
12763 old_postuninstall_cmds=$lt_old_postuninstall_cmds
12764
12765 # A C compiler.
12766 LTCC=$lt_CC
12767
12768 # LTCC compiler flags.
12769 LTCFLAGS=$lt_CFLAGS
12770
12771 # Take the output of nm and produce a listing of raw symbols and C names.
12772 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12773
12774 # Transform the output of nm in a proper C declaration.
12775 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12776
12777 # Transform the output of nm in a C name address pair.
12778 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12779
12780 # Transform the output of nm in a C name address pair when lib prefix is needed.
12781 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12782
12783 # The name of the directory that contains temporary libtool files.
12784 objdir=$objdir
12785
12786 # Shell to use when invoking shell scripts.
12787 SHELL=$lt_SHELL
12788
12789 # An echo program that does not interpret backslashes.
12790 ECHO=$lt_ECHO
12791
12792 # Used to examine libraries when file_magic_cmd begins with "file".
12793 MAGIC_CMD=$MAGIC_CMD
12794
12795 # Must we lock files when doing compilation?
12796 need_locks=$lt_need_locks
12797
12798 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12799 DSYMUTIL=$lt_DSYMUTIL
12800
12801 # Tool to change global to local symbols on Mac OS X.
12802 NMEDIT=$lt_NMEDIT
12803
12804 # Tool to manipulate fat objects and archives on Mac OS X.
12805 LIPO=$lt_LIPO
12806
12807 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
12808 OTOOL=$lt_OTOOL
12809
12810 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12811 OTOOL64=$lt_OTOOL64
12812
12813 # Old archive suffix (normally "a").
12814 libext=$libext
12815
12816 # Shared library suffix (normally ".so").
12817 shrext_cmds=$lt_shrext_cmds
12818
12819 # The commands to extract the exported symbol list from a shared archive.
12820 extract_expsyms_cmds=$lt_extract_expsyms_cmds
12821
12822 # Variables whose values should be saved in libtool wrapper scripts and
12823 # restored at link time.
12824 variables_saved_for_relink=$lt_variables_saved_for_relink
12825
12826 # Do we need the "lib" prefix for modules?
12827 need_lib_prefix=$need_lib_prefix
12828
12829 # Do we need a version for libraries?
12830 need_version=$need_version
12831
12832 # Library versioning type.
12833 version_type=$version_type
12834
12835 # Shared library runtime path variable.
12836 runpath_var=$runpath_var
12837
12838 # Shared library path variable.
12839 shlibpath_var=$shlibpath_var
12840
12841 # Is shlibpath searched before the hard-coded library search path?
12842 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12843
12844 # Format of library name prefix.
12845 libname_spec=$lt_libname_spec
12846
12847 # List of archive names.  First name is the real one, the rest are links.
12848 # The last name is the one that the linker finds with -lNAME
12849 library_names_spec=$lt_library_names_spec
12850
12851 # The coded name of the library, if different from the real name.
12852 soname_spec=$lt_soname_spec
12853
12854 # Command to use after installation of a shared archive.
12855 postinstall_cmds=$lt_postinstall_cmds
12856
12857 # Command to use after uninstallation of a shared archive.
12858 postuninstall_cmds=$lt_postuninstall_cmds
12859
12860 # Commands used to finish a libtool library installation in a directory.
12861 finish_cmds=$lt_finish_cmds
12862
12863 # As "finish_cmds", except a single script fragment to be evaled but
12864 # not shown.
12865 finish_eval=$lt_finish_eval
12866
12867 # Whether we should hardcode library paths into libraries.
12868 hardcode_into_libs=$hardcode_into_libs
12869
12870 # Compile-time system search path for libraries.
12871 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
12872
12873 # Run-time system search path for libraries.
12874 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12875
12876 # Whether dlopen is supported.
12877 dlopen_support=$enable_dlopen
12878
12879 # Whether dlopen of programs is supported.
12880 dlopen_self=$enable_dlopen_self
12881
12882 # Whether dlopen of statically linked programs is supported.
12883 dlopen_self_static=$enable_dlopen_self_static
12884
12885 # Commands to strip libraries.
12886 old_striplib=$lt_old_striplib
12887 striplib=$lt_striplib
12888
12889
12890 # The linker used to build libraries.
12891 LD=$lt_LD
12892
12893 # Commands used to build an old-style archive.
12894 old_archive_cmds=$lt_old_archive_cmds
12895
12896 # A language specific compiler.
12897 CC=$lt_compiler
12898
12899 # Is the compiler the GNU compiler?
12900 with_gcc=$GCC
12901
12902 # Compiler flag to turn off builtin functions.
12903 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
12904
12905 # How to pass a linker flag through the compiler.
12906 wl=$lt_lt_prog_compiler_wl
12907
12908 # Additional compiler flags for building library objects.
12909 pic_flag=$lt_lt_prog_compiler_pic
12910
12911 # Compiler flag to prevent dynamic linking.
12912 link_static_flag=$lt_lt_prog_compiler_static
12913
12914 # Does compiler simultaneously support -c and -o options?
12915 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
12916
12917 # Whether or not to add -lc for building shared libraries.
12918 build_libtool_need_lc=$archive_cmds_need_lc
12919
12920 # Whether or not to disallow shared libs when runtime libs are static.
12921 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
12922
12923 # Compiler flag to allow reflexive dlopens.
12924 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
12925
12926 # Compiler flag to generate shared objects directly from archives.
12927 whole_archive_flag_spec=$lt_whole_archive_flag_spec
12928
12929 # Whether the compiler copes with passing no objects directly.
12930 compiler_needs_object=$lt_compiler_needs_object
12931
12932 # Create an old-style archive from a shared archive.
12933 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
12934
12935 # Create a temporary old-style archive to link instead of a shared archive.
12936 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
12937
12938 # Commands used to build a shared archive.
12939 archive_cmds=$lt_archive_cmds
12940 archive_expsym_cmds=$lt_archive_expsym_cmds
12941
12942 # Commands used to build a loadable module if different from building
12943 # a shared archive.
12944 module_cmds=$lt_module_cmds
12945 module_expsym_cmds=$lt_module_expsym_cmds
12946
12947 # Whether we are building with GNU ld or not.
12948 with_gnu_ld=$lt_with_gnu_ld
12949
12950 # Flag that allows shared libraries with undefined symbols to be built.
12951 allow_undefined_flag=$lt_allow_undefined_flag
12952
12953 # Flag that enforces no undefined symbols.
12954 no_undefined_flag=$lt_no_undefined_flag
12955
12956 # Flag to hardcode \$libdir into a binary during linking.
12957 # This must work even if \$libdir does not exist
12958 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
12959
12960 # If ld is used when linking, flag to hardcode \$libdir into a binary
12961 # during linking.  This must work even if \$libdir does not exist.
12962 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
12963
12964 # Whether we need a single "-rpath" flag with a separated argument.
12965 hardcode_libdir_separator=$lt_hardcode_libdir_separator
12966
12967 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12968 # DIR into the resulting binary.
12969 hardcode_direct=$hardcode_direct
12970
12971 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12972 # DIR into the resulting binary and the resulting library dependency is
12973 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
12974 # library is relocated.
12975 hardcode_direct_absolute=$hardcode_direct_absolute
12976
12977 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
12978 # into the resulting binary.
12979 hardcode_minus_L=$hardcode_minus_L
12980
12981 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
12982 # into the resulting binary.
12983 hardcode_shlibpath_var=$hardcode_shlibpath_var
12984
12985 # Set to "yes" if building a shared library automatically hardcodes DIR
12986 # into the library and all subsequent libraries and executables linked
12987 # against it.
12988 hardcode_automatic=$hardcode_automatic
12989
12990 # Set to yes if linker adds runtime paths of dependent libraries
12991 # to runtime path list.
12992 inherit_rpath=$inherit_rpath
12993
12994 # Whether libtool must link a program against all its dependency libraries.
12995 link_all_deplibs=$link_all_deplibs
12996
12997 # Fix the shell variable \$srcfile for the compiler.
12998 fix_srcfile_path=$lt_fix_srcfile_path
12999
13000 # Set to "yes" if exported symbols are required.
13001 always_export_symbols=$always_export_symbols
13002
13003 # The commands to list exported symbols.
13004 export_symbols_cmds=$lt_export_symbols_cmds
13005
13006 # Symbols that should not be listed in the preloaded symbols.
13007 exclude_expsyms=$lt_exclude_expsyms
13008
13009 # Symbols that must always be exported.
13010 include_expsyms=$lt_include_expsyms
13011
13012 # Commands necessary for linking programs (against libraries) with templates.
13013 prelink_cmds=$lt_prelink_cmds
13014
13015 # Specify filename containing input files.
13016 file_list_spec=$lt_file_list_spec
13017
13018 # How to hardcode a shared library path into an executable.
13019 hardcode_action=$hardcode_action
13020
13021 # ### END LIBTOOL CONFIG
13022
13023 _LT_EOF
13024
13025   case $host_os in
13026   aix3*)
13027     cat <<\_LT_EOF >> "$cfgfile"
13028 # AIX sometimes has problems with the GCC collect2 program.  For some
13029 # reason, if we set the COLLECT_NAMES environment variable, the problems
13030 # vanish in a puff of smoke.
13031 if test "X${COLLECT_NAMES+set}" != Xset; then
13032   COLLECT_NAMES=
13033   export COLLECT_NAMES
13034 fi
13035 _LT_EOF
13036     ;;
13037   esac
13038
13039
13040 ltmain="$ac_aux_dir/ltmain.sh"
13041
13042
13043   # We use sed instead of cat because bash on DJGPP gets confused if
13044   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
13045   # text mode, it properly converts lines to CR/LF.  This bash problem
13046   # is reportedly fixed, but why not run on old versions too?
13047   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
13048     || (rm -f "$cfgfile"; exit 1)
13049
13050   case $xsi_shell in
13051   yes)
13052     cat << \_LT_EOF >> "$cfgfile"
13053
13054 # func_dirname file append nondir_replacement
13055 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13056 # otherwise set result to NONDIR_REPLACEMENT.
13057 func_dirname ()
13058 {
13059   case ${1} in
13060     */*) func_dirname_result="${1%/*}${2}" ;;
13061     *  ) func_dirname_result="${3}" ;;
13062   esac
13063 }
13064
13065 # func_basename file
13066 func_basename ()
13067 {
13068   func_basename_result="${1##*/}"
13069 }
13070
13071 # func_dirname_and_basename file append nondir_replacement
13072 # perform func_basename and func_dirname in a single function
13073 # call:
13074 #   dirname:  Compute the dirname of FILE.  If nonempty,
13075 #             add APPEND to the result, otherwise set result
13076 #             to NONDIR_REPLACEMENT.
13077 #             value returned in "$func_dirname_result"
13078 #   basename: Compute filename of FILE.
13079 #             value retuned in "$func_basename_result"
13080 # Implementation must be kept synchronized with func_dirname
13081 # and func_basename. For efficiency, we do not delegate to
13082 # those functions but instead duplicate the functionality here.
13083 func_dirname_and_basename ()
13084 {
13085   case ${1} in
13086     */*) func_dirname_result="${1%/*}${2}" ;;
13087     *  ) func_dirname_result="${3}" ;;
13088   esac
13089   func_basename_result="${1##*/}"
13090 }
13091
13092 # func_stripname prefix suffix name
13093 # strip PREFIX and SUFFIX off of NAME.
13094 # PREFIX and SUFFIX must not contain globbing or regex special
13095 # characters, hashes, percent signs, but SUFFIX may contain a leading
13096 # dot (in which case that matches only a dot).
13097 func_stripname ()
13098 {
13099   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
13100   # positional parameters, so assign one to ordinary parameter first.
13101   func_stripname_result=${3}
13102   func_stripname_result=${func_stripname_result#"${1}"}
13103   func_stripname_result=${func_stripname_result%"${2}"}
13104 }
13105
13106 # func_opt_split
13107 func_opt_split ()
13108 {
13109   func_opt_split_opt=${1%%=*}
13110   func_opt_split_arg=${1#*=}
13111 }
13112
13113 # func_lo2o object
13114 func_lo2o ()
13115 {
13116   case ${1} in
13117     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
13118     *)    func_lo2o_result=${1} ;;
13119   esac
13120 }
13121
13122 # func_xform libobj-or-source
13123 func_xform ()
13124 {
13125   func_xform_result=${1%.*}.lo
13126 }
13127
13128 # func_arith arithmetic-term...
13129 func_arith ()
13130 {
13131   func_arith_result=$(( $* ))
13132 }
13133
13134 # func_len string
13135 # STRING may not start with a hyphen.
13136 func_len ()
13137 {
13138   func_len_result=${#1}
13139 }
13140
13141 _LT_EOF
13142     ;;
13143   *) # Bourne compatible functions.
13144     cat << \_LT_EOF >> "$cfgfile"
13145
13146 # func_dirname file append nondir_replacement
13147 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
13148 # otherwise set result to NONDIR_REPLACEMENT.
13149 func_dirname ()
13150 {
13151   # Extract subdirectory from the argument.
13152   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
13153   if test "X$func_dirname_result" = "X${1}"; then
13154     func_dirname_result="${3}"
13155   else
13156     func_dirname_result="$func_dirname_result${2}"
13157   fi
13158 }
13159
13160 # func_basename file
13161 func_basename ()
13162 {
13163   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
13164 }
13165
13166
13167 # func_stripname prefix suffix name
13168 # strip PREFIX and SUFFIX off of NAME.
13169 # PREFIX and SUFFIX must not contain globbing or regex special
13170 # characters, hashes, percent signs, but SUFFIX may contain a leading
13171 # dot (in which case that matches only a dot).
13172 # func_strip_suffix prefix name
13173 func_stripname ()
13174 {
13175   case ${2} in
13176     .*) func_stripname_result=`$ECHO "X${3}" \
13177            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
13178     *)  func_stripname_result=`$ECHO "X${3}" \
13179            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
13180   esac
13181 }
13182
13183 # sed scripts:
13184 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
13185 my_sed_long_arg='1s/^-[^=]*=//'
13186
13187 # func_opt_split
13188 func_opt_split ()
13189 {
13190   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
13191   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
13192 }
13193
13194 # func_lo2o object
13195 func_lo2o ()
13196 {
13197   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
13198 }
13199
13200 # func_xform libobj-or-source
13201 func_xform ()
13202 {
13203   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
13204 }
13205
13206 # func_arith arithmetic-term...
13207 func_arith ()
13208 {
13209   func_arith_result=`expr "$@"`
13210 }
13211
13212 # func_len string
13213 # STRING may not start with a hyphen.
13214 func_len ()
13215 {
13216   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
13217 }
13218
13219 _LT_EOF
13220 esac
13221
13222 case $lt_shell_append in
13223   yes)
13224     cat << \_LT_EOF >> "$cfgfile"
13225
13226 # func_append var value
13227 # Append VALUE to the end of shell variable VAR.
13228 func_append ()
13229 {
13230   eval "$1+=\$2"
13231 }
13232 _LT_EOF
13233     ;;
13234   *)
13235     cat << \_LT_EOF >> "$cfgfile"
13236
13237 # func_append var value
13238 # Append VALUE to the end of shell variable VAR.
13239 func_append ()
13240 {
13241   eval "$1=\$$1\$2"
13242 }
13243
13244 _LT_EOF
13245     ;;
13246   esac
13247
13248
13249   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
13250     || (rm -f "$cfgfile"; exit 1)
13251
13252   mv -f "$cfgfile" "$ofile" ||
13253     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13254   chmod +x "$ofile"
13255
13256  ;;
13257
13258   esac
13259 done # for ac_tag
13260
13261
13262 as_fn_exit 0
13263 _ACEOF
13264 ac_clean_files=$ac_clean_files_save
13265
13266 test $ac_write_fail = 0 ||
13267   as_fn_error "write failure creating $CONFIG_STATUS" "$LINENO" 5
13268
13269
13270 # configure is writing to config.log, and then calls config.status.
13271 # config.status does its own redirection, appending to config.log.
13272 # Unfortunately, on DOS this fails, as config.log is still kept open
13273 # by configure, so config.status won't be able to write to it; its
13274 # output is simply discarded.  So we exec the FD to /dev/null,
13275 # effectively closing config.log, so it can be properly (re)opened and
13276 # appended to by config.status.  When coming back to configure, we
13277 # need to make the FD available again.
13278 if test "$no_create" != yes; then
13279   ac_cs_success=:
13280   ac_config_status_args=
13281   test "$silent" = yes &&
13282     ac_config_status_args="$ac_config_status_args --quiet"
13283   exec 5>/dev/null
13284   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13285   exec 5>>config.log
13286   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13287   # would make configure fail if this is the last instruction.
13288   $ac_cs_success || as_fn_exit $?
13289 fi
13290
13291 #
13292 # CONFIG_SUBDIRS section.
13293 #
13294 if test "$no_recursion" != yes; then
13295
13296   # Remove --cache-file, --srcdir, and --disable-option-checking arguments
13297   # so they do not pile up.
13298   ac_sub_configure_args=
13299   ac_prev=
13300   eval "set x $ac_configure_args"
13301   shift
13302   for ac_arg
13303   do
13304     if test -n "$ac_prev"; then
13305       ac_prev=
13306       continue
13307     fi
13308     case $ac_arg in
13309     -cache-file | --cache-file | --cache-fil | --cache-fi \
13310     | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
13311       ac_prev=cache_file ;;
13312     -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
13313     | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* \
13314     | --c=*)
13315       ;;
13316     --config-cache | -C)
13317       ;;
13318     -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
13319       ac_prev=srcdir ;;
13320     -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
13321       ;;
13322     -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
13323       ac_prev=prefix ;;
13324     -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
13325       ;;
13326     --disable-option-checking)
13327       ;;
13328     *)
13329       case $ac_arg in
13330       *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
13331       esac
13332       as_fn_append ac_sub_configure_args " '$ac_arg'" ;;
13333     esac
13334   done
13335
13336   # Always prepend --prefix to ensure using the same prefix
13337   # in subdir configurations.
13338   ac_arg="--prefix=$prefix"
13339   case $ac_arg in
13340   *\'*) ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
13341   esac
13342   ac_sub_configure_args="'$ac_arg' $ac_sub_configure_args"
13343
13344   # Pass --silent
13345   if test "$silent" = yes; then
13346     ac_sub_configure_args="--silent $ac_sub_configure_args"
13347   fi
13348
13349   # Always prepend --disable-option-checking to silence warnings, since
13350   # different subdirs can have different --enable and --with options.
13351   ac_sub_configure_args="--disable-option-checking $ac_sub_configure_args"
13352
13353   ac_popdir=`pwd`
13354   for ac_dir in : $subdirs; do test "x$ac_dir" = x: && continue
13355
13356     # Do not complain, so a configure script can configure whichever
13357     # parts of a large source tree are present.
13358     test -d "$srcdir/$ac_dir" || continue
13359
13360     ac_msg="=== configuring in $ac_dir (`pwd`/$ac_dir)"
13361     $as_echo "$as_me:${as_lineno-$LINENO}: $ac_msg" >&5
13362     $as_echo "$ac_msg" >&6
13363     as_dir="$ac_dir"; as_fn_mkdir_p
13364     ac_builddir=.
13365
13366 case "$ac_dir" in
13367 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
13368 *)
13369   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
13370   # A ".." for each directory in $ac_dir_suffix.
13371   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
13372   case $ac_top_builddir_sub in
13373   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
13374   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
13375   esac ;;
13376 esac
13377 ac_abs_top_builddir=$ac_pwd
13378 ac_abs_builddir=$ac_pwd$ac_dir_suffix
13379 # for backward compatibility:
13380 ac_top_builddir=$ac_top_build_prefix
13381
13382 case $srcdir in
13383   .)  # We are building in place.
13384     ac_srcdir=.
13385     ac_top_srcdir=$ac_top_builddir_sub
13386     ac_abs_top_srcdir=$ac_pwd ;;
13387   [\\/]* | ?:[\\/]* )  # Absolute name.
13388     ac_srcdir=$srcdir$ac_dir_suffix;
13389     ac_top_srcdir=$srcdir
13390     ac_abs_top_srcdir=$srcdir ;;
13391   *) # Relative name.
13392     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
13393     ac_top_srcdir=$ac_top_build_prefix$srcdir
13394     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
13395 esac
13396 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
13397
13398
13399     cd "$ac_dir"
13400
13401     # Check for guested configure; otherwise get Cygnus style configure.
13402     if test -f "$ac_srcdir/configure.gnu"; then
13403       ac_sub_configure=$ac_srcdir/configure.gnu
13404     elif test -f "$ac_srcdir/configure"; then
13405       ac_sub_configure=$ac_srcdir/configure
13406     elif test -f "$ac_srcdir/configure.in"; then
13407       # This should be Cygnus configure.
13408       ac_sub_configure=$ac_aux_dir/configure
13409     else
13410       { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: no configuration information is in $ac_dir" >&5
13411 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2;}
13412       ac_sub_configure=
13413     fi
13414
13415     # The recursion is here.
13416     if test -n "$ac_sub_configure"; then
13417       # Make the cache file name correct relative to the subdirectory.
13418       case $cache_file in
13419       [\\/]* | ?:[\\/]* ) ac_sub_cache_file=$cache_file ;;
13420       *) # Relative name.
13421         ac_sub_cache_file=$ac_top_build_prefix$cache_file ;;
13422       esac
13423
13424       { $as_echo "$as_me:${as_lineno-$LINENO}: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&5
13425 $as_echo "$as_me: running $SHELL $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_srcdir" >&6;}
13426       # The eval makes quoting arguments work.
13427       eval "\$SHELL \"\$ac_sub_configure\" $ac_sub_configure_args \
13428            --cache-file=\"\$ac_sub_cache_file\" --srcdir=\"\$ac_srcdir\"" ||
13429         as_fn_error "$ac_sub_configure failed for $ac_dir" "$LINENO" 5
13430     fi
13431
13432     cd "$ac_popdir"
13433   done
13434 fi
13435 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13436   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13437 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13438 fi
13439