Change a way to copy data between gstreamer plugin.
[platform/adaptation/emulator/gst-plugins-emulator.git] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.67 for my-plugin-package 0.10.0.
4 #
5 #
6 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
7 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
8 # Foundation, Inc.
9 #
10 #
11 # This configure script is free software; the Free Software Foundation
12 # gives unlimited permission to copy, distribute and modify it.
13 ## -------------------- ##
14 ## M4sh Initialization. ##
15 ## -------------------- ##
16
17 # Be more Bourne compatible
18 DUALCASE=1; export DUALCASE # for MKS sh
19 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
20   emulate sh
21   NULLCMD=:
22   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
23   # is contrary to our usage.  Disable this feature.
24   alias -g '${1+"$@"}'='"$@"'
25   setopt NO_GLOB_SUBST
26 else
27   case `(set -o) 2>/dev/null` in #(
28   *posix*) :
29     set -o posix ;; #(
30   *) :
31      ;;
32 esac
33 fi
34
35
36 as_nl='
37 '
38 export as_nl
39 # Printing a long string crashes Solaris 7 /usr/bin/printf.
40 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
41 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
42 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
44 # but without wasting forks for bash or zsh.
45 if test -z "$BASH_VERSION$ZSH_VERSION" \
46     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
47   as_echo='print -r --'
48   as_echo_n='print -rn --'
49 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50   as_echo='printf %s\n'
51   as_echo_n='printf %s'
52 else
53   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55     as_echo_n='/usr/ucb/echo -n'
56   else
57     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58     as_echo_n_body='eval
59       arg=$1;
60       case $arg in #(
61       *"$as_nl"*)
62         expr "X$arg" : "X\\(.*\\)$as_nl";
63         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64       esac;
65       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
66     '
67     export as_echo_n_body
68     as_echo_n='sh -c $as_echo_n_body as_echo'
69   fi
70   export as_echo_body
71   as_echo='sh -c $as_echo_body as_echo'
72 fi
73
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76   PATH_SEPARATOR=:
77   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79       PATH_SEPARATOR=';'
80   }
81 fi
82
83
84 # IFS
85 # We need space, tab and new line, in precisely that order.  Quoting is
86 # there to prevent editors from complaining about space-tab.
87 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
88 # splitting by setting IFS to empty value.)
89 IFS=" ""        $as_nl"
90
91 # Find who we are.  Look in the path if we contain no directory separator.
92 case $0 in #((
93   *[\\/]* ) as_myself=$0 ;;
94   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
95 for as_dir in $PATH
96 do
97   IFS=$as_save_IFS
98   test -z "$as_dir" && as_dir=.
99     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
100   done
101 IFS=$as_save_IFS
102
103      ;;
104 esac
105 # We did not find ourselves, most probably we were run as `sh COMMAND'
106 # in which case we are not to be found in the path.
107 if test "x$as_myself" = x; then
108   as_myself=$0
109 fi
110 if test ! -f "$as_myself"; then
111   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
112   exit 1
113 fi
114
115 # Unset variables that we do not need and which cause bugs (e.g. in
116 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
117 # suppresses any "Segmentation fault" message there.  '((' could
118 # trigger a bug in pdksh 5.2.14.
119 for as_var in BASH_ENV ENV MAIL MAILPATH
120 do eval test x\${$as_var+set} = xset \
121   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
122 done
123 PS1='$ '
124 PS2='> '
125 PS4='+ '
126
127 # NLS nuisances.
128 LC_ALL=C
129 export LC_ALL
130 LANGUAGE=C
131 export LANGUAGE
132
133 # CDPATH.
134 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
135
136 if test "x$CONFIG_SHELL" = x; then
137   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
138   emulate sh
139   NULLCMD=:
140   # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
141   # is contrary to our usage.  Disable this feature.
142   alias -g '\${1+\"\$@\"}'='\"\$@\"'
143   setopt NO_GLOB_SUBST
144 else
145   case \`(set -o) 2>/dev/null\` in #(
146   *posix*) :
147     set -o posix ;; #(
148   *) :
149      ;;
150 esac
151 fi
152 "
153   as_required="as_fn_return () { (exit \$1); }
154 as_fn_success () { as_fn_return 0; }
155 as_fn_failure () { as_fn_return 1; }
156 as_fn_ret_success () { return 0; }
157 as_fn_ret_failure () { return 1; }
158
159 exitcode=0
160 as_fn_success || { exitcode=1; echo as_fn_success failed.; }
161 as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
162 as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
163 as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
164 if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
165
166 else
167   exitcode=1; echo positional parameters were not saved.
168 fi
169 test x\$exitcode = x0 || exit 1"
170   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
171   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
172   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
173   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
174 test \$(( 1 + 1 )) = 2 || exit 1"
175   if (eval "$as_required") 2>/dev/null; then :
176   as_have_required=yes
177 else
178   as_have_required=no
179 fi
180   if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
181
182 else
183   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
184 as_found=false
185 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
186 do
187   IFS=$as_save_IFS
188   test -z "$as_dir" && as_dir=.
189   as_found=:
190   case $as_dir in #(
191          /*)
192            for as_base in sh bash ksh sh5; do
193              # Try only shells that exist, to save several forks.
194              as_shell=$as_dir/$as_base
195              if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
196                     { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
197   CONFIG_SHELL=$as_shell as_have_required=yes
198                    if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
199   break 2
200 fi
201 fi
202            done;;
203        esac
204   as_found=false
205 done
206 $as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
207               { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
208   CONFIG_SHELL=$SHELL as_have_required=yes
209 fi; }
210 IFS=$as_save_IFS
211
212
213       if test "x$CONFIG_SHELL" != x; then :
214   # We cannot yet assume a decent shell, so we have to provide a
215         # neutralization value for shells without unset; and this also
216         # works around shells that cannot unset nonexistent variables.
217         BASH_ENV=/dev/null
218         ENV=/dev/null
219         (unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
220         export CONFIG_SHELL
221         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
222 fi
223
224     if test x$as_have_required = xno; then :
225   $as_echo "$0: This script requires a shell more modern than all"
226   $as_echo "$0: the shells that I found on your system."
227   if test x${ZSH_VERSION+set} = xset ; then
228     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
229     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
230   else
231     $as_echo "$0: Please tell bug-autoconf@gnu.org about your system,
232 $0: including any error possibly output before this
233 $0: message. Then install a modern shell, or manually run
234 $0: the script under such a shell if you do have one."
235   fi
236   exit 1
237 fi
238 fi
239 fi
240 SHELL=${CONFIG_SHELL-/bin/sh}
241 export SHELL
242 # Unset more variables known to interfere with behavior of common tools.
243 CLICOLOR_FORCE= GREP_OPTIONS=
244 unset CLICOLOR_FORCE GREP_OPTIONS
245
246 ## --------------------- ##
247 ## M4sh Shell Functions. ##
248 ## --------------------- ##
249 # as_fn_unset VAR
250 # ---------------
251 # Portably unset VAR.
252 as_fn_unset ()
253 {
254   { eval $1=; unset $1;}
255 }
256 as_unset=as_fn_unset
257
258 # as_fn_set_status STATUS
259 # -----------------------
260 # Set $? to STATUS, without forking.
261 as_fn_set_status ()
262 {
263   return $1
264 } # as_fn_set_status
265
266 # as_fn_exit STATUS
267 # -----------------
268 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
269 as_fn_exit ()
270 {
271   set +e
272   as_fn_set_status $1
273   exit $1
274 } # as_fn_exit
275
276 # as_fn_mkdir_p
277 # -------------
278 # Create "$as_dir" as a directory, including parents if necessary.
279 as_fn_mkdir_p ()
280 {
281
282   case $as_dir in #(
283   -*) as_dir=./$as_dir;;
284   esac
285   test -d "$as_dir" || eval $as_mkdir_p || {
286     as_dirs=
287     while :; do
288       case $as_dir in #(
289       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
290       *) as_qdir=$as_dir;;
291       esac
292       as_dirs="'$as_qdir' $as_dirs"
293       as_dir=`$as_dirname -- "$as_dir" ||
294 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
295          X"$as_dir" : 'X\(//\)[^/]' \| \
296          X"$as_dir" : 'X\(//\)$' \| \
297          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
298 $as_echo X"$as_dir" |
299     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
300             s//\1/
301             q
302           }
303           /^X\(\/\/\)[^/].*/{
304             s//\1/
305             q
306           }
307           /^X\(\/\/\)$/{
308             s//\1/
309             q
310           }
311           /^X\(\/\).*/{
312             s//\1/
313             q
314           }
315           s/.*/./; q'`
316       test -d "$as_dir" && break
317     done
318     test -z "$as_dirs" || eval "mkdir $as_dirs"
319   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
320
321
322 } # as_fn_mkdir_p
323 # as_fn_append VAR VALUE
324 # ----------------------
325 # Append the text in VALUE to the end of the definition contained in VAR. Take
326 # advantage of any shell optimizations that allow amortized linear growth over
327 # repeated appends, instead of the typical quadratic growth present in naive
328 # implementations.
329 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
330   eval 'as_fn_append ()
331   {
332     eval $1+=\$2
333   }'
334 else
335   as_fn_append ()
336   {
337     eval $1=\$$1\$2
338   }
339 fi # as_fn_append
340
341 # as_fn_arith ARG...
342 # ------------------
343 # Perform arithmetic evaluation on the ARGs, and store the result in the
344 # global $as_val. Take advantage of shells that can avoid forks. The arguments
345 # must be portable across $(()) and expr.
346 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
347   eval 'as_fn_arith ()
348   {
349     as_val=$(( $* ))
350   }'
351 else
352   as_fn_arith ()
353   {
354     as_val=`expr "$@" || test $? -eq 1`
355   }
356 fi # as_fn_arith
357
358
359 # as_fn_error STATUS ERROR [LINENO LOG_FD]
360 # ----------------------------------------
361 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
362 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
363 # script with STATUS, using 1 if that was 0.
364 as_fn_error ()
365 {
366   as_status=$1; test $as_status -eq 0 && as_status=1
367   if test "$4"; then
368     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
369     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
370   fi
371   $as_echo "$as_me: error: $2" >&2
372   as_fn_exit $as_status
373 } # as_fn_error
374
375 if expr a : '\(a\)' >/dev/null 2>&1 &&
376    test "X`expr 00001 : '.*\(...\)'`" = X001; then
377   as_expr=expr
378 else
379   as_expr=false
380 fi
381
382 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
383   as_basename=basename
384 else
385   as_basename=false
386 fi
387
388 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
389   as_dirname=dirname
390 else
391   as_dirname=false
392 fi
393
394 as_me=`$as_basename -- "$0" ||
395 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
396          X"$0" : 'X\(//\)$' \| \
397          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
398 $as_echo X/"$0" |
399     sed '/^.*\/\([^/][^/]*\)\/*$/{
400             s//\1/
401             q
402           }
403           /^X\/\(\/\/\)$/{
404             s//\1/
405             q
406           }
407           /^X\/\(\/\).*/{
408             s//\1/
409             q
410           }
411           s/.*/./; q'`
412
413 # Avoid depending upon Character Ranges.
414 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
415 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
416 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
417 as_cr_digits='0123456789'
418 as_cr_alnum=$as_cr_Letters$as_cr_digits
419
420
421   as_lineno_1=$LINENO as_lineno_1a=$LINENO
422   as_lineno_2=$LINENO as_lineno_2a=$LINENO
423   eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
424   test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
425   # Blame Lee E. McMahon (1931-1989) for sed's syntax.  :-)
426   sed -n '
427     p
428     /[$]LINENO/=
429   ' <$as_myself |
430     sed '
431       s/[$]LINENO.*/&-/
432       t lineno
433       b
434       :lineno
435       N
436       :loop
437       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
438       t loop
439       s/-\n.*//
440     ' >$as_me.lineno &&
441   chmod +x "$as_me.lineno" ||
442     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
443
444   # Don't try to exec as it changes $[0], causing all sort of problems
445   # (the dirname of $[0] is not the place where we might find the
446   # original and so on.  Autoconf is especially sensitive to this).
447   . "./$as_me.lineno"
448   # Exit status is that of the last command.
449   exit
450 }
451
452 ECHO_C= ECHO_N= ECHO_T=
453 case `echo -n x` in #(((((
454 -n*)
455   case `echo 'xy\c'` in
456   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
457   xy)  ECHO_C='\c';;
458   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
459        ECHO_T=' ';;
460   esac;;
461 *)
462   ECHO_N='-n';;
463 esac
464
465 rm -f conf$$ conf$$.exe conf$$.file
466 if test -d conf$$.dir; then
467   rm -f conf$$.dir/conf$$.file
468 else
469   rm -f conf$$.dir
470   mkdir conf$$.dir 2>/dev/null
471 fi
472 if (echo >conf$$.file) 2>/dev/null; then
473   if ln -s conf$$.file conf$$ 2>/dev/null; then
474     as_ln_s='ln -s'
475     # ... but there are two gotchas:
476     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
477     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
478     # In both cases, we have to default to `cp -p'.
479     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
480       as_ln_s='cp -p'
481   elif ln conf$$.file conf$$ 2>/dev/null; then
482     as_ln_s=ln
483   else
484     as_ln_s='cp -p'
485   fi
486 else
487   as_ln_s='cp -p'
488 fi
489 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
490 rmdir conf$$.dir 2>/dev/null
491
492 if mkdir -p . 2>/dev/null; then
493   as_mkdir_p='mkdir -p "$as_dir"'
494 else
495   test -d ./-p && rmdir ./-p
496   as_mkdir_p=false
497 fi
498
499 if test -x / >/dev/null 2>&1; then
500   as_test_x='test -x'
501 else
502   if ls -dL / >/dev/null 2>&1; then
503     as_ls_L_option=L
504   else
505     as_ls_L_option=
506   fi
507   as_test_x='
508     eval sh -c '\''
509       if test -d "$1"; then
510         test -d "$1/.";
511       else
512         case $1 in #(
513         -*)set "./$1";;
514         esac;
515         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
516         ???[sx]*):;;*)false;;esac;fi
517     '\'' sh
518   '
519 fi
520 as_executable_p=$as_test_x
521
522 # Sed expression to map a string onto a valid CPP name.
523 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
524
525 # Sed expression to map a string onto a valid variable name.
526 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
527
528
529
530 # Check that we are running under the correct shell.
531 SHELL=${CONFIG_SHELL-/bin/sh}
532
533 case X$lt_ECHO in
534 X*--fallback-echo)
535   # Remove one level of quotation (which was required for Make).
536   ECHO=`echo "$lt_ECHO" | sed 's,\\\\\$\\$0,'$0','`
537   ;;
538 esac
539
540 ECHO=${lt_ECHO-echo}
541 if test "X$1" = X--no-reexec; then
542   # Discard the --no-reexec flag, and continue.
543   shift
544 elif test "X$1" = X--fallback-echo; then
545   # Avoid inline document here, it may be left over
546   :
547 elif test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' ; then
548   # Yippee, $ECHO works!
549   :
550 else
551   # Restart under the correct shell.
552   exec $SHELL "$0" --no-reexec ${1+"$@"}
553 fi
554
555 if test "X$1" = X--fallback-echo; then
556   # used as fallback echo
557   shift
558   cat <<_LT_EOF
559 $*
560 _LT_EOF
561   exit 0
562 fi
563
564 # The HP-UX ksh and POSIX shell print the target directory to stdout
565 # if CDPATH is set.
566 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
567
568 if test -z "$lt_ECHO"; then
569   if test "X${echo_test_string+set}" != Xset; then
570     # find a string as large as possible, as long as the shell can cope with it
571     for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
572       # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
573       if { echo_test_string=`eval $cmd`; } 2>/dev/null &&
574          { test "X$echo_test_string" = "X$echo_test_string"; } 2>/dev/null
575       then
576         break
577       fi
578     done
579   fi
580
581   if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
582      echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
583      test "X$echo_testing_string" = "X$echo_test_string"; then
584     :
585   else
586     # The Solaris, AIX, and Digital Unix default echo programs unquote
587     # backslashes.  This makes it impossible to quote backslashes using
588     #   echo "$something" | sed 's/\\/\\\\/g'
589     #
590     # So, first we look for a working echo in the user's PATH.
591
592     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
593     for dir in $PATH /usr/ucb; do
594       IFS="$lt_save_ifs"
595       if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
596          test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
597          echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
598          test "X$echo_testing_string" = "X$echo_test_string"; then
599         ECHO="$dir/echo"
600         break
601       fi
602     done
603     IFS="$lt_save_ifs"
604
605     if test "X$ECHO" = Xecho; then
606       # We didn't find a better echo, so look for alternatives.
607       if test "X`{ print -r '\t'; } 2>/dev/null`" = 'X\t' &&
608          echo_testing_string=`{ print -r "$echo_test_string"; } 2>/dev/null` &&
609          test "X$echo_testing_string" = "X$echo_test_string"; then
610         # This shell has a builtin print -r that does the trick.
611         ECHO='print -r'
612       elif { test -f /bin/ksh || test -f /bin/ksh$ac_exeext; } &&
613            test "X$CONFIG_SHELL" != X/bin/ksh; then
614         # If we have ksh, try running configure again with it.
615         ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
616         export ORIGINAL_CONFIG_SHELL
617         CONFIG_SHELL=/bin/ksh
618         export CONFIG_SHELL
619         exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
620       else
621         # Try using printf.
622         ECHO='printf %s\n'
623         if test "X`{ $ECHO '\t'; } 2>/dev/null`" = 'X\t' &&
624            echo_testing_string=`{ $ECHO "$echo_test_string"; } 2>/dev/null` &&
625            test "X$echo_testing_string" = "X$echo_test_string"; then
626           # Cool, printf works
627           :
628         elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
629              test "X$echo_testing_string" = 'X\t' &&
630              echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
631              test "X$echo_testing_string" = "X$echo_test_string"; then
632           CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
633           export CONFIG_SHELL
634           SHELL="$CONFIG_SHELL"
635           export SHELL
636           ECHO="$CONFIG_SHELL $0 --fallback-echo"
637         elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
638              test "X$echo_testing_string" = 'X\t' &&
639              echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
640              test "X$echo_testing_string" = "X$echo_test_string"; then
641           ECHO="$CONFIG_SHELL $0 --fallback-echo"
642         else
643           # maybe with a smaller string...
644           prev=:
645
646           for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
647             if { test "X$echo_test_string" = "X`eval $cmd`"; } 2>/dev/null
648             then
649               break
650             fi
651             prev="$cmd"
652           done
653
654           if test "$prev" != 'sed 50q "$0"'; then
655             echo_test_string=`eval $prev`
656             export echo_test_string
657             exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
658           else
659             # Oops.  We lost completely, so just stick with echo.
660             ECHO=echo
661           fi
662         fi
663       fi
664     fi
665   fi
666 fi
667
668 # Copy echo and quote the copy suitably for passing to libtool from
669 # the Makefile, instead of quoting the original, which is used later.
670 lt_ECHO=$ECHO
671 if test "X$lt_ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
672    lt_ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
673 fi
674
675
676
677
678 test -n "$DJDIR" || exec 7<&0 </dev/null
679 exec 6>&1
680
681 # Name of the host.
682 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
683 # so uname gets run too.
684 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
685
686 #
687 # Initializations.
688 #
689 ac_default_prefix=/usr/local
690 ac_clean_files=
691 ac_config_libobj_dir=.
692 LIBOBJS=
693 cross_compiling=no
694 subdirs=
695 MFLAGS=
696 MAKEFLAGS=
697
698 # Identity of this package.
699 PACKAGE_NAME='my-plugin-package'
700 PACKAGE_TARNAME='my-plugin-package'
701 PACKAGE_VERSION='0.10.0'
702 PACKAGE_STRING='my-plugin-package 0.10.0'
703 PACKAGE_BUGREPORT=''
704 PACKAGE_URL=''
705
706 ac_unique_file="src/gstemul.c"
707 # Factoring default headers for most tests.
708 ac_includes_default="\
709 #include <stdio.h>
710 #ifdef HAVE_SYS_TYPES_H
711 # include <sys/types.h>
712 #endif
713 #ifdef HAVE_SYS_STAT_H
714 # include <sys/stat.h>
715 #endif
716 #ifdef STDC_HEADERS
717 # include <stdlib.h>
718 # include <stddef.h>
719 #else
720 # ifdef HAVE_STDLIB_H
721 #  include <stdlib.h>
722 # endif
723 #endif
724 #ifdef HAVE_STRING_H
725 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
726 #  include <memory.h>
727 # endif
728 # include <string.h>
729 #endif
730 #ifdef HAVE_STRINGS_H
731 # include <strings.h>
732 #endif
733 #ifdef HAVE_INTTYPES_H
734 # include <inttypes.h>
735 #endif
736 #ifdef HAVE_STDINT_H
737 # include <stdint.h>
738 #endif
739 #ifdef HAVE_UNISTD_H
740 # include <unistd.h>
741 #endif"
742
743 ac_subst_vars='am__EXEEXT_FALSE
744 am__EXEEXT_TRUE
745 LTLIBOBJS
746 LIBOBJS
747 GST_PLUGIN_LDFLAGS
748 plugindir
749 GST_LIBS
750 GST_CFLAGS
751 PKG_CONFIG_LIBDIR
752 PKG_CONFIG_PATH
753 PKG_CONFIG
754 HAVE_PKGCONFIG
755 CPP
756 OTOOL64
757 OTOOL
758 LIPO
759 NMEDIT
760 DSYMUTIL
761 lt_ECHO
762 RANLIB
763 AR
764 OBJDUMP
765 LN_S
766 NM
767 ac_ct_DUMPBIN
768 DUMPBIN
769 LD
770 FGREP
771 EGREP
772 GREP
773 SED
774 host_os
775 host_vendor
776 host_cpu
777 host
778 build_os
779 build_vendor
780 build_cpu
781 build
782 LIBTOOL
783 am__fastdepCC_FALSE
784 am__fastdepCC_TRUE
785 CCDEPMODE
786 AMDEPBACKSLASH
787 AMDEP_FALSE
788 AMDEP_TRUE
789 am__quote
790 am__include
791 DEPDIR
792 OBJEXT
793 EXEEXT
794 ac_ct_CC
795 CPPFLAGS
796 LDFLAGS
797 CFLAGS
798 CC
799 MAINT
800 MAINTAINER_MODE_FALSE
801 MAINTAINER_MODE_TRUE
802 am__untar
803 am__tar
804 AMTAR
805 am__leading_dot
806 SET_MAKE
807 AWK
808 mkdir_p
809 MKDIR_P
810 INSTALL_STRIP_PROGRAM
811 STRIP
812 install_sh
813 MAKEINFO
814 AUTOHEADER
815 AUTOMAKE
816 AUTOCONF
817 ACLOCAL
818 VERSION
819 PACKAGE
820 CYGPATH_W
821 am__isrc
822 INSTALL_DATA
823 INSTALL_SCRIPT
824 INSTALL_PROGRAM
825 target_alias
826 host_alias
827 build_alias
828 LIBS
829 ECHO_T
830 ECHO_N
831 ECHO_C
832 DEFS
833 mandir
834 localedir
835 libdir
836 psdir
837 pdfdir
838 dvidir
839 htmldir
840 infodir
841 docdir
842 oldincludedir
843 includedir
844 localstatedir
845 sharedstatedir
846 sysconfdir
847 datadir
848 datarootdir
849 libexecdir
850 sbindir
851 bindir
852 program_transform_name
853 prefix
854 exec_prefix
855 PACKAGE_URL
856 PACKAGE_BUGREPORT
857 PACKAGE_STRING
858 PACKAGE_VERSION
859 PACKAGE_TARNAME
860 PACKAGE_NAME
861 PATH_SEPARATOR
862 SHELL'
863 ac_subst_files=''
864 ac_user_opts='
865 enable_option_checking
866 enable_maintainer_mode
867 enable_dependency_tracking
868 enable_shared
869 enable_static
870 with_pic
871 enable_fast_install
872 with_gnu_ld
873 enable_libtool_lock
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 PKG_CONFIG
885 PKG_CONFIG_PATH
886 PKG_CONFIG_LIBDIR
887 GST_CFLAGS
888 GST_LIBS'
889
890
891 # Initialize some variables set by options.
892 ac_init_help=
893 ac_init_version=false
894 ac_unrecognized_opts=
895 ac_unrecognized_sep=
896 # The variables have the same names as the options, with
897 # dashes changed to underlines.
898 cache_file=/dev/null
899 exec_prefix=NONE
900 no_create=
901 no_recursion=
902 prefix=NONE
903 program_prefix=NONE
904 program_suffix=NONE
905 program_transform_name=s,x,x,
906 silent=
907 site=
908 srcdir=
909 verbose=
910 x_includes=NONE
911 x_libraries=NONE
912
913 # Installation directory options.
914 # These are left unexpanded so users can "make install exec_prefix=/foo"
915 # and all the variables that are supposed to be based on exec_prefix
916 # by default will actually change.
917 # Use braces instead of parens because sh, perl, etc. also accept them.
918 # (The list follows the same order as the GNU Coding Standards.)
919 bindir='${exec_prefix}/bin'
920 sbindir='${exec_prefix}/sbin'
921 libexecdir='${exec_prefix}/libexec'
922 datarootdir='${prefix}/share'
923 datadir='${datarootdir}'
924 sysconfdir='${prefix}/etc'
925 sharedstatedir='${prefix}/com'
926 localstatedir='${prefix}/var'
927 includedir='${prefix}/include'
928 oldincludedir='/usr/include'
929 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
930 infodir='${datarootdir}/info'
931 htmldir='${docdir}'
932 dvidir='${docdir}'
933 pdfdir='${docdir}'
934 psdir='${docdir}'
935 libdir='${exec_prefix}/lib'
936 localedir='${datarootdir}/locale'
937 mandir='${datarootdir}/man'
938
939 ac_prev=
940 ac_dashdash=
941 for ac_option
942 do
943   # If the previous option needs an argument, assign it.
944   if test -n "$ac_prev"; then
945     eval $ac_prev=\$ac_option
946     ac_prev=
947     continue
948   fi
949
950   case $ac_option in
951   *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
952   *=)   ac_optarg= ;;
953   *)    ac_optarg=yes ;;
954   esac
955
956   # Accept the important Cygnus configure options, so we can diagnose typos.
957
958   case $ac_dashdash$ac_option in
959   --)
960     ac_dashdash=yes ;;
961
962   -bindir | --bindir | --bindi | --bind | --bin | --bi)
963     ac_prev=bindir ;;
964   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
965     bindir=$ac_optarg ;;
966
967   -build | --build | --buil | --bui | --bu)
968     ac_prev=build_alias ;;
969   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
970     build_alias=$ac_optarg ;;
971
972   -cache-file | --cache-file | --cache-fil | --cache-fi \
973   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
974     ac_prev=cache_file ;;
975   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
976   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
977     cache_file=$ac_optarg ;;
978
979   --config-cache | -C)
980     cache_file=config.cache ;;
981
982   -datadir | --datadir | --datadi | --datad)
983     ac_prev=datadir ;;
984   -datadir=* | --datadir=* | --datadi=* | --datad=*)
985     datadir=$ac_optarg ;;
986
987   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
988   | --dataroo | --dataro | --datar)
989     ac_prev=datarootdir ;;
990   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
991   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
992     datarootdir=$ac_optarg ;;
993
994   -disable-* | --disable-*)
995     ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
996     # Reject names that are not valid shell variable names.
997     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
998       as_fn_error $? "invalid feature name: $ac_useropt"
999     ac_useropt_orig=$ac_useropt
1000     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1001     case $ac_user_opts in
1002       *"
1003 "enable_$ac_useropt"
1004 "*) ;;
1005       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
1006          ac_unrecognized_sep=', ';;
1007     esac
1008     eval enable_$ac_useropt=no ;;
1009
1010   -docdir | --docdir | --docdi | --doc | --do)
1011     ac_prev=docdir ;;
1012   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
1013     docdir=$ac_optarg ;;
1014
1015   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
1016     ac_prev=dvidir ;;
1017   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1018     dvidir=$ac_optarg ;;
1019
1020   -enable-* | --enable-*)
1021     ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1022     # Reject names that are not valid shell variable names.
1023     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1024       as_fn_error $? "invalid feature name: $ac_useropt"
1025     ac_useropt_orig=$ac_useropt
1026     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1027     case $ac_user_opts in
1028       *"
1029 "enable_$ac_useropt"
1030 "*) ;;
1031       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1032          ac_unrecognized_sep=', ';;
1033     esac
1034     eval enable_$ac_useropt=\$ac_optarg ;;
1035
1036   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1037   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1038   | --exec | --exe | --ex)
1039     ac_prev=exec_prefix ;;
1040   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1041   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1042   | --exec=* | --exe=* | --ex=*)
1043     exec_prefix=$ac_optarg ;;
1044
1045   -gas | --gas | --ga | --g)
1046     # Obsolete; use --with-gas.
1047     with_gas=yes ;;
1048
1049   -help | --help | --hel | --he | -h)
1050     ac_init_help=long ;;
1051   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1052     ac_init_help=recursive ;;
1053   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1054     ac_init_help=short ;;
1055
1056   -host | --host | --hos | --ho)
1057     ac_prev=host_alias ;;
1058   -host=* | --host=* | --hos=* | --ho=*)
1059     host_alias=$ac_optarg ;;
1060
1061   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1062     ac_prev=htmldir ;;
1063   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1064   | --ht=*)
1065     htmldir=$ac_optarg ;;
1066
1067   -includedir | --includedir | --includedi | --included | --include \
1068   | --includ | --inclu | --incl | --inc)
1069     ac_prev=includedir ;;
1070   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1071   | --includ=* | --inclu=* | --incl=* | --inc=*)
1072     includedir=$ac_optarg ;;
1073
1074   -infodir | --infodir | --infodi | --infod | --info | --inf)
1075     ac_prev=infodir ;;
1076   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1077     infodir=$ac_optarg ;;
1078
1079   -libdir | --libdir | --libdi | --libd)
1080     ac_prev=libdir ;;
1081   -libdir=* | --libdir=* | --libdi=* | --libd=*)
1082     libdir=$ac_optarg ;;
1083
1084   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1085   | --libexe | --libex | --libe)
1086     ac_prev=libexecdir ;;
1087   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1088   | --libexe=* | --libex=* | --libe=*)
1089     libexecdir=$ac_optarg ;;
1090
1091   -localedir | --localedir | --localedi | --localed | --locale)
1092     ac_prev=localedir ;;
1093   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1094     localedir=$ac_optarg ;;
1095
1096   -localstatedir | --localstatedir | --localstatedi | --localstated \
1097   | --localstate | --localstat | --localsta | --localst | --locals)
1098     ac_prev=localstatedir ;;
1099   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1100   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1101     localstatedir=$ac_optarg ;;
1102
1103   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1104     ac_prev=mandir ;;
1105   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1106     mandir=$ac_optarg ;;
1107
1108   -nfp | --nfp | --nf)
1109     # Obsolete; use --without-fp.
1110     with_fp=no ;;
1111
1112   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1113   | --no-cr | --no-c | -n)
1114     no_create=yes ;;
1115
1116   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1117   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1118     no_recursion=yes ;;
1119
1120   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1121   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1122   | --oldin | --oldi | --old | --ol | --o)
1123     ac_prev=oldincludedir ;;
1124   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1125   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1126   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1127     oldincludedir=$ac_optarg ;;
1128
1129   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1130     ac_prev=prefix ;;
1131   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1132     prefix=$ac_optarg ;;
1133
1134   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1135   | --program-pre | --program-pr | --program-p)
1136     ac_prev=program_prefix ;;
1137   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1138   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1139     program_prefix=$ac_optarg ;;
1140
1141   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1142   | --program-suf | --program-su | --program-s)
1143     ac_prev=program_suffix ;;
1144   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1145   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1146     program_suffix=$ac_optarg ;;
1147
1148   -program-transform-name | --program-transform-name \
1149   | --program-transform-nam | --program-transform-na \
1150   | --program-transform-n | --program-transform- \
1151   | --program-transform | --program-transfor \
1152   | --program-transfo | --program-transf \
1153   | --program-trans | --program-tran \
1154   | --progr-tra | --program-tr | --program-t)
1155     ac_prev=program_transform_name ;;
1156   -program-transform-name=* | --program-transform-name=* \
1157   | --program-transform-nam=* | --program-transform-na=* \
1158   | --program-transform-n=* | --program-transform-=* \
1159   | --program-transform=* | --program-transfor=* \
1160   | --program-transfo=* | --program-transf=* \
1161   | --program-trans=* | --program-tran=* \
1162   | --progr-tra=* | --program-tr=* | --program-t=*)
1163     program_transform_name=$ac_optarg ;;
1164
1165   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1166     ac_prev=pdfdir ;;
1167   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1168     pdfdir=$ac_optarg ;;
1169
1170   -psdir | --psdir | --psdi | --psd | --ps)
1171     ac_prev=psdir ;;
1172   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1173     psdir=$ac_optarg ;;
1174
1175   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1176   | -silent | --silent | --silen | --sile | --sil)
1177     silent=yes ;;
1178
1179   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1180     ac_prev=sbindir ;;
1181   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1182   | --sbi=* | --sb=*)
1183     sbindir=$ac_optarg ;;
1184
1185   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1186   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1187   | --sharedst | --shareds | --shared | --share | --shar \
1188   | --sha | --sh)
1189     ac_prev=sharedstatedir ;;
1190   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1191   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1192   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1193   | --sha=* | --sh=*)
1194     sharedstatedir=$ac_optarg ;;
1195
1196   -site | --site | --sit)
1197     ac_prev=site ;;
1198   -site=* | --site=* | --sit=*)
1199     site=$ac_optarg ;;
1200
1201   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1202     ac_prev=srcdir ;;
1203   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1204     srcdir=$ac_optarg ;;
1205
1206   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1207   | --syscon | --sysco | --sysc | --sys | --sy)
1208     ac_prev=sysconfdir ;;
1209   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1210   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1211     sysconfdir=$ac_optarg ;;
1212
1213   -target | --target | --targe | --targ | --tar | --ta | --t)
1214     ac_prev=target_alias ;;
1215   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1216     target_alias=$ac_optarg ;;
1217
1218   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1219     verbose=yes ;;
1220
1221   -version | --version | --versio | --versi | --vers | -V)
1222     ac_init_version=: ;;
1223
1224   -with-* | --with-*)
1225     ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1226     # Reject names that are not valid shell variable names.
1227     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1228       as_fn_error $? "invalid package name: $ac_useropt"
1229     ac_useropt_orig=$ac_useropt
1230     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1231     case $ac_user_opts in
1232       *"
1233 "with_$ac_useropt"
1234 "*) ;;
1235       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1236          ac_unrecognized_sep=', ';;
1237     esac
1238     eval with_$ac_useropt=\$ac_optarg ;;
1239
1240   -without-* | --without-*)
1241     ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1242     # Reject names that are not valid shell variable names.
1243     expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1244       as_fn_error $? "invalid package name: $ac_useropt"
1245     ac_useropt_orig=$ac_useropt
1246     ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1247     case $ac_user_opts in
1248       *"
1249 "with_$ac_useropt"
1250 "*) ;;
1251       *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1252          ac_unrecognized_sep=', ';;
1253     esac
1254     eval with_$ac_useropt=no ;;
1255
1256   --x)
1257     # Obsolete; use --with-x.
1258     with_x=yes ;;
1259
1260   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1261   | --x-incl | --x-inc | --x-in | --x-i)
1262     ac_prev=x_includes ;;
1263   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1264   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1265     x_includes=$ac_optarg ;;
1266
1267   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1268   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1269     ac_prev=x_libraries ;;
1270   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1271   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1272     x_libraries=$ac_optarg ;;
1273
1274   -*) as_fn_error $? "unrecognized option: \`$ac_option'
1275 Try \`$0 --help' for more information"
1276     ;;
1277
1278   *=*)
1279     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1280     # Reject names that are not valid shell variable names.
1281     case $ac_envvar in #(
1282       '' | [0-9]* | *[!_$as_cr_alnum]* )
1283       as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
1284     esac
1285     eval $ac_envvar=\$ac_optarg
1286     export $ac_envvar ;;
1287
1288   *)
1289     # FIXME: should be removed in autoconf 3.0.
1290     $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1291     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1292       $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1293     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1294     ;;
1295
1296   esac
1297 done
1298
1299 if test -n "$ac_prev"; then
1300   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1301   as_fn_error $? "missing argument to $ac_option"
1302 fi
1303
1304 if test -n "$ac_unrecognized_opts"; then
1305   case $enable_option_checking in
1306     no) ;;
1307     fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
1308     *)     $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1309   esac
1310 fi
1311
1312 # Check all directory arguments for consistency.
1313 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1314                 datadir sysconfdir sharedstatedir localstatedir includedir \
1315                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1316                 libdir localedir mandir
1317 do
1318   eval ac_val=\$$ac_var
1319   # Remove trailing slashes.
1320   case $ac_val in
1321     */ )
1322       ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1323       eval $ac_var=\$ac_val;;
1324   esac
1325   # Be sure to have absolute directory names.
1326   case $ac_val in
1327     [\\/$]* | ?:[\\/]* )  continue;;
1328     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1329   esac
1330   as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
1331 done
1332
1333 # There might be people who depend on the old broken behavior: `$host'
1334 # used to hold the argument of --host etc.
1335 # FIXME: To remove some day.
1336 build=$build_alias
1337 host=$host_alias
1338 target=$target_alias
1339
1340 # FIXME: To remove some day.
1341 if test "x$host_alias" != x; then
1342   if test "x$build_alias" = x; then
1343     cross_compiling=maybe
1344     $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1345     If a cross compiler is detected then cross compile mode will be used" >&2
1346   elif test "x$build_alias" != "x$host_alias"; then
1347     cross_compiling=yes
1348   fi
1349 fi
1350
1351 ac_tool_prefix=
1352 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1353
1354 test "$silent" = yes && exec 6>/dev/null
1355
1356
1357 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1358 ac_ls_di=`ls -di .` &&
1359 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1360   as_fn_error $? "working directory cannot be determined"
1361 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1362   as_fn_error $? "pwd does not report name of working directory"
1363
1364
1365 # Find the source files, if location was not specified.
1366 if test -z "$srcdir"; then
1367   ac_srcdir_defaulted=yes
1368   # Try the directory containing this script, then the parent directory.
1369   ac_confdir=`$as_dirname -- "$as_myself" ||
1370 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1371          X"$as_myself" : 'X\(//\)[^/]' \| \
1372          X"$as_myself" : 'X\(//\)$' \| \
1373          X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1374 $as_echo X"$as_myself" |
1375     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1376             s//\1/
1377             q
1378           }
1379           /^X\(\/\/\)[^/].*/{
1380             s//\1/
1381             q
1382           }
1383           /^X\(\/\/\)$/{
1384             s//\1/
1385             q
1386           }
1387           /^X\(\/\).*/{
1388             s//\1/
1389             q
1390           }
1391           s/.*/./; q'`
1392   srcdir=$ac_confdir
1393   if test ! -r "$srcdir/$ac_unique_file"; then
1394     srcdir=..
1395   fi
1396 else
1397   ac_srcdir_defaulted=no
1398 fi
1399 if test ! -r "$srcdir/$ac_unique_file"; then
1400   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1401   as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
1402 fi
1403 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1404 ac_abs_confdir=`(
1405         cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
1406         pwd)`
1407 # When building in place, set srcdir=.
1408 if test "$ac_abs_confdir" = "$ac_pwd"; then
1409   srcdir=.
1410 fi
1411 # Remove unnecessary trailing slashes from srcdir.
1412 # Double slashes in file names in object file debugging info
1413 # mess up M-x gdb in Emacs.
1414 case $srcdir in
1415 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1416 esac
1417 for ac_var in $ac_precious_vars; do
1418   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1419   eval ac_env_${ac_var}_value=\$${ac_var}
1420   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1421   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1422 done
1423
1424 #
1425 # Report the --help message.
1426 #
1427 if test "$ac_init_help" = "long"; then
1428   # Omit some internal or obsolete options to make the list less imposing.
1429   # This message is too long to be a string in the A/UX 3.1 sh.
1430   cat <<_ACEOF
1431 \`configure' configures my-plugin-package 0.10.0 to adapt to many kinds of systems.
1432
1433 Usage: $0 [OPTION]... [VAR=VALUE]...
1434
1435 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1436 VAR=VALUE.  See below for descriptions of some of the useful variables.
1437
1438 Defaults for the options are specified in brackets.
1439
1440 Configuration:
1441   -h, --help              display this help and exit
1442       --help=short        display options specific to this package
1443       --help=recursive    display the short help of all the included packages
1444   -V, --version           display version information and exit
1445   -q, --quiet, --silent   do not print \`checking ...' messages
1446       --cache-file=FILE   cache test results in FILE [disabled]
1447   -C, --config-cache      alias for \`--cache-file=config.cache'
1448   -n, --no-create         do not create output files
1449       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1450
1451 Installation directories:
1452   --prefix=PREFIX         install architecture-independent files in PREFIX
1453                           [$ac_default_prefix]
1454   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1455                           [PREFIX]
1456
1457 By default, \`make install' will install all the files in
1458 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1459 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1460 for instance \`--prefix=\$HOME'.
1461
1462 For better control, use the options below.
1463
1464 Fine tuning of the installation directories:
1465   --bindir=DIR            user executables [EPREFIX/bin]
1466   --sbindir=DIR           system admin executables [EPREFIX/sbin]
1467   --libexecdir=DIR        program executables [EPREFIX/libexec]
1468   --sysconfdir=DIR        read-only single-machine data [PREFIX/etc]
1469   --sharedstatedir=DIR    modifiable architecture-independent data [PREFIX/com]
1470   --localstatedir=DIR     modifiable single-machine data [PREFIX/var]
1471   --libdir=DIR            object code libraries [EPREFIX/lib]
1472   --includedir=DIR        C header files [PREFIX/include]
1473   --oldincludedir=DIR     C header files for non-gcc [/usr/include]
1474   --datarootdir=DIR       read-only arch.-independent data root [PREFIX/share]
1475   --datadir=DIR           read-only architecture-independent data [DATAROOTDIR]
1476   --infodir=DIR           info documentation [DATAROOTDIR/info]
1477   --localedir=DIR         locale-dependent data [DATAROOTDIR/locale]
1478   --mandir=DIR            man documentation [DATAROOTDIR/man]
1479   --docdir=DIR            documentation root
1480                           [DATAROOTDIR/doc/my-plugin-package]
1481   --htmldir=DIR           html documentation [DOCDIR]
1482   --dvidir=DIR            dvi documentation [DOCDIR]
1483   --pdfdir=DIR            pdf documentation [DOCDIR]
1484   --psdir=DIR             ps documentation [DOCDIR]
1485 _ACEOF
1486
1487   cat <<\_ACEOF
1488
1489 Program names:
1490   --program-prefix=PREFIX            prepend PREFIX to installed program names
1491   --program-suffix=SUFFIX            append SUFFIX to installed program names
1492   --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
1493
1494 System types:
1495   --build=BUILD     configure for building on BUILD [guessed]
1496   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1497 _ACEOF
1498 fi
1499
1500 if test -n "$ac_init_help"; then
1501   case $ac_init_help in
1502      short | recursive ) echo "Configuration of my-plugin-package 0.10.0:";;
1503    esac
1504   cat <<\_ACEOF
1505
1506 Optional Features:
1507   --disable-option-checking  ignore unrecognized --enable/--with options
1508   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1509   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1510   --disable-maintainer-mode  disable make rules and dependencies not useful
1511                           (and sometimes confusing) to the casual installer
1512   --disable-dependency-tracking  speeds up one-time build
1513   --enable-dependency-tracking   do not reject slow dependency extractors
1514   --enable-shared[=PKGS]  build shared libraries [default=yes]
1515   --enable-static[=PKGS]  build static libraries [default=yes]
1516   --enable-fast-install[=PKGS]
1517                           optimize for fast installation [default=yes]
1518   --disable-libtool-lock  avoid locking (might break parallel builds)
1519
1520 Optional Packages:
1521   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1522   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1523   --with-pic              try to use only PIC/non-PIC objects [default=use
1524                           both]
1525   --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
1526
1527 Some influential environment variables:
1528   CC          C compiler command
1529   CFLAGS      C compiler flags
1530   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1531               nonstandard directory <lib dir>
1532   LIBS        libraries to pass to the linker, e.g. -l<library>
1533   CPPFLAGS    (Objective) C/C++ preprocessor flags, e.g. -I<include dir> if
1534               you have headers in a nonstandard directory <include dir>
1535   CPP         C preprocessor
1536   PKG_CONFIG  path to pkg-config utility
1537   PKG_CONFIG_PATH
1538               directories to add to pkg-config's search path
1539   PKG_CONFIG_LIBDIR
1540               path overriding pkg-config's built-in search path
1541   GST_CFLAGS  C compiler flags for GST, overriding pkg-config
1542   GST_LIBS    linker flags for GST, overriding pkg-config
1543
1544 Use these variables to override the choices made by `configure' or to help
1545 it to find libraries and programs with nonstandard names/locations.
1546
1547 Report bugs to the package provider.
1548 _ACEOF
1549 ac_status=$?
1550 fi
1551
1552 if test "$ac_init_help" = "recursive"; then
1553   # If there are subdirs, report their specific --help.
1554   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1555     test -d "$ac_dir" ||
1556       { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1557       continue
1558     ac_builddir=.
1559
1560 case "$ac_dir" in
1561 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1562 *)
1563   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1564   # A ".." for each directory in $ac_dir_suffix.
1565   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1566   case $ac_top_builddir_sub in
1567   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1568   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1569   esac ;;
1570 esac
1571 ac_abs_top_builddir=$ac_pwd
1572 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1573 # for backward compatibility:
1574 ac_top_builddir=$ac_top_build_prefix
1575
1576 case $srcdir in
1577   .)  # We are building in place.
1578     ac_srcdir=.
1579     ac_top_srcdir=$ac_top_builddir_sub
1580     ac_abs_top_srcdir=$ac_pwd ;;
1581   [\\/]* | ?:[\\/]* )  # Absolute name.
1582     ac_srcdir=$srcdir$ac_dir_suffix;
1583     ac_top_srcdir=$srcdir
1584     ac_abs_top_srcdir=$srcdir ;;
1585   *) # Relative name.
1586     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1587     ac_top_srcdir=$ac_top_build_prefix$srcdir
1588     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1589 esac
1590 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1591
1592     cd "$ac_dir" || { ac_status=$?; continue; }
1593     # Check for guested configure.
1594     if test -f "$ac_srcdir/configure.gnu"; then
1595       echo &&
1596       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1597     elif test -f "$ac_srcdir/configure"; then
1598       echo &&
1599       $SHELL "$ac_srcdir/configure" --help=recursive
1600     else
1601       $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1602     fi || ac_status=$?
1603     cd "$ac_pwd" || { ac_status=$?; break; }
1604   done
1605 fi
1606
1607 test -n "$ac_init_help" && exit $ac_status
1608 if $ac_init_version; then
1609   cat <<\_ACEOF
1610 my-plugin-package configure 0.10.0
1611 generated by GNU Autoconf 2.67
1612
1613 Copyright (C) 2010 Free Software Foundation, Inc.
1614 This configure script is free software; the Free Software Foundation
1615 gives unlimited permission to copy, distribute and modify it.
1616 _ACEOF
1617   exit
1618 fi
1619
1620 ## ------------------------ ##
1621 ## Autoconf initialization. ##
1622 ## ------------------------ ##
1623
1624 # ac_fn_c_try_compile LINENO
1625 # --------------------------
1626 # Try to compile conftest.$ac_ext, and return whether this succeeded.
1627 ac_fn_c_try_compile ()
1628 {
1629   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1630   rm -f conftest.$ac_objext
1631   if { { ac_try="$ac_compile"
1632 case "(($ac_try" in
1633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1634   *) ac_try_echo=$ac_try;;
1635 esac
1636 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1637 $as_echo "$ac_try_echo"; } >&5
1638   (eval "$ac_compile") 2>conftest.err
1639   ac_status=$?
1640   if test -s conftest.err; then
1641     grep -v '^ *+' conftest.err >conftest.er1
1642     cat conftest.er1 >&5
1643     mv -f conftest.er1 conftest.err
1644   fi
1645   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1646   test $ac_status = 0; } && {
1647          test -z "$ac_c_werror_flag" ||
1648          test ! -s conftest.err
1649        } && test -s conftest.$ac_objext; then :
1650   ac_retval=0
1651 else
1652   $as_echo "$as_me: failed program was:" >&5
1653 sed 's/^/| /' conftest.$ac_ext >&5
1654
1655         ac_retval=1
1656 fi
1657   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1658   as_fn_set_status $ac_retval
1659
1660 } # ac_fn_c_try_compile
1661
1662 # ac_fn_c_try_link LINENO
1663 # -----------------------
1664 # Try to link conftest.$ac_ext, and return whether this succeeded.
1665 ac_fn_c_try_link ()
1666 {
1667   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1668   rm -f conftest.$ac_objext conftest$ac_exeext
1669   if { { ac_try="$ac_link"
1670 case "(($ac_try" in
1671   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1672   *) ac_try_echo=$ac_try;;
1673 esac
1674 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1675 $as_echo "$ac_try_echo"; } >&5
1676   (eval "$ac_link") 2>conftest.err
1677   ac_status=$?
1678   if test -s conftest.err; then
1679     grep -v '^ *+' conftest.err >conftest.er1
1680     cat conftest.er1 >&5
1681     mv -f conftest.er1 conftest.err
1682   fi
1683   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1684   test $ac_status = 0; } && {
1685          test -z "$ac_c_werror_flag" ||
1686          test ! -s conftest.err
1687        } && test -s conftest$ac_exeext && {
1688          test "$cross_compiling" = yes ||
1689          $as_test_x conftest$ac_exeext
1690        }; then :
1691   ac_retval=0
1692 else
1693   $as_echo "$as_me: failed program was:" >&5
1694 sed 's/^/| /' conftest.$ac_ext >&5
1695
1696         ac_retval=1
1697 fi
1698   # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1699   # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1700   # interfere with the next link command; also delete a directory that is
1701   # left behind by Apple's compiler.  We do this before executing the actions.
1702   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1703   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1704   as_fn_set_status $ac_retval
1705
1706 } # ac_fn_c_try_link
1707
1708 # ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1709 # -------------------------------------------------------
1710 # Tests whether HEADER exists and can be compiled using the include files in
1711 # INCLUDES, setting the cache variable VAR accordingly.
1712 ac_fn_c_check_header_compile ()
1713 {
1714   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1715   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1716 $as_echo_n "checking for $2... " >&6; }
1717 if eval "test \"\${$3+set}\"" = set; then :
1718   $as_echo_n "(cached) " >&6
1719 else
1720   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1721 /* end confdefs.h.  */
1722 $4
1723 #include <$2>
1724 _ACEOF
1725 if ac_fn_c_try_compile "$LINENO"; then :
1726   eval "$3=yes"
1727 else
1728   eval "$3=no"
1729 fi
1730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1731 fi
1732 eval ac_res=\$$3
1733                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1734 $as_echo "$ac_res" >&6; }
1735   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1736
1737 } # ac_fn_c_check_header_compile
1738
1739 # ac_fn_c_try_cpp LINENO
1740 # ----------------------
1741 # Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1742 ac_fn_c_try_cpp ()
1743 {
1744   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1745   if { { ac_try="$ac_cpp conftest.$ac_ext"
1746 case "(($ac_try" in
1747   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1748   *) ac_try_echo=$ac_try;;
1749 esac
1750 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1751 $as_echo "$ac_try_echo"; } >&5
1752   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1753   ac_status=$?
1754   if test -s conftest.err; then
1755     grep -v '^ *+' conftest.err >conftest.er1
1756     cat conftest.er1 >&5
1757     mv -f conftest.er1 conftest.err
1758   fi
1759   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1760   test $ac_status = 0; } > conftest.i && {
1761          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1762          test ! -s conftest.err
1763        }; then :
1764   ac_retval=0
1765 else
1766   $as_echo "$as_me: failed program was:" >&5
1767 sed 's/^/| /' conftest.$ac_ext >&5
1768
1769     ac_retval=1
1770 fi
1771   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1772   as_fn_set_status $ac_retval
1773
1774 } # ac_fn_c_try_cpp
1775
1776 # ac_fn_c_try_run LINENO
1777 # ----------------------
1778 # Try to link conftest.$ac_ext, and return whether this succeeded. Assumes
1779 # that executables *can* be run.
1780 ac_fn_c_try_run ()
1781 {
1782   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1783   if { { ac_try="$ac_link"
1784 case "(($ac_try" in
1785   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1786   *) ac_try_echo=$ac_try;;
1787 esac
1788 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1789 $as_echo "$ac_try_echo"; } >&5
1790   (eval "$ac_link") 2>&5
1791   ac_status=$?
1792   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1793   test $ac_status = 0; } && { ac_try='./conftest$ac_exeext'
1794   { { case "(($ac_try" in
1795   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1796   *) ac_try_echo=$ac_try;;
1797 esac
1798 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1799 $as_echo "$ac_try_echo"; } >&5
1800   (eval "$ac_try") 2>&5
1801   ac_status=$?
1802   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1803   test $ac_status = 0; }; }; then :
1804   ac_retval=0
1805 else
1806   $as_echo "$as_me: program exited with status $ac_status" >&5
1807        $as_echo "$as_me: failed program was:" >&5
1808 sed 's/^/| /' conftest.$ac_ext >&5
1809
1810        ac_retval=$ac_status
1811 fi
1812   rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1813   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1814   as_fn_set_status $ac_retval
1815
1816 } # ac_fn_c_try_run
1817
1818 # ac_fn_c_check_func LINENO FUNC VAR
1819 # ----------------------------------
1820 # Tests whether FUNC exists, setting the cache variable VAR accordingly
1821 ac_fn_c_check_func ()
1822 {
1823   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1824   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1825 $as_echo_n "checking for $2... " >&6; }
1826 if eval "test \"\${$3+set}\"" = set; then :
1827   $as_echo_n "(cached) " >&6
1828 else
1829   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1830 /* end confdefs.h.  */
1831 /* Define $2 to an innocuous variant, in case <limits.h> declares $2.
1832    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
1833 #define $2 innocuous_$2
1834
1835 /* System header to define __stub macros and hopefully few prototypes,
1836     which can conflict with char $2 (); below.
1837     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
1838     <limits.h> exists even on freestanding compilers.  */
1839
1840 #ifdef __STDC__
1841 # include <limits.h>
1842 #else
1843 # include <assert.h>
1844 #endif
1845
1846 #undef $2
1847
1848 /* Override any GCC internal prototype to avoid an error.
1849    Use char because int might match the return type of a GCC
1850    builtin and then its argument prototype would still apply.  */
1851 #ifdef __cplusplus
1852 extern "C"
1853 #endif
1854 char $2 ();
1855 /* The GNU C library defines this for functions which it implements
1856     to always fail with ENOSYS.  Some functions are actually named
1857     something starting with __ and the normal name is an alias.  */
1858 #if defined __stub_$2 || defined __stub___$2
1859 choke me
1860 #endif
1861
1862 int
1863 main ()
1864 {
1865 return $2 ();
1866   ;
1867   return 0;
1868 }
1869 _ACEOF
1870 if ac_fn_c_try_link "$LINENO"; then :
1871   eval "$3=yes"
1872 else
1873   eval "$3=no"
1874 fi
1875 rm -f core conftest.err conftest.$ac_objext \
1876     conftest$ac_exeext conftest.$ac_ext
1877 fi
1878 eval ac_res=\$$3
1879                { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1880 $as_echo "$ac_res" >&6; }
1881   eval $as_lineno_stack; test "x$as_lineno_stack" = x && { as_lineno=; unset as_lineno;}
1882
1883 } # ac_fn_c_check_func
1884 cat >config.log <<_ACEOF
1885 This file contains any messages produced by compilers while
1886 running configure, to aid debugging if configure makes a mistake.
1887
1888 It was created by my-plugin-package $as_me 0.10.0, which was
1889 generated by GNU Autoconf 2.67.  Invocation command line was
1890
1891   $ $0 $@
1892
1893 _ACEOF
1894 exec 5>>config.log
1895 {
1896 cat <<_ASUNAME
1897 ## --------- ##
1898 ## Platform. ##
1899 ## --------- ##
1900
1901 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1902 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1903 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1904 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1905 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1906
1907 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1908 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1909
1910 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1911 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1912 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1913 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1914 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1915 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1916 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1917
1918 _ASUNAME
1919
1920 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1921 for as_dir in $PATH
1922 do
1923   IFS=$as_save_IFS
1924   test -z "$as_dir" && as_dir=.
1925     $as_echo "PATH: $as_dir"
1926   done
1927 IFS=$as_save_IFS
1928
1929 } >&5
1930
1931 cat >&5 <<_ACEOF
1932
1933
1934 ## ----------- ##
1935 ## Core tests. ##
1936 ## ----------- ##
1937
1938 _ACEOF
1939
1940
1941 # Keep a trace of the command line.
1942 # Strip out --no-create and --no-recursion so they do not pile up.
1943 # Strip out --silent because we don't want to record it for future runs.
1944 # Also quote any args containing shell meta-characters.
1945 # Make two passes to allow for proper duplicate-argument suppression.
1946 ac_configure_args=
1947 ac_configure_args0=
1948 ac_configure_args1=
1949 ac_must_keep_next=false
1950 for ac_pass in 1 2
1951 do
1952   for ac_arg
1953   do
1954     case $ac_arg in
1955     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1956     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1957     | -silent | --silent | --silen | --sile | --sil)
1958       continue ;;
1959     *\'*)
1960       ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1961     esac
1962     case $ac_pass in
1963     1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
1964     2)
1965       as_fn_append ac_configure_args1 " '$ac_arg'"
1966       if test $ac_must_keep_next = true; then
1967         ac_must_keep_next=false # Got value, back to normal.
1968       else
1969         case $ac_arg in
1970           *=* | --config-cache | -C | -disable-* | --disable-* \
1971           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1972           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1973           | -with-* | --with-* | -without-* | --without-* | --x)
1974             case "$ac_configure_args0 " in
1975               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1976             esac
1977             ;;
1978           -* ) ac_must_keep_next=true ;;
1979         esac
1980       fi
1981       as_fn_append ac_configure_args " '$ac_arg'"
1982       ;;
1983     esac
1984   done
1985 done
1986 { ac_configure_args0=; unset ac_configure_args0;}
1987 { ac_configure_args1=; unset ac_configure_args1;}
1988
1989 # When interrupted or exit'd, cleanup temporary files, and complete
1990 # config.log.  We remove comments because anyway the quotes in there
1991 # would cause problems or look ugly.
1992 # WARNING: Use '\'' to represent an apostrophe within the trap.
1993 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1994 trap 'exit_status=$?
1995   # Save into config.log some information that might help in debugging.
1996   {
1997     echo
1998
1999     $as_echo "## ---------------- ##
2000 ## Cache variables. ##
2001 ## ---------------- ##"
2002     echo
2003     # The following way of writing the cache mishandles newlines in values,
2004 (
2005   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
2006     eval ac_val=\$$ac_var
2007     case $ac_val in #(
2008     *${as_nl}*)
2009       case $ac_var in #(
2010       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
2011 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
2012       esac
2013       case $ac_var in #(
2014       _ | IFS | as_nl) ;; #(
2015       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
2016       *) { eval $ac_var=; unset $ac_var;} ;;
2017       esac ;;
2018     esac
2019   done
2020   (set) 2>&1 |
2021     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
2022     *${as_nl}ac_space=\ *)
2023       sed -n \
2024         "s/'\''/'\''\\\\'\'''\''/g;
2025           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
2026       ;; #(
2027     *)
2028       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2029       ;;
2030     esac |
2031     sort
2032 )
2033     echo
2034
2035     $as_echo "## ----------------- ##
2036 ## Output variables. ##
2037 ## ----------------- ##"
2038     echo
2039     for ac_var in $ac_subst_vars
2040     do
2041       eval ac_val=\$$ac_var
2042       case $ac_val in
2043       *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2044       esac
2045       $as_echo "$ac_var='\''$ac_val'\''"
2046     done | sort
2047     echo
2048
2049     if test -n "$ac_subst_files"; then
2050       $as_echo "## ------------------- ##
2051 ## File substitutions. ##
2052 ## ------------------- ##"
2053       echo
2054       for ac_var in $ac_subst_files
2055       do
2056         eval ac_val=\$$ac_var
2057         case $ac_val in
2058         *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
2059         esac
2060         $as_echo "$ac_var='\''$ac_val'\''"
2061       done | sort
2062       echo
2063     fi
2064
2065     if test -s confdefs.h; then
2066       $as_echo "## ----------- ##
2067 ## confdefs.h. ##
2068 ## ----------- ##"
2069       echo
2070       cat confdefs.h
2071       echo
2072     fi
2073     test "$ac_signal" != 0 &&
2074       $as_echo "$as_me: caught signal $ac_signal"
2075     $as_echo "$as_me: exit $exit_status"
2076   } >&5
2077   rm -f core *.core core.conftest.* &&
2078     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
2079     exit $exit_status
2080 ' 0
2081 for ac_signal in 1 2 13 15; do
2082   trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
2083 done
2084 ac_signal=0
2085
2086 # confdefs.h avoids OS command line length limits that DEFS can exceed.
2087 rm -f -r conftest* confdefs.h
2088
2089 $as_echo "/* confdefs.h */" > confdefs.h
2090
2091 # Predefined preprocessor variables.
2092
2093 cat >>confdefs.h <<_ACEOF
2094 #define PACKAGE_NAME "$PACKAGE_NAME"
2095 _ACEOF
2096
2097 cat >>confdefs.h <<_ACEOF
2098 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
2099 _ACEOF
2100
2101 cat >>confdefs.h <<_ACEOF
2102 #define PACKAGE_VERSION "$PACKAGE_VERSION"
2103 _ACEOF
2104
2105 cat >>confdefs.h <<_ACEOF
2106 #define PACKAGE_STRING "$PACKAGE_STRING"
2107 _ACEOF
2108
2109 cat >>confdefs.h <<_ACEOF
2110 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
2111 _ACEOF
2112
2113 cat >>confdefs.h <<_ACEOF
2114 #define PACKAGE_URL "$PACKAGE_URL"
2115 _ACEOF
2116
2117
2118 # Let the site file select an alternate cache file if it wants to.
2119 # Prefer an explicitly selected file to automatically selected ones.
2120 ac_site_file1=NONE
2121 ac_site_file2=NONE
2122 if test -n "$CONFIG_SITE"; then
2123   # We do not want a PATH search for config.site.
2124   case $CONFIG_SITE in #((
2125     -*)  ac_site_file1=./$CONFIG_SITE;;
2126     */*) ac_site_file1=$CONFIG_SITE;;
2127     *)   ac_site_file1=./$CONFIG_SITE;;
2128   esac
2129 elif test "x$prefix" != xNONE; then
2130   ac_site_file1=$prefix/share/config.site
2131   ac_site_file2=$prefix/etc/config.site
2132 else
2133   ac_site_file1=$ac_default_prefix/share/config.site
2134   ac_site_file2=$ac_default_prefix/etc/config.site
2135 fi
2136 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
2137 do
2138   test "x$ac_site_file" = xNONE && continue
2139   if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
2140     { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
2141 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
2142     sed 's/^/| /' "$ac_site_file" >&5
2143     . "$ac_site_file" \
2144       || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2145 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2146 as_fn_error $? "failed to load site script $ac_site_file
2147 See \`config.log' for more details" "$LINENO" 5 ; }
2148   fi
2149 done
2150
2151 if test -r "$cache_file"; then
2152   # Some versions of bash will fail to source /dev/null (special files
2153   # actually), so we avoid doing that.  DJGPP emulates it as a regular file.
2154   if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2155     { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2156 $as_echo "$as_me: loading cache $cache_file" >&6;}
2157     case $cache_file in
2158       [\\/]* | ?:[\\/]* ) . "$cache_file";;
2159       *)                      . "./$cache_file";;
2160     esac
2161   fi
2162 else
2163   { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
2164 $as_echo "$as_me: creating cache $cache_file" >&6;}
2165   >$cache_file
2166 fi
2167
2168 # Check that the precious variables saved in the cache have kept the same
2169 # value.
2170 ac_cache_corrupted=false
2171 for ac_var in $ac_precious_vars; do
2172   eval ac_old_set=\$ac_cv_env_${ac_var}_set
2173   eval ac_new_set=\$ac_env_${ac_var}_set
2174   eval ac_old_val=\$ac_cv_env_${ac_var}_value
2175   eval ac_new_val=\$ac_env_${ac_var}_value
2176   case $ac_old_set,$ac_new_set in
2177     set,)
2178       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
2179 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
2180       ac_cache_corrupted=: ;;
2181     ,set)
2182       { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
2183 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
2184       ac_cache_corrupted=: ;;
2185     ,);;
2186     *)
2187       if test "x$ac_old_val" != "x$ac_new_val"; then
2188         # differences in whitespace do not lead to failure.
2189         ac_old_val_w=`echo x $ac_old_val`
2190         ac_new_val_w=`echo x $ac_new_val`
2191         if test "$ac_old_val_w" != "$ac_new_val_w"; then
2192           { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
2193 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
2194           ac_cache_corrupted=:
2195         else
2196           { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
2197 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
2198           eval $ac_var=\$ac_old_val
2199         fi
2200         { $as_echo "$as_me:${as_lineno-$LINENO}:   former value:  \`$ac_old_val'" >&5
2201 $as_echo "$as_me:   former value:  \`$ac_old_val'" >&2;}
2202         { $as_echo "$as_me:${as_lineno-$LINENO}:   current value: \`$ac_new_val'" >&5
2203 $as_echo "$as_me:   current value: \`$ac_new_val'" >&2;}
2204       fi;;
2205   esac
2206   # Pass precious variables to config.status.
2207   if test "$ac_new_set" = set; then
2208     case $ac_new_val in
2209     *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
2210     *) ac_arg=$ac_var=$ac_new_val ;;
2211     esac
2212     case " $ac_configure_args " in
2213       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
2214       *) as_fn_append ac_configure_args " '$ac_arg'" ;;
2215     esac
2216   fi
2217 done
2218 if $ac_cache_corrupted; then
2219   { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
2220 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2221   { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
2222 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
2223   as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
2224 fi
2225 ## -------------------- ##
2226 ## Main body of script. ##
2227 ## -------------------- ##
2228
2229 ac_ext=c
2230 ac_cpp='$CPP $CPPFLAGS'
2231 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2232 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2233 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2234
2235
2236
2237 GST_REQUIRED=0.10.16
2238 GSTPB_REQUIRED=0.10.16
2239
2240
2241 ac_config_headers="$ac_config_headers config.h"
2242
2243
2244 am__api_version='1.11'
2245
2246 ac_aux_dir=
2247 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
2248   if test -f "$ac_dir/install-sh"; then
2249     ac_aux_dir=$ac_dir
2250     ac_install_sh="$ac_aux_dir/install-sh -c"
2251     break
2252   elif test -f "$ac_dir/install.sh"; then
2253     ac_aux_dir=$ac_dir
2254     ac_install_sh="$ac_aux_dir/install.sh -c"
2255     break
2256   elif test -f "$ac_dir/shtool"; then
2257     ac_aux_dir=$ac_dir
2258     ac_install_sh="$ac_aux_dir/shtool install -c"
2259     break
2260   fi
2261 done
2262 if test -z "$ac_aux_dir"; then
2263   as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
2264 fi
2265
2266 # These three variables are undocumented and unsupported,
2267 # and are intended to be withdrawn in a future Autoconf release.
2268 # They can cause serious problems if a builder's source tree is in a directory
2269 # whose full name contains unusual characters.
2270 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
2271 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
2272 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
2273
2274
2275 # Find a good install program.  We prefer a C program (faster),
2276 # so one script is as good as another.  But avoid the broken or
2277 # incompatible versions:
2278 # SysV /etc/install, /usr/sbin/install
2279 # SunOS /usr/etc/install
2280 # IRIX /sbin/install
2281 # AIX /bin/install
2282 # AmigaOS /C/install, which installs bootblocks on floppy discs
2283 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
2284 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
2285 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
2286 # OS/2's system install, which has a completely different semantic
2287 # ./install, which can be erroneously created by make from ./install.sh.
2288 # Reject install programs that cannot install multiple files.
2289 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
2290 $as_echo_n "checking for a BSD-compatible install... " >&6; }
2291 if test -z "$INSTALL"; then
2292 if test "${ac_cv_path_install+set}" = set; then :
2293   $as_echo_n "(cached) " >&6
2294 else
2295   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2296 for as_dir in $PATH
2297 do
2298   IFS=$as_save_IFS
2299   test -z "$as_dir" && as_dir=.
2300     # Account for people who put trailing slashes in PATH elements.
2301 case $as_dir/ in #((
2302   ./ | .// | /[cC]/* | \
2303   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
2304   ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
2305   /usr/ucb/* ) ;;
2306   *)
2307     # OSF1 and SCO ODT 3.0 have their own names for install.
2308     # Don't use installbsd from OSF since it installs stuff as root
2309     # by default.
2310     for ac_prog in ginstall scoinst install; do
2311       for ac_exec_ext in '' $ac_executable_extensions; do
2312         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2313           if test $ac_prog = install &&
2314             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2315             # AIX install.  It has an incompatible calling convention.
2316             :
2317           elif test $ac_prog = install &&
2318             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2319             # program-specific install script used by HP pwplus--don't use.
2320             :
2321           else
2322             rm -rf conftest.one conftest.two conftest.dir
2323             echo one > conftest.one
2324             echo two > conftest.two
2325             mkdir conftest.dir
2326             if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
2327               test -s conftest.one && test -s conftest.two &&
2328               test -s conftest.dir/conftest.one &&
2329               test -s conftest.dir/conftest.two
2330             then
2331               ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
2332               break 3
2333             fi
2334           fi
2335         fi
2336       done
2337     done
2338     ;;
2339 esac
2340
2341   done
2342 IFS=$as_save_IFS
2343
2344 rm -rf conftest.one conftest.two conftest.dir
2345
2346 fi
2347   if test "${ac_cv_path_install+set}" = set; then
2348     INSTALL=$ac_cv_path_install
2349   else
2350     # As a last resort, use the slow shell script.  Don't cache a
2351     # value for INSTALL within a source directory, because that will
2352     # break other packages using the cache if that directory is
2353     # removed, or if the value is a relative name.
2354     INSTALL=$ac_install_sh
2355   fi
2356 fi
2357 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
2358 $as_echo "$INSTALL" >&6; }
2359
2360 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
2361 # It thinks the first close brace ends the variable substitution.
2362 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
2363
2364 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
2365
2366 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2367
2368 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2369 $as_echo_n "checking whether build environment is sane... " >&6; }
2370 # Just in case
2371 sleep 1
2372 echo timestamp > conftest.file
2373 # Reject unsafe characters in $srcdir or the absolute working directory
2374 # name.  Accept space and tab only in the latter.
2375 am_lf='
2376 '
2377 case `pwd` in
2378   *[\\\"\#\$\&\'\`$am_lf]*)
2379     as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5 ;;
2380 esac
2381 case $srcdir in
2382   *[\\\"\#\$\&\'\`$am_lf\ \     ]*)
2383     as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5 ;;
2384 esac
2385
2386 # Do `set' in a subshell so we don't clobber the current shell's
2387 # arguments.  Must try -L first in case configure is actually a
2388 # symlink; some systems play weird games with the mod time of symlinks
2389 # (eg FreeBSD returns the mod time of the symlink's containing
2390 # directory).
2391 if (
2392    set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2393    if test "$*" = "X"; then
2394       # -L didn't work.
2395       set X `ls -t "$srcdir/configure" conftest.file`
2396    fi
2397    rm -f conftest.file
2398    if test "$*" != "X $srcdir/configure conftest.file" \
2399       && test "$*" != "X conftest.file $srcdir/configure"; then
2400
2401       # If neither matched, then we have a broken ls.  This can happen
2402       # if, for instance, CONFIG_SHELL is bash and it inherits a
2403       # broken ls alias from the environment.  This has actually
2404       # happened.  Such a system could not be considered "sane".
2405       as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2406 alias in your environment" "$LINENO" 5
2407    fi
2408
2409    test "$2" = conftest.file
2410    )
2411 then
2412    # Ok.
2413    :
2414 else
2415    as_fn_error $? "newly created file is older than distributed files!
2416 Check your system clock" "$LINENO" 5
2417 fi
2418 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2419 $as_echo "yes" >&6; }
2420 test "$program_prefix" != NONE &&
2421   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2422 # Use a double $ so make ignores it.
2423 test "$program_suffix" != NONE &&
2424   program_transform_name="s&\$&$program_suffix&;$program_transform_name"
2425 # Double any \ or $.
2426 # By default was `s,x,x', remove it if useless.
2427 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
2428 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
2429
2430 # expand $ac_aux_dir to an absolute path
2431 am_aux_dir=`cd $ac_aux_dir && pwd`
2432
2433 if test x"${MISSING+set}" != xset; then
2434   case $am_aux_dir in
2435   *\ * | *\     *)
2436     MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2437   *)
2438     MISSING="\${SHELL} $am_aux_dir/missing" ;;
2439   esac
2440 fi
2441 # Use eval to expand $SHELL
2442 if eval "$MISSING --run true"; then
2443   am_missing_run="$MISSING --run "
2444 else
2445   am_missing_run=
2446   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2447 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2448 fi
2449
2450 if test x"${install_sh}" != xset; then
2451   case $am_aux_dir in
2452   *\ * | *\     *)
2453     install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
2454   *)
2455     install_sh="\${SHELL} $am_aux_dir/install-sh"
2456   esac
2457 fi
2458
2459 # Installed binaries are usually stripped using `strip' when the user
2460 # run `make install-strip'.  However `strip' might not be the right
2461 # tool to use in cross-compilation environments, therefore Automake
2462 # will honor the `STRIP' environment variable to overrule this program.
2463 if test "$cross_compiling" != no; then
2464   if test -n "$ac_tool_prefix"; then
2465   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
2466 set dummy ${ac_tool_prefix}strip; ac_word=$2
2467 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2468 $as_echo_n "checking for $ac_word... " >&6; }
2469 if test "${ac_cv_prog_STRIP+set}" = set; then :
2470   $as_echo_n "(cached) " >&6
2471 else
2472   if test -n "$STRIP"; then
2473   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
2474 else
2475 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2476 for as_dir in $PATH
2477 do
2478   IFS=$as_save_IFS
2479   test -z "$as_dir" && as_dir=.
2480     for ac_exec_ext in '' $ac_executable_extensions; do
2481   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2482     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2483     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2484     break 2
2485   fi
2486 done
2487   done
2488 IFS=$as_save_IFS
2489
2490 fi
2491 fi
2492 STRIP=$ac_cv_prog_STRIP
2493 if test -n "$STRIP"; then
2494   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
2495 $as_echo "$STRIP" >&6; }
2496 else
2497   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2498 $as_echo "no" >&6; }
2499 fi
2500
2501
2502 fi
2503 if test -z "$ac_cv_prog_STRIP"; then
2504   ac_ct_STRIP=$STRIP
2505   # Extract the first word of "strip", so it can be a program name with args.
2506 set dummy strip; ac_word=$2
2507 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2508 $as_echo_n "checking for $ac_word... " >&6; }
2509 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
2510   $as_echo_n "(cached) " >&6
2511 else
2512   if test -n "$ac_ct_STRIP"; then
2513   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
2514 else
2515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2516 for as_dir in $PATH
2517 do
2518   IFS=$as_save_IFS
2519   test -z "$as_dir" && as_dir=.
2520     for ac_exec_ext in '' $ac_executable_extensions; do
2521   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2522     ac_cv_prog_ac_ct_STRIP="strip"
2523     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2524     break 2
2525   fi
2526 done
2527   done
2528 IFS=$as_save_IFS
2529
2530 fi
2531 fi
2532 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
2533 if test -n "$ac_ct_STRIP"; then
2534   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
2535 $as_echo "$ac_ct_STRIP" >&6; }
2536 else
2537   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2538 $as_echo "no" >&6; }
2539 fi
2540
2541   if test "x$ac_ct_STRIP" = x; then
2542     STRIP=":"
2543   else
2544     case $cross_compiling:$ac_tool_warned in
2545 yes:)
2546 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2547 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2548 ac_tool_warned=yes ;;
2549 esac
2550     STRIP=$ac_ct_STRIP
2551   fi
2552 else
2553   STRIP="$ac_cv_prog_STRIP"
2554 fi
2555
2556 fi
2557 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
2558
2559 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
2560 $as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
2561 if test -z "$MKDIR_P"; then
2562   if test "${ac_cv_path_mkdir+set}" = set; then :
2563   $as_echo_n "(cached) " >&6
2564 else
2565   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2566 for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
2567 do
2568   IFS=$as_save_IFS
2569   test -z "$as_dir" && as_dir=.
2570     for ac_prog in mkdir gmkdir; do
2571          for ac_exec_ext in '' $ac_executable_extensions; do
2572            { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2573            case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2574              'mkdir (GNU coreutils) '* | \
2575              'mkdir (coreutils) '* | \
2576              'mkdir (fileutils) '4.1*)
2577                ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
2578                break 3;;
2579            esac
2580          done
2581        done
2582   done
2583 IFS=$as_save_IFS
2584
2585 fi
2586
2587   test -d ./--version && rmdir ./--version
2588   if test "${ac_cv_path_mkdir+set}" = set; then
2589     MKDIR_P="$ac_cv_path_mkdir -p"
2590   else
2591     # As a last resort, use the slow shell script.  Don't cache a
2592     # value for MKDIR_P within a source directory, because that will
2593     # break other packages using the cache if that directory is
2594     # removed, or if the value is a relative name.
2595     MKDIR_P="$ac_install_sh -d"
2596   fi
2597 fi
2598 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2599 $as_echo "$MKDIR_P" >&6; }
2600
2601 mkdir_p="$MKDIR_P"
2602 case $mkdir_p in
2603   [\\/$]* | ?:[\\/]*) ;;
2604   */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2605 esac
2606
2607 for ac_prog in gawk mawk nawk awk
2608 do
2609   # Extract the first word of "$ac_prog", so it can be a program name with args.
2610 set dummy $ac_prog; ac_word=$2
2611 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2612 $as_echo_n "checking for $ac_word... " >&6; }
2613 if test "${ac_cv_prog_AWK+set}" = set; then :
2614   $as_echo_n "(cached) " >&6
2615 else
2616   if test -n "$AWK"; then
2617   ac_cv_prog_AWK="$AWK" # Let the user override the test.
2618 else
2619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2620 for as_dir in $PATH
2621 do
2622   IFS=$as_save_IFS
2623   test -z "$as_dir" && as_dir=.
2624     for ac_exec_ext in '' $ac_executable_extensions; do
2625   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2626     ac_cv_prog_AWK="$ac_prog"
2627     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2628     break 2
2629   fi
2630 done
2631   done
2632 IFS=$as_save_IFS
2633
2634 fi
2635 fi
2636 AWK=$ac_cv_prog_AWK
2637 if test -n "$AWK"; then
2638   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
2639 $as_echo "$AWK" >&6; }
2640 else
2641   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2642 $as_echo "no" >&6; }
2643 fi
2644
2645
2646   test -n "$AWK" && break
2647 done
2648
2649 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2650 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2651 set x ${MAKE-make}
2652 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2653 if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\"" = set; then :
2654   $as_echo_n "(cached) " >&6
2655 else
2656   cat >conftest.make <<\_ACEOF
2657 SHELL = /bin/sh
2658 all:
2659         @echo '@@@%%%=$(MAKE)=@@@%%%'
2660 _ACEOF
2661 # GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
2662 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2663   *@@@%%%=?*=@@@%%%*)
2664     eval ac_cv_prog_make_${ac_make}_set=yes;;
2665   *)
2666     eval ac_cv_prog_make_${ac_make}_set=no;;
2667 esac
2668 rm -f conftest.make
2669 fi
2670 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2671   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2672 $as_echo "yes" >&6; }
2673   SET_MAKE=
2674 else
2675   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2676 $as_echo "no" >&6; }
2677   SET_MAKE="MAKE=${MAKE-make}"
2678 fi
2679
2680 rm -rf .tst 2>/dev/null
2681 mkdir .tst 2>/dev/null
2682 if test -d .tst; then
2683   am__leading_dot=.
2684 else
2685   am__leading_dot=_
2686 fi
2687 rmdir .tst 2>/dev/null
2688
2689 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2690   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2691   # is not polluted with repeated "-I."
2692   am__isrc=' -I$(srcdir)'
2693   # test to see if srcdir already configured
2694   if test -f $srcdir/config.status; then
2695     as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
2696   fi
2697 fi
2698
2699 # test whether we have cygpath
2700 if test -z "$CYGPATH_W"; then
2701   if (cygpath --version) >/dev/null 2>/dev/null; then
2702     CYGPATH_W='cygpath -w'
2703   else
2704     CYGPATH_W=echo
2705   fi
2706 fi
2707
2708
2709 # Define the identity of the package.
2710  PACKAGE='my-plugin-package'
2711  VERSION='0.10.0'
2712
2713
2714 cat >>confdefs.h <<_ACEOF
2715 #define PACKAGE "$PACKAGE"
2716 _ACEOF
2717
2718
2719 cat >>confdefs.h <<_ACEOF
2720 #define VERSION "$VERSION"
2721 _ACEOF
2722
2723 # Some tools Automake needs.
2724
2725 ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
2726
2727
2728 AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
2729
2730
2731 AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
2732
2733
2734 AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2735
2736
2737 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2738
2739 # We need awk for the "check" target.  The system "awk" is bad on
2740 # some platforms.
2741 # Always define AMTAR for backward compatibility.
2742
2743 AMTAR=${AMTAR-"${am_missing_run}tar"}
2744
2745 am__tar='${AMTAR} chof - "$$tardir"'; am__untar='${AMTAR} xf -'
2746
2747
2748
2749
2750
2751
2752
2753 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to disable maintainer-specific portions of Makefiles" >&5
2754 $as_echo_n "checking whether to disable maintainer-specific portions of Makefiles... " >&6; }
2755     # Check whether --enable-maintainer-mode was given.
2756 if test "${enable_maintainer_mode+set}" = set; then :
2757   enableval=$enable_maintainer_mode; USE_MAINTAINER_MODE=$enableval
2758 else
2759   USE_MAINTAINER_MODE=yes
2760 fi
2761
2762   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $USE_MAINTAINER_MODE" >&5
2763 $as_echo "$USE_MAINTAINER_MODE" >&6; }
2764    if test $USE_MAINTAINER_MODE = yes; then
2765   MAINTAINER_MODE_TRUE=
2766   MAINTAINER_MODE_FALSE='#'
2767 else
2768   MAINTAINER_MODE_TRUE='#'
2769   MAINTAINER_MODE_FALSE=
2770 fi
2771
2772   MAINT=$MAINTAINER_MODE_TRUE
2773
2774
2775
2776 ac_ext=c
2777 ac_cpp='$CPP $CPPFLAGS'
2778 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2779 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2780 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2781 if test -n "$ac_tool_prefix"; then
2782   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2783 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2784 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2785 $as_echo_n "checking for $ac_word... " >&6; }
2786 if test "${ac_cv_prog_CC+set}" = set; then :
2787   $as_echo_n "(cached) " >&6
2788 else
2789   if test -n "$CC"; then
2790   ac_cv_prog_CC="$CC" # Let the user override the test.
2791 else
2792 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2793 for as_dir in $PATH
2794 do
2795   IFS=$as_save_IFS
2796   test -z "$as_dir" && as_dir=.
2797     for ac_exec_ext in '' $ac_executable_extensions; do
2798   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2799     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2800     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2801     break 2
2802   fi
2803 done
2804   done
2805 IFS=$as_save_IFS
2806
2807 fi
2808 fi
2809 CC=$ac_cv_prog_CC
2810 if test -n "$CC"; then
2811   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2812 $as_echo "$CC" >&6; }
2813 else
2814   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2815 $as_echo "no" >&6; }
2816 fi
2817
2818
2819 fi
2820 if test -z "$ac_cv_prog_CC"; then
2821   ac_ct_CC=$CC
2822   # Extract the first word of "gcc", so it can be a program name with args.
2823 set dummy gcc; ac_word=$2
2824 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2825 $as_echo_n "checking for $ac_word... " >&6; }
2826 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
2827   $as_echo_n "(cached) " >&6
2828 else
2829   if test -n "$ac_ct_CC"; then
2830   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2831 else
2832 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2833 for as_dir in $PATH
2834 do
2835   IFS=$as_save_IFS
2836   test -z "$as_dir" && as_dir=.
2837     for ac_exec_ext in '' $ac_executable_extensions; do
2838   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2839     ac_cv_prog_ac_ct_CC="gcc"
2840     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2841     break 2
2842   fi
2843 done
2844   done
2845 IFS=$as_save_IFS
2846
2847 fi
2848 fi
2849 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2850 if test -n "$ac_ct_CC"; then
2851   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
2852 $as_echo "$ac_ct_CC" >&6; }
2853 else
2854   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2855 $as_echo "no" >&6; }
2856 fi
2857
2858   if test "x$ac_ct_CC" = x; then
2859     CC=""
2860   else
2861     case $cross_compiling:$ac_tool_warned in
2862 yes:)
2863 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
2864 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2865 ac_tool_warned=yes ;;
2866 esac
2867     CC=$ac_ct_CC
2868   fi
2869 else
2870   CC="$ac_cv_prog_CC"
2871 fi
2872
2873 if test -z "$CC"; then
2874           if test -n "$ac_tool_prefix"; then
2875     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2876 set dummy ${ac_tool_prefix}cc; ac_word=$2
2877 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2878 $as_echo_n "checking for $ac_word... " >&6; }
2879 if test "${ac_cv_prog_CC+set}" = set; then :
2880   $as_echo_n "(cached) " >&6
2881 else
2882   if test -n "$CC"; then
2883   ac_cv_prog_CC="$CC" # Let the user override the test.
2884 else
2885 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2886 for as_dir in $PATH
2887 do
2888   IFS=$as_save_IFS
2889   test -z "$as_dir" && as_dir=.
2890     for ac_exec_ext in '' $ac_executable_extensions; do
2891   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2892     ac_cv_prog_CC="${ac_tool_prefix}cc"
2893     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2894     break 2
2895   fi
2896 done
2897   done
2898 IFS=$as_save_IFS
2899
2900 fi
2901 fi
2902 CC=$ac_cv_prog_CC
2903 if test -n "$CC"; then
2904   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2905 $as_echo "$CC" >&6; }
2906 else
2907   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2908 $as_echo "no" >&6; }
2909 fi
2910
2911
2912   fi
2913 fi
2914 if test -z "$CC"; then
2915   # Extract the first word of "cc", so it can be a program name with args.
2916 set dummy cc; ac_word=$2
2917 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2918 $as_echo_n "checking for $ac_word... " >&6; }
2919 if test "${ac_cv_prog_CC+set}" = set; then :
2920   $as_echo_n "(cached) " >&6
2921 else
2922   if test -n "$CC"; then
2923   ac_cv_prog_CC="$CC" # Let the user override the test.
2924 else
2925   ac_prog_rejected=no
2926 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2927 for as_dir in $PATH
2928 do
2929   IFS=$as_save_IFS
2930   test -z "$as_dir" && as_dir=.
2931     for ac_exec_ext in '' $ac_executable_extensions; do
2932   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2933     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2934        ac_prog_rejected=yes
2935        continue
2936      fi
2937     ac_cv_prog_CC="cc"
2938     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2939     break 2
2940   fi
2941 done
2942   done
2943 IFS=$as_save_IFS
2944
2945 if test $ac_prog_rejected = yes; then
2946   # We found a bogon in the path, so make sure we never use it.
2947   set dummy $ac_cv_prog_CC
2948   shift
2949   if test $# != 0; then
2950     # We chose a different compiler from the bogus one.
2951     # However, it has the same basename, so the bogon will be chosen
2952     # first if we set CC to just the basename; use the full file name.
2953     shift
2954     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2955   fi
2956 fi
2957 fi
2958 fi
2959 CC=$ac_cv_prog_CC
2960 if test -n "$CC"; then
2961   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
2962 $as_echo "$CC" >&6; }
2963 else
2964   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
2965 $as_echo "no" >&6; }
2966 fi
2967
2968
2969 fi
2970 if test -z "$CC"; then
2971   if test -n "$ac_tool_prefix"; then
2972   for ac_prog in cl.exe
2973   do
2974     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2975 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2976 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
2977 $as_echo_n "checking for $ac_word... " >&6; }
2978 if test "${ac_cv_prog_CC+set}" = set; then :
2979   $as_echo_n "(cached) " >&6
2980 else
2981   if test -n "$CC"; then
2982   ac_cv_prog_CC="$CC" # Let the user override the test.
2983 else
2984 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2985 for as_dir in $PATH
2986 do
2987   IFS=$as_save_IFS
2988   test -z "$as_dir" && as_dir=.
2989     for ac_exec_ext in '' $ac_executable_extensions; do
2990   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2991     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2992     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2993     break 2
2994   fi
2995 done
2996   done
2997 IFS=$as_save_IFS
2998
2999 fi
3000 fi
3001 CC=$ac_cv_prog_CC
3002 if test -n "$CC"; then
3003   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CC" >&5
3004 $as_echo "$CC" >&6; }
3005 else
3006   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3007 $as_echo "no" >&6; }
3008 fi
3009
3010
3011     test -n "$CC" && break
3012   done
3013 fi
3014 if test -z "$CC"; then
3015   ac_ct_CC=$CC
3016   for ac_prog in cl.exe
3017 do
3018   # Extract the first word of "$ac_prog", so it can be a program name with args.
3019 set dummy $ac_prog; ac_word=$2
3020 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
3021 $as_echo_n "checking for $ac_word... " >&6; }
3022 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then :
3023   $as_echo_n "(cached) " >&6
3024 else
3025   if test -n "$ac_ct_CC"; then
3026   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
3027 else
3028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3029 for as_dir in $PATH
3030 do
3031   IFS=$as_save_IFS
3032   test -z "$as_dir" && as_dir=.
3033     for ac_exec_ext in '' $ac_executable_extensions; do
3034   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3035     ac_cv_prog_ac_ct_CC="$ac_prog"
3036     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3037     break 2
3038   fi
3039 done
3040   done
3041 IFS=$as_save_IFS
3042
3043 fi
3044 fi
3045 ac_ct_CC=$ac_cv_prog_ac_ct_CC
3046 if test -n "$ac_ct_CC"; then
3047   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5
3048 $as_echo "$ac_ct_CC" >&6; }
3049 else
3050   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3051 $as_echo "no" >&6; }
3052 fi
3053
3054
3055   test -n "$ac_ct_CC" && break
3056 done
3057
3058   if test "x$ac_ct_CC" = x; then
3059     CC=""
3060   else
3061     case $cross_compiling:$ac_tool_warned in
3062 yes:)
3063 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
3064 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3065 ac_tool_warned=yes ;;
3066 esac
3067     CC=$ac_ct_CC
3068   fi
3069 fi
3070
3071 fi
3072
3073
3074 test -z "$CC" && { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3075 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3076 as_fn_error $? "no acceptable C compiler found in \$PATH
3077 See \`config.log' for more details" "$LINENO" 5 ; }
3078
3079 # Provide some information about the compiler.
3080 $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5
3081 set X $ac_compile
3082 ac_compiler=$2
3083 for ac_option in --version -v -V -qversion; do
3084   { { ac_try="$ac_compiler $ac_option >&5"
3085 case "(($ac_try" in
3086   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3087   *) ac_try_echo=$ac_try;;
3088 esac
3089 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3090 $as_echo "$ac_try_echo"; } >&5
3091   (eval "$ac_compiler $ac_option >&5") 2>conftest.err
3092   ac_status=$?
3093   if test -s conftest.err; then
3094     sed '10a\
3095 ... rest of stderr output deleted ...
3096          10q' conftest.err >conftest.er1
3097     cat conftest.er1 >&5
3098   fi
3099   rm -f conftest.er1 conftest.err
3100   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3101   test $ac_status = 0; }
3102 done
3103
3104 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3105 /* end confdefs.h.  */
3106
3107 int
3108 main ()
3109 {
3110
3111   ;
3112   return 0;
3113 }
3114 _ACEOF
3115 ac_clean_files_save=$ac_clean_files
3116 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
3117 # Try to create an executable without -o first, disregard a.out.
3118 # It will help us diagnose broken compilers, and finding out an intuition
3119 # of exeext.
3120 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5
3121 $as_echo_n "checking whether the C compiler works... " >&6; }
3122 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
3123
3124 # The possible output files:
3125 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
3126
3127 ac_rmfiles=
3128 for ac_file in $ac_files
3129 do
3130   case $ac_file in
3131     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3132     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
3133   esac
3134 done
3135 rm -f $ac_rmfiles
3136
3137 if { { ac_try="$ac_link_default"
3138 case "(($ac_try" in
3139   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3140   *) ac_try_echo=$ac_try;;
3141 esac
3142 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3143 $as_echo "$ac_try_echo"; } >&5
3144   (eval "$ac_link_default") 2>&5
3145   ac_status=$?
3146   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3147   test $ac_status = 0; }; then :
3148   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
3149 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
3150 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
3151 # so that the user can short-circuit this test for compilers unknown to
3152 # Autoconf.
3153 for ac_file in $ac_files ''
3154 do
3155   test -f "$ac_file" || continue
3156   case $ac_file in
3157     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
3158         ;;
3159     [ab].out )
3160         # We found the default executable, but exeext='' is most
3161         # certainly right.
3162         break;;
3163     *.* )
3164         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
3165         then :; else
3166            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3167         fi
3168         # We set ac_cv_exeext here because the later test for it is not
3169         # safe: cross compilers may not add the suffix if given an `-o'
3170         # argument, so we may need to know it at that point already.
3171         # Even if this section looks crufty: it has the advantage of
3172         # actually working.
3173         break;;
3174     * )
3175         break;;
3176   esac
3177 done
3178 test "$ac_cv_exeext" = no && ac_cv_exeext=
3179
3180 else
3181   ac_file=''
3182 fi
3183 if test -z "$ac_file"; then :
3184   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3185 $as_echo "no" >&6; }
3186 $as_echo "$as_me: failed program was:" >&5
3187 sed 's/^/| /' conftest.$ac_ext >&5
3188
3189 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3190 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3191 as_fn_error 77 "C compiler cannot create executables
3192 See \`config.log' for more details" "$LINENO" 5 ; }
3193 else
3194   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3195 $as_echo "yes" >&6; }
3196 fi
3197 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5
3198 $as_echo_n "checking for C compiler default output file name... " >&6; }
3199 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5
3200 $as_echo "$ac_file" >&6; }
3201 ac_exeext=$ac_cv_exeext
3202
3203 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
3204 ac_clean_files=$ac_clean_files_save
3205 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5
3206 $as_echo_n "checking for suffix of executables... " >&6; }
3207 if { { ac_try="$ac_link"
3208 case "(($ac_try" in
3209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3210   *) ac_try_echo=$ac_try;;
3211 esac
3212 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3213 $as_echo "$ac_try_echo"; } >&5
3214   (eval "$ac_link") 2>&5
3215   ac_status=$?
3216   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3217   test $ac_status = 0; }; then :
3218   # If both `conftest.exe' and `conftest' are `present' (well, observable)
3219 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
3220 # work properly (i.e., refer to `conftest.exe'), while it won't with
3221 # `rm'.
3222 for ac_file in conftest.exe conftest conftest.*; do
3223   test -f "$ac_file" || continue
3224   case $ac_file in
3225     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
3226     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
3227           break;;
3228     * ) break;;
3229   esac
3230 done
3231 else
3232   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3233 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3234 as_fn_error $? "cannot compute suffix of executables: cannot compile and link
3235 See \`config.log' for more details" "$LINENO" 5 ; }
3236 fi
3237 rm -f conftest conftest$ac_cv_exeext
3238 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5
3239 $as_echo "$ac_cv_exeext" >&6; }
3240
3241 rm -f conftest.$ac_ext
3242 EXEEXT=$ac_cv_exeext
3243 ac_exeext=$EXEEXT
3244 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3245 /* end confdefs.h.  */
3246 #include <stdio.h>
3247 int
3248 main ()
3249 {
3250 FILE *f = fopen ("conftest.out", "w");
3251  return ferror (f) || fclose (f) != 0;
3252
3253   ;
3254   return 0;
3255 }
3256 _ACEOF
3257 ac_clean_files="$ac_clean_files conftest.out"
3258 # Check that the compiler produces executables we can run.  If not, either
3259 # the compiler is broken, or we cross compile.
3260 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5
3261 $as_echo_n "checking whether we are cross compiling... " >&6; }
3262 if test "$cross_compiling" != yes; then
3263   { { ac_try="$ac_link"
3264 case "(($ac_try" in
3265   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3266   *) ac_try_echo=$ac_try;;
3267 esac
3268 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3269 $as_echo "$ac_try_echo"; } >&5
3270   (eval "$ac_link") 2>&5
3271   ac_status=$?
3272   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3273   test $ac_status = 0; }
3274   if { ac_try='./conftest$ac_cv_exeext'
3275   { { case "(($ac_try" in
3276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3277   *) ac_try_echo=$ac_try;;
3278 esac
3279 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3280 $as_echo "$ac_try_echo"; } >&5
3281   (eval "$ac_try") 2>&5
3282   ac_status=$?
3283   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3284   test $ac_status = 0; }; }; then
3285     cross_compiling=no
3286   else
3287     if test "$cross_compiling" = maybe; then
3288         cross_compiling=yes
3289     else
3290         { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3291 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3292 as_fn_error $? "cannot run C compiled programs.
3293 If you meant to cross compile, use \`--host'.
3294 See \`config.log' for more details" "$LINENO" 5 ; }
3295     fi
3296   fi
3297 fi
3298 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5
3299 $as_echo "$cross_compiling" >&6; }
3300
3301 rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out
3302 ac_clean_files=$ac_clean_files_save
3303 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5
3304 $as_echo_n "checking for suffix of object files... " >&6; }
3305 if test "${ac_cv_objext+set}" = set; then :
3306   $as_echo_n "(cached) " >&6
3307 else
3308   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3309 /* end confdefs.h.  */
3310
3311 int
3312 main ()
3313 {
3314
3315   ;
3316   return 0;
3317 }
3318 _ACEOF
3319 rm -f conftest.o conftest.obj
3320 if { { ac_try="$ac_compile"
3321 case "(($ac_try" in
3322   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3323   *) ac_try_echo=$ac_try;;
3324 esac
3325 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
3326 $as_echo "$ac_try_echo"; } >&5
3327   (eval "$ac_compile") 2>&5
3328   ac_status=$?
3329   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
3330   test $ac_status = 0; }; then :
3331   for ac_file in conftest.o conftest.obj conftest.*; do
3332   test -f "$ac_file" || continue;
3333   case $ac_file in
3334     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3335     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3336        break;;
3337   esac
3338 done
3339 else
3340   $as_echo "$as_me: failed program was:" >&5
3341 sed 's/^/| /' conftest.$ac_ext >&5
3342
3343 { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3344 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3345 as_fn_error $? "cannot compute suffix of object files: cannot compile
3346 See \`config.log' for more details" "$LINENO" 5 ; }
3347 fi
3348 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3349 fi
3350 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5
3351 $as_echo "$ac_cv_objext" >&6; }
3352 OBJEXT=$ac_cv_objext
3353 ac_objext=$OBJEXT
3354 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether we are using the GNU C compiler" >&5
3355 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3356 if test "${ac_cv_c_compiler_gnu+set}" = set; then :
3357   $as_echo_n "(cached) " >&6
3358 else
3359   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3360 /* end confdefs.h.  */
3361
3362 int
3363 main ()
3364 {
3365 #ifndef __GNUC__
3366        choke me
3367 #endif
3368
3369   ;
3370   return 0;
3371 }
3372 _ACEOF
3373 if ac_fn_c_try_compile "$LINENO"; then :
3374   ac_compiler_gnu=yes
3375 else
3376   ac_compiler_gnu=no
3377 fi
3378 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3379 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3380
3381 fi
3382 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5
3383 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3384 if test $ac_compiler_gnu = yes; then
3385   GCC=yes
3386 else
3387   GCC=
3388 fi
3389 ac_test_CFLAGS=${CFLAGS+set}
3390 ac_save_CFLAGS=$CFLAGS
3391 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5
3392 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3393 if test "${ac_cv_prog_cc_g+set}" = set; then :
3394   $as_echo_n "(cached) " >&6
3395 else
3396   ac_save_c_werror_flag=$ac_c_werror_flag
3397    ac_c_werror_flag=yes
3398    ac_cv_prog_cc_g=no
3399    CFLAGS="-g"
3400    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3401 /* end confdefs.h.  */
3402
3403 int
3404 main ()
3405 {
3406
3407   ;
3408   return 0;
3409 }
3410 _ACEOF
3411 if ac_fn_c_try_compile "$LINENO"; then :
3412   ac_cv_prog_cc_g=yes
3413 else
3414   CFLAGS=""
3415       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3416 /* end confdefs.h.  */
3417
3418 int
3419 main ()
3420 {
3421
3422   ;
3423   return 0;
3424 }
3425 _ACEOF
3426 if ac_fn_c_try_compile "$LINENO"; then :
3427
3428 else
3429   ac_c_werror_flag=$ac_save_c_werror_flag
3430          CFLAGS="-g"
3431          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3432 /* end confdefs.h.  */
3433
3434 int
3435 main ()
3436 {
3437
3438   ;
3439   return 0;
3440 }
3441 _ACEOF
3442 if ac_fn_c_try_compile "$LINENO"; then :
3443   ac_cv_prog_cc_g=yes
3444 fi
3445 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3446 fi
3447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3448 fi
3449 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3450    ac_c_werror_flag=$ac_save_c_werror_flag
3451 fi
3452 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5
3453 $as_echo "$ac_cv_prog_cc_g" >&6; }
3454 if test "$ac_test_CFLAGS" = set; then
3455   CFLAGS=$ac_save_CFLAGS
3456 elif test $ac_cv_prog_cc_g = yes; then
3457   if test "$GCC" = yes; then
3458     CFLAGS="-g -O2"
3459   else
3460     CFLAGS="-g"
3461   fi
3462 else
3463   if test "$GCC" = yes; then
3464     CFLAGS="-O2"
3465   else
3466     CFLAGS=
3467   fi
3468 fi
3469 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $CC option to accept ISO C89" >&5
3470 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3471 if test "${ac_cv_prog_cc_c89+set}" = set; then :
3472   $as_echo_n "(cached) " >&6
3473 else
3474   ac_cv_prog_cc_c89=no
3475 ac_save_CC=$CC
3476 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
3477 /* end confdefs.h.  */
3478 #include <stdarg.h>
3479 #include <stdio.h>
3480 #include <sys/types.h>
3481 #include <sys/stat.h>
3482 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
3483 struct buf { int x; };
3484 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3485 static char *e (p, i)
3486      char **p;
3487      int i;
3488 {
3489   return p[i];
3490 }
3491 static char *f (char * (*g) (char **, int), char **p, ...)
3492 {
3493   char *s;
3494   va_list v;
3495   va_start (v,p);
3496   s = g (p, va_arg (v,int));
3497   va_end (v);
3498   return s;
3499 }
3500
3501 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
3502    function prototypes and stuff, but not '\xHH' hex character constants.
3503    These don't provoke an error unfortunately, instead are silently treated
3504    as 'x'.  The following induces an error, until -std is added to get
3505    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
3506    array size at least.  It's necessary to write '\x00'==0 to get something
3507    that's true only with -std.  */
3508 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3509
3510 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3511    inside strings and character constants.  */
3512 #define FOO(x) 'x'
3513 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3514
3515 int test (int i, double x);
3516 struct s1 {int (*f) (int a);};
3517 struct s2 {int (*f) (double a);};
3518 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3519 int argc;
3520 char **argv;
3521 int
3522 main ()
3523 {
3524 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
3525   ;
3526   return 0;
3527 }
3528 _ACEOF
3529 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3530         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3531 do
3532   CC="$ac_save_CC $ac_arg"
3533   if ac_fn_c_try_compile "$LINENO"; then :
3534   ac_cv_prog_cc_c89=$ac_arg
3535 fi
3536 rm -f core conftest.err conftest.$ac_objext
3537   test "x$ac_cv_prog_cc_c89" != "xno" && break
3538 done
3539 rm -f conftest.$ac_ext
3540 CC=$ac_save_CC
3541
3542 fi
3543 # AC_CACHE_VAL
3544 case "x$ac_cv_prog_cc_c89" in
3545   x)
3546     { $as_echo "$as_me:${as_lineno-$LINENO}: result: none needed" >&5
3547 $as_echo "none needed" >&6; } ;;
3548   xno)
3549     { $as_echo "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5
3550 $as_echo "unsupported" >&6; } ;;
3551   *)
3552     CC="$CC $ac_cv_prog_cc_c89"
3553     { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5
3554 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3555 esac
3556 if test "x$ac_cv_prog_cc_c89" != xno; then :
3557
3558 fi
3559
3560 ac_ext=c
3561 ac_cpp='$CPP $CPPFLAGS'
3562 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3563 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3564 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3565 DEPDIR="${am__leading_dot}deps"
3566
3567 ac_config_commands="$ac_config_commands depfiles"
3568
3569
3570 am_make=${MAKE-make}
3571 cat > confinc << 'END'
3572 am__doit:
3573         @echo this is the am__doit target
3574 .PHONY: am__doit
3575 END
3576 # If we don't find an include directive, just comment out the code.
3577 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for style of include used by $am_make" >&5
3578 $as_echo_n "checking for style of include used by $am_make... " >&6; }
3579 am__include="#"
3580 am__quote=
3581 _am_result=none
3582 # First try GNU make style include.
3583 echo "include confinc" > confmf
3584 # Ignore all kinds of additional output from `make'.
3585 case `$am_make -s -f confmf 2> /dev/null` in #(
3586 *the\ am__doit\ target*)
3587   am__include=include
3588   am__quote=
3589   _am_result=GNU
3590   ;;
3591 esac
3592 # Now try BSD make style include.
3593 if test "$am__include" = "#"; then
3594    echo '.include "confinc"' > confmf
3595    case `$am_make -s -f confmf 2> /dev/null` in #(
3596    *the\ am__doit\ target*)
3597      am__include=.include
3598      am__quote="\""
3599      _am_result=BSD
3600      ;;
3601    esac
3602 fi
3603
3604
3605 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $_am_result" >&5
3606 $as_echo "$_am_result" >&6; }
3607 rm -f confinc confmf
3608
3609 # Check whether --enable-dependency-tracking was given.
3610 if test "${enable_dependency_tracking+set}" = set; then :
3611   enableval=$enable_dependency_tracking;
3612 fi
3613
3614 if test "x$enable_dependency_tracking" != xno; then
3615   am_depcomp="$ac_aux_dir/depcomp"
3616   AMDEPBACKSLASH='\'
3617 fi
3618  if test "x$enable_dependency_tracking" != xno; then
3619   AMDEP_TRUE=
3620   AMDEP_FALSE='#'
3621 else
3622   AMDEP_TRUE='#'
3623   AMDEP_FALSE=
3624 fi
3625
3626
3627
3628 depcc="$CC"   am_compiler_list=
3629
3630 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
3631 $as_echo_n "checking dependency style of $depcc... " >&6; }
3632 if test "${am_cv_CC_dependencies_compiler_type+set}" = set; then :
3633   $as_echo_n "(cached) " >&6
3634 else
3635   if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then
3636   # We make a subdir and do the tests there.  Otherwise we can end up
3637   # making bogus files that we don't know about and never remove.  For
3638   # instance it was reported that on HP-UX the gcc test will end up
3639   # making a dummy file named `D' -- because `-MD' means `put the output
3640   # in D'.
3641   mkdir conftest.dir
3642   # Copy depcomp to subdir because otherwise we won't find it if we're
3643   # using a relative directory.
3644   cp "$am_depcomp" conftest.dir
3645   cd conftest.dir
3646   # We will build objects and dependencies in a subdirectory because
3647   # it helps to detect inapplicable dependency modes.  For instance
3648   # both Tru64's cc and ICC support -MD to output dependencies as a
3649   # side effect of compilation, but ICC will put the dependencies in
3650   # the current directory while Tru64 will put them in the object
3651   # directory.
3652   mkdir sub
3653
3654   am_cv_CC_dependencies_compiler_type=none
3655   if test "$am_compiler_list" = ""; then
3656      am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp`
3657   fi
3658   am__universal=false
3659   case " $depcc " in #(
3660      *\ -arch\ *\ -arch\ *) am__universal=true ;;
3661      esac
3662
3663   for depmode in $am_compiler_list; do
3664     # Setup a source with many dependencies, because some compilers
3665     # like to wrap large dependency lists on column 80 (with \), and
3666     # we should not choose a depcomp mode which is confused by this.
3667     #
3668     # We need to recreate these files for each test, as the compiler may
3669     # overwrite some of them when testing with obscure command lines.
3670     # This happens at least with the AIX C compiler.
3671     : > sub/conftest.c
3672     for i in 1 2 3 4 5 6; do
3673       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3674       # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3675       # Solaris 8's {/usr,}/bin/sh.
3676       touch sub/conftst$i.h
3677     done
3678     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3679
3680     # We check with `-c' and `-o' for the sake of the "dashmstdout"
3681     # mode.  It turns out that the SunPro C++ compiler does not properly
3682     # handle `-M -o', and we need to detect this.  Also, some Intel
3683     # versions had trouble with output in subdirs
3684     am__obj=sub/conftest.${OBJEXT-o}
3685     am__minus_obj="-o $am__obj"
3686     case $depmode in
3687     gcc)
3688       # This depmode causes a compiler race in universal mode.
3689       test "$am__universal" = false || continue
3690       ;;
3691     nosideeffect)
3692       # after this tag, mechanisms are not by side-effect, so they'll
3693       # only be used when explicitly requested
3694       if test "x$enable_dependency_tracking" = xyes; then
3695         continue
3696       else
3697         break
3698       fi
3699       ;;
3700     msvisualcpp | msvcmsys)
3701       # This compiler won't grok `-c -o', but also, the minuso test has
3702       # not run yet.  These depmodes are late enough in the game, and
3703       # so weak that their functioning should not be impacted.
3704       am__obj=conftest.${OBJEXT-o}
3705       am__minus_obj=
3706       ;;
3707     none) break ;;
3708     esac
3709     if depmode=$depmode \
3710        source=sub/conftest.c object=$am__obj \
3711        depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \
3712        $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \
3713          >/dev/null 2>conftest.err &&
3714        grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 &&
3715        grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 &&
3716        grep $am__obj sub/conftest.Po > /dev/null 2>&1 &&
3717        ${MAKE-make} -s -f confmf > /dev/null 2>&1; then
3718       # icc doesn't choke on unknown options, it will just issue warnings
3719       # or remarks (even with -Werror).  So we grep stderr for any message
3720       # that says an option was ignored or not supported.
3721       # When given -MP, icc 7.0 and 7.1 complain thusly:
3722       #   icc: Command line warning: ignoring option '-M'; no argument required
3723       # The diagnosis changed in icc 8.0:
3724       #   icc: Command line remark: option '-MP' not supported
3725       if (grep 'ignoring option' conftest.err ||
3726           grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else
3727         am_cv_CC_dependencies_compiler_type=$depmode
3728         break
3729       fi
3730     fi
3731   done
3732
3733   cd ..
3734   rm -rf conftest.dir
3735 else
3736   am_cv_CC_dependencies_compiler_type=none
3737 fi
3738
3739 fi
3740 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5
3741 $as_echo "$am_cv_CC_dependencies_compiler_type" >&6; }
3742 CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type
3743
3744  if
3745   test "x$enable_dependency_tracking" != xno \
3746   && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then
3747   am__fastdepCC_TRUE=
3748   am__fastdepCC_FALSE='#'
3749 else
3750   am__fastdepCC_TRUE='#'
3751   am__fastdepCC_FALSE=
3752 fi
3753
3754
3755
3756
3757 case `pwd` in
3758   *\ * | *\     *)
3759     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3760 $as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3761 esac
3762
3763
3764
3765 macro_version='2.2.6b'
3766 macro_revision='1.3017'
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780 ltmain="$ac_aux_dir/ltmain.sh"
3781
3782 # Make sure we can run config.sub.
3783 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
3784   as_fn_error $? "cannot run $SHELL $ac_aux_dir/config.sub" "$LINENO" 5
3785
3786 { $as_echo "$as_me:${as_lineno-$LINENO}: checking build system type" >&5
3787 $as_echo_n "checking build system type... " >&6; }
3788 if test "${ac_cv_build+set}" = set; then :
3789   $as_echo_n "(cached) " >&6
3790 else
3791   ac_build_alias=$build_alias
3792 test "x$ac_build_alias" = x &&
3793   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
3794 test "x$ac_build_alias" = x &&
3795   as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5
3796 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
3797   as_fn_error $? "$SHELL $ac_aux_dir/config.sub $ac_build_alias failed" "$LINENO" 5
3798
3799 fi
3800 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_build" >&5
3801 $as_echo "$ac_cv_build" >&6; }
3802 case $ac_cv_build in
3803 *-*-*) ;;
3804 *) as_fn_error $? "invalid value of canonical build" "$LINENO" 5 ;;
3805 esac
3806 build=$ac_cv_build
3807 ac_save_IFS=$IFS; IFS='-'
3808 set x $ac_cv_build
3809 shift
3810 build_cpu=$1
3811 build_vendor=$2
3812 shift; shift
3813 # Remember, the first character of IFS is used to create $*,
3814 # except with old shells:
3815 build_os=$*
3816 IFS=$ac_save_IFS
3817 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
3818
3819
3820 { $as_echo "$as_me:${as_lineno-$LINENO}: checking host system type" >&5
3821 $as_echo_n "checking host system type... " >&6; }
3822 if test "${ac_cv_host+set}" = set; then :
3823   $as_echo_n "(cached) " >&6
3824 else
3825   if test "x$host_alias" = x; then
3826   ac_cv_host=$ac_cv_build
3827 else
3828   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
3829     as_fn_error $? "$SHELL $ac_aux_dir/config.sub $host_alias failed" "$LINENO" 5
3830 fi
3831
3832 fi
3833 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_host" >&5
3834 $as_echo "$ac_cv_host" >&6; }
3835 case $ac_cv_host in
3836 *-*-*) ;;
3837 *) as_fn_error $? "invalid value of canonical host" "$LINENO" 5 ;;
3838 esac
3839 host=$ac_cv_host
3840 ac_save_IFS=$IFS; IFS='-'
3841 set x $ac_cv_host
3842 shift
3843 host_cpu=$1
3844 host_vendor=$2
3845 shift; shift
3846 # Remember, the first character of IFS is used to create $*,
3847 # except with old shells:
3848 host_os=$*
3849 IFS=$ac_save_IFS
3850 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
3851
3852
3853 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
3854 $as_echo_n "checking for a sed that does not truncate output... " >&6; }
3855 if test "${ac_cv_path_SED+set}" = set; then :
3856   $as_echo_n "(cached) " >&6
3857 else
3858             ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
3859      for ac_i in 1 2 3 4 5 6 7; do
3860        ac_script="$ac_script$as_nl$ac_script"
3861      done
3862      echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
3863      { ac_script=; unset ac_script;}
3864      if test -z "$SED"; then
3865   ac_path_SED_found=false
3866   # Loop through the user's path and test for each of PROGNAME-LIST
3867   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3868 for as_dir in $PATH
3869 do
3870   IFS=$as_save_IFS
3871   test -z "$as_dir" && as_dir=.
3872     for ac_prog in sed gsed; do
3873     for ac_exec_ext in '' $ac_executable_extensions; do
3874       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
3875       { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
3876 # Check for GNU ac_path_SED and select it if it is found.
3877   # Check for GNU $ac_path_SED
3878 case `"$ac_path_SED" --version 2>&1` in
3879 *GNU*)
3880   ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
3881 *)
3882   ac_count=0
3883   $as_echo_n 0123456789 >"conftest.in"
3884   while :
3885   do
3886     cat "conftest.in" "conftest.in" >"conftest.tmp"
3887     mv "conftest.tmp" "conftest.in"
3888     cp "conftest.in" "conftest.nl"
3889     $as_echo '' >> "conftest.nl"
3890     "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
3891     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3892     as_fn_arith $ac_count + 1 && ac_count=$as_val
3893     if test $ac_count -gt ${ac_path_SED_max-0}; then
3894       # Best one so far, save it but keep looking for a better one
3895       ac_cv_path_SED="$ac_path_SED"
3896       ac_path_SED_max=$ac_count
3897     fi
3898     # 10*(2^10) chars as input seems more than enough
3899     test $ac_count -gt 10 && break
3900   done
3901   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3902 esac
3903
3904       $ac_path_SED_found && break 3
3905     done
3906   done
3907   done
3908 IFS=$as_save_IFS
3909   if test -z "$ac_cv_path_SED"; then
3910     as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
3911   fi
3912 else
3913   ac_cv_path_SED=$SED
3914 fi
3915
3916 fi
3917 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
3918 $as_echo "$ac_cv_path_SED" >&6; }
3919  SED="$ac_cv_path_SED"
3920   rm -f conftest.sed
3921
3922 test -z "$SED" && SED=sed
3923 Xsed="$SED -e 1s/^X//"
3924
3925
3926
3927
3928
3929
3930
3931
3932
3933
3934
3935 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
3936 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
3937 if test "${ac_cv_path_GREP+set}" = set; then :
3938   $as_echo_n "(cached) " >&6
3939 else
3940   if test -z "$GREP"; then
3941   ac_path_GREP_found=false
3942   # Loop through the user's path and test for each of PROGNAME-LIST
3943   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3944 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
3945 do
3946   IFS=$as_save_IFS
3947   test -z "$as_dir" && as_dir=.
3948     for ac_prog in grep ggrep; do
3949     for ac_exec_ext in '' $ac_executable_extensions; do
3950       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
3951       { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
3952 # Check for GNU ac_path_GREP and select it if it is found.
3953   # Check for GNU $ac_path_GREP
3954 case `"$ac_path_GREP" --version 2>&1` in
3955 *GNU*)
3956   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
3957 *)
3958   ac_count=0
3959   $as_echo_n 0123456789 >"conftest.in"
3960   while :
3961   do
3962     cat "conftest.in" "conftest.in" >"conftest.tmp"
3963     mv "conftest.tmp" "conftest.in"
3964     cp "conftest.in" "conftest.nl"
3965     $as_echo 'GREP' >> "conftest.nl"
3966     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
3967     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
3968     as_fn_arith $ac_count + 1 && ac_count=$as_val
3969     if test $ac_count -gt ${ac_path_GREP_max-0}; then
3970       # Best one so far, save it but keep looking for a better one
3971       ac_cv_path_GREP="$ac_path_GREP"
3972       ac_path_GREP_max=$ac_count
3973     fi
3974     # 10*(2^10) chars as input seems more than enough
3975     test $ac_count -gt 10 && break
3976   done
3977   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
3978 esac
3979
3980       $ac_path_GREP_found && break 3
3981     done
3982   done
3983   done
3984 IFS=$as_save_IFS
3985   if test -z "$ac_cv_path_GREP"; then
3986     as_fn_error $? "no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
3987   fi
3988 else
3989   ac_cv_path_GREP=$GREP
3990 fi
3991
3992 fi
3993 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_GREP" >&5
3994 $as_echo "$ac_cv_path_GREP" >&6; }
3995  GREP="$ac_cv_path_GREP"
3996
3997
3998 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for egrep" >&5
3999 $as_echo_n "checking for egrep... " >&6; }
4000 if test "${ac_cv_path_EGREP+set}" = set; then :
4001   $as_echo_n "(cached) " >&6
4002 else
4003   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4004    then ac_cv_path_EGREP="$GREP -E"
4005    else
4006      if test -z "$EGREP"; then
4007   ac_path_EGREP_found=false
4008   # Loop through the user's path and test for each of PROGNAME-LIST
4009   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4010 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4011 do
4012   IFS=$as_save_IFS
4013   test -z "$as_dir" && as_dir=.
4014     for ac_prog in egrep; do
4015     for ac_exec_ext in '' $ac_executable_extensions; do
4016       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4017       { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4018 # Check for GNU ac_path_EGREP and select it if it is found.
4019   # Check for GNU $ac_path_EGREP
4020 case `"$ac_path_EGREP" --version 2>&1` in
4021 *GNU*)
4022   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4023 *)
4024   ac_count=0
4025   $as_echo_n 0123456789 >"conftest.in"
4026   while :
4027   do
4028     cat "conftest.in" "conftest.in" >"conftest.tmp"
4029     mv "conftest.tmp" "conftest.in"
4030     cp "conftest.in" "conftest.nl"
4031     $as_echo 'EGREP' >> "conftest.nl"
4032     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4033     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4034     as_fn_arith $ac_count + 1 && ac_count=$as_val
4035     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4036       # Best one so far, save it but keep looking for a better one
4037       ac_cv_path_EGREP="$ac_path_EGREP"
4038       ac_path_EGREP_max=$ac_count
4039     fi
4040     # 10*(2^10) chars as input seems more than enough
4041     test $ac_count -gt 10 && break
4042   done
4043   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4044 esac
4045
4046       $ac_path_EGREP_found && break 3
4047     done
4048   done
4049   done
4050 IFS=$as_save_IFS
4051   if test -z "$ac_cv_path_EGREP"; then
4052     as_fn_error $? "no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4053   fi
4054 else
4055   ac_cv_path_EGREP=$EGREP
4056 fi
4057
4058    fi
4059 fi
4060 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_EGREP" >&5
4061 $as_echo "$ac_cv_path_EGREP" >&6; }
4062  EGREP="$ac_cv_path_EGREP"
4063
4064
4065 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4066 $as_echo_n "checking for fgrep... " >&6; }
4067 if test "${ac_cv_path_FGREP+set}" = set; then :
4068   $as_echo_n "(cached) " >&6
4069 else
4070   if echo 'ab*c' | $GREP -F 'ab*c' >/dev/null 2>&1
4071    then ac_cv_path_FGREP="$GREP -F"
4072    else
4073      if test -z "$FGREP"; then
4074   ac_path_FGREP_found=false
4075   # Loop through the user's path and test for each of PROGNAME-LIST
4076   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4077 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4078 do
4079   IFS=$as_save_IFS
4080   test -z "$as_dir" && as_dir=.
4081     for ac_prog in fgrep; do
4082     for ac_exec_ext in '' $ac_executable_extensions; do
4083       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
4084       { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
4085 # Check for GNU ac_path_FGREP and select it if it is found.
4086   # Check for GNU $ac_path_FGREP
4087 case `"$ac_path_FGREP" --version 2>&1` in
4088 *GNU*)
4089   ac_cv_path_FGREP="$ac_path_FGREP" ac_path_FGREP_found=:;;
4090 *)
4091   ac_count=0
4092   $as_echo_n 0123456789 >"conftest.in"
4093   while :
4094   do
4095     cat "conftest.in" "conftest.in" >"conftest.tmp"
4096     mv "conftest.tmp" "conftest.in"
4097     cp "conftest.in" "conftest.nl"
4098     $as_echo 'FGREP' >> "conftest.nl"
4099     "$ac_path_FGREP" FGREP < "conftest.nl" >"conftest.out" 2>/dev/null || break
4100     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4101     as_fn_arith $ac_count + 1 && ac_count=$as_val
4102     if test $ac_count -gt ${ac_path_FGREP_max-0}; then
4103       # Best one so far, save it but keep looking for a better one
4104       ac_cv_path_FGREP="$ac_path_FGREP"
4105       ac_path_FGREP_max=$ac_count
4106     fi
4107     # 10*(2^10) chars as input seems more than enough
4108     test $ac_count -gt 10 && break
4109   done
4110   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4111 esac
4112
4113       $ac_path_FGREP_found && break 3
4114     done
4115   done
4116   done
4117 IFS=$as_save_IFS
4118   if test -z "$ac_cv_path_FGREP"; then
4119     as_fn_error $? "no acceptable fgrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" "$LINENO" 5
4120   fi
4121 else
4122   ac_cv_path_FGREP=$FGREP
4123 fi
4124
4125    fi
4126 fi
4127 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_FGREP" >&5
4128 $as_echo "$ac_cv_path_FGREP" >&6; }
4129  FGREP="$ac_cv_path_FGREP"
4130
4131
4132 test -z "$GREP" && GREP=grep
4133
4134
4135
4136
4137
4138
4139
4140
4141
4142
4143
4144
4145
4146
4147
4148
4149
4150
4151
4152 # Check whether --with-gnu-ld was given.
4153 if test "${with_gnu_ld+set}" = set; then :
4154   withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes
4155 else
4156   with_gnu_ld=no
4157 fi
4158
4159 ac_prog=ld
4160 if test "$GCC" = yes; then
4161   # Check if gcc -print-prog-name=ld gives a path.
4162   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ld used by $CC" >&5
4163 $as_echo_n "checking for ld used by $CC... " >&6; }
4164   case $host in
4165   *-*-mingw*)
4166     # gcc leaves a trailing carriage return which upsets mingw
4167     ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
4168   *)
4169     ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
4170   esac
4171   case $ac_prog in
4172     # Accept absolute paths.
4173     [\\/]* | ?:[\\/]*)
4174       re_direlt='/[^/][^/]*/\.\./'
4175       # Canonicalize the pathname of ld
4176       ac_prog=`$ECHO "$ac_prog"| $SED 's%\\\\%/%g'`
4177       while $ECHO "$ac_prog" | $GREP "$re_direlt" > /dev/null 2>&1; do
4178         ac_prog=`$ECHO $ac_prog| $SED "s%$re_direlt%/%"`
4179       done
4180       test -z "$LD" && LD="$ac_prog"
4181       ;;
4182   "")
4183     # If it fails, then pretend we aren't using GCC.
4184     ac_prog=ld
4185     ;;
4186   *)
4187     # If it is relative, then search for the first ld in PATH.
4188     with_gnu_ld=unknown
4189     ;;
4190   esac
4191 elif test "$with_gnu_ld" = yes; then
4192   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GNU ld" >&5
4193 $as_echo_n "checking for GNU ld... " >&6; }
4194 else
4195   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for non-GNU ld" >&5
4196 $as_echo_n "checking for non-GNU ld... " >&6; }
4197 fi
4198 if test "${lt_cv_path_LD+set}" = set; then :
4199   $as_echo_n "(cached) " >&6
4200 else
4201   if test -z "$LD"; then
4202   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4203   for ac_dir in $PATH; do
4204     IFS="$lt_save_ifs"
4205     test -z "$ac_dir" && ac_dir=.
4206     if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
4207       lt_cv_path_LD="$ac_dir/$ac_prog"
4208       # Check to see if the program is GNU ld.  I'd rather use --version,
4209       # but apparently some variants of GNU ld only accept -v.
4210       # Break only if it was the GNU/non-GNU ld that we prefer.
4211       case `"$lt_cv_path_LD" -v 2>&1 </dev/null` in
4212       *GNU* | *'with BFD'*)
4213         test "$with_gnu_ld" != no && break
4214         ;;
4215       *)
4216         test "$with_gnu_ld" != yes && break
4217         ;;
4218       esac
4219     fi
4220   done
4221   IFS="$lt_save_ifs"
4222 else
4223   lt_cv_path_LD="$LD" # Let the user override the test with a path.
4224 fi
4225 fi
4226
4227 LD="$lt_cv_path_LD"
4228 if test -n "$LD"; then
4229   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LD" >&5
4230 $as_echo "$LD" >&6; }
4231 else
4232   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4233 $as_echo "no" >&6; }
4234 fi
4235 test -z "$LD" && as_fn_error $? "no acceptable ld found in \$PATH" "$LINENO" 5
4236 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if the linker ($LD) is GNU ld" >&5
4237 $as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; }
4238 if test "${lt_cv_prog_gnu_ld+set}" = set; then :
4239   $as_echo_n "(cached) " >&6
4240 else
4241   # I'd rather use --version here, but apparently some GNU lds only accept -v.
4242 case `$LD -v 2>&1 </dev/null` in
4243 *GNU* | *'with BFD'*)
4244   lt_cv_prog_gnu_ld=yes
4245   ;;
4246 *)
4247   lt_cv_prog_gnu_ld=no
4248   ;;
4249 esac
4250 fi
4251 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_gnu_ld" >&5
4252 $as_echo "$lt_cv_prog_gnu_ld" >&6; }
4253 with_gnu_ld=$lt_cv_prog_gnu_ld
4254
4255
4256
4257
4258
4259
4260
4261
4262
4263 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for BSD- or MS-compatible name lister (nm)" >&5
4264 $as_echo_n "checking for BSD- or MS-compatible name lister (nm)... " >&6; }
4265 if test "${lt_cv_path_NM+set}" = set; then :
4266   $as_echo_n "(cached) " >&6
4267 else
4268   if test -n "$NM"; then
4269   # Let the user override the test.
4270   lt_cv_path_NM="$NM"
4271 else
4272   lt_nm_to_check="${ac_tool_prefix}nm"
4273   if test -n "$ac_tool_prefix" && test "$build" = "$host"; then
4274     lt_nm_to_check="$lt_nm_to_check nm"
4275   fi
4276   for lt_tmp_nm in $lt_nm_to_check; do
4277     lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
4278     for ac_dir in $PATH /usr/ccs/bin/elf /usr/ccs/bin /usr/ucb /bin; do
4279       IFS="$lt_save_ifs"
4280       test -z "$ac_dir" && ac_dir=.
4281       tmp_nm="$ac_dir/$lt_tmp_nm"
4282       if test -f "$tmp_nm" || test -f "$tmp_nm$ac_exeext" ; then
4283         # Check to see if the nm accepts a BSD-compat flag.
4284         # Adding the `sed 1q' prevents false positives on HP-UX, which says:
4285         #   nm: unknown option "B" ignored
4286         # Tru64's nm complains that /dev/null is an invalid object file
4287         case `"$tmp_nm" -B /dev/null 2>&1 | sed '1q'` in
4288         */dev/null* | *'Invalid file or object type'*)
4289           lt_cv_path_NM="$tmp_nm -B"
4290           break
4291           ;;
4292         *)
4293           case `"$tmp_nm" -p /dev/null 2>&1 | sed '1q'` in
4294           */dev/null*)
4295             lt_cv_path_NM="$tmp_nm -p"
4296             break
4297             ;;
4298           *)
4299             lt_cv_path_NM=${lt_cv_path_NM="$tmp_nm"} # keep the first match, but
4300             continue # so that we can try to find one that supports BSD flags
4301             ;;
4302           esac
4303           ;;
4304         esac
4305       fi
4306     done
4307     IFS="$lt_save_ifs"
4308   done
4309   : ${lt_cv_path_NM=no}
4310 fi
4311 fi
4312 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_path_NM" >&5
4313 $as_echo "$lt_cv_path_NM" >&6; }
4314 if test "$lt_cv_path_NM" != "no"; then
4315   NM="$lt_cv_path_NM"
4316 else
4317   # Didn't find any BSD compatible name lister, look for dumpbin.
4318   if test -n "$ac_tool_prefix"; then
4319   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4320   do
4321     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4322 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4323 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4324 $as_echo_n "checking for $ac_word... " >&6; }
4325 if test "${ac_cv_prog_DUMPBIN+set}" = set; then :
4326   $as_echo_n "(cached) " >&6
4327 else
4328   if test -n "$DUMPBIN"; then
4329   ac_cv_prog_DUMPBIN="$DUMPBIN" # Let the user override the test.
4330 else
4331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4332 for as_dir in $PATH
4333 do
4334   IFS=$as_save_IFS
4335   test -z "$as_dir" && as_dir=.
4336     for ac_exec_ext in '' $ac_executable_extensions; do
4337   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4338     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
4339     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4340     break 2
4341   fi
4342 done
4343   done
4344 IFS=$as_save_IFS
4345
4346 fi
4347 fi
4348 DUMPBIN=$ac_cv_prog_DUMPBIN
4349 if test -n "$DUMPBIN"; then
4350   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DUMPBIN" >&5
4351 $as_echo "$DUMPBIN" >&6; }
4352 else
4353   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4354 $as_echo "no" >&6; }
4355 fi
4356
4357
4358     test -n "$DUMPBIN" && break
4359   done
4360 fi
4361 if test -z "$DUMPBIN"; then
4362   ac_ct_DUMPBIN=$DUMPBIN
4363   for ac_prog in "dumpbin -symbols" "link -dump -symbols"
4364 do
4365   # Extract the first word of "$ac_prog", so it can be a program name with args.
4366 set dummy $ac_prog; ac_word=$2
4367 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4368 $as_echo_n "checking for $ac_word... " >&6; }
4369 if test "${ac_cv_prog_ac_ct_DUMPBIN+set}" = set; then :
4370   $as_echo_n "(cached) " >&6
4371 else
4372   if test -n "$ac_ct_DUMPBIN"; then
4373   ac_cv_prog_ac_ct_DUMPBIN="$ac_ct_DUMPBIN" # Let the user override the test.
4374 else
4375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4376 for as_dir in $PATH
4377 do
4378   IFS=$as_save_IFS
4379   test -z "$as_dir" && as_dir=.
4380     for ac_exec_ext in '' $ac_executable_extensions; do
4381   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4382     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
4383     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4384     break 2
4385   fi
4386 done
4387   done
4388 IFS=$as_save_IFS
4389
4390 fi
4391 fi
4392 ac_ct_DUMPBIN=$ac_cv_prog_ac_ct_DUMPBIN
4393 if test -n "$ac_ct_DUMPBIN"; then
4394   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DUMPBIN" >&5
4395 $as_echo "$ac_ct_DUMPBIN" >&6; }
4396 else
4397   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4398 $as_echo "no" >&6; }
4399 fi
4400
4401
4402   test -n "$ac_ct_DUMPBIN" && break
4403 done
4404
4405   if test "x$ac_ct_DUMPBIN" = x; then
4406     DUMPBIN=":"
4407   else
4408     case $cross_compiling:$ac_tool_warned in
4409 yes:)
4410 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4411 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4412 ac_tool_warned=yes ;;
4413 esac
4414     DUMPBIN=$ac_ct_DUMPBIN
4415   fi
4416 fi
4417
4418
4419   if test "$DUMPBIN" != ":"; then
4420     NM="$DUMPBIN"
4421   fi
4422 fi
4423 test -z "$NM" && NM=nm
4424
4425
4426
4427
4428
4429
4430 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the name lister ($NM) interface" >&5
4431 $as_echo_n "checking the name lister ($NM) interface... " >&6; }
4432 if test "${lt_cv_nm_interface+set}" = set; then :
4433   $as_echo_n "(cached) " >&6
4434 else
4435   lt_cv_nm_interface="BSD nm"
4436   echo "int some_variable = 0;" > conftest.$ac_ext
4437   (eval echo "\"\$as_me:4437: $ac_compile\"" >&5)
4438   (eval "$ac_compile" 2>conftest.err)
4439   cat conftest.err >&5
4440   (eval echo "\"\$as_me:4440: $NM \\\"conftest.$ac_objext\\\"\"" >&5)
4441   (eval "$NM \"conftest.$ac_objext\"" 2>conftest.err > conftest.out)
4442   cat conftest.err >&5
4443   (eval echo "\"\$as_me:4443: output\"" >&5)
4444   cat conftest.out >&5
4445   if $GREP 'External.*some_variable' conftest.out > /dev/null; then
4446     lt_cv_nm_interface="MS dumpbin"
4447   fi
4448   rm -f conftest*
4449 fi
4450 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_nm_interface" >&5
4451 $as_echo "$lt_cv_nm_interface" >&6; }
4452
4453 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ln -s works" >&5
4454 $as_echo_n "checking whether ln -s works... " >&6; }
4455 LN_S=$as_ln_s
4456 if test "$LN_S" = "ln -s"; then
4457   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4458 $as_echo "yes" >&6; }
4459 else
4460   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no, using $LN_S" >&5
4461 $as_echo "no, using $LN_S" >&6; }
4462 fi
4463
4464 # find the maximum length of command line arguments
4465 { $as_echo "$as_me:${as_lineno-$LINENO}: checking the maximum length of command line arguments" >&5
4466 $as_echo_n "checking the maximum length of command line arguments... " >&6; }
4467 if test "${lt_cv_sys_max_cmd_len+set}" = set; then :
4468   $as_echo_n "(cached) " >&6
4469 else
4470     i=0
4471   teststring="ABCD"
4472
4473   case $build_os in
4474   msdosdjgpp*)
4475     # On DJGPP, this test can blow up pretty badly due to problems in libc
4476     # (any single argument exceeding 2000 bytes causes a buffer overrun
4477     # during glob expansion).  Even if it were fixed, the result of this
4478     # check would be larger than it should be.
4479     lt_cv_sys_max_cmd_len=12288;    # 12K is about right
4480     ;;
4481
4482   gnu*)
4483     # Under GNU Hurd, this test is not required because there is
4484     # no limit to the length of command line arguments.
4485     # Libtool will interpret -1 as no limit whatsoever
4486     lt_cv_sys_max_cmd_len=-1;
4487     ;;
4488
4489   cygwin* | mingw* | cegcc*)
4490     # On Win9x/ME, this test blows up -- it succeeds, but takes
4491     # about 5 minutes as the teststring grows exponentially.
4492     # Worse, since 9x/ME are not pre-emptively multitasking,
4493     # you end up with a "frozen" computer, even though with patience
4494     # the test eventually succeeds (with a max line length of 256k).
4495     # Instead, let's just punt: use the minimum linelength reported by
4496     # all of the supported platforms: 8192 (on NT/2K/XP).
4497     lt_cv_sys_max_cmd_len=8192;
4498     ;;
4499
4500   amigaos*)
4501     # On AmigaOS with pdksh, this test takes hours, literally.
4502     # So we just punt and use a minimum line length of 8192.
4503     lt_cv_sys_max_cmd_len=8192;
4504     ;;
4505
4506   netbsd* | freebsd* | openbsd* | darwin* | dragonfly*)
4507     # This has been around since 386BSD, at least.  Likely further.
4508     if test -x /sbin/sysctl; then
4509       lt_cv_sys_max_cmd_len=`/sbin/sysctl -n kern.argmax`
4510     elif test -x /usr/sbin/sysctl; then
4511       lt_cv_sys_max_cmd_len=`/usr/sbin/sysctl -n kern.argmax`
4512     else
4513       lt_cv_sys_max_cmd_len=65536       # usable default for all BSDs
4514     fi
4515     # And add a safety zone
4516     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4517     lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4518     ;;
4519
4520   interix*)
4521     # We know the value 262144 and hardcode it with a safety zone (like BSD)
4522     lt_cv_sys_max_cmd_len=196608
4523     ;;
4524
4525   osf*)
4526     # Dr. Hans Ekkehard Plesser reports seeing a kernel panic running configure
4527     # due to this test when exec_disable_arg_limit is 1 on Tru64. It is not
4528     # nice to cause kernel panics so lets avoid the loop below.
4529     # First set a reasonable default.
4530     lt_cv_sys_max_cmd_len=16384
4531     #
4532     if test -x /sbin/sysconfig; then
4533       case `/sbin/sysconfig -q proc exec_disable_arg_limit` in
4534         *1*) lt_cv_sys_max_cmd_len=-1 ;;
4535       esac
4536     fi
4537     ;;
4538   sco3.2v5*)
4539     lt_cv_sys_max_cmd_len=102400
4540     ;;
4541   sysv5* | sco5v6* | sysv4.2uw2*)
4542     kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
4543     if test -n "$kargmax"; then
4544       lt_cv_sys_max_cmd_len=`echo $kargmax | sed 's/.*[  ]//'`
4545     else
4546       lt_cv_sys_max_cmd_len=32768
4547     fi
4548     ;;
4549   *)
4550     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
4551     if test -n "$lt_cv_sys_max_cmd_len"; then
4552       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
4553       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
4554     else
4555       # Make teststring a little bigger before we do anything with it.
4556       # a 1K string should be a reasonable start.
4557       for i in 1 2 3 4 5 6 7 8 ; do
4558         teststring=$teststring$teststring
4559       done
4560       SHELL=${SHELL-${CONFIG_SHELL-/bin/sh}}
4561       # If test is not a shell built-in, we'll probably end up computing a
4562       # maximum length that is only half of the actual maximum length, but
4563       # we can't tell.
4564       while { test "X"`$SHELL $0 --fallback-echo "X$teststring$teststring" 2>/dev/null` \
4565                  = "XX$teststring$teststring"; } >/dev/null 2>&1 &&
4566               test $i != 17 # 1/2 MB should be enough
4567       do
4568         i=`expr $i + 1`
4569         teststring=$teststring$teststring
4570       done
4571       # Only check the string length outside the loop.
4572       lt_cv_sys_max_cmd_len=`expr "X$teststring" : ".*" 2>&1`
4573       teststring=
4574       # Add a significant safety factor because C++ compilers can tack on
4575       # massive amounts of additional arguments before passing them to the
4576       # linker.  It appears as though 1/2 is a usable value.
4577       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 2`
4578     fi
4579     ;;
4580   esac
4581
4582 fi
4583
4584 if test -n $lt_cv_sys_max_cmd_len ; then
4585   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_sys_max_cmd_len" >&5
4586 $as_echo "$lt_cv_sys_max_cmd_len" >&6; }
4587 else
4588   { $as_echo "$as_me:${as_lineno-$LINENO}: result: none" >&5
4589 $as_echo "none" >&6; }
4590 fi
4591 max_cmd_len=$lt_cv_sys_max_cmd_len
4592
4593
4594
4595
4596
4597
4598 : ${CP="cp -f"}
4599 : ${MV="mv -f"}
4600 : ${RM="rm -f"}
4601
4602 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands some XSI constructs" >&5
4603 $as_echo_n "checking whether the shell understands some XSI constructs... " >&6; }
4604 # Try some XSI features
4605 xsi_shell=no
4606 ( _lt_dummy="a/b/c"
4607   test "${_lt_dummy##*/},${_lt_dummy%/*},"${_lt_dummy%"$_lt_dummy"}, \
4608       = c,a/b,, \
4609     && eval 'test $(( 1 + 1 )) -eq 2 \
4610     && test "${#_lt_dummy}" -eq 5' ) >/dev/null 2>&1 \
4611   && xsi_shell=yes
4612 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xsi_shell" >&5
4613 $as_echo "$xsi_shell" >&6; }
4614
4615
4616 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the shell understands \"+=\"" >&5
4617 $as_echo_n "checking whether the shell understands \"+=\"... " >&6; }
4618 lt_shell_append=no
4619 ( foo=bar; set foo baz; eval "$1+=\$2" && test "$foo" = barbaz ) \
4620     >/dev/null 2>&1 \
4621   && lt_shell_append=yes
4622 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_shell_append" >&5
4623 $as_echo "$lt_shell_append" >&6; }
4624
4625
4626 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
4627   lt_unset=unset
4628 else
4629   lt_unset=false
4630 fi
4631
4632
4633
4634
4635
4636 # test EBCDIC or ASCII
4637 case `echo X|tr X '\101'` in
4638  A) # ASCII based system
4639     # \n is not interpreted correctly by Solaris 8 /usr/ucb/tr
4640   lt_SP2NL='tr \040 \012'
4641   lt_NL2SP='tr \015\012 \040\040'
4642   ;;
4643  *) # EBCDIC based system
4644   lt_SP2NL='tr \100 \n'
4645   lt_NL2SP='tr \r\n \100\100'
4646   ;;
4647 esac
4648
4649
4650
4651
4652
4653
4654
4655
4656
4657 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $LD option to reload object files" >&5
4658 $as_echo_n "checking for $LD option to reload object files... " >&6; }
4659 if test "${lt_cv_ld_reload_flag+set}" = set; then :
4660   $as_echo_n "(cached) " >&6
4661 else
4662   lt_cv_ld_reload_flag='-r'
4663 fi
4664 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_reload_flag" >&5
4665 $as_echo "$lt_cv_ld_reload_flag" >&6; }
4666 reload_flag=$lt_cv_ld_reload_flag
4667 case $reload_flag in
4668 "" | " "*) ;;
4669 *) reload_flag=" $reload_flag" ;;
4670 esac
4671 reload_cmds='$LD$reload_flag -o $output$reload_objs'
4672 case $host_os in
4673   darwin*)
4674     if test "$GCC" = yes; then
4675       reload_cmds='$LTCC $LTCFLAGS -nostdlib ${wl}-r -o $output$reload_objs'
4676     else
4677       reload_cmds='$LD$reload_flag -o $output$reload_objs'
4678     fi
4679     ;;
4680 esac
4681
4682
4683
4684
4685
4686
4687
4688
4689
4690 if test -n "$ac_tool_prefix"; then
4691   # Extract the first word of "${ac_tool_prefix}objdump", so it can be a program name with args.
4692 set dummy ${ac_tool_prefix}objdump; ac_word=$2
4693 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4694 $as_echo_n "checking for $ac_word... " >&6; }
4695 if test "${ac_cv_prog_OBJDUMP+set}" = set; then :
4696   $as_echo_n "(cached) " >&6
4697 else
4698   if test -n "$OBJDUMP"; then
4699   ac_cv_prog_OBJDUMP="$OBJDUMP" # Let the user override the test.
4700 else
4701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4702 for as_dir in $PATH
4703 do
4704   IFS=$as_save_IFS
4705   test -z "$as_dir" && as_dir=.
4706     for ac_exec_ext in '' $ac_executable_extensions; do
4707   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4708     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
4709     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4710     break 2
4711   fi
4712 done
4713   done
4714 IFS=$as_save_IFS
4715
4716 fi
4717 fi
4718 OBJDUMP=$ac_cv_prog_OBJDUMP
4719 if test -n "$OBJDUMP"; then
4720   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OBJDUMP" >&5
4721 $as_echo "$OBJDUMP" >&6; }
4722 else
4723   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4724 $as_echo "no" >&6; }
4725 fi
4726
4727
4728 fi
4729 if test -z "$ac_cv_prog_OBJDUMP"; then
4730   ac_ct_OBJDUMP=$OBJDUMP
4731   # Extract the first word of "objdump", so it can be a program name with args.
4732 set dummy objdump; ac_word=$2
4733 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4734 $as_echo_n "checking for $ac_word... " >&6; }
4735 if test "${ac_cv_prog_ac_ct_OBJDUMP+set}" = set; then :
4736   $as_echo_n "(cached) " >&6
4737 else
4738   if test -n "$ac_ct_OBJDUMP"; then
4739   ac_cv_prog_ac_ct_OBJDUMP="$ac_ct_OBJDUMP" # Let the user override the test.
4740 else
4741 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4742 for as_dir in $PATH
4743 do
4744   IFS=$as_save_IFS
4745   test -z "$as_dir" && as_dir=.
4746     for ac_exec_ext in '' $ac_executable_extensions; do
4747   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4748     ac_cv_prog_ac_ct_OBJDUMP="objdump"
4749     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4750     break 2
4751   fi
4752 done
4753   done
4754 IFS=$as_save_IFS
4755
4756 fi
4757 fi
4758 ac_ct_OBJDUMP=$ac_cv_prog_ac_ct_OBJDUMP
4759 if test -n "$ac_ct_OBJDUMP"; then
4760   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OBJDUMP" >&5
4761 $as_echo "$ac_ct_OBJDUMP" >&6; }
4762 else
4763   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4764 $as_echo "no" >&6; }
4765 fi
4766
4767   if test "x$ac_ct_OBJDUMP" = x; then
4768     OBJDUMP="false"
4769   else
4770     case $cross_compiling:$ac_tool_warned in
4771 yes:)
4772 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4773 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4774 ac_tool_warned=yes ;;
4775 esac
4776     OBJDUMP=$ac_ct_OBJDUMP
4777   fi
4778 else
4779   OBJDUMP="$ac_cv_prog_OBJDUMP"
4780 fi
4781
4782 test -z "$OBJDUMP" && OBJDUMP=objdump
4783
4784
4785
4786
4787
4788
4789
4790
4791
4792 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to recognize dependent libraries" >&5
4793 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
4794 if test "${lt_cv_deplibs_check_method+set}" = set; then :
4795   $as_echo_n "(cached) " >&6
4796 else
4797   lt_cv_file_magic_cmd='$MAGIC_CMD'
4798 lt_cv_file_magic_test_file=
4799 lt_cv_deplibs_check_method='unknown'
4800 # Need to set the preceding variable on all platforms that support
4801 # interlibrary dependencies.
4802 # 'none' -- dependencies not supported.
4803 # `unknown' -- same as none, but documents that we really don't know.
4804 # 'pass_all' -- all dependencies passed with no checks.
4805 # 'test_compile' -- check by making test program.
4806 # 'file_magic [[regex]]' -- check by looking for files in library path
4807 # which responds to the $file_magic_cmd with a given extended regex.
4808 # If you have `file' or equivalent on your system and you're not sure
4809 # whether `pass_all' will *always* work, you probably want this one.
4810
4811 case $host_os in
4812 aix[4-9]*)
4813   lt_cv_deplibs_check_method=pass_all
4814   ;;
4815
4816 beos*)
4817   lt_cv_deplibs_check_method=pass_all
4818   ;;
4819
4820 bsdi[45]*)
4821   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (shared object|dynamic lib)'
4822   lt_cv_file_magic_cmd='/usr/bin/file -L'
4823   lt_cv_file_magic_test_file=/shlib/libc.so
4824   ;;
4825
4826 cygwin*)
4827   # func_win32_libid is a shell function defined in ltmain.sh
4828   lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4829   lt_cv_file_magic_cmd='func_win32_libid'
4830   ;;
4831
4832 mingw* | pw32*)
4833   # Base MSYS/MinGW do not provide the 'file' command needed by
4834   # func_win32_libid shell function, so use a weaker test based on 'objdump',
4835   # unless we find 'file', for example because we are cross-compiling.
4836   if ( file / ) >/dev/null 2>&1; then
4837     lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL'
4838     lt_cv_file_magic_cmd='func_win32_libid'
4839   else
4840     lt_cv_deplibs_check_method='file_magic file format pei*-i386(.*architecture: i386)?'
4841     lt_cv_file_magic_cmd='$OBJDUMP -f'
4842   fi
4843   ;;
4844
4845 cegcc)
4846   # use the weaker test based on 'objdump'. See mingw*.
4847   lt_cv_deplibs_check_method='file_magic file format pe-arm-.*little(.*architecture: arm)?'
4848   lt_cv_file_magic_cmd='$OBJDUMP -f'
4849   ;;
4850
4851 darwin* | rhapsody*)
4852   lt_cv_deplibs_check_method=pass_all
4853   ;;
4854
4855 freebsd* | dragonfly*)
4856   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4857     case $host_cpu in
4858     i*86 )
4859       # Not sure whether the presence of OpenBSD here was a mistake.
4860       # Let's accept both of them until this is cleared up.
4861       lt_cv_deplibs_check_method='file_magic (FreeBSD|OpenBSD|DragonFly)/i[3-9]86 (compact )?demand paged shared library'
4862       lt_cv_file_magic_cmd=/usr/bin/file
4863       lt_cv_file_magic_test_file=`echo /usr/lib/libc.so.*`
4864       ;;
4865     esac
4866   else
4867     lt_cv_deplibs_check_method=pass_all
4868   fi
4869   ;;
4870
4871 gnu*)
4872   lt_cv_deplibs_check_method=pass_all
4873   ;;
4874
4875 hpux10.20* | hpux11*)
4876   lt_cv_file_magic_cmd=/usr/bin/file
4877   case $host_cpu in
4878   ia64*)
4879     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
4880     lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
4881     ;;
4882   hppa*64*)
4883     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]'
4884     lt_cv_file_magic_test_file=/usr/lib/pa20_64/libc.sl
4885     ;;
4886   *)
4887     lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library'
4888     lt_cv_file_magic_test_file=/usr/lib/libc.sl
4889     ;;
4890   esac
4891   ;;
4892
4893 interix[3-9]*)
4894   # PIC code is broken on Interix 3.x, that's why |\.a not |_pic\.a here
4895   lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|\.a)$'
4896   ;;
4897
4898 irix5* | irix6* | nonstopux*)
4899   case $LD in
4900   *-32|*"-32 ") libmagic=32-bit;;
4901   *-n32|*"-n32 ") libmagic=N32;;
4902   *-64|*"-64 ") libmagic=64-bit;;
4903   *) libmagic=never-match;;
4904   esac
4905   lt_cv_deplibs_check_method=pass_all
4906   ;;
4907
4908 # This must be Linux ELF.
4909 linux* | k*bsd*-gnu | kopensolaris*-gnu)
4910   lt_cv_deplibs_check_method=pass_all
4911   ;;
4912
4913 netbsd* | netbsdelf*-gnu)
4914   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
4915     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4916   else
4917     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so|_pic\.a)$'
4918   fi
4919   ;;
4920
4921 newos6*)
4922   lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [ML]SB (executable|dynamic lib)'
4923   lt_cv_file_magic_cmd=/usr/bin/file
4924   lt_cv_file_magic_test_file=/usr/lib/libnls.so
4925   ;;
4926
4927 *nto* | *qnx*)
4928   lt_cv_deplibs_check_method=pass_all
4929   ;;
4930
4931 openbsd*)
4932   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
4933     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$'
4934   else
4935     lt_cv_deplibs_check_method='match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|_pic\.a)$'
4936   fi
4937   ;;
4938
4939 osf3* | osf4* | osf5*)
4940   lt_cv_deplibs_check_method=pass_all
4941   ;;
4942
4943 rdos*)
4944   lt_cv_deplibs_check_method=pass_all
4945   ;;
4946
4947 solaris*)
4948   lt_cv_deplibs_check_method=pass_all
4949   ;;
4950
4951 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
4952   lt_cv_deplibs_check_method=pass_all
4953   ;;
4954
4955 sysv4 | sysv4.3*)
4956   case $host_vendor in
4957   motorola)
4958     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]'
4959     lt_cv_file_magic_test_file=`echo /usr/lib/libc.so*`
4960     ;;
4961   ncr)
4962     lt_cv_deplibs_check_method=pass_all
4963     ;;
4964   sequent)
4965     lt_cv_file_magic_cmd='/bin/file'
4966     lt_cv_deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB (shared object|dynamic lib )'
4967     ;;
4968   sni)
4969     lt_cv_file_magic_cmd='/bin/file'
4970     lt_cv_deplibs_check_method="file_magic ELF [0-9][0-9]*-bit [LM]SB dynamic lib"
4971     lt_cv_file_magic_test_file=/lib/libc.so
4972     ;;
4973   siemens)
4974     lt_cv_deplibs_check_method=pass_all
4975     ;;
4976   pc)
4977     lt_cv_deplibs_check_method=pass_all
4978     ;;
4979   esac
4980   ;;
4981
4982 tpf*)
4983   lt_cv_deplibs_check_method=pass_all
4984   ;;
4985 esac
4986
4987 fi
4988 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_deplibs_check_method" >&5
4989 $as_echo "$lt_cv_deplibs_check_method" >&6; }
4990 file_magic_cmd=$lt_cv_file_magic_cmd
4991 deplibs_check_method=$lt_cv_deplibs_check_method
4992 test -z "$deplibs_check_method" && deplibs_check_method=unknown
4993
4994
4995
4996
4997
4998
4999
5000
5001
5002
5003
5004
5005 if test -n "$ac_tool_prefix"; then
5006   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5007 set dummy ${ac_tool_prefix}ar; ac_word=$2
5008 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5009 $as_echo_n "checking for $ac_word... " >&6; }
5010 if test "${ac_cv_prog_AR+set}" = set; then :
5011   $as_echo_n "(cached) " >&6
5012 else
5013   if test -n "$AR"; then
5014   ac_cv_prog_AR="$AR" # Let the user override the test.
5015 else
5016 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5017 for as_dir in $PATH
5018 do
5019   IFS=$as_save_IFS
5020   test -z "$as_dir" && as_dir=.
5021     for ac_exec_ext in '' $ac_executable_extensions; do
5022   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5023     ac_cv_prog_AR="${ac_tool_prefix}ar"
5024     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5025     break 2
5026   fi
5027 done
5028   done
5029 IFS=$as_save_IFS
5030
5031 fi
5032 fi
5033 AR=$ac_cv_prog_AR
5034 if test -n "$AR"; then
5035   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AR" >&5
5036 $as_echo "$AR" >&6; }
5037 else
5038   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5039 $as_echo "no" >&6; }
5040 fi
5041
5042
5043 fi
5044 if test -z "$ac_cv_prog_AR"; then
5045   ac_ct_AR=$AR
5046   # Extract the first word of "ar", so it can be a program name with args.
5047 set dummy ar; ac_word=$2
5048 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5049 $as_echo_n "checking for $ac_word... " >&6; }
5050 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then :
5051   $as_echo_n "(cached) " >&6
5052 else
5053   if test -n "$ac_ct_AR"; then
5054   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5055 else
5056 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5057 for as_dir in $PATH
5058 do
5059   IFS=$as_save_IFS
5060   test -z "$as_dir" && as_dir=.
5061     for ac_exec_ext in '' $ac_executable_extensions; do
5062   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5063     ac_cv_prog_ac_ct_AR="ar"
5064     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5065     break 2
5066   fi
5067 done
5068   done
5069 IFS=$as_save_IFS
5070
5071 fi
5072 fi
5073 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5074 if test -n "$ac_ct_AR"; then
5075   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_AR" >&5
5076 $as_echo "$ac_ct_AR" >&6; }
5077 else
5078   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5079 $as_echo "no" >&6; }
5080 fi
5081
5082   if test "x$ac_ct_AR" = x; then
5083     AR="false"
5084   else
5085     case $cross_compiling:$ac_tool_warned in
5086 yes:)
5087 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5088 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5089 ac_tool_warned=yes ;;
5090 esac
5091     AR=$ac_ct_AR
5092   fi
5093 else
5094   AR="$ac_cv_prog_AR"
5095 fi
5096
5097 test -z "$AR" && AR=ar
5098 test -z "$AR_FLAGS" && AR_FLAGS=cru
5099
5100
5101
5102
5103
5104
5105
5106
5107
5108
5109
5110 if test -n "$ac_tool_prefix"; then
5111   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5112 set dummy ${ac_tool_prefix}strip; ac_word=$2
5113 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5114 $as_echo_n "checking for $ac_word... " >&6; }
5115 if test "${ac_cv_prog_STRIP+set}" = set; then :
5116   $as_echo_n "(cached) " >&6
5117 else
5118   if test -n "$STRIP"; then
5119   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5120 else
5121 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5122 for as_dir in $PATH
5123 do
5124   IFS=$as_save_IFS
5125   test -z "$as_dir" && as_dir=.
5126     for ac_exec_ext in '' $ac_executable_extensions; do
5127   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5128     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5129     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5130     break 2
5131   fi
5132 done
5133   done
5134 IFS=$as_save_IFS
5135
5136 fi
5137 fi
5138 STRIP=$ac_cv_prog_STRIP
5139 if test -n "$STRIP"; then
5140   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
5141 $as_echo "$STRIP" >&6; }
5142 else
5143   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5144 $as_echo "no" >&6; }
5145 fi
5146
5147
5148 fi
5149 if test -z "$ac_cv_prog_STRIP"; then
5150   ac_ct_STRIP=$STRIP
5151   # Extract the first word of "strip", so it can be a program name with args.
5152 set dummy strip; ac_word=$2
5153 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5154 $as_echo_n "checking for $ac_word... " >&6; }
5155 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then :
5156   $as_echo_n "(cached) " >&6
5157 else
5158   if test -n "$ac_ct_STRIP"; then
5159   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5160 else
5161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5162 for as_dir in $PATH
5163 do
5164   IFS=$as_save_IFS
5165   test -z "$as_dir" && as_dir=.
5166     for ac_exec_ext in '' $ac_executable_extensions; do
5167   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5168     ac_cv_prog_ac_ct_STRIP="strip"
5169     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5170     break 2
5171   fi
5172 done
5173   done
5174 IFS=$as_save_IFS
5175
5176 fi
5177 fi
5178 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5179 if test -n "$ac_ct_STRIP"; then
5180   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
5181 $as_echo "$ac_ct_STRIP" >&6; }
5182 else
5183   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5184 $as_echo "no" >&6; }
5185 fi
5186
5187   if test "x$ac_ct_STRIP" = x; then
5188     STRIP=":"
5189   else
5190     case $cross_compiling:$ac_tool_warned in
5191 yes:)
5192 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5193 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5194 ac_tool_warned=yes ;;
5195 esac
5196     STRIP=$ac_ct_STRIP
5197   fi
5198 else
5199   STRIP="$ac_cv_prog_STRIP"
5200 fi
5201
5202 test -z "$STRIP" && STRIP=:
5203
5204
5205
5206
5207
5208
5209 if test -n "$ac_tool_prefix"; then
5210   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5211 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5212 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5213 $as_echo_n "checking for $ac_word... " >&6; }
5214 if test "${ac_cv_prog_RANLIB+set}" = set; then :
5215   $as_echo_n "(cached) " >&6
5216 else
5217   if test -n "$RANLIB"; then
5218   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5219 else
5220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5221 for as_dir in $PATH
5222 do
5223   IFS=$as_save_IFS
5224   test -z "$as_dir" && as_dir=.
5225     for ac_exec_ext in '' $ac_executable_extensions; do
5226   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5227     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5228     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5229     break 2
5230   fi
5231 done
5232   done
5233 IFS=$as_save_IFS
5234
5235 fi
5236 fi
5237 RANLIB=$ac_cv_prog_RANLIB
5238 if test -n "$RANLIB"; then
5239   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $RANLIB" >&5
5240 $as_echo "$RANLIB" >&6; }
5241 else
5242   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5243 $as_echo "no" >&6; }
5244 fi
5245
5246
5247 fi
5248 if test -z "$ac_cv_prog_RANLIB"; then
5249   ac_ct_RANLIB=$RANLIB
5250   # Extract the first word of "ranlib", so it can be a program name with args.
5251 set dummy ranlib; ac_word=$2
5252 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5253 $as_echo_n "checking for $ac_word... " >&6; }
5254 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then :
5255   $as_echo_n "(cached) " >&6
5256 else
5257   if test -n "$ac_ct_RANLIB"; then
5258   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5259 else
5260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5261 for as_dir in $PATH
5262 do
5263   IFS=$as_save_IFS
5264   test -z "$as_dir" && as_dir=.
5265     for ac_exec_ext in '' $ac_executable_extensions; do
5266   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5267     ac_cv_prog_ac_ct_RANLIB="ranlib"
5268     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5269     break 2
5270   fi
5271 done
5272   done
5273 IFS=$as_save_IFS
5274
5275 fi
5276 fi
5277 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5278 if test -n "$ac_ct_RANLIB"; then
5279   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_RANLIB" >&5
5280 $as_echo "$ac_ct_RANLIB" >&6; }
5281 else
5282   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5283 $as_echo "no" >&6; }
5284 fi
5285
5286   if test "x$ac_ct_RANLIB" = x; then
5287     RANLIB=":"
5288   else
5289     case $cross_compiling:$ac_tool_warned in
5290 yes:)
5291 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5292 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5293 ac_tool_warned=yes ;;
5294 esac
5295     RANLIB=$ac_ct_RANLIB
5296   fi
5297 else
5298   RANLIB="$ac_cv_prog_RANLIB"
5299 fi
5300
5301 test -z "$RANLIB" && RANLIB=:
5302
5303
5304
5305
5306
5307
5308 # Determine commands to create old-style static archives.
5309 old_archive_cmds='$AR $AR_FLAGS $oldlib$oldobjs'
5310 old_postinstall_cmds='chmod 644 $oldlib'
5311 old_postuninstall_cmds=
5312
5313 if test -n "$RANLIB"; then
5314   case $host_os in
5315   openbsd*)
5316     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB -t \$oldlib"
5317     ;;
5318   *)
5319     old_postinstall_cmds="$old_postinstall_cmds~\$RANLIB \$oldlib"
5320     ;;
5321   esac
5322   old_archive_cmds="$old_archive_cmds~\$RANLIB \$oldlib"
5323 fi
5324
5325
5326
5327
5328
5329
5330
5331
5332
5333
5334
5335
5336
5337
5338
5339
5340
5341
5342
5343
5344
5345
5346
5347
5348
5349
5350
5351
5352
5353
5354
5355
5356
5357
5358 # If no C compiler was specified, use CC.
5359 LTCC=${LTCC-"$CC"}
5360
5361 # If no C compiler flags were specified, use CFLAGS.
5362 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
5363
5364 # Allow CC to be a program name with arguments.
5365 compiler=$CC
5366
5367
5368 # Check for command to grab the raw symbol name followed by C symbol from nm.
5369 { $as_echo "$as_me:${as_lineno-$LINENO}: checking command to parse $NM output from $compiler object" >&5
5370 $as_echo_n "checking command to parse $NM output from $compiler object... " >&6; }
5371 if test "${lt_cv_sys_global_symbol_pipe+set}" = set; then :
5372   $as_echo_n "(cached) " >&6
5373 else
5374
5375 # These are sane defaults that work on at least a few old systems.
5376 # [They come from Ultrix.  What could be older than Ultrix?!! ;)]
5377
5378 # Character class describing NM global symbol codes.
5379 symcode='[BCDEGRST]'
5380
5381 # Regexp to match symbols that can be accessed directly from C.
5382 sympat='\([_A-Za-z][_A-Za-z0-9]*\)'
5383
5384 # Define system-specific variables.
5385 case $host_os in
5386 aix*)
5387   symcode='[BCDT]'
5388   ;;
5389 cygwin* | mingw* | pw32* | cegcc*)
5390   symcode='[ABCDGISTW]'
5391   ;;
5392 hpux*)
5393   if test "$host_cpu" = ia64; then
5394     symcode='[ABCDEGRST]'
5395   fi
5396   ;;
5397 irix* | nonstopux*)
5398   symcode='[BCDEGRST]'
5399   ;;
5400 osf*)
5401   symcode='[BCDEGQRST]'
5402   ;;
5403 solaris*)
5404   symcode='[BDRT]'
5405   ;;
5406 sco3.2v5*)
5407   symcode='[DT]'
5408   ;;
5409 sysv4.2uw2*)
5410   symcode='[DT]'
5411   ;;
5412 sysv5* | sco5v6* | unixware* | OpenUNIX*)
5413   symcode='[ABDT]'
5414   ;;
5415 sysv4)
5416   symcode='[DFNSTU]'
5417   ;;
5418 esac
5419
5420 # If we're using GNU nm, then use its standard symbol codes.
5421 case `$NM -V 2>&1` in
5422 *GNU* | *'with BFD'*)
5423   symcode='[ABCDGIRSTW]' ;;
5424 esac
5425
5426 # Transform an extracted symbol line into a proper C declaration.
5427 # Some systems (esp. on ia64) link data and code symbols differently,
5428 # so use this general approach.
5429 lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'"
5430
5431 # Transform an extracted symbol line into symbol name and symbol address
5432 lt_cv_sys_global_symbol_to_c_name_address="sed -n -e 's/^: \([^ ]*\) $/  {\\\"\1\\\", (void *) 0},/p' -e 's/^$symcode* \([^ ]*\) \([^ ]*\)$/  {\"\2\", (void *) \&\2},/p'"
5433 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'"
5434
5435 # Handle CRLF in mingw tool chain
5436 opt_cr=
5437 case $build_os in
5438 mingw*)
5439   opt_cr=`$ECHO 'x\{0,1\}' | tr x '\015'` # option cr in regexp
5440   ;;
5441 esac
5442
5443 # Try without a prefix underscore, then with it.
5444 for ac_symprfx in "" "_"; do
5445
5446   # Transform symcode, sympat, and symprfx into a raw symbol and a C symbol.
5447   symxfrm="\\1 $ac_symprfx\\2 \\2"
5448
5449   # Write the raw and C identifiers.
5450   if test "$lt_cv_nm_interface" = "MS dumpbin"; then
5451     # Fake it for dumpbin and say T for any non-static function
5452     # and D for any global variable.
5453     # Also find C++ and __fastcall symbols from MSVC++,
5454     # which start with @ or ?.
5455     lt_cv_sys_global_symbol_pipe="$AWK '"\
5456 "     {last_section=section; section=\$ 3};"\
5457 "     /Section length .*#relocs.*(pick any)/{hide[last_section]=1};"\
5458 "     \$ 0!~/External *\|/{next};"\
5459 "     / 0+ UNDEF /{next}; / UNDEF \([^|]\)*()/{next};"\
5460 "     {if(hide[section]) next};"\
5461 "     {f=0}; \$ 0~/\(\).*\|/{f=1}; {printf f ? \"T \" : \"D \"};"\
5462 "     {split(\$ 0, a, /\||\r/); split(a[2], s)};"\
5463 "     s[1]~/^[@?]/{print s[1], s[1]; next};"\
5464 "     s[1]~prfx {split(s[1],t,\"@\"); print t[1], substr(t[1],length(prfx))}"\
5465 "     ' prfx=^$ac_symprfx"
5466   else
5467     lt_cv_sys_global_symbol_pipe="sed -n -e 's/^.*[      ]\($symcode$symcode*\)[         ][      ]*$ac_symprfx$sympat$opt_cr$/$symxfrm/p'"
5468   fi
5469
5470   # Check to see that the pipe works correctly.
5471   pipe_works=no
5472
5473   rm -f conftest*
5474   cat > conftest.$ac_ext <<_LT_EOF
5475 #ifdef __cplusplus
5476 extern "C" {
5477 #endif
5478 char nm_test_var;
5479 void nm_test_func(void);
5480 void nm_test_func(void){}
5481 #ifdef __cplusplus
5482 }
5483 #endif
5484 int main(){nm_test_var='a';nm_test_func();return(0);}
5485 _LT_EOF
5486
5487   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5488   (eval $ac_compile) 2>&5
5489   ac_status=$?
5490   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5491   test $ac_status = 0; }; then
5492     # Now try to grab the symbols.
5493     nlist=conftest.nm
5494     if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist\""; } >&5
5495   (eval $NM conftest.$ac_objext \| $lt_cv_sys_global_symbol_pipe \> $nlist) 2>&5
5496   ac_status=$?
5497   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5498   test $ac_status = 0; } && test -s "$nlist"; then
5499       # Try sorting and uniquifying the output.
5500       if sort "$nlist" | uniq > "$nlist"T; then
5501         mv -f "$nlist"T "$nlist"
5502       else
5503         rm -f "$nlist"T
5504       fi
5505
5506       # Make sure that we snagged all the symbols we need.
5507       if $GREP ' nm_test_var$' "$nlist" >/dev/null; then
5508         if $GREP ' nm_test_func$' "$nlist" >/dev/null; then
5509           cat <<_LT_EOF > conftest.$ac_ext
5510 #ifdef __cplusplus
5511 extern "C" {
5512 #endif
5513
5514 _LT_EOF
5515           # Now generate the symbol file.
5516           eval "$lt_cv_sys_global_symbol_to_cdecl"' < "$nlist" | $GREP -v main >> conftest.$ac_ext'
5517
5518           cat <<_LT_EOF >> conftest.$ac_ext
5519
5520 /* The mapping between symbol names and symbols.  */
5521 const struct {
5522   const char *name;
5523   void       *address;
5524 }
5525 lt__PROGRAM__LTX_preloaded_symbols[] =
5526 {
5527   { "@PROGRAM@", (void *) 0 },
5528 _LT_EOF
5529           $SED "s/^$symcode$symcode* \(.*\) \(.*\)$/  {\"\2\", (void *) \&\2},/" < "$nlist" | $GREP -v main >> conftest.$ac_ext
5530           cat <<\_LT_EOF >> conftest.$ac_ext
5531   {0, (void *) 0}
5532 };
5533
5534 /* This works around a problem in FreeBSD linker */
5535 #ifdef FREEBSD_WORKAROUND
5536 static const void *lt_preloaded_setup() {
5537   return lt__PROGRAM__LTX_preloaded_symbols;
5538 }
5539 #endif
5540
5541 #ifdef __cplusplus
5542 }
5543 #endif
5544 _LT_EOF
5545           # Now try linking the two files.
5546           mv conftest.$ac_objext conftstm.$ac_objext
5547           lt_save_LIBS="$LIBS"
5548           lt_save_CFLAGS="$CFLAGS"
5549           LIBS="conftstm.$ac_objext"
5550           CFLAGS="$CFLAGS$lt_prog_compiler_no_builtin_flag"
5551           if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
5552   (eval $ac_link) 2>&5
5553   ac_status=$?
5554   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5555   test $ac_status = 0; } && test -s conftest${ac_exeext}; then
5556             pipe_works=yes
5557           fi
5558           LIBS="$lt_save_LIBS"
5559           CFLAGS="$lt_save_CFLAGS"
5560         else
5561           echo "cannot find nm_test_func in $nlist" >&5
5562         fi
5563       else
5564         echo "cannot find nm_test_var in $nlist" >&5
5565       fi
5566     else
5567       echo "cannot run $lt_cv_sys_global_symbol_pipe" >&5
5568     fi
5569   else
5570     echo "$progname: failed program was:" >&5
5571     cat conftest.$ac_ext >&5
5572   fi
5573   rm -rf conftest* conftst*
5574
5575   # Do not use the global_symbol_pipe unless it works.
5576   if test "$pipe_works" = yes; then
5577     break
5578   else
5579     lt_cv_sys_global_symbol_pipe=
5580   fi
5581 done
5582
5583 fi
5584
5585 if test -z "$lt_cv_sys_global_symbol_pipe"; then
5586   lt_cv_sys_global_symbol_to_cdecl=
5587 fi
5588 if test -z "$lt_cv_sys_global_symbol_pipe$lt_cv_sys_global_symbol_to_cdecl"; then
5589   { $as_echo "$as_me:${as_lineno-$LINENO}: result: failed" >&5
5590 $as_echo "failed" >&6; }
5591 else
5592   { $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
5593 $as_echo "ok" >&6; }
5594 fi
5595
5596
5597
5598
5599
5600
5601
5602
5603
5604
5605
5606
5607
5608
5609
5610
5611
5612
5613
5614
5615
5616
5617
5618 # Check whether --enable-libtool-lock was given.
5619 if test "${enable_libtool_lock+set}" = set; then :
5620   enableval=$enable_libtool_lock;
5621 fi
5622
5623 test "x$enable_libtool_lock" != xno && enable_libtool_lock=yes
5624
5625 # Some flags need to be propagated to the compiler or linker for good
5626 # libtool support.
5627 case $host in
5628 ia64-*-hpux*)
5629   # Find out which ABI we are using.
5630   echo 'int i;' > conftest.$ac_ext
5631   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5632   (eval $ac_compile) 2>&5
5633   ac_status=$?
5634   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5635   test $ac_status = 0; }; then
5636     case `/usr/bin/file conftest.$ac_objext` in
5637       *ELF-32*)
5638         HPUX_IA64_MODE="32"
5639         ;;
5640       *ELF-64*)
5641         HPUX_IA64_MODE="64"
5642         ;;
5643     esac
5644   fi
5645   rm -rf conftest*
5646   ;;
5647 *-*-irix6*)
5648   # Find out which ABI we are using.
5649   echo '#line 5649 "configure"' > conftest.$ac_ext
5650   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5651   (eval $ac_compile) 2>&5
5652   ac_status=$?
5653   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5654   test $ac_status = 0; }; then
5655     if test "$lt_cv_prog_gnu_ld" = yes; then
5656       case `/usr/bin/file conftest.$ac_objext` in
5657         *32-bit*)
5658           LD="${LD-ld} -melf32bsmip"
5659           ;;
5660         *N32*)
5661           LD="${LD-ld} -melf32bmipn32"
5662           ;;
5663         *64-bit*)
5664           LD="${LD-ld} -melf64bmip"
5665         ;;
5666       esac
5667     else
5668       case `/usr/bin/file conftest.$ac_objext` in
5669         *32-bit*)
5670           LD="${LD-ld} -32"
5671           ;;
5672         *N32*)
5673           LD="${LD-ld} -n32"
5674           ;;
5675         *64-bit*)
5676           LD="${LD-ld} -64"
5677           ;;
5678       esac
5679     fi
5680   fi
5681   rm -rf conftest*
5682   ;;
5683
5684 x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
5685 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
5686   # Find out which ABI we are using.
5687   echo 'int i;' > conftest.$ac_ext
5688   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5689   (eval $ac_compile) 2>&5
5690   ac_status=$?
5691   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5692   test $ac_status = 0; }; then
5693     case `/usr/bin/file conftest.o` in
5694       *32-bit*)
5695         case $host in
5696           x86_64-*kfreebsd*-gnu)
5697             LD="${LD-ld} -m elf_i386_fbsd"
5698             ;;
5699           x86_64-*linux*)
5700             LD="${LD-ld} -m elf_i386"
5701             ;;
5702           ppc64-*linux*|powerpc64-*linux*)
5703             LD="${LD-ld} -m elf32ppclinux"
5704             ;;
5705           s390x-*linux*)
5706             LD="${LD-ld} -m elf_s390"
5707             ;;
5708           sparc64-*linux*)
5709             LD="${LD-ld} -m elf32_sparc"
5710             ;;
5711         esac
5712         ;;
5713       *64-bit*)
5714         case $host in
5715           x86_64-*kfreebsd*-gnu)
5716             LD="${LD-ld} -m elf_x86_64_fbsd"
5717             ;;
5718           x86_64-*linux*)
5719             LD="${LD-ld} -m elf_x86_64"
5720             ;;
5721           ppc*-*linux*|powerpc*-*linux*)
5722             LD="${LD-ld} -m elf64ppc"
5723             ;;
5724           s390*-*linux*|s390*-*tpf*)
5725             LD="${LD-ld} -m elf64_s390"
5726             ;;
5727           sparc*-*linux*)
5728             LD="${LD-ld} -m elf64_sparc"
5729             ;;
5730         esac
5731         ;;
5732     esac
5733   fi
5734   rm -rf conftest*
5735   ;;
5736
5737 *-*-sco3.2v5*)
5738   # On SCO OpenServer 5, we need -belf to get full-featured binaries.
5739   SAVE_CFLAGS="$CFLAGS"
5740   CFLAGS="$CFLAGS -belf"
5741   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the C compiler needs -belf" >&5
5742 $as_echo_n "checking whether the C compiler needs -belf... " >&6; }
5743 if test "${lt_cv_cc_needs_belf+set}" = set; then :
5744   $as_echo_n "(cached) " >&6
5745 else
5746   ac_ext=c
5747 ac_cpp='$CPP $CPPFLAGS'
5748 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5749 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5750 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5751
5752      cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5753 /* end confdefs.h.  */
5754
5755 int
5756 main ()
5757 {
5758
5759   ;
5760   return 0;
5761 }
5762 _ACEOF
5763 if ac_fn_c_try_link "$LINENO"; then :
5764   lt_cv_cc_needs_belf=yes
5765 else
5766   lt_cv_cc_needs_belf=no
5767 fi
5768 rm -f core conftest.err conftest.$ac_objext \
5769     conftest$ac_exeext conftest.$ac_ext
5770      ac_ext=c
5771 ac_cpp='$CPP $CPPFLAGS'
5772 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5773 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5774 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5775
5776 fi
5777 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_cc_needs_belf" >&5
5778 $as_echo "$lt_cv_cc_needs_belf" >&6; }
5779   if test x"$lt_cv_cc_needs_belf" != x"yes"; then
5780     # this is probably gcc 2.8.0, egcs 1.0 or newer; no need for -belf
5781     CFLAGS="$SAVE_CFLAGS"
5782   fi
5783   ;;
5784 sparc*-*solaris*)
5785   # Find out which ABI we are using.
5786   echo 'int i;' > conftest.$ac_ext
5787   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
5788   (eval $ac_compile) 2>&5
5789   ac_status=$?
5790   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
5791   test $ac_status = 0; }; then
5792     case `/usr/bin/file conftest.o` in
5793     *64-bit*)
5794       case $lt_cv_prog_gnu_ld in
5795       yes*) LD="${LD-ld} -m elf64_sparc" ;;
5796       *)
5797         if ${LD-ld} -64 -r -o conftest2.o conftest.o >/dev/null 2>&1; then
5798           LD="${LD-ld} -64"
5799         fi
5800         ;;
5801       esac
5802       ;;
5803     esac
5804   fi
5805   rm -rf conftest*
5806   ;;
5807 esac
5808
5809 need_locks="$enable_libtool_lock"
5810
5811
5812   case $host_os in
5813     rhapsody* | darwin*)
5814     if test -n "$ac_tool_prefix"; then
5815   # Extract the first word of "${ac_tool_prefix}dsymutil", so it can be a program name with args.
5816 set dummy ${ac_tool_prefix}dsymutil; ac_word=$2
5817 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5818 $as_echo_n "checking for $ac_word... " >&6; }
5819 if test "${ac_cv_prog_DSYMUTIL+set}" = set; then :
5820   $as_echo_n "(cached) " >&6
5821 else
5822   if test -n "$DSYMUTIL"; then
5823   ac_cv_prog_DSYMUTIL="$DSYMUTIL" # Let the user override the test.
5824 else
5825 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5826 for as_dir in $PATH
5827 do
5828   IFS=$as_save_IFS
5829   test -z "$as_dir" && as_dir=.
5830     for ac_exec_ext in '' $ac_executable_extensions; do
5831   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5832     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
5833     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5834     break 2
5835   fi
5836 done
5837   done
5838 IFS=$as_save_IFS
5839
5840 fi
5841 fi
5842 DSYMUTIL=$ac_cv_prog_DSYMUTIL
5843 if test -n "$DSYMUTIL"; then
5844   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $DSYMUTIL" >&5
5845 $as_echo "$DSYMUTIL" >&6; }
5846 else
5847   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5848 $as_echo "no" >&6; }
5849 fi
5850
5851
5852 fi
5853 if test -z "$ac_cv_prog_DSYMUTIL"; then
5854   ac_ct_DSYMUTIL=$DSYMUTIL
5855   # Extract the first word of "dsymutil", so it can be a program name with args.
5856 set dummy dsymutil; ac_word=$2
5857 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5858 $as_echo_n "checking for $ac_word... " >&6; }
5859 if test "${ac_cv_prog_ac_ct_DSYMUTIL+set}" = set; then :
5860   $as_echo_n "(cached) " >&6
5861 else
5862   if test -n "$ac_ct_DSYMUTIL"; then
5863   ac_cv_prog_ac_ct_DSYMUTIL="$ac_ct_DSYMUTIL" # Let the user override the test.
5864 else
5865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5866 for as_dir in $PATH
5867 do
5868   IFS=$as_save_IFS
5869   test -z "$as_dir" && as_dir=.
5870     for ac_exec_ext in '' $ac_executable_extensions; do
5871   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5872     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
5873     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5874     break 2
5875   fi
5876 done
5877   done
5878 IFS=$as_save_IFS
5879
5880 fi
5881 fi
5882 ac_ct_DSYMUTIL=$ac_cv_prog_ac_ct_DSYMUTIL
5883 if test -n "$ac_ct_DSYMUTIL"; then
5884   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_DSYMUTIL" >&5
5885 $as_echo "$ac_ct_DSYMUTIL" >&6; }
5886 else
5887   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5888 $as_echo "no" >&6; }
5889 fi
5890
5891   if test "x$ac_ct_DSYMUTIL" = x; then
5892     DSYMUTIL=":"
5893   else
5894     case $cross_compiling:$ac_tool_warned in
5895 yes:)
5896 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5897 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5898 ac_tool_warned=yes ;;
5899 esac
5900     DSYMUTIL=$ac_ct_DSYMUTIL
5901   fi
5902 else
5903   DSYMUTIL="$ac_cv_prog_DSYMUTIL"
5904 fi
5905
5906     if test -n "$ac_tool_prefix"; then
5907   # Extract the first word of "${ac_tool_prefix}nmedit", so it can be a program name with args.
5908 set dummy ${ac_tool_prefix}nmedit; ac_word=$2
5909 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5910 $as_echo_n "checking for $ac_word... " >&6; }
5911 if test "${ac_cv_prog_NMEDIT+set}" = set; then :
5912   $as_echo_n "(cached) " >&6
5913 else
5914   if test -n "$NMEDIT"; then
5915   ac_cv_prog_NMEDIT="$NMEDIT" # Let the user override the test.
5916 else
5917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5918 for as_dir in $PATH
5919 do
5920   IFS=$as_save_IFS
5921   test -z "$as_dir" && as_dir=.
5922     for ac_exec_ext in '' $ac_executable_extensions; do
5923   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5924     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
5925     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5926     break 2
5927   fi
5928 done
5929   done
5930 IFS=$as_save_IFS
5931
5932 fi
5933 fi
5934 NMEDIT=$ac_cv_prog_NMEDIT
5935 if test -n "$NMEDIT"; then
5936   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $NMEDIT" >&5
5937 $as_echo "$NMEDIT" >&6; }
5938 else
5939   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5940 $as_echo "no" >&6; }
5941 fi
5942
5943
5944 fi
5945 if test -z "$ac_cv_prog_NMEDIT"; then
5946   ac_ct_NMEDIT=$NMEDIT
5947   # Extract the first word of "nmedit", so it can be a program name with args.
5948 set dummy nmedit; ac_word=$2
5949 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
5950 $as_echo_n "checking for $ac_word... " >&6; }
5951 if test "${ac_cv_prog_ac_ct_NMEDIT+set}" = set; then :
5952   $as_echo_n "(cached) " >&6
5953 else
5954   if test -n "$ac_ct_NMEDIT"; then
5955   ac_cv_prog_ac_ct_NMEDIT="$ac_ct_NMEDIT" # Let the user override the test.
5956 else
5957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5958 for as_dir in $PATH
5959 do
5960   IFS=$as_save_IFS
5961   test -z "$as_dir" && as_dir=.
5962     for ac_exec_ext in '' $ac_executable_extensions; do
5963   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5964     ac_cv_prog_ac_ct_NMEDIT="nmedit"
5965     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5966     break 2
5967   fi
5968 done
5969   done
5970 IFS=$as_save_IFS
5971
5972 fi
5973 fi
5974 ac_ct_NMEDIT=$ac_cv_prog_ac_ct_NMEDIT
5975 if test -n "$ac_ct_NMEDIT"; then
5976   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_NMEDIT" >&5
5977 $as_echo "$ac_ct_NMEDIT" >&6; }
5978 else
5979   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
5980 $as_echo "no" >&6; }
5981 fi
5982
5983   if test "x$ac_ct_NMEDIT" = x; then
5984     NMEDIT=":"
5985   else
5986     case $cross_compiling:$ac_tool_warned in
5987 yes:)
5988 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
5989 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5990 ac_tool_warned=yes ;;
5991 esac
5992     NMEDIT=$ac_ct_NMEDIT
5993   fi
5994 else
5995   NMEDIT="$ac_cv_prog_NMEDIT"
5996 fi
5997
5998     if test -n "$ac_tool_prefix"; then
5999   # Extract the first word of "${ac_tool_prefix}lipo", so it can be a program name with args.
6000 set dummy ${ac_tool_prefix}lipo; ac_word=$2
6001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6002 $as_echo_n "checking for $ac_word... " >&6; }
6003 if test "${ac_cv_prog_LIPO+set}" = set; then :
6004   $as_echo_n "(cached) " >&6
6005 else
6006   if test -n "$LIPO"; then
6007   ac_cv_prog_LIPO="$LIPO" # Let the user override the test.
6008 else
6009 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6010 for as_dir in $PATH
6011 do
6012   IFS=$as_save_IFS
6013   test -z "$as_dir" && as_dir=.
6014     for ac_exec_ext in '' $ac_executable_extensions; do
6015   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6016     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
6017     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6018     break 2
6019   fi
6020 done
6021   done
6022 IFS=$as_save_IFS
6023
6024 fi
6025 fi
6026 LIPO=$ac_cv_prog_LIPO
6027 if test -n "$LIPO"; then
6028   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $LIPO" >&5
6029 $as_echo "$LIPO" >&6; }
6030 else
6031   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6032 $as_echo "no" >&6; }
6033 fi
6034
6035
6036 fi
6037 if test -z "$ac_cv_prog_LIPO"; then
6038   ac_ct_LIPO=$LIPO
6039   # Extract the first word of "lipo", so it can be a program name with args.
6040 set dummy lipo; ac_word=$2
6041 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6042 $as_echo_n "checking for $ac_word... " >&6; }
6043 if test "${ac_cv_prog_ac_ct_LIPO+set}" = set; then :
6044   $as_echo_n "(cached) " >&6
6045 else
6046   if test -n "$ac_ct_LIPO"; then
6047   ac_cv_prog_ac_ct_LIPO="$ac_ct_LIPO" # Let the user override the test.
6048 else
6049 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6050 for as_dir in $PATH
6051 do
6052   IFS=$as_save_IFS
6053   test -z "$as_dir" && as_dir=.
6054     for ac_exec_ext in '' $ac_executable_extensions; do
6055   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6056     ac_cv_prog_ac_ct_LIPO="lipo"
6057     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6058     break 2
6059   fi
6060 done
6061   done
6062 IFS=$as_save_IFS
6063
6064 fi
6065 fi
6066 ac_ct_LIPO=$ac_cv_prog_ac_ct_LIPO
6067 if test -n "$ac_ct_LIPO"; then
6068   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_LIPO" >&5
6069 $as_echo "$ac_ct_LIPO" >&6; }
6070 else
6071   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6072 $as_echo "no" >&6; }
6073 fi
6074
6075   if test "x$ac_ct_LIPO" = x; then
6076     LIPO=":"
6077   else
6078     case $cross_compiling:$ac_tool_warned in
6079 yes:)
6080 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6081 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6082 ac_tool_warned=yes ;;
6083 esac
6084     LIPO=$ac_ct_LIPO
6085   fi
6086 else
6087   LIPO="$ac_cv_prog_LIPO"
6088 fi
6089
6090     if test -n "$ac_tool_prefix"; then
6091   # Extract the first word of "${ac_tool_prefix}otool", so it can be a program name with args.
6092 set dummy ${ac_tool_prefix}otool; ac_word=$2
6093 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6094 $as_echo_n "checking for $ac_word... " >&6; }
6095 if test "${ac_cv_prog_OTOOL+set}" = set; then :
6096   $as_echo_n "(cached) " >&6
6097 else
6098   if test -n "$OTOOL"; then
6099   ac_cv_prog_OTOOL="$OTOOL" # Let the user override the test.
6100 else
6101 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6102 for as_dir in $PATH
6103 do
6104   IFS=$as_save_IFS
6105   test -z "$as_dir" && as_dir=.
6106     for ac_exec_ext in '' $ac_executable_extensions; do
6107   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6108     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
6109     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6110     break 2
6111   fi
6112 done
6113   done
6114 IFS=$as_save_IFS
6115
6116 fi
6117 fi
6118 OTOOL=$ac_cv_prog_OTOOL
6119 if test -n "$OTOOL"; then
6120   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL" >&5
6121 $as_echo "$OTOOL" >&6; }
6122 else
6123   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6124 $as_echo "no" >&6; }
6125 fi
6126
6127
6128 fi
6129 if test -z "$ac_cv_prog_OTOOL"; then
6130   ac_ct_OTOOL=$OTOOL
6131   # Extract the first word of "otool", so it can be a program name with args.
6132 set dummy otool; ac_word=$2
6133 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6134 $as_echo_n "checking for $ac_word... " >&6; }
6135 if test "${ac_cv_prog_ac_ct_OTOOL+set}" = set; then :
6136   $as_echo_n "(cached) " >&6
6137 else
6138   if test -n "$ac_ct_OTOOL"; then
6139   ac_cv_prog_ac_ct_OTOOL="$ac_ct_OTOOL" # Let the user override the test.
6140 else
6141 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6142 for as_dir in $PATH
6143 do
6144   IFS=$as_save_IFS
6145   test -z "$as_dir" && as_dir=.
6146     for ac_exec_ext in '' $ac_executable_extensions; do
6147   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6148     ac_cv_prog_ac_ct_OTOOL="otool"
6149     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6150     break 2
6151   fi
6152 done
6153   done
6154 IFS=$as_save_IFS
6155
6156 fi
6157 fi
6158 ac_ct_OTOOL=$ac_cv_prog_ac_ct_OTOOL
6159 if test -n "$ac_ct_OTOOL"; then
6160   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL" >&5
6161 $as_echo "$ac_ct_OTOOL" >&6; }
6162 else
6163   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6164 $as_echo "no" >&6; }
6165 fi
6166
6167   if test "x$ac_ct_OTOOL" = x; then
6168     OTOOL=":"
6169   else
6170     case $cross_compiling:$ac_tool_warned in
6171 yes:)
6172 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6173 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6174 ac_tool_warned=yes ;;
6175 esac
6176     OTOOL=$ac_ct_OTOOL
6177   fi
6178 else
6179   OTOOL="$ac_cv_prog_OTOOL"
6180 fi
6181
6182     if test -n "$ac_tool_prefix"; then
6183   # Extract the first word of "${ac_tool_prefix}otool64", so it can be a program name with args.
6184 set dummy ${ac_tool_prefix}otool64; ac_word=$2
6185 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6186 $as_echo_n "checking for $ac_word... " >&6; }
6187 if test "${ac_cv_prog_OTOOL64+set}" = set; then :
6188   $as_echo_n "(cached) " >&6
6189 else
6190   if test -n "$OTOOL64"; then
6191   ac_cv_prog_OTOOL64="$OTOOL64" # Let the user override the test.
6192 else
6193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6194 for as_dir in $PATH
6195 do
6196   IFS=$as_save_IFS
6197   test -z "$as_dir" && as_dir=.
6198     for ac_exec_ext in '' $ac_executable_extensions; do
6199   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6200     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
6201     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6202     break 2
6203   fi
6204 done
6205   done
6206 IFS=$as_save_IFS
6207
6208 fi
6209 fi
6210 OTOOL64=$ac_cv_prog_OTOOL64
6211 if test -n "$OTOOL64"; then
6212   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $OTOOL64" >&5
6213 $as_echo "$OTOOL64" >&6; }
6214 else
6215   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6216 $as_echo "no" >&6; }
6217 fi
6218
6219
6220 fi
6221 if test -z "$ac_cv_prog_OTOOL64"; then
6222   ac_ct_OTOOL64=$OTOOL64
6223   # Extract the first word of "otool64", so it can be a program name with args.
6224 set dummy otool64; ac_word=$2
6225 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
6226 $as_echo_n "checking for $ac_word... " >&6; }
6227 if test "${ac_cv_prog_ac_ct_OTOOL64+set}" = set; then :
6228   $as_echo_n "(cached) " >&6
6229 else
6230   if test -n "$ac_ct_OTOOL64"; then
6231   ac_cv_prog_ac_ct_OTOOL64="$ac_ct_OTOOL64" # Let the user override the test.
6232 else
6233 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6234 for as_dir in $PATH
6235 do
6236   IFS=$as_save_IFS
6237   test -z "$as_dir" && as_dir=.
6238     for ac_exec_ext in '' $ac_executable_extensions; do
6239   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6240     ac_cv_prog_ac_ct_OTOOL64="otool64"
6241     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6242     break 2
6243   fi
6244 done
6245   done
6246 IFS=$as_save_IFS
6247
6248 fi
6249 fi
6250 ac_ct_OTOOL64=$ac_cv_prog_ac_ct_OTOOL64
6251 if test -n "$ac_ct_OTOOL64"; then
6252   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_OTOOL64" >&5
6253 $as_echo "$ac_ct_OTOOL64" >&6; }
6254 else
6255   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
6256 $as_echo "no" >&6; }
6257 fi
6258
6259   if test "x$ac_ct_OTOOL64" = x; then
6260     OTOOL64=":"
6261   else
6262     case $cross_compiling:$ac_tool_warned in
6263 yes:)
6264 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
6265 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6266 ac_tool_warned=yes ;;
6267 esac
6268     OTOOL64=$ac_ct_OTOOL64
6269   fi
6270 else
6271   OTOOL64="$ac_cv_prog_OTOOL64"
6272 fi
6273
6274
6275
6276
6277
6278
6279
6280
6281
6282
6283
6284
6285
6286
6287
6288
6289
6290
6291
6292
6293
6294
6295
6296
6297
6298
6299
6300     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -single_module linker flag" >&5
6301 $as_echo_n "checking for -single_module linker flag... " >&6; }
6302 if test "${lt_cv_apple_cc_single_mod+set}" = set; then :
6303   $as_echo_n "(cached) " >&6
6304 else
6305   lt_cv_apple_cc_single_mod=no
6306       if test -z "${LT_MULTI_MODULE}"; then
6307         # By default we will add the -single_module flag. You can override
6308         # by either setting the environment variable LT_MULTI_MODULE
6309         # non-empty at configure time, or by adding -multi_module to the
6310         # link flags.
6311         rm -rf libconftest.dylib*
6312         echo "int foo(void){return 1;}" > conftest.c
6313         echo "$LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6314 -dynamiclib -Wl,-single_module conftest.c" >&5
6315         $LTCC $LTCFLAGS $LDFLAGS -o libconftest.dylib \
6316           -dynamiclib -Wl,-single_module conftest.c 2>conftest.err
6317         _lt_result=$?
6318         if test -f libconftest.dylib && test ! -s conftest.err && test $_lt_result = 0; then
6319           lt_cv_apple_cc_single_mod=yes
6320         else
6321           cat conftest.err >&5
6322         fi
6323         rm -rf libconftest.dylib*
6324         rm -f conftest.*
6325       fi
6326 fi
6327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_apple_cc_single_mod" >&5
6328 $as_echo "$lt_cv_apple_cc_single_mod" >&6; }
6329     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for -exported_symbols_list linker flag" >&5
6330 $as_echo_n "checking for -exported_symbols_list linker flag... " >&6; }
6331 if test "${lt_cv_ld_exported_symbols_list+set}" = set; then :
6332   $as_echo_n "(cached) " >&6
6333 else
6334   lt_cv_ld_exported_symbols_list=no
6335       save_LDFLAGS=$LDFLAGS
6336       echo "_main" > conftest.sym
6337       LDFLAGS="$LDFLAGS -Wl,-exported_symbols_list,conftest.sym"
6338       cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6339 /* end confdefs.h.  */
6340
6341 int
6342 main ()
6343 {
6344
6345   ;
6346   return 0;
6347 }
6348 _ACEOF
6349 if ac_fn_c_try_link "$LINENO"; then :
6350   lt_cv_ld_exported_symbols_list=yes
6351 else
6352   lt_cv_ld_exported_symbols_list=no
6353 fi
6354 rm -f core conftest.err conftest.$ac_objext \
6355     conftest$ac_exeext conftest.$ac_ext
6356         LDFLAGS="$save_LDFLAGS"
6357
6358 fi
6359 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_ld_exported_symbols_list" >&5
6360 $as_echo "$lt_cv_ld_exported_symbols_list" >&6; }
6361     case $host_os in
6362     rhapsody* | darwin1.[012])
6363       _lt_dar_allow_undefined='${wl}-undefined ${wl}suppress' ;;
6364     darwin1.*)
6365       _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6366     darwin*) # darwin 5.x on
6367       # if running on 10.5 or later, the deployment target defaults
6368       # to the OS version, if on x86, and 10.4, the deployment
6369       # target defaults to 10.4. Don't you love it?
6370       case ${MACOSX_DEPLOYMENT_TARGET-10.0},$host in
6371         10.0,*86*-darwin8*|10.0,*-darwin[91]*)
6372           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6373         10.[012]*)
6374           _lt_dar_allow_undefined='${wl}-flat_namespace ${wl}-undefined ${wl}suppress' ;;
6375         10.*)
6376           _lt_dar_allow_undefined='${wl}-undefined ${wl}dynamic_lookup' ;;
6377       esac
6378     ;;
6379   esac
6380     if test "$lt_cv_apple_cc_single_mod" = "yes"; then
6381       _lt_dar_single_mod='$single_module'
6382     fi
6383     if test "$lt_cv_ld_exported_symbols_list" = "yes"; then
6384       _lt_dar_export_syms=' ${wl}-exported_symbols_list,$output_objdir/${libname}-symbols.expsym'
6385     else
6386       _lt_dar_export_syms='~$NMEDIT -s $output_objdir/${libname}-symbols.expsym ${lib}'
6387     fi
6388     if test "$DSYMUTIL" != ":"; then
6389       _lt_dsymutil='~$DSYMUTIL $lib || :'
6390     else
6391       _lt_dsymutil=
6392     fi
6393     ;;
6394   esac
6395
6396 ac_ext=c
6397 ac_cpp='$CPP $CPPFLAGS'
6398 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6399 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6400 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6401 { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
6402 $as_echo_n "checking how to run the C preprocessor... " >&6; }
6403 # On Suns, sometimes $CPP names a directory.
6404 if test -n "$CPP" && test -d "$CPP"; then
6405   CPP=
6406 fi
6407 if test -z "$CPP"; then
6408   if test "${ac_cv_prog_CPP+set}" = set; then :
6409   $as_echo_n "(cached) " >&6
6410 else
6411       # Double quotes because CPP needs to be expanded
6412     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
6413     do
6414       ac_preproc_ok=false
6415 for ac_c_preproc_warn_flag in '' yes
6416 do
6417   # Use a header file that comes with gcc, so configuring glibc
6418   # with a fresh cross-compiler works.
6419   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6420   # <limits.h> exists even on freestanding compilers.
6421   # On the NeXT, cc -E runs the code through the compiler's parser,
6422   # not just through cpp. "Syntax error" is here to catch this case.
6423   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6424 /* end confdefs.h.  */
6425 #ifdef __STDC__
6426 # include <limits.h>
6427 #else
6428 # include <assert.h>
6429 #endif
6430                      Syntax error
6431 _ACEOF
6432 if ac_fn_c_try_cpp "$LINENO"; then :
6433
6434 else
6435   # Broken: fails on valid input.
6436 continue
6437 fi
6438 rm -f conftest.err conftest.i conftest.$ac_ext
6439
6440   # OK, works on sane cases.  Now check whether nonexistent headers
6441   # can be detected and how.
6442   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6443 /* end confdefs.h.  */
6444 #include <ac_nonexistent.h>
6445 _ACEOF
6446 if ac_fn_c_try_cpp "$LINENO"; then :
6447   # Broken: success on invalid input.
6448 continue
6449 else
6450   # Passes both tests.
6451 ac_preproc_ok=:
6452 break
6453 fi
6454 rm -f conftest.err conftest.i conftest.$ac_ext
6455
6456 done
6457 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6458 rm -f conftest.i conftest.err conftest.$ac_ext
6459 if $ac_preproc_ok; then :
6460   break
6461 fi
6462
6463     done
6464     ac_cv_prog_CPP=$CPP
6465
6466 fi
6467   CPP=$ac_cv_prog_CPP
6468 else
6469   ac_cv_prog_CPP=$CPP
6470 fi
6471 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
6472 $as_echo "$CPP" >&6; }
6473 ac_preproc_ok=false
6474 for ac_c_preproc_warn_flag in '' yes
6475 do
6476   # Use a header file that comes with gcc, so configuring glibc
6477   # with a fresh cross-compiler works.
6478   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6479   # <limits.h> exists even on freestanding compilers.
6480   # On the NeXT, cc -E runs the code through the compiler's parser,
6481   # not just through cpp. "Syntax error" is here to catch this case.
6482   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6483 /* end confdefs.h.  */
6484 #ifdef __STDC__
6485 # include <limits.h>
6486 #else
6487 # include <assert.h>
6488 #endif
6489                      Syntax error
6490 _ACEOF
6491 if ac_fn_c_try_cpp "$LINENO"; then :
6492
6493 else
6494   # Broken: fails on valid input.
6495 continue
6496 fi
6497 rm -f conftest.err conftest.i conftest.$ac_ext
6498
6499   # OK, works on sane cases.  Now check whether nonexistent headers
6500   # can be detected and how.
6501   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6502 /* end confdefs.h.  */
6503 #include <ac_nonexistent.h>
6504 _ACEOF
6505 if ac_fn_c_try_cpp "$LINENO"; then :
6506   # Broken: success on invalid input.
6507 continue
6508 else
6509   # Passes both tests.
6510 ac_preproc_ok=:
6511 break
6512 fi
6513 rm -f conftest.err conftest.i conftest.$ac_ext
6514
6515 done
6516 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
6517 rm -f conftest.i conftest.err conftest.$ac_ext
6518 if $ac_preproc_ok; then :
6519
6520 else
6521   { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
6522 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
6523 as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
6524 See \`config.log' for more details" "$LINENO" 5 ; }
6525 fi
6526
6527 ac_ext=c
6528 ac_cpp='$CPP $CPPFLAGS'
6529 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
6530 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
6531 ac_compiler_gnu=$ac_cv_c_compiler_gnu
6532
6533
6534 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
6535 $as_echo_n "checking for ANSI C header files... " >&6; }
6536 if test "${ac_cv_header_stdc+set}" = set; then :
6537   $as_echo_n "(cached) " >&6
6538 else
6539   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6540 /* end confdefs.h.  */
6541 #include <stdlib.h>
6542 #include <stdarg.h>
6543 #include <string.h>
6544 #include <float.h>
6545
6546 int
6547 main ()
6548 {
6549
6550   ;
6551   return 0;
6552 }
6553 _ACEOF
6554 if ac_fn_c_try_compile "$LINENO"; then :
6555   ac_cv_header_stdc=yes
6556 else
6557   ac_cv_header_stdc=no
6558 fi
6559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6560
6561 if test $ac_cv_header_stdc = yes; then
6562   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6563   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6564 /* end confdefs.h.  */
6565 #include <string.h>
6566
6567 _ACEOF
6568 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6569   $EGREP "memchr" >/dev/null 2>&1; then :
6570
6571 else
6572   ac_cv_header_stdc=no
6573 fi
6574 rm -f conftest*
6575
6576 fi
6577
6578 if test $ac_cv_header_stdc = yes; then
6579   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6580   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6581 /* end confdefs.h.  */
6582 #include <stdlib.h>
6583
6584 _ACEOF
6585 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6586   $EGREP "free" >/dev/null 2>&1; then :
6587
6588 else
6589   ac_cv_header_stdc=no
6590 fi
6591 rm -f conftest*
6592
6593 fi
6594
6595 if test $ac_cv_header_stdc = yes; then
6596   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6597   if test "$cross_compiling" = yes; then :
6598   :
6599 else
6600   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
6601 /* end confdefs.h.  */
6602 #include <ctype.h>
6603 #include <stdlib.h>
6604 #if ((' ' & 0x0FF) == 0x020)
6605 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6606 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6607 #else
6608 # define ISLOWER(c) \
6609                    (('a' <= (c) && (c) <= 'i') \
6610                      || ('j' <= (c) && (c) <= 'r') \
6611                      || ('s' <= (c) && (c) <= 'z'))
6612 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6613 #endif
6614
6615 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6616 int
6617 main ()
6618 {
6619   int i;
6620   for (i = 0; i < 256; i++)
6621     if (XOR (islower (i), ISLOWER (i))
6622         || toupper (i) != TOUPPER (i))
6623       return 2;
6624   return 0;
6625 }
6626 _ACEOF
6627 if ac_fn_c_try_run "$LINENO"; then :
6628
6629 else
6630   ac_cv_header_stdc=no
6631 fi
6632 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
6633   conftest.$ac_objext conftest.beam conftest.$ac_ext
6634 fi
6635
6636 fi
6637 fi
6638 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
6639 $as_echo "$ac_cv_header_stdc" >&6; }
6640 if test $ac_cv_header_stdc = yes; then
6641
6642 $as_echo "#define STDC_HEADERS 1" >>confdefs.h
6643
6644 fi
6645
6646 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6647 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6648                   inttypes.h stdint.h unistd.h
6649 do :
6650   as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6651 ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
6652 "
6653 if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
6654   cat >>confdefs.h <<_ACEOF
6655 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6656 _ACEOF
6657
6658 fi
6659
6660 done
6661
6662
6663 for ac_header in dlfcn.h
6664 do :
6665   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
6666 "
6667 if test "x$ac_cv_header_dlfcn_h" = x""yes; then :
6668   cat >>confdefs.h <<_ACEOF
6669 #define HAVE_DLFCN_H 1
6670 _ACEOF
6671
6672 fi
6673
6674 done
6675
6676
6677
6678 # Set options
6679
6680
6681
6682         enable_dlopen=no
6683
6684
6685   enable_win32_dll=no
6686
6687
6688             # Check whether --enable-shared was given.
6689 if test "${enable_shared+set}" = set; then :
6690   enableval=$enable_shared; p=${PACKAGE-default}
6691     case $enableval in
6692     yes) enable_shared=yes ;;
6693     no) enable_shared=no ;;
6694     *)
6695       enable_shared=no
6696       # Look at the argument we got.  We use all the common list separators.
6697       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6698       for pkg in $enableval; do
6699         IFS="$lt_save_ifs"
6700         if test "X$pkg" = "X$p"; then
6701           enable_shared=yes
6702         fi
6703       done
6704       IFS="$lt_save_ifs"
6705       ;;
6706     esac
6707 else
6708   enable_shared=yes
6709 fi
6710
6711
6712
6713
6714
6715
6716
6717
6718
6719   # Check whether --enable-static was given.
6720 if test "${enable_static+set}" = set; then :
6721   enableval=$enable_static; p=${PACKAGE-default}
6722     case $enableval in
6723     yes) enable_static=yes ;;
6724     no) enable_static=no ;;
6725     *)
6726      enable_static=no
6727       # Look at the argument we got.  We use all the common list separators.
6728       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6729       for pkg in $enableval; do
6730         IFS="$lt_save_ifs"
6731         if test "X$pkg" = "X$p"; then
6732           enable_static=yes
6733         fi
6734       done
6735       IFS="$lt_save_ifs"
6736       ;;
6737     esac
6738 else
6739   enable_static=yes
6740 fi
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
6751 # Check whether --with-pic was given.
6752 if test "${with_pic+set}" = set; then :
6753   withval=$with_pic; pic_mode="$withval"
6754 else
6755   pic_mode=default
6756 fi
6757
6758
6759 test -z "$pic_mode" && pic_mode=default
6760
6761
6762
6763
6764
6765
6766
6767   # Check whether --enable-fast-install was given.
6768 if test "${enable_fast_install+set}" = set; then :
6769   enableval=$enable_fast_install; p=${PACKAGE-default}
6770     case $enableval in
6771     yes) enable_fast_install=yes ;;
6772     no) enable_fast_install=no ;;
6773     *)
6774       enable_fast_install=no
6775       # Look at the argument we got.  We use all the common list separators.
6776       lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
6777       for pkg in $enableval; do
6778         IFS="$lt_save_ifs"
6779         if test "X$pkg" = "X$p"; then
6780           enable_fast_install=yes
6781         fi
6782       done
6783       IFS="$lt_save_ifs"
6784       ;;
6785     esac
6786 else
6787   enable_fast_install=yes
6788 fi
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800 # This can be used to rebuild libtool when needed
6801 LIBTOOL_DEPS="$ltmain"
6802
6803 # Always use our own libtool.
6804 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824
6825
6826
6827
6828
6829
6830 test -z "$LN_S" && LN_S="ln -s"
6831
6832
6833
6834
6835
6836
6837
6838
6839
6840
6841
6842
6843
6844
6845 if test -n "${ZSH_VERSION+set}" ; then
6846    setopt NO_GLOB_SUBST
6847 fi
6848
6849 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for objdir" >&5
6850 $as_echo_n "checking for objdir... " >&6; }
6851 if test "${lt_cv_objdir+set}" = set; then :
6852   $as_echo_n "(cached) " >&6
6853 else
6854   rm -f .libs 2>/dev/null
6855 mkdir .libs 2>/dev/null
6856 if test -d .libs; then
6857   lt_cv_objdir=.libs
6858 else
6859   # MS-DOS does not allow filenames that begin with a dot.
6860   lt_cv_objdir=_libs
6861 fi
6862 rmdir .libs 2>/dev/null
6863 fi
6864 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_objdir" >&5
6865 $as_echo "$lt_cv_objdir" >&6; }
6866 objdir=$lt_cv_objdir
6867
6868
6869
6870
6871
6872 cat >>confdefs.h <<_ACEOF
6873 #define LT_OBJDIR "$lt_cv_objdir/"
6874 _ACEOF
6875
6876
6877
6878
6879
6880
6881
6882
6883
6884
6885
6886
6887
6888
6889
6890
6891
6892 case $host_os in
6893 aix3*)
6894   # AIX sometimes has problems with the GCC collect2 program.  For some
6895   # reason, if we set the COLLECT_NAMES environment variable, the problems
6896   # vanish in a puff of smoke.
6897   if test "X${COLLECT_NAMES+set}" != Xset; then
6898     COLLECT_NAMES=
6899     export COLLECT_NAMES
6900   fi
6901   ;;
6902 esac
6903
6904 # Sed substitution that helps us do robust quoting.  It backslashifies
6905 # metacharacters that are still active within double-quoted strings.
6906 sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
6907
6908 # Same as above, but do not quote variable references.
6909 double_quote_subst='s/\(["`\\]\)/\\\1/g'
6910
6911 # Sed substitution to delay expansion of an escaped shell variable in a
6912 # double_quote_subst'ed string.
6913 delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
6914
6915 # Sed substitution to delay expansion of an escaped single quote.
6916 delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
6917
6918 # Sed substitution to avoid accidental globbing in evaled expressions
6919 no_glob_subst='s/\*/\\\*/g'
6920
6921 # Global variables:
6922 ofile=libtool
6923 can_build_shared=yes
6924
6925 # All known linkers require a `.a' archive for static linking (except MSVC,
6926 # which needs '.lib').
6927 libext=a
6928
6929 with_gnu_ld="$lt_cv_prog_gnu_ld"
6930
6931 old_CC="$CC"
6932 old_CFLAGS="$CFLAGS"
6933
6934 # Set sane defaults for various variables
6935 test -z "$CC" && CC=cc
6936 test -z "$LTCC" && LTCC=$CC
6937 test -z "$LTCFLAGS" && LTCFLAGS=$CFLAGS
6938 test -z "$LD" && LD=ld
6939 test -z "$ac_objext" && ac_objext=o
6940
6941 for cc_temp in $compiler""; do
6942   case $cc_temp in
6943     compile | *[\\/]compile | ccache | *[\\/]ccache ) ;;
6944     distcc | *[\\/]distcc | purify | *[\\/]purify ) ;;
6945     \-*) ;;
6946     *) break;;
6947   esac
6948 done
6949 cc_basename=`$ECHO "X$cc_temp" | $Xsed -e 's%.*/%%' -e "s%^$host_alias-%%"`
6950
6951
6952 # Only perform the check for file, if the check method requires it
6953 test -z "$MAGIC_CMD" && MAGIC_CMD=file
6954 case $deplibs_check_method in
6955 file_magic*)
6956   if test "$file_magic_cmd" = '$MAGIC_CMD'; then
6957     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for ${ac_tool_prefix}file" >&5
6958 $as_echo_n "checking for ${ac_tool_prefix}file... " >&6; }
6959 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
6960   $as_echo_n "(cached) " >&6
6961 else
6962   case $MAGIC_CMD in
6963 [\\/*] |  ?:[\\/]*)
6964   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
6965   ;;
6966 *)
6967   lt_save_MAGIC_CMD="$MAGIC_CMD"
6968   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
6969   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
6970   for ac_dir in $ac_dummy; do
6971     IFS="$lt_save_ifs"
6972     test -z "$ac_dir" && ac_dir=.
6973     if test -f $ac_dir/${ac_tool_prefix}file; then
6974       lt_cv_path_MAGIC_CMD="$ac_dir/${ac_tool_prefix}file"
6975       if test -n "$file_magic_test_file"; then
6976         case $deplibs_check_method in
6977         "file_magic "*)
6978           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
6979           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
6980           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
6981             $EGREP "$file_magic_regex" > /dev/null; then
6982             :
6983           else
6984             cat <<_LT_EOF 1>&2
6985
6986 *** Warning: the command libtool uses to detect shared libraries,
6987 *** $file_magic_cmd, produces output that libtool cannot recognize.
6988 *** The result is that libtool may fail to recognize shared libraries
6989 *** as such.  This will affect the creation of libtool libraries that
6990 *** depend on shared libraries, but programs linked with such libtool
6991 *** libraries will work regardless of this problem.  Nevertheless, you
6992 *** may want to report the problem to your system manager and/or to
6993 *** bug-libtool@gnu.org
6994
6995 _LT_EOF
6996           fi ;;
6997         esac
6998       fi
6999       break
7000     fi
7001   done
7002   IFS="$lt_save_ifs"
7003   MAGIC_CMD="$lt_save_MAGIC_CMD"
7004   ;;
7005 esac
7006 fi
7007
7008 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7009 if test -n "$MAGIC_CMD"; then
7010   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7011 $as_echo "$MAGIC_CMD" >&6; }
7012 else
7013   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7014 $as_echo "no" >&6; }
7015 fi
7016
7017
7018
7019
7020
7021 if test -z "$lt_cv_path_MAGIC_CMD"; then
7022   if test -n "$ac_tool_prefix"; then
7023     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for file" >&5
7024 $as_echo_n "checking for file... " >&6; }
7025 if test "${lt_cv_path_MAGIC_CMD+set}" = set; then :
7026   $as_echo_n "(cached) " >&6
7027 else
7028   case $MAGIC_CMD in
7029 [\\/*] |  ?:[\\/]*)
7030   lt_cv_path_MAGIC_CMD="$MAGIC_CMD" # Let the user override the test with a path.
7031   ;;
7032 *)
7033   lt_save_MAGIC_CMD="$MAGIC_CMD"
7034   lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
7035   ac_dummy="/usr/bin$PATH_SEPARATOR$PATH"
7036   for ac_dir in $ac_dummy; do
7037     IFS="$lt_save_ifs"
7038     test -z "$ac_dir" && ac_dir=.
7039     if test -f $ac_dir/file; then
7040       lt_cv_path_MAGIC_CMD="$ac_dir/file"
7041       if test -n "$file_magic_test_file"; then
7042         case $deplibs_check_method in
7043         "file_magic "*)
7044           file_magic_regex=`expr "$deplibs_check_method" : "file_magic \(.*\)"`
7045           MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7046           if eval $file_magic_cmd \$file_magic_test_file 2> /dev/null |
7047             $EGREP "$file_magic_regex" > /dev/null; then
7048             :
7049           else
7050             cat <<_LT_EOF 1>&2
7051
7052 *** Warning: the command libtool uses to detect shared libraries,
7053 *** $file_magic_cmd, produces output that libtool cannot recognize.
7054 *** The result is that libtool may fail to recognize shared libraries
7055 *** as such.  This will affect the creation of libtool libraries that
7056 *** depend on shared libraries, but programs linked with such libtool
7057 *** libraries will work regardless of this problem.  Nevertheless, you
7058 *** may want to report the problem to your system manager and/or to
7059 *** bug-libtool@gnu.org
7060
7061 _LT_EOF
7062           fi ;;
7063         esac
7064       fi
7065       break
7066     fi
7067   done
7068   IFS="$lt_save_ifs"
7069   MAGIC_CMD="$lt_save_MAGIC_CMD"
7070   ;;
7071 esac
7072 fi
7073
7074 MAGIC_CMD="$lt_cv_path_MAGIC_CMD"
7075 if test -n "$MAGIC_CMD"; then
7076   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MAGIC_CMD" >&5
7077 $as_echo "$MAGIC_CMD" >&6; }
7078 else
7079   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
7080 $as_echo "no" >&6; }
7081 fi
7082
7083
7084   else
7085     MAGIC_CMD=:
7086   fi
7087 fi
7088
7089   fi
7090   ;;
7091 esac
7092
7093 # Use C for the default configuration in the libtool script
7094
7095 lt_save_CC="$CC"
7096 ac_ext=c
7097 ac_cpp='$CPP $CPPFLAGS'
7098 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7099 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7100 ac_compiler_gnu=$ac_cv_c_compiler_gnu
7101
7102
7103 # Source file extension for C test sources.
7104 ac_ext=c
7105
7106 # Object file extension for compiled C test sources.
7107 objext=o
7108 objext=$objext
7109
7110 # Code to be used in simple compile tests
7111 lt_simple_compile_test_code="int some_variable = 0;"
7112
7113 # Code to be used in simple link tests
7114 lt_simple_link_test_code='int main(){return(0);}'
7115
7116
7117
7118
7119
7120
7121
7122 # If no C compiler was specified, use CC.
7123 LTCC=${LTCC-"$CC"}
7124
7125 # If no C compiler flags were specified, use CFLAGS.
7126 LTCFLAGS=${LTCFLAGS-"$CFLAGS"}
7127
7128 # Allow CC to be a program name with arguments.
7129 compiler=$CC
7130
7131 # Save the default compiler, since it gets overwritten when the other
7132 # tags are being tested, and _LT_TAGVAR(compiler, []) is a NOP.
7133 compiler_DEFAULT=$CC
7134
7135 # save warnings/boilerplate of simple test code
7136 ac_outfile=conftest.$ac_objext
7137 echo "$lt_simple_compile_test_code" >conftest.$ac_ext
7138 eval "$ac_compile" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7139 _lt_compiler_boilerplate=`cat conftest.err`
7140 $RM conftest*
7141
7142 ac_outfile=conftest.$ac_objext
7143 echo "$lt_simple_link_test_code" >conftest.$ac_ext
7144 eval "$ac_link" 2>&1 >/dev/null | $SED '/^$/d; /^ *+/d' >conftest.err
7145 _lt_linker_boilerplate=`cat conftest.err`
7146 $RM -r conftest*
7147
7148
7149 if test -n "$compiler"; then
7150
7151 lt_prog_compiler_no_builtin_flag=
7152
7153 if test "$GCC" = yes; then
7154   lt_prog_compiler_no_builtin_flag=' -fno-builtin'
7155
7156   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -fno-rtti -fno-exceptions" >&5
7157 $as_echo_n "checking if $compiler supports -fno-rtti -fno-exceptions... " >&6; }
7158 if test "${lt_cv_prog_compiler_rtti_exceptions+set}" = set; then :
7159   $as_echo_n "(cached) " >&6
7160 else
7161   lt_cv_prog_compiler_rtti_exceptions=no
7162    ac_outfile=conftest.$ac_objext
7163    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7164    lt_compiler_flag="-fno-rtti -fno-exceptions"
7165    # Insert the option either (1) after the last *FLAGS variable, or
7166    # (2) before a word containing "conftest.", or (3) at the end.
7167    # Note that $ac_compile itself does not contain backslashes and begins
7168    # with a dollar sign (not a hyphen), so the echo should work correctly.
7169    # The option is referenced via a variable to avoid confusing sed.
7170    lt_compile=`echo "$ac_compile" | $SED \
7171    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7172    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7173    -e 's:$: $lt_compiler_flag:'`
7174    (eval echo "\"\$as_me:7174: $lt_compile\"" >&5)
7175    (eval "$lt_compile" 2>conftest.err)
7176    ac_status=$?
7177    cat conftest.err >&5
7178    echo "$as_me:7178: \$? = $ac_status" >&5
7179    if (exit $ac_status) && test -s "$ac_outfile"; then
7180      # The compiler can only warn and ignore the option if not recognized
7181      # So say no if there are warnings other than the usual output.
7182      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7183      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7184      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7185        lt_cv_prog_compiler_rtti_exceptions=yes
7186      fi
7187    fi
7188    $RM conftest*
7189
7190 fi
7191 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_rtti_exceptions" >&5
7192 $as_echo "$lt_cv_prog_compiler_rtti_exceptions" >&6; }
7193
7194 if test x"$lt_cv_prog_compiler_rtti_exceptions" = xyes; then
7195     lt_prog_compiler_no_builtin_flag="$lt_prog_compiler_no_builtin_flag -fno-rtti -fno-exceptions"
7196 else
7197     :
7198 fi
7199
7200 fi
7201
7202
7203
7204
7205
7206
7207   lt_prog_compiler_wl=
7208 lt_prog_compiler_pic=
7209 lt_prog_compiler_static=
7210
7211 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $compiler option to produce PIC" >&5
7212 $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
7213
7214   if test "$GCC" = yes; then
7215     lt_prog_compiler_wl='-Wl,'
7216     lt_prog_compiler_static='-static'
7217
7218     case $host_os in
7219       aix*)
7220       # All AIX code is PIC.
7221       if test "$host_cpu" = ia64; then
7222         # AIX 5 now supports IA64 processor
7223         lt_prog_compiler_static='-Bstatic'
7224       fi
7225       ;;
7226
7227     amigaos*)
7228       case $host_cpu in
7229       powerpc)
7230             # see comment about AmigaOS4 .so support
7231             lt_prog_compiler_pic='-fPIC'
7232         ;;
7233       m68k)
7234             # FIXME: we need at least 68020 code to build shared libraries, but
7235             # adding the `-m68020' flag to GCC prevents building anything better,
7236             # like `-m68040'.
7237             lt_prog_compiler_pic='-m68020 -resident32 -malways-restore-a4'
7238         ;;
7239       esac
7240       ;;
7241
7242     beos* | irix5* | irix6* | nonstopux* | osf3* | osf4* | osf5*)
7243       # PIC is the default for these OSes.
7244       ;;
7245
7246     mingw* | cygwin* | pw32* | os2* | cegcc*)
7247       # This hack is so that the source file can tell whether it is being
7248       # built for inclusion in a dll (and should export symbols for example).
7249       # Although the cygwin gcc ignores -fPIC, still need this for old-style
7250       # (--disable-auto-import) libraries
7251       lt_prog_compiler_pic='-DDLL_EXPORT'
7252       ;;
7253
7254     darwin* | rhapsody*)
7255       # PIC is the default on this platform
7256       # Common symbols not allowed in MH_DYLIB files
7257       lt_prog_compiler_pic='-fno-common'
7258       ;;
7259
7260     hpux*)
7261       # PIC is the default for 64-bit PA HP-UX, but not for 32-bit
7262       # PA HP-UX.  On IA64 HP-UX, PIC is the default but the pic flag
7263       # sets the default TLS model and affects inlining.
7264       case $host_cpu in
7265       hppa*64*)
7266         # +Z the default
7267         ;;
7268       *)
7269         lt_prog_compiler_pic='-fPIC'
7270         ;;
7271       esac
7272       ;;
7273
7274     interix[3-9]*)
7275       # Interix 3.x gcc -fpic/-fPIC options generate broken code.
7276       # Instead, we relocate shared libraries at runtime.
7277       ;;
7278
7279     msdosdjgpp*)
7280       # Just because we use GCC doesn't mean we suddenly get shared libraries
7281       # on systems that don't support them.
7282       lt_prog_compiler_can_build_shared=no
7283       enable_shared=no
7284       ;;
7285
7286     *nto* | *qnx*)
7287       # QNX uses GNU C++, but need to define -shared option too, otherwise
7288       # it will coredump.
7289       lt_prog_compiler_pic='-fPIC -shared'
7290       ;;
7291
7292     sysv4*MP*)
7293       if test -d /usr/nec; then
7294         lt_prog_compiler_pic=-Kconform_pic
7295       fi
7296       ;;
7297
7298     *)
7299       lt_prog_compiler_pic='-fPIC'
7300       ;;
7301     esac
7302   else
7303     # PORTME Check for flag to pass linker flags through the system compiler.
7304     case $host_os in
7305     aix*)
7306       lt_prog_compiler_wl='-Wl,'
7307       if test "$host_cpu" = ia64; then
7308         # AIX 5 now supports IA64 processor
7309         lt_prog_compiler_static='-Bstatic'
7310       else
7311         lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
7312       fi
7313       ;;
7314
7315     mingw* | cygwin* | pw32* | os2* | cegcc*)
7316       # This hack is so that the source file can tell whether it is being
7317       # built for inclusion in a dll (and should export symbols for example).
7318       lt_prog_compiler_pic='-DDLL_EXPORT'
7319       ;;
7320
7321     hpux9* | hpux10* | hpux11*)
7322       lt_prog_compiler_wl='-Wl,'
7323       # PIC is the default for IA64 HP-UX and 64-bit HP-UX, but
7324       # not for PA HP-UX.
7325       case $host_cpu in
7326       hppa*64*|ia64*)
7327         # +Z the default
7328         ;;
7329       *)
7330         lt_prog_compiler_pic='+Z'
7331         ;;
7332       esac
7333       # Is there a better lt_prog_compiler_static that works with the bundled CC?
7334       lt_prog_compiler_static='${wl}-a ${wl}archive'
7335       ;;
7336
7337     irix5* | irix6* | nonstopux*)
7338       lt_prog_compiler_wl='-Wl,'
7339       # PIC (with -KPIC) is the default.
7340       lt_prog_compiler_static='-non_shared'
7341       ;;
7342
7343     linux* | k*bsd*-gnu | kopensolaris*-gnu)
7344       case $cc_basename in
7345       # old Intel for x86_64 which still supported -KPIC.
7346       ecc*)
7347         lt_prog_compiler_wl='-Wl,'
7348         lt_prog_compiler_pic='-KPIC'
7349         lt_prog_compiler_static='-static'
7350         ;;
7351       # icc used to be incompatible with GCC.
7352       # ICC 10 doesn't accept -KPIC any more.
7353       icc* | ifort*)
7354         lt_prog_compiler_wl='-Wl,'
7355         lt_prog_compiler_pic='-fPIC'
7356         lt_prog_compiler_static='-static'
7357         ;;
7358       # Lahey Fortran 8.1.
7359       lf95*)
7360         lt_prog_compiler_wl='-Wl,'
7361         lt_prog_compiler_pic='--shared'
7362         lt_prog_compiler_static='--static'
7363         ;;
7364       pgcc* | pgf77* | pgf90* | pgf95*)
7365         # Portland Group compilers (*not* the Pentium gcc compiler,
7366         # which looks to be a dead project)
7367         lt_prog_compiler_wl='-Wl,'
7368         lt_prog_compiler_pic='-fpic'
7369         lt_prog_compiler_static='-Bstatic'
7370         ;;
7371       ccc*)
7372         lt_prog_compiler_wl='-Wl,'
7373         # All Alpha code is PIC.
7374         lt_prog_compiler_static='-non_shared'
7375         ;;
7376       xl*)
7377         # IBM XL C 8.0/Fortran 10.1 on PPC
7378         lt_prog_compiler_wl='-Wl,'
7379         lt_prog_compiler_pic='-qpic'
7380         lt_prog_compiler_static='-qstaticlink'
7381         ;;
7382       *)
7383         case `$CC -V 2>&1 | sed 5q` in
7384         *Sun\ C*)
7385           # Sun C 5.9
7386           lt_prog_compiler_pic='-KPIC'
7387           lt_prog_compiler_static='-Bstatic'
7388           lt_prog_compiler_wl='-Wl,'
7389           ;;
7390         *Sun\ F*)
7391           # Sun Fortran 8.3 passes all unrecognized flags to the linker
7392           lt_prog_compiler_pic='-KPIC'
7393           lt_prog_compiler_static='-Bstatic'
7394           lt_prog_compiler_wl=''
7395           ;;
7396         esac
7397         ;;
7398       esac
7399       ;;
7400
7401     newsos6)
7402       lt_prog_compiler_pic='-KPIC'
7403       lt_prog_compiler_static='-Bstatic'
7404       ;;
7405
7406     *nto* | *qnx*)
7407       # QNX uses GNU C++, but need to define -shared option too, otherwise
7408       # it will coredump.
7409       lt_prog_compiler_pic='-fPIC -shared'
7410       ;;
7411
7412     osf3* | osf4* | osf5*)
7413       lt_prog_compiler_wl='-Wl,'
7414       # All OSF/1 code is PIC.
7415       lt_prog_compiler_static='-non_shared'
7416       ;;
7417
7418     rdos*)
7419       lt_prog_compiler_static='-non_shared'
7420       ;;
7421
7422     solaris*)
7423       lt_prog_compiler_pic='-KPIC'
7424       lt_prog_compiler_static='-Bstatic'
7425       case $cc_basename in
7426       f77* | f90* | f95*)
7427         lt_prog_compiler_wl='-Qoption ld ';;
7428       *)
7429         lt_prog_compiler_wl='-Wl,';;
7430       esac
7431       ;;
7432
7433     sunos4*)
7434       lt_prog_compiler_wl='-Qoption ld '
7435       lt_prog_compiler_pic='-PIC'
7436       lt_prog_compiler_static='-Bstatic'
7437       ;;
7438
7439     sysv4 | sysv4.2uw2* | sysv4.3*)
7440       lt_prog_compiler_wl='-Wl,'
7441       lt_prog_compiler_pic='-KPIC'
7442       lt_prog_compiler_static='-Bstatic'
7443       ;;
7444
7445     sysv4*MP*)
7446       if test -d /usr/nec ;then
7447         lt_prog_compiler_pic='-Kconform_pic'
7448         lt_prog_compiler_static='-Bstatic'
7449       fi
7450       ;;
7451
7452     sysv5* | unixware* | sco3.2v5* | sco5v6* | OpenUNIX*)
7453       lt_prog_compiler_wl='-Wl,'
7454       lt_prog_compiler_pic='-KPIC'
7455       lt_prog_compiler_static='-Bstatic'
7456       ;;
7457
7458     unicos*)
7459       lt_prog_compiler_wl='-Wl,'
7460       lt_prog_compiler_can_build_shared=no
7461       ;;
7462
7463     uts4*)
7464       lt_prog_compiler_pic='-pic'
7465       lt_prog_compiler_static='-Bstatic'
7466       ;;
7467
7468     *)
7469       lt_prog_compiler_can_build_shared=no
7470       ;;
7471     esac
7472   fi
7473
7474 case $host_os in
7475   # For platforms which do not support PIC, -DPIC is meaningless:
7476   *djgpp*)
7477     lt_prog_compiler_pic=
7478     ;;
7479   *)
7480     lt_prog_compiler_pic="$lt_prog_compiler_pic -DPIC"
7481     ;;
7482 esac
7483 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_prog_compiler_pic" >&5
7484 $as_echo "$lt_prog_compiler_pic" >&6; }
7485
7486
7487
7488
7489
7490
7491 #
7492 # Check to make sure the PIC flag actually works.
7493 #
7494 if test -n "$lt_prog_compiler_pic"; then
7495   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler PIC flag $lt_prog_compiler_pic works" >&5
7496 $as_echo_n "checking if $compiler PIC flag $lt_prog_compiler_pic works... " >&6; }
7497 if test "${lt_cv_prog_compiler_pic_works+set}" = set; then :
7498   $as_echo_n "(cached) " >&6
7499 else
7500   lt_cv_prog_compiler_pic_works=no
7501    ac_outfile=conftest.$ac_objext
7502    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7503    lt_compiler_flag="$lt_prog_compiler_pic -DPIC"
7504    # Insert the option either (1) after the last *FLAGS variable, or
7505    # (2) before a word containing "conftest.", or (3) at the end.
7506    # Note that $ac_compile itself does not contain backslashes and begins
7507    # with a dollar sign (not a hyphen), so the echo should work correctly.
7508    # The option is referenced via a variable to avoid confusing sed.
7509    lt_compile=`echo "$ac_compile" | $SED \
7510    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7511    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7512    -e 's:$: $lt_compiler_flag:'`
7513    (eval echo "\"\$as_me:7513: $lt_compile\"" >&5)
7514    (eval "$lt_compile" 2>conftest.err)
7515    ac_status=$?
7516    cat conftest.err >&5
7517    echo "$as_me:7517: \$? = $ac_status" >&5
7518    if (exit $ac_status) && test -s "$ac_outfile"; then
7519      # The compiler can only warn and ignore the option if not recognized
7520      # So say no if there are warnings other than the usual output.
7521      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' >conftest.exp
7522      $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7523      if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7524        lt_cv_prog_compiler_pic_works=yes
7525      fi
7526    fi
7527    $RM conftest*
7528
7529 fi
7530 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_pic_works" >&5
7531 $as_echo "$lt_cv_prog_compiler_pic_works" >&6; }
7532
7533 if test x"$lt_cv_prog_compiler_pic_works" = xyes; then
7534     case $lt_prog_compiler_pic in
7535      "" | " "*) ;;
7536      *) lt_prog_compiler_pic=" $lt_prog_compiler_pic" ;;
7537      esac
7538 else
7539     lt_prog_compiler_pic=
7540      lt_prog_compiler_can_build_shared=no
7541 fi
7542
7543 fi
7544
7545
7546
7547
7548
7549
7550 #
7551 # Check to make sure the static flag actually works.
7552 #
7553 wl=$lt_prog_compiler_wl eval lt_tmp_static_flag=\"$lt_prog_compiler_static\"
7554 { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler static flag $lt_tmp_static_flag works" >&5
7555 $as_echo_n "checking if $compiler static flag $lt_tmp_static_flag works... " >&6; }
7556 if test "${lt_cv_prog_compiler_static_works+set}" = set; then :
7557   $as_echo_n "(cached) " >&6
7558 else
7559   lt_cv_prog_compiler_static_works=no
7560    save_LDFLAGS="$LDFLAGS"
7561    LDFLAGS="$LDFLAGS $lt_tmp_static_flag"
7562    echo "$lt_simple_link_test_code" > conftest.$ac_ext
7563    if (eval $ac_link 2>conftest.err) && test -s conftest$ac_exeext; then
7564      # The linker can only warn and ignore the option if not recognized
7565      # So say no if there are warnings
7566      if test -s conftest.err; then
7567        # Append any errors to the config.log.
7568        cat conftest.err 1>&5
7569        $ECHO "X$_lt_linker_boilerplate" | $Xsed -e '/^$/d' > conftest.exp
7570        $SED '/^$/d; /^ *+/d' conftest.err >conftest.er2
7571        if diff conftest.exp conftest.er2 >/dev/null; then
7572          lt_cv_prog_compiler_static_works=yes
7573        fi
7574      else
7575        lt_cv_prog_compiler_static_works=yes
7576      fi
7577    fi
7578    $RM -r conftest*
7579    LDFLAGS="$save_LDFLAGS"
7580
7581 fi
7582 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_static_works" >&5
7583 $as_echo "$lt_cv_prog_compiler_static_works" >&6; }
7584
7585 if test x"$lt_cv_prog_compiler_static_works" = xyes; then
7586     :
7587 else
7588     lt_prog_compiler_static=
7589 fi
7590
7591
7592
7593
7594
7595
7596
7597   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7598 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7599 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7600   $as_echo_n "(cached) " >&6
7601 else
7602   lt_cv_prog_compiler_c_o=no
7603    $RM -r conftest 2>/dev/null
7604    mkdir conftest
7605    cd conftest
7606    mkdir out
7607    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7608
7609    lt_compiler_flag="-o out/conftest2.$ac_objext"
7610    # Insert the option either (1) after the last *FLAGS variable, or
7611    # (2) before a word containing "conftest.", or (3) at the end.
7612    # Note that $ac_compile itself does not contain backslashes and begins
7613    # with a dollar sign (not a hyphen), so the echo should work correctly.
7614    lt_compile=`echo "$ac_compile" | $SED \
7615    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7616    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7617    -e 's:$: $lt_compiler_flag:'`
7618    (eval echo "\"\$as_me:7618: $lt_compile\"" >&5)
7619    (eval "$lt_compile" 2>out/conftest.err)
7620    ac_status=$?
7621    cat out/conftest.err >&5
7622    echo "$as_me:7622: \$? = $ac_status" >&5
7623    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7624    then
7625      # The compiler can only warn and ignore the option if not recognized
7626      # So say no if there are warnings
7627      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7628      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7629      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7630        lt_cv_prog_compiler_c_o=yes
7631      fi
7632    fi
7633    chmod u+w . 2>&5
7634    $RM conftest*
7635    # SGI C++ compiler will create directory out/ii_files/ for
7636    # template instantiation
7637    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7638    $RM out/* && rmdir out
7639    cd ..
7640    $RM -r conftest
7641    $RM conftest*
7642
7643 fi
7644 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7645 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7646
7647
7648
7649
7650
7651
7652   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if $compiler supports -c -o file.$ac_objext" >&5
7653 $as_echo_n "checking if $compiler supports -c -o file.$ac_objext... " >&6; }
7654 if test "${lt_cv_prog_compiler_c_o+set}" = set; then :
7655   $as_echo_n "(cached) " >&6
7656 else
7657   lt_cv_prog_compiler_c_o=no
7658    $RM -r conftest 2>/dev/null
7659    mkdir conftest
7660    cd conftest
7661    mkdir out
7662    echo "$lt_simple_compile_test_code" > conftest.$ac_ext
7663
7664    lt_compiler_flag="-o out/conftest2.$ac_objext"
7665    # Insert the option either (1) after the last *FLAGS variable, or
7666    # (2) before a word containing "conftest.", or (3) at the end.
7667    # Note that $ac_compile itself does not contain backslashes and begins
7668    # with a dollar sign (not a hyphen), so the echo should work correctly.
7669    lt_compile=`echo "$ac_compile" | $SED \
7670    -e 's:.*FLAGS}\{0,1\} :&$lt_compiler_flag :; t' \
7671    -e 's: [^ ]*conftest\.: $lt_compiler_flag&:; t' \
7672    -e 's:$: $lt_compiler_flag:'`
7673    (eval echo "\"\$as_me:7673: $lt_compile\"" >&5)
7674    (eval "$lt_compile" 2>out/conftest.err)
7675    ac_status=$?
7676    cat out/conftest.err >&5
7677    echo "$as_me:7677: \$? = $ac_status" >&5
7678    if (exit $ac_status) && test -s out/conftest2.$ac_objext
7679    then
7680      # The compiler can only warn and ignore the option if not recognized
7681      # So say no if there are warnings
7682      $ECHO "X$_lt_compiler_boilerplate" | $Xsed -e '/^$/d' > out/conftest.exp
7683      $SED '/^$/d; /^ *+/d' out/conftest.err >out/conftest.er2
7684      if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
7685        lt_cv_prog_compiler_c_o=yes
7686      fi
7687    fi
7688    chmod u+w . 2>&5
7689    $RM conftest*
7690    # SGI C++ compiler will create directory out/ii_files/ for
7691    # template instantiation
7692    test -d out/ii_files && $RM out/ii_files/* && rmdir out/ii_files
7693    $RM out/* && rmdir out
7694    cd ..
7695    $RM -r conftest
7696    $RM conftest*
7697
7698 fi
7699 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_prog_compiler_c_o" >&5
7700 $as_echo "$lt_cv_prog_compiler_c_o" >&6; }
7701
7702
7703
7704
7705 hard_links="nottested"
7706 if test "$lt_cv_prog_compiler_c_o" = no && test "$need_locks" != no; then
7707   # do not overwrite the value of need_locks provided by the user
7708   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if we can lock with hard links" >&5
7709 $as_echo_n "checking if we can lock with hard links... " >&6; }
7710   hard_links=yes
7711   $RM conftest*
7712   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7713   touch conftest.a
7714   ln conftest.a conftest.b 2>&5 || hard_links=no
7715   ln conftest.a conftest.b 2>/dev/null && hard_links=no
7716   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hard_links" >&5
7717 $as_echo "$hard_links" >&6; }
7718   if test "$hard_links" = no; then
7719     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&5
7720 $as_echo "$as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe" >&2;}
7721     need_locks=warn
7722   fi
7723 else
7724   need_locks=no
7725 fi
7726
7727
7728
7729
7730
7731
7732   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the $compiler linker ($LD) supports shared libraries" >&5
7733 $as_echo_n "checking whether the $compiler linker ($LD) supports shared libraries... " >&6; }
7734
7735   runpath_var=
7736   allow_undefined_flag=
7737   always_export_symbols=no
7738   archive_cmds=
7739   archive_expsym_cmds=
7740   compiler_needs_object=no
7741   enable_shared_with_static_runtimes=no
7742   export_dynamic_flag_spec=
7743   export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
7744   hardcode_automatic=no
7745   hardcode_direct=no
7746   hardcode_direct_absolute=no
7747   hardcode_libdir_flag_spec=
7748   hardcode_libdir_flag_spec_ld=
7749   hardcode_libdir_separator=
7750   hardcode_minus_L=no
7751   hardcode_shlibpath_var=unsupported
7752   inherit_rpath=no
7753   link_all_deplibs=unknown
7754   module_cmds=
7755   module_expsym_cmds=
7756   old_archive_from_new_cmds=
7757   old_archive_from_expsyms_cmds=
7758   thread_safe_flag_spec=
7759   whole_archive_flag_spec=
7760   # include_expsyms should be a list of space-separated symbols to be *always*
7761   # included in the symbol list
7762   include_expsyms=
7763   # exclude_expsyms can be an extended regexp of symbols to exclude
7764   # it will be wrapped by ` (' and `)$', so one must not match beginning or
7765   # end of line.  Example: `a|bc|.*d.*' will exclude the symbols `a' and `bc',
7766   # as well as any symbol that contains `d'.
7767   exclude_expsyms='_GLOBAL_OFFSET_TABLE_|_GLOBAL__F[ID]_.*'
7768   # Although _GLOBAL_OFFSET_TABLE_ is a valid symbol C name, most a.out
7769   # platforms (ab)use it in PIC code, but their linkers get confused if
7770   # the symbol is explicitly referenced.  Since portable code cannot
7771   # rely on this symbol name, it's probably fine to never include it in
7772   # preloaded symbol tables.
7773   # Exclude shared library initialization/finalization symbols.
7774   extract_expsyms_cmds=
7775
7776   case $host_os in
7777   cygwin* | mingw* | pw32* | cegcc*)
7778     # FIXME: the MSVC++ port hasn't been tested in a loooong time
7779     # When not using gcc, we currently assume that we are using
7780     # Microsoft Visual C++.
7781     if test "$GCC" != yes; then
7782       with_gnu_ld=no
7783     fi
7784     ;;
7785   interix*)
7786     # we just hope/assume this is gcc and not c89 (= MSVC++)
7787     with_gnu_ld=yes
7788     ;;
7789   openbsd*)
7790     with_gnu_ld=no
7791     ;;
7792   linux* | k*bsd*-gnu)
7793     link_all_deplibs=no
7794     ;;
7795   esac
7796
7797   ld_shlibs=yes
7798   if test "$with_gnu_ld" = yes; then
7799     # If archive_cmds runs LD, not CC, wlarc should be empty
7800     wlarc='${wl}'
7801
7802     # Set some defaults for GNU ld with shared library support. These
7803     # are reset later if shared libraries are not supported. Putting them
7804     # here allows them to be overridden if necessary.
7805     runpath_var=LD_RUN_PATH
7806     hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
7807     export_dynamic_flag_spec='${wl}--export-dynamic'
7808     # ancient GNU ld didn't support --whole-archive et. al.
7809     if $LD --help 2>&1 | $GREP 'no-whole-archive' > /dev/null; then
7810       whole_archive_flag_spec="$wlarc"'--whole-archive$convenience '"$wlarc"'--no-whole-archive'
7811     else
7812       whole_archive_flag_spec=
7813     fi
7814     supports_anon_versioning=no
7815     case `$LD -v 2>&1` in
7816       *GNU\ gold*) supports_anon_versioning=yes ;;
7817       *\ [01].* | *\ 2.[0-9].* | *\ 2.10.*) ;; # catch versions < 2.11
7818       *\ 2.11.93.0.2\ *) supports_anon_versioning=yes ;; # RH7.3 ...
7819       *\ 2.11.92.0.12\ *) supports_anon_versioning=yes ;; # Mandrake 8.2 ...
7820       *\ 2.11.*) ;; # other 2.11 versions
7821       *) supports_anon_versioning=yes ;;
7822     esac
7823
7824     # See if GNU ld supports shared libraries.
7825     case $host_os in
7826     aix[3-9]*)
7827       # On AIX/PPC, the GNU linker is very broken
7828       if test "$host_cpu" != ia64; then
7829         ld_shlibs=no
7830         cat <<_LT_EOF 1>&2
7831
7832 *** Warning: the GNU linker, at least up to release 2.9.1, is reported
7833 *** to be unable to reliably create shared libraries on AIX.
7834 *** Therefore, libtool is disabling shared libraries support.  If you
7835 *** really care for shared libraries, you may want to modify your PATH
7836 *** so that a non-GNU linker is found, and then restart.
7837
7838 _LT_EOF
7839       fi
7840       ;;
7841
7842     amigaos*)
7843       case $host_cpu in
7844       powerpc)
7845             # see comment about AmigaOS4 .so support
7846             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7847             archive_expsym_cmds=''
7848         ;;
7849       m68k)
7850             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)'
7851             hardcode_libdir_flag_spec='-L$libdir'
7852             hardcode_minus_L=yes
7853         ;;
7854       esac
7855       ;;
7856
7857     beos*)
7858       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
7859         allow_undefined_flag=unsupported
7860         # Joseph Beckenbach <jrb3@best.com> says some releases of gcc
7861         # support --undefined.  This deserves some investigation.  FIXME
7862         archive_cmds='$CC -nostart $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7863       else
7864         ld_shlibs=no
7865       fi
7866       ;;
7867
7868     cygwin* | mingw* | pw32* | cegcc*)
7869       # _LT_TAGVAR(hardcode_libdir_flag_spec, ) is actually meaningless,
7870       # as there is no search path for DLLs.
7871       hardcode_libdir_flag_spec='-L$libdir'
7872       allow_undefined_flag=unsupported
7873       always_export_symbols=no
7874       enable_shared_with_static_runtimes=yes
7875       export_symbols_cmds='$NM $libobjs $convenience | $global_symbol_pipe | $SED -e '\''/^[BCDGRS][ ]/s/.*[ ]\([^ ]*\)/\1 DATA/'\'' | $SED -e '\''/^[AITW][ ]/s/.*[ ]//'\'' | sort | uniq > $export_symbols'
7876
7877       if $LD --help 2>&1 | $GREP 'auto-import' > /dev/null; then
7878         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7879         # If the export-symbols file already is a .def file (1st line
7880         # is EXPORTS), use it as is; otherwise, prepend...
7881         archive_expsym_cmds='if test "x`$SED 1q $export_symbols`" = xEXPORTS; then
7882           cp $export_symbols $output_objdir/$soname.def;
7883         else
7884           echo EXPORTS > $output_objdir/$soname.def;
7885           cat $export_symbols >> $output_objdir/$soname.def;
7886         fi~
7887         $CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname ${wl}--enable-auto-image-base -Xlinker --out-implib -Xlinker $lib'
7888       else
7889         ld_shlibs=no
7890       fi
7891       ;;
7892
7893     interix[3-9]*)
7894       hardcode_direct=no
7895       hardcode_shlibpath_var=no
7896       hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
7897       export_dynamic_flag_spec='${wl}-E'
7898       # Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc.
7899       # Instead, shared libraries are loaded at an image base (0x10000000 by
7900       # default) and relocated if they conflict, which is a slow very memory
7901       # consuming and fragmenting process.  To avoid this, we pick a random,
7902       # 256 KiB-aligned image base between 0x50000000 and 0x6FFC0000 at link
7903       # time.  Moving up from 0x10000000 also allows more sbrk(2) space.
7904       archive_cmds='$CC -shared $pic_flag $libobjs $deplibs $compiler_flags ${wl}-h,$soname ${wl}--image-base,`expr ${RANDOM-$$} % 4096 / 2 \* 262144 + 1342177280` -o $lib'
7905       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'
7906       ;;
7907
7908     gnu* | linux* | tpf* | k*bsd*-gnu | kopensolaris*-gnu)
7909       tmp_diet=no
7910       if test "$host_os" = linux-dietlibc; then
7911         case $cc_basename in
7912           diet\ *) tmp_diet=yes;;       # linux-dietlibc with static linking (!diet-dyn)
7913         esac
7914       fi
7915       if $LD --help 2>&1 | $EGREP ': supported targets:.* elf' > /dev/null \
7916          && test "$tmp_diet" = no
7917       then
7918         tmp_addflag=
7919         tmp_sharedflag='-shared'
7920         case $cc_basename,$host_cpu in
7921         pgcc*)                          # Portland Group C compiler
7922           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'
7923           tmp_addflag=' $pic_flag'
7924           ;;
7925         pgf77* | pgf90* | pgf95*)       # Portland Group f77 and f90 compilers
7926           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'
7927           tmp_addflag=' $pic_flag -Mnomain' ;;
7928         ecc*,ia64* | icc*,ia64*)        # Intel C compiler on ia64
7929           tmp_addflag=' -i_dynamic' ;;
7930         efc*,ia64* | ifort*,ia64*)      # Intel Fortran compiler on ia64
7931           tmp_addflag=' -i_dynamic -nofor_main' ;;
7932         ifc* | ifort*)                  # Intel Fortran compiler
7933           tmp_addflag=' -nofor_main' ;;
7934         lf95*)                          # Lahey Fortran 8.1
7935           whole_archive_flag_spec=
7936           tmp_sharedflag='--shared' ;;
7937         xl[cC]*)                        # IBM XL C 8.0 on PPC (deal with xlf below)
7938           tmp_sharedflag='-qmkshrobj'
7939           tmp_addflag= ;;
7940         esac
7941         case `$CC -V 2>&1 | sed 5q` in
7942         *Sun\ C*)                       # Sun C 5.9
7943           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'
7944           compiler_needs_object=yes
7945           tmp_sharedflag='-G' ;;
7946         *Sun\ F*)                       # Sun Fortran 8.3
7947           tmp_sharedflag='-G' ;;
7948         esac
7949         archive_cmds='$CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7950
7951         if test "x$supports_anon_versioning" = xyes; then
7952           archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
7953             cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7954             echo "local: *; };" >> $output_objdir/$libname.ver~
7955             $CC '"$tmp_sharedflag""$tmp_addflag"' $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-version-script ${wl}$output_objdir/$libname.ver -o $lib'
7956         fi
7957
7958         case $cc_basename in
7959         xlf*)
7960           # IBM XL Fortran 10.1 on PPC cannot create shared libs itself
7961           whole_archive_flag_spec='--whole-archive$convenience --no-whole-archive'
7962           hardcode_libdir_flag_spec=
7963           hardcode_libdir_flag_spec_ld='-rpath $libdir'
7964           archive_cmds='$LD -shared $libobjs $deplibs $compiler_flags -soname $soname -o $lib'
7965           if test "x$supports_anon_versioning" = xyes; then
7966             archive_expsym_cmds='echo "{ global:" > $output_objdir/$libname.ver~
7967               cat $export_symbols | sed -e "s/\(.*\)/\1;/" >> $output_objdir/$libname.ver~
7968               echo "local: *; };" >> $output_objdir/$libname.ver~
7969               $LD -shared $libobjs $deplibs $compiler_flags -soname $soname -version-script $output_objdir/$libname.ver -o $lib'
7970           fi
7971           ;;
7972         esac
7973       else
7974         ld_shlibs=no
7975       fi
7976       ;;
7977
7978     netbsd* | netbsdelf*-gnu)
7979       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
7980         archive_cmds='$LD -Bshareable $libobjs $deplibs $linker_flags -o $lib'
7981         wlarc=
7982       else
7983         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
7984         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
7985       fi
7986       ;;
7987
7988     solaris*)
7989       if $LD -v 2>&1 | $GREP 'BFD 2\.8' > /dev/null; then
7990         ld_shlibs=no
7991         cat <<_LT_EOF 1>&2
7992
7993 *** Warning: The releases 2.8.* of the GNU linker cannot reliably
7994 *** create shared libraries on Solaris systems.  Therefore, libtool
7995 *** is disabling shared libraries support.  We urge you to upgrade GNU
7996 *** binutils to release 2.9.1 or newer.  Another option is to modify
7997 *** your PATH or compiler configuration so that the native linker is
7998 *** used, and then restart.
7999
8000 _LT_EOF
8001       elif $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8002         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8003         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8004       else
8005         ld_shlibs=no
8006       fi
8007       ;;
8008
8009     sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX*)
8010       case `$LD -v 2>&1` in
8011         *\ [01].* | *\ 2.[0-9].* | *\ 2.1[0-5].*)
8012         ld_shlibs=no
8013         cat <<_LT_EOF 1>&2
8014
8015 *** Warning: Releases of the GNU linker prior to 2.16.91.0.3 can not
8016 *** reliably create shared libraries on SCO systems.  Therefore, libtool
8017 *** is disabling shared libraries support.  We urge you to upgrade GNU
8018 *** binutils to release 2.16.91.0.3 or newer.  Another option is to modify
8019 *** your PATH or compiler configuration so that the native linker is
8020 *** used, and then restart.
8021
8022 _LT_EOF
8023         ;;
8024         *)
8025           # For security reasons, it is highly recommended that you always
8026           # use absolute paths for naming shared libraries, and exclude the
8027           # DT_RUNPATH tag from executables and libraries.  But doing so
8028           # requires that you compile everything twice, which is a pain.
8029           if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8030             hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8031             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8032             archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8033           else
8034             ld_shlibs=no
8035           fi
8036         ;;
8037       esac
8038       ;;
8039
8040     sunos4*)
8041       archive_cmds='$LD -assert pure-text -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8042       wlarc=
8043       hardcode_direct=yes
8044       hardcode_shlibpath_var=no
8045       ;;
8046
8047     *)
8048       if $LD --help 2>&1 | $GREP ': supported targets:.* elf' > /dev/null; then
8049         archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8050         archive_expsym_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib'
8051       else
8052         ld_shlibs=no
8053       fi
8054       ;;
8055     esac
8056
8057     if test "$ld_shlibs" = no; then
8058       runpath_var=
8059       hardcode_libdir_flag_spec=
8060       export_dynamic_flag_spec=
8061       whole_archive_flag_spec=
8062     fi
8063   else
8064     # PORTME fill in a description of your system's linker (not GNU ld)
8065     case $host_os in
8066     aix3*)
8067       allow_undefined_flag=unsupported
8068       always_export_symbols=yes
8069       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'
8070       # Note: this linker hardcodes the directories in LIBPATH if there
8071       # are no directories specified by -L.
8072       hardcode_minus_L=yes
8073       if test "$GCC" = yes && test -z "$lt_prog_compiler_static"; then
8074         # Neither direct hardcoding nor static linking is supported with a
8075         # broken collect2.
8076         hardcode_direct=unsupported
8077       fi
8078       ;;
8079
8080     aix[4-9]*)
8081       if test "$host_cpu" = ia64; then
8082         # On IA64, the linker does run time linking by default, so we don't
8083         # have to do anything special.
8084         aix_use_runtimelinking=no
8085         exp_sym_flag='-Bexport'
8086         no_entry_flag=""
8087       else
8088         # If we're using GNU nm, then we don't want the "-C" option.
8089         # -C means demangle to AIX nm, but means don't demangle with GNU nm
8090         if $NM -V 2>&1 | $GREP 'GNU' > /dev/null; then
8091           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'
8092         else
8093           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'
8094         fi
8095         aix_use_runtimelinking=no
8096
8097         # Test if we are trying to use run time linking or normal
8098         # AIX style linking. If -brtl is somewhere in LDFLAGS, we
8099         # need to do runtime linking.
8100         case $host_os in aix4.[23]|aix4.[23].*|aix[5-9]*)
8101           for ld_flag in $LDFLAGS; do
8102           if (test $ld_flag = "-brtl" || test $ld_flag = "-Wl,-brtl"); then
8103             aix_use_runtimelinking=yes
8104             break
8105           fi
8106           done
8107           ;;
8108         esac
8109
8110         exp_sym_flag='-bexport'
8111         no_entry_flag='-bnoentry'
8112       fi
8113
8114       # When large executables or shared objects are built, AIX ld can
8115       # have problems creating the table of contents.  If linking a library
8116       # or program results in "error TOC overflow" add -mminimal-toc to
8117       # CXXFLAGS/CFLAGS for g++/gcc.  In the cases where that is not
8118       # enough to fix the problem, add -Wl,-bbigtoc to LDFLAGS.
8119
8120       archive_cmds=''
8121       hardcode_direct=yes
8122       hardcode_direct_absolute=yes
8123       hardcode_libdir_separator=':'
8124       link_all_deplibs=yes
8125       file_list_spec='${wl}-f,'
8126
8127       if test "$GCC" = yes; then
8128         case $host_os in aix4.[012]|aix4.[012].*)
8129         # We only want to do this on AIX 4.2 and lower, the check
8130         # below for broken collect2 doesn't work under 4.3+
8131           collect2name=`${CC} -print-prog-name=collect2`
8132           if test -f "$collect2name" &&
8133            strings "$collect2name" | $GREP resolve_lib_name >/dev/null
8134           then
8135           # We have reworked collect2
8136           :
8137           else
8138           # We have old collect2
8139           hardcode_direct=unsupported
8140           # It fails to find uninstalled libraries when the uninstalled
8141           # path is not listed in the libpath.  Setting hardcode_minus_L
8142           # to unsupported forces relinking
8143           hardcode_minus_L=yes
8144           hardcode_libdir_flag_spec='-L$libdir'
8145           hardcode_libdir_separator=
8146           fi
8147           ;;
8148         esac
8149         shared_flag='-shared'
8150         if test "$aix_use_runtimelinking" = yes; then
8151           shared_flag="$shared_flag "'${wl}-G'
8152         fi
8153         link_all_deplibs=no
8154       else
8155         # not using gcc
8156         if test "$host_cpu" = ia64; then
8157         # VisualAge C++, Version 5.5 for AIX 5L for IA-64, Beta 3 Release
8158         # chokes on -Wl,-G. The following line is correct:
8159           shared_flag='-G'
8160         else
8161           if test "$aix_use_runtimelinking" = yes; then
8162             shared_flag='${wl}-G'
8163           else
8164             shared_flag='${wl}-bM:SRE'
8165           fi
8166         fi
8167       fi
8168
8169       export_dynamic_flag_spec='${wl}-bexpall'
8170       # It seems that -bexpall does not export symbols beginning with
8171       # underscore (_), so it is better to generate a list of symbols to export.
8172       always_export_symbols=yes
8173       if test "$aix_use_runtimelinking" = yes; then
8174         # Warning - without using the other runtime loading flags (-brtl),
8175         # -berok will link without error, but may produce a broken library.
8176         allow_undefined_flag='-berok'
8177         # Determine the default libpath from the value encoded in an
8178         # empty executable.
8179         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8180 /* end confdefs.h.  */
8181
8182 int
8183 main ()
8184 {
8185
8186   ;
8187   return 0;
8188 }
8189 _ACEOF
8190 if ac_fn_c_try_link "$LINENO"; then :
8191
8192 lt_aix_libpath_sed='
8193     /Import File Strings/,/^$/ {
8194         /^0/ {
8195             s/^0  *\(.*\)$/\1/
8196             p
8197         }
8198     }'
8199 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8200 # Check for a 64-bit object if we didn't find anything.
8201 if test -z "$aix_libpath"; then
8202   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8203 fi
8204 fi
8205 rm -f core conftest.err conftest.$ac_objext \
8206     conftest$ac_exeext conftest.$ac_ext
8207 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8208
8209         hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8210         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"
8211       else
8212         if test "$host_cpu" = ia64; then
8213           hardcode_libdir_flag_spec='${wl}-R $libdir:/usr/lib:/lib'
8214           allow_undefined_flag="-z nodefs"
8215           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"
8216         else
8217          # Determine the default libpath from the value encoded in an
8218          # empty executable.
8219          cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8220 /* end confdefs.h.  */
8221
8222 int
8223 main ()
8224 {
8225
8226   ;
8227   return 0;
8228 }
8229 _ACEOF
8230 if ac_fn_c_try_link "$LINENO"; then :
8231
8232 lt_aix_libpath_sed='
8233     /Import File Strings/,/^$/ {
8234         /^0/ {
8235             s/^0  *\(.*\)$/\1/
8236             p
8237         }
8238     }'
8239 aix_libpath=`dump -H conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8240 # Check for a 64-bit object if we didn't find anything.
8241 if test -z "$aix_libpath"; then
8242   aix_libpath=`dump -HX64 conftest$ac_exeext 2>/dev/null | $SED -n -e "$lt_aix_libpath_sed"`
8243 fi
8244 fi
8245 rm -f core conftest.err conftest.$ac_objext \
8246     conftest$ac_exeext conftest.$ac_ext
8247 if test -z "$aix_libpath"; then aix_libpath="/usr/lib:/lib"; fi
8248
8249          hardcode_libdir_flag_spec='${wl}-blibpath:$libdir:'"$aix_libpath"
8250           # Warning - without using the other run time loading flags,
8251           # -berok will link without error, but may produce a broken library.
8252           no_undefined_flag=' ${wl}-bernotok'
8253           allow_undefined_flag=' ${wl}-berok'
8254           # Exported symbols can be pulled into shared objects from archives
8255           whole_archive_flag_spec='$convenience'
8256           archive_cmds_need_lc=yes
8257           # This is similar to how AIX traditionally builds its shared libraries.
8258           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'
8259         fi
8260       fi
8261       ;;
8262
8263     amigaos*)
8264       case $host_cpu in
8265       powerpc)
8266             # see comment about AmigaOS4 .so support
8267             archive_cmds='$CC -shared $libobjs $deplibs $compiler_flags ${wl}-soname $wl$soname -o $lib'
8268             archive_expsym_cmds=''
8269         ;;
8270       m68k)
8271             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)'
8272             hardcode_libdir_flag_spec='-L$libdir'
8273             hardcode_minus_L=yes
8274         ;;
8275       esac
8276       ;;
8277
8278     bsdi[45]*)
8279       export_dynamic_flag_spec=-rdynamic
8280       ;;
8281
8282     cygwin* | mingw* | pw32* | cegcc*)
8283       # When not using gcc, we currently assume that we are using
8284       # Microsoft Visual C++.
8285       # hardcode_libdir_flag_spec is actually meaningless, as there is
8286       # no search path for DLLs.
8287       hardcode_libdir_flag_spec=' '
8288       allow_undefined_flag=unsupported
8289       # Tell ltmain to make .lib files, not .a files.
8290       libext=lib
8291       # Tell ltmain to make .dll files, not .so files.
8292       shrext_cmds=".dll"
8293       # FIXME: Setting linknames here is a bad hack.
8294       archive_cmds='$CC -o $lib $libobjs $compiler_flags `$ECHO "X$deplibs" | $Xsed -e '\''s/ -lc$//'\''` -link -dll~linknames='
8295       # The linker will automatically build a .lib file if we build a DLL.
8296       old_archive_from_new_cmds='true'
8297       # FIXME: Should let the user specify the lib program.
8298       old_archive_cmds='lib -OUT:$oldlib$oldobjs$old_deplibs'
8299       fix_srcfile_path='`cygpath -w "$srcfile"`'
8300       enable_shared_with_static_runtimes=yes
8301       ;;
8302
8303     darwin* | rhapsody*)
8304
8305
8306   archive_cmds_need_lc=no
8307   hardcode_direct=no
8308   hardcode_automatic=yes
8309   hardcode_shlibpath_var=unsupported
8310   whole_archive_flag_spec=''
8311   link_all_deplibs=yes
8312   allow_undefined_flag="$_lt_dar_allow_undefined"
8313   case $cc_basename in
8314      ifort*) _lt_dar_can_shared=yes ;;
8315      *) _lt_dar_can_shared=$GCC ;;
8316   esac
8317   if test "$_lt_dar_can_shared" = "yes"; then
8318     output_verbose_link_cmd=echo
8319     archive_cmds="\$CC -dynamiclib \$allow_undefined_flag -o \$lib \$libobjs \$deplibs \$compiler_flags -install_name \$rpath/\$soname \$verstring $_lt_dar_single_mod${_lt_dsymutil}"
8320     module_cmds="\$CC \$allow_undefined_flag -o \$lib -bundle \$libobjs \$deplibs \$compiler_flags${_lt_dsymutil}"
8321     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}"
8322     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}"
8323
8324   else
8325   ld_shlibs=no
8326   fi
8327
8328       ;;
8329
8330     dgux*)
8331       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8332       hardcode_libdir_flag_spec='-L$libdir'
8333       hardcode_shlibpath_var=no
8334       ;;
8335
8336     freebsd1*)
8337       ld_shlibs=no
8338       ;;
8339
8340     # FreeBSD 2.2.[012] allows us to include c++rt0.o to get C++ constructor
8341     # support.  Future versions do this automatically, but an explicit c++rt0.o
8342     # does not break anything, and helps significantly (at the cost of a little
8343     # extra space).
8344     freebsd2.2*)
8345       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags /usr/lib/c++rt0.o'
8346       hardcode_libdir_flag_spec='-R$libdir'
8347       hardcode_direct=yes
8348       hardcode_shlibpath_var=no
8349       ;;
8350
8351     # Unfortunately, older versions of FreeBSD 2 do not have this feature.
8352     freebsd2*)
8353       archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8354       hardcode_direct=yes
8355       hardcode_minus_L=yes
8356       hardcode_shlibpath_var=no
8357       ;;
8358
8359     # FreeBSD 3 and greater uses gcc -shared to do shared libraries.
8360     freebsd* | dragonfly*)
8361       archive_cmds='$CC -shared -o $lib $libobjs $deplibs $compiler_flags'
8362       hardcode_libdir_flag_spec='-R$libdir'
8363       hardcode_direct=yes
8364       hardcode_shlibpath_var=no
8365       ;;
8366
8367     hpux9*)
8368       if test "$GCC" = yes; then
8369         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'
8370       else
8371         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'
8372       fi
8373       hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8374       hardcode_libdir_separator=:
8375       hardcode_direct=yes
8376
8377       # hardcode_minus_L: Not really in the search PATH,
8378       # but as the default location of the library.
8379       hardcode_minus_L=yes
8380       export_dynamic_flag_spec='${wl}-E'
8381       ;;
8382
8383     hpux10*)
8384       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8385         archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8386       else
8387         archive_cmds='$LD -b +h $soname +b $install_libdir -o $lib $libobjs $deplibs $linker_flags'
8388       fi
8389       if test "$with_gnu_ld" = no; then
8390         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8391         hardcode_libdir_flag_spec_ld='+b $libdir'
8392         hardcode_libdir_separator=:
8393         hardcode_direct=yes
8394         hardcode_direct_absolute=yes
8395         export_dynamic_flag_spec='${wl}-E'
8396         # hardcode_minus_L: Not really in the search PATH,
8397         # but as the default location of the library.
8398         hardcode_minus_L=yes
8399       fi
8400       ;;
8401
8402     hpux11*)
8403       if test "$GCC" = yes -a "$with_gnu_ld" = no; then
8404         case $host_cpu in
8405         hppa*64*)
8406           archive_cmds='$CC -shared ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8407           ;;
8408         ia64*)
8409           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8410           ;;
8411         *)
8412           archive_cmds='$CC -shared -fPIC ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8413           ;;
8414         esac
8415       else
8416         case $host_cpu in
8417         hppa*64*)
8418           archive_cmds='$CC -b ${wl}+h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8419           ;;
8420         ia64*)
8421           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+nodefaultrpath -o $lib $libobjs $deplibs $compiler_flags'
8422           ;;
8423         *)
8424           archive_cmds='$CC -b ${wl}+h ${wl}$soname ${wl}+b ${wl}$install_libdir -o $lib $libobjs $deplibs $compiler_flags'
8425           ;;
8426         esac
8427       fi
8428       if test "$with_gnu_ld" = no; then
8429         hardcode_libdir_flag_spec='${wl}+b ${wl}$libdir'
8430         hardcode_libdir_separator=:
8431
8432         case $host_cpu in
8433         hppa*64*|ia64*)
8434           hardcode_direct=no
8435           hardcode_shlibpath_var=no
8436           ;;
8437         *)
8438           hardcode_direct=yes
8439           hardcode_direct_absolute=yes
8440           export_dynamic_flag_spec='${wl}-E'
8441
8442           # hardcode_minus_L: Not really in the search PATH,
8443           # but as the default location of the library.
8444           hardcode_minus_L=yes
8445           ;;
8446         esac
8447       fi
8448       ;;
8449
8450     irix5* | irix6* | nonstopux*)
8451       if test "$GCC" = yes; then
8452         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'
8453         # Try to use the -exported_symbol ld option, if it does not
8454         # work, assume that -exports_file does not work either and
8455         # implicitly export all symbols.
8456         save_LDFLAGS="$LDFLAGS"
8457         LDFLAGS="$LDFLAGS -shared ${wl}-exported_symbol ${wl}foo ${wl}-update_registry ${wl}/dev/null"
8458         cat confdefs.h - <<_ACEOF >conftest.$ac_ext
8459 /* end confdefs.h.  */
8460 int foo(void) {}
8461 _ACEOF
8462 if ac_fn_c_try_link "$LINENO"; then :
8463   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'
8464
8465 fi
8466 rm -f core conftest.err conftest.$ac_objext \
8467     conftest$ac_exeext conftest.$ac_ext
8468         LDFLAGS="$save_LDFLAGS"
8469       else
8470         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'
8471         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'
8472       fi
8473       archive_cmds_need_lc='no'
8474       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8475       hardcode_libdir_separator=:
8476       inherit_rpath=yes
8477       link_all_deplibs=yes
8478       ;;
8479
8480     netbsd* | netbsdelf*-gnu)
8481       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
8482         archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'  # a.out
8483       else
8484         archive_cmds='$LD -shared -o $lib $libobjs $deplibs $linker_flags'      # ELF
8485       fi
8486       hardcode_libdir_flag_spec='-R$libdir'
8487       hardcode_direct=yes
8488       hardcode_shlibpath_var=no
8489       ;;
8490
8491     newsos6)
8492       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8493       hardcode_direct=yes
8494       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8495       hardcode_libdir_separator=:
8496       hardcode_shlibpath_var=no
8497       ;;
8498
8499     *nto* | *qnx*)
8500       ;;
8501
8502     openbsd*)
8503       if test -f /usr/libexec/ld.so; then
8504         hardcode_direct=yes
8505         hardcode_shlibpath_var=no
8506         hardcode_direct_absolute=yes
8507         if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
8508           archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8509           archive_expsym_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags ${wl}-retain-symbols-file,$export_symbols'
8510           hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8511           export_dynamic_flag_spec='${wl}-E'
8512         else
8513           case $host_os in
8514            openbsd[01].* | openbsd2.[0-7] | openbsd2.[0-7].*)
8515              archive_cmds='$LD -Bshareable -o $lib $libobjs $deplibs $linker_flags'
8516              hardcode_libdir_flag_spec='-R$libdir'
8517              ;;
8518            *)
8519              archive_cmds='$CC -shared $pic_flag -o $lib $libobjs $deplibs $compiler_flags'
8520              hardcode_libdir_flag_spec='${wl}-rpath,$libdir'
8521              ;;
8522           esac
8523         fi
8524       else
8525         ld_shlibs=no
8526       fi
8527       ;;
8528
8529     os2*)
8530       hardcode_libdir_flag_spec='-L$libdir'
8531       hardcode_minus_L=yes
8532       allow_undefined_flag=unsupported
8533       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'
8534       old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
8535       ;;
8536
8537     osf3*)
8538       if test "$GCC" = yes; then
8539         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8540         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'
8541       else
8542         allow_undefined_flag=' -expect_unresolved \*'
8543         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'
8544       fi
8545       archive_cmds_need_lc='no'
8546       hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8547       hardcode_libdir_separator=:
8548       ;;
8549
8550     osf4* | osf5*)      # as osf3* with the addition of -msym flag
8551       if test "$GCC" = yes; then
8552         allow_undefined_flag=' ${wl}-expect_unresolved ${wl}\*'
8553         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'
8554         hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
8555       else
8556         allow_undefined_flag=' -expect_unresolved \*'
8557         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'
8558         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~
8559         $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'
8560
8561         # Both c and cxx compiler support -rpath directly
8562         hardcode_libdir_flag_spec='-rpath $libdir'
8563       fi
8564       archive_cmds_need_lc='no'
8565       hardcode_libdir_separator=:
8566       ;;
8567
8568     solaris*)
8569       no_undefined_flag=' -z defs'
8570       if test "$GCC" = yes; then
8571         wlarc='${wl}'
8572         archive_cmds='$CC -shared ${wl}-z ${wl}text ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags'
8573         archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8574           $CC -shared ${wl}-z ${wl}text ${wl}-M ${wl}$lib.exp ${wl}-h ${wl}$soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8575       else
8576         case `$CC -V 2>&1` in
8577         *"Compilers 5.0"*)
8578           wlarc=''
8579           archive_cmds='$LD -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $linker_flags'
8580           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8581           $LD -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $linker_flags~$RM $lib.exp'
8582           ;;
8583         *)
8584           wlarc='${wl}'
8585           archive_cmds='$CC -G${allow_undefined_flag} -h $soname -o $lib $libobjs $deplibs $compiler_flags'
8586           archive_expsym_cmds='echo "{ global:" > $lib.exp~cat $export_symbols | $SED -e "s/\(.*\)/\1;/" >> $lib.exp~echo "local: *; };" >> $lib.exp~
8587           $CC -G${allow_undefined_flag} -M $lib.exp -h $soname -o $lib $libobjs $deplibs $compiler_flags~$RM $lib.exp'
8588           ;;
8589         esac
8590       fi
8591       hardcode_libdir_flag_spec='-R$libdir'
8592       hardcode_shlibpath_var=no
8593       case $host_os in
8594       solaris2.[0-5] | solaris2.[0-5].*) ;;
8595       *)
8596         # The compiler driver will combine and reorder linker options,
8597         # but understands `-z linker_flag'.  GCC discards it without `$wl',
8598         # but is careful enough not to reorder.
8599         # Supported since Solaris 2.6 (maybe 2.5.1?)
8600         if test "$GCC" = yes; then
8601           whole_archive_flag_spec='${wl}-z ${wl}allextract$convenience ${wl}-z ${wl}defaultextract'
8602         else
8603           whole_archive_flag_spec='-z allextract$convenience -z defaultextract'
8604         fi
8605         ;;
8606       esac
8607       link_all_deplibs=yes
8608       ;;
8609
8610     sunos4*)
8611       if test "x$host_vendor" = xsequent; then
8612         # Use $CC to link under sequent, because it throws in some extra .o
8613         # files that make .init and .fini sections work.
8614         archive_cmds='$CC -G ${wl}-h $soname -o $lib $libobjs $deplibs $compiler_flags'
8615       else
8616         archive_cmds='$LD -assert pure-text -Bstatic -o $lib $libobjs $deplibs $linker_flags'
8617       fi
8618       hardcode_libdir_flag_spec='-L$libdir'
8619       hardcode_direct=yes
8620       hardcode_minus_L=yes
8621       hardcode_shlibpath_var=no
8622       ;;
8623
8624     sysv4)
8625       case $host_vendor in
8626         sni)
8627           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8628           hardcode_direct=yes # is this really true???
8629         ;;
8630         siemens)
8631           ## LD is ld it makes a PLAMLIB
8632           ## CC just makes a GrossModule.
8633           archive_cmds='$LD -G -o $lib $libobjs $deplibs $linker_flags'
8634           reload_cmds='$CC -r -o $output$reload_objs'
8635           hardcode_direct=no
8636         ;;
8637         motorola)
8638           archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8639           hardcode_direct=no #Motorola manual says yes, but my tests say they lie
8640         ;;
8641       esac
8642       runpath_var='LD_RUN_PATH'
8643       hardcode_shlibpath_var=no
8644       ;;
8645
8646     sysv4.3*)
8647       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8648       hardcode_shlibpath_var=no
8649       export_dynamic_flag_spec='-Bexport'
8650       ;;
8651
8652     sysv4*MP*)
8653       if test -d /usr/nec; then
8654         archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8655         hardcode_shlibpath_var=no
8656         runpath_var=LD_RUN_PATH
8657         hardcode_runpath_var=yes
8658         ld_shlibs=yes
8659       fi
8660       ;;
8661
8662     sysv4*uw2* | sysv5OpenUNIX* | sysv5UnixWare7.[01].[10]* | unixware7* | sco3.2v5.0.[024]*)
8663       no_undefined_flag='${wl}-z,text'
8664       archive_cmds_need_lc=no
8665       hardcode_shlibpath_var=no
8666       runpath_var='LD_RUN_PATH'
8667
8668       if test "$GCC" = yes; then
8669         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8670         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8671       else
8672         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8673         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8674       fi
8675       ;;
8676
8677     sysv5* | sco3.2v5* | sco5v6*)
8678       # Note: We can NOT use -z defs as we might desire, because we do not
8679       # link with -lc, and that would cause any symbols used from libc to
8680       # always be unresolved, which means just about no library would
8681       # ever link correctly.  If we're not using GNU ld we use -z text
8682       # though, which does catch some bad symbols but isn't as heavy-handed
8683       # as -z defs.
8684       no_undefined_flag='${wl}-z,text'
8685       allow_undefined_flag='${wl}-z,nodefs'
8686       archive_cmds_need_lc=no
8687       hardcode_shlibpath_var=no
8688       hardcode_libdir_flag_spec='${wl}-R,$libdir'
8689       hardcode_libdir_separator=':'
8690       link_all_deplibs=yes
8691       export_dynamic_flag_spec='${wl}-Bexport'
8692       runpath_var='LD_RUN_PATH'
8693
8694       if test "$GCC" = yes; then
8695         archive_cmds='$CC -shared ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8696         archive_expsym_cmds='$CC -shared ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8697       else
8698         archive_cmds='$CC -G ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8699         archive_expsym_cmds='$CC -G ${wl}-Bexport:$export_symbols ${wl}-h,$soname -o $lib $libobjs $deplibs $compiler_flags'
8700       fi
8701       ;;
8702
8703     uts4*)
8704       archive_cmds='$LD -G -h $soname -o $lib $libobjs $deplibs $linker_flags'
8705       hardcode_libdir_flag_spec='-L$libdir'
8706       hardcode_shlibpath_var=no
8707       ;;
8708
8709     *)
8710       ld_shlibs=no
8711       ;;
8712     esac
8713
8714     if test x$host_vendor = xsni; then
8715       case $host in
8716       sysv4 | sysv4.2uw2* | sysv4.3* | sysv5*)
8717         export_dynamic_flag_spec='${wl}-Blargedynsym'
8718         ;;
8719       esac
8720     fi
8721   fi
8722
8723 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ld_shlibs" >&5
8724 $as_echo "$ld_shlibs" >&6; }
8725 test "$ld_shlibs" = no && can_build_shared=no
8726
8727 with_gnu_ld=$with_gnu_ld
8728
8729
8730
8731
8732
8733
8734
8735
8736
8737
8738
8739
8740
8741
8742
8743 #
8744 # Do we need to explicitly link libc?
8745 #
8746 case "x$archive_cmds_need_lc" in
8747 x|xyes)
8748   # Assume -lc should be added
8749   archive_cmds_need_lc=yes
8750
8751   if test "$enable_shared" = yes && test "$GCC" = yes; then
8752     case $archive_cmds in
8753     *'~'*)
8754       # FIXME: we may have to deal with multi-command sequences.
8755       ;;
8756     '$CC '*)
8757       # Test whether the compiler implicitly links with -lc since on some
8758       # systems, -lgcc has to come before -lc. If gcc already passes -lc
8759       # to ld, don't add -lc before -lgcc.
8760       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether -lc should be explicitly linked in" >&5
8761 $as_echo_n "checking whether -lc should be explicitly linked in... " >&6; }
8762       $RM conftest*
8763       echo "$lt_simple_compile_test_code" > conftest.$ac_ext
8764
8765       if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_compile\""; } >&5
8766   (eval $ac_compile) 2>&5
8767   ac_status=$?
8768   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8769   test $ac_status = 0; } 2>conftest.err; then
8770         soname=conftest
8771         lib=conftest
8772         libobjs=conftest.$ac_objext
8773         deplibs=
8774         wl=$lt_prog_compiler_wl
8775         pic_flag=$lt_prog_compiler_pic
8776         compiler_flags=-v
8777         linker_flags=-v
8778         verstring=
8779         output_objdir=.
8780         libname=conftest
8781         lt_save_allow_undefined_flag=$allow_undefined_flag
8782         allow_undefined_flag=
8783         if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1\""; } >&5
8784   (eval $archive_cmds 2\>\&1 \| $GREP \" -lc \" \>/dev/null 2\>\&1) 2>&5
8785   ac_status=$?
8786   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
8787   test $ac_status = 0; }
8788         then
8789           archive_cmds_need_lc=no
8790         else
8791           archive_cmds_need_lc=yes
8792         fi
8793         allow_undefined_flag=$lt_save_allow_undefined_flag
8794       else
8795         cat conftest.err 1>&5
8796       fi
8797       $RM conftest*
8798       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $archive_cmds_need_lc" >&5
8799 $as_echo "$archive_cmds_need_lc" >&6; }
8800       ;;
8801     esac
8802   fi
8803   ;;
8804 esac
8805
8806
8807
8808
8809
8810
8811
8812
8813
8814
8815
8816
8817
8818
8819
8820
8821
8822
8823
8824
8825
8826
8827
8828
8829
8830
8831
8832
8833
8834
8835
8836
8837
8838
8839
8840
8841
8842
8843
8844
8845
8846
8847
8848
8849
8850
8851
8852
8853
8854
8855
8856
8857
8858
8859
8860
8861
8862
8863
8864
8865
8866
8867
8868
8869
8870
8871
8872
8873
8874
8875
8876
8877
8878
8879
8880
8881
8882
8883
8884
8885
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   { $as_echo "$as_me:${as_lineno-$LINENO}: checking dynamic linker characteristics" >&5
8963 $as_echo_n "checking dynamic linker characteristics... " >&6; }
8964
8965 if test "$GCC" = yes; then
8966   case $host_os in
8967     darwin*) lt_awk_arg="/^libraries:/,/LR/" ;;
8968     *) lt_awk_arg="/^libraries:/" ;;
8969   esac
8970   lt_search_path_spec=`$CC -print-search-dirs | awk $lt_awk_arg | $SED -e "s/^libraries://" -e "s,=/,/,g"`
8971   if $ECHO "$lt_search_path_spec" | $GREP ';' >/dev/null ; then
8972     # if the path contains ";" then we assume it to be the separator
8973     # otherwise default to the standard path separator (i.e. ":") - it is
8974     # assumed that no part of a normal pathname contains ";" but that should
8975     # okay in the real world where ";" in dirpaths is itself problematic.
8976     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED -e 's/;/ /g'`
8977   else
8978     lt_search_path_spec=`$ECHO "$lt_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
8979   fi
8980   # Ok, now we have the path, separated by spaces, we can step through it
8981   # and add multilib dir if necessary.
8982   lt_tmp_lt_search_path_spec=
8983   lt_multi_os_dir=`$CC $CPPFLAGS $CFLAGS $LDFLAGS -print-multi-os-directory 2>/dev/null`
8984   for lt_sys_path in $lt_search_path_spec; do
8985     if test -d "$lt_sys_path/$lt_multi_os_dir"; then
8986       lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path/$lt_multi_os_dir"
8987     else
8988       test -d "$lt_sys_path" && \
8989         lt_tmp_lt_search_path_spec="$lt_tmp_lt_search_path_spec $lt_sys_path"
8990     fi
8991   done
8992   lt_search_path_spec=`$ECHO $lt_tmp_lt_search_path_spec | awk '
8993 BEGIN {RS=" "; FS="/|\n";} {
8994   lt_foo="";
8995   lt_count=0;
8996   for (lt_i = NF; lt_i > 0; lt_i--) {
8997     if ($lt_i != "" && $lt_i != ".") {
8998       if ($lt_i == "..") {
8999         lt_count++;
9000       } else {
9001         if (lt_count == 0) {
9002           lt_foo="/" $lt_i lt_foo;
9003         } else {
9004           lt_count--;
9005         }
9006       }
9007     }
9008   }
9009   if (lt_foo != "") { lt_freq[lt_foo]++; }
9010   if (lt_freq[lt_foo] == 1) { print lt_foo; }
9011 }'`
9012   sys_lib_search_path_spec=`$ECHO $lt_search_path_spec`
9013 else
9014   sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib"
9015 fi
9016 library_names_spec=
9017 libname_spec='lib$name'
9018 soname_spec=
9019 shrext_cmds=".so"
9020 postinstall_cmds=
9021 postuninstall_cmds=
9022 finish_cmds=
9023 finish_eval=
9024 shlibpath_var=
9025 shlibpath_overrides_runpath=unknown
9026 version_type=none
9027 dynamic_linker="$host_os ld.so"
9028 sys_lib_dlsearch_path_spec="/lib /usr/lib"
9029 need_lib_prefix=unknown
9030 hardcode_into_libs=no
9031
9032 # when you set need_version to no, make sure it does not cause -set_version
9033 # flags to be left without arguments
9034 need_version=unknown
9035
9036 case $host_os in
9037 aix3*)
9038   version_type=linux
9039   library_names_spec='${libname}${release}${shared_ext}$versuffix $libname.a'
9040   shlibpath_var=LIBPATH
9041
9042   # AIX 3 has no versioning support, so we append a major version to the name.
9043   soname_spec='${libname}${release}${shared_ext}$major'
9044   ;;
9045
9046 aix[4-9]*)
9047   version_type=linux
9048   need_lib_prefix=no
9049   need_version=no
9050   hardcode_into_libs=yes
9051   if test "$host_cpu" = ia64; then
9052     # AIX 5 supports IA64
9053     library_names_spec='${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext}$versuffix $libname${shared_ext}'
9054     shlibpath_var=LD_LIBRARY_PATH
9055   else
9056     # With GCC up to 2.95.x, collect2 would create an import file
9057     # for dependence libraries.  The import file would start with
9058     # the line `#! .'.  This would cause the generated library to
9059     # depend on `.', always an invalid library.  This was fixed in
9060     # development snapshots of GCC prior to 3.0.
9061     case $host_os in
9062       aix4 | aix4.[01] | aix4.[01].*)
9063       if { echo '#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 97)'
9064            echo ' yes '
9065            echo '#endif'; } | ${CC} -E - | $GREP yes > /dev/null; then
9066         :
9067       else
9068         can_build_shared=no
9069       fi
9070       ;;
9071     esac
9072     # AIX (on Power*) has no versioning support, so currently we can not hardcode correct
9073     # soname into executable. Probably we can add versioning support to
9074     # collect2, so additional links can be useful in future.
9075     if test "$aix_use_runtimelinking" = yes; then
9076       # If using run time linking (on AIX 4.2 or later) use lib<name>.so
9077       # instead of lib<name>.a to let people know that these are not
9078       # typical AIX shared libraries.
9079       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9080     else
9081       # We preserve .a as extension for shared libraries through AIX4.2
9082       # and later when we are not doing run time linking.
9083       library_names_spec='${libname}${release}.a $libname.a'
9084       soname_spec='${libname}${release}${shared_ext}$major'
9085     fi
9086     shlibpath_var=LIBPATH
9087   fi
9088   ;;
9089
9090 amigaos*)
9091   case $host_cpu in
9092   powerpc)
9093     # Since July 2007 AmigaOS4 officially supports .so libraries.
9094     # When compiling the executable, add -use-dynld -Lsobjs: to the compileline.
9095     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9096     ;;
9097   m68k)
9098     library_names_spec='$libname.ixlibrary $libname.a'
9099     # Create ${libname}_ixlibrary.a entries in /sys/libs.
9100     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'
9101     ;;
9102   esac
9103   ;;
9104
9105 beos*)
9106   library_names_spec='${libname}${shared_ext}'
9107   dynamic_linker="$host_os ld.so"
9108   shlibpath_var=LIBRARY_PATH
9109   ;;
9110
9111 bsdi[45]*)
9112   version_type=linux
9113   need_version=no
9114   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9115   soname_spec='${libname}${release}${shared_ext}$major'
9116   finish_cmds='PATH="\$PATH:/sbin" ldconfig $libdir'
9117   shlibpath_var=LD_LIBRARY_PATH
9118   sys_lib_search_path_spec="/shlib /usr/lib /usr/X11/lib /usr/contrib/lib /lib /usr/local/lib"
9119   sys_lib_dlsearch_path_spec="/shlib /usr/lib /usr/local/lib"
9120   # the default ld.so.conf also contains /usr/contrib/lib and
9121   # /usr/X11R6/lib (/usr/X11 is a link to /usr/X11R6), but let us allow
9122   # libtool to hard-code these into programs
9123   ;;
9124
9125 cygwin* | mingw* | pw32* | cegcc*)
9126   version_type=windows
9127   shrext_cmds=".dll"
9128   need_version=no
9129   need_lib_prefix=no
9130
9131   case $GCC,$host_os in
9132   yes,cygwin* | yes,mingw* | yes,pw32* | yes,cegcc*)
9133     library_names_spec='$libname.dll.a'
9134     # DLL is installed to $(libdir)/../bin by postinstall_cmds
9135     postinstall_cmds='base_file=`basename \${file}`~
9136       dlpath=`$SHELL 2>&1 -c '\''. $dir/'\''\${base_file}'\''i; echo \$dlname'\''`~
9137       dldir=$destdir/`dirname \$dlpath`~
9138       test -d \$dldir || mkdir -p \$dldir~
9139       $install_prog $dir/$dlname \$dldir/$dlname~
9140       chmod a+x \$dldir/$dlname~
9141       if test -n '\''$stripme'\'' && test -n '\''$striplib'\''; then
9142         eval '\''$striplib \$dldir/$dlname'\'' || exit \$?;
9143       fi'
9144     postuninstall_cmds='dldll=`$SHELL 2>&1 -c '\''. $file; echo \$dlname'\''`~
9145       dlpath=$dir/\$dldll~
9146        $RM \$dlpath'
9147     shlibpath_overrides_runpath=yes
9148
9149     case $host_os in
9150     cygwin*)
9151       # Cygwin DLLs use 'cyg' prefix rather than 'lib'
9152       soname_spec='`echo ${libname} | sed -e 's/^lib/cyg/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9153       sys_lib_search_path_spec="/usr/lib /lib/w32api /lib /usr/local/lib"
9154       ;;
9155     mingw* | cegcc*)
9156       # MinGW DLLs use traditional 'lib' prefix
9157       soname_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9158       sys_lib_search_path_spec=`$CC -print-search-dirs | $GREP "^libraries:" | $SED -e "s/^libraries://" -e "s,=/,/,g"`
9159       if $ECHO "$sys_lib_search_path_spec" | $GREP ';[c-zC-Z]:/' >/dev/null; then
9160         # It is most probably a Windows format PATH printed by
9161         # mingw gcc, but we are running on Cygwin. Gcc prints its search
9162         # path with ; separators, and with drive letters. We can handle the
9163         # drive letters (cygwin fileutils understands them), so leave them,
9164         # especially as we might pass files found there to a mingw objdump,
9165         # which wouldn't understand a cygwinified path. Ahh.
9166         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED -e 's/;/ /g'`
9167       else
9168         sys_lib_search_path_spec=`$ECHO "$sys_lib_search_path_spec" | $SED  -e "s/$PATH_SEPARATOR/ /g"`
9169       fi
9170       ;;
9171     pw32*)
9172       # pw32 DLLs use 'pw' prefix rather than 'lib'
9173       library_names_spec='`echo ${libname} | sed -e 's/^lib/pw/'``echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext}'
9174       ;;
9175     esac
9176     ;;
9177
9178   *)
9179     library_names_spec='${libname}`echo ${release} | $SED -e 's/[.]/-/g'`${versuffix}${shared_ext} $libname.lib'
9180     ;;
9181   esac
9182   dynamic_linker='Win32 ld.exe'
9183   # FIXME: first we should search . and the directory the executable is in
9184   shlibpath_var=PATH
9185   ;;
9186
9187 darwin* | rhapsody*)
9188   dynamic_linker="$host_os dyld"
9189   version_type=darwin
9190   need_lib_prefix=no
9191   need_version=no
9192   library_names_spec='${libname}${release}${major}$shared_ext ${libname}$shared_ext'
9193   soname_spec='${libname}${release}${major}$shared_ext'
9194   shlibpath_overrides_runpath=yes
9195   shlibpath_var=DYLD_LIBRARY_PATH
9196   shrext_cmds='`test .$module = .yes && echo .so || echo .dylib`'
9197
9198   sys_lib_search_path_spec="$sys_lib_search_path_spec /usr/local/lib"
9199   sys_lib_dlsearch_path_spec='/usr/local/lib /lib /usr/lib'
9200   ;;
9201
9202 dgux*)
9203   version_type=linux
9204   need_lib_prefix=no
9205   need_version=no
9206   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname$shared_ext'
9207   soname_spec='${libname}${release}${shared_ext}$major'
9208   shlibpath_var=LD_LIBRARY_PATH
9209   ;;
9210
9211 freebsd1*)
9212   dynamic_linker=no
9213   ;;
9214
9215 freebsd* | dragonfly*)
9216   # DragonFly does not have aout.  When/if they implement a new
9217   # versioning mechanism, adjust this.
9218   if test -x /usr/bin/objformat; then
9219     objformat=`/usr/bin/objformat`
9220   else
9221     case $host_os in
9222     freebsd[123]*) objformat=aout ;;
9223     *) objformat=elf ;;
9224     esac
9225   fi
9226   version_type=freebsd-$objformat
9227   case $version_type in
9228     freebsd-elf*)
9229       library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9230       need_version=no
9231       need_lib_prefix=no
9232       ;;
9233     freebsd-*)
9234       library_names_spec='${libname}${release}${shared_ext}$versuffix $libname${shared_ext}$versuffix'
9235       need_version=yes
9236       ;;
9237   esac
9238   shlibpath_var=LD_LIBRARY_PATH
9239   case $host_os in
9240   freebsd2*)
9241     shlibpath_overrides_runpath=yes
9242     ;;
9243   freebsd3.[01]* | freebsdelf3.[01]*)
9244     shlibpath_overrides_runpath=yes
9245     hardcode_into_libs=yes
9246     ;;
9247   freebsd3.[2-9]* | freebsdelf3.[2-9]* | \
9248   freebsd4.[0-5] | freebsdelf4.[0-5] | freebsd4.1.1 | freebsdelf4.1.1)
9249     shlibpath_overrides_runpath=no
9250     hardcode_into_libs=yes
9251     ;;
9252   *) # from 4.6 on, and DragonFly
9253     shlibpath_overrides_runpath=yes
9254     hardcode_into_libs=yes
9255     ;;
9256   esac
9257   ;;
9258
9259 gnu*)
9260   version_type=linux
9261   need_lib_prefix=no
9262   need_version=no
9263   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
9264   soname_spec='${libname}${release}${shared_ext}$major'
9265   shlibpath_var=LD_LIBRARY_PATH
9266   hardcode_into_libs=yes
9267   ;;
9268
9269 hpux9* | hpux10* | hpux11*)
9270   # Give a soname corresponding to the major version so that dld.sl refuses to
9271   # link against other versions.
9272   version_type=sunos
9273   need_lib_prefix=no
9274   need_version=no
9275   case $host_cpu in
9276   ia64*)
9277     shrext_cmds='.so'
9278     hardcode_into_libs=yes
9279     dynamic_linker="$host_os dld.so"
9280     shlibpath_var=LD_LIBRARY_PATH
9281     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9282     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9283     soname_spec='${libname}${release}${shared_ext}$major'
9284     if test "X$HPUX_IA64_MODE" = X32; then
9285       sys_lib_search_path_spec="/usr/lib/hpux32 /usr/local/lib/hpux32 /usr/local/lib"
9286     else
9287       sys_lib_search_path_spec="/usr/lib/hpux64 /usr/local/lib/hpux64"
9288     fi
9289     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9290     ;;
9291   hppa*64*)
9292     shrext_cmds='.sl'
9293     hardcode_into_libs=yes
9294     dynamic_linker="$host_os dld.sl"
9295     shlibpath_var=LD_LIBRARY_PATH # How should we handle SHLIB_PATH
9296     shlibpath_overrides_runpath=yes # Unless +noenvvar is specified.
9297     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9298     soname_spec='${libname}${release}${shared_ext}$major'
9299     sys_lib_search_path_spec="/usr/lib/pa20_64 /usr/ccs/lib/pa20_64"
9300     sys_lib_dlsearch_path_spec=$sys_lib_search_path_spec
9301     ;;
9302   *)
9303     shrext_cmds='.sl'
9304     dynamic_linker="$host_os dld.sl"
9305     shlibpath_var=SHLIB_PATH
9306     shlibpath_overrides_runpath=no # +s is required to enable SHLIB_PATH
9307     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9308     soname_spec='${libname}${release}${shared_ext}$major'
9309     ;;
9310   esac
9311   # HP-UX runs *really* slowly unless shared libraries are mode 555.
9312   postinstall_cmds='chmod 555 $lib'
9313   ;;
9314
9315 interix[3-9]*)
9316   version_type=linux
9317   need_lib_prefix=no
9318   need_version=no
9319   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9320   soname_spec='${libname}${release}${shared_ext}$major'
9321   dynamic_linker='Interix 3.x ld.so.1 (PE, like ELF)'
9322   shlibpath_var=LD_LIBRARY_PATH
9323   shlibpath_overrides_runpath=no
9324   hardcode_into_libs=yes
9325   ;;
9326
9327 irix5* | irix6* | nonstopux*)
9328   case $host_os in
9329     nonstopux*) version_type=nonstopux ;;
9330     *)
9331         if test "$lt_cv_prog_gnu_ld" = yes; then
9332                 version_type=linux
9333         else
9334                 version_type=irix
9335         fi ;;
9336   esac
9337   need_lib_prefix=no
9338   need_version=no
9339   soname_spec='${libname}${release}${shared_ext}$major'
9340   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${release}${shared_ext} $libname${shared_ext}'
9341   case $host_os in
9342   irix5* | nonstopux*)
9343     libsuff= shlibsuff=
9344     ;;
9345   *)
9346     case $LD in # libtool.m4 will add one of these switches to LD
9347     *-32|*"-32 "|*-melf32bsmip|*"-melf32bsmip ")
9348       libsuff= shlibsuff= libmagic=32-bit;;
9349     *-n32|*"-n32 "|*-melf32bmipn32|*"-melf32bmipn32 ")
9350       libsuff=32 shlibsuff=N32 libmagic=N32;;
9351     *-64|*"-64 "|*-melf64bmip|*"-melf64bmip ")
9352       libsuff=64 shlibsuff=64 libmagic=64-bit;;
9353     *) libsuff= shlibsuff= libmagic=never-match;;
9354     esac
9355     ;;
9356   esac
9357   shlibpath_var=LD_LIBRARY${shlibsuff}_PATH
9358   shlibpath_overrides_runpath=no
9359   sys_lib_search_path_spec="/usr/lib${libsuff} /lib${libsuff} /usr/local/lib${libsuff}"
9360   sys_lib_dlsearch_path_spec="/usr/lib${libsuff} /lib${libsuff}"
9361   hardcode_into_libs=yes
9362   ;;
9363
9364 # No shared lib support for Linux oldld, aout, or coff.
9365 linux*oldld* | linux*aout* | linux*coff*)
9366   dynamic_linker=no
9367   ;;
9368
9369 # This must be Linux ELF.
9370 linux* | k*bsd*-gnu | kopensolaris*-gnu)
9371   version_type=linux
9372   need_lib_prefix=no
9373   need_version=no
9374   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9375   soname_spec='${libname}${release}${shared_ext}$major'
9376   finish_cmds='PATH="\$PATH:/sbin" ldconfig -n $libdir'
9377   shlibpath_var=LD_LIBRARY_PATH
9378   shlibpath_overrides_runpath=no
9379   # Some binutils ld are patched to set DT_RUNPATH
9380   save_LDFLAGS=$LDFLAGS
9381   save_libdir=$libdir
9382   eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \
9383        LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""
9384   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9385 /* end confdefs.h.  */
9386
9387 int
9388 main ()
9389 {
9390
9391   ;
9392   return 0;
9393 }
9394 _ACEOF
9395 if ac_fn_c_try_link "$LINENO"; then :
9396   if  ($OBJDUMP -p conftest$ac_exeext) 2>/dev/null | grep "RUNPATH.*$libdir" >/dev/null; then :
9397   shlibpath_overrides_runpath=yes
9398 fi
9399 fi
9400 rm -f core conftest.err conftest.$ac_objext \
9401     conftest$ac_exeext conftest.$ac_ext
9402   LDFLAGS=$save_LDFLAGS
9403   libdir=$save_libdir
9404
9405   # This implies no fast_install, which is unacceptable.
9406   # Some rework will be needed to allow for fast_install
9407   # before this can be enabled.
9408   hardcode_into_libs=yes
9409
9410   # Append ld.so.conf contents to the search path
9411   if test -f /etc/ld.so.conf; then
9412     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' ' '`
9413     sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
9414   fi
9415
9416   # We used to test for /lib/ld.so.1 and disable shared libraries on
9417   # powerpc, because MkLinux only supported shared libraries with the
9418   # GNU dynamic linker.  Since this was broken with cross compilers,
9419   # most powerpc-linux boxes support dynamic linking these days and
9420   # people can always --disable-shared, the test was removed, and we
9421   # assume the GNU/Linux dynamic linker is in use.
9422   dynamic_linker='GNU/Linux ld.so'
9423   ;;
9424
9425 netbsdelf*-gnu)
9426   version_type=linux
9427   need_lib_prefix=no
9428   need_version=no
9429   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9430   soname_spec='${libname}${release}${shared_ext}$major'
9431   shlibpath_var=LD_LIBRARY_PATH
9432   shlibpath_overrides_runpath=no
9433   hardcode_into_libs=yes
9434   dynamic_linker='NetBSD ld.elf_so'
9435   ;;
9436
9437 netbsd*)
9438   version_type=sunos
9439   need_lib_prefix=no
9440   need_version=no
9441   if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
9442     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9443     finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9444     dynamic_linker='NetBSD (a.out) ld.so'
9445   else
9446     library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
9447     soname_spec='${libname}${release}${shared_ext}$major'
9448     dynamic_linker='NetBSD ld.elf_so'
9449   fi
9450   shlibpath_var=LD_LIBRARY_PATH
9451   shlibpath_overrides_runpath=yes
9452   hardcode_into_libs=yes
9453   ;;
9454
9455 newsos6)
9456   version_type=linux
9457   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9458   shlibpath_var=LD_LIBRARY_PATH
9459   shlibpath_overrides_runpath=yes
9460   ;;
9461
9462 *nto* | *qnx*)
9463   version_type=qnx
9464   need_lib_prefix=no
9465   need_version=no
9466   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9467   soname_spec='${libname}${release}${shared_ext}$major'
9468   shlibpath_var=LD_LIBRARY_PATH
9469   shlibpath_overrides_runpath=no
9470   hardcode_into_libs=yes
9471   dynamic_linker='ldqnx.so'
9472   ;;
9473
9474 openbsd*)
9475   version_type=sunos
9476   sys_lib_dlsearch_path_spec="/usr/lib"
9477   need_lib_prefix=no
9478   # Some older versions of OpenBSD (3.3 at least) *do* need versioned libs.
9479   case $host_os in
9480     openbsd3.3 | openbsd3.3.*)  need_version=yes ;;
9481     *)                          need_version=no  ;;
9482   esac
9483   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9484   finish_cmds='PATH="\$PATH:/sbin" ldconfig -m $libdir'
9485   shlibpath_var=LD_LIBRARY_PATH
9486   if test -z "`echo __ELF__ | $CC -E - | $GREP __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then
9487     case $host_os in
9488       openbsd2.[89] | openbsd2.[89].*)
9489         shlibpath_overrides_runpath=no
9490         ;;
9491       *)
9492         shlibpath_overrides_runpath=yes
9493         ;;
9494       esac
9495   else
9496     shlibpath_overrides_runpath=yes
9497   fi
9498   ;;
9499
9500 os2*)
9501   libname_spec='$name'
9502   shrext_cmds=".dll"
9503   need_lib_prefix=no
9504   library_names_spec='$libname${shared_ext} $libname.a'
9505   dynamic_linker='OS/2 ld.exe'
9506   shlibpath_var=LIBPATH
9507   ;;
9508
9509 osf3* | osf4* | osf5*)
9510   version_type=osf
9511   need_lib_prefix=no
9512   need_version=no
9513   soname_spec='${libname}${release}${shared_ext}$major'
9514   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9515   shlibpath_var=LD_LIBRARY_PATH
9516   sys_lib_search_path_spec="/usr/shlib /usr/ccs/lib /usr/lib/cmplrs/cc /usr/lib /usr/local/lib /var/shlib"
9517   sys_lib_dlsearch_path_spec="$sys_lib_search_path_spec"
9518   ;;
9519
9520 rdos*)
9521   dynamic_linker=no
9522   ;;
9523
9524 solaris*)
9525   version_type=linux
9526   need_lib_prefix=no
9527   need_version=no
9528   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9529   soname_spec='${libname}${release}${shared_ext}$major'
9530   shlibpath_var=LD_LIBRARY_PATH
9531   shlibpath_overrides_runpath=yes
9532   hardcode_into_libs=yes
9533   # ldd complains unless libraries are executable
9534   postinstall_cmds='chmod +x $lib'
9535   ;;
9536
9537 sunos4*)
9538   version_type=sunos
9539   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${shared_ext}$versuffix'
9540   finish_cmds='PATH="\$PATH:/usr/etc" ldconfig $libdir'
9541   shlibpath_var=LD_LIBRARY_PATH
9542   shlibpath_overrides_runpath=yes
9543   if test "$with_gnu_ld" = yes; then
9544     need_lib_prefix=no
9545   fi
9546   need_version=yes
9547   ;;
9548
9549 sysv4 | sysv4.3*)
9550   version_type=linux
9551   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9552   soname_spec='${libname}${release}${shared_ext}$major'
9553   shlibpath_var=LD_LIBRARY_PATH
9554   case $host_vendor in
9555     sni)
9556       shlibpath_overrides_runpath=no
9557       need_lib_prefix=no
9558       runpath_var=LD_RUN_PATH
9559       ;;
9560     siemens)
9561       need_lib_prefix=no
9562       ;;
9563     motorola)
9564       need_lib_prefix=no
9565       need_version=no
9566       shlibpath_overrides_runpath=no
9567       sys_lib_search_path_spec='/lib /usr/lib /usr/ccs/lib'
9568       ;;
9569   esac
9570   ;;
9571
9572 sysv4*MP*)
9573   if test -d /usr/nec ;then
9574     version_type=linux
9575     library_names_spec='$libname${shared_ext}.$versuffix $libname${shared_ext}.$major $libname${shared_ext}'
9576     soname_spec='$libname${shared_ext}.$major'
9577     shlibpath_var=LD_LIBRARY_PATH
9578   fi
9579   ;;
9580
9581 sysv5* | sco3.2v5* | sco5v6* | unixware* | OpenUNIX* | sysv4*uw2*)
9582   version_type=freebsd-elf
9583   need_lib_prefix=no
9584   need_version=no
9585   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
9586   soname_spec='${libname}${release}${shared_ext}$major'
9587   shlibpath_var=LD_LIBRARY_PATH
9588   shlibpath_overrides_runpath=yes
9589   hardcode_into_libs=yes
9590   if test "$with_gnu_ld" = yes; then
9591     sys_lib_search_path_spec='/usr/local/lib /usr/gnu/lib /usr/ccs/lib /usr/lib /lib'
9592   else
9593     sys_lib_search_path_spec='/usr/ccs/lib /usr/lib'
9594     case $host_os in
9595       sco3.2v5*)
9596         sys_lib_search_path_spec="$sys_lib_search_path_spec /lib"
9597         ;;
9598     esac
9599   fi
9600   sys_lib_dlsearch_path_spec='/usr/lib'
9601   ;;
9602
9603 tpf*)
9604   # TPF is a cross-target only.  Preferred cross-host = GNU/Linux.
9605   version_type=linux
9606   need_lib_prefix=no
9607   need_version=no
9608   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9609   shlibpath_var=LD_LIBRARY_PATH
9610   shlibpath_overrides_runpath=no
9611   hardcode_into_libs=yes
9612   ;;
9613
9614 uts4*)
9615   version_type=linux
9616   library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext}$major $libname${shared_ext}'
9617   soname_spec='${libname}${release}${shared_ext}$major'
9618   shlibpath_var=LD_LIBRARY_PATH
9619   ;;
9620
9621 *)
9622   dynamic_linker=no
9623   ;;
9624 esac
9625 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $dynamic_linker" >&5
9626 $as_echo "$dynamic_linker" >&6; }
9627 test "$dynamic_linker" = no && can_build_shared=no
9628
9629 variables_saved_for_relink="PATH $shlibpath_var $runpath_var"
9630 if test "$GCC" = yes; then
9631   variables_saved_for_relink="$variables_saved_for_relink GCC_EXEC_PREFIX COMPILER_PATH LIBRARY_PATH"
9632 fi
9633
9634 if test "${lt_cv_sys_lib_search_path_spec+set}" = set; then
9635   sys_lib_search_path_spec="$lt_cv_sys_lib_search_path_spec"
9636 fi
9637 if test "${lt_cv_sys_lib_dlsearch_path_spec+set}" = set; then
9638   sys_lib_dlsearch_path_spec="$lt_cv_sys_lib_dlsearch_path_spec"
9639 fi
9640
9641
9642
9643
9644
9645
9646
9647
9648
9649
9650
9651
9652
9653
9654
9655
9656
9657
9658
9659
9660
9661
9662
9663
9664
9665
9666
9667
9668
9669
9670
9671
9672
9673
9674
9675
9676
9677
9678
9679
9680
9681
9682
9683
9684
9685
9686
9687
9688
9689
9690
9691
9692
9693
9694
9695
9696
9697
9698
9699
9700
9701
9702
9703
9704
9705
9706
9707
9708
9709
9710
9711
9712
9713
9714
9715
9716
9717
9718
9719
9720
9721
9722
9723
9724
9725
9726
9727   { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to hardcode library paths into programs" >&5
9728 $as_echo_n "checking how to hardcode library paths into programs... " >&6; }
9729 hardcode_action=
9730 if test -n "$hardcode_libdir_flag_spec" ||
9731    test -n "$runpath_var" ||
9732    test "X$hardcode_automatic" = "Xyes" ; then
9733
9734   # We can hardcode non-existent directories.
9735   if test "$hardcode_direct" != no &&
9736      # If the only mechanism to avoid hardcoding is shlibpath_var, we
9737      # have to relink, otherwise we might link with an installed library
9738      # when we should be linking with a yet-to-be-installed one
9739      ## test "$_LT_TAGVAR(hardcode_shlibpath_var, )" != no &&
9740      test "$hardcode_minus_L" != no; then
9741     # Linking always hardcodes the temporary library directory.
9742     hardcode_action=relink
9743   else
9744     # We can link without hardcoding, and we can hardcode nonexisting dirs.
9745     hardcode_action=immediate
9746   fi
9747 else
9748   # We cannot hardcode anything, or else we can only hardcode existing
9749   # directories.
9750   hardcode_action=unsupported
9751 fi
9752 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $hardcode_action" >&5
9753 $as_echo "$hardcode_action" >&6; }
9754
9755 if test "$hardcode_action" = relink ||
9756    test "$inherit_rpath" = yes; then
9757   # Fast installation is not supported
9758   enable_fast_install=no
9759 elif test "$shlibpath_overrides_runpath" = yes ||
9760      test "$enable_shared" = no; then
9761   # Fast installation is not necessary
9762   enable_fast_install=needless
9763 fi
9764
9765
9766
9767
9768
9769
9770   if test "x$enable_dlopen" != xyes; then
9771   enable_dlopen=unknown
9772   enable_dlopen_self=unknown
9773   enable_dlopen_self_static=unknown
9774 else
9775   lt_cv_dlopen=no
9776   lt_cv_dlopen_libs=
9777
9778   case $host_os in
9779   beos*)
9780     lt_cv_dlopen="load_add_on"
9781     lt_cv_dlopen_libs=
9782     lt_cv_dlopen_self=yes
9783     ;;
9784
9785   mingw* | pw32* | cegcc*)
9786     lt_cv_dlopen="LoadLibrary"
9787     lt_cv_dlopen_libs=
9788     ;;
9789
9790   cygwin*)
9791     lt_cv_dlopen="dlopen"
9792     lt_cv_dlopen_libs=
9793     ;;
9794
9795   darwin*)
9796   # if libdl is installed we need to link against it
9797     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9798 $as_echo_n "checking for dlopen in -ldl... " >&6; }
9799 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
9800   $as_echo_n "(cached) " >&6
9801 else
9802   ac_check_lib_save_LIBS=$LIBS
9803 LIBS="-ldl  $LIBS"
9804 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9805 /* end confdefs.h.  */
9806
9807 /* Override any GCC internal prototype to avoid an error.
9808    Use char because int might match the return type of a GCC
9809    builtin and then its argument prototype would still apply.  */
9810 #ifdef __cplusplus
9811 extern "C"
9812 #endif
9813 char dlopen ();
9814 int
9815 main ()
9816 {
9817 return dlopen ();
9818   ;
9819   return 0;
9820 }
9821 _ACEOF
9822 if ac_fn_c_try_link "$LINENO"; then :
9823   ac_cv_lib_dl_dlopen=yes
9824 else
9825   ac_cv_lib_dl_dlopen=no
9826 fi
9827 rm -f core conftest.err conftest.$ac_objext \
9828     conftest$ac_exeext conftest.$ac_ext
9829 LIBS=$ac_check_lib_save_LIBS
9830 fi
9831 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
9832 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
9833 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
9834   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9835 else
9836
9837     lt_cv_dlopen="dyld"
9838     lt_cv_dlopen_libs=
9839     lt_cv_dlopen_self=yes
9840
9841 fi
9842
9843     ;;
9844
9845   *)
9846     ac_fn_c_check_func "$LINENO" "shl_load" "ac_cv_func_shl_load"
9847 if test "x$ac_cv_func_shl_load" = x""yes; then :
9848   lt_cv_dlopen="shl_load"
9849 else
9850   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for shl_load in -ldld" >&5
9851 $as_echo_n "checking for shl_load in -ldld... " >&6; }
9852 if test "${ac_cv_lib_dld_shl_load+set}" = set; then :
9853   $as_echo_n "(cached) " >&6
9854 else
9855   ac_check_lib_save_LIBS=$LIBS
9856 LIBS="-ldld  $LIBS"
9857 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9858 /* end confdefs.h.  */
9859
9860 /* Override any GCC internal prototype to avoid an error.
9861    Use char because int might match the return type of a GCC
9862    builtin and then its argument prototype would still apply.  */
9863 #ifdef __cplusplus
9864 extern "C"
9865 #endif
9866 char shl_load ();
9867 int
9868 main ()
9869 {
9870 return shl_load ();
9871   ;
9872   return 0;
9873 }
9874 _ACEOF
9875 if ac_fn_c_try_link "$LINENO"; then :
9876   ac_cv_lib_dld_shl_load=yes
9877 else
9878   ac_cv_lib_dld_shl_load=no
9879 fi
9880 rm -f core conftest.err conftest.$ac_objext \
9881     conftest$ac_exeext conftest.$ac_ext
9882 LIBS=$ac_check_lib_save_LIBS
9883 fi
9884 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dld_shl_load" >&5
9885 $as_echo "$ac_cv_lib_dld_shl_load" >&6; }
9886 if test "x$ac_cv_lib_dld_shl_load" = x""yes; then :
9887   lt_cv_dlopen="shl_load" lt_cv_dlopen_libs="-ldld"
9888 else
9889   ac_fn_c_check_func "$LINENO" "dlopen" "ac_cv_func_dlopen"
9890 if test "x$ac_cv_func_dlopen" = x""yes; then :
9891   lt_cv_dlopen="dlopen"
9892 else
9893   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -ldl" >&5
9894 $as_echo_n "checking for dlopen in -ldl... " >&6; }
9895 if test "${ac_cv_lib_dl_dlopen+set}" = set; then :
9896   $as_echo_n "(cached) " >&6
9897 else
9898   ac_check_lib_save_LIBS=$LIBS
9899 LIBS="-ldl  $LIBS"
9900 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9901 /* end confdefs.h.  */
9902
9903 /* Override any GCC internal prototype to avoid an error.
9904    Use char because int might match the return type of a GCC
9905    builtin and then its argument prototype would still apply.  */
9906 #ifdef __cplusplus
9907 extern "C"
9908 #endif
9909 char dlopen ();
9910 int
9911 main ()
9912 {
9913 return dlopen ();
9914   ;
9915   return 0;
9916 }
9917 _ACEOF
9918 if ac_fn_c_try_link "$LINENO"; then :
9919   ac_cv_lib_dl_dlopen=yes
9920 else
9921   ac_cv_lib_dl_dlopen=no
9922 fi
9923 rm -f core conftest.err conftest.$ac_objext \
9924     conftest$ac_exeext conftest.$ac_ext
9925 LIBS=$ac_check_lib_save_LIBS
9926 fi
9927 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_dl_dlopen" >&5
9928 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
9929 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then :
9930   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-ldl"
9931 else
9932   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dlopen in -lsvld" >&5
9933 $as_echo_n "checking for dlopen in -lsvld... " >&6; }
9934 if test "${ac_cv_lib_svld_dlopen+set}" = set; then :
9935   $as_echo_n "(cached) " >&6
9936 else
9937   ac_check_lib_save_LIBS=$LIBS
9938 LIBS="-lsvld  $LIBS"
9939 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
9940 /* end confdefs.h.  */
9941
9942 /* Override any GCC internal prototype to avoid an error.
9943    Use char because int might match the return type of a GCC
9944    builtin and then its argument prototype would still apply.  */
9945 #ifdef __cplusplus
9946 extern "C"
9947 #endif
9948 char dlopen ();
9949 int
9950 main ()
9951 {
9952 return dlopen ();
9953   ;
9954   return 0;
9955 }
9956 _ACEOF
9957 if ac_fn_c_try_link "$LINENO"; then :
9958   ac_cv_lib_svld_dlopen=yes
9959 else
9960   ac_cv_lib_svld_dlopen=no
9961 fi
9962 rm -f core conftest.err conftest.$ac_objext \
9963     conftest$ac_exeext conftest.$ac_ext
9964 LIBS=$ac_check_lib_save_LIBS
9965 fi
9966 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_lib_svld_dlopen" >&5
9967 $as_echo "$ac_cv_lib_svld_dlopen" >&6; }
9968 if test "x$ac_cv_lib_svld_dlopen" = x""yes; then :
9969   lt_cv_dlopen="dlopen" lt_cv_dlopen_libs="-lsvld"
9970 else
9971   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for dld_link in -ldld" >&5
9972 $as_echo_n "checking for dld_link in -ldld... " >&6; }
9973 if test "${ac_cv_lib_dld_dld_link+set}" = set; then :
9974   $as_echo_n "(cached) " >&6
9975 else
9976   ac_check_lib_save_LIBS=$LIBS
9977 LIBS="-ldld  $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 dld_link ();
9988 int
9989 main ()
9990 {
9991 return dld_link ();
9992   ;
9993   return 0;
9994 }
9995 _ACEOF
9996 if ac_fn_c_try_link "$LINENO"; then :
9997   ac_cv_lib_dld_dld_link=yes
9998 else
9999   ac_cv_lib_dld_dld_link=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_dld_dld_link" >&5
10006 $as_echo "$ac_cv_lib_dld_dld_link" >&6; }
10007 if test "x$ac_cv_lib_dld_dld_link" = x""yes; then :
10008   lt_cv_dlopen="dld_link" lt_cv_dlopen_libs="-ldld"
10009 fi
10010
10011
10012 fi
10013
10014
10015 fi
10016
10017
10018 fi
10019
10020
10021 fi
10022
10023
10024 fi
10025
10026     ;;
10027   esac
10028
10029   if test "x$lt_cv_dlopen" != xno; then
10030     enable_dlopen=yes
10031   else
10032     enable_dlopen=no
10033   fi
10034
10035   case $lt_cv_dlopen in
10036   dlopen)
10037     save_CPPFLAGS="$CPPFLAGS"
10038     test "x$ac_cv_header_dlfcn_h" = xyes && CPPFLAGS="$CPPFLAGS -DHAVE_DLFCN_H"
10039
10040     save_LDFLAGS="$LDFLAGS"
10041     wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $export_dynamic_flag_spec\"
10042
10043     save_LIBS="$LIBS"
10044     LIBS="$lt_cv_dlopen_libs $LIBS"
10045
10046     { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a program can dlopen itself" >&5
10047 $as_echo_n "checking whether a program can dlopen itself... " >&6; }
10048 if test "${lt_cv_dlopen_self+set}" = set; then :
10049   $as_echo_n "(cached) " >&6
10050 else
10051           if test "$cross_compiling" = yes; then :
10052   lt_cv_dlopen_self=cross
10053 else
10054   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10055   lt_status=$lt_dlunknown
10056   cat > conftest.$ac_ext <<_LT_EOF
10057 #line 10057 "configure"
10058 #include "confdefs.h"
10059
10060 #if HAVE_DLFCN_H
10061 #include <dlfcn.h>
10062 #endif
10063
10064 #include <stdio.h>
10065
10066 #ifdef RTLD_GLOBAL
10067 #  define LT_DLGLOBAL           RTLD_GLOBAL
10068 #else
10069 #  ifdef DL_GLOBAL
10070 #    define LT_DLGLOBAL         DL_GLOBAL
10071 #  else
10072 #    define LT_DLGLOBAL         0
10073 #  endif
10074 #endif
10075
10076 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10077    find out it does not work in some platform. */
10078 #ifndef LT_DLLAZY_OR_NOW
10079 #  ifdef RTLD_LAZY
10080 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10081 #  else
10082 #    ifdef DL_LAZY
10083 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10084 #    else
10085 #      ifdef RTLD_NOW
10086 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10087 #      else
10088 #        ifdef DL_NOW
10089 #          define LT_DLLAZY_OR_NOW      DL_NOW
10090 #        else
10091 #          define LT_DLLAZY_OR_NOW      0
10092 #        endif
10093 #      endif
10094 #    endif
10095 #  endif
10096 #endif
10097
10098 void fnord() { int i=42;}
10099 int main ()
10100 {
10101   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10102   int status = $lt_dlunknown;
10103
10104   if (self)
10105     {
10106       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10107       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10108       /* dlclose (self); */
10109     }
10110   else
10111     puts (dlerror ());
10112
10113   return status;
10114 }
10115 _LT_EOF
10116   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10117   (eval $ac_link) 2>&5
10118   ac_status=$?
10119   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10120   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10121     (./conftest; exit; ) >&5 2>/dev/null
10122     lt_status=$?
10123     case x$lt_status in
10124       x$lt_dlno_uscore) lt_cv_dlopen_self=yes ;;
10125       x$lt_dlneed_uscore) lt_cv_dlopen_self=yes ;;
10126       x$lt_dlunknown|x*) lt_cv_dlopen_self=no ;;
10127     esac
10128   else :
10129     # compilation failed
10130     lt_cv_dlopen_self=no
10131   fi
10132 fi
10133 rm -fr conftest*
10134
10135
10136 fi
10137 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self" >&5
10138 $as_echo "$lt_cv_dlopen_self" >&6; }
10139
10140     if test "x$lt_cv_dlopen_self" = xyes; then
10141       wl=$lt_prog_compiler_wl eval LDFLAGS=\"\$LDFLAGS $lt_prog_compiler_static\"
10142       { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether a statically linked program can dlopen itself" >&5
10143 $as_echo_n "checking whether a statically linked program can dlopen itself... " >&6; }
10144 if test "${lt_cv_dlopen_self_static+set}" = set; then :
10145   $as_echo_n "(cached) " >&6
10146 else
10147           if test "$cross_compiling" = yes; then :
10148   lt_cv_dlopen_self_static=cross
10149 else
10150   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
10151   lt_status=$lt_dlunknown
10152   cat > conftest.$ac_ext <<_LT_EOF
10153 #line 10153 "configure"
10154 #include "confdefs.h"
10155
10156 #if HAVE_DLFCN_H
10157 #include <dlfcn.h>
10158 #endif
10159
10160 #include <stdio.h>
10161
10162 #ifdef RTLD_GLOBAL
10163 #  define LT_DLGLOBAL           RTLD_GLOBAL
10164 #else
10165 #  ifdef DL_GLOBAL
10166 #    define LT_DLGLOBAL         DL_GLOBAL
10167 #  else
10168 #    define LT_DLGLOBAL         0
10169 #  endif
10170 #endif
10171
10172 /* We may have to define LT_DLLAZY_OR_NOW in the command line if we
10173    find out it does not work in some platform. */
10174 #ifndef LT_DLLAZY_OR_NOW
10175 #  ifdef RTLD_LAZY
10176 #    define LT_DLLAZY_OR_NOW            RTLD_LAZY
10177 #  else
10178 #    ifdef DL_LAZY
10179 #      define LT_DLLAZY_OR_NOW          DL_LAZY
10180 #    else
10181 #      ifdef RTLD_NOW
10182 #        define LT_DLLAZY_OR_NOW        RTLD_NOW
10183 #      else
10184 #        ifdef DL_NOW
10185 #          define LT_DLLAZY_OR_NOW      DL_NOW
10186 #        else
10187 #          define LT_DLLAZY_OR_NOW      0
10188 #        endif
10189 #      endif
10190 #    endif
10191 #  endif
10192 #endif
10193
10194 void fnord() { int i=42;}
10195 int main ()
10196 {
10197   void *self = dlopen (0, LT_DLGLOBAL|LT_DLLAZY_OR_NOW);
10198   int status = $lt_dlunknown;
10199
10200   if (self)
10201     {
10202       if (dlsym (self,"fnord"))       status = $lt_dlno_uscore;
10203       else if (dlsym( self,"_fnord")) status = $lt_dlneed_uscore;
10204       /* dlclose (self); */
10205     }
10206   else
10207     puts (dlerror ());
10208
10209   return status;
10210 }
10211 _LT_EOF
10212   if { { eval echo "\"\$as_me\":${as_lineno-$LINENO}: \"$ac_link\""; } >&5
10213   (eval $ac_link) 2>&5
10214   ac_status=$?
10215   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10216   test $ac_status = 0; } && test -s conftest${ac_exeext} 2>/dev/null; then
10217     (./conftest; exit; ) >&5 2>/dev/null
10218     lt_status=$?
10219     case x$lt_status in
10220       x$lt_dlno_uscore) lt_cv_dlopen_self_static=yes ;;
10221       x$lt_dlneed_uscore) lt_cv_dlopen_self_static=yes ;;
10222       x$lt_dlunknown|x*) lt_cv_dlopen_self_static=no ;;
10223     esac
10224   else :
10225     # compilation failed
10226     lt_cv_dlopen_self_static=no
10227   fi
10228 fi
10229 rm -fr conftest*
10230
10231
10232 fi
10233 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $lt_cv_dlopen_self_static" >&5
10234 $as_echo "$lt_cv_dlopen_self_static" >&6; }
10235     fi
10236
10237     CPPFLAGS="$save_CPPFLAGS"
10238     LDFLAGS="$save_LDFLAGS"
10239     LIBS="$save_LIBS"
10240     ;;
10241   esac
10242
10243   case $lt_cv_dlopen_self in
10244   yes|no) enable_dlopen_self=$lt_cv_dlopen_self ;;
10245   *) enable_dlopen_self=unknown ;;
10246   esac
10247
10248   case $lt_cv_dlopen_self_static in
10249   yes|no) enable_dlopen_self_static=$lt_cv_dlopen_self_static ;;
10250   *) enable_dlopen_self_static=unknown ;;
10251   esac
10252 fi
10253
10254
10255
10256
10257
10258
10259
10260
10261
10262
10263
10264
10265
10266
10267
10268
10269
10270 striplib=
10271 old_striplib=
10272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether stripping libraries is possible" >&5
10273 $as_echo_n "checking whether stripping libraries is possible... " >&6; }
10274 if test -n "$STRIP" && $STRIP -V 2>&1 | $GREP "GNU strip" >/dev/null; then
10275   test -z "$old_striplib" && old_striplib="$STRIP --strip-debug"
10276   test -z "$striplib" && striplib="$STRIP --strip-unneeded"
10277   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10278 $as_echo "yes" >&6; }
10279 else
10280 # FIXME - insert some real tests, host_os isn't really good enough
10281   case $host_os in
10282   darwin*)
10283     if test -n "$STRIP" ; then
10284       striplib="$STRIP -x"
10285       old_striplib="$STRIP -S"
10286       { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10287 $as_echo "yes" >&6; }
10288     else
10289       { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10290 $as_echo "no" >&6; }
10291     fi
10292     ;;
10293   *)
10294     { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10295 $as_echo "no" >&6; }
10296     ;;
10297   esac
10298 fi
10299
10300
10301
10302
10303
10304
10305
10306
10307
10308
10309
10310
10311   # Report which library types will actually be built
10312   { $as_echo "$as_me:${as_lineno-$LINENO}: checking if libtool supports shared libraries" >&5
10313 $as_echo_n "checking if libtool supports shared libraries... " >&6; }
10314   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $can_build_shared" >&5
10315 $as_echo "$can_build_shared" >&6; }
10316
10317   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build shared libraries" >&5
10318 $as_echo_n "checking whether to build shared libraries... " >&6; }
10319   test "$can_build_shared" = "no" && enable_shared=no
10320
10321   # On AIX, shared libraries and static libraries use the same namespace, and
10322   # are all built from PIC.
10323   case $host_os in
10324   aix3*)
10325     test "$enable_shared" = yes && enable_static=no
10326     if test -n "$RANLIB"; then
10327       archive_cmds="$archive_cmds~\$RANLIB \$lib"
10328       postinstall_cmds='$RANLIB $lib'
10329     fi
10330     ;;
10331
10332   aix[4-9]*)
10333     if test "$host_cpu" != ia64 && test "$aix_use_runtimelinking" = no ; then
10334       test "$enable_shared" = yes && enable_static=no
10335     fi
10336     ;;
10337   esac
10338   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_shared" >&5
10339 $as_echo "$enable_shared" >&6; }
10340
10341   { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to build static libraries" >&5
10342 $as_echo_n "checking whether to build static libraries... " >&6; }
10343   # Make sure either enable_shared or enable_static is yes.
10344   test "$enable_shared" = yes || enable_static=yes
10345   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $enable_static" >&5
10346 $as_echo "$enable_static" >&6; }
10347
10348
10349
10350
10351 fi
10352 ac_ext=c
10353 ac_cpp='$CPP $CPPFLAGS'
10354 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
10355 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
10356 ac_compiler_gnu=$ac_cv_c_compiler_gnu
10357
10358 CC="$lt_save_CC"
10359
10360
10361
10362
10363
10364
10365
10366
10367
10368
10369
10370
10371
10372         ac_config_commands="$ac_config_commands libtool"
10373
10374
10375
10376
10377 # Only expand once:
10378
10379
10380
10381 # Extract the first word of "pkg-config", so it can be a program name with args.
10382 set dummy pkg-config; ac_word=$2
10383 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10384 $as_echo_n "checking for $ac_word... " >&6; }
10385 if test "${ac_cv_prog_HAVE_PKGCONFIG+set}" = set; then :
10386   $as_echo_n "(cached) " >&6
10387 else
10388   if test -n "$HAVE_PKGCONFIG"; then
10389   ac_cv_prog_HAVE_PKGCONFIG="$HAVE_PKGCONFIG" # Let the user override the test.
10390 else
10391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10392 for as_dir in $PATH
10393 do
10394   IFS=$as_save_IFS
10395   test -z "$as_dir" && as_dir=.
10396     for ac_exec_ext in '' $ac_executable_extensions; do
10397   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10398     ac_cv_prog_HAVE_PKGCONFIG=" "
10399     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10400     break 2
10401   fi
10402 done
10403   done
10404 IFS=$as_save_IFS
10405
10406   test -z "$ac_cv_prog_HAVE_PKGCONFIG" && ac_cv_prog_HAVE_PKGCONFIG="
10407   as_fn_error $? "You need to have pkg-config installed!" "$LINENO" 5
10408 "
10409 fi
10410 fi
10411 HAVE_PKGCONFIG=$ac_cv_prog_HAVE_PKGCONFIG
10412 if test -n "$HAVE_PKGCONFIG"; then
10413   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $HAVE_PKGCONFIG" >&5
10414 $as_echo "$HAVE_PKGCONFIG" >&6; }
10415 else
10416   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10417 $as_echo "no" >&6; }
10418 fi
10419
10420
10421
10422
10423
10424
10425
10426
10427
10428 if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then
10429         if test -n "$ac_tool_prefix"; then
10430   # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args.
10431 set dummy ${ac_tool_prefix}pkg-config; ac_word=$2
10432 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10433 $as_echo_n "checking for $ac_word... " >&6; }
10434 if test "${ac_cv_path_PKG_CONFIG+set}" = set; then :
10435   $as_echo_n "(cached) " >&6
10436 else
10437   case $PKG_CONFIG in
10438   [\\/]* | ?:[\\/]*)
10439   ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path.
10440   ;;
10441   *)
10442   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10443 for as_dir in $PATH
10444 do
10445   IFS=$as_save_IFS
10446   test -z "$as_dir" && as_dir=.
10447     for ac_exec_ext in '' $ac_executable_extensions; do
10448   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10449     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10450     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10451     break 2
10452   fi
10453 done
10454   done
10455 IFS=$as_save_IFS
10456
10457   ;;
10458 esac
10459 fi
10460 PKG_CONFIG=$ac_cv_path_PKG_CONFIG
10461 if test -n "$PKG_CONFIG"; then
10462   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5
10463 $as_echo "$PKG_CONFIG" >&6; }
10464 else
10465   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10466 $as_echo "no" >&6; }
10467 fi
10468
10469
10470 fi
10471 if test -z "$ac_cv_path_PKG_CONFIG"; then
10472   ac_pt_PKG_CONFIG=$PKG_CONFIG
10473   # Extract the first word of "pkg-config", so it can be a program name with args.
10474 set dummy pkg-config; ac_word=$2
10475 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
10476 $as_echo_n "checking for $ac_word... " >&6; }
10477 if test "${ac_cv_path_ac_pt_PKG_CONFIG+set}" = set; then :
10478   $as_echo_n "(cached) " >&6
10479 else
10480   case $ac_pt_PKG_CONFIG in
10481   [\\/]* | ?:[\\/]*)
10482   ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path.
10483   ;;
10484   *)
10485   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10486 for as_dir in $PATH
10487 do
10488   IFS=$as_save_IFS
10489   test -z "$as_dir" && as_dir=.
10490     for ac_exec_ext in '' $ac_executable_extensions; do
10491   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
10492     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
10493     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
10494     break 2
10495   fi
10496 done
10497   done
10498 IFS=$as_save_IFS
10499
10500   ;;
10501 esac
10502 fi
10503 ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG
10504 if test -n "$ac_pt_PKG_CONFIG"; then
10505   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5
10506 $as_echo "$ac_pt_PKG_CONFIG" >&6; }
10507 else
10508   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10509 $as_echo "no" >&6; }
10510 fi
10511
10512   if test "x$ac_pt_PKG_CONFIG" = x; then
10513     PKG_CONFIG=""
10514   else
10515     case $cross_compiling:$ac_tool_warned in
10516 yes:)
10517 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
10518 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
10519 ac_tool_warned=yes ;;
10520 esac
10521     PKG_CONFIG=$ac_pt_PKG_CONFIG
10522   fi
10523 else
10524   PKG_CONFIG="$ac_cv_path_PKG_CONFIG"
10525 fi
10526
10527 fi
10528 if test -n "$PKG_CONFIG"; then
10529         _pkg_min_version=0.9.0
10530         { $as_echo "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5
10531 $as_echo_n "checking pkg-config is at least version $_pkg_min_version... " >&6; }
10532         if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then
10533                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10534 $as_echo "yes" >&6; }
10535         else
10536                 { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10537 $as_echo "no" >&6; }
10538                 PKG_CONFIG=""
10539         fi
10540 fi
10541
10542 pkg_failed=no
10543 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GST" >&5
10544 $as_echo_n "checking for GST... " >&6; }
10545
10546 if test -n "$GST_CFLAGS"; then
10547     pkg_cv_GST_CFLAGS="$GST_CFLAGS"
10548  elif test -n "$PKG_CONFIG"; then
10549     if test -n "$PKG_CONFIG" && \
10550     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
10551   gstreamer-0.10 >= \$GST_REQUIRED
10552   gstreamer-base-0.10 >= \$GST_REQUIRED
10553   gstreamer-controller-0.10 >= \$GST_REQUIRED
10554 \""; } >&5
10555   ($PKG_CONFIG --exists --print-errors "
10556   gstreamer-0.10 >= $GST_REQUIRED
10557   gstreamer-base-0.10 >= $GST_REQUIRED
10558   gstreamer-controller-0.10 >= $GST_REQUIRED
10559 ") 2>&5
10560   ac_status=$?
10561   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10562   test $ac_status = 0; }; then
10563   pkg_cv_GST_CFLAGS=`$PKG_CONFIG --cflags "
10564   gstreamer-0.10 >= $GST_REQUIRED
10565   gstreamer-base-0.10 >= $GST_REQUIRED
10566   gstreamer-controller-0.10 >= $GST_REQUIRED
10567 " 2>/dev/null`
10568 else
10569   pkg_failed=yes
10570 fi
10571  else
10572     pkg_failed=untried
10573 fi
10574 if test -n "$GST_LIBS"; then
10575     pkg_cv_GST_LIBS="$GST_LIBS"
10576  elif test -n "$PKG_CONFIG"; then
10577     if test -n "$PKG_CONFIG" && \
10578     { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"
10579   gstreamer-0.10 >= \$GST_REQUIRED
10580   gstreamer-base-0.10 >= \$GST_REQUIRED
10581   gstreamer-controller-0.10 >= \$GST_REQUIRED
10582 \""; } >&5
10583   ($PKG_CONFIG --exists --print-errors "
10584   gstreamer-0.10 >= $GST_REQUIRED
10585   gstreamer-base-0.10 >= $GST_REQUIRED
10586   gstreamer-controller-0.10 >= $GST_REQUIRED
10587 ") 2>&5
10588   ac_status=$?
10589   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
10590   test $ac_status = 0; }; then
10591   pkg_cv_GST_LIBS=`$PKG_CONFIG --libs "
10592   gstreamer-0.10 >= $GST_REQUIRED
10593   gstreamer-base-0.10 >= $GST_REQUIRED
10594   gstreamer-controller-0.10 >= $GST_REQUIRED
10595 " 2>/dev/null`
10596 else
10597   pkg_failed=yes
10598 fi
10599  else
10600     pkg_failed=untried
10601 fi
10602
10603
10604
10605 if test $pkg_failed = yes; then
10606         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10607 $as_echo "no" >&6; }
10608
10609 if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then
10610         _pkg_short_errors_supported=yes
10611 else
10612         _pkg_short_errors_supported=no
10613 fi
10614         if test $_pkg_short_errors_supported = yes; then
10615                 GST_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "
10616   gstreamer-0.10 >= $GST_REQUIRED
10617   gstreamer-base-0.10 >= $GST_REQUIRED
10618   gstreamer-controller-0.10 >= $GST_REQUIRED
10619 " 2>&1`
10620         else
10621                 GST_PKG_ERRORS=`$PKG_CONFIG --print-errors "
10622   gstreamer-0.10 >= $GST_REQUIRED
10623   gstreamer-base-0.10 >= $GST_REQUIRED
10624   gstreamer-controller-0.10 >= $GST_REQUIRED
10625 " 2>&1`
10626         fi
10627         # Put the nasty error message in config.log where it belongs
10628         echo "$GST_PKG_ERRORS" >&5
10629
10630
10631   as_fn_error $? "
10632       You need to install or upgrade the GStreamer development
10633       packages on your system. On debian-based systems these are
10634       libgstreamer0.10-dev and libgstreamer-plugins-base0.10-dev.
10635       on RPM-based systems gstreamer0.10-devel, libgstreamer0.10-devel
10636       or similar. The minimum version required is $GST_REQUIRED.
10637   " "$LINENO" 5
10638
10639 elif test $pkg_failed = untried; then
10640         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10641 $as_echo "no" >&6; }
10642
10643   as_fn_error $? "
10644       You need to install or upgrade the GStreamer development
10645       packages on your system. On debian-based systems these are
10646       libgstreamer0.10-dev and libgstreamer-plugins-base0.10-dev.
10647       on RPM-based systems gstreamer0.10-devel, libgstreamer0.10-devel
10648       or similar. The minimum version required is $GST_REQUIRED.
10649   " "$LINENO" 5
10650
10651 else
10652         GST_CFLAGS=$pkg_cv_GST_CFLAGS
10653         GST_LIBS=$pkg_cv_GST_LIBS
10654         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10655 $as_echo "yes" >&6; }
10656
10657
10658
10659
10660 fi
10661
10662 { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler understands -Wall" >&5
10663 $as_echo_n "checking to see if compiler understands -Wall... " >&6; }
10664 save_CFLAGS="$CFLAGS"
10665 CFLAGS="$CFLAGS -Wall"
10666 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
10667 /* end confdefs.h.  */
10668
10669 int
10670 main ()
10671 {
10672
10673   ;
10674   return 0;
10675 }
10676 _ACEOF
10677 if ac_fn_c_try_compile "$LINENO"; then :
10678
10679   GST_CFLAGS="$GST_CFLAGS -Wall"
10680   { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
10681 $as_echo "yes" >&6; }
10682
10683 else
10684
10685   { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
10686 $as_echo "no" >&6; }
10687
10688 fi
10689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10690
10691 if test "x${prefix}" = "x$HOME"; then
10692   plugindir="$HOME/.gstreamer-0.10/plugins"
10693 else
10694   plugindir="\$(libdir)/gstreamer-0.10"
10695 fi
10696
10697
10698 GST_PLUGIN_LDFLAGS='-module -avoid-version -export-symbols-regex _*\(gst_\|Gst\|GST_\).*'
10699
10700
10701 ac_config_files="$ac_config_files Makefile src/Makefile"
10702
10703 cat >confcache <<\_ACEOF
10704 # This file is a shell script that caches the results of configure
10705 # tests run on this system so they can be shared between configure
10706 # scripts and configure runs, see configure's option --config-cache.
10707 # It is not useful on other systems.  If it contains results you don't
10708 # want to keep, you may remove or edit it.
10709 #
10710 # config.status only pays attention to the cache file if you give it
10711 # the --recheck option to rerun configure.
10712 #
10713 # `ac_cv_env_foo' variables (set or unset) will be overridden when
10714 # loading this file, other *unset* `ac_cv_foo' will be assigned the
10715 # following values.
10716
10717 _ACEOF
10718
10719 # The following way of writing the cache mishandles newlines in values,
10720 # but we know of no workaround that is simple, portable, and efficient.
10721 # So, we kill variables containing newlines.
10722 # Ultrix sh set writes to stderr and can't be redirected directly,
10723 # and sets the high bit in the cache file unless we assign to the vars.
10724 (
10725   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
10726     eval ac_val=\$$ac_var
10727     case $ac_val in #(
10728     *${as_nl}*)
10729       case $ac_var in #(
10730       *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
10731 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
10732       esac
10733       case $ac_var in #(
10734       _ | IFS | as_nl) ;; #(
10735       BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
10736       *) { eval $ac_var=; unset $ac_var;} ;;
10737       esac ;;
10738     esac
10739   done
10740
10741   (set) 2>&1 |
10742     case $as_nl`(ac_space=' '; set) 2>&1` in #(
10743     *${as_nl}ac_space=\ *)
10744       # `set' does not quote correctly, so add quotes: double-quote
10745       # substitution turns \\\\ into \\, and sed turns \\ into \.
10746       sed -n \
10747         "s/'/'\\\\''/g;
10748           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
10749       ;; #(
10750     *)
10751       # `set' quotes correctly as required by POSIX, so do not add quotes.
10752       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
10753       ;;
10754     esac |
10755     sort
10756 ) |
10757   sed '
10758      /^ac_cv_env_/b end
10759      t clear
10760      :clear
10761      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
10762      t end
10763      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
10764      :end' >>confcache
10765 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
10766   if test -w "$cache_file"; then
10767     test "x$cache_file" != "x/dev/null" &&
10768       { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
10769 $as_echo "$as_me: updating cache $cache_file" >&6;}
10770     cat confcache >$cache_file
10771   else
10772     { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
10773 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
10774   fi
10775 fi
10776 rm -f confcache
10777
10778 test "x$prefix" = xNONE && prefix=$ac_default_prefix
10779 # Let make expand exec_prefix.
10780 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
10781
10782 DEFS=-DHAVE_CONFIG_H
10783
10784 ac_libobjs=
10785 ac_ltlibobjs=
10786 U=
10787 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
10788   # 1. Remove the extension, and $U if already installed.
10789   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
10790   ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
10791   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
10792   #    will be set to the directory where LIBOBJS objects are built.
10793   as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
10794   as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
10795 done
10796 LIBOBJS=$ac_libobjs
10797
10798 LTLIBOBJS=$ac_ltlibobjs
10799
10800
10801  if test -n "$EXEEXT"; then
10802   am__EXEEXT_TRUE=
10803   am__EXEEXT_FALSE='#'
10804 else
10805   am__EXEEXT_TRUE='#'
10806   am__EXEEXT_FALSE=
10807 fi
10808
10809 if test -z "${MAINTAINER_MODE_TRUE}" && test -z "${MAINTAINER_MODE_FALSE}"; then
10810   as_fn_error $? "conditional \"MAINTAINER_MODE\" was never defined.
10811 Usually this means the macro was only invoked conditionally." "$LINENO" 5
10812 fi
10813 if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then
10814   as_fn_error $? "conditional \"AMDEP\" was never defined.
10815 Usually this means the macro was only invoked conditionally." "$LINENO" 5
10816 fi
10817 if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then
10818   as_fn_error $? "conditional \"am__fastdepCC\" was never defined.
10819 Usually this means the macro was only invoked conditionally." "$LINENO" 5
10820 fi
10821
10822 : ${CONFIG_STATUS=./config.status}
10823 ac_write_fail=0
10824 ac_clean_files_save=$ac_clean_files
10825 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
10826 { $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
10827 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
10828 as_write_fail=0
10829 cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
10830 #! $SHELL
10831 # Generated by $as_me.
10832 # Run this file to recreate the current configuration.
10833 # Compiler output produced by configure, useful for debugging
10834 # configure, is in config.log if it exists.
10835
10836 debug=false
10837 ac_cs_recheck=false
10838 ac_cs_silent=false
10839
10840 SHELL=\${CONFIG_SHELL-$SHELL}
10841 export SHELL
10842 _ASEOF
10843 cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
10844 ## -------------------- ##
10845 ## M4sh Initialization. ##
10846 ## -------------------- ##
10847
10848 # Be more Bourne compatible
10849 DUALCASE=1; export DUALCASE # for MKS sh
10850 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
10851   emulate sh
10852   NULLCMD=:
10853   # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
10854   # is contrary to our usage.  Disable this feature.
10855   alias -g '${1+"$@"}'='"$@"'
10856   setopt NO_GLOB_SUBST
10857 else
10858   case `(set -o) 2>/dev/null` in #(
10859   *posix*) :
10860     set -o posix ;; #(
10861   *) :
10862      ;;
10863 esac
10864 fi
10865
10866
10867 as_nl='
10868 '
10869 export as_nl
10870 # Printing a long string crashes Solaris 7 /usr/bin/printf.
10871 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
10872 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
10873 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
10874 # Prefer a ksh shell builtin over an external printf program on Solaris,
10875 # but without wasting forks for bash or zsh.
10876 if test -z "$BASH_VERSION$ZSH_VERSION" \
10877     && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
10878   as_echo='print -r --'
10879   as_echo_n='print -rn --'
10880 elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
10881   as_echo='printf %s\n'
10882   as_echo_n='printf %s'
10883 else
10884   if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
10885     as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
10886     as_echo_n='/usr/ucb/echo -n'
10887   else
10888     as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
10889     as_echo_n_body='eval
10890       arg=$1;
10891       case $arg in #(
10892       *"$as_nl"*)
10893         expr "X$arg" : "X\\(.*\\)$as_nl";
10894         arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
10895       esac;
10896       expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
10897     '
10898     export as_echo_n_body
10899     as_echo_n='sh -c $as_echo_n_body as_echo'
10900   fi
10901   export as_echo_body
10902   as_echo='sh -c $as_echo_body as_echo'
10903 fi
10904
10905 # The user is always right.
10906 if test "${PATH_SEPARATOR+set}" != set; then
10907   PATH_SEPARATOR=:
10908   (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
10909     (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
10910       PATH_SEPARATOR=';'
10911   }
10912 fi
10913
10914
10915 # IFS
10916 # We need space, tab and new line, in precisely that order.  Quoting is
10917 # there to prevent editors from complaining about space-tab.
10918 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
10919 # splitting by setting IFS to empty value.)
10920 IFS=" ""        $as_nl"
10921
10922 # Find who we are.  Look in the path if we contain no directory separator.
10923 case $0 in #((
10924   *[\\/]* ) as_myself=$0 ;;
10925   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10926 for as_dir in $PATH
10927 do
10928   IFS=$as_save_IFS
10929   test -z "$as_dir" && as_dir=.
10930     test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
10931   done
10932 IFS=$as_save_IFS
10933
10934      ;;
10935 esac
10936 # We did not find ourselves, most probably we were run as `sh COMMAND'
10937 # in which case we are not to be found in the path.
10938 if test "x$as_myself" = x; then
10939   as_myself=$0
10940 fi
10941 if test ! -f "$as_myself"; then
10942   $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
10943   exit 1
10944 fi
10945
10946 # Unset variables that we do not need and which cause bugs (e.g. in
10947 # pre-3.0 UWIN ksh).  But do not cause bugs in bash 2.01; the "|| exit 1"
10948 # suppresses any "Segmentation fault" message there.  '((' could
10949 # trigger a bug in pdksh 5.2.14.
10950 for as_var in BASH_ENV ENV MAIL MAILPATH
10951 do eval test x\${$as_var+set} = xset \
10952   && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
10953 done
10954 PS1='$ '
10955 PS2='> '
10956 PS4='+ '
10957
10958 # NLS nuisances.
10959 LC_ALL=C
10960 export LC_ALL
10961 LANGUAGE=C
10962 export LANGUAGE
10963
10964 # CDPATH.
10965 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
10966
10967
10968 # as_fn_error STATUS ERROR [LINENO LOG_FD]
10969 # ----------------------------------------
10970 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
10971 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
10972 # script with STATUS, using 1 if that was 0.
10973 as_fn_error ()
10974 {
10975   as_status=$1; test $as_status -eq 0 && as_status=1
10976   if test "$4"; then
10977     as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
10978     $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
10979   fi
10980   $as_echo "$as_me: error: $2" >&2
10981   as_fn_exit $as_status
10982 } # as_fn_error
10983
10984
10985 # as_fn_set_status STATUS
10986 # -----------------------
10987 # Set $? to STATUS, without forking.
10988 as_fn_set_status ()
10989 {
10990   return $1
10991 } # as_fn_set_status
10992
10993 # as_fn_exit STATUS
10994 # -----------------
10995 # Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
10996 as_fn_exit ()
10997 {
10998   set +e
10999   as_fn_set_status $1
11000   exit $1
11001 } # as_fn_exit
11002
11003 # as_fn_unset VAR
11004 # ---------------
11005 # Portably unset VAR.
11006 as_fn_unset ()
11007 {
11008   { eval $1=; unset $1;}
11009 }
11010 as_unset=as_fn_unset
11011 # as_fn_append VAR VALUE
11012 # ----------------------
11013 # Append the text in VALUE to the end of the definition contained in VAR. Take
11014 # advantage of any shell optimizations that allow amortized linear growth over
11015 # repeated appends, instead of the typical quadratic growth present in naive
11016 # implementations.
11017 if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
11018   eval 'as_fn_append ()
11019   {
11020     eval $1+=\$2
11021   }'
11022 else
11023   as_fn_append ()
11024   {
11025     eval $1=\$$1\$2
11026   }
11027 fi # as_fn_append
11028
11029 # as_fn_arith ARG...
11030 # ------------------
11031 # Perform arithmetic evaluation on the ARGs, and store the result in the
11032 # global $as_val. Take advantage of shells that can avoid forks. The arguments
11033 # must be portable across $(()) and expr.
11034 if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
11035   eval 'as_fn_arith ()
11036   {
11037     as_val=$(( $* ))
11038   }'
11039 else
11040   as_fn_arith ()
11041   {
11042     as_val=`expr "$@" || test $? -eq 1`
11043   }
11044 fi # as_fn_arith
11045
11046
11047 if expr a : '\(a\)' >/dev/null 2>&1 &&
11048    test "X`expr 00001 : '.*\(...\)'`" = X001; then
11049   as_expr=expr
11050 else
11051   as_expr=false
11052 fi
11053
11054 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
11055   as_basename=basename
11056 else
11057   as_basename=false
11058 fi
11059
11060 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
11061   as_dirname=dirname
11062 else
11063   as_dirname=false
11064 fi
11065
11066 as_me=`$as_basename -- "$0" ||
11067 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
11068          X"$0" : 'X\(//\)$' \| \
11069          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
11070 $as_echo X/"$0" |
11071     sed '/^.*\/\([^/][^/]*\)\/*$/{
11072             s//\1/
11073             q
11074           }
11075           /^X\/\(\/\/\)$/{
11076             s//\1/
11077             q
11078           }
11079           /^X\/\(\/\).*/{
11080             s//\1/
11081             q
11082           }
11083           s/.*/./; q'`
11084
11085 # Avoid depending upon Character Ranges.
11086 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
11087 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
11088 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
11089 as_cr_digits='0123456789'
11090 as_cr_alnum=$as_cr_Letters$as_cr_digits
11091
11092 ECHO_C= ECHO_N= ECHO_T=
11093 case `echo -n x` in #(((((
11094 -n*)
11095   case `echo 'xy\c'` in
11096   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
11097   xy)  ECHO_C='\c';;
11098   *)   echo `echo ksh88 bug on AIX 6.1` > /dev/null
11099        ECHO_T=' ';;
11100   esac;;
11101 *)
11102   ECHO_N='-n';;
11103 esac
11104
11105 rm -f conf$$ conf$$.exe conf$$.file
11106 if test -d conf$$.dir; then
11107   rm -f conf$$.dir/conf$$.file
11108 else
11109   rm -f conf$$.dir
11110   mkdir conf$$.dir 2>/dev/null
11111 fi
11112 if (echo >conf$$.file) 2>/dev/null; then
11113   if ln -s conf$$.file conf$$ 2>/dev/null; then
11114     as_ln_s='ln -s'
11115     # ... but there are two gotchas:
11116     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
11117     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
11118     # In both cases, we have to default to `cp -p'.
11119     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
11120       as_ln_s='cp -p'
11121   elif ln conf$$.file conf$$ 2>/dev/null; then
11122     as_ln_s=ln
11123   else
11124     as_ln_s='cp -p'
11125   fi
11126 else
11127   as_ln_s='cp -p'
11128 fi
11129 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
11130 rmdir conf$$.dir 2>/dev/null
11131
11132
11133 # as_fn_mkdir_p
11134 # -------------
11135 # Create "$as_dir" as a directory, including parents if necessary.
11136 as_fn_mkdir_p ()
11137 {
11138
11139   case $as_dir in #(
11140   -*) as_dir=./$as_dir;;
11141   esac
11142   test -d "$as_dir" || eval $as_mkdir_p || {
11143     as_dirs=
11144     while :; do
11145       case $as_dir in #(
11146       *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
11147       *) as_qdir=$as_dir;;
11148       esac
11149       as_dirs="'$as_qdir' $as_dirs"
11150       as_dir=`$as_dirname -- "$as_dir" ||
11151 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
11152          X"$as_dir" : 'X\(//\)[^/]' \| \
11153          X"$as_dir" : 'X\(//\)$' \| \
11154          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
11155 $as_echo X"$as_dir" |
11156     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
11157             s//\1/
11158             q
11159           }
11160           /^X\(\/\/\)[^/].*/{
11161             s//\1/
11162             q
11163           }
11164           /^X\(\/\/\)$/{
11165             s//\1/
11166             q
11167           }
11168           /^X\(\/\).*/{
11169             s//\1/
11170             q
11171           }
11172           s/.*/./; q'`
11173       test -d "$as_dir" && break
11174     done
11175     test -z "$as_dirs" || eval "mkdir $as_dirs"
11176   } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
11177
11178
11179 } # as_fn_mkdir_p
11180 if mkdir -p . 2>/dev/null; then
11181   as_mkdir_p='mkdir -p "$as_dir"'
11182 else
11183   test -d ./-p && rmdir ./-p
11184   as_mkdir_p=false
11185 fi
11186
11187 if test -x / >/dev/null 2>&1; then
11188   as_test_x='test -x'
11189 else
11190   if ls -dL / >/dev/null 2>&1; then
11191     as_ls_L_option=L
11192   else
11193     as_ls_L_option=
11194   fi
11195   as_test_x='
11196     eval sh -c '\''
11197       if test -d "$1"; then
11198         test -d "$1/.";
11199       else
11200         case $1 in #(
11201         -*)set "./$1";;
11202         esac;
11203         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
11204         ???[sx]*):;;*)false;;esac;fi
11205     '\'' sh
11206   '
11207 fi
11208 as_executable_p=$as_test_x
11209
11210 # Sed expression to map a string onto a valid CPP name.
11211 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
11212
11213 # Sed expression to map a string onto a valid variable name.
11214 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
11215
11216
11217 exec 6>&1
11218 ## ----------------------------------- ##
11219 ## Main body of $CONFIG_STATUS script. ##
11220 ## ----------------------------------- ##
11221 _ASEOF
11222 test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
11223
11224 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11225 # Save the log message, to keep $0 and so on meaningful, and to
11226 # report actual input values of CONFIG_FILES etc. instead of their
11227 # values after options handling.
11228 ac_log="
11229 This file was extended by my-plugin-package $as_me 0.10.0, which was
11230 generated by GNU Autoconf 2.67.  Invocation command line was
11231
11232   CONFIG_FILES    = $CONFIG_FILES
11233   CONFIG_HEADERS  = $CONFIG_HEADERS
11234   CONFIG_LINKS    = $CONFIG_LINKS
11235   CONFIG_COMMANDS = $CONFIG_COMMANDS
11236   $ $0 $@
11237
11238 on `(hostname || uname -n) 2>/dev/null | sed 1q`
11239 "
11240
11241 _ACEOF
11242
11243 case $ac_config_files in *"
11244 "*) set x $ac_config_files; shift; ac_config_files=$*;;
11245 esac
11246
11247 case $ac_config_headers in *"
11248 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
11249 esac
11250
11251
11252 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11253 # Files that config.status was made for.
11254 config_files="$ac_config_files"
11255 config_headers="$ac_config_headers"
11256 config_commands="$ac_config_commands"
11257
11258 _ACEOF
11259
11260 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11261 ac_cs_usage="\
11262 \`$as_me' instantiates files and other configuration actions
11263 from templates according to the current configuration.  Unless the files
11264 and actions are specified as TAGs, all are instantiated by default.
11265
11266 Usage: $0 [OPTION]... [TAG]...
11267
11268   -h, --help       print this help, then exit
11269   -V, --version    print version number and configuration settings, then exit
11270       --config     print configuration, then exit
11271   -q, --quiet, --silent
11272                    do not print progress messages
11273   -d, --debug      don't remove temporary files
11274       --recheck    update $as_me by reconfiguring in the same conditions
11275       --file=FILE[:TEMPLATE]
11276                    instantiate the configuration file FILE
11277       --header=FILE[:TEMPLATE]
11278                    instantiate the configuration header FILE
11279
11280 Configuration files:
11281 $config_files
11282
11283 Configuration headers:
11284 $config_headers
11285
11286 Configuration commands:
11287 $config_commands
11288
11289 Report bugs to the package provider."
11290
11291 _ACEOF
11292 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11293 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
11294 ac_cs_version="\\
11295 my-plugin-package config.status 0.10.0
11296 configured by $0, generated by GNU Autoconf 2.67,
11297   with options \\"\$ac_cs_config\\"
11298
11299 Copyright (C) 2010 Free Software Foundation, Inc.
11300 This config.status script is free software; the Free Software Foundation
11301 gives unlimited permission to copy, distribute and modify it."
11302
11303 ac_pwd='$ac_pwd'
11304 srcdir='$srcdir'
11305 INSTALL='$INSTALL'
11306 MKDIR_P='$MKDIR_P'
11307 AWK='$AWK'
11308 test -n "\$AWK" || AWK=awk
11309 _ACEOF
11310
11311 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11312 # The default lists apply if the user does not specify any file.
11313 ac_need_defaults=:
11314 while test $# != 0
11315 do
11316   case $1 in
11317   --*=?*)
11318     ac_option=`expr "X$1" : 'X\([^=]*\)='`
11319     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
11320     ac_shift=:
11321     ;;
11322   --*=)
11323     ac_option=`expr "X$1" : 'X\([^=]*\)='`
11324     ac_optarg=
11325     ac_shift=:
11326     ;;
11327   *)
11328     ac_option=$1
11329     ac_optarg=$2
11330     ac_shift=shift
11331     ;;
11332   esac
11333
11334   case $ac_option in
11335   # Handling of the options.
11336   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
11337     ac_cs_recheck=: ;;
11338   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
11339     $as_echo "$ac_cs_version"; exit ;;
11340   --config | --confi | --conf | --con | --co | --c )
11341     $as_echo "$ac_cs_config"; exit ;;
11342   --debug | --debu | --deb | --de | --d | -d )
11343     debug=: ;;
11344   --file | --fil | --fi | --f )
11345     $ac_shift
11346     case $ac_optarg in
11347     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11348     '') as_fn_error $? "missing file argument" ;;
11349     esac
11350     as_fn_append CONFIG_FILES " '$ac_optarg'"
11351     ac_need_defaults=false;;
11352   --header | --heade | --head | --hea )
11353     $ac_shift
11354     case $ac_optarg in
11355     *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
11356     esac
11357     as_fn_append CONFIG_HEADERS " '$ac_optarg'"
11358     ac_need_defaults=false;;
11359   --he | --h)
11360     # Conflict between --help and --header
11361     as_fn_error $? "ambiguous option: \`$1'
11362 Try \`$0 --help' for more information.";;
11363   --help | --hel | -h )
11364     $as_echo "$ac_cs_usage"; exit ;;
11365   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
11366   | -silent | --silent | --silen | --sile | --sil | --si | --s)
11367     ac_cs_silent=: ;;
11368
11369   # This is an error.
11370   -*) as_fn_error $? "unrecognized option: \`$1'
11371 Try \`$0 --help' for more information." ;;
11372
11373   *) as_fn_append ac_config_targets " $1"
11374      ac_need_defaults=false ;;
11375
11376   esac
11377   shift
11378 done
11379
11380 ac_configure_extra_args=
11381
11382 if $ac_cs_silent; then
11383   exec 6>/dev/null
11384   ac_configure_extra_args="$ac_configure_extra_args --silent"
11385 fi
11386
11387 _ACEOF
11388 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11389 if \$ac_cs_recheck; then
11390   set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
11391   shift
11392   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
11393   CONFIG_SHELL='$SHELL'
11394   export CONFIG_SHELL
11395   exec "\$@"
11396 fi
11397
11398 _ACEOF
11399 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11400 exec 5>>config.log
11401 {
11402   echo
11403   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
11404 ## Running $as_me. ##
11405 _ASBOX
11406   $as_echo "$ac_log"
11407 } >&5
11408
11409 _ACEOF
11410 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11411 #
11412 # INIT-COMMANDS
11413 #
11414 AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"
11415
11416
11417 # The HP-UX ksh and POSIX shell print the target directory to stdout
11418 # if CDPATH is set.
11419 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
11420
11421 sed_quote_subst='$sed_quote_subst'
11422 double_quote_subst='$double_quote_subst'
11423 delay_variable_subst='$delay_variable_subst'
11424 macro_version='`$ECHO "X$macro_version" | $Xsed -e "$delay_single_quote_subst"`'
11425 macro_revision='`$ECHO "X$macro_revision" | $Xsed -e "$delay_single_quote_subst"`'
11426 enable_shared='`$ECHO "X$enable_shared" | $Xsed -e "$delay_single_quote_subst"`'
11427 enable_static='`$ECHO "X$enable_static" | $Xsed -e "$delay_single_quote_subst"`'
11428 pic_mode='`$ECHO "X$pic_mode" | $Xsed -e "$delay_single_quote_subst"`'
11429 enable_fast_install='`$ECHO "X$enable_fast_install" | $Xsed -e "$delay_single_quote_subst"`'
11430 host_alias='`$ECHO "X$host_alias" | $Xsed -e "$delay_single_quote_subst"`'
11431 host='`$ECHO "X$host" | $Xsed -e "$delay_single_quote_subst"`'
11432 host_os='`$ECHO "X$host_os" | $Xsed -e "$delay_single_quote_subst"`'
11433 build_alias='`$ECHO "X$build_alias" | $Xsed -e "$delay_single_quote_subst"`'
11434 build='`$ECHO "X$build" | $Xsed -e "$delay_single_quote_subst"`'
11435 build_os='`$ECHO "X$build_os" | $Xsed -e "$delay_single_quote_subst"`'
11436 SED='`$ECHO "X$SED" | $Xsed -e "$delay_single_quote_subst"`'
11437 Xsed='`$ECHO "X$Xsed" | $Xsed -e "$delay_single_quote_subst"`'
11438 GREP='`$ECHO "X$GREP" | $Xsed -e "$delay_single_quote_subst"`'
11439 EGREP='`$ECHO "X$EGREP" | $Xsed -e "$delay_single_quote_subst"`'
11440 FGREP='`$ECHO "X$FGREP" | $Xsed -e "$delay_single_quote_subst"`'
11441 LD='`$ECHO "X$LD" | $Xsed -e "$delay_single_quote_subst"`'
11442 NM='`$ECHO "X$NM" | $Xsed -e "$delay_single_quote_subst"`'
11443 LN_S='`$ECHO "X$LN_S" | $Xsed -e "$delay_single_quote_subst"`'
11444 max_cmd_len='`$ECHO "X$max_cmd_len" | $Xsed -e "$delay_single_quote_subst"`'
11445 ac_objext='`$ECHO "X$ac_objext" | $Xsed -e "$delay_single_quote_subst"`'
11446 exeext='`$ECHO "X$exeext" | $Xsed -e "$delay_single_quote_subst"`'
11447 lt_unset='`$ECHO "X$lt_unset" | $Xsed -e "$delay_single_quote_subst"`'
11448 lt_SP2NL='`$ECHO "X$lt_SP2NL" | $Xsed -e "$delay_single_quote_subst"`'
11449 lt_NL2SP='`$ECHO "X$lt_NL2SP" | $Xsed -e "$delay_single_quote_subst"`'
11450 reload_flag='`$ECHO "X$reload_flag" | $Xsed -e "$delay_single_quote_subst"`'
11451 reload_cmds='`$ECHO "X$reload_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11452 OBJDUMP='`$ECHO "X$OBJDUMP" | $Xsed -e "$delay_single_quote_subst"`'
11453 deplibs_check_method='`$ECHO "X$deplibs_check_method" | $Xsed -e "$delay_single_quote_subst"`'
11454 file_magic_cmd='`$ECHO "X$file_magic_cmd" | $Xsed -e "$delay_single_quote_subst"`'
11455 AR='`$ECHO "X$AR" | $Xsed -e "$delay_single_quote_subst"`'
11456 AR_FLAGS='`$ECHO "X$AR_FLAGS" | $Xsed -e "$delay_single_quote_subst"`'
11457 STRIP='`$ECHO "X$STRIP" | $Xsed -e "$delay_single_quote_subst"`'
11458 RANLIB='`$ECHO "X$RANLIB" | $Xsed -e "$delay_single_quote_subst"`'
11459 old_postinstall_cmds='`$ECHO "X$old_postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11460 old_postuninstall_cmds='`$ECHO "X$old_postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11461 old_archive_cmds='`$ECHO "X$old_archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11462 CC='`$ECHO "X$CC" | $Xsed -e "$delay_single_quote_subst"`'
11463 CFLAGS='`$ECHO "X$CFLAGS" | $Xsed -e "$delay_single_quote_subst"`'
11464 compiler='`$ECHO "X$compiler" | $Xsed -e "$delay_single_quote_subst"`'
11465 GCC='`$ECHO "X$GCC" | $Xsed -e "$delay_single_quote_subst"`'
11466 lt_cv_sys_global_symbol_pipe='`$ECHO "X$lt_cv_sys_global_symbol_pipe" | $Xsed -e "$delay_single_quote_subst"`'
11467 lt_cv_sys_global_symbol_to_cdecl='`$ECHO "X$lt_cv_sys_global_symbol_to_cdecl" | $Xsed -e "$delay_single_quote_subst"`'
11468 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"`'
11469 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"`'
11470 objdir='`$ECHO "X$objdir" | $Xsed -e "$delay_single_quote_subst"`'
11471 SHELL='`$ECHO "X$SHELL" | $Xsed -e "$delay_single_quote_subst"`'
11472 ECHO='`$ECHO "X$ECHO" | $Xsed -e "$delay_single_quote_subst"`'
11473 MAGIC_CMD='`$ECHO "X$MAGIC_CMD" | $Xsed -e "$delay_single_quote_subst"`'
11474 lt_prog_compiler_no_builtin_flag='`$ECHO "X$lt_prog_compiler_no_builtin_flag" | $Xsed -e "$delay_single_quote_subst"`'
11475 lt_prog_compiler_wl='`$ECHO "X$lt_prog_compiler_wl" | $Xsed -e "$delay_single_quote_subst"`'
11476 lt_prog_compiler_pic='`$ECHO "X$lt_prog_compiler_pic" | $Xsed -e "$delay_single_quote_subst"`'
11477 lt_prog_compiler_static='`$ECHO "X$lt_prog_compiler_static" | $Xsed -e "$delay_single_quote_subst"`'
11478 lt_cv_prog_compiler_c_o='`$ECHO "X$lt_cv_prog_compiler_c_o" | $Xsed -e "$delay_single_quote_subst"`'
11479 need_locks='`$ECHO "X$need_locks" | $Xsed -e "$delay_single_quote_subst"`'
11480 DSYMUTIL='`$ECHO "X$DSYMUTIL" | $Xsed -e "$delay_single_quote_subst"`'
11481 NMEDIT='`$ECHO "X$NMEDIT" | $Xsed -e "$delay_single_quote_subst"`'
11482 LIPO='`$ECHO "X$LIPO" | $Xsed -e "$delay_single_quote_subst"`'
11483 OTOOL='`$ECHO "X$OTOOL" | $Xsed -e "$delay_single_quote_subst"`'
11484 OTOOL64='`$ECHO "X$OTOOL64" | $Xsed -e "$delay_single_quote_subst"`'
11485 libext='`$ECHO "X$libext" | $Xsed -e "$delay_single_quote_subst"`'
11486 shrext_cmds='`$ECHO "X$shrext_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11487 extract_expsyms_cmds='`$ECHO "X$extract_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11488 archive_cmds_need_lc='`$ECHO "X$archive_cmds_need_lc" | $Xsed -e "$delay_single_quote_subst"`'
11489 enable_shared_with_static_runtimes='`$ECHO "X$enable_shared_with_static_runtimes" | $Xsed -e "$delay_single_quote_subst"`'
11490 export_dynamic_flag_spec='`$ECHO "X$export_dynamic_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
11491 whole_archive_flag_spec='`$ECHO "X$whole_archive_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
11492 compiler_needs_object='`$ECHO "X$compiler_needs_object" | $Xsed -e "$delay_single_quote_subst"`'
11493 old_archive_from_new_cmds='`$ECHO "X$old_archive_from_new_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11494 old_archive_from_expsyms_cmds='`$ECHO "X$old_archive_from_expsyms_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11495 archive_cmds='`$ECHO "X$archive_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11496 archive_expsym_cmds='`$ECHO "X$archive_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11497 module_cmds='`$ECHO "X$module_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11498 module_expsym_cmds='`$ECHO "X$module_expsym_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11499 with_gnu_ld='`$ECHO "X$with_gnu_ld" | $Xsed -e "$delay_single_quote_subst"`'
11500 allow_undefined_flag='`$ECHO "X$allow_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
11501 no_undefined_flag='`$ECHO "X$no_undefined_flag" | $Xsed -e "$delay_single_quote_subst"`'
11502 hardcode_libdir_flag_spec='`$ECHO "X$hardcode_libdir_flag_spec" | $Xsed -e "$delay_single_quote_subst"`'
11503 hardcode_libdir_flag_spec_ld='`$ECHO "X$hardcode_libdir_flag_spec_ld" | $Xsed -e "$delay_single_quote_subst"`'
11504 hardcode_libdir_separator='`$ECHO "X$hardcode_libdir_separator" | $Xsed -e "$delay_single_quote_subst"`'
11505 hardcode_direct='`$ECHO "X$hardcode_direct" | $Xsed -e "$delay_single_quote_subst"`'
11506 hardcode_direct_absolute='`$ECHO "X$hardcode_direct_absolute" | $Xsed -e "$delay_single_quote_subst"`'
11507 hardcode_minus_L='`$ECHO "X$hardcode_minus_L" | $Xsed -e "$delay_single_quote_subst"`'
11508 hardcode_shlibpath_var='`$ECHO "X$hardcode_shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
11509 hardcode_automatic='`$ECHO "X$hardcode_automatic" | $Xsed -e "$delay_single_quote_subst"`'
11510 inherit_rpath='`$ECHO "X$inherit_rpath" | $Xsed -e "$delay_single_quote_subst"`'
11511 link_all_deplibs='`$ECHO "X$link_all_deplibs" | $Xsed -e "$delay_single_quote_subst"`'
11512 fix_srcfile_path='`$ECHO "X$fix_srcfile_path" | $Xsed -e "$delay_single_quote_subst"`'
11513 always_export_symbols='`$ECHO "X$always_export_symbols" | $Xsed -e "$delay_single_quote_subst"`'
11514 export_symbols_cmds='`$ECHO "X$export_symbols_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11515 exclude_expsyms='`$ECHO "X$exclude_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
11516 include_expsyms='`$ECHO "X$include_expsyms" | $Xsed -e "$delay_single_quote_subst"`'
11517 prelink_cmds='`$ECHO "X$prelink_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11518 file_list_spec='`$ECHO "X$file_list_spec" | $Xsed -e "$delay_single_quote_subst"`'
11519 variables_saved_for_relink='`$ECHO "X$variables_saved_for_relink" | $Xsed -e "$delay_single_quote_subst"`'
11520 need_lib_prefix='`$ECHO "X$need_lib_prefix" | $Xsed -e "$delay_single_quote_subst"`'
11521 need_version='`$ECHO "X$need_version" | $Xsed -e "$delay_single_quote_subst"`'
11522 version_type='`$ECHO "X$version_type" | $Xsed -e "$delay_single_quote_subst"`'
11523 runpath_var='`$ECHO "X$runpath_var" | $Xsed -e "$delay_single_quote_subst"`'
11524 shlibpath_var='`$ECHO "X$shlibpath_var" | $Xsed -e "$delay_single_quote_subst"`'
11525 shlibpath_overrides_runpath='`$ECHO "X$shlibpath_overrides_runpath" | $Xsed -e "$delay_single_quote_subst"`'
11526 libname_spec='`$ECHO "X$libname_spec" | $Xsed -e "$delay_single_quote_subst"`'
11527 library_names_spec='`$ECHO "X$library_names_spec" | $Xsed -e "$delay_single_quote_subst"`'
11528 soname_spec='`$ECHO "X$soname_spec" | $Xsed -e "$delay_single_quote_subst"`'
11529 postinstall_cmds='`$ECHO "X$postinstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11530 postuninstall_cmds='`$ECHO "X$postuninstall_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11531 finish_cmds='`$ECHO "X$finish_cmds" | $Xsed -e "$delay_single_quote_subst"`'
11532 finish_eval='`$ECHO "X$finish_eval" | $Xsed -e "$delay_single_quote_subst"`'
11533 hardcode_into_libs='`$ECHO "X$hardcode_into_libs" | $Xsed -e "$delay_single_quote_subst"`'
11534 sys_lib_search_path_spec='`$ECHO "X$sys_lib_search_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
11535 sys_lib_dlsearch_path_spec='`$ECHO "X$sys_lib_dlsearch_path_spec" | $Xsed -e "$delay_single_quote_subst"`'
11536 hardcode_action='`$ECHO "X$hardcode_action" | $Xsed -e "$delay_single_quote_subst"`'
11537 enable_dlopen='`$ECHO "X$enable_dlopen" | $Xsed -e "$delay_single_quote_subst"`'
11538 enable_dlopen_self='`$ECHO "X$enable_dlopen_self" | $Xsed -e "$delay_single_quote_subst"`'
11539 enable_dlopen_self_static='`$ECHO "X$enable_dlopen_self_static" | $Xsed -e "$delay_single_quote_subst"`'
11540 old_striplib='`$ECHO "X$old_striplib" | $Xsed -e "$delay_single_quote_subst"`'
11541 striplib='`$ECHO "X$striplib" | $Xsed -e "$delay_single_quote_subst"`'
11542
11543 LTCC='$LTCC'
11544 LTCFLAGS='$LTCFLAGS'
11545 compiler='$compiler_DEFAULT'
11546
11547 # Quote evaled strings.
11548 for var in SED \
11549 GREP \
11550 EGREP \
11551 FGREP \
11552 LD \
11553 NM \
11554 LN_S \
11555 lt_SP2NL \
11556 lt_NL2SP \
11557 reload_flag \
11558 OBJDUMP \
11559 deplibs_check_method \
11560 file_magic_cmd \
11561 AR \
11562 AR_FLAGS \
11563 STRIP \
11564 RANLIB \
11565 CC \
11566 CFLAGS \
11567 compiler \
11568 lt_cv_sys_global_symbol_pipe \
11569 lt_cv_sys_global_symbol_to_cdecl \
11570 lt_cv_sys_global_symbol_to_c_name_address \
11571 lt_cv_sys_global_symbol_to_c_name_address_lib_prefix \
11572 SHELL \
11573 ECHO \
11574 lt_prog_compiler_no_builtin_flag \
11575 lt_prog_compiler_wl \
11576 lt_prog_compiler_pic \
11577 lt_prog_compiler_static \
11578 lt_cv_prog_compiler_c_o \
11579 need_locks \
11580 DSYMUTIL \
11581 NMEDIT \
11582 LIPO \
11583 OTOOL \
11584 OTOOL64 \
11585 shrext_cmds \
11586 export_dynamic_flag_spec \
11587 whole_archive_flag_spec \
11588 compiler_needs_object \
11589 with_gnu_ld \
11590 allow_undefined_flag \
11591 no_undefined_flag \
11592 hardcode_libdir_flag_spec \
11593 hardcode_libdir_flag_spec_ld \
11594 hardcode_libdir_separator \
11595 fix_srcfile_path \
11596 exclude_expsyms \
11597 include_expsyms \
11598 file_list_spec \
11599 variables_saved_for_relink \
11600 libname_spec \
11601 library_names_spec \
11602 soname_spec \
11603 finish_eval \
11604 old_striplib \
11605 striplib; do
11606     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
11607     *[\\\\\\\`\\"\\\$]*)
11608       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$sed_quote_subst\\"\\\`\\\\\\""
11609       ;;
11610     *)
11611       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11612       ;;
11613     esac
11614 done
11615
11616 # Double-quote double-evaled strings.
11617 for var in reload_cmds \
11618 old_postinstall_cmds \
11619 old_postuninstall_cmds \
11620 old_archive_cmds \
11621 extract_expsyms_cmds \
11622 old_archive_from_new_cmds \
11623 old_archive_from_expsyms_cmds \
11624 archive_cmds \
11625 archive_expsym_cmds \
11626 module_cmds \
11627 module_expsym_cmds \
11628 export_symbols_cmds \
11629 prelink_cmds \
11630 postinstall_cmds \
11631 postuninstall_cmds \
11632 finish_cmds \
11633 sys_lib_search_path_spec \
11634 sys_lib_dlsearch_path_spec; do
11635     case \`eval \\\\\$ECHO "X\\\\\$\$var"\` in
11636     *[\\\\\\\`\\"\\\$]*)
11637       eval "lt_\$var=\\\\\\"\\\`\\\$ECHO \\"X\\\$\$var\\" | \\\$Xsed -e \\"\\\$double_quote_subst\\" -e \\"\\\$sed_quote_subst\\" -e \\"\\\$delay_variable_subst\\"\\\`\\\\\\""
11638       ;;
11639     *)
11640       eval "lt_\$var=\\\\\\"\\\$\$var\\\\\\""
11641       ;;
11642     esac
11643 done
11644
11645 # Fix-up fallback echo if it was mangled by the above quoting rules.
11646 case \$lt_ECHO in
11647 *'\\\$0 --fallback-echo"')  lt_ECHO=\`\$ECHO "X\$lt_ECHO" | \$Xsed -e 's/\\\\\\\\\\\\\\\$0 --fallback-echo"\$/\$0 --fallback-echo"/'\`
11648   ;;
11649 esac
11650
11651 ac_aux_dir='$ac_aux_dir'
11652 xsi_shell='$xsi_shell'
11653 lt_shell_append='$lt_shell_append'
11654
11655 # See if we are running on zsh, and set the options which allow our
11656 # commands through without removal of \ escapes INIT.
11657 if test -n "\${ZSH_VERSION+set}" ; then
11658    setopt NO_GLOB_SUBST
11659 fi
11660
11661
11662     PACKAGE='$PACKAGE'
11663     VERSION='$VERSION'
11664     TIMESTAMP='$TIMESTAMP'
11665     RM='$RM'
11666     ofile='$ofile'
11667
11668
11669
11670
11671 _ACEOF
11672
11673 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11674
11675 # Handling of arguments.
11676 for ac_config_target in $ac_config_targets
11677 do
11678   case $ac_config_target in
11679     "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
11680     "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
11681     "libtool") CONFIG_COMMANDS="$CONFIG_COMMANDS libtool" ;;
11682     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
11683     "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;;
11684
11685   *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5 ;;
11686   esac
11687 done
11688
11689
11690 # If the user did not use the arguments to specify the items to instantiate,
11691 # then the envvar interface is used.  Set only those that are not.
11692 # We use the long form for the default assignment because of an extremely
11693 # bizarre bug on SunOS 4.1.3.
11694 if $ac_need_defaults; then
11695   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
11696   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
11697   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
11698 fi
11699
11700 # Have a temporary directory for convenience.  Make it in the build tree
11701 # simply because there is no reason against having it here, and in addition,
11702 # creating and moving files from /tmp can sometimes cause problems.
11703 # Hook for its removal unless debugging.
11704 # Note that there is a small window in which the directory will not be cleaned:
11705 # after its creation but before its name has been assigned to `$tmp'.
11706 $debug ||
11707 {
11708   tmp=
11709   trap 'exit_status=$?
11710   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
11711 ' 0
11712   trap 'as_fn_exit 1' 1 2 13 15
11713 }
11714 # Create a (secure) tmp directory for tmp files.
11715
11716 {
11717   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
11718   test -n "$tmp" && test -d "$tmp"
11719 }  ||
11720 {
11721   tmp=./conf$$-$RANDOM
11722   (umask 077 && mkdir "$tmp")
11723 } || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
11724
11725 # Set up the scripts for CONFIG_FILES section.
11726 # No need to generate them if there are no CONFIG_FILES.
11727 # This happens for instance with `./config.status config.h'.
11728 if test -n "$CONFIG_FILES"; then
11729
11730
11731 ac_cr=`echo X | tr X '\015'`
11732 # On cygwin, bash can eat \r inside `` if the user requested igncr.
11733 # But we know of no other shell where ac_cr would be empty at this
11734 # point, so we can use a bashism as a fallback.
11735 if test "x$ac_cr" = x; then
11736   eval ac_cr=\$\'\\r\'
11737 fi
11738 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
11739 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
11740   ac_cs_awk_cr='\\r'
11741 else
11742   ac_cs_awk_cr=$ac_cr
11743 fi
11744
11745 echo 'BEGIN {' >"$tmp/subs1.awk" &&
11746 _ACEOF
11747
11748
11749 {
11750   echo "cat >conf$$subs.awk <<_ACEOF" &&
11751   echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
11752   echo "_ACEOF"
11753 } >conf$$subs.sh ||
11754   as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
11755 ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
11756 ac_delim='%!_!# '
11757 for ac_last_try in false false false false false :; do
11758   . ./conf$$subs.sh ||
11759     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
11760
11761   ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
11762   if test $ac_delim_n = $ac_delim_num; then
11763     break
11764   elif $ac_last_try; then
11765     as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
11766   else
11767     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11768   fi
11769 done
11770 rm -f conf$$subs.sh
11771
11772 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11773 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
11774 _ACEOF
11775 sed -n '
11776 h
11777 s/^/S["/; s/!.*/"]=/
11778 p
11779 g
11780 s/^[^!]*!//
11781 :repl
11782 t repl
11783 s/'"$ac_delim"'$//
11784 t delim
11785 :nl
11786 h
11787 s/\(.\{148\}\)..*/\1/
11788 t more1
11789 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
11790 p
11791 n
11792 b repl
11793 :more1
11794 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
11795 p
11796 g
11797 s/.\{148\}//
11798 t nl
11799 :delim
11800 h
11801 s/\(.\{148\}\)..*/\1/
11802 t more2
11803 s/["\\]/\\&/g; s/^/"/; s/$/"/
11804 p
11805 b
11806 :more2
11807 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
11808 p
11809 g
11810 s/.\{148\}//
11811 t delim
11812 ' <conf$$subs.awk | sed '
11813 /^[^""]/{
11814   N
11815   s/\n//
11816 }
11817 ' >>$CONFIG_STATUS || ac_write_fail=1
11818 rm -f conf$$subs.awk
11819 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11820 _ACAWK
11821 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
11822   for (key in S) S_is_set[key] = 1
11823   FS = "\a"
11824
11825 }
11826 {
11827   line = $ 0
11828   nfields = split(line, field, "@")
11829   substed = 0
11830   len = length(field[1])
11831   for (i = 2; i < nfields; i++) {
11832     key = field[i]
11833     keylen = length(key)
11834     if (S_is_set[key]) {
11835       value = S[key]
11836       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
11837       len += length(value) + length(field[++i])
11838       substed = 1
11839     } else
11840       len += 1 + keylen
11841   }
11842
11843   print line
11844 }
11845
11846 _ACAWK
11847 _ACEOF
11848 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11849 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
11850   sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
11851 else
11852   cat
11853 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
11854   || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
11855 _ACEOF
11856
11857 # VPATH may cause trouble with some makes, so we remove sole $(srcdir),
11858 # ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
11859 # trailing colons and then remove the whole line if VPATH becomes empty
11860 # (actually we leave an empty line to preserve line numbers).
11861 if test "x$srcdir" = x.; then
11862   ac_vpsub='/^[  ]*VPATH[        ]*=[    ]*/{
11863 h
11864 s///
11865 s/^/:/
11866 s/[      ]*$/:/
11867 s/:\$(srcdir):/:/g
11868 s/:\${srcdir}:/:/g
11869 s/:@srcdir@:/:/g
11870 s/^:*//
11871 s/:*$//
11872 x
11873 s/\(=[   ]*\).*/\1/
11874 G
11875 s/\n//
11876 s/^[^=]*=[       ]*$//
11877 }'
11878 fi
11879
11880 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11881 fi # test -n "$CONFIG_FILES"
11882
11883 # Set up the scripts for CONFIG_HEADERS section.
11884 # No need to generate them if there are no CONFIG_HEADERS.
11885 # This happens for instance with `./config.status Makefile'.
11886 if test -n "$CONFIG_HEADERS"; then
11887 cat >"$tmp/defines.awk" <<\_ACAWK ||
11888 BEGIN {
11889 _ACEOF
11890
11891 # Transform confdefs.h into an awk script `defines.awk', embedded as
11892 # here-document in config.status, that substitutes the proper values into
11893 # config.h.in to produce config.h.
11894
11895 # Create a delimiter string that does not exist in confdefs.h, to ease
11896 # handling of long lines.
11897 ac_delim='%!_!# '
11898 for ac_last_try in false false :; do
11899   ac_t=`sed -n "/$ac_delim/p" confdefs.h`
11900   if test -z "$ac_t"; then
11901     break
11902   elif $ac_last_try; then
11903     as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5
11904   else
11905     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
11906   fi
11907 done
11908
11909 # For the awk script, D is an array of macro values keyed by name,
11910 # likewise P contains macro parameters if any.  Preserve backslash
11911 # newline sequences.
11912
11913 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
11914 sed -n '
11915 s/.\{148\}/&'"$ac_delim"'/g
11916 t rset
11917 :rset
11918 s/^[     ]*#[    ]*define[       ][      ]*/ /
11919 t def
11920 d
11921 :def
11922 s/\\$//
11923 t bsnl
11924 s/["\\]/\\&/g
11925 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
11926 D["\1"]=" \3"/p
11927 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2"/p
11928 d
11929 :bsnl
11930 s/["\\]/\\&/g
11931 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[     ]*\(.*\)/P["\1"]="\2"\
11932 D["\1"]=" \3\\\\\\n"\\/p
11933 t cont
11934 s/^ \('"$ac_word_re"'\)[         ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
11935 t cont
11936 d
11937 :cont
11938 n
11939 s/.\{148\}/&'"$ac_delim"'/g
11940 t clear
11941 :clear
11942 s/\\$//
11943 t bsnlc
11944 s/["\\]/\\&/g; s/^/"/; s/$/"/p
11945 d
11946 :bsnlc
11947 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
11948 b cont
11949 ' <confdefs.h | sed '
11950 s/'"$ac_delim"'/"\\\
11951 "/g' >>$CONFIG_STATUS || ac_write_fail=1
11952
11953 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
11954   for (key in D) D_is_set[key] = 1
11955   FS = "\a"
11956 }
11957 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
11958   line = \$ 0
11959   split(line, arg, " ")
11960   if (arg[1] == "#") {
11961     defundef = arg[2]
11962     mac1 = arg[3]
11963   } else {
11964     defundef = substr(arg[1], 2)
11965     mac1 = arg[2]
11966   }
11967   split(mac1, mac2, "(") #)
11968   macro = mac2[1]
11969   prefix = substr(line, 1, index(line, defundef) - 1)
11970   if (D_is_set[macro]) {
11971     # Preserve the white space surrounding the "#".
11972     print prefix "define", macro P[macro] D[macro]
11973     next
11974   } else {
11975     # Replace #undef with comments.  This is necessary, for example,
11976     # in the case of _POSIX_SOURCE, which is predefined and required
11977     # on some systems where configure will not decide to define it.
11978     if (defundef == "undef") {
11979       print "/*", prefix defundef, macro, "*/"
11980       next
11981     }
11982   }
11983 }
11984 { print }
11985 _ACAWK
11986 _ACEOF
11987 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
11988   as_fn_error $? "could not setup config headers machinery" "$LINENO" 5
11989 fi # test -n "$CONFIG_HEADERS"
11990
11991
11992 eval set X "  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS"
11993 shift
11994 for ac_tag
11995 do
11996   case $ac_tag in
11997   :[FHLC]) ac_mode=$ac_tag; continue;;
11998   esac
11999   case $ac_mode$ac_tag in
12000   :[FHL]*:*);;
12001   :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5 ;;
12002   :[FH]-) ac_tag=-:-;;
12003   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
12004   esac
12005   ac_save_IFS=$IFS
12006   IFS=:
12007   set x $ac_tag
12008   IFS=$ac_save_IFS
12009   shift
12010   ac_file=$1
12011   shift
12012
12013   case $ac_mode in
12014   :L) ac_source=$1;;
12015   :[FH])
12016     ac_file_inputs=
12017     for ac_f
12018     do
12019       case $ac_f in
12020       -) ac_f="$tmp/stdin";;
12021       *) # Look for the file first in the build tree, then in the source tree
12022          # (if the path is not absolute).  The absolute path cannot be DOS-style,
12023          # because $ac_f cannot contain `:'.
12024          test -f "$ac_f" ||
12025            case $ac_f in
12026            [\\/$]*) false;;
12027            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
12028            esac ||
12029            as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5 ;;
12030       esac
12031       case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
12032       as_fn_append ac_file_inputs " '$ac_f'"
12033     done
12034
12035     # Let's still pretend it is `configure' which instantiates (i.e., don't
12036     # use $as_me), people would be surprised to read:
12037     #    /* config.h.  Generated by config.status.  */
12038     configure_input='Generated from '`
12039           $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
12040         `' by configure.'
12041     if test x"$ac_file" != x-; then
12042       configure_input="$ac_file.  $configure_input"
12043       { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
12044 $as_echo "$as_me: creating $ac_file" >&6;}
12045     fi
12046     # Neutralize special characters interpreted by sed in replacement strings.
12047     case $configure_input in #(
12048     *\&* | *\|* | *\\* )
12049        ac_sed_conf_input=`$as_echo "$configure_input" |
12050        sed 's/[\\\\&|]/\\\\&/g'`;; #(
12051     *) ac_sed_conf_input=$configure_input;;
12052     esac
12053
12054     case $ac_tag in
12055     *:-:* | *:-) cat >"$tmp/stdin" \
12056       || as_fn_error $? "could not create $ac_file" "$LINENO" 5  ;;
12057     esac
12058     ;;
12059   esac
12060
12061   ac_dir=`$as_dirname -- "$ac_file" ||
12062 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12063          X"$ac_file" : 'X\(//\)[^/]' \| \
12064          X"$ac_file" : 'X\(//\)$' \| \
12065          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
12066 $as_echo X"$ac_file" |
12067     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12068             s//\1/
12069             q
12070           }
12071           /^X\(\/\/\)[^/].*/{
12072             s//\1/
12073             q
12074           }
12075           /^X\(\/\/\)$/{
12076             s//\1/
12077             q
12078           }
12079           /^X\(\/\).*/{
12080             s//\1/
12081             q
12082           }
12083           s/.*/./; q'`
12084   as_dir="$ac_dir"; as_fn_mkdir_p
12085   ac_builddir=.
12086
12087 case "$ac_dir" in
12088 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
12089 *)
12090   ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
12091   # A ".." for each directory in $ac_dir_suffix.
12092   ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
12093   case $ac_top_builddir_sub in
12094   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
12095   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
12096   esac ;;
12097 esac
12098 ac_abs_top_builddir=$ac_pwd
12099 ac_abs_builddir=$ac_pwd$ac_dir_suffix
12100 # for backward compatibility:
12101 ac_top_builddir=$ac_top_build_prefix
12102
12103 case $srcdir in
12104   .)  # We are building in place.
12105     ac_srcdir=.
12106     ac_top_srcdir=$ac_top_builddir_sub
12107     ac_abs_top_srcdir=$ac_pwd ;;
12108   [\\/]* | ?:[\\/]* )  # Absolute name.
12109     ac_srcdir=$srcdir$ac_dir_suffix;
12110     ac_top_srcdir=$srcdir
12111     ac_abs_top_srcdir=$srcdir ;;
12112   *) # Relative name.
12113     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
12114     ac_top_srcdir=$ac_top_build_prefix$srcdir
12115     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
12116 esac
12117 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
12118
12119
12120   case $ac_mode in
12121   :F)
12122   #
12123   # CONFIG_FILE
12124   #
12125
12126   case $INSTALL in
12127   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
12128   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
12129   esac
12130   ac_MKDIR_P=$MKDIR_P
12131   case $MKDIR_P in
12132   [\\/$]* | ?:[\\/]* ) ;;
12133   */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
12134   esac
12135 _ACEOF
12136
12137 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12138 # If the template does not know about datarootdir, expand it.
12139 # FIXME: This hack should be removed a few years after 2.60.
12140 ac_datarootdir_hack=; ac_datarootdir_seen=
12141 ac_sed_dataroot='
12142 /datarootdir/ {
12143   p
12144   q
12145 }
12146 /@datadir@/p
12147 /@docdir@/p
12148 /@infodir@/p
12149 /@localedir@/p
12150 /@mandir@/p'
12151 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
12152 *datarootdir*) ac_datarootdir_seen=yes;;
12153 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
12154   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
12155 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
12156 _ACEOF
12157 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12158   ac_datarootdir_hack='
12159   s&@datadir@&$datadir&g
12160   s&@docdir@&$docdir&g
12161   s&@infodir@&$infodir&g
12162   s&@localedir@&$localedir&g
12163   s&@mandir@&$mandir&g
12164   s&\\\${datarootdir}&$datarootdir&g' ;;
12165 esac
12166 _ACEOF
12167
12168 # Neutralize VPATH when `$srcdir' = `.'.
12169 # Shell code in configure.ac might set extrasub.
12170 # FIXME: do we really want to maintain this feature?
12171 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
12172 ac_sed_extra="$ac_vpsub
12173 $extrasub
12174 _ACEOF
12175 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
12176 :t
12177 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
12178 s|@configure_input@|$ac_sed_conf_input|;t t
12179 s&@top_builddir@&$ac_top_builddir_sub&;t t
12180 s&@top_build_prefix@&$ac_top_build_prefix&;t t
12181 s&@srcdir@&$ac_srcdir&;t t
12182 s&@abs_srcdir@&$ac_abs_srcdir&;t t
12183 s&@top_srcdir@&$ac_top_srcdir&;t t
12184 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
12185 s&@builddir@&$ac_builddir&;t t
12186 s&@abs_builddir@&$ac_abs_builddir&;t t
12187 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
12188 s&@INSTALL@&$ac_INSTALL&;t t
12189 s&@MKDIR_P@&$ac_MKDIR_P&;t t
12190 $ac_datarootdir_hack
12191 "
12192 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \
12193   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12194
12195 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
12196   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
12197   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
12198   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12199 which seems to be undefined.  Please make sure it is defined" >&5
12200 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
12201 which seems to be undefined.  Please make sure it is defined" >&2;}
12202
12203   rm -f "$tmp/stdin"
12204   case $ac_file in
12205   -) cat "$tmp/out" && rm -f "$tmp/out";;
12206   *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
12207   esac \
12208   || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12209  ;;
12210   :H)
12211   #
12212   # CONFIG_HEADER
12213   #
12214   if test x"$ac_file" != x-; then
12215     {
12216       $as_echo "/* $configure_input  */" \
12217       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
12218     } >"$tmp/config.h" \
12219       || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12220     if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
12221       { $as_echo "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5
12222 $as_echo "$as_me: $ac_file is unchanged" >&6;}
12223     else
12224       rm -f "$ac_file"
12225       mv "$tmp/config.h" "$ac_file" \
12226         || as_fn_error $? "could not create $ac_file" "$LINENO" 5
12227     fi
12228   else
12229     $as_echo "/* $configure_input  */" \
12230       && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
12231       || as_fn_error $? "could not create -" "$LINENO" 5
12232   fi
12233 # Compute "$ac_file"'s index in $config_headers.
12234 _am_arg="$ac_file"
12235 _am_stamp_count=1
12236 for _am_header in $config_headers :; do
12237   case $_am_header in
12238     $_am_arg | $_am_arg:* )
12239       break ;;
12240     * )
12241       _am_stamp_count=`expr $_am_stamp_count + 1` ;;
12242   esac
12243 done
12244 echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" ||
12245 $as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12246          X"$_am_arg" : 'X\(//\)[^/]' \| \
12247          X"$_am_arg" : 'X\(//\)$' \| \
12248          X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null ||
12249 $as_echo X"$_am_arg" |
12250     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12251             s//\1/
12252             q
12253           }
12254           /^X\(\/\/\)[^/].*/{
12255             s//\1/
12256             q
12257           }
12258           /^X\(\/\/\)$/{
12259             s//\1/
12260             q
12261           }
12262           /^X\(\/\).*/{
12263             s//\1/
12264             q
12265           }
12266           s/.*/./; q'`/stamp-h$_am_stamp_count
12267  ;;
12268
12269   :C)  { $as_echo "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5
12270 $as_echo "$as_me: executing $ac_file commands" >&6;}
12271  ;;
12272   esac
12273
12274
12275   case $ac_file$ac_mode in
12276     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
12277   # Autoconf 2.62 quotes --file arguments for eval, but not when files
12278   # are listed without --file.  Let's play safe and only enable the eval
12279   # if we detect the quoting.
12280   case $CONFIG_FILES in
12281   *\'*) eval set x "$CONFIG_FILES" ;;
12282   *)   set x $CONFIG_FILES ;;
12283   esac
12284   shift
12285   for mf
12286   do
12287     # Strip MF so we end up with the name of the file.
12288     mf=`echo "$mf" | sed -e 's/:.*$//'`
12289     # Check whether this is an Automake generated Makefile or not.
12290     # We used to match only the files named `Makefile.in', but
12291     # some people rename them; so instead we look at the file content.
12292     # Grep'ing the first line is not enough: some people post-process
12293     # each Makefile.in and add a new line on top of each file to say so.
12294     # Grep'ing the whole file is not good either: AIX grep has a line
12295     # limit of 2048, but all sed's we know have understand at least 4000.
12296     if sed -n 's,^#.*generated by automake.*,X,p' "$mf" | grep X >/dev/null 2>&1; then
12297       dirpart=`$as_dirname -- "$mf" ||
12298 $as_expr X"$mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12299          X"$mf" : 'X\(//\)[^/]' \| \
12300          X"$mf" : 'X\(//\)$' \| \
12301          X"$mf" : 'X\(/\)' \| . 2>/dev/null ||
12302 $as_echo X"$mf" |
12303     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12304             s//\1/
12305             q
12306           }
12307           /^X\(\/\/\)[^/].*/{
12308             s//\1/
12309             q
12310           }
12311           /^X\(\/\/\)$/{
12312             s//\1/
12313             q
12314           }
12315           /^X\(\/\).*/{
12316             s//\1/
12317             q
12318           }
12319           s/.*/./; q'`
12320     else
12321       continue
12322     fi
12323     # Extract the definition of DEPDIR, am__include, and am__quote
12324     # from the Makefile without running `make'.
12325     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
12326     test -z "$DEPDIR" && continue
12327     am__include=`sed -n 's/^am__include = //p' < "$mf"`
12328     test -z "am__include" && continue
12329     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
12330     # When using ansi2knr, U may be empty or an underscore; expand it
12331     U=`sed -n 's/^U = //p' < "$mf"`
12332     # Find all dependency output files, they are included files with
12333     # $(DEPDIR) in their names.  We invoke sed twice because it is the
12334     # simplest approach to changing $(DEPDIR) to its actual value in the
12335     # expansion.
12336     for file in `sed -n "
12337       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
12338          sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
12339       # Make sure the directory exists.
12340       test -f "$dirpart/$file" && continue
12341       fdir=`$as_dirname -- "$file" ||
12342 $as_expr X"$file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
12343          X"$file" : 'X\(//\)[^/]' \| \
12344          X"$file" : 'X\(//\)$' \| \
12345          X"$file" : 'X\(/\)' \| . 2>/dev/null ||
12346 $as_echo X"$file" |
12347     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
12348             s//\1/
12349             q
12350           }
12351           /^X\(\/\/\)[^/].*/{
12352             s//\1/
12353             q
12354           }
12355           /^X\(\/\/\)$/{
12356             s//\1/
12357             q
12358           }
12359           /^X\(\/\).*/{
12360             s//\1/
12361             q
12362           }
12363           s/.*/./; q'`
12364       as_dir=$dirpart/$fdir; as_fn_mkdir_p
12365       # echo "creating $dirpart/$file"
12366       echo '# dummy' > "$dirpart/$file"
12367     done
12368   done
12369 }
12370  ;;
12371     "libtool":C)
12372
12373     # See if we are running on zsh, and set the options which allow our
12374     # commands through without removal of \ escapes.
12375     if test -n "${ZSH_VERSION+set}" ; then
12376       setopt NO_GLOB_SUBST
12377     fi
12378
12379     cfgfile="${ofile}T"
12380     trap "$RM \"$cfgfile\"; exit 1" 1 2 15
12381     $RM "$cfgfile"
12382
12383     cat <<_LT_EOF >> "$cfgfile"
12384 #! $SHELL
12385
12386 # `$ECHO "$ofile" | sed 's%^.*/%%'` - Provide generalized library-building support services.
12387 # Generated automatically by $as_me ($PACKAGE$TIMESTAMP) $VERSION
12388 # Libtool was configured on host `(hostname || uname -n) 2>/dev/null | sed 1q`:
12389 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
12390 #
12391 #   Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2003, 2004, 2005,
12392 #                 2006, 2007, 2008 Free Software Foundation, Inc.
12393 #   Written by Gordon Matzigkeit, 1996
12394 #
12395 #   This file is part of GNU Libtool.
12396 #
12397 # GNU Libtool is free software; you can redistribute it and/or
12398 # modify it under the terms of the GNU General Public License as
12399 # published by the Free Software Foundation; either version 2 of
12400 # the License, or (at your option) any later version.
12401 #
12402 # As a special exception to the GNU General Public License,
12403 # if you distribute this file as part of a program or library that
12404 # is built using GNU Libtool, you may include this file under the
12405 # same distribution terms that you use for the rest of that program.
12406 #
12407 # GNU Libtool is distributed in the hope that it will be useful,
12408 # but WITHOUT ANY WARRANTY; without even the implied warranty of
12409 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12410 # GNU General Public License for more details.
12411 #
12412 # You should have received a copy of the GNU General Public License
12413 # along with GNU Libtool; see the file COPYING.  If not, a copy
12414 # can be downloaded from http://www.gnu.org/licenses/gpl.html, or
12415 # obtained by writing to the Free Software Foundation, Inc.,
12416 # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
12417
12418
12419 # The names of the tagged configurations supported by this script.
12420 available_tags=""
12421
12422 # ### BEGIN LIBTOOL CONFIG
12423
12424 # Which release of libtool.m4 was used?
12425 macro_version=$macro_version
12426 macro_revision=$macro_revision
12427
12428 # Whether or not to build shared libraries.
12429 build_libtool_libs=$enable_shared
12430
12431 # Whether or not to build static libraries.
12432 build_old_libs=$enable_static
12433
12434 # What type of objects to build.
12435 pic_mode=$pic_mode
12436
12437 # Whether or not to optimize for fast installation.
12438 fast_install=$enable_fast_install
12439
12440 # The host system.
12441 host_alias=$host_alias
12442 host=$host
12443 host_os=$host_os
12444
12445 # The build system.
12446 build_alias=$build_alias
12447 build=$build
12448 build_os=$build_os
12449
12450 # A sed program that does not truncate output.
12451 SED=$lt_SED
12452
12453 # Sed that helps us avoid accidentally triggering echo(1) options like -n.
12454 Xsed="\$SED -e 1s/^X//"
12455
12456 # A grep program that handles long lines.
12457 GREP=$lt_GREP
12458
12459 # An ERE matcher.
12460 EGREP=$lt_EGREP
12461
12462 # A literal string matcher.
12463 FGREP=$lt_FGREP
12464
12465 # A BSD- or MS-compatible name lister.
12466 NM=$lt_NM
12467
12468 # Whether we need soft or hard links.
12469 LN_S=$lt_LN_S
12470
12471 # What is the maximum length of a command?
12472 max_cmd_len=$max_cmd_len
12473
12474 # Object file suffix (normally "o").
12475 objext=$ac_objext
12476
12477 # Executable file suffix (normally "").
12478 exeext=$exeext
12479
12480 # whether the shell understands "unset".
12481 lt_unset=$lt_unset
12482
12483 # turn spaces into newlines.
12484 SP2NL=$lt_lt_SP2NL
12485
12486 # turn newlines into spaces.
12487 NL2SP=$lt_lt_NL2SP
12488
12489 # How to create reloadable object files.
12490 reload_flag=$lt_reload_flag
12491 reload_cmds=$lt_reload_cmds
12492
12493 # An object symbol dumper.
12494 OBJDUMP=$lt_OBJDUMP
12495
12496 # Method to check whether dependent libraries are shared objects.
12497 deplibs_check_method=$lt_deplibs_check_method
12498
12499 # Command to use when deplibs_check_method == "file_magic".
12500 file_magic_cmd=$lt_file_magic_cmd
12501
12502 # The archiver.
12503 AR=$lt_AR
12504 AR_FLAGS=$lt_AR_FLAGS
12505
12506 # A symbol stripping program.
12507 STRIP=$lt_STRIP
12508
12509 # Commands used to install an old-style archive.
12510 RANLIB=$lt_RANLIB
12511 old_postinstall_cmds=$lt_old_postinstall_cmds
12512 old_postuninstall_cmds=$lt_old_postuninstall_cmds
12513
12514 # A C compiler.
12515 LTCC=$lt_CC
12516
12517 # LTCC compiler flags.
12518 LTCFLAGS=$lt_CFLAGS
12519
12520 # Take the output of nm and produce a listing of raw symbols and C names.
12521 global_symbol_pipe=$lt_lt_cv_sys_global_symbol_pipe
12522
12523 # Transform the output of nm in a proper C declaration.
12524 global_symbol_to_cdecl=$lt_lt_cv_sys_global_symbol_to_cdecl
12525
12526 # Transform the output of nm in a C name address pair.
12527 global_symbol_to_c_name_address=$lt_lt_cv_sys_global_symbol_to_c_name_address
12528
12529 # Transform the output of nm in a C name address pair when lib prefix is needed.
12530 global_symbol_to_c_name_address_lib_prefix=$lt_lt_cv_sys_global_symbol_to_c_name_address_lib_prefix
12531
12532 # The name of the directory that contains temporary libtool files.
12533 objdir=$objdir
12534
12535 # Shell to use when invoking shell scripts.
12536 SHELL=$lt_SHELL
12537
12538 # An echo program that does not interpret backslashes.
12539 ECHO=$lt_ECHO
12540
12541 # Used to examine libraries when file_magic_cmd begins with "file".
12542 MAGIC_CMD=$MAGIC_CMD
12543
12544 # Must we lock files when doing compilation?
12545 need_locks=$lt_need_locks
12546
12547 # Tool to manipulate archived DWARF debug symbol files on Mac OS X.
12548 DSYMUTIL=$lt_DSYMUTIL
12549
12550 # Tool to change global to local symbols on Mac OS X.
12551 NMEDIT=$lt_NMEDIT
12552
12553 # Tool to manipulate fat objects and archives on Mac OS X.
12554 LIPO=$lt_LIPO
12555
12556 # ldd/readelf like tool for Mach-O binaries on Mac OS X.
12557 OTOOL=$lt_OTOOL
12558
12559 # ldd/readelf like tool for 64 bit Mach-O binaries on Mac OS X 10.4.
12560 OTOOL64=$lt_OTOOL64
12561
12562 # Old archive suffix (normally "a").
12563 libext=$libext
12564
12565 # Shared library suffix (normally ".so").
12566 shrext_cmds=$lt_shrext_cmds
12567
12568 # The commands to extract the exported symbol list from a shared archive.
12569 extract_expsyms_cmds=$lt_extract_expsyms_cmds
12570
12571 # Variables whose values should be saved in libtool wrapper scripts and
12572 # restored at link time.
12573 variables_saved_for_relink=$lt_variables_saved_for_relink
12574
12575 # Do we need the "lib" prefix for modules?
12576 need_lib_prefix=$need_lib_prefix
12577
12578 # Do we need a version for libraries?
12579 need_version=$need_version
12580
12581 # Library versioning type.
12582 version_type=$version_type
12583
12584 # Shared library runtime path variable.
12585 runpath_var=$runpath_var
12586
12587 # Shared library path variable.
12588 shlibpath_var=$shlibpath_var
12589
12590 # Is shlibpath searched before the hard-coded library search path?
12591 shlibpath_overrides_runpath=$shlibpath_overrides_runpath
12592
12593 # Format of library name prefix.
12594 libname_spec=$lt_libname_spec
12595
12596 # List of archive names.  First name is the real one, the rest are links.
12597 # The last name is the one that the linker finds with -lNAME
12598 library_names_spec=$lt_library_names_spec
12599
12600 # The coded name of the library, if different from the real name.
12601 soname_spec=$lt_soname_spec
12602
12603 # Command to use after installation of a shared archive.
12604 postinstall_cmds=$lt_postinstall_cmds
12605
12606 # Command to use after uninstallation of a shared archive.
12607 postuninstall_cmds=$lt_postuninstall_cmds
12608
12609 # Commands used to finish a libtool library installation in a directory.
12610 finish_cmds=$lt_finish_cmds
12611
12612 # As "finish_cmds", except a single script fragment to be evaled but
12613 # not shown.
12614 finish_eval=$lt_finish_eval
12615
12616 # Whether we should hardcode library paths into libraries.
12617 hardcode_into_libs=$hardcode_into_libs
12618
12619 # Compile-time system search path for libraries.
12620 sys_lib_search_path_spec=$lt_sys_lib_search_path_spec
12621
12622 # Run-time system search path for libraries.
12623 sys_lib_dlsearch_path_spec=$lt_sys_lib_dlsearch_path_spec
12624
12625 # Whether dlopen is supported.
12626 dlopen_support=$enable_dlopen
12627
12628 # Whether dlopen of programs is supported.
12629 dlopen_self=$enable_dlopen_self
12630
12631 # Whether dlopen of statically linked programs is supported.
12632 dlopen_self_static=$enable_dlopen_self_static
12633
12634 # Commands to strip libraries.
12635 old_striplib=$lt_old_striplib
12636 striplib=$lt_striplib
12637
12638
12639 # The linker used to build libraries.
12640 LD=$lt_LD
12641
12642 # Commands used to build an old-style archive.
12643 old_archive_cmds=$lt_old_archive_cmds
12644
12645 # A language specific compiler.
12646 CC=$lt_compiler
12647
12648 # Is the compiler the GNU compiler?
12649 with_gcc=$GCC
12650
12651 # Compiler flag to turn off builtin functions.
12652 no_builtin_flag=$lt_lt_prog_compiler_no_builtin_flag
12653
12654 # How to pass a linker flag through the compiler.
12655 wl=$lt_lt_prog_compiler_wl
12656
12657 # Additional compiler flags for building library objects.
12658 pic_flag=$lt_lt_prog_compiler_pic
12659
12660 # Compiler flag to prevent dynamic linking.
12661 link_static_flag=$lt_lt_prog_compiler_static
12662
12663 # Does compiler simultaneously support -c and -o options?
12664 compiler_c_o=$lt_lt_cv_prog_compiler_c_o
12665
12666 # Whether or not to add -lc for building shared libraries.
12667 build_libtool_need_lc=$archive_cmds_need_lc
12668
12669 # Whether or not to disallow shared libs when runtime libs are static.
12670 allow_libtool_libs_with_static_runtimes=$enable_shared_with_static_runtimes
12671
12672 # Compiler flag to allow reflexive dlopens.
12673 export_dynamic_flag_spec=$lt_export_dynamic_flag_spec
12674
12675 # Compiler flag to generate shared objects directly from archives.
12676 whole_archive_flag_spec=$lt_whole_archive_flag_spec
12677
12678 # Whether the compiler copes with passing no objects directly.
12679 compiler_needs_object=$lt_compiler_needs_object
12680
12681 # Create an old-style archive from a shared archive.
12682 old_archive_from_new_cmds=$lt_old_archive_from_new_cmds
12683
12684 # Create a temporary old-style archive to link instead of a shared archive.
12685 old_archive_from_expsyms_cmds=$lt_old_archive_from_expsyms_cmds
12686
12687 # Commands used to build a shared archive.
12688 archive_cmds=$lt_archive_cmds
12689 archive_expsym_cmds=$lt_archive_expsym_cmds
12690
12691 # Commands used to build a loadable module if different from building
12692 # a shared archive.
12693 module_cmds=$lt_module_cmds
12694 module_expsym_cmds=$lt_module_expsym_cmds
12695
12696 # Whether we are building with GNU ld or not.
12697 with_gnu_ld=$lt_with_gnu_ld
12698
12699 # Flag that allows shared libraries with undefined symbols to be built.
12700 allow_undefined_flag=$lt_allow_undefined_flag
12701
12702 # Flag that enforces no undefined symbols.
12703 no_undefined_flag=$lt_no_undefined_flag
12704
12705 # Flag to hardcode \$libdir into a binary during linking.
12706 # This must work even if \$libdir does not exist
12707 hardcode_libdir_flag_spec=$lt_hardcode_libdir_flag_spec
12708
12709 # If ld is used when linking, flag to hardcode \$libdir into a binary
12710 # during linking.  This must work even if \$libdir does not exist.
12711 hardcode_libdir_flag_spec_ld=$lt_hardcode_libdir_flag_spec_ld
12712
12713 # Whether we need a single "-rpath" flag with a separated argument.
12714 hardcode_libdir_separator=$lt_hardcode_libdir_separator
12715
12716 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12717 # DIR into the resulting binary.
12718 hardcode_direct=$hardcode_direct
12719
12720 # Set to "yes" if using DIR/libNAME\${shared_ext} during linking hardcodes
12721 # DIR into the resulting binary and the resulting library dependency is
12722 # "absolute",i.e impossible to change by setting \${shlibpath_var} if the
12723 # library is relocated.
12724 hardcode_direct_absolute=$hardcode_direct_absolute
12725
12726 # Set to "yes" if using the -LDIR flag during linking hardcodes DIR
12727 # into the resulting binary.
12728 hardcode_minus_L=$hardcode_minus_L
12729
12730 # Set to "yes" if using SHLIBPATH_VAR=DIR during linking hardcodes DIR
12731 # into the resulting binary.
12732 hardcode_shlibpath_var=$hardcode_shlibpath_var
12733
12734 # Set to "yes" if building a shared library automatically hardcodes DIR
12735 # into the library and all subsequent libraries and executables linked
12736 # against it.
12737 hardcode_automatic=$hardcode_automatic
12738
12739 # Set to yes if linker adds runtime paths of dependent libraries
12740 # to runtime path list.
12741 inherit_rpath=$inherit_rpath
12742
12743 # Whether libtool must link a program against all its dependency libraries.
12744 link_all_deplibs=$link_all_deplibs
12745
12746 # Fix the shell variable \$srcfile for the compiler.
12747 fix_srcfile_path=$lt_fix_srcfile_path
12748
12749 # Set to "yes" if exported symbols are required.
12750 always_export_symbols=$always_export_symbols
12751
12752 # The commands to list exported symbols.
12753 export_symbols_cmds=$lt_export_symbols_cmds
12754
12755 # Symbols that should not be listed in the preloaded symbols.
12756 exclude_expsyms=$lt_exclude_expsyms
12757
12758 # Symbols that must always be exported.
12759 include_expsyms=$lt_include_expsyms
12760
12761 # Commands necessary for linking programs (against libraries) with templates.
12762 prelink_cmds=$lt_prelink_cmds
12763
12764 # Specify filename containing input files.
12765 file_list_spec=$lt_file_list_spec
12766
12767 # How to hardcode a shared library path into an executable.
12768 hardcode_action=$hardcode_action
12769
12770 # ### END LIBTOOL CONFIG
12771
12772 _LT_EOF
12773
12774   case $host_os in
12775   aix3*)
12776     cat <<\_LT_EOF >> "$cfgfile"
12777 # AIX sometimes has problems with the GCC collect2 program.  For some
12778 # reason, if we set the COLLECT_NAMES environment variable, the problems
12779 # vanish in a puff of smoke.
12780 if test "X${COLLECT_NAMES+set}" != Xset; then
12781   COLLECT_NAMES=
12782   export COLLECT_NAMES
12783 fi
12784 _LT_EOF
12785     ;;
12786   esac
12787
12788
12789 ltmain="$ac_aux_dir/ltmain.sh"
12790
12791
12792   # We use sed instead of cat because bash on DJGPP gets confused if
12793   # if finds mixed CR/LF and LF-only lines.  Since sed operates in
12794   # text mode, it properly converts lines to CR/LF.  This bash problem
12795   # is reportedly fixed, but why not run on old versions too?
12796   sed '/^# Generated shell functions inserted here/q' "$ltmain" >> "$cfgfile" \
12797     || (rm -f "$cfgfile"; exit 1)
12798
12799   case $xsi_shell in
12800   yes)
12801     cat << \_LT_EOF >> "$cfgfile"
12802
12803 # func_dirname file append nondir_replacement
12804 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
12805 # otherwise set result to NONDIR_REPLACEMENT.
12806 func_dirname ()
12807 {
12808   case ${1} in
12809     */*) func_dirname_result="${1%/*}${2}" ;;
12810     *  ) func_dirname_result="${3}" ;;
12811   esac
12812 }
12813
12814 # func_basename file
12815 func_basename ()
12816 {
12817   func_basename_result="${1##*/}"
12818 }
12819
12820 # func_dirname_and_basename file append nondir_replacement
12821 # perform func_basename and func_dirname in a single function
12822 # call:
12823 #   dirname:  Compute the dirname of FILE.  If nonempty,
12824 #             add APPEND to the result, otherwise set result
12825 #             to NONDIR_REPLACEMENT.
12826 #             value returned in "$func_dirname_result"
12827 #   basename: Compute filename of FILE.
12828 #             value retuned in "$func_basename_result"
12829 # Implementation must be kept synchronized with func_dirname
12830 # and func_basename. For efficiency, we do not delegate to
12831 # those functions but instead duplicate the functionality here.
12832 func_dirname_and_basename ()
12833 {
12834   case ${1} in
12835     */*) func_dirname_result="${1%/*}${2}" ;;
12836     *  ) func_dirname_result="${3}" ;;
12837   esac
12838   func_basename_result="${1##*/}"
12839 }
12840
12841 # func_stripname prefix suffix name
12842 # strip PREFIX and SUFFIX off of NAME.
12843 # PREFIX and SUFFIX must not contain globbing or regex special
12844 # characters, hashes, percent signs, but SUFFIX may contain a leading
12845 # dot (in which case that matches only a dot).
12846 func_stripname ()
12847 {
12848   # pdksh 5.2.14 does not do ${X%$Y} correctly if both X and Y are
12849   # positional parameters, so assign one to ordinary parameter first.
12850   func_stripname_result=${3}
12851   func_stripname_result=${func_stripname_result#"${1}"}
12852   func_stripname_result=${func_stripname_result%"${2}"}
12853 }
12854
12855 # func_opt_split
12856 func_opt_split ()
12857 {
12858   func_opt_split_opt=${1%%=*}
12859   func_opt_split_arg=${1#*=}
12860 }
12861
12862 # func_lo2o object
12863 func_lo2o ()
12864 {
12865   case ${1} in
12866     *.lo) func_lo2o_result=${1%.lo}.${objext} ;;
12867     *)    func_lo2o_result=${1} ;;
12868   esac
12869 }
12870
12871 # func_xform libobj-or-source
12872 func_xform ()
12873 {
12874   func_xform_result=${1%.*}.lo
12875 }
12876
12877 # func_arith arithmetic-term...
12878 func_arith ()
12879 {
12880   func_arith_result=$(( $* ))
12881 }
12882
12883 # func_len string
12884 # STRING may not start with a hyphen.
12885 func_len ()
12886 {
12887   func_len_result=${#1}
12888 }
12889
12890 _LT_EOF
12891     ;;
12892   *) # Bourne compatible functions.
12893     cat << \_LT_EOF >> "$cfgfile"
12894
12895 # func_dirname file append nondir_replacement
12896 # Compute the dirname of FILE.  If nonempty, add APPEND to the result,
12897 # otherwise set result to NONDIR_REPLACEMENT.
12898 func_dirname ()
12899 {
12900   # Extract subdirectory from the argument.
12901   func_dirname_result=`$ECHO "X${1}" | $Xsed -e "$dirname"`
12902   if test "X$func_dirname_result" = "X${1}"; then
12903     func_dirname_result="${3}"
12904   else
12905     func_dirname_result="$func_dirname_result${2}"
12906   fi
12907 }
12908
12909 # func_basename file
12910 func_basename ()
12911 {
12912   func_basename_result=`$ECHO "X${1}" | $Xsed -e "$basename"`
12913 }
12914
12915
12916 # func_stripname prefix suffix name
12917 # strip PREFIX and SUFFIX off of NAME.
12918 # PREFIX and SUFFIX must not contain globbing or regex special
12919 # characters, hashes, percent signs, but SUFFIX may contain a leading
12920 # dot (in which case that matches only a dot).
12921 # func_strip_suffix prefix name
12922 func_stripname ()
12923 {
12924   case ${2} in
12925     .*) func_stripname_result=`$ECHO "X${3}" \
12926            | $Xsed -e "s%^${1}%%" -e "s%\\\\${2}\$%%"`;;
12927     *)  func_stripname_result=`$ECHO "X${3}" \
12928            | $Xsed -e "s%^${1}%%" -e "s%${2}\$%%"`;;
12929   esac
12930 }
12931
12932 # sed scripts:
12933 my_sed_long_opt='1s/^\(-[^=]*\)=.*/\1/;q'
12934 my_sed_long_arg='1s/^-[^=]*=//'
12935
12936 # func_opt_split
12937 func_opt_split ()
12938 {
12939   func_opt_split_opt=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_opt"`
12940   func_opt_split_arg=`$ECHO "X${1}" | $Xsed -e "$my_sed_long_arg"`
12941 }
12942
12943 # func_lo2o object
12944 func_lo2o ()
12945 {
12946   func_lo2o_result=`$ECHO "X${1}" | $Xsed -e "$lo2o"`
12947 }
12948
12949 # func_xform libobj-or-source
12950 func_xform ()
12951 {
12952   func_xform_result=`$ECHO "X${1}" | $Xsed -e 's/\.[^.]*$/.lo/'`
12953 }
12954
12955 # func_arith arithmetic-term...
12956 func_arith ()
12957 {
12958   func_arith_result=`expr "$@"`
12959 }
12960
12961 # func_len string
12962 # STRING may not start with a hyphen.
12963 func_len ()
12964 {
12965   func_len_result=`expr "$1" : ".*" 2>/dev/null || echo $max_cmd_len`
12966 }
12967
12968 _LT_EOF
12969 esac
12970
12971 case $lt_shell_append in
12972   yes)
12973     cat << \_LT_EOF >> "$cfgfile"
12974
12975 # func_append var value
12976 # Append VALUE to the end of shell variable VAR.
12977 func_append ()
12978 {
12979   eval "$1+=\$2"
12980 }
12981 _LT_EOF
12982     ;;
12983   *)
12984     cat << \_LT_EOF >> "$cfgfile"
12985
12986 # func_append var value
12987 # Append VALUE to the end of shell variable VAR.
12988 func_append ()
12989 {
12990   eval "$1=\$$1\$2"
12991 }
12992
12993 _LT_EOF
12994     ;;
12995   esac
12996
12997
12998   sed -n '/^# Generated shell functions inserted here/,$p' "$ltmain" >> "$cfgfile" \
12999     || (rm -f "$cfgfile"; exit 1)
13000
13001   mv -f "$cfgfile" "$ofile" ||
13002     (rm -f "$ofile" && cp "$cfgfile" "$ofile" && rm -f "$cfgfile")
13003   chmod +x "$ofile"
13004
13005  ;;
13006
13007   esac
13008 done # for ac_tag
13009
13010
13011 as_fn_exit 0
13012 _ACEOF
13013 ac_clean_files=$ac_clean_files_save
13014
13015 test $ac_write_fail = 0 ||
13016   as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
13017
13018
13019 # configure is writing to config.log, and then calls config.status.
13020 # config.status does its own redirection, appending to config.log.
13021 # Unfortunately, on DOS this fails, as config.log is still kept open
13022 # by configure, so config.status won't be able to write to it; its
13023 # output is simply discarded.  So we exec the FD to /dev/null,
13024 # effectively closing config.log, so it can be properly (re)opened and
13025 # appended to by config.status.  When coming back to configure, we
13026 # need to make the FD available again.
13027 if test "$no_create" != yes; then
13028   ac_cs_success=:
13029   ac_config_status_args=
13030   test "$silent" = yes &&
13031     ac_config_status_args="$ac_config_status_args --quiet"
13032   exec 5>/dev/null
13033   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
13034   exec 5>>config.log
13035   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
13036   # would make configure fail if this is the last instruction.
13037   $ac_cs_success || as_fn_exit 1
13038 fi
13039 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
13040   { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
13041 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
13042 fi
13043
13044